@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;
	position: static;
	border-radius: 0rem;
	padding: 1.5rem 4%;
}

#logo img, #footerlogo img {width:13rem;}
	
#header::before{display: none;}
	
#title {
	position: static;
	background: #004266;
	padding: 1.5rem 4%;
}
	
.icons img{
	display: inline-block;
	width:auto; 
	height:3rem;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.bildbox, .infobox{
	background: no-repeat center right;
	background-size: cover;
	width:100%;
	padding: 1.5rem 4%;
}
	
.bildbox{height:10rem;}
	
.bgBild {
	background: no-repeat center right;
	background-size: cover;
	color:#fff;
	padding: 3rem 4%;
}
	
#benefits ul {
	column-count: 1;
	column-gap: 0;
}
	
#footertext{
	font-weight: 400;
	padding:1rem;
	background: #004266;
	color:#fff;
	border-radius: 0.5rem;
	text-transform: uppercase;
}

#footerlogo{width:100%;}
#kontakt{width:100%; margin: 1.5rem 0 0 0;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
