@charset "UTF-8";
/* 
@import url("assets/css/main.css");
@import url("assets/css/base.css"); */
/*
  Font Family 
*/
/* delius-swash-caps-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Delius Swash Caps";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/delius-swash-caps-v25-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
#pi-eqw-cart {
  display: none !important;
}

:root {
  /* --primary-color: #004810;
  #005613 */
  --bg-color: #004432;
  --font-color: #000;
  /* for dark background*/
  --font-color-light: #fafafa;
}

/* Seite sperren, wenn Popup aktiv ist */
html.popup-lock,
html.popup-lock body {
  overflow: hidden;
}

.footer__popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
}
.footer__popup.active {
  display: flex;
}
.footer__inner {
  background: var(--bg-color);
  color: #fff !important;
  max-width: min(920px, 92vw);
  max-height: 86vh;
  overflow: auto;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  position: relative;
  text-align: center;
}
.footer__inner p {
  color: #fff !important;
}
.footer__logo {
  display: block;
  max-width: 180px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.footer__socialicon {
  padding-top: 2em;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  align-items: flex-end;
  gap: 20px;
  text-decoration: none;
  flex-direction: column;
}
.footer__socialicon.socialicon--instagram::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-block;
  background: url("./assets/img/icon/instagram-white.svg") no-repeat center/contain;
}
.footer__socialicon.socialicon--instagram::after {
  content: "";
  width: 25px;
  height: 25px;
  display: inline;
  background: url(./assets/img/icon/arrow-white.svg) no-repeat center/contain;
  top: 60px;
  position: absolute;
}
.footer__label {
  font-family: "Delius Swash Caps";
  color: #fff;
  margin-right: 2rem;
}

/* Optional: Screenreader-only Überschrift */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=style.css.map */
