@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;
}
	
#bildbox{
	width:100%; 
	height:10rem;}

#slogan{
	width:100%;	
	padding: 1rem 4%;
	font-size: 1.5rem;
}
	
.content {padding: 1rem 4%;}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
#footer{padding:1rem 4%;}
	
#bewerben{
	width:100%; 
	padding: 0 0 0 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: column;
	flex-wrap: wrap;
}
	
#bewerben > div{margin:0 0 1rem 0;}

#bewerben img{
	display: inline-block;
	width:auto;
	height:1.2rem;
	margin: 0 0.5rem 0 0;
}

#kontakt{width:100%; font-size: 0.8rem;}

#logo {margin: 0 0 0.5rem 0;}

#logo img {width:40%;}

.benefitsabstand{margin-top:0 !important;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.dreispaltig{
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	-webkit-column-gap:0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
