/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
.prov-icons {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
.prov-icons li {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 50%;
}
.prov-icons li span {
  font-size: 35px;
}
.p-icon img {
  width: 35px;
}
.telmail {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}
.telmail li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 50%;
  line-height: 1.2em;
}
.hix {
  position: relative;
}
.hix .overlay {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hix .blurry-background {
  filter: blur(20px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hix .hix_verification {
  padding: 20px;
  text-align: center;
  z-index: 200;
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sk__parallax-background-element.sk__absolute.sk__image-back-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, black, #00000085);
  pointer-events: none;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
}
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#myCookie {
  border-radius: 12px;
  overflow: hidden;
}
#myCookie .config_button {
  margin-bottom: 1rem;
}
#myCookie label {
  color: #000;
}
#myCookie .btn {
  font-size: 12px;
  letter-spacing: 1px;
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
  font-size: 35px;
}
.Cookie-Seite {
  padding-top: 250px;
}
.cookie_switch .cookie-after, .cookie_switch .cookie-before, main #cookie-accordion-category {
  color: black;
}
.cookie-accordion-title-sub {
  color: white;
}
#zimmer i[class^="flaticon-"]::before, #zimmer i[class*=" flaticon-"]::before, #haus i[class^="flaticon-"]::before, #haus i[class*=" flaticon-"]::before {
  font-size: 37px;
  display: block;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */