@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;
	}
	.titel-bg{

		background-size: 100%;
		background-position: bottom;
	}
	.sidebar-element-margin{
		margin-top:0.7rem !important;
		order:2;
	}
	.sidebar-element-margin img{
		max-width:200px;
		}
	h1 {
		font-size: 1.6rem;
	}

	h2 {
		font-size: 1.2rem;
	}

	h3 {
		font-size: 0.9rem;
	}
	.footer{
		margin-top: 0.5rem !important;
	}
	.footer > div{
		margin-top: 1rem;
	}
	/* ------------------- Struktur ------------------------- */
	
	.frame-outer {
		width: 100%;
   		font-size: 0.8rem;
	}
	.ansprechpartner{
order:1;
	}

	.content {
		display: block;		
	}
	
	.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}

	
	.box-left {
		width: 100%;
		margin-top: 1.5rem;
	}
	
	.box-right {
		width: 100%;
	}
	
	/* ------------------- 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;
	}
	
   .hide_m {
   display: none;
}

}
.refnr {}

.apply {}
