@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:80%;}
	
h1 {font-size: 1.5rem;}
	
.contentbox{
	position:relative;
	padding: 0;
}
	
.bildbox-left, .bildbox-right{
	position:static;
	width:100%;
	height:10rem;
}

.textbox-left, .textbox-right{
	position: relative;
	background:rgba(255,255,255,0.95);
	margin: 0 0 0 0 !important;
	padding: 1rem;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.datenschutz{width:100%; margin: 0 0 1rem 0;}
	
.mischung{width:88%}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.bg-grau{
	position: relative;
	background:#f2f5f7; 
	padding: 1.5rem 4% 4rem 4%;
}

.bg-grau2{
	position: relative;
	background:#f2f5f7; 
	padding: 0 4% 1.5rem 4%;
}
	
#benefits ul {
	column-count: 1;
	column-gap: 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
