@media only all and (max-width: 700px) {
/* for 700px or less */
body {
	font-size: 80%;
	line-height: 1.3;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	width: 100%;
	font-size: 0.8rem;
}

h1 {
	margin: 0px;
	line-height: 1.2;
	font-size: 1.2rem;
}

h2 {
	margin: 0px;
	line-height: 1.2;
	font-size: 1rem;
	font-weight: normal;
}
	
h3 {
	margin: 0px;
	line-height: 1.2;
	font-size: 0.9rem;
	font-weight: normal;
}

.content {
	padding: 1rem 4%;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}



.titel{
	background-color: #fff;
	padding: 2%;
	text-align: center;
}

.text_unten{
	background-color: #fff;
	padding: 3%;
}

.header{
	position: relative;
}

.logo {
	display: none;
}
	
.logo_repo{
	display: block;
	padding: 1rem;
	text-align: center;
}

.logo_repo img{
width: 250px;
}

.bg_green{
	background-image: url(green_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 3rem 4%;
	color: #fff;
	min-height: auto;
}

.bg_grey{
	background-image: url(bg_grey.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 3rem 4%;
	color: #000;
	min-height: auto;
}

.abstand{
	height: 0.2rem;
}

#title-block {
	position: inherit;
	bottom: 0;
	right: 0;
	padding: 0.5%;
	/* -- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -- */
	background: rgb(255, 255, 255);
	/* -------------------------------------------------------------- */
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	min-width: auto;
}

#title-block-unten {
	position: inherit;
	bottom: 0;
	right: 0;
	padding: 0.5%;
	/* -- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -- */
	background: rgb(255, 255, 255);
	/* -------------------------------------------------------------- */
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	max-width: 100%;
}



.hide {
	display: inline-block;
}

.hide_m {
	display: none;
}
}

.refnr {}

.apply {}
