* {
    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;
  }
  
  .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);
  }

a{
    text-decoration: none;
    color: white;
}

.Active{
  text-decoration: underline;
}

#Intro{
    position: relative;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    padding: 1em;
    padding-bottom: 2em;
    z-index: -1;
}

.Underline{
    text-decoration: underline;
}

#IntroLogo{
    float: left;
}

#LinkedIn{
    float: right;
    max-width: 10rem;
    max-height: auto;
}

#Main{
    background-color: #EBEBEB;
    position: relative;
    height: 80vh;
}

.Untertitel{
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
    color: white;
    background-color: #9A1419;
    padding: 1rem;
    margin-top: 0.5em;
}

.Block{
    display: block;
    margin-bottom: 2em;
}

.TitelAlign{
    text-align: center;
}

#WirText{
    display: block;
    background-color: white;
    border-radius: 50px;
    padding: 2em;
    width: 40vw;
    margin-top: 3em;
    position: absolute;
    align-items: center;
    left: 10%;
}

#WirText p{
    margin-top: 1em;
}

.WirBild{
    position: absolute;
    width: 40em;
    height: 40em;
    border-radius: 50%;
    right: 5rem;
    top: -7rem;
}

#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;
}

@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;
    }
  
    .Flag{
      width: 10vw;
      height: auto;
    }
  
    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%;
    }

  #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;
  }

  .WirBild{
    visibility: hidden;
  }

#Main{
    height: 145vh;
}

.Block{
display: block;
margin-bottom: 2.5em;
}

#WirText{
    display: block;
    background-color: white;
    border-radius: 50px;
    padding: 2em;
    width: auto;
    margin-top: 3em;
    margin-right: 1rem;
    position: absolute;
    align-items: center;
}

}

  @media screen and (min-width: 799px){
    .nav-list{
        display: block !important;
    }
  }