@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:45%;}
	
#header::before{display: none;}
	
#title { 
	position: static;
	background: #e5eaee;
	padding: 1rem 4%;
	width: 100%;
	max-width: 100%;
}

#balken-blau{display: inline-block; padding: 1rem;}

#bewerben{padding:1.5rem 4%;}
	
.zeichen h3{
	text-align:center;
	margin: 0 0 1rem 0;
}

.zeichen h3::after{right:4%;}
	
h2 {
	margin: 1rem 0 0 0;
	padding: 0 0 0 1.2rem;
	font-size: 0.8rem;
	font-weight: 400;
	display: block;
	background: no-repeat left center;
	background-size: auto 1rem;
}
	
h2:first-child {margin: 0;}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.button a {
	display: block;
	text-align: center;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
