@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:30%;}
	
#title { 
	width:100%;
	padding: 1rem 4% 0rem 4%;
	order:2;
}

#headerbild{
	width:100%;
	order:1;
}
	
.content{margin: 0 !important;}
	
.bildbox{
	position:static;
	background: no-repeat top center;
	background-size: cover;
	border-radius: 0.8rem;
	height:12rem;
	order:1;
}

.textbox{
	position: relative;
	z-index: 10;
	box-shadow: 0rem 0rem 1.8rem rgba(16,12,42,.08);
	background:rgba(255,255,255,0.9);
	margin:1rem 0 1rem 0;
	border-radius: 0.8rem;
	padding: 1rem;
	order:2;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
#kontaktbild{
	width:8rem;
	height:8rem;
	background: no-repeat top center;
	background-size: cover;
	border-radius: 100%;
}

#kontakt{width:100%; margin: 1rem 0 0 0;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#benefits{padding: 3rem 4% 1.5rem 4%;}
	
#benefits::before{font-size: 5rem;}
	
#footer {
	position: relative;
	padding: 1rem 4% 6rem 4%;
	text-align: center;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
