@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 {
	z-index: 100;
	position: static;
	width:100%;
	height:auto;
	padding: 1.5rem 4% 1rem 4%;
	text-align: right;
	background-image: none;
	background-color:#E2E1E1; 
	background-size: auto 100%;
}

#logo img {
	display: inline-block;
	width:auto;
	height:3rem;
}
	
#header {
	position: relative;
	background: url(bg_verlauf.jpg) repeat-y left top;
	background-size: 100%;
}
	
#header::before{
	z-index: 1;
	content: '';
	position:absolute;
	top:5.5rem;
	left:0;
	width:33%;
	height:100%;
	background: url(header_left.png) no-repeat top left;
	background-size: 100% auto;
}
	
#info{
	position: static;
	padding: 1.5rem 4%;
	width:100%;
	font-weight: 500;
}

#info p:nth-child(1){font-size: 1.5rem; text-align: center;}
#info p:nth-child(2){font-size: 1rem; text-align: center;}
	
.content, #footer {padding: 1.5rem 4%;}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
