body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  display: contents;
  margin: 0px;
  font-family: "Gabarito", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: "Quicksand", sans-serif;
}

/*Cookie-Einstellungen*/
.wrapper {
  z-index: 999999;
  position: fixed;
  background: rgba(255, 255, 255, 0.039);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.5s ease;
  transition-property: visibility;
}
.wrapper.active {
  visibility: visible;
}
.wrapper.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
::selection {
  color: #fff;
  background: #fcba7f;
}
.wrapper img {
  max-width: 40px;
}
.content header {
  font-size: 18px;
  font-weight: 800;
}
.content {
  position: relative;
  background: rgba(255, 255, 255, 0.562);
  backdrop-filter: blur (10px);
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
  padding: 40px 40px;
  border-radius: 20px;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 20%);
  transform: scale(0);
  transition: 0.5s ease;
  transition-property: transform;
}
.wrapper.active .content {
  transform: scale(1);
}
.content p {
  color: #0c0c0c;
  margin: 5px 0 20px 0;
  font-weight: 600;
}
.content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons button {
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: #fcba7f;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buttons button:hover {
  transform: scale(0.97);
}
.buttons .item {
  margin: 0 10px;
}
.buttons a {
  color: #d66706;
}
/*Cookie-Einstellungen fertig*/

.background-bild {
  position: fixed;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.material-icons {
  color: rgb(45, 8, 1);
}
.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;
}

.bild-container1 {
  position: absolute;
  top: 160px;
  left: 16px;
  display: flex;
  align-items: center;
}

.Werbespruch {
  position: absolute;
  top: 50px;
  bottom: 20px;
  color: rgb(254, 254, 254);
  text-align: center;
  max-height: 100vh;
  max-width: 100%;
}
.Werbespruch > h1 > span {
  color: rgb(94, 23, 23);
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 18px;
  padding-left: 3px;
  padding-right: 3px;
}
.Werbespruch > h1 > .span2 {
  color: black;
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 18px;
  padding-left: 3px;
  padding-right: 3px;
}

.maps {
  position: absolute;
  border-radius: 18px;
}

/*Footer*/
.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- für die Credits*/
.tooltip {
  position: relative;
  font-size: 15px;
}
.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;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
a:hover {
  color: rgb(45, 8, 1);
  text-decoration: underline;
}

/*Media-keyframes*/

/*Handys*/
@media only screen and (max-width: 600px) {
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 12px;
    margin-top: 10px;
  }
  .Logo {
    left: 5px;
    margin-top: 10px;
  }
  .maps {
    display: none;
  }
  .Werbespruch {
    flex-direction: column;
    left: 5px;
    font-size: 9px;
    margin-top: 25%;
  }

  .footer-wrap {
    top: 0px;
    padding-top: 5px;
  }
  div > ul > li {
    margin-left: 0px;
    font-size: 10px;
  }

  .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: 990px) {
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 18px;
    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%;
  }
  .Werbespruch {
    margin-left: 5%;
    top: 70px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20% 25% 18%25%;
  }
  .maps {
    height: 80px;
    width: 90%;
    right: 30px;
  }
}
/*Laptops zu desktop*/
@media only screen and (min-width: 991px) {
  .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%;
  }
  .Werbespruch {
    font-size: 16px;
    display: grid;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin: 20% 25% 25% 25%;
    top: 180px
  }

  .maps {
    width: 90%;
    right: 30px;
  }
}
