@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: 2rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1.1;
}

h1 span {
	
}

h2 {
font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}

h3 {

}

h4 {
	
}
	
	#logo img {
	width: 30%;
}

.content {
	position: relative;
	padding: 3rem 4% 0rem 5%;
}

	
	.content2 {
  position: relative;
  padding-left: 2rem;
		padding-right: 2rem;
	margin-top: 2rem;
  border-left: 20px solid #3ca2ad; /* Breite & Farbe des Balkens */
  width: 100%;
	text-align: justify;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
	.left2, .right2 {
	width: 100%;
}

.left2 {
	margin-bottom: 1rem;
}
	
	.left3, .right3 {
	width: 100%;
}

.left3 {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}




#slogan {
	position: relative;
	padding: 1rem 4%;
	bottom: 0rem;
	left: 0rem;
}
.refnr {}

.apply {}
