@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;
}
	
	#headerbox {
		position: static;
		width: 100%;
	}

#headerboxLinks {
		position: static;
		width: 100%;
	}
	
	#logo {text-align: center;}
	
	#logo img {width: 60%; display: inline-block;}
	
	#stoerer {
		position: static;
		border-radius: 0;
		width: 100%;
		height: 100%;
		margin: 1rem 0 0 0;
	}
	
	#stoerer p {
	position: static;
		top: 0%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding: 1rem 2%;
	font-weight: bold;
	font-size: 1rem;
	word-break: normal;
}
	
	.bluebox {width: 100%;}
	
	h1 {
		padding: 0;
		background: none;
		color: #fff;
		line-height: 1.2;
		font-size: 1.7rem;
	}
	
.flex {
	display: block;
}
	
.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 {}
