@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:50%;}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.bildbox{
	order:1;
	width:100%;
	background: no-repeat center top;
	background-size: cover;
	border-radius: 0.5rem;
	overflow: hidden;
	height:10rem;
}
.textbox{
	order:2;
	width:100%;
}

/*-----------*/

.bg-gruen, .bg-beige{position:relative; overflow: hidden; padding: 1.5rem 4%;}

.bg-gruen .textbox{padding: 1rem 0 0 0;}
.bg-beige .textbox{padding: 1rem 0 0 0;}

.bg-gruen::before{
	content:'';
	z-index: 1;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	background:#cfd8d7;
}

.bg-beige::before{
	content:'';
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#f6f4ef;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
