:root {	--media-grey:				#404040;	/* mittelgrau */
	--media-light-grey: 			#C0C0C0;	/* hellgrau */
	--media-dark:				#202020;	/* dunkelgrau*/
	--media-black:				#000000;	/* schwarz */
	--media-white:				#FFFFFF;	/* weiß */
	--media-text:				#4F6228;	/* stumpfes rotschwarz */
	--media-red:				#993300;	/* weinrot */	
	--media-back:				#E1CAAA;	/* beige */
	--media:				#FF5D00;	/* media-orange */
	--agenda-media-back:			#EAE7DC;
	--agenda-back-color:			#5B553F;
	--agenda-grey:				#AFABAB;
	--ahnen-grey:				#808080;	/* dunkelmittelgrau */
	--ahnen-back:				#D6E3BC;	/* hellgrün */
	--ahnen-bold:				#005321;	/* dunkelgrün */
	/* grün #B2C6A2 und dunkelgrün #637C4E	#215321*/	}

body {	margin: 0;
	background: var(--media-back);
	height: 100%;				}

html {	font-family: Helvetica;
	font-size: 16pt;					}

/* a nicht gestalten wegen unterschiedlicher Kontraste etc. */

.Rm_kopf {
	background-color: var(--media-back);
	padding: 44px 140px 44px 50px;
	text-align: left;					}

@media (max-width: 1024px) {
    .Rm_kopf {
	padding: 44px 140px 44px 50px;    }}

@media (max-width: 767px) {
    .Rm_kopf {
	padding: 0px 0px 10px 50px; 
	text-align: left;   }}

.Menuezeile {
  position: sticky;
  top: 0;
  left 0;
  padding: 6px 1px 13px 0px;
  background: var(--media-grey);
  color: white;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
}

.Fußzeile {
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--media-grey);
  font-family: Calibri, Helvetica, sans-serif; 
  font-size: 16px;
  height: 30px; 
  width: 100%;
  padding: 0px 10px 10px 10px;
  color: white;
  -webkit-box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
  box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
  z-index: 7;
}

.Login {
  position: fixed;
  top: 0;
  right: 0;
  background: var(--media-grey);
  font-family: Calibri, Helvetica, sans-serif; 
  font-size: 16px;
  height: 180px; 
  padding: 10px 10px 10px 10px;
  color: white;
  z-index: 8;
}

.content {
	display: flex;
	flex-direction: column; /* oder row */
	gap: 15px; /* statt 1px 16px bei padding */
	margin: 30px 0px 50px 57px;
}

.artikel {
	flex: 1; 
}

/* S0 = linker Rand, S1 = erste von vier Spalten, S5 = rechter Rand */
.S0 {
  list-style: none;
  margin: 0;
  padding: 5px;
  width: 55px;
  background: var(--media-grey);
  color: var(--media-white);
  position: fixed;
  height: 100%;
  overflow: auto;
  z-index: 6;
}


.S1 {
  margin-left: 55px;
  padding: 1px 16px;
  color: var(--media-white);
  width: 500px;
}

.S2 {
  margin-left: 255px;
  padding: 1px 16px;
  width: 500px;
}

.S3 {
  margin-left: 505px;
  padding: 1px 16px;
  width: 500px;
}
	
.S4 {
  margin: 0;
  margin-left: 560px;
  padding: 1px 16px;
  width: 500px;
}

.S5 {
  right: 0;
  margin: 0;
  padding: 0;
  background: var(--media-grey);
  color: var(--media-white);
  height: 100%;
  width: 50px;
  max-width: 55px;
}




/* SPALTEN MIT GRID -------------------------------------------------------------------- */
.NEWScontainer {
  display: grid;
  grid-template-areas:
    "header header"
    "menu content"
    "footer footer";
  grid-template-columns: 1fr 3fr;
  gap: 3px;
  background-color: var(--media-grey);
  padding: 5px;
}
.NEWScontainer div {
  background-color: blue;
  padding: 10px;
}
.NEWScontainer div.header {
  grid-area: header;	
  padding: 6px 1px 13px 0px;
  height: 30px; 
  background: var(--media-grey);
  color: red;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
}
.NEWScontainer div.menu {
  grid-area: menu;
}
.NEWScontainer div.content {
  grid-area: content;
}
.NEWScontainer div.footer {
  grid-area: footer;
  background: var(--media-grey);
  font-family: Calibri, Helvetica, sans-serif; 
  font-size: 16px;
  height: 30px; 
  width: 100%;
  padding: 0px 10px 10px 10px;
  color:  var(--media-white);
  -webkit-box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
  box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
}
/* CONTAINER ENDE ---------------------------------------------------------------------- */




/* Display PC ohne, Display Tablet nur 1, display Handy 0 und 1 */

.mediadisplay0 {
	display: none;}
.mediadisplay1 {
	display: none;}

@media (max-width: 1024px) {
    .mediadisplay0 {
	display: none;    }}
    .mediadisplay1 {
	display: inline;    }}

@media (max-width: 767px) {
    .mediadisplay0 {
	display: inline;    }}
    .mediadisplay1 {
	display: inline;    }}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/* BEGIN LOGIN ------------------------------------------------------------------------- */
.abfrage {
	padding: 16px;
	background: var(--media-back);
	color: var(--media-red);
  	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	width: 250px;
	border: none;
	border-radius: 7px;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;
}

button {
  background-color: var(--media);
  color: var(--media-white);
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  width: 100%;
}

button:hover, button2:hover {
  opacity: 0.8;
}

.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: var(--media-white);
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

.abfragekopf {
  background-color: var(--media-black);
  color: var(--media-white);
  text-align: left;
  position: relative;
}

.abfragefuß {
  background-color: var(--media-black);
  color: var(--media-white);
  text-align: left;
  margin-top: 24px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}
span.psw {
  float: right;
  padding-top: 16px;
}

/* Hintergrundüberdeckung */
.modal { 
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

.modal-content {
  background-color: var(--media-black);
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  padding: 6px 0px 6px 16px;
  border: none;
  width: 300px; /* Hängt auch von der Bildschirmgröße ab */
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/* ENDE LOGIN ------------------------------------------------------------------------- */

.P_fehler {
	position: fixed;
	left: 55px;
	top: 170px;
	width: 500px;
 	height: 48px;
	background: var(--media-red);
	background-color: var(--media-red);
	color: var(--media-white);
	padding: 12px;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	border-radius: 15px;
 	z-index: 5;}

.P_Username {	
	position: fixed;
	left: 55px;
	top: 100px;
	width: 500px;
 	height: 28px;
	background-color: 005321;
	border-color: 005321;
	background: var(--media-grey);
	background-color: var(--media-grey);
	color: var(--media-white);
	padding: 12px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	border-radius: 15px;
 	z-index: 5;}
.PP_Username {	
	position: relative;
	width: 220px;
 	height: 24px;
	background: var(--media-grey);
	background-color: var(--media-grey);
	color: var(--media-white);
	padding: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 15px;
	}

.agendaBack {
	border-radius: 13px;
	border: 20px solid var(--agenda-back-color);
	border-left-width: 40px;
	border-right-width: 40px;
	background: var(--agenda-background-color);
	media-back: var(--agenda-background-color);
	margin: 7px 15px 7px 15px;
}

.agenda {
	background: var(--agenda-background-color);
	media-back: var(--agenda-background-color);
	color:	var(--media-grey);
	font-family: Calibri, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 36pt;
	margin: 5px 15px 5px 15px;
	position: relative;
}

.agendaPage {
	width: 49%;
	height: 450px;
	min-width: 450px;
}

.agendaRow {
	background: var(--agenda-background-color);
	media-back: var(--agenda-background-color);
	color:	var(--media-grey);
	font-family: Calibri, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 36pt;
	margin: 5px 15px 5px 15px;
	border: 1px solid #ccc;
}

.agendaRow:hover {
  border: 1px solid #777;
}

.agendaDay {
	height: 100px;
	width: 100px;
	background: var(--agenda-grey);
	background-color: var(--agenda-grey);
	color: var(--agenda-background-color);
	font-family: Calibri, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 36pt;
}

.agendaLabel {
	font-family: Calibri, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16pt;
	color:	var(--media-grey);
	position: relative;
 	text-align: right;
}
/* STATISTIK ------------------------------------------------------------------------- */
.S_container {
            display: flex;
            align-items: flex-end;
            height: 250px;
            border-bottom: 2px solid #333;
            border-left: 2px solid #333;
            padding: 10px;
            font-family: sans-serif;
            background-color: #f9f9f9;
            overflow-x: auto;
        }
.S_wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            min-width: 20px;
            margin: 0 2px;
        }
.S_balken {
            width: 100%;
            background-color: #3498db;
            transition: background-color 0.2s;
            border-radius: 3px 3px 0 0;
        }
.S_balken:hover {
            background-color: #2980b9;
        }
.S_wert {
            font-size: 10px;
            margin-bottom: 5px;
            color: #555;
        }
.S_tag {
            font-size: 11px;
            margin-top: 5px;
            color: #333;
            font-weight: bold;
        }
/* ENDE STATISTIK ---------------------------------------------------------------------- */

nav {	width: 100%;
	align-items: left;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin: 0;
	padding: 0px 0px 0px;
	height: 22px;
	font-size: 1pt;
	font-family: Calibri, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	color:	var(--media-white);
	background: var(--media-grey);
	justify-content: flex-start; 
 	white-space: nowrap;
	text-decoration: none;
}

nav1 {	width: 55px;
	align-items: top;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin: 0;
	padding: 0px 0px 0px;
	height: 100%;
	font-size: 1pt;
	font-family: Calibri, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	color:	var(--media-white);
	background: var(--media-grey);
	justify-content: flex-start; 
 	white-space: nowrap;
	text-decoration: none;
}

nav ul {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end-*;
	align-items: top; 
	list-style: none;
	}

nav li {	
	height: 100%;
	padding: 0px 10px 0px;
	float: left;
	text-align: left;
	}

nav li a {
	color:	white;
	margin: 0;
	padding: 0px 0px;	
	height: 1px;
	font-size: 12pt;
	font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	display: flex; 
	xjustify-content: space-between; 
	align-items: center; 
	text-decoration: none;
	display: block;
	text-align: left;
	}

nav li a:hover {
    	background: var(--media-black);
	background-color: var(--media-black);
	color: var(--media);
	}

nav li a:active {
    	background: var(--media-black);
	background-color: var(--media-black);
	color: var(--media);
	}

ul1 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 55px;
  background: var(--media-grey);
  position: fixed;
  height: 100%;
  overflow: auto;
}

li1 a {
  display: block;
  color: black;
  padding: 2px 7px;
  text-decoration: none;
}

li1 a.active {
  background-color: #04AA6D;
  color: white;
}

li1 a:hover:not(.active) {
  background-color: #555555;
  color: white;
}

ul2 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background: var(--media-grey);
}

li2 a {
  display: block;
  color: black;
  padding: 2px 7px;
  text-decoration: none;
}

li2 a.active {
  background-color: var(--media-grey);
  color: white;
}

li2 a:hover:not(.active) {
  background-color: var(--media-black);
  color: white;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--media-dark);
  min-width: 120px;
  font-size: 12pt;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
}

.dropdown:hover:not(.active) .dropdown-content {
  display: block;
}

/* soll ersetzt werden */
.Textfeld {
	position: relative;
	margin-right: 5px;
	width: 500px; 
	padding-right: 10px;
	background: white;
        border-radius: 7px;
}

.Infofeld {
	position: relative;
	margin-right: 5px;
	width: 245px; 
	padding: 16px;
	background: white;
        border-radius: 7px;
}

.IText {
	position: relative;
	padding-right: 15px;
	top: 25px;
	left: 10px;
	color: #404040;
	font-size: 14pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;}

.ITitel {
	position: absolute;
 	top: 15px;
	left: 15px;
	color: #404040;
	font-size: 16pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}

.Titel {
	position: absolute;
 	top: 62px;
	left: 16px;
	color: #404040;
	font-size: 28pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}

.Foto {
	position: absolute;
	padding-right: 15px;
	top: 123px;
	left: 15px;
	color: #404040;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;}


.Text {
	position: relative;
	padding-right: 15px;
	top: 123px;
	left: 15px;
	color: #404040;
	font-size: 18pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;}

.Datum {
	position: absolute;
	top: 8px;
	left: 15px;
	color: #404040;
	font-size: 12pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}

.Autor {
	position: absolute;
	top: 8px;
	left: 220px;
	color: #404040;
	font-size: 12pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}

.Lesezeichen {
	position: absolute;
	top: 8px;
	left: 450px;
	color: #404040;
	font-size: 12pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
}

.Quelle {
	top: 8px;
	left: 15px;
	color: #404040;
	font-size: 12pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;}

.active {
	background: var(--media-black);}

.Menue { 
	font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 22pt;}

.Schmal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;}
.Mikro {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;}
.Namen {
	color:	var(--media-text);
	font-size: 54px;
	font-family: "Times New Roman", Times, serif;}
.Normal {
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;}

.Modern {
	font-size: 18pt;
	font-family: Tahoma, Geneva, Verdana, sans-serif;}
.Grau {
	color:	var(--ahnen-grey);
	font-size: 16px;
	font-family: "Verdana", Times, serif;}
.Kult  {
	color: var(--media-grey);
	font-size: 20pt;
	font-family: "Footlight MT Light", Times, serif;}
.TextA {
	color:	var(--media-text);
	font-size: 16px;
	font-family: "Tahoma", Times, serif;}
.Zeile {
	color: var(--media-grey);
	font-size: 20pt;
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;}
.Gross {
	color:	var(--media-text);
	font-size: 20px;
	font-family: "Tahoma", Times, serif;}
.Schoen {
	color:	var(--media-text);
	font-size: 54px;
	font-family: "Footlight MT Light", Times, serif;}
.System {
	font-family: 'Lucida Console', Monaco, monospace;
	font-size: 12pt;}


.Schatten {
	filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.5));}

/* AHNENSEITE */
.htmlA {color: #6A4230;
	font-family: Helvetica;
	font-size: 12pt;}
#start {
	position: absolute;
	left: 50%;
        margin-right: -50%;
	min-width: 860px;
        border: none;
        transform: translate(-50%, -0%);
	margin-left: auto;
	margin-right: auto;}
#start1 {	
	position: absolute;
	top: 302px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
	width: 825px;
 	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;}
#start2 {	
	position: absolute;
	top: 325px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
	min-width: 825px;
 	max-height: 140px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;}
#start3 {	
	position: absolute;
	top: 460px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
	width: 825px;
 	height: 99px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;}
#start4 {	
	position: absolute;
	top: 560px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
	width: 825px;
 	height: 73px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;}
#start5 {	
	position: absolute;
	top: 605px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
	width: 68px;
 	height: 68px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;}
#start6 {	
	position: absolute;
	top: 673px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
	width: 825px;
 	height: 100px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;}

#eule { position: fixed;
	left: 2px;
 	top: 2px;
 	z-index: 9;}
#eulen {float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;}
#eule_profil { 
	position: fixed;
	left: 222px;
 	top: 2px;
 	z-index: 9;}

#Anmeldung {	
	position: absolute;
	float: left;
	top: 260px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
	width: 375px;
 	height: 40px;
	padding: 0px;
	margin: 0px;
	border: none;}

#Anmeldung1 {	
	position: relative;
	float: left;
	min-width: 50px;
 	height: 40px;
	padding: 0px;
	margin-right: 3px;
	border: none;
	text-align: right;}

#Anmeldung2 {	
	position: relative;
	float: left;
	min-width: 136px;
 	height: 40px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: left;}

#Anmeldung3 {	
	position: relative;
	float: left;
	min-width: 136px;
 	height: 40px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: left;}

#Anmeldung4 {	
	position: relative;
	float: left;
 	height: 40px;
	width: 25px;
	padding: 0px;
	margin-left: 3px;
	border: none;
	text-align: left;}

#Auswahlfeld {	
	position: fixed;
	left: 45px;
	top: 17px;
	width: 500px;
 	height: 42px;
	background-color: 005321;
	border-color: 005321;
	padding: 0;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	border-radius: 0px 15px 0px 0px;
 	z-index: 5;}

#Auswahlfeld_profil {	
	position: fixed;
	left: 270px;
	top: 17px;
	width: 460px;
 	height: 42px;
	background-color: 005321;
	border-color: 005321;
	padding: 0;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	border-radius: 0px 15px 0px 0px;
 	z-index: 5;}

#H {	position: fixed;
 	left: 0px;
	top: 0px;
	background-color: #000000;
	width: 100%;
 	height: 40px;
 	z-index: 4;}

#kopfblende {
	position: fixed;
 	left: 0px;
	top: 0px;
	background-color: #D6E3BC;
	width: 100%;
 	height: 65px;
 	z-index: 4;}
#kopfblende_profil {
	position: fixed;
 	left: 220px;
	top: 0px;
	background-color: #D6E3BC;
	width: 100%;
 	height: 65px;
 	z-index: 4;}

#Balken_braun {
	background-color: #6A4230;
	color: #D6E3BC;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Verdana", Times, serif;}

#Info {position: relative;
	float: left;
	width: 200px;
        height: 130px;
	text-align: left;}
#InfoL {position: relative;
	float: left;
	width: 3px;
	margin: 1px;
        height: 130px;}

#GeoSchalter {	
	position: fixed;
	background-color: 005321;
	border-color: 005321;
	padding: 1px;
 	z-index: 6;}
#GeoSchalter:hover {	
	position: fixed;
	background-color: #CCFFCC;
	border-color: 005321;
        border-width: 2px;
        border-style: solid;
	padding: 0px;
 	z-index: 6;}
#GeoSchalterOn {	
	position: fixed;
	background-color: #CCFFCC;
	border-color: 005321;
        border-width: 2px;
        border-style: solid;
	padding: 0px;
 	z-index: 6;}

#ProfilSchalter {	
	position: fixed;
	background-color: 005321;
	border-color: 005321;
	padding: 1px;
 	z-index: 6;}
#ProfilSchalter:hover {	
	position: fixed;
	background-color: #CCFFCC;
	border-color: 005321;
        border-width: 2px;
        border-style: solid;
	padding: 0px;
 	z-index: 6;}
#ProfilSchalterOn {	
	position: fixed;
	background-color: #CCFFCC;
	border-color: 005321;
        border-width: 2px;
        border-style: solid;
	padding: 0px;
 	z-index: 6;}

#ico20 {
	position: relative;
	left: -10px;
	top: 5px;
	height: 20px;
 	width: 20px;
	}

#Fam_Baum {
	position: relative;
	float: left;
	background-color: #EAF1DD;
	border: none;
	margin: 1px;
	padding: 1px;
	left: 0px;
	top: 0px;
	width: 90px;}
#Fam_Block {
	position: relative;
	float: left;
	background-color: #EAF1DD;
	border: none;
	margin: 4px;
	padding: 1px;
	left: 0px;
	top: 0px;
	width: 180px;}
#Fam_Reihe {
	position: relative;
	width: 100%;
	height: auto;}

li4 {	float: left;}
li4 a {	display: block;
	color: 005321;
	text-align: center;
	padding: 0px 0px;
	text-decoration: none;}
li4 a:hover:not(.active4) {
    	background-color: #CCFFCC;}
.active4 {
	background-color: #4CAF50;}

#beleg {
	position: relative;
	width: 50%;}

#Winkel {
	position: fixed;
	background-color: var(--ahnen-bold);
	border: none;
	left: 0px;
	top: 0px;
	width: 170px;
 	height: 40px;
 	z-index: 2;}
#Schaltleiste_oben {
	position: fixed;
	background-color: #6A4230;
	border: none;
	right: 0px;
	top: 0px;
	left: 170px;
 	height: 40px;
	width: 100%;
	padding-left: 10;
	align: right;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
 	z-index: 2;}
#Lesezeichen {
	position: fixed;
	background-color: #EAF1DD;
	border: none;
	left: 0px;
	top: 40px;
	width: 170px;
 	height: 20px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.3);
	 	z-index: 2;}

#ausgabe {
	background-color: #CCFFCC;
	border: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
	align: left;
	padding: 10px;
	top: 52px;
	left: 50px;
	width: 800px;
 	z-index: 1;}
#ausgabe_profil {
	background-color: #CCFFCC;
	border: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
	align: left;
	padding: 10px;
	top: 52px;
	left: 222px;
	width: 500px;
 	z-index: 1;}
#panel_oben {
	font-family: 'Verdana', Geneva, sans-serif;
 	padding: 2px;
	font-size: 20px;
	font-weight: bold;}
#panel_balken {
	font-family: 'Verdana', Geneva, sans-serif;
 	font-size: 26px;
	left: 2px;
	background-color: #C0C0C0;
	margin-bottom: 10px;
	padding: 3px;
	font-weight: bold;
	height: 32px;}
#panel {
	font-family: 'Verdana', Geneva, sans-serif;
 	padding: 2px;
	font-size: 14px;}
#panel_i {
	position: relative;
	left: -30px;
	top: 10px;
	height: 40px;
 	width: 40px;
 	z-index: 8;}
#panel_t {
 	margin-left: 30px;
	margin-bottom: 15px;}
#Siegel {
	position: relative;
	left: 10px;
 	top: 30px;
 	z-index: 8;}
#Siegel_t {
	position: relative;
	left: -44px;
 	top: 15px;
	font-family: 'Verdana', Geneva, sans-serif;
 	font-size: 9px;
	font-weight: bold;
	color: white;
 	z-index: 9;}

#profilfoto {
	position: fixed;
	left: 15px;
	top: 17px;
	width: 120px;
 	height: 200px;
	padding: 40px;
	background-color: 005321;
 	z-index: 5;}

/*	Schriftzug auf dem Banner */
#ak_kopftitel_geo {
 	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 2px;
	left: 75px;}
#ak_kopftitel_profil {
 	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 2px;
	left: 300px;}
h1A {	font-size: 11px;
	letter-spacing: 4px;
	font-family: "Segoe UI", Arial, sans-serif;}
h2A {	font-size: 64px;
	letter-spacing: 0px;
	font-family: 'Lucida Console', Monaco, monospace;
 	position: relative;
	margin: 0px;
	padding: 0px;
	left: 75px;}
#Suchfeld {
	position: fixed;
	background-color: #BFBFBF;
	background-image: url("Elemente/E_suchfeld_hintergrund.gif");
    	background-repeat: no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	right: 3px;
	top: 0px;
	width: 160px;
 	height: 40px;
 	z-index: 2;}
#Spalte_L {
	position: fixed;
	background-color: #EAF1DD;
	border: none;
	margin: 0px;
	padding: 5px;
	left: 0px;
	top: 60px;
	width: 160px;
 	height: 100%;
 	z-index: 1;}
#Spalte_R {
	position: fixed;
	background-color: #EAF1DD;
	border: none;
	margin: 0px;
	padding: 5px;
	right: 0px;
	top: 40px;
	width: 160px;
 	height: 100%;
 	z-index: 1;}
#main {
	position: relative;
	width: 100%;
	height: 100%;
	top: 50;
	left: 175;
	right: 180;
	bottom: 80;}
#hilfe {
 	top: 2px;
	max-width: 750px;
	margin-left: 80px;}	
#hilfeR {
	position: fixed;
	left: 860px;
 	top: 2px;
 	z-index: 9;}
#abbinder {
	position: fixed;
	height: 50px;
	background-color: var(--ahnen-bold);
	left: 0px;
	bottom: 0px;
	-webkit-box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
	box-shadow: -5px -5px 20px 0px rgba(0,0,0,0.3);
	width: 100%;
 	z-index: 8;}
#Urheber {
	position: fixed;
	color: #76923C;
	font-size: 12;
	font-family: "Verdana", Times, serif;
	padding-left: 10;
	left: 1px;
	bottom: 15px;}
#Urheber :active {color: #A8C466;}
#Urheber :link {color: #76923C;}
#Urheber :visited {color: #6A8036;}
#user {
	position: fixed;
	font-family: "Calibri", Helvetica, sans-serif;
	bottom: 0px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 150px;
	right: 2px;}
#eingabe {
 	position: fixed;
	bottom: 0px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 75px;
	left: 1px;
	right: 2px;
	width: 98%;}
#Zahnrad {
	width: 13px;
	height: 13px;
	position: relative;
	left: 20px;
	top: 3px;
	border: 0;}