@charset "UTF-8";
@import "fonts.css";
:root {
  --farbe-blau: rgb(0,159,277);
  --farbe-gruen: rgb(118,184,42);
  --farbe-orange: rgb(249,174,0);
  --farbe-rot: rgb(227,6,19);
  --farbe-schwarz: #1D1D1B;
  --farbe-schwarz-35: rgba(0,0,0,.35);
  --farbe-weiss: #fff;
  --txt-color: #4E4E4E;
  --bg-color: #dfd9cf;
  --line-height: 1.325;
  --farbe-rosa1: #f4d0cd;
  --farbe-rosa: rgb(244, 208, 205);
  --farbe-grau: #777;
  --farbe-text-rosa:#FA9898;
  --farbe-text-link-rosa: #F79F9F;
}

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

:root,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.row {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 30px;
  max-width: auto;
}
@media (min-width: 768px) {
  :root,
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1024px) {
  :root,
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1440px) {
  :root,
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1740px) {
  :root,
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1420px;
  }
}
.align-self-start {
  align-self: start;
}

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

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

.align-self-stretch {
  align-self: stretch;
}

.justify-self-start {
  justify-self: start;
}

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

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

@media (max-width: 767px) {
  .row-reverse-mobile > .row {
    flex-direction: column-reverse !important;
  }
}
.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semibold {
  font-weight: 600 !important;
}

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

.thin {
  font-weight: 100 !important;
}

.extralight {
  font-weight: 200 !important;
}

.light {
  font-weight: 300 !important;
}

.italic {
  font-style: italic;
}

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

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

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

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

@media (min-width: 768px) {
  .align-md-center {
    text-align: center;
  }
  .align-md-left {
    text-align: left;
  }
  .align-md-right {
    text-align: right;
  }
  .align-md-justify {
    text-align: justify;
  }
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.z-index-1 {
  z-index: 1;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.h-100vh {
  height: 100vh;
}

.w-100vw {
  width: 100vw;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.h-min-100 {
  min-height: 100%;
}

.w-min-100 {
  min-width: 100%;
}

.h-min-100vh {
  min-height: 100vh;
}

.w-min-100vw {
  min-width: 100vw;
}

.text-uppercase {
  text-transform: uppercase;
}

.color-text-alt {
  color: var(--color-box);
}

.font-size-0 {
  font-size: 0 !important;
}

.box-shadow {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.cover-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.cover-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.onlyDesktop {
  display: none;
}
@media (min-width: 1024px) {
  .onlyDesktop {
    display: block;
  }
}

.onlyTabletDesktop {
  display: none;
}
@media (min-width: 768px) {
  .onlyTabletDesktop {
    display: block;
  }
}

.onlyMobil {
  display: block;
}
@media (min-width: 768px) {
  .onlyMobil {
    display: none;
  }
}

.onlyTablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .onlyTablet {
    display: block;
  }
}
@media (min-width: 1024px) {
  .onlyTablet {
    display: none;
  }
}

.clearfix {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
}

:root {
  --space-extra-small: 18px;
  --space-small: 24px;
  --space-medium: 32px;
  --space-large: 48px;
  --space-extra-large: 64px;
  --innerspace-extra-small: 18px;
  --innerspace-small: 24px;
  --innerspace-medium: 32px;
  --innerspace-large: 48px;
  --innerspace-extra-large: 64px;
}
@media (min-width: 768px) {
  :root {
    --space-extra-small: 24px;
    --space-small: 44px;
    --space-medium: 64px;
    --space-large: 128px;
    --space-extra-large: 184px;
  }
}
@media (min-width: 768px) {
  :root {
    --innerspace-extra-small: 24px;
    --innerspace-small: 32px;
    --innerspace-medium: 64px;
    --innerspace-large: 135px;
    --innerspace-extra-large: 184px;
  }
}

.frame-space-before-extra-small,
.space-before-extra-small {
  margin-top: var(--space-extra-small);
}
.frame-space-before-small,
.space-before-small {
  margin-top: var(--space-small);
}
.frame-space-before-medium,
.space-before-medium {
  margin-top: var(--space-medium);
}
.frame-space-before-large,
.space-before-large {
  margin-top: var(--space-large);
}
.frame-space-before-extra-large,
.space-before-extra-large {
  margin-top: var(--space-extra-large);
}
.frame-space-after-extra-small,
.space-after-extra-small {
  margin-bottom: var(--space-extra-small);
}
.frame-space-after-small,
.space-after-small {
  margin-bottom: var(--space-small);
}
.frame-space-after-medium,
.space-after-medium {
  margin-bottom: var(--space-medium);
}
.frame-space-after-large,
.space-after-large {
  margin-bottom: var(--space-large);
}
.frame-space-after-extra-large,
.space-after-extra-large {
  margin-bottom: var(--space-extra-large);
}

:root {
  --extra-small: 18px;
  --small: 24px;
  --medium: 32px;
  --large: 48px;
  --extra-large: 60px;
}
@media (min-width: 768px) {
  :root {
    --extra-small: 18px;
    --small: 32px;
    --medium: 64px;
    --large: 80px;
    --extra-large: 100px;
  }
}
@media (min-width: 992px) {
  :root {
    --extra-small: 18px;
    --small: 32px;
    --medium: 64px;
    --large: 100px;
    --extra-large: 180px;
  }
}

.frame-innerspace-before-extra-small,
.innerspace-before-extra-small {
  padding-top: var(--extra-small);
}
.frame-innerspace-before-small,
.innerspace-before-small {
  padding-top: var(--small);
}
.frame-innerspace-before-medium,
.innerspace-before-medium {
  padding-top: var(--medium);
}
.frame-innerspace-before-large,
.innerspace-before-large {
  padding-top: var(--large);
}
.frame-innerspace-before-extra-large,
.innerspace-before-extra-large {
  padding-top: var(--extra-large);
}
.frame-innerspace-after-extra-small,
.innerspace-after-extra-small {
  padding-bottom: var(--extra-small);
}
.frame-innerspace-after-small,
.innerspace-after-small {
  padding-bottom: var(--small);
}
.frame-innerspace-after-medium,
.innerspace-after-medium {
  padding-bottom: var(--medium);
}
.frame-innerspace-after-large,
.innerspace-after-large {
  padding-bottom: var(--large);
}
.frame-innerspace-after-extra-large,
.innerspace-after-extra-large {
  padding-bottom: var(--extra-large);
}
.frame-innerspace-before-after-extra-small,
.innerspace-before-after-extra-small {
  padding-top: --extra-small;
  padding-bottom: --extra-small;
}
.frame-innerspace-before-after-small,
.innerspace-before-after-small {
  padding-top: var(--small);
  padding-bottom: var(--small);
}
.frame-innerspace-before-after-medium,
.innerspace-before-after-medium {
  padding-top: var(--medium);
  padding-bottom: var(--medium);
}
.frame-innerspace-before-after-large,
.innerspace-before-after-large {
  padding-top: var(--large);
  padding-bottom: var(--large);
}
.frame-innerspace-before-after-extra-large,
.innerspace-before-after-extra-large {
  padding-top: var(--extra-large);
  padding-bottom: var(--extra-large);
}

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

.space-0 {
  margin: 0 !important;
}

.space-after-0 {
  margin-bottom: 0 !important;
}

.innerspace-0 {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .mobil-after-0 {
    margin-bottom: 0 !important;
  }
}

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: inline-block;
  max-inline-size: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: var(--txt-color);
  font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
  line-height: var(--line-height);
  font-size: 18px;
  font-size: 1.125rem;
  transition: background-color 0.25s ease-in-out;
}
@media (min-width: 576px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h1,
h2,
.h1,
.h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: var(--farbe-grau);
}
h1:has(~ p),
h2:has(~ p),
.h1:has(~ p),
.h2:has(~ p) {
  margin-bottom: 2rem;
}
h1:not(:last-of-type),
h2:not(:last-of-type),
.h1:not(:last-of-type),
.h2:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  h1:not(:last-of-type),
  h2:not(:last-of-type),
  .h1:not(:last-of-type),
  .h2:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  h1,
  h2,
  .h1,
  .h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  h1,
  h2,
  .h1,
  .h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

h3, .h3 {
  letter-spacing: 0.025em;
  margin-bottom: 21px;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h4, .h4 {
  letter-spacing: 0.015em;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

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

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

.smartmenu-switcher {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(var(--bs-gutter-x) * 0.5);
  cursor: pointer;
  padding: 0;
  display: block;
  transition: all 0.3s;
  z-index: 25;
  background: transparent;
}
.smartmenu-switcher a {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--farbe-schwarz);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 993px) {
  .smartmenu-switcher {
    display: none;
  }
}
.smartmenu-switcher span {
  background-color: var(--farbe-weiss);
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 0px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease-in-out, background-color 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
.smartmenu-switcher span:last-child {
  margin-bottom: 0;
}
.smartmenu-switcher span.pos-top {
  transform: translateX(-50%) translateY(calc(-50% - 6px));
}
.smartmenu-switcher span.pos-bottom {
  transform: translateX(-50%) translateY(calc(-50% + 6px));
}

#mobilNav {
  background-color: var(--farbe-schwarz);
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  padding: 120px 0 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translateX(100%);
  display: block;
  transition: all 0.5s ease-in-out;
  width: 80%;
}
@media (min-width: 576px) {
  #mobilNav {
    width: 75%;
  }
}
@media (min-width: 768px) {
  #mobilNav {
    max-width: 50%;
  }
}
@media (min-width: 993px) {
  #mobilNav {
    display: none;
  }
}
#mobilNav .inner {
  padding: 30px;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
#mobilNav ul {
  display: flex;
  gap: 30px 0;
  flex-direction: column;
}
#mobilNav ul li {
  display: block;
  width: 100%;
  font-family: var(--font-family);
}
#mobilNav ul li a {
  text-align: center;
  display: block;
  color: var(--farbe-weiss);
  font-size: 32px;
  font-size: 2rem;
}
#mobilNav ul li li a {
  font-size: 21px;
  font-size: 1.3125rem;
}

html.mnopen {
  position: relative;
  overflow: hidden;
}

html.mnopen .page-wrapper {
  position: relative;
  overflow: hidden;
}

html.mnopen .smartmenu-switcher a,
.mm-wrapper_opened .smartmenu-switcher a {
  background-color: var(--farbe-weiss);
}
html.mnopen .smartmenu-switcher span,
.mm-wrapper_opened .smartmenu-switcher span {
  background-color: var(--farbe-schwarz);
}
html.mnopen .smartmenu-switcher .pos-top,
.mm-wrapper_opened .smartmenu-switcher .pos-top {
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}
html.mnopen .smartmenu-switcher .pos-middle,
.mm-wrapper_opened .smartmenu-switcher .pos-middle {
  opacity: 0;
}
html.mnopen .smartmenu-switcher .pos-bottom,
.mm-wrapper_opened .smartmenu-switcher .pos-bottom {
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}
html.mnopen #mobilNav,
.mm-wrapper_opened #mobilNav {
  transform: translateX(0);
  transition: all 0.5s ease-in;
  z-index: 8;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
header#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(244, 208, 205, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (min-width: 769px) {
  header#header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  header#header.scroll-up {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header#header.scroll-up .logo {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.logo {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 10vw;
  line-height: 1;
  color: var(--farbe-schwarz);
  transition: all 0.25s linear;
}
.logo span {
  color: var(--farbe-text-rosa);
}
.logo a {
  color: inherit;
}
@media (min-width: 993px) {
  .logo {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

nav#main {
  display: none;
}
@media (min-width: 993px) {
  nav#main {
    display: inline-flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: calc(var(--bs-gutter-x) * 0.5);
  }
}
nav#main ul {
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  gap: 0 30px;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
nav#main ul li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
}
nav#main a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: var(--farbe-schwarz);
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}
nav#main a.active, nav#main a:hover {
  color: var(--farbe-schwarz);
  border-bottom: 3px solid var(--farbe-schwarz);
}

footer#footer {
  padding: 30px 0;
  font-size: 16px;
  font-size: 1rem;
}

section#impressum {
  font-size: 16px;
  font-size: 1rem;
}

section#intro {
  height: 50vh;
}
@media (min-width: 768px) {
  section#intro {
    height: 100vh;
  }
}

.farbe-schwarz {
  color: var(--farbe-schwarz);
}

.bg-schwarz {
  background: #000000;
  color: #FDFDFD;
}
.bg-schwarz h1, .bg-schwarz h2, .bg-schwarz h3, .bg-schwarz h4, .bg-schwarz p {
  color: inherit;
}
.bg-schwarz a {
  color: var(--farbe-text-link-rosa);
}

.farbe-rosa {
  color: var(--farbe-text-rosa);
}

.bg-rosa {
  background-color: var(--farbe-rosa);
}

.bg-gradient-rosa {
  background: #F4D0CD;
  background: linear-gradient(160deg, rgb(244, 208, 205) 50%, rgb(245, 236, 237) 100%);
}

.bg-gradient-schwarz {
  background: #000000;
  background: radial-gradient(circle at 100% 100%, #896360 0%, #000000 25%);
  color: #C9C9C9;
}
.bg-gradient-schwarz h1, .bg-gradient-schwarz h2, .bg-gradient-schwarz h3, .bg-gradient-schwarz h4, .bg-gradient-schwarz p {
  color: inherit;
}
.bg-gradient-schwarz .subhead {
  color: var(--farbe-rosa);
}

.subhead {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 768px) {
  .subhead {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}

.person {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .person {
    margin-bottom: 0;
  }
}

.bild {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bild {
    margin-bottom: 20px;
  }
}

.zusatz {
  letter-spacing: 0.015em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .zusatz {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.logo-fuss {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 16vw;
}
@media (min-width: 1024px) {
  .logo-fuss {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

.auflistung span {
  display: block;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .auflistung span {
    display: inline-block;
    padding-top: 0;
  }
  .auflistung span:before {
    display: inline-block;
    content: "·";
  }
}

.ref-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .ref-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.referenz .bild {
  margin-bottom: 60px;
}
.referenz .info {
  color: #000;
}
@media (max-width: 767px) {
  .withsvg svg {
    max-width: 15vw;
  }
}

.weitere_ref {
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.weitere_ref span {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s linear;
  width: 25vw;
  overflow: hidden;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .weitere_ref span {
    display: inline-block;
  }
}
.weitere_ref a {
  display: block;
}
.weitere_ref a:hover span {
  visibility: visible;
  opacity: 1;
  transition: all 0.15s linear;
}
.weitere_ref:last-child {
  margin-bottom: 0;
}