@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;
	color: #fff;
}
	
	h1 {
	
}

h1 span {
	
}

h2 {
	
}

h3 {

}

h4 {
	
}
	
	.rechts{
		text-align: left;
	}
	
	
	.kontakt, .slogan{
		padding: 1rem 5%;
		color: #fff;
		
	}	
	
	.firma{
		margin: 0rem;
		width: 100%;
	}
	
	
	 #logo {
    padding: 1rem 3%;
    position: absolute;
    z-index: 4;
    top: 0.3rem;
    left: 0rem;
  }

#logo img {
  width: 4rem;
}
	
	
	
	.frame-outer{
		background-image: url(bg_frame_mobil.png);
	}	
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}



	
.left, .right, .middle {
	padding: 1rem 5%;
}



.left, .right, .middle, .slogan, .firma, .kontakt, .right_2 {
	width: 100%;
}


a:link, a:visited, a:active {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #ea5196;
}


.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
