/* ///////////////////////////// HMENU ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ANFANG CSS ///////////////////////////////// */
/* RESET */
/* RESET */
/* RESET */
#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* MAIN MENU CONTAINER */
#menu {
  width: 100%;
  margin: 60px auto;
  border: 1px solid #222;
  background-color: #444;
  border-radius: 6px;
  box-shadow: 0 1px 1px #777;
  position: relative;
}

/* FLOAT FIX */
#menu::after {
  content: "";
  display: block;
  clear: both;
}

/* MAIN MENU ITEMS */
#menu > li {
  float: left;
  position: relative; /* WICHTIG: Dropdown hängt jetzt korrekt am LI */
}

/* MAIN MENU LINKS */
#menu > li > a {
  display: block;
  padding: 12px 30px;
  background-color: #666;
  color: #ebd833;
  text-transform: uppercase;
  font:
    bold 14px Arial,
    Helvetica;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
}

/* MAIN HOVER */
#menu > li:hover > a {
  background-color: #777;
  color: #fff;
}

/* DROPDOWN (1. Ebene) */
#menu li > ul {
  position: absolute;
  top: 100%; /* direkt unter dem LI */
  left: 0; /* exakt unter dem Menüpunkt */
  background-color: #444;
  border-radius: 4px;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  z-index: 20;
}

/* SHOW DROPDOWN */
#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* DROPDOWN ITEMS */
#menu li > ul > li {
  position: relative; /* WICHTIG für Sub-Sub-Menüs */
}

/* DROPDOWN LINKS */
#menu li > ul > li > a {
  display: block;
  padding: 10px 20px;
  background-color: #555;
  color: #ccc;
  text-decoration: none;
  white-space: nowrap;
}

/* DROPDOWN HOVER */
#menu li > ul > li > a:hover {
  background-color: #04acec;
  color: #fff;
}

/* SUB-SUB-MENÜ (2. Ebene) */
#menu li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%; /* rechts daneben */
  margin-left: -10px; /* Hover-Lücke schließen */
  min-width: 300px; /* 1.5x Breite */
  background-color: #444;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  z-index: 30;
}

/* SHOW SUB-SUB-MENÜ */
#menu li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* ///////////////////////////// HMENU ENDE CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ENDE CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ENDE CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ENDE CSS ///////////////////////////////// */

/* ///////////////////////////// M BODY ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// M BODY ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// M BODY ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// M BODY ANFANG CSS ///////////////////////////////// */

.hero-inner {
  display: flex;
  align-items: center; /* vertikal zentrieren */
  justify-content: center; /* horizontal zentrieren */
  gap: 20px; /* Abstand zwischen Tiger und Text */
}

.schickeSchrift {
  font-family: Impact;
  color: rgb(40, 40, 40);

  text-align: center;
  width: 100%;
  border-block-start-style: groove;
  border: darkred;
  font-size: 48px;
}

.absaetze {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 20px;
  align-self: center;
  align-content: center;
  align-items: center;
  width: 100%;
  text-decoration-style: wavy;
  text-align: center;
  color: rgb(10, 10, 138);
}

.DLbutt {
  width: 100%;
  height: 28px;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  /* background-color: lightskyblue; */
  color: navy;
}

.extraButtClass {
  background-color: aqua;
  color: blue;
}

.DLSubbutt {
  width: 40%;
  height: 14%;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: aqua;
  color: navy;
  align-items: center;
}

.DLSubbuttTAB {
  width: 50%;
  height: 58px;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  /* background-image: url("images/tiger.png"); */
  color: navy;
  align-items: center;
  vertical-align: middle;
}

.ueberschr {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 28px;
  align-self: left;
  width: 100%;
}
.detailedFrust {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 28px;
  align-self: center;
  align-items: center;
  align-content: center;
}
.PicBar {
  height: 50%;
  width: 50%;
}
.AngryProgPic {
  width: 800px;
  height: 300px;
}

.mbodyeinsTableM {
  /* background-color:aqua; */
  font-stretch: semi-condensed;
  width: 60%;
}
.Qualli {
  background-color: aqua;
  height: 140%;
  width: 100%;
}
.mbodyeinsTableCL {
  font-size: xx-large;
  background-color: transparent;
  font-family: "Arial Narrow Bold", sans-serif;
  color: rgb(236, 164, 10);
  width: 20%;
}

.mbodyeinsTableCR {
  /* background-color: lightblue; */
  font-display: center;
  width: 20%;
}

.MyNiceParagraph {
  font-family: sans-serif;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 30px;
  font-style: normal;
  align-self: left;
  color: wheat;
  background-color: aqua;
  width: 100%;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: 25px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.MyNiceParagraphVisit {
  font-family: sans-serif;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 50px;
  font-style: normal;
  align-self: left;
  color: wheat;
  background-color: aqua;
  width: 100%;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: 25px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.MyNiceParagraphAlignLeft {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 28px;
  align-self: left;
  align-content: flex-start;
  text-align: left;
  color: #128;
  background-color: aqua;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: 25px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.MyNiceParagraphAlignCenter {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 28px;
  align-self: center;
  align-content: center;
  text-align: center;
  color: wheat;
  background-color: aqua;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: 25px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.MyNiceParagraphInnerButton {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 28px;
  align-self: center;
  align-content: center;
  text-align: center;
  color: wheat;
  width: 100%;
  max-width: 4px;
}
.MyNiceMenu {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 28px;
  align-self: left;
  color: #128;
  background-color: aqua;
  width: 100%;
  text-align: left;
  background-color: rgba(34, 34, 34, 0.6);
  border-radius: 25px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.MyRedParagraph {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 28px;
  align-self: left;
  color: darkred;
  background-color: orange;
  width: 100%;
  text-align: center;
}
.MyAchtungParagraph {
  font-family: sans-serif Bold;
  /* , 'Arial Narrow Bold', sans-serif */
  font-size: 28px;
  align-self: left;
  color: yellow;
  background-color: black;
  width: 100%;
  text-align: center;
}
.BigBody {
  background-image: url("./assets/images/NewBackgroundFodbWebpageII_2022.png");
  background-blend-mode: color-burn;
  justify-content: flex-start;
  border-block-start-style: groove;
  border: darkred;
  font-size: 48px;
  border: 20px;
}

.TigerPic {
  width: 70%;
  height: 70%;
  image-resolution: 1024;
  align-items: initial;
}

.FotoO {
  width: 30%;
  height: 30%;
  image-resolution: 1024;
  align-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
}

.FotoOpara {
  width: 100%;
  height: 100%;
  /*um das bild zu zentrieren*/
  text-align: center;
}
.DBsymbolPara {
  width: 40%;
  /*um das bild zu zentrieren*/
  text-align: center;
}
.DBsymbol {
  width: 80%;
  height: 80%;
}
