@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------- */
/* GRUNDSÄTZLICHE EINSTELLUNGEN */
/* https://material.io/resources/icons/?search=view&icon=local_laundry_service&style=baseline (GOOGLE ICONS)
/* ------------------------------------------------------------------------------------------------------- */
body {
	background:#DCDCDC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;																	/* SCHRIFTGRÖSSE BASIS */
	color:#333;
	margin:0em;
	padding:0em;
}
h1 {
	font-size:2.5em;
	line-height:3.8em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:100;
/*	color:#F36; */
	margin:0em;
}
h2 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	/*	color:#F36; */
	margin: 0em;
	padding: 1.25em;
	text-align: center;
}
p {
	line-height: 1.25em;
	/*	font-family:Verdana, Geneva, sans-serif; */
	font-weight: 100;
	/*	color:#F36; */
	margin: 0em;
	padding: 1.25em;
	text-align: center;
}
ul {
	margin:0em;
	padding:0em;
}
li {
	list-style:square;
/*	font-family:Verdana, Geneva, sans-serif; */
	font-weight:100;
	line-height:1.25em;
/*	color:#F36; */
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em
}
img {
	width=90%
	height:auto;
	max-width:100%; 
}
a {
	text-decoration:none;
}

/* ------------------------------------------------------------------------------------------------------- */
/* EINSTELLUNGEN für WEISSEN BALKEN - OBEN */
/* ------------------------------------------------------------------------------------------------------- */
#menubar {
	display:block;
	background:#FFF;
}
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}

/* ------------------------------------------------------------------------------------------------------- */
/* EINSTELLUNGEN für HEADER */
/* ------------------------------------------------------------------------------------------------------- */
header {
	display:flex;						 /* block = Nur Überschrift / flex = Mehrere Bereiche ausgerichtet */
	background:#000;
	text-align:left;
}

/* ------------------------------------------------------------------------------------------------------- */
/* EINSTELLUNGEN für NAVIGATION */
/* ------------------------------------------------------------------------------------------------------- */
nav {
	display:block;
	height:2.5em;
	background:#ffffff;
	text-align:center;
}
nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#3C9;
	font-size:1.125em;
	line-height:2.5em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}
nav ul li a:hover {
	background:#E2E2E2;	
	border-bottom: 0.188em solid #000;								 /* LINIENEINSTELLUNGEN bei MOUSE OVER */
}
nav ul li a.active {
	border-bottom: 0.188em solid #e7590B;
}

/* ------------------------------------------------------------------------------------------------------- */
/* EINSTELLUNGEN für den INHALT */
/* ------------------------------------------------------------------------------------------------------- */
#main {
	display:block;
	width:80%;													   /* 96% / 100% für vollflächige Webseite */
	max-width:100%;							 /* Pixelbeschränkung für bestimmte Größe z.B. 980px oder 100% */
	margin:1.25em auto;
	padding:0em;
	text-align:center;
}
#main article {
	display:inline-block;
	width:65.3%;
	background:#ffffff;
	vertical-align:top;
	margin:0em;
	padding:0em;
	text-align:center;
}
#main article img {
	max-width: 90%;
	box-shadow: 0px 0px 10px -5px #4c4948;
	border-radius: 5px;
}
#main aside {
	display: inline-block;
	width: 30.6%;
	margin-left: 3%;
	padding: 0em;
	vertical-align: top;
}
#main aside section {
	margin-bottom:1.563em;
	background:#FFFFFF;
	border-bottom: 0.188em solid #E7590B;
}
#main article h2 {
	padding: 1em 1.8em 1em 1.8em;
}
#main aside section ul {
	padding: 0em   1.875em 1.25em 2.5em;
}

#content {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	padding: 10px 15% 50px 15%; */
	border: none;
	width: 70%;
	height: 100%;
	background: #008fd1;
	color: #ffffff;
	}

#content-1 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	padding: 10px 10% 10px 10%; */
	border: none;
	text-align:center;
	width: 80%;
	height: 100%;
	background: #FFFFFF;
	color: #000000;
	}

#content-1 h2 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	font-weight:200;
	padding: 10px 15% 10px 15%; */
	border: none;
	width: 70%;
	height: 100%;
	background: #ffffff;
	color: #000000;
	}


#content-2-Titel {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	padding: 5px 15% 5px 15%; */
	border: none;
	width: 70%;
	height: 100%;
	background: #fece00;
	color: #000000;
	}

.bild_beschriftung {
  position: relative;
}
.bild_beschriftung img {
  display: block;
}
.bild_beschriftung span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000000;
  text-align: center;
  height: 10%;
  line-height: 10% /* 2.5em */
  /* Die Zeilenhöhe „line-height:“ und die Höhe „height:“ des transparenten Balken */
  /* sollten gleich hoch sein, somit ist der Text schön mittig ausgerichtet. */
  /* border-top: 1px solid #ababab; */
  background: #404040; /* Fallback IE 6-8 */
  background-color: rgba(255, 255, 255, 0.7);
}

/* ------------------------------------------------------------------------------------------------------- */
/* EINSTELLUNGEN für FLOATBOXEN 																		   */
/* ------------------------------------------------------------------------------------------------------- */

#box100 {
    float: left;
	/* Abstand innerhalb der Box > Top - right - bottom - left */
    /* margin:  0px 1% 1% 0px; */
    margin: 0;
    /* padding: 10px 20px 10px 20px; */
	background: #efefef;
	border: none;
    width: 100%;
    height: auto;
	background: #ffffff;
	}

#ibox100 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	/* padding: 10px 20px 10px 20px; */
	border: none;
	width: 100%;
	height: 100%;
	background: #ffffff;
	}

#ibox50 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	/* padding: 10px 20px 10px 20px; */
	border: none;
	width: 50%;
	height: 100%;
	background: #b6a7a7;
	}

#iboxQ50 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	/* padding: 10px 20px 10px 20px; */
	border: none;
	width: 100%;
	height: 50%;
	background: #b6a7a7;
	}	

#ibox33 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	/* padding: 10px 20px 10px 20px; */
	border: none;
	width: 33%;
	height: 100%;
	background: #ffffff;
	text-align: left;
	}
	
#iboxT33 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	padding: 0% 0% 0% 0%; 
	border: none;
	width: 33%;
	height: 100%;
	background: #ffffff;
	}	
	
#ibox34 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	/* padding: 10px 20px 10px 20px; */
	border: none;
	width: 34%;
	height: 100%;
	background: #ffffff;
	}	
	
#ibox25 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	/* padding: 10px 20px 10px 20px; */
	border: none;
	width: 25%;
	height: 100%;
	background: #fff0b2;
	text-align: center;
	}

#ibox70 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	/* padding: 10px 20px 10px 20px; */
	border: none;
	width: 70%;
	height: 100%;
	background: #966060;
	}

#ibox30 {
	/* Abstand innerhalb der Box > Top - right - bottom - left */
	/* margin:  0px 1% 1% 0px; */
	margin: 0;
	/* padding: 10px 20px 10px 20px; */
	border: none;
	width: 30%;
	height: 100%;
	background: #366060;
	}
			
/* ------------------------------------------------------------------------------------------------------- */
/* EINSTELLUNGEN für FOOTER		 																		   */
/* ------------------------------------------------------------------------------------------------------- */

footer {
	display:block;
	background:#2F2C2C;
	text-align:center;
}
footer ul {
	display: block;
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: 0px auto;
}

footer ul li {
	display: inline;
	font-size: 0.8em;
	line-height: 2.8em;
	color: #E2DBDB;
	padding: 0em 0.625em 0em 0.625em;
}

footer ul li a {
	color:#c0c0c0;
}

/* ------------------------------------------------------------------------------------------------------- */
/* ANPASSUNGEN an die ENDGERÄTE / BILDSCHRIRMGRÖßEN 													   */
/* ------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:800px) {
	body {
	font-size: 90%;
	}

}

@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}	
}

@media screen and (min-width:550px) {
	nav.nav {								/* WICHTIG damit die NAVIGATION sowohl in Mobil als auch in DESKTOP-Geräten korrekt dargestellt wird */
		display:block; !important;
	}
}

@media screen and (max-width:550px) {
	body {
	font-size: 86%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
}

/* ------------------------------------------------------------------------------------------------------- */
/* ANPASSUNGEN an die ENDGERÄTE / BILDSCHRIRMGRÖßEN >>> FLOATBOXEN 										   */
/* ------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 801px) {
	div div {
		float: left;
       	width: 100%;
		/*height: 100px;*/
		/* Abstand innerhalb der Box > Top - right - bottom - left */
       	margin: 0;
		/* margin:  0px 1% 1% 0px; */
        /* padding: 10px 20px 10px 20px; */
		background: #999999;
		border: none;
		}

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

@media screen and (max-width: 800px) and (min-width: 401px) {
	div div {
		display: block;
       	width:96%;
		/*height: 100px;*/
		/* Abstand innerhalb der Box > Top - right - bottom - left */
       	margin: 0;
		/* margin:  0px 1% 1% 0px; */
        /* padding: 10px 20px 10px 20px; */
		background: #ffffff;
		border: none;
		}

	#ibox70, #ibox50, #ibox34, #ibox33, #ibox30 {
		/* Abstand innerhalb der Box > Top - right - bottom - left */
		/* margin:  0px 1% 1% 0px; */
		margin: 0;
		/* padding: 10px 20px 10px 20px; */
		border: none;
		width: 100%;
		height: 100%;
		background: #ffffff;
		}	

	#ibox25 {
		float:left;
		/* Abstand innerhalb der Box > Top - right - bottom - left */
		/* margin:  0px 1% 1% 0px; */
		margin: 0;
		/* padding: 10px 20px 10px 20px; */
		border: none;
		width: 50%;
		height: 100%;
		background: #ffffff;
		}			

	.clearfix::after {
		content: "";
		clear: both;
		display: block;
		}
}
		
@media screen and (max-width: 400px) {
	div div {
		display: block;
       	width:96%;
		/*height: 100px;*/
		/* Abstand innerhalb der Box > Top - right - bottom - left */
       	margin: 0;
		/* margin:  0px 1% 1% 0px; */
        /* padding: 10px 20px 10px 20px; */
		background: #ffffff;
		border: none;
		}
		
	#ibox70, #ibox50, #ibox34, #ibox33, #ibox30, #ibox25 {
		/* Abstand innerhalb der Box > Top - right - bottom - left */
		/* margin:  0px 1% 1% 0px; */
		margin: 0;
		/* padding: 10px 20px 10px 20px; */
		border: none;
		width: 100%;
		height: 100%;
		background: #ffffff;
		}						
}
