* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-image: url(../BILD/Bild_Zoe_V1.jpg);
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .nav-bar{
    height: 70px;
    background: #9a1419;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  #NavLogo{
    width: 10vw;
    height: auto;
    padding-top: 0.5rem;
  }
  
  .Flag{
    width: 2vw;
    height: auto;
    position: relative;
    z-index: 2;
  }
  
  .brand{
    float: left;
    position: absolute;
    padding-left: 20px;
    line-height: 70px;
  }
  
  .brand a{
    text-decoration: none;
    color: white;
  }
  
  .nav-container{
    max-width: 1000px;
    margin: 0 auto;
  }
  
  nav{
    float: right;
  }
  
  nav ul{
    list-style: none;
  }
  
  nav ul li{
    float: left;
    position: relative;
  }
  
  nav ul li a{
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #9a1419;
    text-decoration: none;
    color: #fff;
  }
  
  nav ul li a:hover{
    color: #fff;
    text-decoration: underline;
  }
  
  nav ul li ul li {
    min-width: 190px;
  }
  
  nav ul li ul li a{
    padding: 15px;
    line-height: 20px;
  }
  
  .nav-mobile{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
  }
  
  #nav-toggle{
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 15px 0px;
  }
  
  #nav-toggle span,
  #nav-toggle span::before,
  #nav-toggle span::after{
    position: absolute;
    display: block;
    content: '';
    background: #fff;
    height: 5px;
    width: 35px;
    transition: all 300ms ease-in-out;
  }
  
  #nav-toggle span::before{
    top: -10px;
  }
  
  #nav-toggle span::after{
    bottom: -10px;
  }
  
  #nav-toggle.active span{
    background-color: transparent;
  }
  
  #nav-toggle.active span::before, #nav-toggle.active span::after{
    top: 0;
  }
  
  #nav-toggle.active span::before{
    transform: rotate(45deg);
  }
  
  #nav-toggle.active span::after{
    transform: rotate(-45deg);
  }

  .Active{
    text-decoration: underline;
  }

#Intro{
    position: relative;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    padding: 1em !important;
    padding-bottom: 2em !important;
    z-index: -1;
}

.Underline{
    text-decoration: underline;
}

#IntroLogo{
 float: left;
}

#LinkedIn{
    float: right;
    max-width: 10rem;
    max-height: auto;
}

#Wichtig{
  background-color: #9A1419;
  padding-bottom: 2em;
  padding-top: 1em;
  text-wrap: balance;
}

#Wichtig p{
  display: block;
  color: white;
  text-align: center;
  font-size: 1.3em;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

#Wichtig a{
  text-decoration: none;
  color: white;
}

#Feuer{
  max-width: 25vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ClickMe{
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
}

#Main{
    background-color: #EBEBEB;
    display: flex;
    justify-content:center;
    height: 60em;
    padding-top: 2rem !important;
    position: relative;
}

.Untertitel{
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
    color: white;
    background-color: #9A1419;
    padding: 1rem !important;
}

.TitelAlign{
    text-align: center;
}

.TextBG{
    background-color: white;
    border-radius: 50px;
    padding: 2em;
    padding-top: 16em;
    margin: 1.25em;
}

.Underline{
    text-decoration: underline;
}

#Traenke{
    display: inline-block;
    width: 20em;
    height: 20em;
    border-radius: 50%;
    position:absolute;
    margin-left: 2em;
    top: 8em;
}

#Gegenzug{
    display: inline-block;
    width: 15em;
    height: 15em;
    border-radius: 50%;
    position:absolute;
    margin-left: 17em;
    top: 6em;
}

#Leim{
    display: inline-block;
    width: 14em;
    height: 14em;
    border-radius: 50%;
    position:absolute;
    margin-left: 19em;
    top: 17em;
}

#Saege{
    display: inline-block;
    width: 15em;
    height: 15em;
    border-radius: 50%;
    position: absolute;
    margin-left: 16em;
    top: 5.5em;
}

#Umrollen{
    display: inline-block;
    width: 20em;
    height: 20em;
    border-radius: 50%;
    position: absolute;
    margin-left: 2em;
    top: 6em;
}

#LeistungenText{
    margin-top: 7em;
    width: 29em;
    text-wrap: balance;
}

#LeistungenText p{
  margin: 0.6em;
}

#Produkte a{
    text-decoration: none;
    color: black;
}

#ProdukteText{
    margin-top: 11.5em;
    width: 29em;
}

#ProdukteText p{
  margin: 0.6em;
  text-wrap: balance;
}

#ProduktInfo{
    position: absolute;
    margin-top: 12em;
    margin-left: 0.8em;
}

#ProduktInfo p{
  margin: 1.2em;
}

.InfoBG{
    background-color: white;
    font-weight: bold;
    padding: 0.25em !important;
}

#Leistungen a{
    text-decoration: none;
    color: black;
}

#LeistungenInfo{
    position: absolute;
    margin-top: 10em;
    margin-left: 0.8em;
}

#LeistungenInfo p{
  margin: 1.2em;
}

#Impressum{
    background-color: #9A1419;
    color: white;
    padding: 0.5em;
    position: relative;
}

#ImpressumContainer{
    display: flex;
    font-size: 1rem;
    justify-content: flex-start;
}

.ImpressumText{
    padding: 0.5em;
    margin-left: 2em;
}

#Date{
    margin-left: auto;
}

#Impressum a{
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 768px) {

    .nav-mobile{
        display: block;
        z-index: 10;
    }
  
    nav{
        width: 100%;
        padding: 70px 0 15px;
    }
  
    #NavLogo{
      width: 25vw;
      height: auto;
      padding-top: 1rem;
    }

    #LinkedIn{
      width:20vw;
      height: auto;
      padding-top: 0.8em;
    }
  
    .Flag{
      width: 10vw;
      height: auto;
    }

    .FlagSmall{
      width: 6vw;
      height: auto;
      margin-left: 0em;
      top: -2.5em;
      left: 1.5em;
    }

    nav ul{
        display: none;
    }
  
    nav ul li {
        float: none;
    }
  
    nav ul li a{
        padding: 15px;
        line-height: 20px;
        padding-left: 25%;
    }
  
  
    nav ul li ul li a{
        padding-left: 30%;
    }
  
    .nav-dropdown{
        position: static;
    }

  #Intro{
      font-size: 1.5rem;
  }

  #IntroLogo{
      width: 3rem;
      height: auto;
  }

  #LinkedIn{
    max-width: 20vw;
    height: auto;
    padding-top: 1rem;
  }

  #Main{
      display: flex;
      flex-wrap: wrap;
      height: auto;
  }

  .Untertitel{
      font-size: 1.5rem;
  }

  #Traenke{
      display: inline-block;
      width: 15em;
      height: 15em;
      border-radius: 50%;
      position:absolute;
      margin-left: 1.2em;
      top: 8em;
  }

  #Gegenzug{
      display: inline-block;
      width: 10em;
      height: 10em;
      border-radius: 50%;
      position:absolute;
      margin-left: 13em;
      top: 6em;
  }

  #Leim{
      display: inline-block;
      width: 12em;
      height: 12em;
      border-radius: 50%;
      position:absolute;
      margin-left: 13em;
      top: 13em;
  }

  #ProduktInfo{
      position: absolute;
      margin-top: 10em;
      margin-left: 0em;
  }

  #ProdukteText{
      margin-top: 5em;
      width: 20em;
  }

  #Saege{
      display: inline-block;
      width: 10em;
      height: 10em;
      border-radius: 50%;
      position: absolute;
      margin-left: 15em;
      top: 52em;
  }
  
  #Umrollen{
      display: inline-block;
      width: 15em;
      height: 15em;
      border-radius: 50%;
      position: absolute;
      margin-left: 1.3em;
      margin-top: 1em;
      top: 48em;
  }

  #Leistungen{
    margin-top: 2em;
  }

  #LeistungenInfo{
      position: absolute;
      margin-top: 7em;
      margin-left: 0em;
  }

  #LeistungenText{
      margin-top: 3em;
      width: 20em;
  }

  #Impressum{
      display: block;
  }
  }
  
  @media screen and (min-width: 799px){
    .nav-list{
        display: block !important;
    }
  }