@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colours---gallery-bg: #eaeaea;
  --_colours---line-grau-new: #ccc;
  --_fonts---futura-pt: "Futura PT", Arial, sans-serif;
  --_colours---mittelgrau-text: #7f7f7f;
  --_fonts---text-size: 18px;
  --_colours---hellgrau-bg-lines: #999797;
  --_colours---button-grau-pressed: #828282;
  --_colours---weiß: white;
  --_colours---dunkelgrau: #232323;
  --_colours---hell-blau: #a7d7cb;
  --_fonts---heading-size: 22px;
}

.body {
  margin: 0;
  padding: 0;
}

.tabs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
}

.tabs-content {
  background-color: var(--_colours---gallery-bg);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 75%;
  max-width: 100%;
  height: 600px;
  display: block;
}

.tabs-menu {
  width: auto;
  min-width: 25%;
  display: block;
}

.tab-link-tab-1 {
  border: 1px solid var(--_colours---line-grau-new);
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  background-color: #fff0;
  width: 100%;
  margin-top: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  line-height: 1;
}

.tab-link-tab-1.w--current {
  border-width: .5px;
  border-color: var(--_colours---hellgrau-bg-lines);
  background-color: var(--_colours---button-grau-pressed);
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---weiß);
  font-size: var(--_fonts---text-size);
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
}

.tab-link-tab-2 {
  border: .5px solid var(--_colours---line-grau-new);
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  background-color: #fff0;
  width: 100%;
  margin-top: -1px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
  line-height: 1;
}

.tab-link-tab-2.w--current {
  background-color: var(--_colours---button-grau-pressed);
  color: #fff;
  font-weight: 500;
}

.tab-link-tab-3 {
  border: .5px solid var(--_colours---line-grau-new);
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  background-color: #ddd0;
  width: 100%;
  margin-top: -1px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.tab-link-tab-3.w--current {
  background-color: var(--_colours---button-grau-pressed);
  color: #fff;
  font-size: var(--_fonts---text-size);
  font-weight: 500;
  line-height: 1;
}

.tab-pane-tab-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.galerie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.gallery-image-1-hoch {
  flex: 0 auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  display: block;
}

.gallery-image-1-hoch.off {
  display: none;
}

.tab-pane-tab-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tab-pane-tab-3 {
  width: 100%;
  height: 100%;
}

.section-gallery {
  color: #3330;
  height: 100svh;
  padding: 100px 175px;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.gallery-tab-name-text {
  letter-spacing: .6px;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.2;
}

.text-block-2 {
  letter-spacing: .6px;
}

.text-block-3 {
  line-height: 1;
}

.section-navigation {
  height: 75px;
}

.navi-wrapper {
  border-bottom: 1px solid var(--_colours---line-grau-new);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navi-links {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.navi-rechts {
  border-left: 1px solid var(--_colours---line-grau-new);
  width: auto;
  height: 100%;
  text-decoration: none;
  text-decoration-thickness: 2px;
  display: block;
}

.logo-box {
  border-right: 1px solid var(--_colours---line-grau-new);
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100%;
  padding: 0;
  display: flex;
}

.lz-logo {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.ueber-mich-box {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100%;
  display: flex;
}

.section-footer {
  height: 75px;
}

.footer-wrapper {
  background-color: var(--_colours---dunkelgrau);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-links {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.footer-rechts {
  border-left: 1px solid var(--_colours---button-grau-pressed);
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
  display: flex;
}

.logo-box-footer {
  border-right: 1px solid var(--_colours---button-grau-pressed);
  border-bottom: 0 #000;
  border-left: 0 #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100%;
  padding: 0;
  display: flex;
}

.mail-text {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-bottom: 0;
}

.mail-box-footer {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100%;
  display: flex;
}

.impressum-text {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-bottom: 0;
  text-decoration: none;
}

.ueber-mich-text {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.navi-button-wrapper {
  border-right: 1px solid var(--_colours---line-grau-new);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.navi-button-text {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  text-underline-offset: 5px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  margin-bottom: 3px;
  line-height: 1;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}

.navi-button-underline {
  background-color: var(--_colours---hell-blau);
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% -5px;
}

.navi-button-box-1 {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navi-button-box-1:hover {
  text-underline-offset: 8px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-thickness: 2px;
}

.navi-button-box-1.w--current {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---dunkelgrau);
  font-size: var(--_fonts---text-size);
  text-underline-offset: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  transition-property: none;
}

.navi-button-box-2 {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.navi-button-box-2:hover {
  border-top: 2px none var(--_colours---hell-blau);
  border-right: 2px none var(--_colours---hell-blau);
  border-left: 2px none var(--_colours---hell-blau);
  text-underline-offset: 8px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 2px;
}

.navi-button-box-2.w--current {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---dunkelgrau);
  font-size: var(--_fonts---text-size);
  text-underline-offset: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  transition: all .25s;
}

.navi-button-box-3 {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navi-button-box-3:hover {
  text-underline-offset: 8px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-thickness: 2px;
}

.navi-button-box-3.w--current {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---dunkelgrau);
  font-size: var(--_fonts---text-size);
  text-underline-offset: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  transition: all .25s;
}

.navi-button-box-4 {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navi-button-box-4:hover {
  text-underline-offset: 8px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-thickness: 2px;
}

.navi-button-box-4.w--current {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---dunkelgrau);
  font-size: var(--_fonts---text-size);
  text-underline-offset: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  transition: all .25s;
}

.navi-button-rive-box {
  display: none;
}

.navi-button-box-5 {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navi-button-box-5:hover {
  text-underline-offset: 8px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-thickness: 2px;
}

.navi-button-box-5.w--current {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---dunkelgrau);
  font-size: var(--_fonts---text-size);
  text-underline-offset: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  transition: all .25s;
}

.mobile-navi-dropdown {
  display: none;
}

.mobile-navi-button-underline {
  background-color: var(--_colours---hell-blau);
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% -5px;
}

.gallery-image-2-quer {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
  overflow: clip;
}

.gallery-image-2-quer.off {
  display: none;
}

.gallery-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.impressum-button-wrapper {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

.impressum-button-wrapper:hover {
  transform: scale(1.04);
}

.tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
  width: 100%;
  height: 100%;
}

.section-scroll-bild {
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.animation-section {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.scroll-size {
  width: 100%;
  height: 300svh;
  position: relative;
}

.viewport-sticky {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  padding-top: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.foto-wrapper-1 {
  flex: 0 auto;
  display: block;
  position: absolute;
}

.scroll-bild-1 {
  max-width: none;
  max-height: 60svh;
}

.foto-wrapper-2 {
  z-index: 10;
  display: block;
  position: absolute;
}

.scroll-bild-2 {
  max-width: none;
  max-height: 60svh;
}

.section-ueber {
  background-color: #fff0;
  height: auto;
  margin-bottom: 0;
  padding: 60px 180px 40px;
}

.heading {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
}

.fensterphasen-wrapper-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.fenster-textbox, .fenster-bild-box {
  width: 50%;
  height: 100%;
}

.fenster-text {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

.section-termine {
  width: auto;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 180px;
  padding-right: 180px;
}

.ueber-text {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.ueber-wrapper {
  margin-bottom: 120px;
}

.divider {
  background-color: var(--_colours---line-grau-new);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 120px;
}

.termine-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.termine-box {
  width: 100%;
}

.heading-3 {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.termine-divider-quer {
  background-color: var(--_colours---line-grau-new);
  width: 100%;
  height: 1px;
  margin-bottom: 80px;
  display: none;
}

.termine-divider-hoch {
  background-color: var(--_colours---line-grau-new);
  width: 1px;
  height: 200px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.termin-box {
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.scroll-hinweis-wrapper {
  background-color: #6d383800;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: none;
  position: absolute;
  inset: auto 0% 10%;
}

.scroll-hinweis-box {
  background-color: #967a7a00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bitte-scrollen-text {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.3;
}

.scroll-icon-box {
  width: auto;
  height: auto;
  overflow: hidden;
}

.section-gallery-2 {
  color: #3330;
  height: 100svh;
  padding: 100px 180px;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.section-impressum {
  height: auto;
  padding: 80px 180px;
}

.normal-heading {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-bottom: 10px;
}

.normal-text {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-bottom: 20px;
  line-height: 23px;
}

.heading-2 {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---heading-size);
  margin-bottom: 20px;
}

.text-wrapper-impressum-1 {
  margin-bottom: 40px;
}

.text-wrapper-impressum-2 {
  margin-bottom: 20px;
}

.galerie-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.lt-logo-link-box-unten, .lt-logo-link-box-top {
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
}

.logo-box-footer-2 {
  border-right: 1px solid var(--_colours---button-grau-pressed);
  border-bottom: 0 #000;
  border-left: 0 #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100%;
  padding: 0;
  display: flex;
}

.footer-links-2 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: none;
}

.lt-logo-link-box-unten-2 {
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
}

.termine-wrapper-rechts {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.termin-headline-rechts {
  width: auto;
  margin-bottom: 20px;
}

.text-span {
  color: var(--_colours---mittelgrau-text);
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
}

.termin-box-rechts {
  width: auto;
  margin-bottom: 35px;
}

.ueber-text--link {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
}

.link {
  color: var(--_colours---mittelgrau-text);
}

.ueber-text-link {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colours---hell-blau);
  text-decoration-color: var(--_colours---hell-blau);
  font-size: 18px;
  font-weight: 500;
  text-decoration-thickness: 2px;
}

.ueber-text--termine {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.termin-box-rechts-erste-box {
  width: auto;
  margin-bottom: 60px;
}

.termin-box-rechts-gruppe {
  width: auto;
  margin-bottom: 10px;
}

.heading-termine-rechts {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1;
}

.list {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  margin-top: 10px;
  padding-left: 20px;
  line-height: 1.5;
  list-style-type: disc;
}

.list-item {
  margin-bottom: 0;
}

.tab-link-allgemein {
  border: .5px solid var(--_colours---line-grau-new);
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  font-size: var(--_fonts---text-size);
  background-color: #fff0;
  width: 100%;
  margin-top: -1px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
  line-height: 1;
}

.tab-link-allgemein.w--current {
  background-color: var(--_colours---button-grau-pressed);
  color: #fff;
  font-weight: 500;
}

.tab-pane-allgemein {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.tab-pane-tab-4-2, .tab-pane-tab-5-2, .tab-pane-tab-6-2, .tab-pane-tab-7, .tab-pane-tab-8, .tab-pane-tab-9, .tab-pane-tab-9-2, .tab-pane-tab-8-2, .tab-pane-tab-9-3, .tab-pane-all {
  width: 100%;
  height: 100%;
}

.section-fensterphasen {
  margin-left: 0;
  padding-left: 180px;
  padding-right: 180px;
}

.heading-1 {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 28px;
}

.heading-1a {
  font-family: var(--_fonts---futura-pt);
  color: var(--_colours---mittelgrau-text);
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 28px;
}

.termine-links {
  width: 50%;
  margin-top: -30px;
}

.divider-termine {
  background-color: var(--_colours---line-grau-new);
  color: var(--_colours---line-grau-new);
  width: 50%;
  height: 1px;
}

.lightbox-link {
  width: 50%;
  margin-bottom: 20px;
}

.image-2 {
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .section-scroll-bild {
    padding-left: 220px;
    padding-right: 220px;
  }

  .animation-section {
    margin-bottom: 40px;
  }

  .scroll-size {
    justify-content: center;
    align-items: flex-start;
    height: 400vh;
    margin-top: 0;
    display: flex;
  }

  .viewport-sticky {
    width: 90vw;
    height: 90vh;
    padding-top: 60px;
    position: sticky;
    top: 60px;
  }

  .section-ueber {
    padding-top: 40px;
  }

  .scroll-hinweis-wrapper {
    bottom: 6%;
  }
}

@media screen and (min-width: 1440px) {
  .animation-section {
    margin-bottom: 100px;
  }

  .fensterphasen-wrapper-content {
    justify-content: center;
    align-items: flex-start;
  }

  .scroll-hinweis-wrapper {
    bottom: 1%;
  }
}

@media screen and (min-width: 1920px) {
  .tabs-content {
    height: 770px;
  }

  .animation-section {
    margin-bottom: 100px;
  }

  .foto-wrapper-1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-bild-1 {
    max-width: 90%;
  }

  .foto-wrapper-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-bild-2 {
    max-width: 90%;
  }

  .section-ueber {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fensterphasen-wrapper {
    height: auto;
  }

  .fensterphasen-wrapper-content {
    height: 400px;
  }

  .fenster-bild-box {
    justify-content: flex-start;
    align-items: flex-start;
    height: 80%;
    display: flex;
  }

  .image {
    height: 100%;
  }

  .scroll-hinweis-wrapper {
    bottom: 3%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    margin: 0;
    padding: 0;
  }

  .tabs {
    height: 500px;
  }

  .tabs-content {
    width: 100%;
    min-width: 70%;
    height: 100%;
  }

  .tabs-menu {
    width: 260px;
    min-width: 30%;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    width: 100%;
  }

  .tab-pane-tab-1 {
    height: 100%;
  }

  .galerie-wrapper {
    height: 500px;
  }

  .gallery-image-1-hoch {
    object-fit: contain;
    width: auto;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    object-fit: contain;
    height: 100%;
  }

  .section-gallery {
    height: 100svh;
    padding: 80px 60px;
  }

  .gallery-tab-name-text {
    width: auto;
  }

  .section-navigation {
    height: 75px;
  }

  .navi-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo-box {
    flex: none;
  }

  .lz-logo {
    text-align: left;
  }

  .ueber-mich-box {
    flex-flow: wrap;
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navi-button-wrapper {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-image-2-quer {
    object-fit: contain;
  }

  .impressum-button-wrapper {
    cursor: pointer;
    text-decoration: none;
    transition: all .33s;
  }

  .impressum-button-wrapper:hover {
    transform: scale(1.03);
  }

  .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
    object-fit: contain;
    height: 100%;
  }

  .section-scroll-bild {
    padding-left: 60px;
    padding-right: 60px;
  }

  .animation-section {
    width: 100%;
  }

  .scroll-size {
    height: 300svh;
  }

  .viewport-sticky {
    justify-content: center;
    align-items: flex-start;
    height: 100svh;
    padding-top: 101px;
    overflow: hidden;
  }

  .foto-wrapper-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .scroll-bild-1 {
    max-width: 100%;
    display: block;
  }

  .foto-wrapper-2 {
    flex-flow: row;
    display: block;
    overflow: hidden;
  }

  .scroll-bild-2 {
    max-width: 100%;
    margin-left: 0;
  }

  .section-ueber {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-termine {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ueber-text {
    line-height: 1.4;
  }

  .divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .termine-wrapper {
    height: auto;
  }

  .termine-divider-quer {
    display: none;
  }

  .scroll-hinweis-wrapper {
    z-index: 10;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: absolute;
    inset: auto 0% 16%;
  }

  .section-gallery-2 {
    height: 90svh;
    padding: 80px 60px;
  }

  .section-impressum {
    padding: 40px 60px 60px;
  }

  .galerie-wrapper-2 {
    height: 500px;
  }

  .logo-box-footer-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links-2 {
    display: none;
  }

  .lt-logo-link-box-unten-2 {
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 0;
  }

  .lt-logo-link-box-unten-2.w--current {
    padding: 0;
  }

  .ueber-text-link {
    text-underline-offset: 3px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--_colours---hell-blau);
    text-decoration-color: var(--_colours---hell-blau);
  }

  .ueber-text--termine {
    line-height: 1.4;
    text-decoration: none;
  }

  .termin-box-rechts-erste-box {
    margin-bottom: 50px;
  }

  .tab-link-allgemein {
    width: 100%;
  }

  .tab-pane-allgemein {
    height: 100%;
  }

  .section-fensterphasen {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin: 0;
    padding: 0;
  }

  .tabs {
    flex-flow: wrap;
    text-decoration: none;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .tab-link-tab-1 {
    width: 100%;
    margin-top: -1px;
    line-height: 1.2;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
  }

  .tab-link-tab-2 {
    width: 100%;
    line-height: 1.2;
    text-decoration: none;
  }

  .tab-link-tab-2.w--current {
    margin-top: -1px;
    line-height: 1.2;
  }

  .tab-link-tab-3 {
    width: 100%;
    margin-top: -1px;
    line-height: 1.2;
  }

  .galerie-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 1000px;
    text-decoration: none;
  }

  .section-gallery {
    height: auto;
    text-decoration: none;
  }

  .gallery-tab-name-text {
    text-decoration: none;
  }

  .text-block-3 {
    line-height: 1.2;
  }

  .ueber-mich-box, .footer-links {
    display: none;
  }

  .impressum-text {
    text-align: center;
  }

  .navi-button-wrapper {
    display: none;
  }

  .navi-button-rive-box {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .mobile-navibutton-rive {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .mobile-navi-dropdown {
    z-index: 10;
    background-color: #ffffffe6;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .mobile-navi-button-wrapper {
    justify-content: center;
    align-items: center;
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .mobile-button-text {
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .mobile-navi-button-underline {
    display: none;
    position: static;
    inset: auto 0% 0%;
  }

  .mobile-navi-button-box {
    font-family: var(--_fonts---futura-pt);
    color: var(--_colours---mittelgrau-text);
    font-size: var(--_fonts---text-size);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .mobile-navi-button-box.w--current {
    color: var(--_colours---dunkelgrau);
    text-underline-offset: 8px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--_colours---hell-blau);
    text-decoration-color: var(--_colours---hell-blau);
    text-decoration-thickness: 2px;
  }

  .section-scroll-bild {
    padding-left: 20px;
    padding-right: 20px;
  }

  .viewport-sticky {
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
  }

  .foto-wrapper-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .scroll-bild-1 {
    max-width: 100%;
    margin-left: 0;
    overflow: clip;
  }

  .foto-wrapper-2 {
    flex-flow: row;
    max-width: 100%;
    display: block;
  }

  .scroll-bild-2 {
    max-width: 100%;
    margin-left: 0;
    display: block;
  }

  .section-ueber {
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: -315px;
  }

  .fensterphasen-wrapper {
    flex-flow: column;
    display: block;
  }

  .fensterphasen-wrapper-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .fenster-textbox, .fenster-bild-box {
    width: 80%;
  }

  .section-termine {
    margin-top: -315px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ueber-wrapper {
    width: 80%;
    margin-bottom: 100px;
  }

  .divider {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .termine-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .termine-box {
    height: auto;
  }

  .termine-divider-quer {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .termine-divider-hoch {
    display: none;
  }

  .termin-box {
    width: 100%;
  }

  .scroll-hinweis-wrapper {
    justify-content: center;
    align-items: flex-start;
    bottom: 18%;
  }

  .mobile-navi-button-hitbox {
    z-index: 0;
    width: 80%;
    height: 70%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .section-gallery-2 {
    height: auto;
    margin-bottom: 0;
    text-decoration: none;
  }

  .galerie-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
    height: 1000px;
    text-decoration: none;
  }

  .lt-logo-link-box-unten.w--current {
    padding-left: 0;
  }

  .logo-box-footer-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
  }

  .footer-links-2 {
    display: flex;
  }

  .lt-logo-link-box-unten-2.w--current {
    padding-left: 0;
  }

  .termine-wrapper-rechts {
    width: auto;
  }

  .termin-headline-rechts, .termin-box-rechts {
    width: 100%;
  }

  .ueber-text-link {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--_colours---hell-blau);
    text-decoration-color: var(--_colours---hell-blau);
    text-decoration-thickness: 2px;
  }

  .ueber-text--termine {
    text-decoration: none;
  }

  .termin-box-rechts-erste-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .termin-box-rechts-gruppe {
    width: 100%;
  }

  .tab-link-allgemein {
    width: 100%;
    line-height: 1.2;
    text-decoration: none;
  }

  .tab-link-allgemein.w--current {
    margin-top: -1px;
    line-height: 1.2;
  }

  .section-fensterphasen {
    position: relative;
    top: -315px;
  }

  .termine-links {
    width: 100%;
  }

  .lightbox-link {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding: 0;
  }

  .tabs {
    height: 100%;
    text-decoration: none;
  }

  .tabs-content {
    height: 400px;
  }

  .tabs-menu {
    min-width: 100%;
    text-decoration: none;
  }

  .tab-link-tab-1 {
    width: 100%;
  }

  .tab-link-tab-3.w--current {
    text-decoration: none;
  }

  .galerie-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    text-decoration: none;
    display: block;
  }

  .section-gallery {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
  }

  .text-block-3 {
    text-decoration: none;
  }

  .lz-logo {
    text-align: left;
  }

  .footer-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right: 1px solid var(--_colours---button-grau-pressed);
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .footer-rechts {
    border-left-style: none;
  }

  .logo-box-footer {
    border-right-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 50%;
    padding-bottom: 3px;
    padding-left: 0;
    display: flex;
  }

  .mail-box-footer {
    justify-content: flex-start;
    align-items: flex-start;
    height: 50%;
  }

  .impressum-text {
    text-align: center;
  }

  .section-scroll-bild {
    padding-left: 20px;
    padding-right: 20px;
  }

  .viewport-sticky {
    justify-content: center;
    align-items: flex-start;
    height: 100svh;
    padding-top: 100px;
  }

  .scroll-bild-1, .scroll-bild-2 {
    max-width: 100%;
    margin-left: 0;
  }

  .fenster-textbox {
    width: 100%;
  }

  .section-termine {
    margin-top: 0;
    position: relative;
    top: -315px;
  }

  .ueber-wrapper {
    width: 100%;
  }

  .divider {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .termine-wrapper {
    width: auto;
  }

  .scroll-hinweis-wrapper {
    bottom: 24%;
  }

  .mobile-navi-button-hitbox {
    z-index: 20;
    pointer-events: none;
    height: 80%;
    display: block;
    position: static;
  }

  .section-gallery-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
  }

  .section-impressum {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    line-height: 1.3;
  }

  .galerie-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    text-decoration: none;
    display: block;
  }

  .lt-logo-link-box-unten.w--current {
    padding: 0 20px 0 0;
  }

  .lt-logo-link-box-top.w--current {
    padding: 0;
  }

  .logo-box-footer-2 {
    border-right-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 50%;
    padding-bottom: 3px;
    padding-left: 0;
    display: flex;
  }

  .footer-links-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right: 1px solid var(--_colours---button-grau-pressed);
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .lt-logo-link-box-unten-2.w--current {
    padding: 0 20px 0 0;
  }

  .ueber-text--link {
    text-underline-offset: 3px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--_colours---hell-blau);
    text-decoration-color: var(--_colours---hell-blau);
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
  }

  .section-fensterphasen {
    padding-bottom: 60px;
  }

  .heading-1, .heading-1a {
    line-height: 1.3;
  }

  .termine-links {
    width: 100%;
  }
}


@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}