@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 {
	z-index: 100;
	background-image: none;
	border-top:1rem solid rgb(238, 238, 238);
	position: static;
	padding: 0 4%;
}

#logo img {width:10rem; display: block;}
	
#title { 
	position: static;
	padding: 1.5rem 4%;
}
	
#firma{
	background:#7fbb25 url(anfuehrungszeichen70.png) no-repeat 2rem 1rem;
	background-size: 50% auto;
	color:#fff;
	padding: 1.5rem 4%;
}
	
.left, .right {width: 100%;}

.left {margin-bottom: 1.5rem;}
	
.bildbox{
	width:100%;
	height:12rem;
}

.textbox{width:100%;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#benefits ul {
	column-count: 1;
	column-gap: 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
