@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;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
	#logo{
	border-radius: 0rem !important;
	overflow: hidden !important;
	border: 0 !important;
	width:50% !important;
	float: none !important;
	padding: 1rem 2% 0rem 2% !important;
}
	
	#logo img{
		width: 50%;
	}

#titel{
	float:none !important;
	width:auto !important;
	padding: 1rem 2% !important;
}

#titel p{
	margin: 0 !important;
}

.firmenname{
	display: none;
}

	#icons{
  margin:0.5rem 0 0 0 !important;
}



#icons p{
	position:relative;
	padding: 0 0 0 1.0rem !important;
}

#icons img{
	position:absolute !important;
	top:0.2rem !important;
	left:0 !important;
	width:auto !important;
	height:0.75rem !important;
}

/* -------------- FLEXBOX -------------------- */

#standort{
	width:100% !important;
	height:4rem !important;
}

	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
