@charset "utf-8";

/* CSS Document */
/*Grundeinstellung*/
body {
	background-image: linear-gradient(#000, #111);
	font-family: Verdana, sans-serif;
	color: #999;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

a {
	font-family: Verdana, sans-serif;
	color: orange;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 6px 6px;
	text-decoration: none;
	font-size: 1.0em;
}

a:hover {
	color: #999;
	font-size: 1.0em;
}

div.tgb {
	font-family: Verdana, sans-serif;
	color: #999;
	text-align: center;
}

header {
	font-family: Verdana, sans-serif;
	color: #999;
	background-color: #3B3B3B;
	border-radius: 10px;
	border: 1px solid;
	border-color: #555;
	padding-left: 20px;
	padding-bottom: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

header * {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}

div.header img {
	max-width: 80px;
	height: auto;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	padding: 0px 0px 0px 0px;
	/*Abstand Bilder zueinander + links*/
}

top {
	font-family: Verdana, sans-serif;
	color: #999;
	text-align: center;
	background: #1F1F1F;
	border-radius: 10px;
	border: 1px solid;
	border-color: #444;
	padding: 10px 0px 5px;
	margin: 5px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

top * {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}

article,
aside {
	font-family: Verdana, sans-serif;
	color: #999;
	border-radius: 10px;
	border-top: #000;
	padding: 0px 0px 0px 0px;
	margin-top: 25px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

aside p {
	font-family: Verdana, sans-serif;
	color: #999;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-lines: 4;
	hyphens: auto;
}

aside span {
	font-family: Verdana, sans-serif;
	color: #999;
	font-size: 0.8em;
}

#news {
	font-family: Verdana, sans-serif;
	color: #999;
	border-radius: 10px;
	border-top: 1px, solid, #000;
	margin-top: 25px;
	padding: 5px 5px 5px 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

footer {
	text-align: center;
	background-color: #111;
	margin-top: 20px;
	padding: 10px;
	border-radius: 10px;

	order: 5;
}

footer span {
	font-family: Verdana, sans-serif;
	color: #999;
}

footer {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Spezielle Eigenschaft in verschiedenen Boxen*
/*Diese Galerie ist für Box-Artikel GROSS*/
div.galerie {
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	background: #2B2B2B;
	width: 90%;
	border: 0px solid;
	border-color: #444;
	border-radius: 10px;
	margin: 5px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
	text-align: justify;

	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-lines: 4;
	hyphens: auto;
}

div.galerie img {
	width: 90px;
	height: auto;
	border: 5px solid black;
	float: left;
	margin-right: 20px;
	/* 	padding: 10px 10px 10px 10px; Abstand Bilder + Text zueinander + links*/
}

div.galerie br {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearing {
	clear: both;
	font-size: 0.8em;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Für Beitrag "Vorschau Boxen auf INDEX*/
div.galerie002 {
	background: #2B2B2B;
	width: 90%;
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	font-weight: normal;
	font-size: 0.9em;
	/*letter-spacing: 0.1em;*/
	border: 0px solid;
	border-color: #444;
	border-radius: 10px;
	margin: 5px 5px 5px 15px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-lines: 4;
	hyphens: auto;
}

div.galerie002 img {
	width: 120px;
	border: 4px solid #000;
	height: auto;
	float: left;
	margin-right: 20px;
	/* 	padding: 10px 10px 10px 10px; Abstand Bilder + Text zueinander + links*/
}

div.galerie002 br {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearing002 {
	clear: both;
	font-size: 0.8em;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Für Beitrag "TGB-Einträge in aside "news" Gesamtbox*/
div.galerie003 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #999;
	background: #2B2B2B;
	border: 1px solid orange;
	width: 95%;
	/*text-align: justify;*/
	margin: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-lines: 4;
	hyphens: auto;
}

div.galerie003 img {
	width: 80px;
	height: auto;
	float: left;
	padding: 5px 5px 5px 5px;
	/*Abstand Bilder zueinander + links*/
}

div.galerie003 br {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearing003 {
	clear: both;
	font-size: 0.8em;
}

.bilder {
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 1em;
	/*ge�ndert von 3 auf 1*/
}

.bilder_bild {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 100px;
	/*BREITE VON PREISBOXEN*/
	flex: 0 1 100px;
	/*ge�ndert von 330 auf 330*/
}

div.bilder_bild img {
	width: 270px;
	height: auto;
	padding: 0px 0px 0px 0px;
	/*Abstand Bilder zueinander + links*/
}

.bilder_box .bilder_bild {
	margin: 1em;
	padding: 1em;
	cursor: default;
	border-radius: 10px;
	background: black;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

/*Überschriften Bilder*/
.bilder_box .bilder_title {
	font-family: Verdana, Arial;
	font-size: 1.0em;
	font-weight: normal;
	width: 100%;
	margin: 0 0 0.25em;
	padding: 0 0 0.5em;
	/*border-bottom: 3px solid rgb(255, 255, 0);*/
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  NEU*/
.pic {
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 1em;
	/*geändert von 3 auf 1*/
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Anzeige ALLE Tagesbilder*/
.pic_box .pic_tage {
	margin: 0.5em;
	padding: 0.5em;
	cursor: default;
	border-radius: 10px;
	background: black;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.pic_tage {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 300px;
	/*BREITE VON PREISBOXEN*/
	flex: 0 1 300px;
	/*ge�ndert von 330 auf 330*/
}

div.pic_tage img {
	width: 300px;
	height: auto;
	/*border: 2px solid #000;*/
	float: left;
	padding: 0px 0px 0px 0px;
	/*Abstand Bilder zueinander + links*/
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 3 kleineVorschaubilder auf index*/
.pic_tage_main {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 70px;
	/*BREITE VON PREISBOXEN*/
	flex: 0 1 70px;
	/*geändert von 330 auf 330*/
}

.pic_box .pic_tage_main {
	margin: 0.5em;
	padding: 0.5em;
	cursor: default;
	border-radius: 10px;
	background: black;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

div.pic_tage_main img {
	width: 70px;
	height: auto;
	/*border: 1px solid #000;*/
	float: left;
	padding: 0px 0px 0px 0px;
	/*Abstand Bilder zueinander + links*/
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Für ADMIN-Bereich +Anzeige TEXT TGB-Eintrag*/
/* Nachricht */
dt.zeit {
	font-size: 1.0em;
	letter-spacing: 1px;
}

dd.titel {
	font-family: Verdana, Arial;
	font-size: 1.0em;
	color: white;
	/*float: left;*/
	letter-spacing: 2px;
}

dd.inhalt {
	width: 90%;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	/*text-align: justify;*/
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-lines: 4;
	hyphens: auto;
}

/* Bild */
img.bild {
	display: Block;
	max-width: 30%;
	height: Auto;
	object-fit: Fill;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

/* Statusmeldung */
p.status_ok {
	color: #009D27;
}

p.status_ko {
	color: #EA0000;
}

input[type="number"] {
	width: 30px;
	padding-left: 5px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Für Tagesbuch-Anzeige */
/* Wechselnde Nachrichten */
.wechselNachricht1 {
	/*border: 1px solid red;*/
	background: #2B2B2B;
	padding: 10px 5px 5px 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

/*Text von Anzeige*/
.wechselNachricht2 {
	font-family: Verdana, sans-serif;
	color: #999;
	border: 1px solid red;
	background: #2B2B2B;
	width: 95%;
	margin-left: 0px;
	padding: 10px 5px 5px 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

/* Aktive Nachricht ADMIN??? */
.aktiveNachricht {
	float: left;
	background: #2B2B2B;
	padding: 0px 5px 5px 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

/* Nachricht anzeigen */
span.anzeigen {
	font-size: 1.150em;
	color: #009B00;
	font-weight: Bold;
	cursor: Help;
}

span.nichtanzeigen {
	font-size: 1.150em;
	color: #EE0000;
	font-weight: Bold;
	cursor: Help;
}

/* BBCode */
details>summary {
	color: orange;
	width: 200px;
}

details>p {
	line-height: 25px;
}

details>p>code {
	background-color: #FFFFFF;
	padding: 1px;
	cursor: Help;
}

details>summary:focus {
	/* Chromium */
	border: 0;
	outline: 0;
}

/* Vorschau Tagesbilder index */
.vorschau {
	margin: 5px;
	background-color: #333;
	padding: 5px;
	border: Solid 2px red;
	overflow: Auto;
	min-width: 300px;
	min-height: 100px;
	resize: Both;
}

/*Sonstige Schriften*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Vorlage f�r Schrift */
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: OliveDrab;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-left-width : 13px; 
	border-color : #666; 
	border-left-style : solid;*/
}

h2 {
	font-family: Verdana, Arial, sans-serif;

	font-size: 1.3em;
	letter-spacing: 1px;
	color: SandyBrown;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-left-width : 13px;*/
	/*border-color : orange;*/
	/*border-left-style : solid;*/
}

h3 {
	font-weight: Normal;
}

h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: SteelBlue;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-left-width : 13px; 
	border-color : #666; 
	border-left-style : solid;*/
}

.em06g {
	font-family: Verdana, Arial, sans-serif;
	color: #555;
	font-size: 0.6em;
	text-align: center;
}

.em06 {
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	font-size: 0.6em;
	text-align: center;
}

.em07 {
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	font-size: 0.7em;
	margin-left: 4px;
}

.em08 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #999;
	margin-left: 4px;
}

.em09 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #999;
	margin-left: 4px;
}

.em10 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: #777;
	margin-left: 0px;
}

.em10y {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: yellow;
	margin-left: 4px;
}

.em12 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.25em;
	color: #666;
	margin-left: 4px;
}

.em15 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	color: #999;
	margin-left: 4px;
}

.em18 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.8em;
	color: #999;
	margin-left: 4px;
}

.em20 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 2.0em;
	color: #999;
	margin-left: 4px;
}

/*VERTEILUNG gleichmäßig 50/50% */
/* AB 520 PIXEL */
/*vorher 32,5em*/
@media all and (min-width: 1035px) {
	aside {
		-webkit-flex: 2 1 0%;
		-webikit-order: 2;
		flex: 2 1 0%;
		order: 2;
	}

	#news {
		-webkit-flex: 2 1 0%;
		-webkit-order: 3;
		flex: 2 1 0%;
		order: 3;
		/*box-shadow: 0 5px 20px rgba(0,0,0,0.8), 0 15px 30px -10px rgba(0,0,0,0.6);*/
	}

	article {
		order: 4;
	}

	footer {
		order: 5;
	}

	div.header img {
		max-width: 150px;
		;
		height: auto;
		/*float: left;
  	margin-left: 20px;
 	padding: 10px 10px 5px 5px;*/
		/*Abstand Bilder zueinander + links*/
	}

	div.bilder_bild img {
		width: 300px;
		height: auto;
		padding: 0px 0px 0px 0px;
		/*Abstand Bilder zueinander + links*/
	}

	.pic_tage {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		align-items: stretch;
		text-align: center;
		-webkit-flex: 0 1 300px;
		/*BREITE VON PREISBOXEN*/
		flex: 0 1 300px;
		/*geändert von 330 auf 330*/
	}

	div.pic_tage img {
		width: 300px;
		height: auto;
		float: left;
		padding: 0px 0px 0px 0px;
		/*Abstand Bilder zueinander + links*/
	}

	/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxVorschaubilder TGB-Einträge*/
	.pic_tage_main {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		align-items: stretch;
		text-align: center;
		-webkit-flex: 0 1 50px;
		/*BREITE VON PREISBOXEN*/
		flex: 0 1 50px;
		/*ge�ndert von 330 auf 330*/
	}

	div.pic_tage_main img {
		width: 50px;
		height: auto;
		float: left;
		padding: 0px 0px 0px 0px;
		/*Abstand Bilder zueinander + links*/
	}
}

/* AB 800 Pixel  */
/*Bei 87em HP Laptop 3 Box unten vor min 50em warum*/
@media all and (min-width: 1920px) {
	div.header img {
		max-width: 150px;
		height: auto;
		/*float: left;*/
		/*margin-left: 20px;*/
		/*padding: 10px 10px 5px 5px; Abstand Bilder zueinander + links*/
	}

	div.bilder_bild img {
		width: 400px;
		height: auto;
		padding: 0px 0px 0px 0px;
		/*Abstand Bilder zueinander + links*/
	}

	.pic_tage {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		align-items: stretch;
		text-align: center;
		-webkit-flex: 0 1 400px;
		/*BREITE VON PREISBOXEN*/
		flex: 0 1 400px;
		/*ge�ndert von 330 auf 330*/
	}

	div.pic_tage img {
		width: 400px;
		height: auto;
		float: left;
		padding: 0px 0px 0px 0px;
		/*Abstand Bilder zueinander + links*/
	}

	.pic_tage_main {
		position: inherit;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		align-items: stretch;
		text-align: center;
		-webkit-flex: 0 1 50px;
		/*BREITE VON PREISBOXEN*/
		flex: 0 1 50px;
		/*ge�ndert von 330 auf 330*/
	}

	div.pic_tage_main img {
		width: 50px;
		height: auto;
		float: left;
		padding: 0px 0px 0px 0px;
		/*Abstand Bilder zueinander + links*/
	}
}