body {
	background-color: rgb(255, 255, 255);
	/*background: url(../bilder/header/header-sunset.jpg) no-repeat top fixed;
	background-size: contain;*/
}

.outer-box {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.header {
	width: 100%;
	height: 63px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
}

.navigation {
	margin: 10px;
	/*border: 1px dashed black;*/
}

.navigation-menue {
	height: 53px;
	position: absolute;
	margin: 0px;
}
.navigation #navigation-center-image {
	display: block;
	position: static;
	width: 180px;
	margin: 0px auto 0px;
}

.navigation #navigation-facebook-image {
	float: right;
	margin-top: -40px;
}

.header-image #grossesBild {
	width: 100%;
	height: auto;
	/*border: 1px dashed blue;*/
}

#no1, #no2, #no3, #no4, #no5, #no6 {
	border: 4px solid rgb(255, 255, 255);
	box-shadow: 6px 6px 10px 2px rgba(60,60,60,0.7);
}

/* Formatierung der Bilderleiste - Auflösung von Mobiltelefonen und andere mit weniger als 1500px Breite */
@media screen and (min-width: 1501px) {
	.header-image .bilderleiste {
		margin: -80px 0px 30px 10px;
	}
	#no1, #no2, #no3, #no4, #no5, #no6 {
		width: 12%;
		height: auto;
	}
	#no1, #no2, #no3, #no4, #no5 {
		margin-right: 50px;
	}
}

@media screen and (max-width: 1500px) {
	.header-image .bilderleiste {
		margin: -80px 0px 30px 10px;
	}
	#no1, #no2, #no3, #no4, #no5 {
		width: 15%;
		height: auto;
	}
	#no1, #no2, #no3, #no4 {
		margin-right: 50px;
	}
	#no6 {
		display: none;
	}
}

@media screen and (max-width: 1230px) {
	.header-image .bilderleiste {
		margin: -80px 0px 30px 10px;
	}
	#no1, #no2, #no3, #no4 {
		width: 17%;
		height: auto;
	}
	#no1, #no2, #no3 {
		margin-right: 50px;
	}
	#no5 {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.header-image .bilderleiste {
		margin: -80px 0px 30px 10px;
	}
}

@media screen and (max-width: 950px) {
	.header-image .bilderleiste {
		margin: -60px 0px 30px 10px;
	}
}

@media screen and (max-width: 790px) {
	.header-image .bilderleiste {
		margin: -60px 0px 30px 10px;
	}
	#no1, #no2, #no3, #no4 {
		width: 23%;
		height: auto;
	}
	#no1, #no2 {
		margin-right: 50px;
	}
	#no4 {
		display: none;
	}
}

@media screen and (max-width: 620px) {
	.header-image .bilderleiste {
		margin: -70px 0px 30px 10px;
	}
	#no1, #no2, #no3 {
		width: 30%;
		height: auto;
	}
	#no1 {
		margin-right: 50px;
	}
	#no3 {
		display: none;
	}
}

@media screen and (max-width: 540px) {
	.header-image .bilderleiste {
		margin: -50px 0px 30px 10px;
	}
}

@media screen and (max-width: 400px) {
	.header-image .bilderleiste {
		margin: 0px 0px 30px 10px;
	}
	#no1, #no2 {
		display: none;
	}
}

@media screen and (max-width: 290px) {
	.header {
		height: 55px;
	}
	.header .navigation #navigation-center-image {
		width: 50%;
		vertical-align: middle;
	}
	.navigation #navigation-facebook-image {
		margin-top: -30px;
	}
	.header-image .bilderleiste {
		margin: 0px 0px 30px 10px;
	}
}
/* ENDE - Formatierung der Bilderleiste - Auflösung von Mobiltelefonen und andere mit weniger als 1500px Breite */

.content {
	margin: 10px;
	padding: 0px;
}

.content-header {
	margin: 20px 0px 0px 0px;
}

.content-left, .content-right {
	/*border: 1px dashed red;*/
}

.content-separator {
	clear: both;
	margin: 10px 0px 10px 0px;
}

#map {
	width: 95%;
	display: block;
	margin: 30px auto 0px;
}

#map-rec {
	width: 95%;
	display: block;
	margin: 0px auto 0px;
}

.content-left img, .content-right img {
	width: 90%;
	display: block;
	margin: 6px auto 0px;
	/*box-shadow: 6px 6px 10px 2px rgba(60,60,60,0.7);*/
}

.footer {
	height: auto;
	bottom: 0px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background-color: rgb(150,200,244);
}

.footer-left, .footer-right {
	/*border: 1px dashed red;*/
}

hr {color:#96C8F4;background-color:#96C8F4;height:1px;border:0px;}
a:link {text-decoration:underline;color:rgb(150,200,244);}
a:visited {text-decoration:underline;color:rgb(100,100,100);}
a:hover {text-decoration:underline;color:rgb(50,80,125);}
.content-left a:link, .content-right a:link {text-decoration:underline;color:rgb(150,200,244);}
.content-left a:visited, .content-right a:visited {text-decoration:underline;color:rgb(100,100,100);}
.content-left a:hover, .content-right a:hover {text-decoration:underline;color:rgb(50,80,125);}
#to-the-top a:link {text-decoration:none;color:rgb(0,176,240);}
#to-the-top a:visited {text-decoration:none;color:rgb(100,100,100);}
#to-the-top a:hover {text-decoration:underline;color:rgb(50,80,125);}
.footer-left a:link, .footer-middle a:link, .footer-right a:link {text-decoration:underline;color:rgb(0,176,240);}
.footer-left a:visited, .footer-middle a:visited, .footer-right a:visited {text-decoration:underline;color:rgb(100,100,100);}
.footer-left a:hover, .footer-middle a:hover, .footer-right a:hover {text-decoration:underline;color:rgb(50,80,125);}
h1, h2, h3, h4 {font-weight: normal;line-height: 150%;margin:0px 0px 20px 0px;color: rgb(50,80,125);}
p, li {font-size: 1.2em;line-height:150%;margin:0px 0px 12px 0px;color:rgb(110,110,110);}
p, ul, li, a, h1, h2, h3, h4 {font-family: sans-serif;}
#small-right {text-align: right;font-size: 0.9em;}
#zentriert {text-align: center;}
#to-the-top {text-align: right; margin: 30px 10px 30px 0px; padding: 0px;}
#to-the-top a img {width: 50px; height: 50px;}
.footer-left p, .footer-middle p, .footer-right p {font-size:1em;line-height: 150%;margin:0px 0px 20px 0px;color:rgb(110,110,110);}
#copyright {font-size:10pt;line-height:150%; margin:0px;color:rgb(110,110,110);}
#copyright-zentriert {text-align: center;font-size:10pt;line-height:150%; margin:0px;color:rgb(110,110,110);}


/* Auflösung von Mobiltelefonen und andere mit weniger als 1125px Breite */
@media screen and (max-width: 1125px) {
	.navigation-mobile-icon {
		display: block;
		margin: 10px 0px 0px 0px;
	}

	.navigation-mobile-icon img {
		width: 40px;
		height: 35px;
	}

	.topnav {
		display: none;
	}

	.topnav.responsive {
		float: none;
		display: block;
		position: absolute;
		/*width: 100%;*/
		height: auto;
		margin: 10px 0px 0px -10px;
		padding: 10px 10px 10px 10px;
		background-color: rgba(255,255,255,1);
	}

	.topnav.responsive a {
		height: 60px;
		font-size: 1.2em;
		line-height: 60px;
		padding: 15px 20px 18px 4px;
		/*border: 1px solid red;*/
	}

	.topnav.responsive a#aktuell {border-left: 8px solid rgba(150,200,244,0.6);}
	.topnav.responsive a:link {border-left: 8px solid rgba(255,255,255,1);}
	.topnav.responsive a:visited {border-left: 8px solid rgba(255,255,255,1);}
	.topnav.responsive a:hover {border-left: 8px solid rgba(0,176,240,0.6);}


	.flex-container {
		margin: 0px 0px 0px 0px;
	}

	.content-left, .footer-left {
		height: auto;
		margin: 30px 0px 0px 0px;
	}

	.content-right, .footer-middle, .footer-right {
		height: auto;
		margin: 30px 0px 0px 0px;
	}

	.footer-middle, .footer-right {
		border-top: 1px solid rgba(110,110,110,0.3);
		padding-top: 15px;
	}

	/*Link zum Seitenanfang im Footer anzeigen*/
	#copyright-to-the-top {
		float: right;
		font-size: 10pt;
		line-height: 150%;
		margin: 12px 10px 0px 0px;
	}

	#copyright-to-the-top a {
		padding: 12px 4px 12px 4px;
	}

	/*Telefonnummer ohne Link ausblenden*/
	.phonenumber {
		display: none;
	}
	/*Telefonnummer mit Link anzeigen -> Mobiltelefon*/
	.phonenumberlink {
		display: inline;
	}
}

/* Auflösung von Mobiltelefonen und andere mit mehr als 1125px Breite */
@media screen and (min-width: 1126px) {
	.navigation-mobile-icon {
		display: none;
	}

	.navigation-menue {
		float: left;
		width: auto;
		display: flex;
		align-items: center;
	}

	.topnav {
		margin: 0px 0px 0px 0px;
	}

	.topnav a {
		display: inline-block;
		width: 90px;
		text-align: center;
		padding: 25px 0px 16px 0px;
		/*border: 1px solid rgba(255,255,255,1);*/
	}

	.topnav a#aktuell {border-bottom: 8px solid rgba(150,200,244,0.6);}
	.topnav a:link {border-bottom: 8px solid rgba(255,255,255,1);}
	.topnav a:visited {border-bottom: 8px solid rgba(255,255,255,1);}
	.topnav a:hover {border-bottom: 8px solid rgba(0,176,240,0.6);}

	.flex-container {
		display: flex;
		align-items: center;
	}

	.content-left {
		float: left;
		order: 1;
		flex-grow: 1;
		height: auto;
		width: 49%;
		margin: 0px 1px 0px 0px;
	}

	.content-right {
		float: right;
		order: 2;
		flex-grow: 1;
		height: auto;
		width: 49%;
		margin: 0px 0px 0px 1px;
	}

	.footer-left {
		float: left;
		height: auto;
		width: 30%;
		margin: 0px 1px 0px 0px;
	}

	.footer-middle {
		float: left;
		width: 35%;
		margin: 0px 2%;
	}

	.footer-right {
		float: right;
		height: auto;
		width: 30%;
		margin: 0px 0px 0px 1px;
	}

	.footer-right p {
		text-align: right;
	}

	/*Link zum Seitenanfang im Footer ausblenden*/
	#copyright-to-the-top {
		display: none;
	}

	/*Telefonnummer ohne Link einblenden*/
	.phonenumber {
		display: inline;
	}

	/*Telefonnummer mit Link ausblenden -> kein Mobiltelefon*/
	.phonenumberlink {
		display: none;
	}
}
