@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, #info {
	padding: 1.5rem 4%;
	width:100%;
}

#header {margin: 1rem 0 0 0;}
	
#title {width:100%;}

#kurzinfo{
	flex-direction: column;
	width:100%; 
	padding: 0rem 4%;
	font-size: 0.9rem;
	font-weight: 700;
}
	
#kurzinfo div:last-of-type{margin: 0;}
	
h1 {font-size: 1.2rem;}

h4 {
	color:#cc051c;
	margin: 0 0 0.2rem 0;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

h5{
	border-left:0.2rem solid #cc051c;
	color:#005da8;
	margin: 2rem 0 0 0;
	padding: 0 0 0 0.5rem;
	font-size: 0.8rem;
	font-style: italic;
}

h6{
	font-size:0.75rem;
	font-weight:700;
	margin: 0 0 0.3rem 0;
	padding: 0;
}

.klein{
	font-size:0.7rem;
	color:#6b7280;
	font-style: italic;
}
	
.left, .right {width: 100%;}

.left {margin-bottom: 1.5rem;}
	
.benefits{
	padding:0.5rem;
	background:#f5f7fa;
	border-left:0.2rem solid #005da8;
	font-size: 0.7rem;
}

.benefits:nth-child(1), .benefits:nth-child(2), .benefits:nth-child(3), .benefits:nth-child(4), .benefits2{width:100%;}

.border-top{border-top:none;}
	
#kontakt{width:100%;}

#bewerben{width:100%; margin: 1.5rem 0 0 0;}
	
#footer div{width:100%;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
