@media only all and (max-width: 599px) {
    /* 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;
	margin: 0 0 1rem 0;
	text-align: center
}

#logo img{display: inline-block; width:60%;}

#intro{	
	width:100%;
	padding: 1.5rem 4%;
	order:2;
}
	
#headerbild{
	width:100%;
	padding: 1.5rem 4% 0 4%;
	text-align: center;
	order:1;
}

#headerbild img{
	display: inline-block;
	width:48%;
	border:0.2rem solid #eef3d2;
	border-radius: 1rem 0 1rem 0;
}

#headerbild img:nth-child(2){
	margin: 0 0 0 4%;
}
	
h1 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
}
	
.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 {}
