@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;
}
	.einleitung{ padding: 2rem 5% 0 5%;}
	h1{ font-size: 1.5rem;}
	#header {
	position: relative;
}
.logo{ display: inline-block; position: absolute; width:  100%; text-align: center;
top: 3.5rem;}

.logo img { width: 20rem; display: inline-block;}

/*--für Stellentitel--*/
#title {  text-align: center;
	position: relative;
	padding: 2rem 5%;
	color: #fff;
	top: 0;
	left: 0;
	width: auto;;
	background-color: #968157;
}

.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex, .footerflex, .content, .einleitung {
	display: block;
}
	
.left, .right, .einleitungleft, .einleitungright, .contentleft, .contentright, .footerleft, .footerright { margin: 0; padding: 1rem 3%;
	width: 100%;
}

.left, .contentleft, .contentleft {
	margin-bottom: 1.5rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
