/* ################## RESPONSIVE ################## */



@media only screen and (max-width: 960px) {

.schutzraum {
	padding: 0 20px;
}

#hinweis {
	display: none;
}
body#SEITE_1 #hinweis {
	display: block;
}



}

@media only screen and (max-width: 720px) {


#main {
	flex-direction: column-reverse;
	}
#extra {
	margin: auto;
	width:100%;
	text-align: center;
	padding-right: 25px;
	}
#footermain {
	flex-direction: column-reverse;
}
#footer .spalte1,
#footer .spalte3 {
	column-count: 1;
	margin: auto;
	width:280px;
	}
#footer .spalte1 {
	width:100%;
}
#footer .spalte3 {
	display: none;
	}
#footer ul li.rex-article-4 {
	margin-bottom: 0px;
	}
h1, h2, h3, h4, h5, h6 {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
}

/* ################## ZWEI SPALTEN TEXT ################## */

.textspalten {
	width:100%;
	display:flex;
	flex-direction: column;
}
.tinymcewysiwyg.linkespalte {

	display: block;
	float: none;
	width:100%;
	margin-right: 0%;
}
.tinymcewysiwyg.rechtespalte {
	margin-top:20px;
	display: block;
	width:100%;
}


}



@media only screen and (max-width: 570px) {
	
#header {
	display: none;
	}
#headermobil {
	display: block;
	height:170px;
	}
#headermobil img.logo {
	height:150px;
	width: auto;
	max-width: 100%;
	margin-left:5px;
	margin-top:20px;
	}
	
#menu {
	display: none;
}
#menumobil.sichtbar, #right-menu { display: block;}

.schutzraum {
	padding: 0 10px;
}

.tinymcewysiwyg table td,
.tinymcewysiwyg table td:first-of-type {
	width: 100%;
	display: block;
	padding-left: 0;
}

.fotos {
	flex-direction: column;
}

}