@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
	
	#logo img {width: 60%;}
	
	#slogan {
		position: static;
		width: 100%;
	}
	
	#intro {padding: 0 4% 2rem 4%;}
	
	h1 {font-size: 1.4rem;}
	h2 {font-size: 1.2rem;}
	
	.introbox {
		margin: 0;
		width: 100%;
		text-align: left;
	}
	
	.linie {width: 10rem;}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
	
	
}
	#offer {padding: 2rem 4%; background-position: 30% center;}
	
	#contact h3 {width: 100%;}
	
	#footer h3 {margin: 0 0 1rem 0;}
	
	.zweispaltig {column-count: 1;}
	
.flex {
	display: block;
}
	
.left, .right, #footer .left, #footer .right, #offer .left, #offer .right {
	width: 100%;
}

.left {
	margin-bottom: 1.5rem;
}
	
#offer .left {
	margin-bottom: 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
