@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
	
	#logo img{
		width: 12rem;
	}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	

	
	.right-schwebend {
width: 100%;

margin: 0;

	
}
	
	.left-schwebend{
		width: 100%;
		margin: 0 0% 1rem 0%;
	}


	
	.content {
	position: relative;
	padding: 1rem 4%;
	border-top: none;
}
	
	.a_lasche {
display: none;
	
}

.quadrat_a_lasche {
width: auto;
height: auto;
padding: 0.5rem 4%;
position: static;
top: 0;
left: 0;
	margin-bottom: 1rem;
	
}

.footer_lasche {
position: relative;
padding: 0 4% 1rem 4%;
width: auto;
color: white;
	margin-top: 0;
} 

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
