@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:10rem;}
	
h1 {font-size: 1.2rem;}
h2{font-size: 0.85rem;}
h4{font-size: 1rem;}
	
#title {padding: 1.5rem 4%;}
	
.left, .right {width: 100%;}

.left {margin-bottom: 1.5rem;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#benefits{padding: 1.5rem 4% 1.5rem 30%;}

#benefits::before{width:21%;}
	
#textbox, #bildbox{
	background:no-repeat center;
	background-size: cover;
	width:100%;
	border-radius: 0.5rem;
	order:2;
}
	
#bildbox{
	order:1;
	height:10rem;
	margin: 0 0 1rem 0;
}

#slogan, #adresse{width:100%;}
	
#adresse{margin:1rem 0 0 0;}
	
#footer{font-size: 0.8rem;}
#footer img{width:10rem; margin: 1rem 0 0 0;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
