@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:40%;}
	
.bg-lila, .bg-gruen{
	position: relative;
	z-index: 10;
	background:#80379b;
	color:#fff;
	width:100%;
	height:auto;
	margin: 0 0 0.5rem 0;
	text-align: center;
	padding: 0.5rem;
}

.bg-gruen{background:#bed600;}

.bg-lila h3, .bg-gruen h3{
	position: relative;
	top: auto;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	font-size: 1.1rem;
}
	
#title { 
	color: #fff;
	text-shadow: 0rem 0rem 0.5rem rgba(0,0,0,1);
	position: relative;
	padding: 1rem 4%;
	margin: 0;
}
	
#octagon{display: none;}
	
.contentabstand {margin:0; }

.flexpadding{
	padding: 0.5rem;
}

.left, .right{
	background-image: none;
	width: 100%;
}

.right {
	background-image: none;
	margin: 1rem 0 0 0;
}

#kontaktbild{
	width:6rem;
	height:6rem;
	background: no-repeat center;
	background-size: cover;
	border-radius: 100%
}

#kontakt{width:70%; line-height: 1.8;}

.button_box {
	width:100%;
	margin: 1rem 0 0 0;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
