@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;
}
	
#header::before, .content::before, #benefits::before, #apply::before, #footer::before, #bildreihe::before{display: none;}
	
#title { 
	position: static;
	background:#1b2d3d;
	padding: 1.5rem 4%;
}
	
h1 {font-size: 1.2rem;}

h1::before{top:0.6rem;}
	
h3 {
	z-index: 10;
	position: relative;
	letter-spacing: .05em;
	color:#1d252c;
	margin: 0 0 1rem 0;
	font-size: 1.2rem;
	font-weight: 300;
	text-transform: uppercase;
	width:auto;
}

#benefits h3{color:#fff;}

h3::after{
	top:auto;
	right:auto;
	left:50%;
	transform: translateX(-50%);
	bottom:-0.5rem;
}
	
h5{
	z-index: 10;
	position: absolute;
	left:8%;
	right:8%;
	bottom:1rem;
	font-size: 0.85rem;
	font-weight: 300;
	text-transform: uppercase;
}
	
.ueber{width:100%; text-align: center;}
.textbox{width:100%; padding: 0.4rem 0 0 0;}
	
.left, .right {width: 100%;}
	
.right div{width: 48%; margin:1rem 0 0 0;}
	
#bildreihe{padding:0rem 0 1rem 0;}
	
#bildreihe div{
	position: relative;
	background:no-repeat center;
	background-size: cover;
	color:#fff;
	width:49%;
	height:9rem;
	margin: 0 0 0.5rem 0;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#apply{
	font-weight: 300;
	padding:1.5rem 4%;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
