
/* ///////////////////////////// HMENU ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ANFANG CSS ///////////////////////////////// */
/* ///////////////////////////// HMENU ANFANG CSS ///////////////////////////////// */

#menu, #menu ul {
    margin: 0;
    padding: 0;
   
    list-style: none;
}
#menu {
    width: 100%;
    margin: 60px auto;
    border: 1px solid #222;
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

#menu a {
    float: left;
    width: "100%";
    padding: 12px 30px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 only */
    color: #fafafa; 
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #444;   
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;        
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    width: 50%;

    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 200%;
    
    _height: 40px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: aqua;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu-trigger { /* Hide it initially */
    display: none;
}

/* ///////////////////////////// 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 ///////////////////////////////// */

.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: 100%;
height: 58px;
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
/* background-image: url("images/tiger.png"); */
color: navy;
align-items: center;

}

.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: 1%;
  width: 1%;
}
.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,.5);
-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
box-shadow: 1px 2px 3px rgba(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,.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
  box-shadow: 1px 2px 3px rgba(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,.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
  box-shadow: 1px 2px 3px rgba(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,.5);
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
  box-shadow: 1px 2px 3px rgba(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,.5);
-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
box-shadow: 1px 2px 3px rgba(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: 100%;
  height: 100%;
  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%;
  
  }