/*Responsive*/

@media (max-width: 1200px){
	#konfigurator1 .ce_headline.col-md-3{
		width: 100%;
		text-align: center;
	}
	
	.konfig_status.col-md-6{
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.link_back.col-md-3{
		width: 100%;
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 1067px){
	
	#header{
	height: 80px;
	line-height: 93px;
	}
	


}

@media (max-width:991px) {
	
}	

@media (max-width:769px){
	.logo {
    	width: 100%;
    	height:auto;
	}
	.logo a {background-size: 80%; background-position: center; height: 80px;}
	#header {height:auto; line-height: 50px;}
	#header .inside {text-align:center;}
	
	.row.uebersicht,
	.row.uebersicht-list{
		padding-right: 0;
    	padding-left: 0;
	}
	#konfigurator1 {padding-top: 160px;}
	.back {float:none;}
	
	.row.uebersicht, .row.uebersicht-list	{flex-wrap: wrap;}
}

