:root {
  --bg-color: #dfd9cf;
  --txt-color: #000;
  --line-height: 1.525;
  --container-weite: 1720px;
  --browser-gap-lr: 24px;
  --animate-delay: 1s;
}

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

#gridtester {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1720px;
  height: 100vh;
  pointer-events: none;
  display: flex;
  gap: 0 30px;
  display: none;
}
#gridtester > div {
  height: 100%;
  width: calc(25% - 15px);
  flex: 0 1 auto;
}
#gridtester > div:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(13, 241, 89, 0.05);
}

.h-100 {
  height: 100%;
}

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

ol,
ul {
  list-style: none;
  padding-inline: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
}

img {
  display: block;
  max-inline-size: 100%;
}

body {
  background-color: rgb(223, 217, 207);
  color: var(--txt-color);
  font-family: "signifier", Arial, Helvetica, sans-serif;
  line-height: var(--line-height);
  font-size: 20px;
  font-size: 1.25rem;
  transition: background-color 0.25s ease-in-out;
}
@media (min-width: 576px) {
  body {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 993px) {
  body {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h1,
h2 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  h1,
  h2 {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media (min-width: 1440px) {
  h1,
  h2 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
h1 em,
h2 em {
  display: inline-block;
}

h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}
@media (min-width: 993px) {
  h3 {
    margin-bottom: 60px;
  }
}

h4 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 993px) {
  h4 {
    font-size: 48px;
    font-size: 3rem;
  }
}

a {
  color: var(--txt-color);
  text-decoration: none;
}

p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  p:not(:last-of-type) {
    margin-bottom: 41px;
  }
}

.top {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 33;
  cursor: pointer;
  padding: 0 var(--browser-gap-lr);
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
}
@media (min-width: 993px) {
  .top {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(var(--container-weite) + 2 * var(--browser-gap-lr));
  }
}
@media only screen and (min-width: 1439px) {
  .top {
    top: 15px;
  }
}

.footer {
  padding: 30px var(--browser-gap-lr) 30px;
  width: 100%;
  max-width: calc(var(--container-weite) - 60px);
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .footer {
    position: fixed;
    bottom: calc(2 * var(--browser-gap-lr));
    left: var(--browser-gap-lr);
    z-index: 33;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1760px) {
  .footer {
    left: 50%;
    transform: translateX(calc(-100% - 60px));
    max-width: calc(var(--container-weite) / 2 - 60px);
  }
}
.footer p {
  margin-bottom: 0;
}
.footer .kontakt {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer .kontakt > * {
  width: 100%;
}
@media (min-width: 576px) {
  .footer .kontakt {
    gap: 30px;
  }
  .footer .kontakt > * {
    width: auto;
  }
}
@media (min-width: 1281px) {
  .footer .kontakt {
    gap: 0px 60px;
  }
}
@media (min-width: 1740px) {
  .footer .kontakt {
    gap: 0px 80px;
  }
}

.showOnLast {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}

.act_showOnLast .showOnLast {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  display: inline-block;
}
.act_showOnLast .next_section {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 577px) {
  .act_showOnLast .footer {
    bottom: calc(2 * var(--browser-gap-lr));
  }
}
@media only screen and (min-width: 1760px) {
  .act_showOnLast .footer {
    transform: translateX(-50%);
    padding: 0 var(--browser-gap-lr);
    max-width: calc(var(--container-weite) + 2 * var(--browser-gap-lr));
  }
}

.act_hideOnScroll .hideOnScroll {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

[data-effect]:not([data-effect=""]) {
  opacity: 0;
}
.no-js [data-effect]:not([data-effect=""]) {
  opacity: 1;
}

.fullHeightArea {
  min-height: 100vh;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .fullHeightArea {
    width: 100%;
  }
}
.fullHeightArea#num1 {
  height: 100vh;
}
.fullHeightArea .inner {
  padding: 90px var(--browser-gap-lr) 90px;
  width: 100%;
  max-width: calc(var(--container-weite) + 2 * var(--browser-gap-lr));
  margin: 0 auto;
  position: relative;
}
.fullHeightArea .inner:not(.startarea) {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 576px) {
  .fullHeightArea .inner {
    padding: 60px var(--browser-gap-lr) 120px;
  }
}
.fullHeightArea .next_section {
  display: none;
  position: absolute;
}

.next_section {
  position: fixed;
  bottom: 21px;
  left: 50%;
  z-index: 34;
  transform: translateX(-50%);
  width: 90px;
  font-size: 90px;
  line-height: 90px;
  cursor: pointer;
  display: none;
}
@media (min-width: 1440px) {
  .next_section {
    display: inline-block;
  }
}
.next_section span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  position: relative;
  left: 10px;
}

.logo {
  margin-bottom: 30px;
  z-index: 3;
}
@media (min-width: 992px) {
  .logo {
    position: absolute;
    top: 90px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.row {
  --container-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 0;
  margin-left: calc(-1 * var(--container-gap) / 2);
  margin-right: calc(-1 * var(--container-gap) / 2);
}
.row > div {
  --col-width: 25%;
  --col: 4;
  width: calc(var(--col) * var(--col-width));
  flex: 0 0 auto;
  padding-left: calc(var(--container-gap) / 2);
  padding-right: calc(var(--container-gap) / 2);
  position: relative;
}
@media (max-width: 576px) {
  .row .spacer-col {
    display: none;
  }
}
.row .col-1 {
  --col: 1;
}
.row .col-2 {
  --col: 2;
}
.row .col-3 {
  --col: 3;
}
.row .col-4 {
  --col: 4;
}
@media (min-width: 992px) {
  .row .col-md-1 {
    --col: 1;
  }
  .row .col-md-2 {
    --col: 2;
  }
  .row .col-md-3 {
    --col: 3;
  }
  .row .col-md-4 {
    --col: 4;
  }
}

#impressums_holder {
  background-color: #000;
  color: #dfd9cf;
  padding: calc(3 * var(--browser-gap-lr)) calc(1 * var(--browser-gap-lr)) calc(2 * var(--browser-gap-lr));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 44;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  width: 100vw;
  height: 100vh;
}
@media (min-width: 576px) {
  #impressums_holder {
    width: 50vw;
    height: 100vh;
    padding: calc(3 * var(--browser-gap-lr)) calc(2 * var(--browser-gap-lr));
  }
}
#impressums_holder .inner {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 0 calc(var(--browser-gap-lr)) 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#impressums_holder .inner p {
  margin-bottom: 18px;
}
#impressums_holder .inner a {
  color: #dfd9cf;
}
#impressums_holder .close {
  position: absolute;
  top: calc(var(--browser-gap-lr));
  right: calc(1 * var(--browser-gap-lr));
  cursor: pointer;
  font-size: 16px;
}
@media (min-width: 576px) {
  #impressums_holder .close {
    top: calc(var(--browser-gap-lr) / 2);
  }
}
.openImpressum #impressums_holder {
  transition: all 0.5s ease-in-out;
  transform: translateX(0);
}

html.openImpressum {
  overflow: hidden;
}

.titelfeld {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .titelfeld + h3 {
    margin-top: 120px;
  }
}
@media (min-width: 1280px) {
  .titelfeld + h3 {
    margin-top: 180px;
  }
}

@media (min-width: 992px) {
  .space-before-large {
    margin-top: 120px;
  }
}

.image-mobil-50, .image-style-1 {
  width: 50%;
}
@media (min-width: 992px) {
  .image-mobil-50, .image-style-1 {
    width: auto;
  }
}

.pull-right-1, .image-style-1 {
  position: relative;
  transform: translateX(0px);
  transition: all 0.25s linear;
}
@media only screen and (min-width: 1830px) {
  .pull-right-1, .image-style-1 {
    transform: translateX(20px);
  }
}

.image-style-2 {
  position: relative;
  transition: all 0.25s linear;
}
@media (min-width: 992px) {
  .image-style-2 {
    width: calc(25vw + 60px);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1920px) {
  .image-style-2 {
    width: calc(var(--container-weite) / 4 + 60px);
    transform: translateX(60px);
  }
}

@media (min-width: 992px) {
  .order-md-1 {
    order: 1;
  }
}

.align-items-md-center {
  display: flex;
}
@media (min-width: 992px) {
  .align-items-md-center {
    align-items: center;
  }
}

.image-style-3 {
  position: relative;
  transition: all 0.25s linear;
}
@media (min-width: 992px) {
  .image-style-3 {
    width: calc(50vw - 130px);
  }
}
@media only screen and (min-width: 1920px) {
  .image-style-3 {
    width: calc(var(--container-weite) / 2 - 100px);
  }
}

.align-items-md-end {
  display: flex;
}
@media (min-width: 992px) {
  .align-items-md-end {
    align-items: flex-end;
  }
}

.justify-content-md-center {
  display: flex;
}
@media (min-width: 992px) {
  .justify-content-md-center {
    justify-content: center;
  }
}

.image-style-4 {
  position: relative;
  transition: all 0.25s linear;
}
@media (min-width: 992px) {
  .image-style-4 {
    width: calc(50vw - 250px);
    transform: translateY(60px);
  }
}
@media only screen and (min-width: 1920px) {
  .image-style-4 {
    width: calc(var(--container-weite) / 2 - 250px);
  }
}

.image-style-5 {
  position: relative;
  transition: all 0.25s linear;
}
@media (min-width: 1280px) {
  .image-style-5 {
    width: auto;
    transform: translateX(-80px) translateY(60px);
  }
}

.image-style-6 {
  position: relative;
  transition: all 0.25s linear;
}
@media (min-width: 992px) {
  .image-style-6 {
    width: calc(50vw - 250px);
    transform: translateY(60px);
  }
}
@media only screen and (min-width: 1830px) {
  .image-style-6 {
    transform: translateX(20px) translateY(60px);
  }
}
@media only screen and (min-width: 1920px) {
  .image-style-6 {
    width: calc(var(--container-weite) / 2 - 250px);
  }
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.align-self-end {
  align-self: flex-end;
}

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

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

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

@media (min-width: 992px) {
  .align-md-center {
    text-align: center;
  }
  .align-md-left {
    text-align: left;
  }
  .align-md-right {
    text-align: right;
  }
  .align-md-justify {
    text-align: justify;
  }
}
body[data-seitenfarbe=farbe-primary],
.farbe-primary {
  background-color: rgb(223, 217, 207);
}

body[data-seitenfarbe=farbe-mint],
.farbe-mint {
  background-color: rgb(211, 217, 207);
}

body[data-seitenfarbe=farbe-rosa],
.farbe-rosa {
  background-color: rgb(223, 209, 207);
}

body[data-seitenfarbe=farbe-lila],
.farbe-lila {
  background-color: rgb(215, 212, 216);
}

body[data-seitenfarbe=farbe-grau],
.farbe-grau {
  background-color: rgb(202, 210, 210);
}