@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;
}

#title { 
	position: static;
	z-index: 100;
	background:#f19200;
	padding: 1.5rem 4%;
	width:100%;
}
	
.left, .right {width: 100%;}

.left {margin-bottom: 1rem;}
	
.textbox, .bildbox{width:100%; order:2;}

.bildbox{height:15rem; order:1; margin: 0 0 1.5rem 0;}
	
#kontaktbild{width:100%;}
#kontaktbild img{display: inline-block; width:10rem;}
#kontakt{width:100%; margin: 1rem 0 0 0;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#videobox p{
	transform: translateY(-50%);
	font-size:1.5rem;
}
	
#footer {
	background:#eeeeee;
	position: relative;
	padding: 1.5rem 4%;
	text-align: left;
}

#footer img{width:8rem; margin: 0 0 1rem 0; display: inline-block;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
