@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 {text-align: center;
	padding: 1rem 4%;
	width:100%;
	height: 100%;
}	
	
	#header{height:100%;
			line-height: normal;
}	

	#title {
		position: inherit;
		top:0px;
		right:0px;
		padding:2rem 4%;
			width: 100%;}
	
#logoflex {
	width:100%;
        text-align: center;
}

#logoflex img { width:5.5rem;  display:inline-block;}

#titleflex {
	color: #FFF;
	text-align: center;
	width: 100%;
}

#titleflex img {width:0.55rem;}


.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 2rem;
}

.footer_left{width:100%;
			 padding: 1rem 4%;
			border-right: none;
			}

.footer_right{width:100%;
			  padding: 1rem 4%;
			}	

.zentriert{
	position: relative;
	top: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
	
.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
