@media only all and (max-width: 770px) {
	
	/* ------------------- Allgemein ------------------------- */
	
	body {
		font-size: 80%;
		line-height: 1.2;
		hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
	}
	
	h1 {
		font-size: 1.6rem;
	}

	h2 {
		font-size: 1.2rem;
	}

	h3 {
		font-size: 0.9rem;
	}
	
	/* ------------------- Struktur ------------------------- */
	
	.frame-outer {
		width: 100%;
   		font-size: 0.8rem;
	}
	
	.content {
		display: block;
	}
	
	.footer {
		display: block;
	}
	
	.flex {
		display: block;
	}
	
	.left {
		width: 100%;
		margin: 0 0 1rem 0;
	}
	
	.right {
		width: 100%;
	}

        .right2 {
		width: 100%;
                padding: 0;
	}


.headline2{
	background-color:#d51433;
	padding: 1rem 4%;
	text-align: center;
	color: #FFF
}


	.datenschutzhinweis{
		position: relative;
		top: 0rem;
		right: 0rem;
	}

	.slogan1 {
		display: none;
	}
	
	.slogan2 {
			position: inherit !important;
			top: 6rem !important;
			left: 4% !important;
			width: 45% !important;
	}
	
	/* ------------------- Elemente ------------------------- */
	
	.button a {
		display: block;
		margin: 2rem auto;
		padding: 0.8rem 2.5rem;
	}
	
	/* ------------------- Sichtbar/Verstecken ------------------------- */
	
	/* diese Klasse verwenden um etwas erst in der responsiven Ansicht sichtbar zu machen. */
	
	.show {
		display: contents;
	}
	
	/* diese Klasse verwenden um etwas erst in der responsiven Ansicht zu verbergen. */
	
	.hide {
		display: none;
	}
	
}
.refnr {}

.apply {}
