@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;
	background-image: none;
}
	
#slogan h4 {font-size: 2rem;}
	
	#header {background: none;}
	
	#slider-rund {margin: -6rem 0 0 0;}
	
	.frame-outer::before {
	width: 2rem;
}
	
.content {
	position: relative;
	padding: 2rem 1.5rem 2rem 3.5rem;
}
	
#title { 
	position: relative;
	padding: 1.5 4%;
	box-shadow: none;
	z-index: 5 !important;
	margin: 0;
	background: #fff;
}
	
	.flex:first-of-type {align-items: center;}
	
	.siegel {width: 40%;}
	.auszeichnung {width: 50%;}

	.button a {width: 100%;}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.left, .right, .text, .bild {
	width: 100%;
}
	.text {order: 2}
	.bild {height: 10rem; margin: 0; order: 1;}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
