@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;
}
	
#header {
	background:#ff0000;
	position: relative;
	clip-path:inherit;
	text-align: center;
}
	
#logo {
	padding: 1.5rem 4%;
	text-align: center;
}

#logo img {
	height:4.5rem;
	margin: 0 0.5rem;
}
	
#name{
	padding: 1.5rem 4%;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}
	
#slider-rund{
	position:static;
	width:100%;
	height:12rem;
	border-radius:0;
	overflow: hidden;
	border:0;
}
	
.left, .right, #kontakt, #ap{width: 100%;}

.left, #kontakt {margin-bottom: 1.5rem;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
