@media only screen and (max-width: 1200px) and (min-width: 960px) {


* { 
	font-size: 15px; 
	line-height: 19px; 
}
	
	
#logo {
	width: 25%;
    padding-bottom: 20px;
}	

.dropdown {
	left: calc(75% - 20px);
	padding-left: 20px;
	padding-right: 0px;
}
	
#folgetext h2, #folgetextspalte h2 {
	max-width: 100% !important;
}

#owl-nested {
	padding: 0px 0px 0px 0px;    
}    
    
    
.text {
    left: 20%;
	top: 0%;    
	width: 320px;
	height: 220px;
}

.textleft {
    right: 20%;
	top: 0%;    
	width: 320px;
	height: 220px;
}
    
.text h1, .textleft h1 {
	font-size: 20px;
	line-height: 28px;
}
    
	
}