@charset "UTF-8";
/* FONTS */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-regular.woff") format("woff"), url("../fonts/montserrat-v18-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v18-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "RockSalt";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RockSalt-Regular.ttf");
}
/* VARIABLES */
:root {
  /* COMMON */
  --MaxWidthInnerContent: 1400px;
  /* STYLE: BORDER-RADIUS */
  --BorderRadius: 10px 10px 10px 10px;
  --BorderRadiusStyle: 0px 10px 10px 10px;
  /* COLORS LIGHT MODE */
  --ColorBlack: #3C3935;
  --ColorWhite: #FFFFFF;
  --ColorHighlight: #a97022;
  --ColorTrans: transparent;
  --ColorBack: var(--ColorWhite);
  --ColorGrayDark: #5B5B5B;
  --ColorGrayDarkTrans: rgba(91, 91, 91, 0.25);
  --ColorGrayLight: #B4B4B4;
  --ColorGrayLightTrans: rgba(180, 180, 180, 0.25);
  --ColorGrayTopggle: var(--ColorGrayDark);
  --ColorFilterTopggle: var(--ColorHighlight);
  --ColorFilterMenu: var(--ColorWhite);
  --ColorBackGrayTrans: var(--ColorGrayLightTrans);
  --ColorSpan: var(--ColorHighlight);
  --BoxShaddow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.25) 0px 40px 40px;
  --BoxShaddowPress: rgba(0, 0, 0, 0.25) 0px 7px 148px, rgba(0, 0, 0, 0.25) 0px 20px 20px;
  --BoxShaddowHover: rgba(138,36,31, 0.25) 0px 14px 28px, rgba(138,36,31, 0.25) 0px 10px 10px;
  --BackgroundSection: #3C3935;
  --BackgroundBox: rgba(0,0,0,0.05);
  --BackgroundBoxIntense: rgba(255,255,255,0.4);
  --BackgroundFooter: rgba(255,255,255,0.9);
  --BackgroundFilter: linear-gradient(90deg, rgba(60,57,53,0.8) 0%, rgba(60,57,53,0.6) 35%, rgba(60,57,53,0.2) 100%);
  --BoxFilter: var(--ColorWhite);
  /* <img src="wolf.jpg" srcset="wolf_400px.jpg 400w, wolf_800px.jpg 800w, wolf_1600px.jpg 1600w" sizes="50vw" alt="A rad wolf"> */
  --BGPH1: url("../files/background/backH1.jpg");
  --BGPH2: url("../files/background/backH2.jpg");
  --BGPH3: url("../files/background/backH3.jpg");
  --BGPH4: url("../files/background/backH4.jpg");
  --BGPH5: url("../files/background/backH5.jpg");
  --BGPH6: url("../files/background/backH6.jpg");
  --BGPH7: url("../files/background/backH7.jpg");
  --BGPH8: url("../files/background/backH8.jpg");
  --BGPH9: url("../files/background/backH9.jpg");
  --BGPH10: url("../files/background/backH10.jpg");
  --BGPH11: url("../files/background/backH11.jpg");
  --BGPW1: url("../files/background/backW1.jpg");
  --BGPW2: url("../files/background/backW2.jpg");
  --BGPW3: url("../files/background/backW3.jpg");
  --BGPW4: url("../files/background/backW4.jpg");
  --BGPW5: url("../files/background/backW5.jpg");
  --BGPW6: url("../files/background/backW6.jpg");
  --BGPW7: url("../files/background/backW7.jpg");
  --BGPW8: url("../files/background/backW8.jpg");
  --BGPW9: url("../files/background/backW9.jpg");
  --BGPW10: url("../files/background/backW10.jpg");
  --BGPW11: url("../files/background/backW11.jpg");
  --BackgroundPhotoH1: var(--BGPH1);
  --BackgroundPhotoH2: var(--BGPH2);
  --BackgroundPhotoW1: var(--BGPW1);
  --BackgroundPhotoW2: var(--BGPW2);
  --BurgerMenuMaxWidth: 220px;
  --BurgerMenuMarginLeft: 40px;
  --LoadingBack: var(--ColorGrayDark);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

/* STYLE (mobile first) */
body {
  font-family: "Montserrat";
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--ColorGrayTopggle);
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}

#backgroundWrap1, #backgroundWrap2 {
  z-index: -1;
  position: fixed;
  top: 0;
  background-position-x: 50%;
  height: 100vH;
  width: 100vW;
  background-color: var(--ColorBack);
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1.5s ease-in-out;
}

#backgroundWrap1 {
  background-image: var(--BackgroundPhoto1);
  opacity: 1;
}

#backgroundWrap2 {
  background-image: var(--BackgroundPhoto2);
  opacity: 0;
}

#loadingBack {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100vH;
  width: 100vW;
  background: var(--ColorBack);
  background: var(--LoadingBack);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  opacity: 1;
  z-index: 5;
  animation: animationMagicLoadOffScreen 1s forwards;
}
#loadingBack.visible {
  opacity: 1;
  animation: animationMagicLoadOnScreen 0s forwards;
}
#loadingBack.close {
  opacity: 1;
  animation: animationMagicLoadOnScreen 0s forwards;
}
#loadingBack.closed {
  opacity: 1;
  animation: animationMagicLoadOffScreen 0s forwards;
}
#loadingBack .loadingFront {
  width: 20vW;
  height: 20vW;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}
#loadingBack .loadingFront.visible {
  opacity: 1;
}

#Schrank {
  transform: scale(1.4) translate(-60px, -230px);
}

.distortionFrame {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 10002;
}
.distortionFrame .distortionBack {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100VH;
  width: 100vW;
  background: var(--ColorBack);
  z-index: 10002;
}
.distortionFrame .distortionContainer {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  height: 100vH;
  width: 100vW;
  transform-style: preserve-3d;
  perspective: 1000px;
  z-index: 10004;
}
.distortionFrame .distortionContainer .distortionBlock {
  position: relative;
  width: 5vH;
  height: 5vH;
  padding: 0;
  margin: 0;
  background: var(--ColorBlack);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* border: 1px solid;
  box-sizing: border-box; */
  transform-style: preserve-3d;
}
.distortionFrame .logo {
  position: relative;
  transition: all 1s ease-in-out;
  z-index: 10004;
}
.distortionFrame .logo .logoback {
  fill: var(--ColorBlack);
}
.distortionFrame .logo .logofront {
  fill: var(--ColorWhite);
}
.distortionFrame .logo .logofront:hover {
  fill: var(--ColorHighlight);
  scale: 0.4;
}

.handFont {
  font-family: "RockSalt";
}

.siteFilter {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vH;
  width: 100vW;
  background-color: var(--ColorFilterTopggle);
  opacity: 0.5;
  z-index: -1;
  transition: background-color 0.3s ease-in-out;
}

.siteFilter2 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vH;
  width: 100vW;
  opacity: 1;
  z-index: -1;
  background: var(--BackgroundBox);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: background 0.3s ease-in-out;
}

.magicLoad {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100vH;
  width: 100vW;
  background: var(--ColorBack);
  background: var(--LoadingBack);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  opacity: 1;
  z-index: 5;
  animation: animationMagicLoadOffScreen 0.4s forwards;
}
.magicLoad.hidden {
  display: none;
}

@keyframes animationMagicLoadOffScreen {
  0% {
    transform: translate(0vW, 0vH);
  }
  100% {
    transform: translate(-200vW, 0vH);
  }
}
@keyframes animationMagicLoadOnScreen {
  0% {
    transform: translate(-200vW, 0vH);
  }
  100% {
    transform: translate(0vW, 0vH);
  }
}
.button.scrollToTop {
  position: fixed;
  top: 50vH;
  transform: translateY(-50%);
  left: 0px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 0px 5px 10px 5px;
  border: none;
  font-size: 18px;
  outline: none;
  border: 0;
  border-style: none;
  border-color: unset;
  border-radius: var(--BorderRadiusStyle);
  opacity: 0;
  cursor: pointer;
  background: var(--ColorGrayTopggle);
  transition: opacity 0.5s ease-in-out;
  z-index: 8000;
}
.button.scrollToTop:hover {
  opacity: 1;
}
.button.scrollToTop:hover svg {
  transition: transform 0.2s ease-in-out;
}
.button.scrollToTop svg {
  border: 0;
  border-style: none;
  border-color: unset;
  transform: rotate(-90deg);
}
.button.scrollToTop svg path {
  fill: var(--ColorWhite);
}

.scrollMe {
  display: flex;
  flex-direction: row;
  position: absolute;
}
.scrollMe .scrollArrow {
  display: flex;
  flex-direction: row;
  animation: moveScrollMe 1.1s infinite;
}
.scrollMe .scrollArrow span {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 14px;
  margin: 4px;
  border-radius: 5px;
  background-color: var(--ColorWhite);
}
.scrollMe .scrollArrow span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.scrollMe .scrollArrow span:nth-of-type(2) {
  transform: rotate(45deg);
}

@keyframes moveScrollMe {
  0% {
    transform: translateY(0px);
    opacity: 0.8;
  }
  50% {
    transform: translateY(100px);
    opacity: 0.2;
  }
  100% {
    transform: translateY(0px);
    opacity: 0.8;
  }
}
.alertify-notifier {
  margin-top: 50px;
  z-index: 10001;
  transition: margin 0.4s ease-in-out;
}
.alertify-notifier .ajs-message.ajs-error.ajs-visible {
  color: var(--ColorWhite);
  background-color: var(--ColorHighlight);
  border: 2px solid var(--ColorGrayTopggle);
  border-radius: var(--BorderRadiusStyle);
}

.ajs-message:after, .ajs-message:before {
  right: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
}

.ajs-message:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: var(--ColorGrayTopggle);
  border-width: 8px;
  margin-top: -8px;
}

.ajs-message.ajs-success:after {
  border-right-color: rgba(91, 189, 114, 0.95);
  border-width: 6px;
  margin-top: -6px;
}

.ajs-message.ajs-warning:after {
  border-right-color: rgba(252, 248, 215, 0.95);
  border-width: 6px;
  margin-top: -6px;
}

.ajs-message.ajs-error:after {
  border-right-color: rgba(217, 92, 92, 0.95);
  border-width: 6px;
  margin-top: -6px;
}

section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--BackgroundSection);
  width: 100vW;
  height: 100%;
  min-width: 100vW;
  min-height: 100vH;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-x: hidden;
}
section.closing {
  height: 18rem;
  min-height: 18rem;
  max-height: 18rem;
}

.feiertagsgruss {
  padding-top: 1rem;
  padding-left: 10vW;
  text-decoration: none;
}
.feiertagsgruss h2 {
  color: var(--ColorSpan);
}
.feiertagsgruss p a {
  text-decoration: none;
  color: var(--ColorSpan);
}

.content, .closing {
  width: 100%;
}

.nav-container {
  z-index: 9999;
}
.nav-container nav {
  /*  position: fixed;
    top: 0;
    left: 0; */
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 70px;
  background-color: var(--BackgroundSection);
  transition: background-color 0.2s ease-in-out;
  /* BURGER BACKGROUND */
  /* BURGER */
  /* BUTTONS */
  /* DARKTOGGLER */
}
.nav-container nav .nav-logo {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-size: 1.5rem;
}
.nav-container nav .nav-links {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: left;
  top: 0vH;
  right: 0px;
  height: 100vH;
  width: 100%;
  max-width: var(--BurgerMenuMaxWidth);
  padding-top: 50px;
  padding-bottom: 100px;
  border-radius: 40px 0px 0px 8px;
  background: var(--ColorFilterMenu);
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(1, -0.6, 0, 1.645);
  z-index: 10000;
}
.nav-container nav .nav-links .nav-logo {
  display: flex;
  flex-direction: row;
  justify-content: left;
  height: auto;
  width: 100%;
  max-width: calc(var(--BurgerMenuMaxWidth) - var(--BurgerMenuMarginLeft) * 2);
  margin-left: var(--BurgerMenuMarginLeft);
  opacity: 0;
  cursor: pointer;
  transform-origin: center center;
}
.nav-container nav .nav-links .nav-logo .logoback {
  fill: var(--ColorBlack);
}
.nav-container nav .nav-links .nav-logo .logofront {
  transition: all 0.2s ease-in-out;
  fill: var(--ColorWhite);
}
.nav-container nav .nav-links .nav-logo .svg {
  width: 100%;
  height: 100%;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.nav-container nav .nav-links .nav-logo .logoring {
  transform-origin: center center;
}
.nav-container nav .nav-links .nav-logo .logoring:hover {
  transform: rotateZ(360deg);
}
.nav-container nav .nav-links .nav-logo .logoring:hover .logofront {
  fill: var(--ColorHighlight);
}
.nav-container nav .nav-links .nav-link {
  list-style: none;
  opacity: 0;
  width: 100%;
  text-align: left;
  padding: 15px 0px;
  cursor: pointer;
}
.nav-container nav .nav-links .nav-link p {
  position: relative;
  color: var(--ColorGrayTopggle);
  letter-spacing: 1px;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.8s;
}
.nav-container nav .nav-links .nav-link p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: var(--ColorHighlight);
  transition: transform 0.8s;
  transform-origin: right;
  transform: scale(0);
}
.nav-container nav .nav-links .nav-link p .nav-svg {
  width: 16px;
  height: 16px;
  margin-left: var(--BurgerMenuMarginLeft);
  margin-right: 20px;
  fill: var(--ColorGrayTopggle);
  transition: fill 0.2s ease-in-out;
}
.nav-container nav .nav-links .nav-link:hover p {
  color: var(--ColorHighlight);
  transition: color 0.4s;
}
.nav-container nav .nav-links .nav-link:hover .nav-svg {
  fill: var(--ColorHighlight);
  transition: fill 0.4s;
}
.nav-container nav .nav-links .nav-link:hover ::after {
  transition: transform 0.4s;
  transform-origin: left;
  transform: scale(1);
}
.nav-container nav .nav-links .nav-link.active p {
  color: var(--ColorHighlight);
}
.nav-container nav .nav-links .nav-link.active .nav-svg {
  fill: var(--ColorHighlight);
}
.nav-container nav .nav-links .nav-link.active ::after {
  opacity: 1;
  transform: scale(1);
}
.nav-container nav .nav-links.nav-active {
  transform: translateX(0%);
}
@keyframes navLinkFade {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes navLinkFadeAndRotate {
  0% {
    opacity: 0;
    transform: translateX(50px) rotateZ(90deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotateZ(0deg);
  }
}
.nav-container nav .burgerBack {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 375px;
  border-radius: 0px 0px 0px 20px;
  background: var(--BackgroundBox);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 7999;
}
.nav-container nav .burger {
  position: fixed;
  top: 22px;
  right: 14px;
  cursor: pointer;
  display: flex;
  z-index: 10001;
}
.nav-container nav .burger .burger-lines,
.nav-container nav .burger .burger-lines::before,
.nav-container nav .burger .burger-lines::after {
  content: "";
  width: 25px;
  height: 3px;
  background: var(--ColorGrayTopggle);
  margin: 5px;
  transition: all 0.3s ease-in-out;
}
.nav-container nav .burger .burger-lines::before {
  position: absolute;
  transform: translateY(-12px) translateX(-5px);
}
.nav-container nav .burger .burger-lines::after {
  position: absolute;
  transform: translateY(2px) translateX(-5px);
}
.nav-container nav .burger.active .burger-lines {
  opacity: 1;
  transform: rotate(-405deg);
}
.nav-container nav .burger.active .burger-lines::before {
  transform: rotate(90deg) translate(-5px, 5px);
}
.nav-container nav .burger.active .burger-lines::after {
  opacity: 0;
}
.nav-container nav .burger.active:hover .burger-lines {
  opacity: 1;
  transform: rotate(-495deg);
}
.nav-container nav .buttons {
  position: fixed;
  top: 193px;
  right: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: unset;
  background: unset;
  border-radius: 15px 0px 0px 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 8000;
}
.nav-container nav .buttons .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 15px;
  margin: 0px 0px 5px 0px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  /* &:hover .btnPath {
    fill:var(--ColorHighlight);
  } */
}
.nav-container nav .buttons .button .btnPath {
  fill: var(--ColorBack);
  transition: fill 0.2s ease-in-out;
}
.nav-container nav .buttons .button:hover {
  opacity: 1;
}
.nav-container nav .buttons .button.phone .btnPath {
  fill: rgb(55, 174, 18);
}
.nav-container nav .buttons .button.whatsapp .btnPath {
  fill: rgb(55, 174, 18);
  transition: fill 0.2s ease-in-out;
}
.nav-container nav .buttons .button.mail .btnPath {
  fill: rgb(30, 151, 216);
}
.nav-container nav .buttons .button.insta .btnPath {
  fill: rgb(30, 151, 216);
}
.nav-container nav .buttons .button.navi .btnPath {
  fill: rgb(30, 151, 216);
}
.nav-container nav .buttons .button.store.open .btnPath {
  fill: rgb(55, 174, 18);
}
.nav-container nav .buttons .button.store.closed .btnPath {
  fill: red;
}
.nav-container nav .buttons:last-child {
  margin-bottom: 100px;
}
.nav-container nav .darktoggle {
  display: none;
  position: fixed;
  top: 335px;
  right: 0;
  width: 40px;
  height: 40px;
  display: grid;
  grid-template-areas: "logo header header header header darkmode";
  background-color: var(--ColorTrans);
  transition: all 0.3s ease-in-out;
  z-index: 8000;
}
.nav-container nav .darktoggle .darkmodetoggle {
  height: 25px;
  width: 25px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.nav-container nav .darktoggle .darkmodetoggle svg {
  width: 100%;
  height: 100%;
  /* visibility:hidden; */
}
.nav-container nav .darktoggle.hidden {
  transform: scale(0);
}

.logo {
  height: auto;
  max-width: 400px;
}
.logo .logoback {
  fill: var(--ColorBlack);
}
.logo .logofront {
  transition: all 0.4s ease-in-out;
  fill: var(--ColorWhite);
}
.logo .svg {
  width: 100%;
  height: 100%;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.logo .logoring {
  transform-origin: center center;
}
.logo .logoring:hover {
  transform: rotateZ(360deg);
}
.logo .logoring:hover .logofront {
  fill: var(--ColorHighlight);
}
.logo .logoStempel {
  transform-origin: center;
  animation: animeLogoStempel 1.8s;
}
.logo .logoHeader {
  animation: animeLogoHeader 0.8s;
}
.logo .logoUnderline {
  animation: animeLogoUnderline 1.1s;
}

@keyframes animeLogoStempel {
  0% {
    opacity: 0;
    transform-origin: center;
    transform: translate(0px, -1000000px) rotateZ(-360deg);
    /* transform: translateY(+40px); */
  }
  50% {
    opacity: 0;
    transform-origin: center;
    transform: translate(0px, -1000000px) rotateZ(-360deg);
    /* transform: translateY(+40px); */
  }
  70% {
    opacity: 1;
    transform: translate(0px, 0px) rotateZ(-20deg);
    /* transform: translateY(0px); */
  }
  80% {
    opacity: 1;
    transform: translate(0px, -10000px) rotateZ(20deg);
    /* transform: translateY(0px); */
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px) rotateZ(0deg);
    /* transform: translateY(0px); */
  }
}
@keyframes animeLogoHeader {
  0% {
    transform: translate(-1000000px, 0px);
  }
  50% {
    transform: translate(-1000000px, 0px);
  }
  80% {
    transform: translate(10000px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animeLogoUnderline {
  0% {
    transform: translate(1000000px, 0px);
  }
  50% {
    transform: translate(1000000px, 0px);
  }
  80% {
    transform: translate(-10000px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
h1 {
  font-size: 1.4rem;
}

h2 {
  font-size: 0.9rem;
  font-weight: bold;
}

h1 span, h2 span, h3 span, p span {
  font-weight: bold;
  color: var(--ColorSpan);
}

p {
  font-size: 0.8rem;
}

.redtext {
  color: var(--ColorHighlight);
}

.spacer {
  height: 60px;
}

.closing {
  max-height: 20rem;
}
.closing .footer {
  position: relative;
  /*   display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center; */
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  padding-left: 1%;
  padding-right: 1%;
  opacity: 0;
  transition: background 0.3s ease-in-out;
  z-index: -1;
}
.closing .footer.visible {
  left: 0;
  opacity: 1;
  z-index: 3;
}
.closing .footer .footerback {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 280px;
  width: 100vW;
  z-index: -1;
}
.closing .footer .footerback .footerSVGcontainer {
  position: relative;
  width: 100vW;
  height: 100%;
}
.closing .footer .footerback .footerSVGcontainer > svg {
  position: absolute;
  top: -66px;
  width: 100%;
  height: 300px;
}
.closing .footer .footerback .footerSVGcontainer .footerSVG {
  fill: var(--BackgroundFooter);
  overflow: visible;
  transition: fill 0.2s ease-in-out;
}
.closing .footer .footerwrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  bottom: 0px;
  width: 100%;
  max-width: var(--MaxWidthInnerContent);
  overflow: hidden;
}
.closing .footer .footerwrapper .footercolumn {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.closing .footer .footerwrapper .footercolumn .logo {
  position: relative;
  width: 18vW;
  max-width: 200px;
}
.closing .footer .footerwrapper .footercolumn .logo .logoback {
  fill: var(--ColorBlack);
}
.closing .footer .footerwrapper .footercolumn .logo .logofront {
  fill: var(--ColorWhite);
}
.closing .footer .footerwrapper .footercolumn .logoring:hover .logofront {
  fill: var(--ColorHighlight);
}
.closing .footer .footerwrapper .footercolumn .footerheader {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: left;
}
.closing .footer .footerwrapper .footercolumn .footerheader h3 {
  position: relative;
  padding-left: 10px;
  margin-bottom: 2px;
  font-size: 0.8rem;
}
.closing .footer .footerwrapper .footercolumn .footerheader h3 span {
  font-weight: bold;
  color: var(--ColorHighlight);
}
.closing .footer .footerwrapper .footercolumn .footerheader h3:nth-child(1)::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 4px;
  height: 100px;
  background: var(--ColorHighlight);
}
.closing .footer .footerwrapper .footercolumn .footerline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.closing .footer .footerwrapper .footercolumn .footerline a, .closing .footer .footerwrapper .footercolumn .footerline p {
  position: relative;
  margin-top: 0.1rem;
  padding-left: 10px;
  font-size: 0.6rem;
  text-decoration: none;
}
.closing .footer .footerwrapper .footercolumn:nth-child(1) {
  position: absolute;
  left: 2rem;
  bottom: 0px;
}
.closing .footer .footerwrapper .footercolumn:nth-child(2) {
  position: absolute;
  left: 30%;
  bottom: 1rem;
}
.closing .footer .footerwrapper .footercolumn:nth-child(3) {
  position: absolute;
  left: 70%;
  bottom: 1rem;
  transform: translateX(-30%);
}
.closing .footer .footerwrapper .footercolumn:nth-child(4) {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

/* ----- SVG Footer -------------------- */
/* #svg-container {
  position: relative;
}

#svg-container > svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
}

#background-graph {
  fill: var(--BackgroundFooter);
  overflow: visible;
  transition: fill 0.2s ease-in-out;
} */
/* ----- Openstate / Öffnungszeit -------------------- */
.openstate {
  cursor: pointer;
  border-radius: 0px 8px 8px 0px;
  transition: color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.openstate.open {
  color: rgb(55, 174, 18);
}
.openstate.closed {
  color: var(--ColorSpan);
}

/* ----- Navi & Phone & Mail color & hover-color ----- */
.googlenavigation, .phonenumber, .mailadress, .info {
  cursor: pointer;
  text-decoration: none;
  padding: 0px 8px;
  border-radius: 0px 8px 8px 0px;
  color: var(--ColorGrayTopggle);
  transition: color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.googlenavigation.active, .phonenumber.active, .mailadress.active, .info.active {
  color: white;
  background-color: var(--ColorHighlight);
}

.googlenavigation {
  border-radius: 8px 8px 8px 8px;
}

.googlenavigation:hover, .phonenumber:hover, .mailadress:hover, .info:hover, .openstate:hover {
  color: white;
  background-color: var(--ColorHighlight);
}

/* ----- CSS Code wenn Dark Mode aktiv ----- */
.darkmode {
  --ColorBack: var(--ColorBlack);
  --ColorGrayTopggle: var(--ColorGrayLight);
  --ColorFilterTopggle: var(--ColorHighlight);
  --ColorFilterMenu: var(--ColorBlack);
  --ColorBackGrayTrans: var(--ColorGrayDarkTrans);
  --ColorSpan: var(--ColorWhite);
  --BoxShaddow: rgba(255, 255, 255, 0.25) 0px 14px 28px, rgba(255, 255, 255, 0.25) 0px 40px 40px;
  --BoxShaddowPress: rgba(255, 255, 255, 0.25) 0px 7px 148px, rgba(255, 255, 255, 0.25) 0px 20px 20px;
  --BoxShaddowHover: rgba(138,36,31, 0.25) 0px 14px 28px, rgba(255, 255, 255, 0.25) 0px 20px 20px;
  --BackgroundBox: rgba(23,23,23,0.05);
  --BackgroundBoxIntense: rgba(23,23,23,0.4);
  --BackgroundFooter: rgba(60,57,53,0.9);
  --BackgroundFilter: linear-gradient(90deg, rgba(60,57,53,0.8) 0%, rgba(60,57,53,0.6) 35%, rgba(60,57,53,0.2) 100%);
  --BoxFilter: var(--ColorGrayLight);
}

/* ----- ORDER_1: CSS Code wenn Dark Mode aktiv ----- */
@media (prefers-color-scheme: dark) {
  :root {
    --ColorGrayTopggle: var(--ColorGrayLight);
    --ColorFilterTopggle: var(--ColorHighlight);
    --ColorFilterMenu: var(--ColorBlack);
    --ColorBackGrayTrans: var(--ColorGrayDarkTrans);
    --ColorSpan: var(--ColorWhite);
    --BoxShaddow: rgba(255, 255, 255, 0.25) 0px 14px 28px, rgba(255, 255, 255, 0.25) 0px 40px 40px;
    --BoxShaddowPress: rgba(255, 255, 255, 0.25) 0px 7px 148px, rgba(255, 255, 255, 0.25) 0px 20px 20px;
    --BoxShaddowHover: rgba(138,36,31, 0.25) 0px 14px 28px, rgba(255, 255, 255, 0.25) 0px 20px 20px;
    --BackgroundBox: rgba(23,23,23,0.05);
    --BackgroundBoxIntense: rgba(23,23,23,0.4);
    --BackgroundFilter: linear-gradient(90deg, rgba(60,57,53,0.8) 0%, rgba(60,57,53,0.6) 35%, rgba(60,57,53,0.2) 100%);
    --BoxFilter: var(--ColorGrayLight);
    --LoadingBack: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.85) 70%, rgba(0,0,0,0.5) 100%);
  }
}
/* ----- MEDIA SPECS ----- */
/* ----- ORDER_2: STYLE FOR LANDSCAPE ORIENTATION ----- */
@media only screen and (orientation: landscape) {
  :root {
    --BackgroundPhoto1: var(--BackgroundPhotoW1);
    --BackgroundPhoto2: var(--BackgroundPhotoW2);
    /* <img src="wolf.jpg" srcset="wolf_400px.jpg 400w, wolf_800px.jpg 800w, wolf_1600px.jpg 1600w" sizes="50vw" alt="A rad wolf"> */
  }
  .logo {
    position: absolute;
    width: 25vW;
  }
  .distortionFrame .distortionContainer .distortionBlock {
    width: 5vW;
    height: 5vW;
  }
  /* ----- ORDER_3: STYLE FOR IPAD Landscape ----- */
  /* ----- ORDER_4: STYLE FOR DISPLAYS (this is NOT mobile) ----- */
  /* ----- ORDER_5: STYLE FOR TO LESS WIDTH: FOOTER MID TO LINE ----- */
  /* ----- FROM HERE IS STYLE FOR ORIENTATION ----- */
  /* ----- ORDER_6: STYLE FOR TO LESS HIGHT ----- */
  /* ----- ORDER_7: STYLE FOR TO LESS HIGHT ----- */
  /* ----- ORDER_8: STYLE FOR SMALL MOBILES ----- */
}
@media only screen and (orientation: landscape) and (min-width: 786px) {
  .logo {
    position: absolute;
    width: 25vW;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1080px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  p {
    font-size: 1rem;
    line-height: 2rem;
  }
  .alertify-notifier {
    margin-top: 70px;
  }
  .alertify-notifier .ajs-message.ajs-error.ajs-visible {
    color: var(--ColorWhite);
    background-color: var(--ColorHighlight);
    border: 2px solid var(--ColorGrayTopggle);
    border-radius: var(--BorderRadiusStyle);
  }
  .feiertagsgruss {
    padding-top: 8rem;
  }
  .content, .closing {
    width: 100%;
  }
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vW;
    justify-content: center;
    align-items: center;
    background-color: var(--BackgroundSection);
    z-index: 9999;
  }
  .nav-container nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 80px;
    /* .nav-logo {
      text-transform: uppercase;
      letter-spacing: .4rem;
      font-size: 1.5rem;
    } */
    /* BURGER BACKGROUND */
    /* BURGER */
    /* BUTTONS */
    /* THE SUN */
  }
  .nav-container nav .nav-links {
    position: unset;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: unset;
    top: unset;
    right: unset;
    height: unset;
    width: 90%;
    max-width: 800px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 2rem;
    opacity: 1;
    background: unset;
    transform: unset;
    transition: unset;
    z-index: 10000;
  }
  .nav-container nav .nav-links .nav-logo {
    display: none;
  }
  .nav-container nav .nav-links .nav-link {
    list-style: none;
    opacity: 1;
    width: unset;
    text-align: center;
    padding: 15px 15px;
    cursor: pointer;
  }
  .nav-container nav .nav-links .nav-link p {
    position: relative;
    color: var(--ColorGrayTopggle);
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
  }
  .nav-container nav .nav-links .nav-link p::after {
    position: absolute;
    bottom: 2px;
  }
  .nav-container nav .nav-links .nav-link p .nav-svg {
    display: none;
    width: unset;
    height: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .nav-container nav .nav-links.nav-active {
    transform: unset;
  }
  .nav-container nav .burgerBack {
    display: none;
  }
  .nav-container nav .burger {
    cursor: pointer;
    display: none;
  }
  .nav-container nav .burger .burger-lines,
  .nav-container nav .burger .burger-lines::before,
  .nav-container nav .burger .burger-lines, .nav-container nav .burger ::after {
    content: "";
    width: 25px;
    height: 3px;
    background: var(--ColorGrayTopggle);
    margin: 5px;
  }
  .nav-container nav .burger .burger-lines::before {
    position: absolute;
    transform: translateY(-12px) translateX(-5px);
  }
  .nav-container nav .burger .burger-lines::after {
    position: absolute;
    transform: translateY(2px) translateX(-5px);
  }
  .nav-container nav .buttons {
    position: fixed;
    top: 50vH;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0px 20px 10px;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    z-index: 8000;
  }
  .nav-container nav .buttons .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 15px;
    margin: 0px 5px 10px 5px;
    border-radius: var(--BorderRadiusStyle);
    opacity: 0.7;
    cursor: pointer;
    background: var(--ColorGrayTopggle);
    transition: opacity 0.2s ease-in-out;
  }
  .nav-container nav .buttons .button .btnPath {
    fill: var(--ColorBack);
    transition: fill 0.2s ease-in-out;
  }
  .nav-container nav .buttons .button:hover {
    opacity: 1;
  }
  .nav-container nav .buttons .button.phone:hover .btnPath {
    fill: rgb(55, 174, 18);
  }
  .nav-container nav .buttons .button.whatsapp:hover .btnPath {
    fill: rgb(55, 174, 18);
    transition: fill 0.2s ease-in-out;
  }
  .nav-container nav .buttons .button.mail:hover .btnPath {
    fill: rgb(30, 151, 216);
  }
  .nav-container nav .buttons .button.navi:hover .btnPath {
    fill: rgb(30, 151, 216);
  }
  .nav-container nav .buttons .button.store.open .btnPath {
    fill: rgb(55, 174, 18);
  }
  .nav-container nav .buttons .button.store.closed .btnPath {
    fill: red;
  }
  .nav-container nav .buttons:last-child {
    margin-bottom: 100px;
  }
  .nav-container nav .darktoggle {
    display: none;
    top: 25px;
    left: 25px;
    height: 35px;
    width: 35px;
  }
  .closing {
    max-height: 20rem;
  }
  .closing .footer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    bottom: 0;
    left: -100%;
    width: 100%;
    margin-top: 5vh;
    padding-bottom: 1rem;
    padding-left: 10%;
    padding-right: 10%;
  }
  .closing .footer .footerwrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: left;
  }
  .closing .footer .footerwrapper .logo {
    left: 0rem;
  }
  .closing .footer .footerwrapper .footercolumn .footerheader h3 {
    font-size: 1.2rem;
  }
  .closing .footer .footerwrapper .footercolumn .footerline p, .closing .footer .footerwrapper .footercolumn .footerline a {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(1) {
    left: 4rem;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(2) {
    left: 30%;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(3) {
    left: 70%;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(4) {
    right: 4rem;
  }
  /* ----- Navi & Phone & Mail color & hover-color ----- */
  .googlenavigation, .phonenumber, .mailadress {
    text-decoration: none;
    padding: 0px 8px;
    border-radius: 0px 8px 8px 0px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 550px) {
  .closing .footer .footerwrapper .logo {
    left: 1rem;
    bottom: 9.5rem;
  }
  .closing .footer .footerwrapper .footercolumn .footerline a, .closing .footer .footerwrapper .footercolumn .footerline p {
    font-size: 0.5rem;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(1) {
    left: 1rem;
    bottom: 3rem;
    scale: 0.6;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(2) {
    left: 20%;
    bottom: 3rem;
    scale: 0.6;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(3) {
    flex-direction: row;
    width: 90vW;
    bottom: 1.5rem;
    scale: 0.6;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(3) .footerheader h3 {
    display: none;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(3) .footerline {
    flex-direction: row;
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(4) {
    right: 1rem;
    bottom: 3rem;
  }
  .info {
    border-radius: 8px 8px 8px 8px;
  }
}
@media only screen and (orientation: landscape) and (max-height: 310px) {
  .nav-container nav .nav-links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .nav-container nav .buttons {
    display: none;
  }
}
@media only screen and (orientation: landscape) and (max-height: 550px) {
  .nav-container nav .nav-links .nav-logo {
    display: none;
  }
  .nav-container nav .nav-links .buttons:last-child {
    margin-bottom: 10px;
  }
}
@media only screen and (orientation: landscape) and (max-height: 730px) {
  .closing .footer .footerwrapper .footercolumn:nth-child(3) {
    transform: translateX(-65%);
  }
  .closing .footer .footerwrapper .footercolumn:nth-child(4) {
    right: 4rem;
  }
}
/* ----- ORDER_9: STYLE FOR PORTRAIT ORIENTATION ----- */
@media only screen and (orientation: portrait) {
  :root {
    --BackgroundPhoto1: var(--BackgroundPhotoH1);
    --BackgroundPhoto2: var(--BackgroundPhotoH2);
    /* <img src="wolf.jpg" srcset="wolf_400px.jpg 400w, wolf_800px.jpg 800w, wolf_1600px.jpg 1600w" sizes="50vw" alt="A rad wolf"> */
  }
  .distortionFrame .distortionContainer .distortionBlock {
    width: 5vH;
    height: 5vH;
  }
  /* ----- ORDER_10: STYLE FOR TO LESS WIDTH ----- */
  /* ----- ORDER_11: STYLE FOR BUTTONS ON TOP ----- */
}
@media only screen and (orientation: portrait) and (max-width: 310px) {
  .nav-container nav .nav-links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .nav-container nav .buttons {
    display: none;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1079px) {
  .nav-container nav .burgerBack {
    width: 100%;
    height: 56px;
    border-radius: 0px 0px 0px 0px;
  }
  .nav-container nav .buttons {
    top: 31px;
    right: 60px;
    flex-direction: row;
  }
  .nav-container nav .darktoggle {
    display: none;
    top: 16px;
    left: 16px;
  }
}/*# sourceMappingURL=main.css.map */