/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
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 all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  font-family: "NeutraText", system-ui, sans-serif;
}

.font-bold {
  font-family: "NeutraTextBold", system-ui, sans-serif;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!w-auto {
  width: auto !important;
}

.w-\[15vw\] {
  width: 15vw;
}

.\!border-0 {
  border-width: 0px !important;
}

.\!p-\[12vw\] {
  padding: 12vw !important;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

@font-face {
  font-family: "NeutraText";

  src: url("/public/frontend/fonts/NeutraText-Book.otf") format("opentype");
}

@font-face {
  font-family: "NeutraTextBold";

  src: url("/public/frontend/fonts/NeutraText-Bold.otf") format("opentype");
}

footer,
main {
  overflow: hidden;
}

body {
  font-family: "NeutraText", system-ui, sans-serif;
  color: #000000;
  /* font-size: 0.93vw; */
  font-size: max(12px, 0.93vw);
  line-height: 1.66;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000 !important;
  opacity: 1 !important;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #000000 !important;
}

.font-bold,
strong {
  font-family: "NeutraTextBold", system-ui, sans-serif;
}

.link_set {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.link_set a {
  color: #9d9c9c;
  font-size: 25px;
  line-height: 1;
}

.link_set a.active {
  color: #000000;
}

.link_set .line {
  width: 66px;
  height: 4px;
  background-color: #000000;
}

@media all and (max-width: 1200px) {
  .link_set {
    gap: 6px;
  }

  .link_set a {
    font-size: 20px;
  }

  .link_set .line {
    width: 44px;
    height: 3px;
  }
}

@media all and (max-width: 980px) {
  .link_set {
    gap: 4px;
  }

  .link_set a {
    font-size: 18px;
  }

  .link_set .line {
    width: 33px;
    height: 2px;
  }
}

.link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #000000;
}

@media all and (max-width: 1400px) {
  .link {
    border-bottom: 2px solid #000000;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
}

.accordion .accordion_item {
  cursor: pointer;
}

.accordion .accordion_item .headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25vw;
  /* font-family: 'NeutraTextBold', system-ui, sans-serif;
  font-size: 2.08vw;
  text-transform: uppercase; */
}

.accordion .accordion_item.active .headline {
  font-size: 2.6vw;
}

.accordion .accordion_item .headline .icon {
  display: none;
  width: 2vw;
  transition: all 0.2s ease-in-out;
}

.accordion .accordion_item.active .headline .icon {
  display: block;
}

.accordion .accordion_item img.arrow {
  width: 1.5vw;
}

.accordion .accordion_item img.close {
  width: 2vw;
}

.accordion .accordion_item .headline img.arrow {
  animation: arrow-down-animation 2s ease-in-out infinite;
}

.accordion .accordion_item.active img.arrow {
  display: none;
}

.accordion .accordion_item img.close {
  display: none;
}

.accordion .accordion_item.active img.close {
  margin-top: -0.5vw;
  display: block;
}

@media all and (max-width: 767px) {
  .accordion .accordion_item img.arrow {
    width: 5vw;
  }

  .accordion .accordion_item img.close {
    width: 7vw;
    margin-top: -2vw !important;
  }

  .accordion .accordion_item .headline .icon {
    width: 5vw;
  }
}

@keyframes arrow-down-animation {
  0% {
    transform: rotate(90deg) translateX(-50%);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: rotate(90deg) translateX(0%);
    opacity: 0;
  }
}

.accordion .accordion_item .headline span {
}

.accordion .accordion_item .content {
  height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.accordion .accordion_item.active .content {
  height: auto;
  max-height: inherit;
  opacity: 1;
  visibility: visible;
}

.accordion_small {
}

.accordion_small .accordion_item {
  cursor: pointer;
  margin-bottom: 0.4vw;
}

.accordion_small .accordion_item .headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7vw;
  margin-bottom: 0.4vw;
  margin-right: -2vw;
}

.accordion_small .accordion_item .line {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 2.96vw;
  height: 0.2vw;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
}

.accordion_small .accordion_item.active .line {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.accordion_small .accordion_item.active .headline {
}

.accordion_small .accordion_item img.arrow {
  width: 0.75vw;
}

.accordion_small .accordion_item img.close {
  width: 1.25vw;
}

.accordion_small .accordion_item .headline img.arrow {
  animation: arrow-down-animation 2s ease-in-out infinite;
}

.accordion_small .accordion_item.active img.arrow {
  display: none;
}

.accordion_small .accordion_item img.close {
  display: none;
}

.accordion_small .accordion_item.active img.close {
  margin-top: -0.5vw;
  display: block;
}

@media all and (max-width: 767px) {
  .accordion_small .accordion_item img.arrow {
    width: 3vw;
  }

  .accordion_small .accordion_item img.close {
    width: 5vw;
    margin-top: -2vw !important;
  }
}

.accordion_small .accordion_item .content {
  height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.accordion_small .accordion_item.active .content {
  height: auto;
  max-height: inherit;
  opacity: 1;
  visibility: visible;
}

/* headlines */

.headline_6xl {
  font-family: "NeutraTextBold", system-ui, sans-serif;
  font-size: 3.125vw;
  line-height: 1.2;
  color: #000000;
}

.headline_5xl {
  font-family: "NeutraTextBold", system-ui, sans-serif;
  font-size: 2.6vw;
  line-height: 1.2;
  color: #000000;
}

.headline_4xl {
  font-family: "NeutraTextBold", system-ui, sans-serif;
  font-size: 2.08vw;
  line-height: 1.2;
  color: #000000;
}

.headline_3xl {
  font-family: "NeutraTextBold", system-ui, sans-serif;
  font-size: 1.45vw;
  line-height: 1.2;
  color: #000000;
}

.headline_2xl {
  font-family: "NeutraTextBold", system-ui, sans-serif;
  /* font-size: 0.93vw; */
  font-size: max(12px, 0.93vw);
  line-height: 1.2;
  color: #000000;
}

/* .headline {
  font-size: 2.08vw;
  line-height: 1.2;
  color: #000000;
} */

.headline_sm {
  font-size: max(12px, 1.3vw);
  line-height: 1.2;
}

.subline {
  font-size: 2.08vw;
  line-height: 1.2;
  color: #000000;
}

/* header */

.header_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6.45vw;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  height: 10.5vw;
}

.header_row .fixed_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6.45vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3.4vw;
  padding-bottom: 3.4vw;
}

/* .header_row .fixed_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  position: fixed;
  
} */

.header_row .left {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding-left: 5.5vw;
  width: calc(52% + 2.5vw);
  min-width: calc(52% + 2.5vw);
  position: relative;
}

.header_row .right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* gap: 0.6vw; */
  padding-right: 8.65vw;
  width: calc(45% - 2.5vw);
  position: relative;
}

.header_row .right .title {
  text-transform: uppercase;
  font-size: max(18px, 2vw);
  line-height: 1;
}

.header_row nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.header_row nav li {
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
}

.header_row nav li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-family: "NeutraText", system-ui, sans-serif;
  /* font-size: 18px; */
  font-size: max(12px, 0.93vw);
  letter-spacing: 0.2vw;
  line-height: 1;
  text-transform: uppercase;
  color: #9d9c9c;
}

.header_row nav li a:after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #9d9c9c;
}

.header_row nav li a.current {
  letter-spacing: 0;
  color: #000000;
  pointer-events: none;
}

.header_row nav li a.current:after {
  display: none;
}

main {
  width: 90%;
  margin-top: 4.68vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

section {
  margin-bottom: 3.25vw;
}

.teaser_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6.45vw;
  margin-bottom: 0;
}

.teaser_row .left {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  padding-left: 5.5vw;
  width: calc(44% + 2.5vw);
  min-width: calc(44% + 2.5vw);
  position: relative;
  margin-top: -5.2vw;
}

.teaser_row .left .teaser_logo {
  width: 4.4vw;
  margin-bottom: 4.2vw;
}

.teaser_row .headline {
  font-family: "NeutraText", system-ui, sans-serif;
}

.teaser_row nav li {
  padding: 0;
  margin: 0 0 0.4vw 0;
  list-style-type: none;
}

.teaser_row nav li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: "NeutraText", system-ui, sans-serif;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  color: #9d9c9c;
}

.teaser_row nav li a.active,
.teaser_row nav li a:hover,
.teaser_row nav li a:focus {
  font-family: "NeutraTextBold", system-ui, sans-serif;
  color: #000000;
}

.teaser_row nav li a:before {
  content: "";
  width: 0;
  height: 4px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}

.teaser_row nav li a.active:before,
.teaser_row nav li a:hover:before,
.teaser_row nav li a:focus:before {
  width: 66px;
}

.teaser_row .right {
  display: flex;
  flex-direction: column;
  gap: 1.35vw;
  padding-right: 8.65vw;
  width: calc(45% - 2.5vw);
  position: relative;
}

.teaser_row .right img {
  max-height: 80vh;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-self: end;
}

.teaser_row .right .arrow_right_big {
  position: absolute;
  width: 3.75vw;
  right: 6.5vw;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: end;
}

.teaser_row .right .arrow_right_big img {
  width: 100%;
}

.teaser_row .right .link_set {
  display: flex;
  align-self: flex-end;
  margin-right: 0;
}

.intro_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6.45vw;
  margin-bottom: 8vw;
}

.intro_row .left {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding-left: 5.5vw;
  width: calc(52% + 2.5vw);
  min-width: calc(52% + 2.5vw);
  position: relative;
}

.intro_row .left .arrow_right_big {
  position: absolute;
  right: -8.5vw;
  z-index: 1;
  top: -0.5vw;
  width: 3.75vw;
}

.intro_row .left .arrow_right_big img {
  width: 100%;
}

.intro_row .right {
  display: flex;
  flex-direction: column;
  gap: 1.35vw;
  padding-right: 8.65vw;
  width: calc(45% - 2.5vw);
  position: relative;
}

.intro_row .right .link_set {
  display: flex;
  align-self: flex-end;
  margin-right: 1.77vw;
}

.info_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6.45vw;
  margin-bottom: 8vw;
}

.info_row .left {
  display: flex;
  flex-direction: column;
  gap: 1.35vw;
  padding-left: 5.5vw;
  width: calc(52% + 2.5vw);
  min-width: calc(52% + 2.5vw);
}

.info_row .left .link_set {
  display: flex;
  align-self: flex-end;
  margin-right: 2.5vw;
}

.info_row .right {
  display: flex;
  flex-direction: column;
  padding-right: 8.65vw;
  width: calc(45% - 2.5vw);
}

.image_row_big {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* gap: 2.5vw; */
  /* margin-bottom: 3.25vw; */
}

.image_row_big .left {
  display: flex;
  flex-direction: column;
  width: 52%;
  min-width: 52%;
}

.image_row_big .right {
  display: flex;
  flex-direction: column;
  width: 45%;
  margin-left: 2.5vw;
}

.image_row_small {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 7.3vw;
  padding-right: 5.5vw;
  margin-bottom: 10vw;
}

.image_row_small .images {
  display: flex;
  flex-direction: row;
  gap: 0.9vw;
  margin-top: 0.6vw;
}

.image_row_small .images img {
  width: 14.3vw;
}

.content_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9.37vw;
  padding-left: 7.3vw;
  padding-right: 7.3vw;
  margin-bottom: 10vw;
}

.content_row .left {
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
}

.content_row .left .headline {
}

.content_row .left .subline {
}

.content_row .left .content {
  text-align: justify;
}

.content_row .right {
  display: flex;
  flex-direction: column;
  gap: 5.6vw;
  min-width: 13.8vw;
  position: relative;
  margin-top: 0.6vw;
}

@media all and (max-width: 1200px) {
  .content_row .right {
    min-width: 165px;
  }
}

@media all and (max-width: 900px) {
  .content_row .right {
    min-width: 150px;
  }
}

.content_row .right .arrow_right_big {
  position: absolute;
  width: 3.8vw;
  top: -1.5vw;
  left: -6vw;
}

.basic_row {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 7.3vw;
  padding-right: 7.3vw;
  margin-top: 8.6vw;
  margin-bottom: 9vw;
}

.basic_row .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 9.37vw;
}

.basic_row .right {
  display: flex;
  flex-direction: column;
  min-width: 13.8vw;
}

@media all and (max-width: 1200px) {
  .basic_row .right {
    min-width: 165px;
  }
}

@media all and (max-width: 900px) {
  .basic_row .right {
    min-width: 150px;
  }
}

.basic_row .right .link {
  display: flex;
  align-self: flex-end;
}

.image_row_full {
  display: flex;
  flex-direction: row;
  gap: 1.45vw;
  padding-left: 7.3vw;
  padding-right: 5.5vw;
  margin-bottom: 10.7vw;
}

.image_row_full img {
  flex: 1 1;
  width: 0;
}

.location_row {
  display: flex;
  flex-direction: row;
  padding-left: 11.7vw;
  padding-right: 5.5vw;
  margin-bottom: 4.2vw;
  position: relative;
}

.location_row .logo_container {
  width: 3.5vw;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
  position: absolute;
  left: 0;
  top: -1vw;
}

.location_row .logo_container img {
}

.location_row .logo_container .side_claim {
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 1;
  transform: rotate(-90deg) translate(-100%, 42%);
  transform-origin: 0 0;
  display: table;
}

.location_row .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.location_row .left {
  display: flex;
  flex-direction: column;
  gap: 1.8vw;
  min-width: 51%;
  width: 51%;
  margin-top: 0.6vw;
}

.location_row .left .content {
  margin-bottom: 2.35vw;
}

.location_row .left span.label {
  width: 80px;
  display: inline-block;
}

.location_row .right {
  display: flex;
  flex-direction: column;
  min-width: 41%;
  width: 41%;
  position: relative;
}

.location_row .right .map_preview {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.location_row .right .adjuster {
  position: relative;
  margin: 1.5vw 0 0 4vw;
}

.location_row .right .arrow_right_big {
  position: absolute;
  width: 3.8vw;
  top: -1.5vw;
  left: -6vw;
}

@media all and (max-width: 1200px) {
  .location_row {
    padding-left: 7.3vw;
  }
}

.legal_content_row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6vw;
  padding-left: 7.3vw;
  padding-right: 7.3vw;
  margin-bottom: 10vw;
}

.legal_content_row .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6vw;
}

footer {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-left: 11.7vw;
  padding-right: 5.5vw;
  margin-bottom: 4.68vw;
}

footer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}

footer .row.top p strong {
  font-family: "NeutraText", system-ui, sans-serif;
  text-transform: none;
}

footer .row.top .opening {
  display: none;
}

footer .left {
  display: flex;
  flex-direction: row;
  gap: 3.4vw;
  min-width: 51%;
  width: 51%;
}

/* footer form.newsletter input {
  padding: 2px 2px 6px 2px;
  border-bottom: 1px solid #000000;
} */

footer .left .col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: nowrap;
}

footer .right {
  display: flex;
  flex-direction: column;
  min-width: 41%;
  width: 41%;
  position: relative;
}

footer .right form.newsletter {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: nowrap;
  margin-top: 0.5vw;
  position: relative;
}

footer .right form.newsletter input:not([type="submit"]) {
  margin-top: 3px;
}

footer .right form.newsletter input[type="submit"] {
  font-family: "NeutraText", system-ui, sans-serif;
  margin-left: 4px;
  text-transform: none;
  letter-spacing: 0;
  padding-top: 2px;
  padding-bottom: 4px;
}

@media all and (min-width: 1200px) {
  footer .right form.newsletter input:not([type="submit"]) {
    min-width: 60%;
  }
}

footer .row.bottom {
  justify-content: space-between;
  padding-bottom: 0.5vw;
  margin-bottom: 0.9vw;
  border-bottom: 1px solid #000000;
  margin-right: 7%;
}

footer .row.bottom .left {
  gap: 0;
}

footer .row.bottom .left .col1 {
  width: 15vw;
}

footer .row.bottom .right {
  display: flex;
  flex-direction: row;
  min-width: 36.5%;
  width: 36.5%;
  gap: 3.75vw;
}

footer .row.copyright {
  font-size: max(12px, 0.73vw);
  text-transform: uppercase;
  color: #d6d6d5;
}

footer .row.copyright ul {
  display: flex;
  flex-direction: row;
}

footer .row.copyright ul li:first-child {
  width: 15vw;
}

@media all and (max-width: 1400px) {
  footer .row.copyright ul li:first-child {
    width: auto;
  }

  footer .row.copyright ul {
    flex-direction: column;
  }
}

@media all and (max-width: 1200px) {
  footer {
    padding-left: 7.3vw;
  }
}

@media all and (max-width: 980px) {
  /* footer {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  } */

  footer .left {
    min-width: 54%;
    width: 54%;
  }

  footer .right {
    min-width: 40.5%;
    width: 40.5%;
  }
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 12vw;
  padding-bottom: 12vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  z-index: 100;
}

body.popup_active .popup-container:has(.popup.show) {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.popup {
  display: flex;
  flex-direction: column;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.45vw 5.45vw 3.5vw 5.45vw;
  background-color: #ffffff;
  position: relative;
  opacity: 0;
  visibility: hidden;
  max-height: 80vh;
  overflow: auto;
  transition: 0.3s ease-in-out;
}

a.popup_close {
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  width: 2vw;
}

body.popup_active {
  overflow-y: hidden;
  inset: 0;
}

body.popup_active .popup.show {
  opacity: 1;
  visibility: visible;
}

.popup .row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3vw;
}

.popup .row .content {
  /* font-size: max(12px, 0.93vw); */
  margin-bottom: 0.78vw;
}

.popup form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

form .col-left {
  display: flex;
  flex-direction: column;
  gap: 0.78vw;
  width: 30%;
  min-width: 30%;
}

form .col-right {
  display: flex;
  flex-direction: column;
  gap: 0.78vw;
  width: 60%;
  min-width: 60%;
}

form input:not([type="submit"]),
form textarea {
  line-height: 1;
  padding: 0px 2px 6px 2px;
  border-bottom: 1px solid #000000;
  outline: none;
}

form input[type="submit"] {
  font-family: "NeutraTextBold", system-ui, sans-serif;
  font-size: max(12px, 0.93vw);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 24px 8px 24px;
  border-bottom: 4px solid #000000;
  outline: none;
}

.popup form input[type="submit"] {
  margin-top: 3.75vw;
  align-self: flex-end;
}

form p {
  font-size: max(12px, 0.73vw);
  line-height: 1.35;
}

form label.checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  padding-top: 5px;
  min-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form label.checkbox span {
  font-size: max(12px, 0.73vw);
  line-height: 1.2;
}

form label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form label.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

form label.checkbox :hover input ~ .checkmark {
  background-color: #ffffff;
}

form label.checkbox input:checked ~ .checkmark {
  background-color: #000000;
}

form label.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

form label.checkbox input:checked ~ .checkmark:after {
  display: block;
}

form label.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* font-size: max(12px, 0.93vw); */

@media all and (min-width: 768px) {
  .show_mobile {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .show_desktop {
    display: none !important;
  }

  body {
    font-size: 3.6vw;
  }

  .accordion {
    gap: 4vw;
  }

  .accordion .accordion_item.active .headline {
    font-size: 8vw;
  }

  .accordion_small .accordion_item {
    margin-bottom: 2vw;
  }

  .accordion_small .accordion_item .headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4vw;
    margin-bottom: 2vw;
  }

  .accordion_small .accordion_item .line {
    width: 8vw;
    height: 4px;
  }

  .headline_6xl {
    font-size: 10vw;
  }

  .headline_5xl {
    font-size: 8vw;
  }

  .headline_4xl {
    font-size: 7vw;
  }

  .headline_3xl {
    font-size: 5vw;
  }

  .headline_2xl {
    font-size: 4vw;
  }

  .subline {
    font-size: 6vw;
  }

  .link {
    border-bottom: 4px solid #000000;
  }

  .header_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
    height: 22vw;
  }

  .header_row .fixed_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .header_row .left {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 0;
    width: -moz-fit-content;
    width: fit-content;
    min-width: inherit;
    position: relative;
    width: 10vw;
  }

  .header_row .middle .title {
    font-size: 6vw;
    opacity: 0;
  }

  body.menu_active .header_row .middle .title {
    opacity: 1;
  }

  .header_row .right {
    display: flex;
    flex-direction: row;
    gap: 12vw;
    padding-right: 0;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: calc(100% + 6vw);
    transform: rotate(90deg);
    transform-origin: 0 100%;
    align-items: center;
    left: 2vw;
  }

  .header_row .right nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3px;
  }

  .header_row .right nav * {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
  }

  .header_row nav li a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .header_row nav li a:after {
    display: none !important;
  }

  .header_row nav li a.current {
    font-family: "NeutraTextBold", system-ui, sans-serif;
    letter-spacing: 0;
    color: #000000;
    pointer-events: none;
  }

  .header_row nav li a.current:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000000;
  }

  .header_row .menu {
    width: 10vw;
  }

  .header_row .menu .show_menu .open {
    display: flex;
  }

  .header_row .menu .show_menu .close {
    display: none;
  }

  body.menu_active .header_row .menu .show_menu .open {
    display: none;
  }

  body.menu_active .header_row .menu .show_menu .close {
    display: flex;
  }

  .header_row .menu .main_menu_container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    padding: 0;
    background: #fff;
    z-index: 2;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out;
  }

  body.menu_active .header_row .menu .main_menu_container {
    padding: 12%;
    opacity: 1;
    max-height: 2000px;
  }

  .header_row .menu .main_menu_container li {
    list-style-type: none;
  }

  .header_row .menu .main-menu li a {
    text-transform: uppercase;
    font-size: 4.4vw;
    line-height: 1.2;
    color: #9d9c9c;
  }

  .header_row .menu .main-menu a.current {
    font-family: "NeutraTextBold", system-ui, sans-serif;
    font-size: 9vw;
    color: #000000;
  }

  .header_row .menu .sub-menu {
    margin-top: 6vw;
    font-family: "NeutraTextBold", system-ui, sans-serif;
    text-transform: uppercase;
    font-size: 5vw;
  }

  .header_row .menu .sub-menu a {
    display: flex;
    gap: 6vw;
    align-items: center;
  }

  .header_row .menu .sub-menu a.current:before {
    content: "";
    width: 12vw;
    height: 3px;
    background-color: #000000;
  }

  .header_row footer {
    padding: 0;
    margin: 6vw 0 0 0;
  }

  .header_row footer .right {
    position: relative;
    transform: none;
    left: 0;
  }

  main {
    width: 100%;
    margin-top: 4vw;
  }

  section {
    margin-bottom: 4vw;
  }

  .teaser_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 8vw;
  }

  .teaser_row .left {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
    min-width: 100%;
    position: relative;
    margin-top: 0;
  }

  .teaser_row .left .header_row_container .teaser_logo {
    width: 10vw;
    margin-bottom: 0;
  }

  .header_row_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12vw;
  }

  .teaser_row .left .header_row_container .headline_5xl {
    font-size: 6vw;
  }

  .teaser_row .left .header_row_container .teaser_content {
    padding-left: 10vw;
    padding-right: 10vw;
    margin-bottom: 6vw;
  }

  .teaser_row .left .teaser_content {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 10vw;
  }

  .teaser_row .left .teaser_content .headline_5xl {
    margin-bottom: 10vw;
  }

  .teaser_row .right {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    padding-right: 0;
    width: 90%;
    position: relative;
  }

  .teaser_row .right .arrow_right_big {
    position: absolute;
    width: 8vw;
    right: 35%;
    z-index: 1;
    top: 90%;
    transform: rotate(90deg);
    display: flex;
    justify-content: end;
    transform-origin: 0 0;
  }

  .teaser_row .right .link_set {
    display: flex;
    align-self: flex-end;
    margin-right: 4vw;
  }

  .intro_row {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8vw;
    margin-bottom: 8vw;
  }

  .intro_row .right {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    padding-right: 0;
    width: 90%;
    position: relative;
    align-self: end;
    margin-right: -12%;
  }

  .intro_row .right .link_set {
    display: flex;
    align-self: flex-end;
    margin-right: 20%;
  }

  .intro_row .left {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    padding-left: 12%;
    padding-right: 12%;
    width: 100%;
    min-width: 100%;
    position: relative;
    order: 2;
  }

  .intro_row .left .arrow_right_big {
    position: absolute;
    right: inherit;
    z-index: 1;
    top: -21vw;
    width: 8vw;
    left: 40%;
    transform: rotate(90deg);
  }

  .info_row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
    margin-bottom: 8vw;
  }

  .info_row .left {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    min-width: 100%;
  }

  .info_row .left .link_set {
    display: none;
  }

  .info_row .right {
    display: flex;
    flex-direction: column;
    padding-right: 12%;
    padding-left: 12%;
    width: 100%;
  }

  .accordion .accordion_item .headline {
    gap: 4vw;
  }

  .image_row_big .left {
    display: flex;
    flex-direction: column;
    width: 85%;
    min-width: 85%;
  }

  .image_row_big .right {
    display: flex;
    flex-direction: column;
    width: 75%;
    margin-left: 4vw;
    min-width: 75%;
  }

  .image_row_small {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8vw;
  }

  .image_row_small .link_set {
    display: none;
  }

  .image_row_small .images {
    display: flex;
    flex-direction: row;
    gap: 1.5vw;
    margin-top: 0;
  }

  .image_row_small .images img {
    width: 24vw;
  }

  .content_row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8vw;
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 8vw;
  }

  .content_row .left {
    gap: 4vw;
  }

  .basic_row {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    padding-left: 12%;
    padding-right: 12%;
    margin-top: 8.6vw;
    margin-bottom: 8vw;
  }

  .basic_row .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8vw;
  }

  .basic_row .right {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .image_row_full {
    display: flex;
    flex-direction: row;
    gap: 14vw;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 14vw;
  }

  .image_row_full img {
    flex: 1 1;
    width: 45vw;
  }

  .content_row .right .arrow_right_big {
    display: none;
  }

  .location_row {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8vw;
    position: relative;
  }

  .location_row .logo_container {
    display: none;
  }

  .location_row .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .location_row .left {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    min-width: 100%;
    width: 100%;
    margin-top: 0;
    padding-left: 12%;
    padding-right: 12%;
  }

  .location_row .left .opening {
    display: none;
  }

  .location_row .right {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    width: 100%;
    position: relative;
    margin-top: 4vw;
  }

  .location_row .right.map {
    overflow: hidden;
  }

  .location_row .right .map_preview {
    position: relative;
    margin-top: -20vw;
    margin-bottom: -20vw;
  }

  .location_row .right .adjuster {
    display: none;
  }

  .legal_content_row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8vw;
    padding-left: 20%;
    padding-right: 12%;
    margin-bottom: 8vw;
  }

  .legal_content_row .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6vw;
  }

  .legal_content_row p {
    word-break: break-word;
  }

  footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 8vw;
  }

  footer .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4vw;
  }

  footer .row.top .left {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    min-width: 100%;
    width: 100%;
    margin-bottom: 8vw;
  }

  footer .row.top .opening {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    width: 100%;
    margin-bottom: 8vw;
  }

  footer .row.top .opening .label {
    width: 14.1vw;
    display: inline-table;
  }

  footer .row.top .opening .time {
    min-width: 21.17vw;
    display: inline-table;
  }

  footer .row.top p strong {
    font-family: "NeutraTextBold", system-ui, sans-serif;
    text-transform: uppercase;
  }

  footer .right {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    width: 100%;
    position: relative;
  }

  footer .right form.newsletter {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: nowrap;
    margin-top: 2vw;
    position: relative;
  }

  footer .right form.newsletter input:not([type="submit"]) {
    margin-top: 3px;
    display: flex;
    flex-grow: 1;
  }

  footer .right form.newsletter input[type="submit"] {
    font-size: 3.6vw;
    padding-left: 0;
    padding-right: 0;
  }

  footer .row.bottom {
    justify-content: space-between;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #000000;
    margin-right: 0;
    margin-top: 6vw;
  }

  footer .row.bottom .left {
    display: flex;
    flex-direction: row;
    gap: 4vw;
    min-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }

  footer .row.bottom .left .col1 {
    width: 50%;
  }

  footer .row.bottom .right {
    display: none;
  }

  footer .row.copyright {
    font-size: 3.2vw;
  }

  .popup {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10vw 6vw 6vw 6vw;
    background-color: #ffffff;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  a.popup_close {
    position: absolute;
    top: 3vw;
    right: 3vw;
    width: 8vw;
  }

  .popup .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 4vw;
  }

  .popup form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4vw;
  }

  form .col-left {
    display: flex;
    flex-direction: revert;
    gap: 4vw;
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
  }

  form .col-right {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    width: 100%;
    min-width: 100%;
  }

  .popup form input:not([type="submit"]),
  .popup form textarea {
    flex-grow: 1;
  }
}

@media all and (max-width: 424px) {
  footer .row.top .opening .label {
    width: 50px;
  }

  footer .row.top .opening .time {
    min-width: 80px;
  }
}

@media all and (max-width: 374px) {
  footer .row.top .opening .label {
    width: 40px;
  }

  footer .row.top .opening .time {
    min-width: 70px;
  }
}

a#btn_top {
  position: fixed;
  width: 3vw;
  height: auto;
  bottom: 3vw;
  right: 3vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

body.scrolled a#btn_top {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

a#btn_top img {
  width: 100%;
  width: 8vw;
  transform: rotate(-90deg);
}

@media all and (max-width: 767px) {
  a#btn_top {
    width: 6vw;
    bottom: 6vw;
    right: 6vw;
  }
}

.owl_slider {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.owl_slider .item {
  display: block;
  width: 100%;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-item {
  float: left;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 0;
  width: 100%;
}

.owl-nav.disabled {
  display: none;
}

.owl-dot {
  width: 10vw;
  height: 4px;
  display: inline-block;
  margin-left: 1vw;
  margin-right: 1vw;
  background-color: #dddddd;
}

.owl-dot.active {
  background-color: #000000;
}

.slider_speisekarte {
  padding-bottom: 20px;
}

.slider_speisekarte .owl-item {
  margin-bottom: 40px;
}

.slider_speisekarte .owl-item img {
  width: 60%;
  margin: auto;
}

input[type="submit"] {
  cursor: pointer;
}

@media (min-width: 768px) {
  .md\:\!p-\[6vw\] {
    padding: 6vw !important;
  }
}
