@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 {width: 40%}
	
	.content {padding: 2rem 4%;}
	
	#intro {background-image: none;}
	
	
#kontakt {
	background-image: none;
	padding: 2rem 2rem 2rem 0;
	width: 100%;
	
}

#kontakt p {padding: 0 0 0 4%;}
#kontakt h3 {padding: 0 0 0 4%;}

.ap-bild {
width: 80%;
}

#kontakt .flex div:nth-child(2) { width: 100%} 
	
	#footer {
	margin: 0 0 0 0;
	padding: 2rem 4%;
}

#footer .left {width: 100%;

}

#footer .left div:nth-child(1) {width: 100%; margin: 0 0 1rem 0 !important;}
#footer .left div:nth-child(2) {width: 100%;}

#footer .left img {width: 30%; margin: 0 0 1rem 0}
#footer .right {width: 100%;}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
