@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 {
	position: relative;
	right:auto;
	bottom:auto;
	z-index: 1000;
	width:auto;
	border-radius: 0;
	overflow: hidden;
	margin: 1.5rem 0 0 0;
	text-align: center;
}

#logo img {width:12rem; display: inline-block;}
	
h4 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
	
.content{padding:1.5rem 5%;}
	
#slogan{
	padding: 1rem 0;
	width:100%;
}

#textbox{
	width:100%;
	padding: 1rem;
	margin: 1.5rem 0 0 0;
}

#bildbox{
	z-index: 11;
	position: relative;
	top:auto;
	right:auto;
	width:100%;
	height:12rem;
	background: no-repeat center;
	background-size: cover;
}
	
.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 {}