@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:10rem;}
	
#header::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2rem;
	background: url(//anzeigen.jobsintown.de/job/files/1316011/welle.png) no-repeat left center;
	background-size: 100% 100%;
}
	
#firma img{height:5rem;}
	
h1 {font-size: 1.6rem;}
	
h3 {font-size: 1.3rem;}
	
.left img, .right img, .benefits img {height:3rem;}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1.5rem;
}
	
#footerlogo{width:10rem;}
#kontakt{width:100%; margin: 1rem 0 0 0;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.zweispaltig{
	column-count: 1;
	column-gap: 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
