@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 {
	position: static;
	padding: 1rem 4%;
	text-align: center;
}

#logo img {
	position: relative;
	top:0;
	width:10rem;
	display: inline-block;
}

#logo p{
	display:block;
	font-size: 1.5rem;
	margin: 0 0 0.5rem 0;
}
	
.quadrate-links, .quadrate-rechts, #header::before{display: none;}
	
h1 {font-size: 1.4rem;}
h1 small {font-size: calc(100% - 0.5rem);}
	
.left, .right {width: 100%;}

.left {	margin-bottom: 1rem;}
	
#footerlogo, #logo_extern{
	width:100%;
	text-align: center !important;
}

#footerlogo img, #logo_extern img{
	width:8rem;
	display: inline-block;
}
#adresse{text-align: center; width:100%; margin: 1rem 0;}
#logo_extern{text-align: right;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
