@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{ 
	z-index: 3;
	position: static;
	width:100%;
	color:#fff;
	padding: 1rem;
	background: #802537;
}
	
#titlebg, h4::before {display:none;}
	
h6{
	position: relative;
	background:#802537;
	color:#fff;
	display: block;
	margin:-1rem 0 0.5rem 0;
	padding: 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
	
.left, .right {width: 100%;}

.left {margin-bottom: 1.5rem;}
	
#bewerben{width:100%; margin: 0 0 1.5rem 0;}

#ap{width:100%; background:#fff; padding: 0 0 0.5rem 0; text-align: center;}
	
#ap img{width:50%; display:inline-block;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#adresse{width:100%; margin: 1rem 0 0 0;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
