@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;
}
	
#slogan{
	padding: 1rem 8%;
	font-size: 1.2rem;
	line-height: 1.5;
}
	
#slogan::after{display: none;}
	
h1 {font-size: 1.5rem;}
	
#aufgaben{width:100%;}
	
#outro{width:100%;}
	
#logo {
	position: static;
	width:100%;
	text-align: center;
	padding: 0 5% 1rem 5%;
}

#logo img {
	display: inline-block;
	width:60%;
}

#box-rot {
	position: static;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	background:#d2091e;
	color:#fff;
	width: 100%;
	padding: 1rem 5%;
	margin: 1.5rem 0 0 0;
}

#qr{width:30%;}

#apply{width:65%; font-size: 0.7rem;}

.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
