@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;
}
	
	h1 {
margin: 0;
	font-size: 1rem;
	font-weight: 800;
	color: #153548;
	font-family: 'Aleo', sans-serif;
	
}

h1 span {
	
}

h2 {
	
}

h3 {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	font-family: 'Aleo', sans-serif;
}

.textver {
	
	font-size: 0.85rem;
	font-weight: 700;
	
	font-family: 'Aleo', sans-serif;
}

h4 {
	
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.linie-aufgabe, .linie-profil, .linie-benefits, .linie-quer {
	
	display: none;
}



.left {
	width: 100%;
	order: 1;
	padding: 1rem 4%;
}

.right {
		width: 100%;
	order: 2;
	padding: 1rem 4%;
}	
	
.kreis {
	background-color: #153548;
	width: auto;
	height: auto;
	border-radius: 0%;
	text-align: center;
	padding: 1rem 0;
	
	
}

.zentriert{
	position: relative;
	top: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

	
#title { 
	position: relative;
	padding: 1rem 4% 0rem 4%;
	width: 100%;
	


	
}
	
	#logo img {
	width: 45%;
}
	
	#logo {
	padding: 1rem 4%;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}



.refnr {}

.apply {}
