@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 img {width:50%;}

h3 {font-size: 1.2rem;}
	
h4 {
	margin: 0 0 0.3rem 0;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.1;
}
	
#slogan{
	color:#fff;
	bottom:1rem;
	text-shadow: 0px 0px 23px rgba(0,0,0,0.96), 0px 0px 43px rgba(0,0,0,0.8);
	font-size:1rem;
	font-weight: 300;
}
	
#title {padding: 1.5rem 4%;}

.linie{	margin:1.5rem 0;}
	
.left{
	position: relative;
	width: 100%;
	padding: 0 4%;
	text-align: center;
}

.left img{
	display: inline-block;
	margin: 0 0 0.3rem 0;
	width:auto;
	height:2rem;
}

.right {
	width: 100%;
	padding: 0 4%;
}
	
.alignCenter::before{display: none;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
