@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%;}
	
#title { 
	overflow: hidden;
	position: static;
	padding: 1rem 4%;
	border-width: 0.5rem;
	border-style: solid;
	border-image: linear-gradient(to right, rgba(0, 95, 153, 0.9) 0%, rgba(0, 197, 204, 0.9) 16%, rgba(170, 204, 0, 0.9) 32%, rgba(255, 204, 0, 0.9) 50%, rgba(255, 143, 0, 0.9) 66%, rgba(255, 128, 184, 0.9) 82%, rgba(128, 20, 115, 0.9) 100%) 1;
	color:#000;
	transition: all 0.4s ease 0s;
	text-align: center;
}

#title::before{display: none;}
	
h1 {
	position: relative;
	z-index: 100;
	margin: 0;
	font-size: 1.3rem;
	font-weight: 700;
}
	
.left, .right, .bg-verlauf-blau .left, .bg-verlauf-blau .right, .bgBild .left, .bgBild .right {
	width: 100%;
}

.left {
	margin-bottom: 1.5rem;
}

.bg-verlauf-blau .left h3, .bg-verlauf-blau .right h3, .bg-verlauf-blau .left p, .bg-verlauf-blau .right p, .bg-verlauf-blau .left ul, .bg-verlauf-blau .right ul{
	padding: 0 0.5rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
