@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 {
		font-size: 0.8rem;
}

h1 span {
	
}

h2 {
	
}

h3 {
font-size: 0.8rem;
}

h4 {
	font-size: 0.8rem;
}
	
	#logo {
	padding: 1rem 6% 1rem 6%;
	background: #193273;
}
	
	.contentbox2{
	margin-top: 1rem;
	  border: 1px solid #2a4aa5; /* heller Blauton passend zu #193273 */
	padding: 1rem 4%;
}
	
#header {
  position: relative;
  padding: 0rem 6% 2rem; /* Platz für das Blaue oben + unten für Slider */
  overflow: visible;
}

/* Blaue Fläche als Hintergrund über ::before */
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; /* Höhe der blauen Fläche – anpassbar */
  background-color: #193273;
  z-index: 0; /* hinter dem Slider */
}


	
	.content {
	position: relative;
	padding: 0rem 6% 1rem 6%;
}
    
.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;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
