@charset "utf-8";
/*
* $Id: robe-edv.css,v 0.7 2022/06/17 11:12:46 robert Exp $
*  (Zeit in UTC!)
* Autor: ROBe EDV, Robert Berghaus
* erstellt: 25.08.2016
* letzte Änderung: 17.06.2022
*
*/

/*
	17.06.2022: @media-Einstellungen zusammengefasst. Corona-Ampel wird ausgeblendet,
					wenn die Breite zu gering ist. Jetzt sind die Links wieder einfacher
					erreichbar (waren sonst unten).
	21.11.2020: Fusszeile anders aufgeteilt, auskommentierte Anweisungen rausgeholt.
	30.11.2017:	Impressum/Kontakt ist jetzt wieder Tabelle.
	17.01.2017: Farbe der Ränder geändert (stimmt jetzt besser und ist kräftiger)
	03.09.2016:	Verschiedene Breiten müssen noch berücksichtigt werden!
	02.09.2016:	1. Version im Web veröffentlicht.
*/
* {
	margin: 0px;
	padding: 0px;
	background-color: White;
}
/* Die Farben muß ich nochmal prüfen und evtl. verbessern fürs Web!
HKS51		100,0,45,0	00A4A4(0,164,164)	5018
HKS12		0,85,95,0	E44826(212,56,38)	2002
	background-image: -webkit-linear-gradient( left, rgba( 57, 142, 179, 1 ) 5%, white 10%, white 90%, rgba( 185, 11, 46, 1 ) 95% );
	background-image: -o-linear-gradient( left, #00a4a4 5%, white 10%, white 90%, #e44826 95% );
	background-image: -moz-linear-gradient( left, rgba( 0, 164, 164, 0.9 ) 5%, white 10%, white 90%, rgba( 212, 56, 38, 0.9 ) 95% );
	background-color: DarkGrey;
	border: 2px solid Black;
	height: 100%;
	ist schon nicht schlecht, aber die Seite muß dann noch zentriert werden!
	width: 75em;
	text-align: center;
*/
body {
	background-image: -moz-linear-gradient( left, rgba( 57, 142, 179, 1 ) 5%, white 10%, white 90%, rgba( 185, 11, 46, 1 ) 95% );
	margin: 0px;
}

/* Mal sehen, ob das inzwischen Norm ist
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
*/
body, div, nav, header, footer, figure {
	box-sizing: border-box;
}

/* Einstellungen für Überschrift erster Ordnung
	background-color: #FFFF00;
*/
h1 {
	font-size: 1.7em;
	padding-bottom: 1em;
}

/* Einstellungen für Überschrift zweiter Ordnung
	padding-bottom: 1em;
	background-color: #FFCC00;
*/
h2 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-top: 0em;
}

/* Hier sind meine Bezeichner */
/* Im SeitenContainer ist alles
	background-color: Blue;
	border: 2px solid SkyBlue;
	color: white; /* keine Ahnung, wofür das stand
	background-color: grey;
	color: green;
*/
#SeitenContainer {
	width: 100%;
	font-size: 1.1em;
}

/* Der SeitenKopf beinhaltet das Logo und das Menü
	background-color: DarkCyan;
	border: 2px solid Cyan;
	padding: 3px 3px 3px 3px;
*/
#SeitenKopf {
	margin: 0;
	width: 100%;
	clear: right;
}

/* für mittiges Logo im Kopf 
*/
#SeitenKopf figure {
	margin-bottom: 0.2em;
	text-align: center;
}

/* Im SeitenMenue ist noch die Navigation
	background-color: DarkKhaki;
	border: 2px solid Yellow;
*/
#SeitenMenue {
	color: Black;
	margin: 0;
}

/* Einstellungen für die Navigation
	background-color: Salmon;
	border: 2px solid Red;
*/
#Navigation {
	color: Black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	z-index: 990;
	line-height: 0;
}

/* Die SeitenMitte beinhaltet den Inhaltsbereich (woanders auch SeitenRumpf)
	border: 2px solid Red;
	 overflow hier ist dafür verantwortlich, daß das innere Scrolling angewendet wird
	 Hiermit wird die Scroll-Leiste immer angezeigt
	 Das funktioniert beim Tablett aber nicht!
	overflow-y: scroll;
*/
#SeitenRumpf {
	color: Black;
	overflow: auto;
	clear: left;
}

/*
	Die beiden Container sollen nebeneinander stehen!
	Das funktioniert so zwar, der mittlere geht aber bis ganz nach links.
*/
#SeitenRumpfLinks {
	/* width: 20%; */
	/* border: 2px solid black; */
	/* display: table-cell; */
	margin: 0.5em;
	/* padding: 0.5em; */
	float: left;
	/* clear: right; */
}

#SeitenRumpfMitte {
	/* width: 80%; */
	/* border: 2px solid black; */
	/* display: table-cell; */
	margin: 0.5em;
	/* margin-left: 250px; */
	/* padding: 0.5em; */
	/* float: left; */
	/* overflow: auto; */
}

/* Vielleicht zu viele Schachtelungen
	border: 2px solid green;
	height: 100%;
	 oben rechts unten links 
	overflow-y: scroll;
	display: table;
	background-color: plum;
*/
#SeitenInhalt {
	width: 90%;
	margin: 0 0 0 1em;
	padding: 0em 1em 1em 1em;
}

/* Nochmal extra div wegen Gestaltungssachen 
	border: 2px solid black;
*/
#Inhalt {
	box-shadow: LightGrey 10px 10px 20px;
	padding: 0em 1em 1em 1em;
}

/* Der SeitenFuss teilt sich in 3 Bereiche auf
	background-color: DarkCyan;
	border: 2px solid Cyan;
*/
#SeitenFuss {
	margin: 0;
	margin-top: 0.1em;
	color: Black;
	display: table;
	width: 100%;
	font-size: 0.7em;
	clear: left;
}

/*
	background-color: DarkKhaki;
	border: 2px solid Yellow;
*/
#SeitenFussLinks {
	display: table-cell;
	width: 25%;
	text-align: center;
}

#SeitenFussMitte {
	display: table-cell;
	width: 35%;
	text-align: center;
}

/*
	background-color: Salmon;
	border: 2px solid Red;
*/
#SeitenFussRechts {
	display: table-cell;
	width: 40%;
	text-align: center;
}

#DebugLog {
	background-color: Salmon;
	border: 2px solid Red;
	color: green;
}

/* Formatierungen fürs Menü */
.Menu, 
.Menu li ul,
.Menu li,
.Menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	z-index: 995;
}
 
.Menu {
	height: 2em; /*40px;*/
	width: 100%; /*30em; /*80%; /*505px;*/
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 995;
}

.Menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 2em;
	z-index: 995;
}
.Menu li a {
	display: block;
	padding: 0 1em 0 1em;
	margin: 0.4em 0 0.55em 0; /*6px 0;*/
	line-height: 1.5em; /*28px;*/
	text-decoration: none;
 	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
 	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
 	color: gray; /*#f3f3f3;*/
	z-index: 995;
}
 
.Menu li:first-child a { border-left: none; }
.Menu li:last-child a{ border-right: none; }
 
.Menu li:hover > a { color: blue; /*#8fde62;*/ }

/*
	background: #1f2024;
*/
.Menu ul {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	z-index: 995;
}
 
.Menu li:hover > ul { opacity: 1; }
 
.Menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 995;
}
 
.Menu li:hover > ul li {
	height: 100%; /*36px;*/
	overflow: visible;
	padding: 0;
	z-index: 999;
}
.Menu ul li a {
   width: 100%; /*100px;*/
	padding: 0em 0.5em 0.1em 0.5em;
	text-align: center;
	border: none;
	z-index: 999;
}

.Menu ul li:first-child a { padding-top: 0; border: none; }

section.Startseite {
	border-bottom: 1.5px solid gray;
	padding: 1em 0em 1em 1em;
}

/*	Unterpunkt von Handel
	padding-right: 20px;
*/
section.LinkSeite {
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1.5px solid gray;
	padding: 1em 0em 1em 1em;
	display: table;
	width: 90%;
}

section:last-child {
	padding-bottom: 0em;
	border-bottom: none;
}

/*
	margin-left: 10px;
*/
.LinkLogo {
	float: right;
	margin-right: 1em;
	padding-right: 1em;
	display: table-cell;
}

/*
	white-space: pre;
*/
section.Impressum {
	display: block;
	clear: none;
	padding: 1em 0 0 1em;
}

h1.Impressum, h2.Impressum {
	padding: 0 0 1em 0;
	margin: 0;
}
/*
pre.Impressum {
	padding: 0;
	margin: 0;
}
*/
table.Impressum {
	padding: 0 0 0 1.5em;
	margin: 0 0 0 0;
}

.Impressum td {
	padding: 0 0.2em 0.1em 0.2em;
	margin: 0;
}

.Impressum td:first-child {
	vertical-align: top;
}

.Impressum td:last-child {
	vertical-align: bottom;
}

section.Entwicklung, section.Handel {
	padding-top: 1em;
	padding-left: 1em;
}

section.Entwicklung:last-child {
	padding-bottom: 1em;
}

/* Zunächst mit 70em, dann mit 60em, jetzt versuche ich mal 900px */
@media screen and ( min-width: 60em ) {
	#SeitenContainer {
		width: 90%;
		margin-left: 5%;
	}	
}

@media screen and ( min-width: 60em ) {
	#SeitenMenue {
		padding-left: calc( ( 100% - 58em ) / 2 );
	}
	section.LinkSeite {
		width: 95%; /*52.5em;*/
	}
}

/*
	Corona-Ampel ausblenden, wenn es zu eng wird.
*/
@media screen and ( max-width: 100em ) {
	#SeitenRumpfLinks {
		display: none;
	}
}

@media screen and ( min-width: 72em ) {
	#SeitenInhalt  {
		margin-left: calc( ( 100% - 58em ) / 2 );
		width: 58em;
	}
}

@media screen and ( max-width: 10em ) {
	#SeitenInhalt  {
		width: 100%;
	}
}

@media screen and ( max-width: 65em ) {
	#SeitenFussMitte {
		display: none;
	}
}

@media screen and ( max-width: 30em ) {
	#letzteAktualisierung {
		display: none;
	}
	#SeitenFussLinks {
		width: 100%;
	}
}

/*
	Fuers Debugging
*/
/*
@media screen and ( min-width: 20em ) {
	#Copyright {
		background-color: grey;
	}
}
@media screen and ( min-width: 30em ) {
	#Copyright {
		background-color: yellow;
	}
}
@media screen and ( min-width: 40em ) {
	#Copyright {
		background-color: green;
	}
}
@media screen and ( min-width: 50em ) {
	#Copyright {
		background-color: blue;
	}
}
@media screen and ( min-width: 90em ) {
	#Copyright {
		background-color: red;
	}
}
@media screen and ( min-width: 100em ) {
	#Copyright {
		background-color: magenta;
	}
}
*/

/* Hierfür keine besonderen Auszeichnungen
	Ist bei den Meldungen auch nicht besonders sinnvoll.
*/
.ausreichend_Zeit {
/*	background-color: hsl(120, 100%, 70%); /*#005500;*/
/*	background-color: #00FF00; */
/*	font-size: 14px;*/
}
.es_wird_Zeit {
/*	background-color: #FFFF00;*/
/*	font-size: 16px;*/
}
.dringend {
/*	background-color: #FF0000;*/
/*	font-size: 18px;*/
}
/*
	background-color: #6E6E6E;
	Alle Meldungen sind vorbei!
*/
.vorbei {
/*	font-size: 12px;*/
}
.ausblenden {
	display: none;
}
