/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * 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;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * 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;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [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 */
}

/**
 * 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 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

.invisible, .fe-unsichtbar {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

.video_container video, .video_container audio {
  width: 100%;
  height: auto;
}

.responsive {
  position: relative;
  height: 0;
  box-sizing: content-box;
}
.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive.ratio-169 {
  padding-bottom: 56.25%;
}
.responsive.ratio-1610 {
  padding-bottom: 62.5%;
}
.responsive.ratio-219 {
  padding-bottom: 42.8571%;
}
.responsive.ratio-43 {
  padding-bottom: 75%;
}
.responsive.ratio-32 {
  padding-bottom: 66.6666%;
}

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML-Tags und Klassen */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #000;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}

.ce_text p:first-child,
.ce_text figure:first-child {
  margin-top: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  display: block;
  border: 0;
}

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #000;
  margin: 1rem 0;
}

.blocklink, .download-element a {
  display: block;
}

.float_left,
.float_right {
  margin-bottom: 0.5555555556rem;
}

.float_above,
.float_below {
  text-align: center;
}

@media (min-width: 720px) {
  .float_left {
    float: left;
    margin-right: 1.1111111111rem;
    max-width: 40%;
  }
  .float_right {
    float: right;
    margin-left: 1.1111111111rem;
    max-width: 40%;
  }
}
.btn, .ce_hyperlink.button a, button.submit, a.toplink {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 0.25em 1.1111111111rem;
  border: 0;
}
@media (min-width: 720px) {
  .btn, .ce_hyperlink.button a, button.submit, a.toplink {
    display: inline-block;
    width: unset;
  }
}
.btn:hover, .ce_hyperlink.button a:hover, button.submit:hover, a.toplink:hover {
  background-color: #000;
}

.visible {
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  position: unset;
  overflow: visible;
  display: block;
}

.crisp {
  image-rendering: -webkit-pixelated;
  image-rendering: pixelated;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

table {
  border-collapse: collapse;
}

td, th {
  text-align: left;
  vertical-align: top;
  padding: 0.4em 1.1111111111rem;
  border-top: 1px solid #c6c6c6;
}
td.col_first, td:first-child, th.col_first, th:first-child {
  padding-left: 0;
}
td.col_last, td:last-child, th.col_last, th:last-child {
  padding-right: 0;
}
.row_0 td, .row_0 th {
  border-top: 0;
}
thead td, thead th {
  border-top: 0;
  border-bottom: 1px solid #c6c6c6;
}
td p, th p {
  margin: 0;
}

/* cormorant-garamond-regular - 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: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/theme-bx/dist/fonts/cormorant-garamond-v21-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - 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: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/theme-bx/dist/fonts/roboto-v50-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - 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: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../../files/theme-bx/dist/fonts/roboto-v50-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - 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: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/theme-bx/dist/fonts/roboto-v50-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-family: roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (min-width: 720px) {
  html {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 1.375rem;
  }
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, .toggler, h5, h6,
.h1, .h2, .h3, .h4, .h5 {
  margin-top: 1.5em;
  margin-bottom: 1rem;
}
h1 + *, h2 + *, h3 + *, h4 + *, .toggler + *, h5 + *, h6 + *,
.h1 + *, .h2 + *, .h3 + *, .h4 + *, .h5 + * {
  margin-top: 0;
}

h1, h2, h3,
.h1, .h2, .h3 {
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.2727272727em;
  font-weight: normal;
}

h2, .h2 {
  font-size: 1.6363636364em;
  font-weight: bold;
}

h3, .h3 {
  font-size: 1.2727272727em;
  font-weight: normal;
}

h4, .toggler, .h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}

h5 {
  font-size: 1em;
  margin-bottom: 0;
}

ul, ol {
  padding-left: 1.1111111111rem;
}

/* Layout */
[id=main] .mod_article:not(.breit) .article-inside, [id=footer] .inside {
  max-width: 1200px;
  margin-inline: auto;
}

[id=main] .mod_article:not(.breit), [id=footer], [id=header] {
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
}
@media (min-width: 1300px) {
  [id=main] .mod_article:not(.breit), [id=footer], [id=header] {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
  }
}

body.bg-sand {
  background-color: #ded9d1;
}
body.text-blue {
  color: #0000ff;
}
body.text-green {
  color: #00ff00;
}
body.text-pink {
  color: #ff00ff;
}

[id=wrapper] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

[id=header] .inside {
  max-width: 1600px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-block: 1rem;
}

a#logo {
  max-width: 45vw;
}

.social a {
  background-color: #666;
  color: #fff;
  display: block;
  width: 1.2em;
  height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
.social a.linkedin {
  text-indent: 101%;
  background: #666 url("../../files/theme-bx/dist/img/icn-linkedin-white.svg") no-repeat center/68%;
}
.social a:hover {
  background-color: #0000ff;
  transform: scale(1.1) rotate(-10deg);
}

[id=footer] {
  width: 100%;
}
[id=footer] a {
  color: inherit;
}
[id=footer] .inside {
  color: #000;
  font-size: 0.8rem;
  padding-top: 0.5555555556rem;
  padding-bottom: 0.5555555556rem;
}

[id=container] {
  flex: 1;
  width: 100%;
  line-height: 1.5;
}
[id=container] > * {
  box-sizing: border-box;
}

[id=main] > .inside {
  padding-bottom: 3rem;
}
.ce_form {
  margin: 1.1111111111rem 0;
}

[id=main] .widget {
  margin: 1em 0;
}

label {
  display: block;
}

.textfeld, textarea, input.text,
input.captcha {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0.5555555556rem 1.1111111111rem;
}

button.submit {
  cursor: pointer;
}

span.mandatory {
  color: #000;
  margin-left: 0.25em;
}

p.error {
  color: #f34910;
  margin-bottom: 0.25em;
}

input.error {
  border-color: #f34910 !important;
}

.checkbox_container,
.radio_container {
  padding: 0;
  border: 0;
}
.checkbox_container span,
.radio_container span {
  display: flex;
}
.checkbox_container span input,
.radio_container span input {
  width: 1em;
  height: 1.3333em;
  margin-right: 1em;
}

.swiper {
  --swiper-wrapper-transition-timing-function: cubic-bezier(0.6,0.00,0.4,1.00);
}
@media (max-width: 960px) {
  .swiper {
    margin-inline: -5vw;
  }
}

.swiper-wrapper {
  padding: 0;
  margin: 0;
  cursor: grab;
}

.swiper-slide {
  transition-timing-function: linear;
}

.hero-start {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.6rem;
  padding-bottom: 2rem;
  margin-block: 1rem;
  min-height: calc(75dvh - 10.2rem - 40px);
}
.hero-start h1 {
  font-family: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", "URW Palladio L", P052, serif;
  font-size: 8.5em;
  line-height: 0.75;
  text-align: right;
  text-transform: uppercase;
  margin-block: 0;
}
.hero-start h1 span {
  display: block;
  animation-name: hero;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
}
.hero-start h1 span:nth-child(1) {
  animation-delay: 200ms;
}
.hero-start h1 span:nth-child(2) {
  animation-delay: 600ms;
}
.hero-start h1 span:nth-child(3) {
  animation-delay: 1000ms;
}
.hero-start .rte {
  font-size: 0.92rem;
  line-height: 1.36;
  text-align: center;
  animation: scaleFade 0.7s 1.3s both;
}
@media (orientation: portrait) {
  .hero-start::after {
    content: "";
    display: block;
    width: 4em;
    height: 6em;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2em);
    background: url("../../files/theme-bx/dist/img/arrow-down.svg") no-repeat bottom/contain;
    animation: pfeil 0.6s 2s both ease-out;
  }
}
@media (orientation: landscape) {
  .hero-start h1 span:last-child::before {
    content: "";
    display: block;
    width: 4rem;
    height: 6rem;
    position: absolute;
    background: url("../../files/theme-bx/dist/img/arrow-down.svg") no-repeat bottom/contain;
    margin-left: -0.2em;
    margin-top: 0.1em;
    animation: pfeil 0.6s 2s both ease-out;
  }
}
@media (min-width: 720px) {
  .hero-start {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .hero-start h1 {
    width: -moz-min-content;
    width: min-content;
    margin-left: -1.35em;
  }
  .hero-start .rte {
    font-size: 0.92em;
    max-width: 20em;
  }
}
@media (max-width: 960px) {
  .hero-start {
    font-size: 2.4vw;
  }
}

.btn-round {
  position: relative;
  z-index: 10;
  bottom: 4em;
}
.btn-round a {
  background: #9a00ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.86em;
  letter-spacing: 0.027em;
  width: 6.2em;
  height: 6.2em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
}
.btn-round a:hover {
  background: black;
  transform: scale(1.1) rotate(-10deg);
}

.content-gallery {
  transform-origin: top;
}

.text-narrow {
  max-width: 25em;
}

.v-space {
  width: 100%;
  margin: 0;
}

.ce_downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.download-element {
  padding: 0;
  background-color: #f0f0f0;
  background-image: url(../../files/theme-bx/dist/img/icn-download-blue.svg);
  background-position: 0.5555555556rem center;
  background-size: 1.5em;
}
.download-element a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  padding-left: 3rem;
}
.download-element .size {
  font-size: 0.8888888889rem;
  padding-left: 0.5em;
  border-left: 1px solid #000;
  margin-left: 0.5em;
}

.ce_hyperlink {
  margin: 1.1111111111rem 0;
}
.ce_hyperlink a {
  display: block;
}
.ce_hyperlink a[href*=http]:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../files/theme-bx/dist/img/icn-externer-link.svg) no-repeat left;
  margin-right: 0.2em;
}
.spalte-rechts .ce_hyperlink.button {
  text-align: center;
}

/* Akkordeon */
.toggler {
  padding-left: 1.6em;
  cursor: pointer;
  transition: 0.4s;
  outline: 0;
}
.toggler .ui-icon {
  position: absolute;
  margin-left: -1.6em;
  margin-top: 0.2em;
  width: 1.0588235294em;
  height: 1.0588235294em;
  background: url(../../files/theme-bx/dist/img/icn-toggle-oben.svg) no-repeat left/contain;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: 0.3s;
}
.toggler.ui-state-active .ui-icon {
  transform: none;
}

.accordion {
  padding-bottom: 2em;
}

.content-gallery ul:not(.swiper-wrapper) {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.1111111111rem -0.5555555556rem 1.1111111111rem 0;
}
@media (max-width: 960px) {
  .content-gallery ul:not(.swiper-wrapper) {
    justify-content: space-around;
  }
}
.content-gallery li {
  list-style: none;
}
.content-gallery img {
  width: 100%;
}

.pagination {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8888888889rem;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.pagination a, .pagination strong {
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  text-decoration: none;
  background: #9a00ff;
  color: #000;
  padding: 0 0.75em;
  margin-right: 5px;
}
.pagination a:hover {
  background-color: black;
}
.pagination strong {
  background-color: #000;
  color: #fff;
}

/* Druckversion */
@media print {
  #header,
  #footer,
  .mobile_menu {
    display: none !important;
  }
}
/* Ende Druckversion */
nav ul,
nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav a, nav strong {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
nav a.nav-disabled {
  pointer-events: none;
}

@media (min-width: 960px) {
  .nav-main .level_1 {
    display: flex;
  }
  .nav-main .level_1 > li {
    position: relative;
  }
  .nav-main .level_2 {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline;
  }
  .nav-main li:hover > .level_2 {
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    position: unset;
    overflow: visible;
    display: block;
    position: absolute;
    left: 0;
    z-index: 100;
    min-width: 100%;
  }
}

.nav-footer .level_1 {
  display: flex;
  justify-content: flex-end;
}
.nav-footer .level_1 li:not(:last-child) {
  margin-right: 5%;
}
.nav-footer .level_1 a, .nav-footer .level_1 strong {
  padding-block: 0.3em;
}
.nav-footer .level_1 .active {
  display: none;
}

/* Scss Document */
@keyframes hero {
  0.0% {
    opacity: 0;
    transform: translateX(calc(4em + (100vw - 1200px) / 2));
  }
  100.0% {
    opacity: 1;
    transform: none;
  }
}
@keyframes scaleFade {
  0.0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100.0% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bg {
  0.0% {
    background-position: right 27rem bottom -6em;
  }
  100.0% {
    background-position: right 27rem bottom 0;
  }
}
@keyframes pfeil {
  0.0% {
    opacity: 0;
    transform: translateY(-60%);
  }
  100.0% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*# sourceMappingURL=../maps/theme.css.map */

