@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;
}
	
	h1 {
	font-size: 1.6rem;

}
	
	.content{
		padding:0;
	}
	
	#logo {
	position: inherit;
	left:0;
	bottom:0;
		text-align: center;
}
	
	
#logo img {
	width:10%;
	display:inline-block;
}
	
	#header{
padding:1rem 4%;
	}
	
	
	#footer {
	background-color:#575656;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: flex;
}
	
.left, .right {
	width: 100%;
}
	
	.right{
		order:1;
		text-align: left;
	}

.left {
	order:2;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
	
	.paddingFlexLeft{
		padding:0 8%;
}



.weisseBox{
		margin:1rem 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
