@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, #footer img {width:15rem;}

#header::before{height:0.5rem;}
	
.left, .right {width: 100%;}

.left {margin-bottom: 1rem;}
	
#bildbox{
	background: no-repeat center;
	background-size: cover;
	color:#fff;
	position:relative;
	padding: 0;
}

#bildbox::before, #bildbox::after{
	top:0;
	right:0;
	bottom:0;
	left:0;
}
	
#bildbox::after{background: rgba(255,255,255,0.8);}

#bildbox .content{padding:1.5rem 4%;}
	
.bildbox, .textbox{width:100%; order:2;}
	
.bildbox{order:1; height:12rem;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
