body {
  display: contents;
  margin: 0px;
  font-family: "Gabarito", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: "Quicksand", sans-serif;
}
.background-bild {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: fixed;
}
.Home-Leiste {
  position: absolute;
  right: 32px;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.562);
  font-size: 17px;
  border-radius: 18px;
  overflow: hidden;
}

.menü-link {
  text-decoration: none;
  color: rgb(54, 54, 54);
  margin-left: 10px;
  margin-right: 5px;
  text-align: center;
}

.Logo {
  position: absolute;
  left: 16px;
  top: 40px;
  width: 90px;
  background-color: rgba(255, 255, 255, 0.562);
  height: 55px;
  object-fit: cover;
  border-radius: 18px;
  object-position: left;
  object-fit: contain;
  max-height: 55px;
  max-width: 90px;
}

/*Linke-Seite*/
.Linke-Seite {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.562);
  border: 4px solid rgb(45, 8, 1);
  border-radius: 18px;
  width: 250px;
  height: 350px;
  top: 140px;

  text-align: center;
}
#title-leftside {
  padding-top: 5px;
  font-style: italic;
  font-size: larger;
}
.Linke-Seite > div > p {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
}
.fa-solid {
  color: rgb(45, 8, 1);
}
#happy-kunde {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 360px;
  border: solid 4px rgb(45, 8, 1);
  margin-top: 10px;
}
/*Mitte - oben*/
.mitte-body {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 18px;
  height: 176px;
  top: 140px;
}
.mitte-container {
  border: solid 4px rgb(45, 8, 1);
  border-radius: 18px;
  height: 170px;
  text-align: center;
}
.mitte-container > header {
  font-weight: bolder;
  font-style: italic;
  font-size: larger;
}
.mitte-container > p {
  font-weight: bold;
}
.mitte-container > p > sup {
  font-style: italic;
  font-size: medium;
}
.mitte-container > p > span {
  text-decoration: underline 2px solid rgb(45, 8, 1);
  font-style: italic;
}
#e-mail {
  color: rgb(45, 8, 1);
}
/*mitte-unten*/
.maps {
  position: absolute;
  top: 330px;

  border: solid 4px rgb(45, 8, 1);
  width: 670px;
  height: 176px;
  border-radius: 18px;
}
#maps-ansicht {
  width: 670px;
  height: 176px;
  border-radius: 16px;
}
/* Rechte Seite*/
.rechte-seite {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.562);
  border: 4px solid rgb(45, 8, 1);
  width: 250px;
  height: 350px;
  top: 140px;
  text-align: center;
  border-radius: 20px;
}
.text-gründer {
  font-size: 15px;
  font-weight: bold;
  color: rgb(45, 8, 1);
}

#pb-Gründer {
  object-fit: cover;
  margin-top: 5px;
  border: 7px solid rgb(45, 8, 1);
  border-radius: 360px;
}
.text2-gründer {
  color: rgb(6, 6, 6);
  font-weight: bold;
}
.footer-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.562);
  height: 25px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  padding-bottom: 10px;
  align-items: center;
}

div > ul > li {
  list-style: none;
  float: left;
  padding-left: 2em;
  margin-left: 0px;
}

div > ul > li > a {
  text-decoration: none;
  color: black;
}
.tooltip {
  position: relative;
  display: inline-block;
  padding-left: 150px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /*Position des tooltiptext*/
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 100%;
  margin-left: -60%;
  /*Animation*/
  opacity: 0;
  transition: 0, 3s;
}
/*Tooltip zeiger*/
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: solid 5px #555;
}

/*Hover-Befehle*/
a:hover {
  color: rgb(45, 8, 1);
  text-decoration: underline;
}
#e-mail:hover {
  color: rgb(39, 55, 164);
}
.mitte-container > p > span:hover {
  color: rgb(39, 55, 164);
  text-decoration: underline 2px solid rgb(39, 55, 164);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Keyframes*/

/*Handy*/
@media only screen and (max-width: 600px) {
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 10px;
    margin-top: 10px;
  }
  .Logo {
    left: 5px;
    margin-top: 10px;
  }
  .footer-wrap {
    top: 0px;
    padding-top: 5px;
  }
  div > ul > li {
    margin-left: 0px;
    font-size: 10px;
  }

  .Linke-Seite {
    position: relative;
    flex-direction: column;
    margin-left: 5%;
    margin-top: 550px;
    display: flex;
    justify-items: center;
    width: 90%;
    font-size: 13px;
  }

  .rechte-seite {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 5%;
    top: -780px;
    width: 90%;
    font-size: 13px;
  }
  #pb-Gründer {
    max-width: 25%;
    max-height: 25%;
  }
  .mitte-body {
    display: flex;
    margin-left: 5%;
    flex-direction: column;
    font-size: 13px;
    top: 505px;
    width: 92%;
  }
  .maps {
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
    top: 1050px;
    height: 150px;
  }
  #maps-ansicht {
    width: 100%;
    height: 150px;
  }
  .tooltip {
    padding-left: 25px;
    font-size: 10px;
  }
  .tooltip .tooltiptext {
    height: 40px;
    top: 10%;
    right: 200%;
    left: -200%;
  }
  .tooltip .tooltiptext::after {
    height: -90px;
    top: -90%;
    left: 85%;
    
  }
}
/*Tablet*/
@media only screen and (min-width: 601px) and (max-width: 1300px) {
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 20px;
    margin-top: 10px;
  }
  .Logo {
    left: 10px;
  }
  .tooltip {
    padding-left: 25px;
  }
  .tooltip .tooltiptext {
    height: 90px;
    top: 125%;
    right: 200%;
    left: -100%;
  }
  .tooltip .tooltiptext::after {
    height: -90px;
    top: -90%;
    left: 85%;
  }
 
  #pb-Gründer {
    max-width: 25%;
    max-height: 25%;
  }
  .rechte-seite{
    position: absolute;
    display: flex;
    justify-content: center;
    right: 30px;
    font-size: 13px;
  }
  .Linke-Seite {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-items: center;
    left:50px;
    font-size: 13px;
  }
  .mitte-body {
    display: flex;
    margin-left: 5%;
    flex-direction: column;
    font-size: 16px;
    top: 505px;
    width: 92%;
  }
  .maps {
    width: 91%;
    margin-top: 20px;
    margin-left: 5%;
    top: 670px;
    height: 150px;
  }
  #maps-ansicht {
    width: 100%;
    height: 150px;
  }
}
/*Laptops zu Desktop*/
@media only screen and (min-width: 1300px){
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 20px;
    margin-top: 10px;
  }
  .tooltip {
    padding-left: 25px;
  }
  .tooltip .tooltiptext {
    height: 90px;
    top: 125%;
    right: 200%;
    left: -100%;
  }
  .tooltip .tooltiptext::after {
    height: -90px;
    top: -90%;
    left: 85%;
  }
  #pb-Gründer {
    max-width: 25%;
    max-height: 25%;
  }
  .rechte-seite{
    position: absolute;
    display: flex;
    justify-content: center;
    right: 60px;
    font-size: 24px;
    height: 450px;
    padding-top: 50px;
    }
    .Linke-Seite {
      position: relative;
      flex-direction: column;
      display: flex;
      justify-items: center;
      left:80px;
      font-size: 24px;
      height: 450px;
      padding-top: 50px;
    }
    .mitte-container{
      height: 250px;
    }
    .mitte-body {
      display: flex;
      margin-left: 26%;
      flex-direction: column;
      font-size: 20px;
      top: 250px;
      width: 50%;
      height: 250px;
    }
   .mitte-container>p>sup{
    font-size: 20px;
   }
    .maps {
      width: 91%;
      margin-top: 20px;
      margin-left: 5%;
      top: 670px;
      height: 150px;
    }
    #maps-ansicht {
      width: 100%;
      height: 150px;
    }
}
