@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: 1.4rem;
}

h1 span {
	
}

h2 {
	
}

h3 {
font-size: 1rem;
}

h4 {
	
}
	
	.stern {
  font-size: 1rem;
  position: absolute;
  left: 0.5rem;
}
	
	#slogan {
  font-family: "Gelasio", serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 4% 15% 4% 2.5rem;
  width: calc(80% + 2.5rem);
  margin-top: -1rem;
  position: relative;
  z-index: 7;
}
	
	
	#logo {
  padding: 1rem 5% 1rem 15%;
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 7;
  width: 65%;
}
	
	#logo_footer {
width: 100%;
position: relative;
 background-repeat: no-repeat;
  background-color: #e60005;

}
	
	.icon{
		font-size: 0.9rem;
	}
	
	
.flex_nebeneinander {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
	padding: 1rem 5%;
}

.left {
	margin-bottom: 1rem;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
