@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;
}
	
#header > img{clip-path:none;}
	
#title {
	clip-path: none;
	margin: 0;
	padding: 1.5rem 4%;
}

#slogan{
	background: #448d21;
	position: static;
	width:100%;
}
	
#slogan img{display: none;}
	
#slogantext{
	position:static;
	transform: translateY(0%);
	left:0;
	color:#fff;
	padding: 1.5rem 4%;
	font-size: 1rem;
}
	
.left, .middle, .right {
	width: 100%;
}

.left, .middle {
	margin-bottom: 1.5rem;
	border:none;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#bewerben{
	z-index: 10;
	position: static;
	width:100%;
	clip-path: none;
	text-align: left;
	padding: 1.5rem 4%;
}

#footer {
	position: relative;
	padding: 1.5rem 4%;
}

#footer img{width:15rem; margin: 0 0 0.5rem 0;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
