html {
    height: 100%;
}
body {
	color:#333333; 
	font-size:13px; 
	margin:auto; 
	padding:0px; 
	background: #2c2c2c url('/konfigurator/img/bg_home.jpg') center top no-repeat;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
* {
	padding:0px; 
	margin:0px; 
	text-decoration:none;
	text-align: left;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h1 strong {
	color: #d20c0c;
}
h2 strong {
	color: #d20c0c;
}
a {
	color: #3d5979; 
	text-decoration:none;
}
a:hover {
	color:#3d5979;
}
img{
	border:0px
}
#wrapper{
	width: (100% - 30px);
	margin: 5px 15px 15px 15px;
}
.home_desc{
	padding: 0px;
	color: #dddddd;
	display: block;
	background: url(/konfigurator/img/bgel.webp) no-repeat left top; 
	margin-top: 20px;
}
.home_desc>.home_desc_el{
	color: #000000;
	width: calc(25% - 10px - 10px);
	padding: 10px;
	margin: 5px 10px 5px 0px;
	float: left;
	height: auto;
	width: 280px;
}
.home_desc>div li{
	margin-left: 15px;
}
.home_desc .home_desc1, .home_desc .home_desc2, .home_desc .home_desc3{
	border-right: 1px solid #c1c1c1;
}
.home_desc .home_desc1 div{
	background-image: url('/konfigurator/img/home/home_1.png');
	background-position: left top;
	background-repeat: no-repeat;	
	padding: 0px 0px 0px 60px;	
}
.home_desc .home_desc2 div{
	background-image: url('/konfigurator/img/home/home_2.png');
	background-position: left top;
	background-repeat: no-repeat;	
	padding: 0px 0px 0px 60px;	
}
.home_desc .home_desc3 div{
	background-image: url('/konfigurator/img/home/home_3.png');
	background-position: left top;
	background-repeat: no-repeat;	
	padding: 0px 0px 0px 60px;	
}
.home_desc .home_desc4 div{
	background-image: url('/konfigurator/img/home/home_4.png');
	background-position: left top;
	background-repeat: no-repeat;	
	padding: 0px 0px 0px 60px;	
}
.home{
	/* background-image: url('/konfigurator/img/bgel.webp'); */
	background-position: left top;
	background-repeat: no-repeat;	
	padding: 0px 20px 60px 20px;
}
.main_el{
	position: relative;
}
.el_next, .el_prev{
	width: 30px;
	height: 35px;
	background-color: #007dbc;
	border-radius: 1px;
	cursor: pointer;
}
.el_prev{
	position: absolute;
	display: block;
	top: calc(50% - 10px);
	left: -15px;
}
.el_next{
	position: absolute;
	display: block;
	top: calc(50% - 10px);
	right: -15px;
}
.el_prev span{
	border: solid #ffffff;
	border-width: 0 6px 6px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin: 10px 0px 0px 8px;
}
.el_next span{
	border: solid #ffffff;
	border-width: 0 6px 6px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 10px 4px 0px 4px;
}
.el_list{
	padding: 20px 0px;
	height: 325px;
	display: flex;
	overflow-x: scroll; 
}
.el_list::-webkit-scrollbar {
	display: none;
  }
.el_list{
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
.el_list_nav{
	position: absolute;
	bottom: -4px;
	left: calc(50% - 100px);
}
.el_list_nav_in{
	position: relative;	
}
.el_list_nav .el_list_nav_in div{
	width: 200px;
	height: 3px;
	background-color: #ffffff;
	margin: 0px;
	display: flex;
	flex-direction: row-reverse;
}
.el_list_nav .el_list_nav_in div span{
	flex: 1 1 auto;
	border-right: 2px solid #333333;
}
.el_list_nav .el_list_nav_in .sel{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 3px;
	background-color: rgba(0, 125, 198, 0.8);
	padding: 0px;
	margin: 0px;
}
.el_list_item{
	background: url(/konfigurator/img/bgel.webp) no-repeat left top;
	/* float: left; */
	height: 330px;
	flex: 0 0 auto;	
	margin: 5px 4px 0px 0px;
	width: calc(33.33% - 4px);
	border: 1px solid #404040;
}
.el_list .sel-child{
	/* float: left; */
	/* margin: 5px 4px 0px 0px; */
	/* width: 300px; */
}
.el_list_item h2{
	display: inline-block;
	width: auto;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	background-repeat: repeat-x;
	background-image: url("/konfigurator/img/chr2nn.png");
	margin: 15px 0px 0px 0px;
	padding: 5px 15px;
	font-weight: bold;
}
.el_list_item_in{
	background-repeat: no-repeat; 
	background-position: 15px center; 
	background-size: auto 330px; 
}
.el_list_item_content{
	position: relative;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
}
.el_list_item_content .content_img{
	width: 100%; 
	height: 160px
}
.el_list_item_content .btn{
	 position: absolute;
	 bottom: 10px;
	 right: 10px;
}
.el{
	z-index: 99;
	display: flex;
	width: calc(100%);
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	/* background-image: url('/konfigurator/img/bgel.webp'); */
	background-position: 225px top;
	background-repeat: no-repeat;
	/* background-image: linear-gradient(to bottom, #cccccc, #dddddd); */
	box-shadow: 3px 8px 8px 3px #00000034;
	position: relative;
}
.header{
	z-index: 1001;
	width: calc(100% - 30px - 60px);
	margin: 5px 15px;
	padding: 10px 30px 15px 30px;	
	border-bottom: 2px solid #0077b3;
	/* background-color: #2c2c2c; */
}
.header_mobile_menu{
	display: none;
}
.header_el1{
	float: left;	
}
.header_el2{
	float: right;
}
.header_title{
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_brand{
	padding-right: 20px;
}
.header_title2{
	font-size: 28px;
	line-height: 18px;
	color: #009cdd;
}
.logo{
	float: left;
	padding: 10px 0px 0px 0px;	
}
.info1{
	float: left;	
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	margin-left: 15px;
}
.btn1{
	color: #333333;
    display: block;
    padding: 9px 10px 9px 10px;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    border-radius: 4px;
    border: 1px solid #aeaeae;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 3px auto;
    cursor: pointer;
}
.footer{
	padding: 20px;
	width: calc(100% - 40px);
	color: #dddddd;
	text-align: center;
}
.clear {
	overflow:hidden; height: 0px; width: 1%; clear:both;
}

@media screen and (min-width: 1300px) {
	#wrapper{
		width: 1290px;
		margin: 5px auto;
	}
	.header{
		z-index: 1001;
		width: calc(1290px - 20px);
		margin: 5px auto;
		padding: 10px 10px 15px 10px;	
		border-bottom: 2px solid #0077b3;
	}
}

@media screen and (max-width: 1100px) {
	.home_desc {
		display: block;
		background: none;
	}
	.home_desc>.home_desc_el {
		color: #000000;
		width: calc(25% - 5px - 20px);
		padding: 10px;
		margin: 10px 5px 10px 0px;
		background: url(/konfigurator/img/bgel.webp) no-repeat left top;
		float: left;
		height: 260px;
	}
}
@media screen and (max-width: 950px) {
	.home_desc{
		display: block;
	}
	.home_desc>.home_desc_el{
		color: #000000;
		width: calc(50% - 11px - 16px);
		padding: 10px;
		margin: 10px 5px 10px 0px;
		background: url(/konfigurator/img/bgel.webp) no-repeat left top;
		float: left;
		height: 120px;
	}
}
@media screen and (max-width: 756px) {
	#wrapper{
		width: 100%;
		margin: 0px;
	}
	.header{
		width: 100%;
		margin: 0px 0px;
		padding: 0px;
	}
	.header_title2{
		width: 100%;
		text-align: center;
		color: #009cdd;
	}
	.header_title2 h2{
		display: inline-block;
		font-size: 20px;
	}
	.header_title2 h2 span{
		font-size: 20px;	
		color: #009ae8;
	}
	.header_mobile_menu{
		position: absolute;
		top: 16px;
		left: 16px;
		display: flex;
		align-items: center;
		cursor: pointer;
		border-radius: 4px;
		padding: 3px 8px 8px 8px;
		background-image: linear-gradient(to bottom, #08c, #0077b3);
	}
	.mobile_menu{
		width: 22px;
	}
	.mobile_menu span{
		display: block;
		height: 1px;
		width: 100%;
		background-color: #ffffff;
		margin-top:6px;
		box-shadow: -1px 2px 3px #4443435c;
	}
	.mobile_menu_text{
		color: #ffffff;
		padding: 6px 0px 0px 5px;
		font-size: 11px;
	}
	.header_el1{
		width: 100%;
		float: none;
		display: flex;		
		justify-content: center;
		border-bottom: 1px solid #ffffff33;
		margin-bottom: 4px;
	}
	.header_el2{
		width: 100%;
		float: none;	
		margin-bottom: 4px;
		display: flex;		
		justify-content: center;
	}
	.info1{
		display: none;
	}
	#menu{
		z-index: 100;	
		width: 100%;
		padding: 0px;
		background-color: #474747;
	}
	.menu{
		list-style-type: none;
		width: 100%;
	}
	.menu>li{
		width: calc(100% - 18px);
		display: block;
		padding: 8px 9px;
		color: #ffffff;
		font-weight: normal;
		border-bottom: 1px solid #000000;
		text-shadow: 1px 2px 3px #444343;
		cursor: pointer;
		position: relative;
	}
	.menu>li a{
		width: 100%;
		display: block;
		color: #ffffff;	
	}
	.menu>li:after {
	  width: 100%;
	  background: none;
	  border-bottom: 1px solid #ffffff47;
	  content: "";
	  display: block;
	  position: absolute;
	  left: 0px;
	  bottom: -2px;
	}
	.menu>li:last-child:after {
	  border-bottom: 0px solid #ffffff47;
	}
	.menu li.sel, .menu li:hover{
		color: #ffffff;
		background-image: linear-gradient(to bottom, #08c, #0077b3);
	}	
	.menu li.menu_info{
		cursor: auto;
	}
	.menu li.menu_info:hover{
		background-image: none;
	}
	.home_desc{
		display: block;
	}
	.home_desc>.home_desc_el {
		color: #000000;
		width: calc(50% - 11px - 16px);
		padding: 10px;
		margin: 10px 5px 10px 0px;
		background: url(/konfigurator/img/bgel.webp) no-repeat left top; 
		float: left;
		height: 140px;
	}	
	.el_prev{
		position: absolute;
		display: block;
		top: calc(50% - 10px);
		left: -15px;
	}
	.el_next{
		position: absolute;
		display: block;
		top: calc(50% - 10px);
		right: -15px;
	}
	.el_list{
		display: flex;
		overflow-x: scroll; 
	}
	.el_list_item{
		flex: 0 0 auto;	
		margin: 5px 4px 0px 0px;
		width: calc(33.3% - 6px);			
	}
	.el_list::-webkit-scrollbar {
		display: none;
	  }
	.el_list{
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE and Edge */
	}
	.el_list h2 {
		font-size: 14px;
		padding: 10px 5px 10px 10px;
	}
	.el_list_item_in{
		background-repeat: no-repeat; 
		background-position: left top; 
		background-size: cover; 
	}
	.el_list_item_content{
		background-repeat: no-repeat;
		background-position: -10px center;
	}
	.el_list_item_content .content_img{
		width: 100%; 
		height: 140px
	}
	.el_list_item_content .btn{
		 position: static;
		 width: 100%;
	}
	.el_list_item_content .btn button{
		 width: 100%;
		 text-align: center;
		 border-radius: 0px;
	}
}
@media screen and (max-width: 680px) {
	.home_desc{
		display: block;
	}
	.home_desc>.home_desc_el {
		color: #000000;
		width: calc(100% - 5px - 20px);
		padding: 10px;
		margin: 10px 5px 10px 0px;
		background: url(/konfigurator/img/bgel.webp) no-repeat left top; 
		float: left;
		height: 120px;
	}
	.home_desc>.home_desc_el{
		height: auto;
	}
}
@media screen and (max-width: 560px) {
	.el_list_item{
		flex: 0 0 auto;	
		margin: 5px 4px 0px 0px;
		width: calc(50% - 6px);			
	}
}
@media screen and (max-width: 430px) {
	.header_title2{
		width: 200px;
		text-align: center;
	}
	.home_desc>.home_desc_el:first-child {
		height: 120px;
	}
}