@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;
}
	
.frame-outer::before{
	top:0.5rem;
	right:0.5rem;
	bottom:0.5rem;
	left:0.5rem;
	border-width: 0.2rem;
}
	
h1 {font-size: 1.8rem; line-height: 1;}

h1 small{font-size: calc(100% - 0.5rem);}
	
#slogan{
	z-index: 100;
	position:relative;
	right:auto;
	bottom:auto;
	text-align: center;
}
	
#slogan h4{
	background:#000;
	color:#fff;
	font-size:1.3rem;
	margin:0 0 0.5rem 0;
	padding: 0.8rem 1rem;
	display: block;
	font-weight:700;
	line-height: 1;
}
	
#kontakt{width:100%; margin:1rem 0 0 0;}
	
.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 {}
