@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%;}
	
h1 {font-size: 1.5rem;}
h3 {font-size: 1.2rem;}
	
.justify{text-align: left;}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#balken-gruen{
	position: relative;
	z-index: 1;
	background: linear-gradient(to right,  rgba(185,211,108,0.15) 0%,rgba(185,211,108,0.65) 100%);
	height:5rem;
	margin: 0;
}

#footer {
	background: linear-gradient(to right, rgba(0,167,231,0.65) 0%,rgba(0,167,231,0.15) 100%);
	color:#fff;
	position: relative;
	z-index: 2;
	padding: 1rem 4% 2rem 4%;
	margin: -4rem 0 0 0;
	text-align: center;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
