/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

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

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

picture {
  display: inherit;
}

img {
  width: 100%;
  height: auto;
}

/* manrope-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/manrope-v20-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/manrope-v20-latin-300.woff2") format("woff2");
}
/* manrope-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v20-latin-regular.woff2") format("woff2");
}
/* manrope-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v20-latin-500.woff2") format("woff2");
}
/* manrope-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v20-latin-600.woff2") format("woff2");
}
/* manrope-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v20-latin-700.woff2") format("woff2");
}
/* manrope-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope-v20-latin-800.woff2") format("woff2");
}
html, body {
  font-family: "Manrope";
  font-weight: 300;
  color: #000000;
}

.menu-button {
  font-family: "loos-extended", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
}
@media (min-width: 1025px) and (max-width: 1536px) {
  .menu-button {
    font-size: 1.15em;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .menu-button {
    font-size: 1em;
  }
}
.menu-button:hover {
  font-weight: 600;
}
.menu-button::before {
  font-family: "loos-extended", sans-serif;
  font-weight: 600;
}

.mobile-heading {
  font-family: "loos-extended", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  text-transform: uppercase;
}

.menu-content-container, .contact-info, .inquiry legend, .submit-button {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  font-size: 1.3em;
}

@media (max-width: 1024px) {
  .text, .subtext {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    line-height: 1.25;
    font-size: 1.3em;
  }
}

@media (min-width: 1025px) {
  .statement {
    font-family: "loos-extended", sans-serif;
    font-weight: 200;
    line-height: 1.25;
    font-size: 2em;
  }
}
@media (max-width: 1024px) {
  .statement {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    line-height: 1.25;
    font-size: 1.3em;
  }
}

label, .error-message {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1em;
}

.error-message, #dsgvo-container p, #dsgvo-container label {
  font-size: 0.8em;
}

@media (min-width: 1025px) {
  main {
    display: flex;
    height: 100vh;
    padding-top: 8vh;
    padding-bottom: 8vh;
    padding-right: 8vw;
  }
}

@media (min-width: 1025px) {
  .scroll-wrapper {
    flex: 1;
    min-width: 0;
  }
}

@media (min-width: 1025px) {
  #horizontal-container {
    display: flex;
    height: 100%;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .horizontal-section {
    display: inline-flex;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .horizontal-section:not(#header) {
    padding-left: 12rem;
  }
}
@media (min-width: 1025px) {
  .horizontal-section#header {
    flex: 0 0 100%;
  }
}

#privacy--wrapper {
  max-width: 660px;
  margin: 0 auto;
  padding: 100px 20px;
  min-height: 80vh;
}
#privacy--wrapper p {
  margin-top: 1em;
  font-size: 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#privacy--wrapper h5, #privacy--wrapper h1, #privacy--wrapper h2 {
  margin-top: 2.5em;
  font-size: 1.5rem;
}
#privacy--wrapper h6 {
  margin-top: 2.5em;
  font-size: 1.3rem;
}

#privacy--logo {
  margin-bottom: 2rem;
}

#privacy {
  margin-top: 5rem;
}

.impressum, .datenschutz {
  overflow: visible;
}

@media (min-width: 1025px) {
  .header-image {
    position: relative;
    aspect-ratio: 5/4;
    width: 100%;
    margin-left: 8vw;
  }
}
@media (min-width: 1025px) {
  .header-image picture {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .header-image picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
  }
}
@media (max-width: 1024px) {
  .header-image picture img {
    height: calc(66vh - 1.2rem);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.header-image svg.schlaufen {
  z-index: 50;
  position: absolute;
  top: -65%;
  left: 10%;
  width: 250%;
  overflow: visible;
}
@media (max-width: 1024px) {
  .header-image svg.schlaufen {
    display: none;
  }
}

svg.schlaufen .base {
  fill: none;
  stroke: #003be7;
  stroke-width: 16px;
}
svg.schlaufen .white {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 16px;
}
svg.schlaufen.schlaufen-mobile {
  z-index: 109;
  pointer-events: none;
  display: none;
}
@media (max-width: 1024px) {
  svg.schlaufen.schlaufen-mobile {
    display: block;
    position: fixed;
    top: 58%;
    left: -26%;
    width: 1600px;
  }
  svg.schlaufen.schlaufen-mobile .white {
    display: none;
  }
}

@media (min-width: 1025px) {
  .menu-container {
    background-color: #EFEEE9;
    width: 37vw;
    flex-shrink: 0;
    padding: 2rem;
    z-index: 100;
    display: grid;
    grid-template-rows: auto 1fr auto;
    position: relative;
  }
}

@media (min-width: 1025px) {
  .menu-content-container {
    position: relative;
    text-align: left;
    margin-top: 4vh;
    max-width: 100%;
  }
}
.menu-content-container .hidden {
  display: none !important;
}
.menu-content-container #header p {
  max-width: 70%;
  margin-bottom: 12vh;
}
.menu-content-container #header {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .menu-content-container #header {
    display: none;
  }
}

@media (min-width: 1025px) {
  .text.mobile-only, .subtext.mobile-only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .text.mobile-only:not(#kontakt), .subtext.mobile-only:not(#kontakt) {
    position: sticky;
    background-color: #EFEEE9;
    bottom: calc(14vh + 2.4rem);
    padding: 1.2rem;
    padding-bottom: 4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    z-index: 100;
    width: 100vw;
    transform: translateX(-1rem);
  }
}

@media (max-width: 1024px) {
  .subtext.mobile-only {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1025px) {
  .menu-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
  }
}

.subtext {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .subtext .desc {
    margin-top: 30%;
    width: 25ch;
  }
}

.menu-navigation.top {
  display: flex;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .menu-navigation.top {
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .menu-navigation.top {
    display: none;
    position: fixed;
    top: 0;
    z-index: 110;
    padding-top: 2rem;
    padding-left: 1rem;
    flex-direction: column;
    align-items: flex-start;
    background-color: #EFEEE9;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .menu-navigation.top.active {
    display: flex;
  }
}
.menu-navigation.bottom {
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
}
@media (max-width: 1024px) {
  .menu-navigation.bottom {
    display: none;
  }
}
.menu-navigation button, .menu-navigation a {
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.menu-navigation button:hover, .menu-navigation a:hover {
  color: #003be7;
}
.menu-navigation button, .menu-navigation a {
  transition: color 0.4s ease-in-out;
}
.menu-navigation button.active, .menu-navigation a.active {
  text-decoration: underline;
}
.menu-navigation button::before, .menu-navigation a::before {
  content: attr(data-text);
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: block;
}

.menu-button.instagram {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding-top: 2.5rem;
}

@media (min-width: 1025px) {
  .menu-logo {
    flex-shrink: 0;
    width: 100%;
    align-self: flex-end;
  }
}
@media (max-width: 1024px) {
  .menu-logo {
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 1.2rem;
    background-color: #EFEEE9;
  }
  .menu-logo img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 14vh;
  }
}

.mobile-menu-container {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 100;
    padding-left: 1rem;
    padding-right: 1rem;
    height: calc(4rem + 23px);
  }
}

.burger, .instagram-icon {
  height: 23px;
}
@media (min-width: 1025px) {
  .burger, .instagram-icon {
    display: none;
  }
}

.mobile-heading {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-heading {
    display: block;
    text-align: center;
    padding: 2rem;
    position: sticky;
    top: 0;
    z-index: 108;
    pointer-events: none;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

.hide-scrollables {
  display: inline-flex;
  flex: 0 0 8vw;
  height: 100%;
  background-color: white;
  z-index: 49;
}
@media (max-width: 1024px) {
  .hide-scrollables {
    display: none;
  }
}

@media (min-width: 1025px) {
  .fade-helper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #EFEEE9;
    pointer-events: none;
  }
}

#contactHeader {
  margin-bottom: 10rem;
}

#contactForm {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#contactForm .form-success h6,
#contactForm .form-error h6 {
  margin-bottom: unset;
}
#contactForm .form-error p {
  color: red;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("/img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-form {
  /* Hide number input spinners */
}
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form input[type=number] {
  -moz-appearance: textfield;
}
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form button {
  color: #003be7;
  width: 100%;
  padding: 0.5rem;
  border: 0.75px solid #000000;
  border-radius: unset;
}
.contact-form input.error,
.contact-form textarea.error,
.contact-form select.error,
.contact-form button.error {
  border-color: red;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.contact-form button:focus {
  border: 0.75px solid #000000;
  border-radius: unset;
  outline-offset: 4px;
}
.contact-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.contact-form select:invalid {
  color: grey;
}
.contact-form textarea {
  min-height: 15vh;
}
.contact-form .inquiry {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .contact-form .inquiry {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact-form .inquiry .box {
  display: flex;
  flex-direction: row;
  margin-right: 2rem;
}
.contact-form .inquiry .box input {
  margin-right: 0.75rem;
}
.contact-form legend {
  margin-bottom: 1rem;
}
.contact-form label,
.contact-form button {
  color: #000000;
}
.contact-form input[type=radio], .contact-form input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #FFFFFF;
  /* Not removed via appearance */
  margin: 0;
  padding: 0;
  font: inherit;
  color: #000000;
  width: 1em;
  height: 1em;
  border: 0.75px solid #000000;
  display: grid;
  place-content: center;
}
.contact-form input[type=radio]::before, .contact-form input[type=checkbox]::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  box-shadow: inset 1em 1em #003be7;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.contact-form input[type=radio]:checked::before, .contact-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contact-form button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  background: #EFEEE9;
  color: #000000;
  border: unset;
  padding: 4px 10px;
}
.contact-form button:hover {
  cursor: pointer;
  background: #000000;
  color: #EFEEE9;
}

#honeypot-container {
  display: none;
}

.input-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.input-container#dsgvo-container {
  margin-top: auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.input-container#dsgvo-container .error-message {
  flex-basis: 100%;
}
.input-container.has-error input,
.input-container.has-error textarea,
.input-container.has-error select {
  border-color: red;
}
.input-container.has-error .error-message {
  display: block !important;
}

#contactForm p.error-message {
  display: none;
  color: red;
  margin-right: auto;
  margin-bottom: unset;
}

.columns {
  display: flex;
  flex-direction: row;
  gap: 6vw;
}
@media (max-width: 1024px) {
  .columns {
    flex-direction: column;
  }
}
.columns .column {
  flex: 1;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .piece-container {
    padding-left: 4rem;
    padding-right: 4rem;
    height: 100%;
    position: relative;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .piece-container img {
    width: 30vw;
    height: 100%;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.piece-container {
  z-index: 50 -10;
}
@media (min-width: 1025px) {
  .piece-container.below {
    z-index: 40;
  }
}

.image-container {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1024px) {
  .image-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .piece-container:not(:last-child), .statement-container:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1025px) {
  .contact-container {
    width: 45vw;
    margin-right: 6rem;
  }
}
.contact-container {
  display: flex;
  flex-direction: column;
}

.contact-info {
  padding-bottom: 2rem;
  margin-bottom: auto;
}

#kontakt .schlaufen-mobile {
  position: absolute;
  top: -84%;
  left: -149%;
  z-index: 109;
}

#kontakt.text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  #kontakt.text {
    margin-top: 8rem;
    position: relative;
  }
}
#kontakt.text .dsgvo {
  margin-top: auto;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #kontakt.text .dsgvo {
    margin-top: 8rem;
    text-decoration: underline;
  }
}

@media (min-width: 1025px) {
  .statement-container {
    width: 40vw;
    text-align: center;
    margin-left: 5rem;
    margin-right: 5rem;
    z-index: 50 -10;
    position: relative;
  }
}

@media (max-width: 1024px) {
  main {
    margin-top: calc(4rem + 23px);
    flex-direction: column;
    margin-bottom: calc(14vh + 2.4rem);
  }
}

@media (max-width: 1024px) {
  .scroll-wrapper {
    padding: 0 1rem 1rem 1rem;
    overflow: clip;
  }
}
/*# sourceMappingURL=style.css.map */
