@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 img {
	width: 35%;
}
	
	#footer {
	position: relative;
	background-color: #0050a6;
color: white;
	margin-top: 1rem;
	background-image: url(kurve.svg);
	background-size: 120%;
	background-position: -2rem 0.5rem;
	background-repeat: no-repeat;
	padding-bottom: 0;
overflow: hidden;
}

.right-benefits {
	width: 100%;
	padding: 1rem 4%;
}
	
	.footer_logo{
	width: 70%;
	padding: 4rem 0 0 10%;
}

.footer_icon{
	width: 63%;
	text-align: left;
	padding: 1rem 0 3rem 8%;
}

.footer_icon img{
	display: inline-block;
	width: auto;
	height: 1.2rem;
	padding-left: 1rem;
}
	
	.header-left {
  width: 100%;
	background-color: #95276b;
	color: white;
	padding: 1.5rem 4% 1.5rem 4%;
		z-index: 40;
		order: 2;
}

.header-right {
	width: 100%;
	z-index: 10;
	
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
	.kontakt_bild{
	width: 35%;
	background: url(kreis_kontakt.svg) no-repeat center;
	background-size: 100% 100%;
	padding: 0.6rem 1rem 0.2rem 1rem;
}
	
	ul {
	margin: 0;
	list-style-type: none;
}

li {
	position: relative; 
	margin: auto;
	padding: 0 0 1rem 2rem;
}

li:last-child {
	padding-bottom: 0;
}

 li::before {
	 content: '';
background-image: url(Haekchen.svg);
position: absolute;
height: 1rem;
width: 1.5rem;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
margin-left: -2rem;
} 
	
.flex {
	
}
	
	.left-boden{
	width: 100%;
}

.right-boden{
	width: 100%;
	padding-left: 4%;
}
	
.left {
	width: 100%;
	padding: 1rem 4% 0 4%;
}

.right {
	width: 100%;
	padding: 1rem 4%;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
