@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: 35%;}
	
	#header {margin: 0; border-radius: 0;}
	
	#jobdescription {padding: 2rem 4% 2rem 8%; margin: 0;}
	
	#jobdescription strong {padding: 0 0 0 0;}
	#jobdescription li {display: block;}
	#jobdescription ul {margin: 1rem 0}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.left, .right, .kontaktbild, .heimatvorteil_text, .kontakttext {
	width: 100%;
}
	
	.kontaktbild, .heimatvorteil_image {display: none;}
	
	.benefitsbox {width: 48%;}
	
	#jobdescription .button {display: none;}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
