@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:15rem;}
	
#header {
	background:#444444;
	position: relative;
	padding: 1.5rem 4% 0rem 4%;
}

#header #title {display: none;}

#titlebox{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
	
#firma, #aufgaben{
	width:100%;
	margin: 0 0 1.5rem 0;
}

.flex #title {
	width:100%;
	margin: 0 0 0.5rem 0;
}

#profil{width:100%;}

	
.left{width: 100%; position: relative; z-index: 100;}
	
.right{width:100%; text-align: right; margin: -3rem 0 0 0;}
	
.right img{height:8rem; display: inline-block;}
	
#bildmarke{width:20%;}

#adresse{width:80%; padding: 0 0 0 3%;}

#web{width:100%; margin: 1rem 0 0 0;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
