.fixiert-oben-links {
  position: fixed; /* Fixiert das Element im Browser-Fenster */
  top: 0;          /* Ganz oben am Bildschirmrand */
  left: 0;         /* Ganz links am Bildschirmrand */
  z-index: 1000;   /* Stellt sicher, dass das Div vor anderen Inhalten liegt */
  padding: 5px;   /* Optional: Etwas Innenabstand für den Text */
  background-color: darkgreen; /* Optional: Hintergrundfarbe zur besseren Sichtbarkeit */
  color: #ffffff;
  font-size: 115%;
}

.fixiert-oben-links:hover {
  background-color: darkred;
  color: #ffffff;
}

.fixiert-oben-links:active {
  background-color: darkred;
  color: #ffffff;
}

.fixiert-oben-links:visited {
  background-color: darkred;
  color: #ffffff;
}


.button-link {
  display: inline-block;
  padding: 5px 15px;
  background-color: #007bff;
  color: white;
  text-decoration: none; /* Entfernt den Unterstrich */
  border-radius: 3px;
  text-align: center;
}

.button-link:hover {
  background-color: darkred; /* Dunklerer Ton beim Drüberfahren */
}


.button-link-fotos {
  display: inline-block;
  padding: 5px 0px 5px 0;
  background-color: #0000ff;
  color: #ffffff;
  text-decoration: none; /* Entfernt den Unterstrich */
  border-radius: 3px;
  text-align: center;
  width:135px;	
}

.button-link-fotos:hover {
  background-color: darkred
  
  ; /* Dunklerer Ton beim Drüberfahren */
}


.button-link-fotos:active {
  background-color: darkred
  
  ; /* Dunklerer Ton beim Drüberfahren */
}


.button-link-videos {
  display: inline-block;
  padding: 7px 0px 0px 0;
  background-color: #0000ff;
  color: #ffffff;
  text-decoration: none; /* Entfernt den Unterstrich */
  border-radius: 3px;
  border: 0px solid yellow;
  justify-content: center; /* Zentriert horizontal */
  align-items: center; /* Zentriert vertikal */
  vertical-align: middle;
  text-align: center;
  width: 230px;	
  height: 26px;
}

.button-link-videos:hover {
  background-color: darkred
  
  ; /* Dunklerer Ton beim Drüberfahren */
}

.button-link-videos:active {
  background-color: darkred
  
  ; /* Dunklerer Ton beim Drüberfahren */
}



html 
{
  height: 100%;
}



a:link
  {
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  font-size; 20px;
  }

a:visited 
  {
    color: #ffffff;
  }

a:hover 
  {
    color: #ffffff;
  }

a:active 
  {
    color: #00FF00;
  }


body
  {
  display: flex;
  flex-direction: column;
  font-family: "Tahoma", "Times New Roman", Times, serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  background-color: #0000cd;
  color: #ffffff;
  }


/* Hauptcontainer für alles */
.container 
{
  display: flex;
  flex-direction: column;
  background-color: #0000cd;
}


/* Oberes div */
.div-oben 
  {
  display: flex;
  background-color: #007bff;
  justify-content: center; /* Zentriert horizontal */
  align-items: center; /* Zentriert vertikal */
  border: 0px solid yellow;
  color: #ffffff;
  }


/* Wrapper für die drei Spalten darunter */
.alle-drei-spalten
{
  display: flex;
border: 0px solid #ffffff;
}


/* Linke und mittige Spalte und rechte Spalte */
.spalte-links, .spalte-mittig, .spalte-rechts
  {
  flex: 1; /* Verteilt den Platz gleichmäßig auf beide Spalten */
  height: 100%;
  border: 0px solid red;
  width: 200px;
  }


.spalte-links 
{
  background-color: #0000cd;
  flex: 0.17;
  margin-bottom: 50px;
}


.div-menue
{
  border-radius: 0px;
  background-color: #0000cd;
  margin: 0px 0px 0px 20px;
  padding: 10px 0px 15px 0px;
  width: 150px;
}


 .div-menue-punkte 
 {
  justify-content: center;
  align-items: center;
  background-color: #007bff;
  padding: 0px 0 0 0px;
  color: #ffffff;
  width: 100%;
  height: 30px;
  border-bottom: 0px solid #1C86EE;
  transition: background-color 0.3s ease; /* Sorgt für einen fließenden Übergang */
  border-radius: 3px;
  justify-content: center; /* Zentriert horizontal */
  align-items: center; /* Zentriert vertikal */
 }

.menuehref /*Text-Ausrichtung/Abstand des href */
{
padding: 2px 0 0 10px;
}

.div-menue-punkte:hover 
 {
 background-color: darkred;
 color: 00ff00;
 }

.div-menue-punkte:active 
 {
 background-color: #00ff00;
 color: #000000;
 font-weight: bold
 padding: 5px 0 0 10px;
}


.spalte-rechts 
{
  background-color: #0000cd;
  border: 0px solid red;
  flex: 0.024;
}


.div-unten-container 
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #0000cd;
  padding: 0px 0px 0px 0px;
  border: 0px solid red;
}


 .div-unten-1 
{
  background-color: #0000cd;
  color: #1e90ff;
  border: 0px solid yellow;
}

 .div-unten-2
{
  background-color: #0000cd;
  color: #1e90ff;
  border: 0px solid yellow;
  padding: 30px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .div-unten-3 
{
  background-color: #0000cd;
  color: #1e90ff;
  border: 0px solid yellow;
}


.div-counter 
{
  background-color: #0000cd;
  width: 155px;
  text-align: center;
  padding: 5px;
  margin: 0 0 0 16px;
  border: 0px solid #007bff;
}


/* >>> ------------------ nur Impressum -------------------- */

.spalte-mittig 
{
  background-color: #0000cd;
  flex: 1.0
  border: 0px solid red;
}

.imp-container 
{
  display: flex; /* Aktiviert Flexbox */
  gap: 5px;     /* Abstand zwischen den Spalten */
  border: 0px solid red;
  margin: 20px;
}

.imp-spalte 
{
  flex: 1;             /* Sagt den Spalten, dass sie sich den Platz gleichmäßig teilen sollen */
  background-color: #0000cd;
  margin: 0px;;
  padding: 0px 0px 0 0px;
}


.imp-breites-div 
{
  background-color: #0000cd;
  padding: 0px 0 0 0px;
  margin-left: 20px;
  border: 0px solid red;
}


.imp-breites-div-admin 
{
  background-color: #0000cd;
  padding: 0px 0 0 0px;
  margin-left: 0px;
  border: 0px solid red;
}


.fancy-div 
{
text-align: center;
border: 0px solid red;
}

/* <<< ------------------ nur Impressum -------------------- */


/* <<< ------------------ nur Livestreaming ---------------- */

.parent
{
  display: flex;
  justify-content: center; /* Horizontal */
  height: 100%;            /* Beispiel: Volle Bildschirmhöhe */
  margin-top:20px;
}

/* nicht genutzt */
.child
{
  background-color: green;
  width: 120px;
  justify-content: center; /* Horizontal */
  align-items: center;     /* Vertikal */
  text-align: center;
  border: 0px solid red;
  margin-left: 10px;
}

/* <<< ------------------ nur Livestreaming ---------------- */
