@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 {
	position: relative;
	background: #efefef;
	padding: 0 0 1.5rem 0;
	overflow: hidden;
}
#logo::before, #logobox::after{display: none;}

#logobox{
	position: relative;
	z-index: 100;
	width:70%;
	background: #fff;
	padding: 1rem 10% 1rem 1rem;
}
	
#title {
	position: static;
	padding: 2rem 4%;
	width:auto;
	height:auto;
	background: #000;
}

#titlebox {
	position: relative;
	top:auto;
	transform: translateY(-0);
}

#title::before{	display: none;}
	
#header {margin: 0;}
	
.textbox h3 {
	margin: 0rem 0 2rem 0;
	color:#fff;
}
	
.textbox{
	position: relative;
	z-index: 10;
	box-shadow: 0 0 0.5rem 0 rgba(0,0,0,.1);
	background: linear-gradient(55deg,#ededed 0,#fff 100%);
	padding: 1rem;
	margin: auto 8% 0 8%;
}

.textbox::before{
	content: '';
	z-index: -1;
	background: url(//anzeigen.jobsintown.de/job/files/1299701/header-text-bg-respo.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0rem;
	width: 100%;
	height: 4rem;
}

.verlauf{position:relative;}

.verlauf::before {display: none;}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#footer .flex div{width:100%;}
	
.abstand-minus{margin-top:-5rem;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
