*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture, video {
  max-width: 100%;
  display: block;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Slussen Mono";
  src: url("/assets/slussen-mono-light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Slussen Mono";
  src: url("/assets/slussen-mono-regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 20px;
  scroll-behavior: smooth;
  --headerHeight: calc(54px + 4rem);
  --footerHeight: 6rem;
  --paddingSide: 80px;
  --blockMargin: 130px;
  --c1: #2D3C32;
  --c2: #E0D9CB;
  --c3: #353535;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 15px;
    --paddingSide: 40px;
    --blockMargin: 100px;
  }
}
@media screen and (max-width: 599px) {
  html {
    --paddingSide: 20px;
    --headerHeight: 104px;
    --blockMargin: 50px;
    --footerHeight: 44rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Slussen Mono", monospace;
  font-weight: 300;
  line-height: 1.4;
  color: var(--c3);
  background-color: var(--c2);
}

a {
  cursor: pointer;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
}

.font-size-75 {
  font-size: 3.75rem;
}
@media screen and (max-width: 1799px) {
  .font-size-75 {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 599px) {
  .font-size-75 {
    font-size: 1.667rem;
  }
}

.font-size-65 {
  font-size: 3.25rem;
}
@media screen and (max-width: 599px) {
  .font-size-65 {
    font-size: 1.667rem;
  }
}

.font-size-40 {
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .font-size-40 {
    font-size: 1.33rem;
  }
}

.font-size-35 {
  font-size: 1.75rem;
}
@media screen and (max-width: 599px) {
  .font-size-35 {
    font-size: 1rem;
  }
}

.font-size-25, .impressum-grid h2 {
  font-size: 1.25rem;
}
@media screen and (max-width: 599px) {
  .font-size-25, .impressum-grid h2 {
    font-size: 1rem;
  }
}

.font-size-20 {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .font-size-20 {
    font-size: 1rem;
  }
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

h2 {
  line-height: 1.33;
}

#main-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem var(--paddingSide);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
#main-header svg {
  width: 3rem;
}
@media screen and (max-width: 599px) {
  #main-header svg {
    width: 2.5rem;
  }
}
#main-header .signet {
  width: 2.5rem;
}
@media screen and (max-width: 599px) {
  #main-header .signet {
    width: 1.9rem;
  }
}

#main-footer {
  position: relative;
  z-index: 2;
  padding: 2rem calc(var(--paddingSide) / 2);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  row-gap: 2rem;
  align-items: center;
}
.impressum #main-footer {
  color: black;
  --footerHeight: auto;
}
.impressum #main-footer svg path {
  fill: currentColor;
}
@media screen and (max-width: 599px) {
  #main-footer {
    height: var(--footerHeight);
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: end;
    row-gap: 2rem;
  }
}
#main-footer .left {
  display: flex;
  column-gap: 3.5rem;
}
@media screen and (max-width: 599px) {
  #main-footer .left {
    display: grid;
    grid-row: 1/-2;
    grid-column-start: 1;
    grid-template-rows: subgrid;
  }
}
@media screen and (max-width: 599px) {
  #main-footer .copyright {
    grid-row-start: 3;
    text-align: center;
  }
}
#main-footer .lang-switcher {
  display: flex;
  gap: 0.2em;
  justify-content: center;
}
#main-footer .lang-switcher .current-site {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#main-footer .lang-switcher a {
  text-decoration: none;
}
#main-footer .lang-switcher a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#main-footer nav {
  justify-self: end;
}
@media screen and (max-width: 599px) {
  #main-footer nav {
    grid-row-start: 2;
    grid-column-start: 1;
    justify-self: center;
  }
}
#main-footer nav ul {
  display: flex;
  column-gap: 3.5rem;
  list-style-type: "";
}
@media screen and (max-width: 599px) {
  #main-footer nav ul {
    flex-direction: column;
    row-gap: 2rem;
    text-align: center;
  }
}
#main-footer nav ul a {
  text-decoration: none;
}
#main-footer nav ul a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 599px) {
  #main-footer .to-top {
    grid-row-start: 4;
    display: flex;
    justify-content: center;
  }
}
#main-footer .to-top svg {
  height: 2rem;
  width: auto;
  display: block;
}

#main {
  scroll-margin-top: calc(var(--headerHeight));
}

.swiper.left {
  cursor: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg'  width='50' height='50' fill='white' viewBox='0 0 30 30'%3E%3Cdefs/%3E%3Cpath class='cls-1' d='M15 .5A14.5 14.5 0 1 0 29.5 15 14.52 14.52 0 0 0 15 .5Zm0 27.9A13.4 13.4 0 1 1 28.4 15 13.41 13.41 0 0 1 15 28.4Z'/%3E%3Cpath class='cls-1' d='m12.55 7.53 4.71 7.46-4.71 7.48h1.37l4.75-7.48-4.75-7.46h-1.37z'/%3E%3C/svg%3E") 16 16, pointer;
}

.swiper.right {
  cursor: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='white' viewBox='0 0 30 30'%3E%3Cdefs/%3E%3Cpath class='cls-1' d='M.5 15A14.5 14.5 0 1 0 15 .5 14.51 14.51 0 0 0 .5 15Zm1.1 0A13.4 13.4 0 1 1 15 28.4 13.41 13.41 0 0 1 1.6 15Z'/%3E%3Cpath class='cls-1' d='m17.45 7.53-4.71 7.46 4.71 7.48h-1.37l-4.75-7.48 4.75-7.46h1.37z'/%3E%3C/svg%3E") 16 16, pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.signet {
  transition: 0.2s ease-out;
}

.hide-logo .signet {
  opacity: 0;
}

svg {
  display: block;
}

.start #intro {
  position: relative;
  height: 100dvh;
}
.start #intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.start #intro:not(.muted-video) .icons #mute svg:nth-child(1) {
  display: none;
}
.start #intro.muted-video .icons #mute svg:nth-child(2) {
  display: none;
}
.start #intro .icons {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  padding-inline: calc(var(--paddingSide) / 2);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.start #intro .icons #scroll-down {
  grid-column: 2;
  display: flex;
  justify-content: center;
}
.start #intro .icons #mute {
  grid-column: 3;
  width: max-content;
  margin-left: auto;
}
.start #intro .icons #mute svg {
  width: 2rem;
}
.start #main {
  margin-bottom: calc(var(--footerHeight) * -1);
}
.start #toc {
  position: sticky;
  top: 50dvh;
  translate: 0 -50%;
  padding-right: calc(var(--paddingSide) / 2);
  font-size: 12px;
  list-style-type: "";
  width: max-content;
  margin-left: auto;
  z-index: 13;
  display: grid;
  grid-auto-rows: 3em;
}
@media screen and (max-width: 599px) {
  .start #toc {
    display: none;
  }
}
.start #toc li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.start #toc a {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: end;
  text-align: right;
  text-decoration: none;
  color: white;
}
.start #toc a .text {
  visibility: hidden;
}
.start #toc a.active .bullet {
  background-color: white;
}
.start #toc a:hover .text {
  visibility: visible;
}
.start #toc .bullet {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  border: 1px solid currentColor;
}

.main-grid {
  --cols: 12;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .main-grid {
    --cols: 4;
  }
}

.content-width {
  padding-inline: var(--paddingSide);
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.content-block.textBildBlock {
  scroll-margin-top: 0;
  padding-top: calc(var(--blockMargin) * 1.5);
  padding-bottom: calc(var(--blockMargin) * 2);
}
@media screen and (max-width: 599px) {
  .content-block.textBildBlock {
    padding-top: calc(var(--blockMargin) * 2);
    padding-bottom: calc(var(--blockMargin) * 2.4);
  }
}
.content-block.textBildBlock .headline {
  grid-column: 2/-2;
  margin-bottom: var(--blockMargin);
}
.content-block.textBildBlock picture {
  grid-column: 1/span 3;
  margin-top: 0.4em;
}
.content-block.textBildBlock .text {
  grid-column: 2/-2;
}
.content-block.textBildBlock .text p:not(:first-child) {
  margin-top: 1.4em;
}
.content-block.textBildBlock .text p {
  hyphens: auto;
}
.content-block.textBildBlock picture + .text {
  grid-column: 5/-2;
}
@media screen and (max-width: 599px) {
  .content-block.textBildBlock picture + .text {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 599px) {
  .content-block.textBildBlock .headline,
  .content-block.textBildBlock picture,
  .content-block.textBildBlock .text,
  .content-block.textBildBlock picture + .text {
    grid-column: 1/-1;
  }
}
.content-block.bild {
  position: relative;
}
.content-block.bild img {
  height: 100dvh;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .content-block.bild img {
    height: 50vh;
  }
}
.content-block.bild .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 75%;
  height: 80%;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .content-block.bild .overlay {
    top: 100px;
    width: 65%;
    translate: -50% 0;
    object-position: top center;
  }
}
.content-block.slider .swiper-container {
  position: relative;
  grid-column: 1/-1;
}
.content-block.slider .swiper-slide img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .content-block.slider .content-width {
    padding-inline: 0;
  }
  .content-block.slider .swiper-container {
    grid-column: 1/-1;
  }
}
.content-block.slider .swipe-icon {
  display: none;
}
@media screen and (max-width: 599px) {
  .content-block.slider .swipe-icon {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 2;
    translate: -50% 0;
  }
}
.content-block.angebote {
  min-height: 100svh;
  background-color: var(--c1);
  color: white;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .content-block.angebote {
    height: auto;
  }
}
.content-block.angebote .swiper-container {
  position: relative;
}
.content-block.angebote .swiper-container .swipe-icon {
  display: none;
}
@media screen and (max-width: 599px) {
  .content-block.angebote .swiper-container .swipe-icon {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    translate: -50% 0;
    z-index: 10;
  }
}
.content-block.angebote .swiper-slide {
  height: auto;
}
.content-block.angebote .angebote-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.content-block.angebote .angebote-grid .left, .content-block.angebote .angebote-grid img {
  min-height: 100svh;
}
@media screen and (max-width: 599px) {
  .content-block.angebote .angebote-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    min-height: 100svh;
  }
  .content-block.angebote .angebote-grid .left, .content-block.angebote .angebote-grid img {
    min-height: auto;
  }
}
.content-block.angebote .angebote-grid .left {
  padding-inline: var(--paddingSide);
  padding-top: calc(var(--blockMargin) / 2);
  padding-bottom: calc(var(--blockMargin) * 0.7);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.content-block.angebote .angebote-grid .left .headline {
  margin-top: 0.5em;
}
@media screen and (max-width: 599px) {
  .content-block.angebote .angebote-grid .left .headline {
    margin-top: 0;
  }
}
.content-block.angebote .angebote-grid .left .text {
  margin-top: auto;
}
@media screen and (max-width: 599px) {
  .content-block.angebote .angebote-grid .left .text {
    margin-top: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
.content-block.angebote .angebote-grid img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .content-block.angebote .angebote-grid img {
    height: 40vh;
  }
}
.content-block.kontaktBlock {
  text-align: center;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: var(--blockMargin);
}
@media screen and (max-width: 599px) {
  .content-block.kontaktBlock {
    min-height: 50vh;
  }
  .content-block.kontaktBlock p {
    font-size: 1.33rem;
  }
}
.content-block.produktBlock {
  height: 100%;
  min-height: 100svh;
  background-color: var(--c3);
  color: var(--c2);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-content: center;
}
@media screen and (max-width: 899px) {
  .content-block.produktBlock {
    grid-template-columns: 1fr;
  }
}
.content-block.produktBlock .infos,
.content-block.produktBlock .bild {
  padding: var(--paddingSide);
}
.content-block.produktBlock .bild picture {
  position: sticky;
  top: var(--paddingSide);
}
.content-block.produktBlock .bild img {
  width: 100%;
  max-height: calc(100vh - var(--paddingSide) - var(--paddingSide));
  object-fit: contain;
}
.content-block.produktBlock .infos {
  display: grid;
  align-content: center;
}
.content-block.produktBlock .infos p + p {
  margin-top: 1lh;
}
.content-block.produktBlock .preis {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.content-block.produktBlock .link {
  margin-top: 3rem;
}
.content-block.produktBlock .link a {
  display: block;
  width: max-content;
  border-radius: 2em;
  padding: 0.5em 3em;
  border: 1px solid var(--c2);
  text-decoration: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.content-block.produktBlock .link a:hover, .content-block.produktBlock .link a:focus {
  background-color: var(--c2);
  color: var(--c3);
}
@media screen and (max-width: 599px) {
  .content-block.produktBlock .link a {
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .start .content-block.last-block img:not(.overlay) {
    height: var(--footerHeight);
  }
}

button {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.observer-element {
  position: sticky;
  top: 150px;
  pointer-events: none;
  height: 50vh;
  max-height: 100%;
}
.observer-element + *:not(.first-block) {
  margin-top: -50vh !important;
}
.observer-element + .first-block {
  margin-top: calc(-50vh - var(--blockMargin));
}

#logo-observer-element {
  height: 100px;
  margin-bottom: -100px;
}

.impressum-grid {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 10rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .impressum-grid {
    grid-template-columns: 1fr;
  }
}
.impressum-grid h1, .impressum-grid h2, .impressum-grid h3 {
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .impressum-grid h1 {
    font-size: 1.4em;
  }
}
.impressum-grid h2, .impressum-grid h3 {
  margin-top: 2em;
}
.impressum-grid p {
  hyphens: auto;
}
.impressum-grid p + p {
  margin-top: 1.4em;
}
.impressum-grid ul, .impressum-grid ol {
  padding-left: 1em;
  margin-block: 1.4em;
  list-style: initial;
}

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