@font-face {
    font-family: 'playregular';
    src: url('/fonts/play-regular-webfont.eot');
    src: url('/fonts/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/play-regular-webfont.woff2') format('woff2'),
         url('/fonts/play-regular-webfont.woff') format('woff'),
         url('/fonts/play-regular-webfont.ttf') format('truetype'),
         url('/fonts/play-regular-webfont.svg#playregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	font-family: 'playregular';
	font-size: 18px;
	font-weight: 300;
	color: #e7efe7;
	background-color: #e04e39;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	color: #e7efe7;
	font-family: 'playregular';
    font-weight: bold;
	text-align: left;
}
h1{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 100;
}
h2{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 100;
}
h3{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	text-decoration: underline;
}
h4{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px;
	text-decoration: underline;
}
h5{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	text-decoration: underline;
}
h6{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	text-decoration: underline;
}
p {
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 18px;
}

p a {
	color: #e04e39;
}

#main>aside p a {
	color: #e7efe7;
}

body {
	margin-top: 100px;
}
nav {
	height: 100px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #272727;
	margin-bottom: 0;
	border-bottom: solid #fff 3px;
	z-index: 999;
}
nav img{
	height: 100px;
	width: 100px;
	margin-left: 50px;
}
nav ul {
	margin-right: 30px;
	float: right;
	background-color: #272727;
}
nav li {
	list-style-type: none;
	float: left;
	height: 100px;
	position: relative;
}
nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #e7efe7;
	text-decoration: none;
	display: block;
	border-bottom: #fff solid 3px;
	transition: 0.25s all ease;
	height: 100px;
	text-align: center;
	padding: 5px 25px;
	box-sizing: border-box;
}
nav li img {
	height: 60px;
	width: 60px;
	padding: 3px;
	margin: 0 auto;
	background-color: #e7efe7;
    border-radius: 10px;
}
nav li a span {
	display: block;
}
nav li ul {
	display: none;
	margin-right: 0;
	position: absolute;
	right: 0;
}
nav>ul>li:hover>ul {
	display: block;
}
nav li ul li {
	float: none;
	height: auto;
}
nav li ul li a{
	padding: 15px;
	height: auto;
}
nav li ul li ul {
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
}
nav li ul li:hover ul {
	display: block;
}

nav li.active a, nav li>a:hover {
	border-bottom: #ec4b3b solid 3px;
}
nav li.language a {
	padding-left: 2px;
	padding-right: 2px;
}
nav li.language a img {
	height: 27px;
}
nav button {
	display: none;
}

#slider {
	width: 100%;
	position: relative;	
	overflow: hidden;
}
#slider img {
	position: relative;
	border: 0;
	left: 0;
	transition: 0.5s all ease;
	transform: translateX(0%);
	top: 0;
	cursor: pointer;
	width: 100%;
}

#slider img.ng-hide{
	position: absolute;
	transform: translateX(100%);
}
#slider img.ng-hide.prev{
	transform: translateX(-100%);
}

#slider ol {
	width: 100%;
	display: table;
	table-layout: fixed;
	position: absolute;
	bottom: 0;
}

#slider ol li:first-child {
	border-left: 1px #ec4b3b solid;
}
#slider ol li {
	display: table-cell;
	height: 5px;
	background-color: #FFF;
	cursor: pointer;
	border-right: 1px #ec4b3b solid;
	transition: 1s all;
}

#slider ol li.active {
	background-color: #ec4b3b;
}

#main {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	color: #e7efe7;
}
#main>aside {
	width: 230px;
	padding: 30px;
}
#main>article {
	width: 800px;
	text-align: justify;
	background-color: #272727;
	padding: 30px;
	font-size: 17px;
}
#main>div {
	flex: 1;
}#main>div.dark {
	background-color:#272727;
}

#main ul li {
	margin-left: 50px;
}

.tiles div div{
	width: 266px;
	float: left;
	text-align:center;
	transition: 0.25s all ease;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 24px;
}
.tiles>div>div>a>img,.tiles>div>div>a>span.konf {
	width: 180px;
	height: 180px;
	background-color: #e7efe7;
    border-radius: 10px;
}
.tiles>div>a>div>span {
	color:#e7efe7;
	text-decoration:none;
}
.tiles>div>a>div>span:hover {
	text-decoration:underline;
}
.tiles>div>div>a>span.konf {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	display: block;
}
.tiles span.konf img.konf1, .tiles span.konf img.konf2 {
	transition: 1s all ease;
	transform: rotate(0deg);
	margin-bottom: 0;
}
.tiles span.konf:hover img.konf1 {
	transform: rotate(+45deg);
    transform-origin: 50px 0px;
}
.tiles span.konf:hover img.konf2 {
	transform: rotate(-45deg);
    transform-origin: 104px 0px;
}
.tiles>div>div>a>span.konf>img {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.tiles img, .back-up img {
	transition: 0.25s all;
	transform:scale(1);
	margin-bottom: 8px;
}
.tiles img:hover, .back-up img:hover {
	transform:scale(1.08)
}

.tiles a {
	color: #e7efe7;
}

.tiles::after {
	display: block;
	clear: both;
	content: '';
}

#configurator {
	width: 100%;
}
#configurator .images {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
#configurator .images .mainpart div{
	width: 433px;
}
#configurator .images>div>div{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
	/*height: 250px;*/
	/*overflow-y: scroll;*/
	overflow-x: hidden;
}
#configurator .images .leftpart{
	min-width: 200px;
}
#configurator .images .leftpart{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#configurator .images .rightpart{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
#configurator .images>div>div.long{
    display: block;
	overflow: auto;
	position: relative;
}
#configurator .images>div>div.long span{
    position: absolute;
    top: 75px;
    transform: translateY(-50%);
    color: black;
	display: block;
}
#configurator .images img{
	height: 150px;
}
#configurator .selector img {
	max-width: 100%;
	height: 100px;
}
#configurator .data>div{
	width: 50%;
	float: left;
}
#configurator .data span:nth-child(1){
	width: 70%;
}
#configurator .data span:nth-child(2){
	width: 30%;
}
#configurator .data span:nth-child(2)::before{
	content: '= ';
}
#configurator .data span{
	display: block;
	float: left;
}
#configurator .data>div>div::after{
	display: block;
	content: '';
	clear: both;
}
#configurator>div::after{
	display: block;
	content: '';
	clear: both;
}

form input, button {
	margin: 5px;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid white;
	color: #e7efe7;
	padding: 10px 10px 0;
    font-family: 'playregular';
	text-align: center;
	width: 340px;
	font-size: 20px;
	box-sizing: border-box;
}

form input.ng-invalid.ng-dirty {
	border-bottom: 2px solid #e04e39;
}

form input[type='submit'], button {
	background-color: #e04e39;
	border: 0;
	padding: 10px;
	width: auto;
	cursor: pointer;
}

form input[type='submit'][disabled] {
	background-color: #e66e5c;
    cursor: not-allowed;
}

form textarea {
	width: 400px;
	height: 200px;
	box-sizing: border-box;
	padding: 5px;
}

form span {
	float: left;
	display: block;
	width: 60px;
    line-height: 50px;
}

form .alert {
	padding: 5px;
	height: 20px;
	color: #e04e39;
}

footer{
	border-top: 3px #ffffff solid;
}

#map {
	height: 400px;
}

#map .info h3, #map .info p{
	color: #272727;
	font-size: 16px;
}
@media (max-width: 595px) {
	.tiles div div{
		margin: 10px auto 24px;
		float: none;
	}
}
@media (max-width: 1170px) {
	body {
		margin-top: 45px;
		font-size: 12px;
	}
	nav {
		height: 45px;
	}
	nav img{
		height: 45px;
		width: 45px;
	}
	nav ul img {
		display: none;
	}
	nav button {
		display: block;
		float: right;
		margin: 5px;
		padding: 3px 5px;
		border: #ec4b3b 2px solid;
		background-color:#272727;
		width: 40px;
	}
	nav button span {
		width: 20px;
		height: 2px;
		float: left;
		background-color: #ec4b3b;
		margin: 3px;
		display: block;
	}
	nav ul {
		width: 100%;
		display: none;
		position: fixed;
		max-height: calc(100% - 45px);
		overflow: scroll;
		top: 45px;
	}
	nav ul.active {
		display: block;
	}
	nav ul li {
		width: 100%;
		height: auto;
	}
	nav ul li a {
		padding: 5px !important;
		height: auto;
	}
	nav ul ul{
		display: block !important;
		position: static !important;
		padding-left: 30px;
		overflow: auto;
	}
	nav ul ul li{
		display: block !important;
		position: static !important;
		padding-left: 30px;
		box-sizing: border-box;
	}
	#slider img {
		width: 130%;
		left: -15%;
	}
	#main {
		flex-direction: column-reverse;
	}
	#main>aside, #main>article {
		width: 100%;
		box-sizing: border-box;
	}
	form input {
		width: 100%;
		text-align: left;
	}
	form input[type='submit'] {
		width: 100%;
		text-align:center;
	}
	form textarea {
		width: 100%;
	}
	aside {
		text-align: center;
	}
	#map {
		height: 70vh;
	}
	#popup img {
		width: 80% !important;
	}
	.konfigurator-draw {
		overflow: scroll;
	}
	.konf-flex{
		position:relative;
	}
	.konf-flex::before, .konf-flex::after {
		content: '';
		display: block;
		top: 0;
		position: absolute;
		bottom: 0;
		z-index: 500;
		width: 15px;
	}
	.konf-flex::before {
		left:0;
		background: -moz-linear-gradient(left, rgba(37,37,37,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(37,37,37,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(37,37,37,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#00000000',GradientType=1 );
	}
	.konf-flex::after {
		right:0;
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(37,37,37,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(37,37,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(37,37,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#272727',GradientType=1 );
	}
	.no-mobile {
		display: none;
	}
}
/*.sidebar {
	background-color: #ec4b3b;
}*/

.exo {
	font-family: 'exoregular';
	color: #e7efe7;
}

.play {
	font-family: 'playregular';
	color: #e7efe7;
}

.montserratregular {
	font-family: 'montserratregular';
	color: #e7efe7;
}

strong {
	font-weight: bold;
}
article table {
	max-width:100%;
	border:1px solid #ffffff;
	padding: 0px 0px;
	margin-bottom: 30px;
	overflow: overlay;
	display: block;
	float: left;
}
.clear::after {
	clear: both;
	content: '';
	display: block;
}

article table td {
	padding: 3px 10px 3px 10px;
	border: 1px solid #ffffff;
	text-align: center;
}

article img {
	width: 100%;
	margin: 0 auto;
	border: 0;
}

.content-image {
	margin: 20px 0;
	text-align: center;
}

.back-up {
	text-align: right;
	margin-top: 20px;
}
.back-up img {
	width: auto;
}

#popup {
	position: fixed;
	top: 20px;
	left: 50%;
	padding: 0px 30px 30px;
	max-width: 500px;
	width: calc(100% - 120px);
	transform: translateX(-50%);
	transition: 0.5s all ease;
	opacity: 1;
	z-index: 4000;
    color: #e7efe7;
    background-color: #e04e39;
	border: 5px solid #e7e7e7;
	max-height: calc(100vh - 110px);
    overflow-y: auto;
}

#popup img {
	border: 0;
}

#popup pre {
    white-space: normal;
	font-family: 'playregular';
	background-color: #272727;
	padding: 5px;
    padding: 10px 15px;
	font-size: 13px;
}

#popup > span {
	position:absolute;
    top: 5px;
    right: 10px;
    font-size: 28px;
	cursor:pointer;
}

#popup > div {
	margin-bottom: 16px;
}

#popup > div h2 {
	text-align: center;
}

#popup.ng-hide {
	opacity: 0;
}

#popupforce {
	opacity: 1;
	transition: 0.5s all ease;
	cursor: pointer;
	text-align: center;
	height:52px;
	background-color: #272727;
	overflow: hidden;
	padding: 7px 0 3px 0;
	margin: 0 0 10px 0;
}
#popupforce.ng-hide {
	opacity: 0;
	height: 0px;
	margin: 0;
	padding: 0;
}

#cookies {
	margin: 0 auto;
	padding: 5px;
	transition: 0.5s all ease;
	opacity: 1;
	z-index: 4000;
    border-bottom: solid #fff 3px;
	max-height: 20%;
}
#cookies.ng-hide {
	opacity: 0;
	max-height: 0px;
	border: 0;
}
#cookies::after {
	content: '';
	clear:both;
	display:block;
}

#cookies button {
	font-family: 'playregular';
	float: right;
	border: 0;
	padding: 5px 10px;
	margin: 5px;
}
.language-box{
    box-sizing: border-box;
	display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.language-box a{
	height: auto;
	padding: 5px;
	text-align: right;
}

.arrow {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	position: relative;
}

.arrow>*.text {
	background-image: url('/images/center-arrow.png');
    flex: 1;
    text-align: center;
	padding-top: 20px;
    background-repeat: repeat-x;
    min-height: 20px;
	padding-bottom: 5px;
}
.arrow-ero>*.text {
	background-image: url('/images/center-arrow-ero.png');
}
.arrow>*.text>* {
	position:absolute;
	left: 0;
	right: 0;
	top: 20px;
}
.arrow-left, .arrow-both {
    border-right: 1px solid #e7e7e7;
}
.arrow-right, .arrow-both {
    border-left: 1px solid #e7e7e7;
}
.arrow-left::before, .arrow-both::before {
	background-image: url('/images/left-arrow.png');
    height: 10px;
    width: 9px;
	content:'';
}
.arrow-right::after, .arrow-both::after {
	background-image: url('/images/right-arrow.png');
    height: 10px;
    width: 9px;
	content:'';
}
.arrow-ero.arrow-right::after {
	background-image: url('/images/right-arrow-ero.png');
    height: 20px;
    width: 31px;
	content:'';
}
.konfigurator-draw {
	display:flex;
}
.konfigurator-draw input{
    margin: 0 3px;
}
.konfigurator-draw img {
	width:auto;margin:0;height:150px;
}
.konfigurator-draw>*,.konf-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 1171px) {
	.konf-rudselect {
		/*height:180px;overflow:hidden;*/
	}
	.konf-rudselect img{
		/*margin-top:-100px;*/
		height: 70px;
		width: auto;
	}
	.konfigurator-draw {
		justify-content:center;
	}
	.mobile {
		display: none;
	}
}

/*konf-select*/
.konf-select {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.konf-select .open-button {
    color: #272727;
    border: 1px solid #272727;
	min-width: 100px;
    background: url(/images/dropdown.svg) no-repeat;
	background-position: calc(100% - 5px) 50%;
	background-color: #e7e7e7;
	background-size: 20px 20px;
	padding: 5px 25px 5px 5px;
}
.konf-select.open .open-button {
	color: #e04e39;
    background-image: url(/images/dropdown-open.svg);
}
.konf-select .options{
	overflow-y:scroll;
	max-height:200px;
    color: #272727;
    border: 1px solid #272727;
    background-color: #e7e7e7;
}
.konf-select .option{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.konf-select .option>*{
	padding: 5px;
}
.konf-select .option img{
	margin: 0;
	height: 110px;
	width: auto;
	padding: 0 5px;
}

/*radio*/
input[type='radio'] {
    /* Hide the input, but have it still be clickable */
    opacity: 0;

    width: 20px;
	height: 20px;
}

input[type='radio'] + label {
    margin: 0;
    clear: none;

    /* Left padding makes room for image */
    padding-left: 24px !important;

    /* Make look clickable because they are */
    cursor: pointer;

    background: url(/images/radio-button-blank.svg) left center no-repeat;
	background-size: 20px 20px;
}
input[type='radio']:checked + label, input[type='radio']:checked {
    background-image: url(/images/radio-button-all-right.svg);
	color: #e04e39;
}

popup-image div, big-image > div {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.5);
	transition: 0.1s all ease;
	z-index: 5000;
	color: white;
	opacity: 1;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(/images/close.svg);
	background-position: top right;
	background-size: 6em; 	
}
big-image > div > div {
	width:100%;
	height:100%;
}
popup-image div img, big-image img {
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
}
big-image img {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
img.big-image {
	border: 5px transparent solid;
}
@media (max-width: 1170px) {
	popup-image div, big-image > div {
		background-size: 1em;
	}
}
