@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 {
	padding: 1.5rem;
}
	
.slogan {
	bottom: 1.5rem;
	left: 1.5rem;
}
	
.content {
	padding: 1.5rem;
}
	
.box_mitte{
	padding: 1.5rem;
	margin-right: -3rem;
	margin-top: 1.5rem;
	text-align: left;
}

.kontakt {
	background-color: #fff;
	border-top-left-radius: 3vw;
	padding: 1.5rem;
	margin-top: 1.5rem;
}
	
#title { 
	position: relative;
	padding: 1.5rem;
	border-top-right-radius: 3vw;
	background-color: #fff;
	margin-right: 1.5rem;
	text-align: center;
}
	
#footer {
    position: relative;
    padding: 1.5rem;
    border-bottom-right-radius: 3vw;
    color: #fff;
    background-color: rgba(0,0,0,.8);
	font-size: 0.75rem;
}

.footer_bg {
    background-image: url(//anzeigen.jobsintown.de/job/files/1382597/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	padding-bottom: 1.5rem;
	padding-right: 1.5rem;
}

#footer img {
	width: 10rem;
	margin-bottom: 1.5rem;
}
	
.abstand_right {
	padding-right: 0%;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right, .left2, .right2 {
	width: 100%;
}

.left, .left2 {
	margin-bottom: 1rem;
}
	
h1, h2 {
	font-size: 1.3rem;	
}
	
ul {
	margin: 0.5rem 0 0 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
