﻿@charset "UTF-8";
/*! tb Normalize: adaptation of normalize for internal use - based on: */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* 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;*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p {
  margin: 0;
}

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  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 font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  /*margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;*/
  margin: 0;
  padding: 0;
}

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

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

/**
 * 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 OS X.
 */
[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 */
}

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

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

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

/* tb adds
   ========================================================================== */
table {
  width: 100%;
  text-align: left;
}

/* <-- tb-normalize --> */
:root {
  --header-height: 107px;
  --button-height: 48px;
}

/** 
*variables.scss:
*    
**/
/*** Colors ***/
/*** sizes ***/
/*** Media Query Ranges ***/
/*** Breakpoints & Grid Variables ***/
/* Grid breakpoints - Mobile first approach */
/*** Font Typography ***/
/*** container  ***/
/*** section_top ***/
/*** buttons ***/
/*** formcreator Variables ***/
/*  formcreator Style1  */
/*  formcreator Style2  */
/*** Slider ***/
/*** accordeon ***/
/*** google map ***/
/*** tables ***/
/*** tbCookie2020 - with klaro!r ***/
/*** Mehr Einstellungen unter Content\tbModule\tbCookie2020\klaro-vars.scss***/
/* Single property */
/*html {
  @include fluid-type(font-size, 320px, 1366px, 14px, 18px);
}
*/
/* Multiple properties with same values */
/*h1 {
  @include fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
}
*/
/* helpers.scss - helper classes */
/* Eigenschaften - Definitionen */
.dn {
  display: none !important;
}

.lclear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0%;
}
.lclear_l {
  clear: left;
}
.lclear_r {
  clear: right;
}

.clear_after {
  content: "";
  display: table;
  clear: both;
}

.lc_s {
  font-size: 0%;
  overflow: hidden;
}
.lc_s.s2 {
  height: 2px;
}
.lc_s.s4 {
  height: 4px;
}
.lc_s.s6 {
  height: 6px;
}
.lc_s.s8 {
  height: 8px;
}
.lc_s.s10 {
  height: 10px;
}
.lc_s.s12 {
  height: 12px;
}
.lc_s.s14 {
  height: 14px;
}
.lc_s.s16 {
  height: 16px;
}
.lc_s.s18 {
  height: 18px;
}
.lc_s.s20 {
  height: 20px;
}
.lc_s.s22 {
  height: 22px;
}
.lc_s.s24 {
  height: 24px;
}
.lc_s.s26 {
  height: 26px;
}
.lc_s.s28 {
  height: 28px;
}
.lc_s.s30 {
  height: 30px;
}
.lc_s.s32 {
  height: 32px;
}
.lc_s.gutter {
  height: 40px;
}
.lc_s.half_gutter {
  height: 20px;
}

.fl {
  float: left;
  display: inline;
}
.fl_selfclean {
  float: left;
  display: inline;
}
.fl_selfclean:after {
  content: "";
  display: table;
  clear: both;
}

.fr {
  float: right;
  display: inline;
}
.fr_selfclean {
  float: right;
  display: inline;
}
.fr_selfclean:after {
  content: "";
  display: table;
  clear: both;
}

.hiddenlink {
  position: absolute;
  font-size: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.hiddenlink__wrap {
  position: relative;
}

/* hide helping classes */
@media only screen and (max-width: 550px) {
  .hide-on-small-only {
    display: none;
  }
}
@media only screen and (min-width: 551px) and (max-width: 991px) {
  .hide-on-medium-only {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1320px) {
  .hide-on-large-only {
    display: none;
  }
}
@media only screen and (min-width: 1321px) and (max-width: 1600px) {
  .hide-on-xlarge-only {
    display: none;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .hide-on-big-only {
    display: none;
  }
}
@media only screen and (min-width: 551px) {
  .hide-on-medium-and-up {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-large-and-up {
    display: none;
  }
}
@media only screen and (min-width: 1321px) {
  .hide-on-xlarge-and-up {
    display: none;
  }
}
@media all and (max-width: 1320px) {
  .hide-on-medium-and-down {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .hide-on-large-and-down {
    display: none;
  }
}
@media all and (max-width: 1920px) {
  .hide-on-xlarge-and-down {
    display: none;
  }
}
/* END hide helping classes */
/*legacy helping classes*/
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.cp {
  cursor: pointer;
}

.no_margin {
  margin: 0;
}

.no_margin_bottom {
  margin-bottom: 0;
}

.only_print {
  display: none;
}

/* Eigenschaften - Definitionen - ENDE */
/* helpers.scss - helper classes - END */
/* <-- tb helping classes */
/**
 * Swiper 6.8.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 22, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/Content/Vendor/PhotoSwipe/src/css/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/Content/Vendor/PhotoSwipe/src/css/default-skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/Content/Vendor/PhotoSwipe/src/css/default-skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* Style for Smartedit preview*/
/* Vorlage für CMS-Eigenschaften */
.cmsEditUrl {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  font-size: 0;
  min-height: 25px;
  min-width: 30px;
  position: relative;
  border: none;
  background-color: #00aada;
  border-radius: 3px;
  color: #FFF;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.cmsEditUrl:after {
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjguNDY2NjY2Mm1tIiAgIGhlaWdodD0iOC40NzgxNjk0bW0iICAgdmlld0JveD0iMCAwIDI5Ljk5OTk5OCAzMC4wNDA3NTgiICAgaWQ9InN2ZzIiICAgdmVyc2lvbj0iMS4xIiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IiAgIHNvZGlwb2RpOmRvY25hbWU9InBlbi5zdmciPiAgPGRlZnMgICAgIGlkPSJkZWZzNCIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjEuMDE2MzY5NiIgICAgIGlua3NjYXBlOmN4PSIzNzcuNTU4MTEiICAgICBpbmtzY2FwZTpjeT0iMzU3LjU2MjE0IiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9InB4IiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMiIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGZpdC1tYXJnaW4tdG9wPSIwIiAgICAgZml0LW1hcmdpbi1sZWZ0PSIwIiAgICAgZml0LW1hcmdpbi1yaWdodD0iMCIgICAgIGZpdC1tYXJnaW4tYm90dG9tPSIwIiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIgICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIgICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTciPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8cGF0aCAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZiIgICAgIGQ9Im0gMCwyNS45MzE3NTkgMCwtNC4xMDkwMSA4LjI1MDgzMTksLTguMjUwNjMgOC4yNTA4MzIxLC04LjI1MDYzOTcgNC4xMDg4MDcsNC4xMDg4MSA0LjEwODgwNyw0LjEwODgwOTcgLTguMjUwNjM0LDguMjUwODMgLTguMjUwNjMzOCw4LjI1MDgzIC00LjEwOTAwNDksMCAtNC4xMDkwMDUzLDAgMCwtNC4xMDkgeiBtIDguMTAxNDE1OCwwLjcyNzA4IGMgMC40ODE1MDk3LC0wLjQ4MDUxIDAuODc1NDcxNCwtMC45MDM2MyAwLjg3NTQ3MTQsLTAuOTQwMjUgMCwtMC4wMzY2IC0xLjA0Njc2NDEsLTEuMTEzNjUgLTIuMzI2MTQzMywtMi4zOTM0MSBsIC0yLjMyNjE0MjgsLTIuMzI2ODQgLTAuOTQxMTc5NywwLjkzOTUgLTAuOTQxMTgwMSwwLjkzOTUgMCwxLjA3MzQ3IDAsMS4wNzM0NSAxLjI4NzEyNzIsMCAxLjI4NzEyNzIsMCAwLDEuMjU0MTMgMCwxLjI1NDEyIDEuMTA0NzI0NCwwIDEuMTA0NzI0OCwwIDAuODc1NDcwOSwtMC44NzM2NyB6IG0gMy45NTYxNDMyLC0xMS44MTEzNCBjIDMuMDIwNDczLC0zLjAxOTY3IDUuNTA4NTYxLC01LjU1NzIwOTcgNS41MjkwODQsLTUuNjM4OTc5NyAwLjA5NDY5LC0wLjM3NzI3IC0wLjI2ODA2LC0wLjcwMDg4IC0wLjYyMTUyNywtMC41NTQ0NyAtMC4wOTQ3NywwLjAzOTIgLTIuNjI4OTA4LDIuNTI4NjM5NyAtNS42MzE0Miw1LjUzMTk1OTcgLTUuMjQ4MTkyOCw1LjI0OTYxIC01LjQ1OTExNTQsNS40Njk5NCAtNS40NTkxMTU0LDUuNzAyNDcgMCwwLjMwNjk2IDAuMTQyMzYwOCwwLjQ0OTMyIDAuNDQ5MzI5NywwLjQ0OTMyIDAuMjMyNTQ4MywwIDAuNDUzNzY0MiwtMC4yMTE4MyA1LjczMzY0ODcsLTUuNDkwMyB6IG0gOS44NjI1MjEsLTYuNzY2MDU5NyAtNC4xMTExMzgsLTQuMDcxNTYgMS43NzIwODUsLTEuNzYxNDUgYyAwLjk3NDY0NSwtMC45Njg4IDEuODkwODk1LC0xLjgzMzc4MDAzIDIuMDM2MTEsLTEuOTIyMTkwMDMgMC4zNzM0ODMsLTAuMjI3MzcgMC43Njg1MSwtMC4zMjc4NCAxLjI4MjYxMiwtMC4zMjYyMjAwMDIzMjcgQyAyMy40ODUxNjMsMC4wMDIwMTkyNyAyMy45OTcxMzEsMC4xOTcwNzkyNyAyNC40NzYwNDYsMC42MDEwNDkyNyBjIDAuMjA2NDc2LDAuMTc0MTcgMS40NTA0LDEuMzk2NTkwMDMgMi43NjQyNzYsMi43MTY0OTAwMyAyLjgwMTM2NCwyLjgxNDIxIDIuNzU5NjQzLDIuNzU1OTcgMi43NTk2NDMsMy44NTE5NiAwLDEuMDYxNyAtMC4wMzA3MywxLjEwODEzIC0yLjEyODg3LDMuMjE1NTk5NyAtMC45NjgwMzEsMC45NzIzNCAtMS43NzgwMTcsMS43Njc4OSAtMS43OTk5NjgsMS43Njc4OSAtMC4wMjE5NSwwIC0xLjg4OTkyMiwtMS44MzIyIC00LjE1MTA0NywtNC4wNzE1NDk3IHoiICAgICBpZD0icGF0aDQxODYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: "";
  top: 6px;
  left: 8px;
}
.cmsEditUrl:hover {
  color: #FFF;
}

.edit_wrap {
  position: relative;
}
.edit_wrap > .cmsEditUrl {
  font-size: 14px;
  padding: 5px 20px;
  padding-left: 30px;
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
  box-shadow: -1px 2px 5px 2px rgba(50, 50, 50, 0.3);
}
.edit_wrap > .cmsEditUrl:after {
  top: 8px;
}
.edit_wrap:hover > .cmsEditUrl {
  box-shadow: -1px 2px 5px 2px rgba(50, 50, 50, 0.6);
  filter: brightness(1.1);
}

#previewOverlay {
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-color: white;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px 0;
}
#previewOverlay.minified {
  width: auto;
  padding: 10px 15px;
  left: auto;
  right: 0;
  top: 0;
  min-height: 0;
  background: #DF202C;
}
#previewOverlay.minified a {
  color: #FFF;
}
#previewOverlay a {
  text-decoration: none;
}
#previewOverlay .button, #previewOverlay .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons #previewOverlay a, #previewOverlay body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu #previewOverlay .central {
  background-color: #f6f6f6;
  border-radius: 3px;
  color: #333;
  margin: 7px 10px;
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  line-height: 1.2;
  height: auto;
  min-height: 1px;
}
#previewOverlay .button:hover, #previewOverlay .projekt_single .donate-preselected-buttons a:hover, .projekt_single .donate-preselected-buttons #previewOverlay a:hover, #previewOverlay body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:hover, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu #previewOverlay .central:hover {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
}

#prevBtnOverview.truetrue,
#BtnCmsLinks.truetrue {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

#onlineBtnOverview.true {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

#BtnCmsLinks {
  display: none !important;
}

/* Vorlage für CMS-Eigenschaften - ENDE */
/* <-- sE - previewbar */
/* global.scss: HTML tags styling and General global classes */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  min-width: 320px;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
  color: #17171B;
  line-height: 0;
  min-height: 400px;
  visibility: visible !important;
  max-width: 2560px;
  margin: auto;
}
body::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 900;
  transition: 0.4s ease background-color, 0s ease height 0.4s;
}
@media all and (max-width: 991px) {
  body {
    webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  body.scrollfixed {
    position: fixed;
    overflow-y: hidden;
  }
}
body > * {
  line-height: normal;
}

.container_center {
  max-width: 1480px;
  padding: 0 20px;
  margin-inline: auto;
}

.container_small {
  max-width: 920px;
  padding: 0 20px;
  margin-inline: auto;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
}
@media only screen and (max-width: 550px) {
  table {
    font-size: 0.8rem;
  }
}
table td, table th {
  border: 1px solid #17171B;
  padding: 2px 6px;
  vertical-align: top;
}
table th {
  background: #17171B;
  color: #F4F5F7;
}
table tr td {
  background: #F4F5F7;
}
table tr:nth-child(2n+1) td {
  background: #EAEDF1;
}
table tr:hover td {
  background: transparent;
}

ul, ol {
  padding: 0 0 0 20px;
}
ul li, ol li {
  margin: 0;
}

hr {
  border: none;
  height: 3px;
  background: #DF202C;
  margin: 30px 0;
}

/* Generic / Global Classes - Styles */
.container_outer {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media all and (max-width: 991px) {
  .container_outer {
    padding: 0 20px;
  }
}
.container_outer .container_inner {
  max-width: 1320px;
  margin: 0 auto;
}

.tb_logo {
  display: inline-block;
  width: 70px;
  height: 15px;
}
.tb_logo img {
  width: 100%;
  display: block;
  line-height: 0;
}
.tb_logo svg {
  height: 15px;
  width: 70px;
}

.svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  color: currentColor;
}
.svg-icon svg {
  width: 100%;
  height: 100%;
}

.social .svg-icon {
  width: 43px;
  height: 43px;
}
.social svg rect {
  transition: 0.4s ease fill;
}
.social svg path {
  transition: 0.4s ease fill;
}
.social:hover svg rect {
  fill: #DF202C;
}
.social:hover svg path {
  fill: #FFF;
}

.image-block {
  position: relative;
}
.image-block picture img {
  display: block;
}
.image-block figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding: 10px 20px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .image-block figcaption {
    padding: 10px;
  }
}
.image-block .figcaption_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
.image-block img {
  border-radius: 8px;
  overflow: hidden;
}
.image-block .figcaption_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.image-block .copyright_notice {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.44);
  padding-inline: 10px;
  padding-block: 3px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.image-block .download_button {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.44);
  border-radius: 44px;
  margin-left: auto;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0);
  transition: 0.4s ease transform, 0.4s ease background-color, 0.4s ease box-shadow;
}
@media only screen and (max-width: 991px) {
  .image-block .download_button {
    width: 34px;
    height: 34px;
  }
}
.image-block .download_button:hover {
  transform: scale(1.1);
  background-color: #17171B;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4784313725);
}
.image-block .download_button .svg-icon {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  .image-block .download_button .svg-icon {
    width: 16px;
    height: 16px;
  }
}
.image-block:has(.image-block-subtitle_subtitle) .figcaption_inner:after {
  content: "";
  position: absolute;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 90px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7215686275), transparent);
  bottom: -10px;
  z-index: -1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .image-block:has(.image-block-subtitle_subtitle) .figcaption_inner:after {
    width: calc(100% + 20px);
    bottom: -10px;
    left: -10px;
  }
}
.image-block:has(.image-block-subtitle_subtitle) .image-block-subtitle_subtitle {
  position: relative;
  width: 100%;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.2;
  color: #FFF;
}
@media only screen and (max-width: 550px) {
  .image-block:has(.image-block-subtitle_subtitle) .image-block-subtitle_subtitle {
    font-size: 12px;
  }
}

.quote_block {
  position: relative;
  color: #DF202C;
  line-height: 1.6;
  margin: 40px 0 60px 0;
  padding-left: 120px;
  padding-left: 60px;
}
@media screen and (min-width: 991px) {
  .quote_block {
    padding-left: calc(60px + 60 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .quote_block {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 550px) {
  .quote_block {
    padding-left: 0;
    margin: 20px 0 40px 0;
  }
}
.quote_block:last-child {
  margin-bottom: 20px;
}
.quote_block footer {
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.quote_block cite {
  font-style: normal;
}
.quote_block .svg-icon {
  position: absolute;
  left: 0;
  width: 58px;
  height: 58px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 991px) {
  .quote_block .svg-icon {
    width: calc(30px + 28 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .quote_block .svg-icon {
    width: 58px;
  }
}
@media screen and (min-width: 991px) {
  .quote_block .svg-icon {
    height: calc(30px + 28 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .quote_block .svg-icon {
    height: 58px;
  }
}
@media only screen and (max-width: 550px) {
  .quote_block .svg-icon {
    position: relative;
    margin-bottom: 20px;
  }
}
.quote_block .heading {
  color: #DF202C;
}

main > .message {
  min-height: 40vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
main > .message:has(.loginmask) {
  display: none;
}
main > .message .container_center {
  width: 100%;
}

[data-name=video-youtube].dsgvo-info-youtube {
  background-image: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.44);
  border-radius: 8px;
  width: calc(100% - 20px);
  color: #FFF;
  z-index: 6;
}
@media only screen and (max-width: 550px) {
  [data-name=video-youtube].dsgvo-info-youtube {
    position: relative;
    transform: none;
    left: 0;
    width: 100%;
    background-color: #35383C;
  }
}

mark {
  animation: highlight linear forwards;
  animation-timeline: view(40% 40%);
  animation-timeline: view(60% 10%);
  background: linear-gradient(to right, #17171B 50%, #ffffff 50%);
  background-position: 100%;
  background-size: 200% 100%;
  color: rgba(0, 0, 0, 0.26);
  background-clip: text;
  padding: 17px 0;
}
@media (prefers-reduced-motion: reduce) {
  mark {
    color: #17171B;
  }
}
mark * {
  color: inherit !important;
  display: inline;
}

@keyframes highlight {
  100% {
    background-position: 0;
  }
}
.badge {
  font-size: 12px;
  color: #17171B;
  border: 1px solid #17171B;
  padding: 9px 19px;
  line-height: 1;
  font-weight: 500;
  border-radius: 100px;
  user-select: none;
}
.badge.badge_white {
  color: #FFF;
  border-color: #FFF;
}

.paging-container {
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
}
.paging-container .paging-link {
  text-decoration: none;
  padding: 10px;
}
.paging-container .paging-link.paging-link-active {
  text-decoration: underline;
  color: #DF202C;
}

.value-capitalize {
  text-transform: capitalize;
}

.pswp {
  z-index: 20000;
}

/* <-- globals.scss - html styling and global classes */
.button, .projekt_single .donate-preselected-buttons a, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central {
  --color: #FFF;
  --border-color: #DF202C;
  --background-color: #DF202C;
  --hover-color: #DF202C;
  --hover-border-color: #DFE1E4;
  --hover-background-color: #FFF;
  --text-animation-duration: .4s;
  --background-animation-duration: .4s;
  --background-animation-duration-back: .1s;
  --transition-timing-function: cubic-bezier(0.1, 0, 0.3, 1);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 13px 23px;
  color: var(--color);
  background-color: var(--background-color);
  -webkit-appearance: none;
  border: none;
  font-family: "Gotham", sans-serif;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--border-color);
  margin-bottom: 5px;
  height: var(--button-height);
  transition: var(--text-animation-duration) ease background-color 0s, var(--text-animation-duration) ease color, var(--text-animation-duration) ease border-color;
  transition-timing-function: var(--transition-timing-function);
  /* For devices without hover functionality, remove the button animation. It looks bad if the button is a link, because the animation is interrupted in the middle */
}
@media (hover: none) {
  .button, .projekt_single .donate-preselected-buttons a, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central {
    --text-animation-duration: 0s;
    --background-animation-duration: 0s;
    --background-animation-duration-back: 0s;
  }
}
.button .svg-icon, .projekt_single .donate-preselected-buttons a .svg-icon, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central .svg-icon {
  position: relative;
  flex-shrink: 0;
}
.button .svg-icon.svg-icon-arrow-down, .projekt_single .donate-preselected-buttons a .svg-icon.svg-icon-arrow-down, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central .svg-icon.svg-icon-arrow-down {
  width: 14px;
  height: 14px;
}
.button:before, .projekt_single .donate-preselected-buttons a:before, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 100%;
  aspect-ratio: 1;
  background: var(--hover-background-color);
  border-radius: 50%;
  transform-origin: center center;
  transition: var(--background-animation-duration-back) ease transform;
  transition-timing-function: var(--transition-timing-function);
}
.button:hover, .projekt_single .donate-preselected-buttons a:hover, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:hover, .button:focus, .projekt_single .donate-preselected-buttons a:focus, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:focus {
  color: var(--hover-color);
  border-color: var(--hover-border-color);
  background-color: var(--hover-background-color);
  transition: 0s ease background-color var(--background-animation-duration), var(--text-animation-duration) ease color, var(--text-animation-duration) ease border-color;
  transition-timing-function: var(--transition-timing-function);
}
.button:hover:before, .projekt_single .donate-preselected-buttons a:hover:before, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:hover:before, .button:focus:before, .projekt_single .donate-preselected-buttons a:focus:before, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:focus:before {
  transform: translateX(-50%) scale(1);
  transition: var(--background-animation-duration) ease transform;
}
.button:hover .svg-icon, .projekt_single .donate-preselected-buttons a:hover .svg-icon, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:hover .svg-icon, .button:focus .svg-icon, .projekt_single .donate-preselected-buttons a:focus .svg-icon, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:focus .svg-icon {
  color: --hover-color;
}
.button:not(:has(.txt)):before, .projekt_single .donate-preselected-buttons a:not(:has(.txt)):before, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:not(:has(.txt)):before {
  display: none;
}
.button:not(:has(.txt)):hover, .projekt_single .donate-preselected-buttons a:not(:has(.txt)):hover, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:not(:has(.txt)):hover, .button:not(:has(.txt)):focus, .projekt_single .donate-preselected-buttons a:not(:has(.txt)):focus, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:not(:has(.txt)):focus {
  transition: var(--text-animation-duration) ease background-color 0s, var(--text-animation-duration) ease color, var(--text-animation-duration) ease border-color;
}
.button .txt, .projekt_single .donate-preselected-buttons a .txt, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central .txt {
  position: relative;
}
.button.button_grey, .projekt_single .donate-preselected-buttons a.button_grey, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_grey.central {
  --background-color: #EAEDF1;
  --color: #17171B;
  --border-color: #DFE1E4;
  --hover-color: #17171B;
  --hover-background-color: #FFF;
  --hover-border-color: #DFE1E4;
}
.button.button_blur, .projekt_single .donate-preselected-buttons a.button_blur, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .button.button_user_menu, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .projekt_single .donate-preselected-buttons a.button_user_menu, .projekt_single .donate-preselected-buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top a.button_user_menu {
  --background-color: #eaedf14f;
  --color: #FFF;
  --border-color: transparent;
  --hover-color: #17171B;
  --hover-background-color: #FFF;
  --hover-border-color: #DFE1E4;
  backdrop-filter: blur(50px);
}
.button.button_blur_dark, .projekt_single .donate-preselected-buttons a.button_blur_dark, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_blur_dark.central {
  --background-color: #a3a3a32e;
  --color: #17171B;
  --border-color: transparent;
  --hover-color: #FFF;
  --hover-background-color: #17171B;
  --hover-border-color: #DFE1E4;
  backdrop-filter: blur(50px);
}
.button.button_white, .projekt_single .donate-preselected-buttons a.button_white, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_white.central {
  --background-color: #FFF;
  --color: #DF202C;
  --border-color: #FFF;
  --hover-color: #FFF;
  --hover-background-color: #DF202C;
  --hover-border-color: #FFF;
}
.button.button_black, .projekt_single .donate-preselected-buttons a.button_black, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_black.central {
  --background-color: #222226;
  --border-color: #222226;
  --color: #FFF;
  --hover-background-color: #EAEDF1;
  --hover-border-color: #DFE1E4;
  --hover-color: #17171B;
}
.button.button_outline, .projekt_single .donate-preselected-buttons a, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_outline.central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .projekt_single .donate-preselected-buttons a.central, .projekt_single .donate-preselected-buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu a.central {
  --background-color: transparent;
  --color: #222226;
  --border-color: #222226;
  border-radius: 4px;
  --hover-background-color: #222226;
  --hover-color: #FFF;
  --hover-border-color: #222226;
}
.button.button_outline_round, .projekt_single .donate-preselected-buttons a.button_outline_round, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_outline_round.central {
  --background-color: transparent;
  --color: #222226;
  --border-color: #222226;
  border-radius: 100px;
  --hover-background-color: #222226;
  --hover-color: #FFF;
  --hover-border-color: #222226;
}
.button.button_outline_white, .projekt_single .donate-preselected-buttons a.button_outline_white, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_outline_white.central {
  --background-color: transparent;
  --color: #FFF;
  --border-color: #FFF;
  border-radius: 4px;
  --hover-background-color: #FFF;
  --hover-color: #17171B;
  --hover-border-color: #FFF;
}
.button.button_outline_white_round, .projekt_single .donate-preselected-buttons a.button_outline_white_round, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_outline_white_round.central {
  --background-color: transparent;
  --color: #FFF;
  --border-color: #FFF;
  border-radius: 100px;
  --hover-background-color: #FFF;
  --hover-color: #DF202C;
  --hover-border-color: #FFF;
}
.button.button_link, .projekt_single .donate-preselected-buttons a.button_link, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_link.central {
  --background-color: transparent;
  --color: #17171B;
  --border-color: transparent;
  border-radius: 0;
  --hover-background-color: transparent;
  --hover-color: #17171B;
  --hover-border-color: transparent;
  font-size: 20px;
  padding-inline: 0;
  padding-bottom: 20px;
  overflow: visible;
  gap: 40px;
  text-align: left;
}
.button.button_link .svg-icon-arrow-right, .projekt_single .donate-preselected-buttons a.button_link .svg-icon-arrow-right, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_link.central .svg-icon-arrow-right {
  color: #DF202C;
  transform: translateX(-10px);
  transition: 0.4s ease transform;
}
.button.button_link:before, .projekt_single .donate-preselected-buttons a.button_link:before, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_link.central:before {
  content: "";
  position: absolute;
  background-color: #DF202C;
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 2px;
  transform: none;
  border-radius: 0;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
.button.button_link:hover .svg-icon-arrow-right, .projekt_single .donate-preselected-buttons a.button_link:hover .svg-icon-arrow-right, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_link.central:hover .svg-icon-arrow-right {
  transform: translateX(0);
}
.button.button_link:hover:before, .projekt_single .donate-preselected-buttons a.button_link:hover:before, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_link.central:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
/* <-- buttons.scss - setting of styles for general buttons */
/* typography */
/* dela-gothic-one-regular - latin */
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Content/fonts/GothamBook/Gotham-Book.woff2") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/Content/fonts/GothamMedium/Gotham-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Content/fonts/GothamBold/Gotham-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "wkFont";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/icomoon/fonts/icomoon.woff") format("woff2");
}
a {
  color: #17171B;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s ease color;
  font-weight: 500;
}
a:hover {
  color: #DF202C;
}
a.callTel:not(.callTelActive) {
  color: inherit;
  text-decoration: none;
}
a.callTel:not(.callTelActive):hover {
  color: inherit;
  text-decoration: none;
}

/* heading */
.heading {
  font-family: "Gotham", sans-serif;
  margin-bottom: 10px;
  color: #17171B;
  line-height: 1.5;
  text-wrap: balance;
  word-break: break-word;
  hyphens: auto;
}

.heading__1, .heading__1_light {
  font-weight: 700;
  font-size: 29px;
}
@media screen and (min-width: 991px) {
  .heading__1, .heading__1_light {
    font-size: calc(29px + 16 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .heading__1, .heading__1_light {
    font-size: 45px;
  }
}

.heading__1_light {
  font-weight: 400;
}

.heading__2, .heading__2_light {
  font-weight: 700;
  font-size: 25px;
}
@media screen and (min-width: 991px) {
  .heading__2, .heading__2_light {
    font-size: calc(25px + 15 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .heading__2, .heading__2_light {
    font-size: 40px;
  }
}

.heading__2_light {
  font-weight: 400;
}

.heading__3 {
  font-weight: normal;
  font-weight: 500;
  font-size: 23px;
}
@media screen and (min-width: 991px) {
  .heading__3 {
    font-size: calc(23px + 9 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .heading__3 {
    font-size: 32px;
  }
}

.heading__4 {
  font-weight: 400;
  font-size: 21px;
}
@media screen and (min-width: 991px) {
  .heading__4 {
    font-size: calc(21px + 7 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .heading__4 {
    font-size: 28px;
  }
}

.heading__5 {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  .heading__5 {
    font-size: calc(18px + 6 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .heading__5 {
    font-size: 24px;
  }
}

.heading__6 {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  .heading__6 {
    font-size: calc(18px + 2 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .heading__6 {
    font-size: 20px;
  }
}

.heading__small {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.heading__light {
  font-weight: 400;
}

/* General textblock */
.textblock {
  padding: 0 0 30px 0;
  line-height: 1.5;
}

.textblock__columns2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 991px) {
  .textblock__columns2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

/* <-- typography.scss - setting of styles for general typography */
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
textarea,
select {
  padding: 14px 20px;
  border-radius: 4px;
  border-color: #A2A2A2;
  color: #222226;
  border-style: solid;
  border-width: 1px;
  background-color: #FFF;
  min-height: 49px;
}

input[type=date] {
  width: 1px !important;
  height: 51px;
  min-width: 100% !important;
  max-width: 100% !important;
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

input[type=radio] {
  accent-color: #DF202C;
  width: 20px;
  height: 20px;
}

input[type=checkbox] {
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid #D1D8DF;
  width: 20px;
  height: 20px;
  accent-color: #DF202C;
}

input[readonly] {
  background-color: rgba(0, 0, 0, 0.1);
}

.button:disabled, .projekt_single .donate-preselected-buttons a:disabled, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:disabled {
  background-color: #D1D8DF !important;
  border-color: #D1D8DF !important;
  color: #333;
}

.form-label {
  font-size: 15px;
  color: #17171B;
  display: inline-block;
  padding: 0 0 10px 0;
  position: relative;
  padding-right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  word-break: break-word;
  hyphens: auto;
}

.tab-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.tab-container:has(.tab:hover:not(.tab-active)) .tab-active:before {
  transform: scale3d(0, 1, 1);
}
.tab-container .tab {
  position: relative;
  text-decoration: none;
  margin-right: 1px;
  font-size: 15px;
  padding: 10px 0;
}
.tab-container .tab:before {
  content: "";
  position: absolute;
  background-color: #DF202C;
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 2px;
  transform: none;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
.tab-container .tab:hover {
  color: #17171B;
}
.tab-container .tab:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.tab-container .tab.tab-active {
  color: #DF202C;
}
.tab-container .tab.tab-active:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.field input,
.field textarea,
.field select {
  width: 100%;
}
.field.field-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}
.field.field-checkbox input {
  width: 20px;
  flex-shrink: 0;
}
.field.field-checkbox .form-label {
  display: inline;
  padding-bottom: 0;
}
.field.field-radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.field.field-radio input {
  width: 20px;
  flex-shrink: 0;
}
.field.field-radio .form-label {
  padding-bottom: 0;
}

.checkbox-line {
  display: flex;
  align-items: center;
}
.checkbox-line label {
  padding-left: 20px;
}

.line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --line-column-gap: 20px;
  column-gap: var(--line-column-gap);
}
@media screen and (min-width: 991px) {
  .line {
    --line-column-gap: calc(20px + 10 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .line {
    --line-column-gap: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .line {
    flex-wrap: wrap;
  }
}
.line.line-radiobuttons {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.line.line-radiobuttons .column {
  width: auto;
}
.line.line-radiobuttons .column-full {
  width: 100%;
}
.line:has(.field-checkbox .errorInput) {
  padding: 10px;
  border: 2px solid #DF202C;
  border-radius: 4px;
}

.column {
  width: calc(50% - var(--line-column-gap) / 2);
  margin: 10px 0;
}
@media only screen and (max-width: 550px) {
  .column {
    width: 100%;
  }
}
.column.column-full {
  width: 100%;
}
.column label {
  position: relative;
  padding-right: 15px;
}
.column.column-required label::after, .column.formcreator--required label::after {
  content: "*";
  position: absolute;
  right: 0;
  top: 0;
}
.column.errorInput label {
  color: #DF202C;
}
.column.errorInput input, .column.errorInput select {
  border: 2px solid #DF202C;
}
.column select.errorInput,
.column textarea.errorInput {
  border: 2px solid #DF202C;
}
.column .field input[type=text], .column .field input[type=tel], .column .field input[type=email] {
  width: 100% !important;
}
.column .field input[type=text].errorInput, .column .field input[type=tel].errorInput, .column .field input[type=email].errorInput {
  border: 2px solid #DF202C;
}
.column .field input[type=number].errorInput {
  border: 2px solid #DF202C;
}
.column .field input[type=date] {
  width: 1px !important;
  height: 51px;
  min-width: 100% !important;
  max-width: 100% !important;
}

.form-submit-button {
  margin-top: 20px;
}

.info-madatory {
  font-size: 14px;
  margin-top: 5px;
}

.form-title {
  margin-bottom: 30px;
}

.contMandatory {
  margin-top: 30px;
  font-size: 12px;
}

#infoOk {
  color: #00B085;
  border-color: #00B085;
}

/**
 * @bugfix Safari styles temporal fields with inconsistent inner padding
 * This removes it, normalizing the fields with regular inputs
 * @see https://github.com/cferdinandi/kelp/issues/235
 */
::-webkit-datetime-edit,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

input::-webkit-inner-spin-button {
  height: auto;
}

/* <-- typography.scss - setting of styles for general typography */
.rate_theme_red {
  background-color: #fdede9;
  --tarif-background-color: #fdede9;
}

.rate_theme_beige {
  background-color: #eeead9;
  --tarif-background-color: #eeead9;
}

.rate_theme_purple {
  background-color: #dedce9;
  --tarif-background-color: #dedce9;
}

.basistext {
  margin: 40px 0;
}
@media only screen and (max-width: 991px) {
  .basistext {
    margin: 20px 0;
  }
}
.basistext .basistext_inner {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .basistext .basistext_inner {
    flex-direction: column;
  }
}
.basistext .basistext_titlegroup {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .basistext .basistext_titlegroup {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .basistext .basistext_titlegroup {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .basistext .basistext_titlegroup {
    width: 100%;
  }
}
.basistext .basistext_titlegroup .heading__small {
  margin-bottom: 30px;
}
.basistext .basistext_titlegroup .heading {
  line-height: 1.1;
  margin-bottom: 15px;
}
.basistext .basistext_titlegroup .heading__3 {
  line-height: 1.5;
}
.basistext .basistext_textgroup {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .basistext .basistext_textgroup {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .basistext .basistext_textgroup .button_outline:has(.svg-icon-arrow-down):first-child, .basistext .basistext_textgroup .projekt_single .donate-preselected-buttons a:has(.svg-icon-arrow-down):first-child, .projekt_single .donate-preselected-buttons .basistext .basistext_textgroup a:has(.svg-icon-arrow-down):first-child {
    align-self: flex-end;
    margin-top: auto;
  }
}

body:has(.wkLoginForm) .section_top {
  margin-bottom: 0;
}
body:has(.wkLoginForm) .section_top .inner .emergency {
  display: none;
}
body:has(.wkLoginForm) .section_top .inner .tel_menu .central {
  display: none;
}
body:has(.wkLoginForm) .wrap_hero_section {
  margin-top: calc(var(--header-height) * -1);
}
@media only screen and (max-width: 991px) {
  body:has(.wkLoginForm) .wrap_hero_section {
    margin-top: calc(var(--header-height) * -1 - 6px);
  }
}

body:has(.wkLoginForm):not(.main_menu_open):not(.scrollFixed) .section_top {
  background-color: transparent;
}
body:has(.wkLoginForm):not(.main_menu_open):not(.scrollFixed) .section_top .breadcrumb a {
  color: #FFF;
}
body:has(.wkLoginForm):not(.main_menu_open):not(.scrollFixed) .section_top .breadcrumb ol {
  color: #FFF;
}
body:has(.wkLoginForm):not(.main_menu_open):not(.scrollFixed) .section_top .section_top_wrap {
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  body:has(.wkLoginForm):not(.main_menu_open):not(.scrollFixed) .section_top .section_top_wrap {
    padding-top: 10px;
  }
}

.wkLoginForm {
  display: flex;
  align-items: stretch;
  margin-top: calc(var(--header-height) * -1);
}
@media only screen and (max-width: 991px) {
  .wkLoginForm {
    flex-direction: column;
  }
}
.wkLoginForm .login-info {
  margin-bottom: 20px;
  padding: 20px 10px;
  border: 1px solid #DF202C;
  color: #DF202C;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .wkLoginForm .login-info {
    display: block;
    padding: 10px;
  }
}
.wkLoginForm .login-info .mdi {
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .wkLoginForm .login-info .mdi {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.wkLoginForm .login-info .txt {
  padding-left: 12px;
}
@media only screen and (max-width: 991px) {
  .wkLoginForm .login-info .txt {
    padding: 20px 0 0;
    font-size: 1rem;
  }
}
.wkLoginForm .button-container {
  text-align: center;
  padding: 15px 0 25px;
}
.wkLoginForm .left {
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .wkLoginForm .left {
    order: 2;
    width: 100%;
    aspect-ratio: 1;
    display: none;
  }
}
.wkLoginForm .left .left-image-wrapper {
  position: relative;
  height: 100%;
}
.wkLoginForm .left img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center top;
  border-radius: 8px;
}
.wkLoginForm .right {
  width: 50%;
  padding-bottom: 80px;
  padding-left: 110px;
  padding-right: 20px;
  margin-top: var(--header-height);
  padding-left: 10px;
}
@media screen and (min-width: 1320px) {
  .wkLoginForm .right {
    padding-left: calc(10px + 100 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .wkLoginForm .right {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .wkLoginForm .right {
    width: 100%;
    order: 1;
    margin-top: calc(var(--header-height) + 20px);
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.wkLoginForm .right .inner {
  max-width: 675px;
  position: sticky;
  top: calc(var(--header-height) + 20px);
}
@media only screen and (max-width: 991px) {
  .wkLoginForm .right .inner {
    max-width: 100%;
  }
}
.wkLoginForm .right .site-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .wkLoginForm .right .site-title {
    margin-bottom: 20px;
  }
}
.wkLoginForm .right .sub-title {
  line-height: 1.5;
}
.wkLoginForm .right .text {
  margin-top: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 550px) {
  .wkLoginForm .right .text {
    font-size: 16px;
  }
}
.wkLoginForm .right label[for=taxnumber_digit_1] {
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
.wkLoginForm .right .frm-taxnumber {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media only screen and (max-width: 550px) {
  .wkLoginForm .right .frm-taxnumber {
    gap: 2px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.wkLoginForm .right .frm-taxnumber input {
  width: 6.25%;
  aspect-ratio: 50/55;
  padding: 0;
  background-color: #EAEDF1;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  min-height: 0;
}
@media only screen and (max-width: 550px) {
  .wkLoginForm .right .frm-taxnumber input {
    min-width: 30px;
  }
}
.wkLoginForm .right .frm-taxnumber input:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.wkLoginForm .right .hinweis {
  background-color: #EAEDF1;
  padding: 20px 15px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 6px;
  margin-bottom: 40px;
}
.wkLoginForm .right .hinweis2 {
  margin-bottom: 20px;
  line-height: 1.5;
}
.wkLoginForm .right .registrierung {
  --color: #DF202C;
  --hover-color: #DF202C;
}
.wkLoginForm .container-step-2 {
  display: none;
  padding: 0 0 20px 0;
}
.wkLoginForm .container-step-2 .choices {
  padding: 20px 0 10px 0;
}
.wkLoginForm .container-step-3 {
  display: none;
  padding: 20px 0 10px 0;
}
.wkLoginForm.loading {
  opacity: 0.5;
}
.wkLoginForm.step-2 .container-step-1,
.wkLoginForm.step-2 .hinweis2,
.wkLoginForm.step-2 a.registrierung {
  display: none;
}
.wkLoginForm.step-2 .container-step-2 {
  display: block;
}
.wkLoginForm.step-3 .container-step-1,
.wkLoginForm.step-3 .hinweis2,
.wkLoginForm.step-3 a.registrierung,
.wkLoginForm.step-3 .container-step-2 {
  display: none;
}
.wkLoginForm.step-3 .container-step-3 {
  display: block;
}

#frmLoginMenu #UserMail {
  margin-bottom: 10px;
}
#frmLoginMenu #UserPass {
  margin-bottom: 10px;
  width: 100%;
}

#langBar .userInfo {
  float: left;
}
#langBar .userInfo a {
  margin-left: 5px;
  text-decoration: underline;
  color: #FFF;
}

.frm-membership {
  background-color: #F4F5F7;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 20px 20px;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .frm-membership {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .frm-membership {
    margin: 0;
    border-radius: 0;
  }
}
.frm-membership form.is-loading {
  opacity: 0.4;
}
.frm-membership .form-result-message {
  padding: 20px;
  text-align: center;
  border: 2px solid #A2A2A2;
  display: none;
  margin-top: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.frm-membership .form-result-message.is-visible {
  display: block;
}
.frm-membership .form-result-message.infoAdressChangedOk {
  border-color: #00B085;
}
.frm-membership .form-result-message.form-result-message-error {
  border-color: #DF202C;
  color: #DF202C;
  font-weight: bold;
}
.frm-membership .frm-membership_inner {
  display: flex;
  justify-content: space-between;
  --form-right-width: 440px;
  --form-gap: 80px;
  --form-right-width: 340px;
  --form-gap: 40px;
}
@media screen and (min-width: 991px) {
  .frm-membership .frm-membership_inner {
    --form-right-width: calc(340px + 100 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .frm-membership .frm-membership_inner {
    --form-right-width: 440px;
  }
}
@media screen and (min-width: 991px) {
  .frm-membership .frm-membership_inner {
    --form-gap: calc(40px + 40 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .frm-membership .frm-membership_inner {
    --form-gap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .frm-membership .frm-membership_inner {
    flex-direction: column;
  }
}
.frm-membership .frm-left {
  width: calc(100% - var(--form-right-width) - var(--form-gap));
  padding: 60px 80px;
  padding-inline: 20px;
  padding-block: 30px;
  background: white;
  border-radius: 8px;
}
@media screen and (min-width: 991px) {
  .frm-membership .frm-left {
    padding-inline: calc(20px + 60 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .frm-membership .frm-left {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 991px) {
  .frm-membership .frm-left {
    padding-block: calc(30px + 30 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .frm-membership .frm-left {
    padding-block: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .frm-membership .frm-left {
    width: 100%;
  }
}
.frm-membership .frm-left .block-privacy.errorInput {
  border: 2px solid #DF202C;
  padding: 10px;
  border-radius: 4px;
}
.frm-membership .frm-right {
  width: var(--form-right-width);
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .frm-membership .frm-right {
    width: 100%;
    order: -1;
    padding: 0 0 0 10px;
  }
}
.frm-membership .frm-right .heading__1, .frm-membership .frm-right .heading__1_light {
  line-height: 1.2;
}
.frm-membership .frm-right .heading__2, .frm-membership .frm-right .heading__2_light {
  font-weight: 300;
  line-height: 1.2;
}
.frm-membership .frm-right .contact-data .block {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  gap: 25px;
}
.frm-membership .frm-right .contact-data .block .svg-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
}
.frm-membership .frm-right .contact-data .block .text {
  width: 100%;
  font-size: 20px;
  font-size: 18px;
}
@media screen and (min-width: 1320px) {
  .frm-membership .frm-right .contact-data .block .text {
    font-size: calc(18px + 2 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .frm-membership .frm-right .contact-data .block .text {
    font-size: 20px;
  }
}
.frm-membership .frm-right .contact-data .block .textblock {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .frm-membership .frm-right .contact-data .block .textblock {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 8px;
  }
}

.steps-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 20px;
  position: relative;
  margin-top: 10px;
  overflow-x: clip;
  --color: #D1D8DF;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .steps-container {
    padding-bottom: 20px;
  }
}
.steps-container:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color);
  top: 0px;
}
.steps-container .step {
  position: relative;
}
.steps-container .step:after {
  content: "";
  position: absolute;
  top: -30px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color);
  background: #FFF;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  border-radius: 50%;
  box-sizing: border-box;
}
.steps-container .step:before {
  content: "";
  height: 2px;
  background-color: var(--color);
  position: absolute;
  top: -20px;
  width: 200vw;
  right: 50%;
  z-index: 1;
}
.steps-container .step:first-child:after {
  left: 0;
  transform: none;
}
.steps-container .step:last-child:after {
  left: auto;
  right: 0;
  transform: none;
}
.steps-container .step:first-child:before {
  right: 100%;
}
.steps-container .step:last-child:before {
  right: 0;
}
.steps-container .step.step-active {
  --color: #DF202C;
}
.steps-container .step.step-active:after {
  border-width: 6px;
}
.steps-container .step.step-active:before {
  z-index: 3;
}
.steps-container .step.step-active:has(+ .step-active):after {
  border-width: 2px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.75" height="6" viewBox="0 0 7.75 6"><path d="M10.917,15a1,1,0,0,1-.722-.308l-1.917-2a1,1,0,0,1,1.444-1.384l1.195,1.247,3.111-3.247a1,1,0,1,1,1.444,1.384l-3.833,4A1,1,0,0,1,10.917,15Z" transform="translate(-8 -9)" fill="%23DF202C"/></svg>');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .steps-container .step .step-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .steps-container .step .step-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 389px) {
  .steps-container .step .step-text {
    display: none;
  }
}

.frm-membership.frm-edit-user {
  margin: 0;
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .frm-membership.frm-edit-user .frm-membership_inner {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .frm-membership.frm-edit-user .frm-right {
    padding-left: 0;
  }
}
.frm-membership.frm-edit-user .column-tarif-infos {
  padding: 50px 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .frm-membership.frm-edit-user .column-tarif-infos {
    padding: 30px 20px 10px 20px;
  }
}
.frm-membership.frm-edit-user .column-tarif-infos-title {
  text-transform: uppercase;
  color: #DF202C;
  margin-bottom: 10px;
  font-weight: bold;
}
.frm-membership.frm-edit-user .column-tarif-infos-subtitle {
  margin-bottom: 30px;
}
.frm-membership.frm-edit-user .column-tarif-infos-text ul {
  list-style: none;
  padding-left: 0;
}
.frm-membership.frm-edit-user .column-tarif-infos-text ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.frm-membership.frm-edit-user .column-tarif-infos-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><g transform="translate(1 1)"><circle cx="10" cy="10" r="10" fill="none" stroke="%2317171B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M9,12l2,2,4-4" transform="translate(-2 -2)" fill="none" stroke="%2317171B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.frm-membership.frm-edit-user .block-heading {
  font-weight: 500;
  font-size: 20px;
  border-top: 1px solid #17171B;
  padding: 30px 0 20px 0;
  margin-top: 30px;
}
.frm-membership.frm-edit-user .button_add_child {
  font-size: 16px;
  gap: 20px;
  margin: 20px 0;
  color: #DF202C;
}
.frm-membership.frm-edit-user .button_add_child .svg-icon {
  height: 22px;
  width: 22px;
}
.frm-membership.frm-edit-user .box-membership-data {
  margin-bottom: 40px;
}
.frm-membership.frm-edit-user .box-membership-data .section {
  margin: 10px 0;
}
.frm-membership.frm-edit-user .box-membership-data .section .label {
  display: inline;
}
.frm-membership.frm-edit-user .box-membership-data .section .val {
  font-weight: 700;
  display: inline-block;
}
.frm-membership.frm-edit-user .info-child-older-25 {
  color: #DF202C;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.3;
}
.frm-membership.frm-edit-user .block-privacy {
  margin-bottom: 10px;
}
.frm-membership.frm-edit-user .info-madatory {
  margin-bottom: 20px;
}

.frm-membership.frm-membership-new-renew .frm-left {
  width: calc(66.6666666667% - 6px);
}
@media screen and (max-width: 991px) {
  .frm-membership.frm-membership-new-renew .frm-left {
    width: 100%;
  }
}
.frm-membership.frm-membership-new-renew .frm-right {
  padding-top: 0;
  width: calc(33.3333333333% - 13px);
}
@media screen and (max-width: 991px) {
  .frm-membership.frm-membership-new-renew .frm-right {
    width: 100%;
  }
}

.frm-membership.frm-edit-user-data {
  padding-top: 70px;
}

.frm-membership-payment-overview .line {
  flex-wrap: nowrap;
  margin-bottom: 15px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .frm-membership-payment-overview .line {
    flex-direction: column;
    gap: 5px;
  }
}
.frm-membership-payment-overview .line .label {
  font-weight: 500;
}
.frm-membership-payment-overview .line .value {
  width: 50%;
  text-align: left;
  word-break: break-word;
  hyphens: auto;
}
.frm-membership-payment-overview .buttonCont {
  margin-top: 20px;
}

.navi_membership {
  margin-bottom: 100px;
  margin-bottom: 20px;
}
.navi_membership .navi_item_wrap {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px 65px;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 30px;
}
@media screen and (min-width: 991px) {
  .navi_membership .navi_item_wrap {
    column-gap: calc(30px + 35 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .navi_membership .navi_item_wrap {
    column-gap: 65px;
  }
}
@media screen and (max-width: 991px) {
  .navi_membership .navi_item_wrap {
    column-gap: 10px;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0;
    padding: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.navi_membership .navi_item.active .navi_itemlink:before {
  transform: scale3d(1, 1, 1);
}
.navi_membership .navi_itemlink {
  position: relative;
  display: flex;
  gap: 10px;
  text-decoration: none;
  padding: 8px 0;
  white-space: nowrap;
  font-size: 16px;
}
@media screen and (min-width: 991px) {
  .navi_membership .navi_itemlink {
    font-size: calc(16px + 2 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .navi_membership .navi_itemlink {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .navi_membership .navi_itemlink {
    padding: 10px 15px;
    background: #EAEDF1;
    border-radius: 100px;
  }
}
@media screen and (max-width: 991px) {
  .navi_membership .navi_itemlink.active {
    color: #DF202C;
  }
}
.navi_membership .navi_itemlink:before {
  content: "";
  position: absolute;
  background-color: #DF202C;
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 2px;
  transform: none;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
@media screen and (max-width: 991px) {
  .navi_membership .navi_itemlink:before {
    display: none;
  }
}
.navi_membership .navi_itemlink:hover .svg-icon-arrow-right {
  transform: translateX(0);
}
.navi_membership .navi_itemlink:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.faq {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .faq {
    margin-top: calc(40px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .faq {
    margin-top: 60px;
  }
}
@media screen and (min-width: 991px) {
  .faq {
    margin-bottom: calc(40px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .faq {
    margin-bottom: 60px;
  }
}
.faq .faq_questions {
  border-top: 1px solid #17171B;
  border-bottom: 1px solid #17171B;
}
.faq .faq_question {
  width: 100%;
  margin-left: auto;
  border-bottom: 1px solid #17171B;
}
.faq .faq_question:last-child {
  border-bottom: none;
}
.faq .faq_question_opener {
  padding: 30px 0;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border: none;
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  color: #17171B;
}
@media only screen and (max-width: 991px) {
  .faq .faq_question_opener {
    padding: 20px 0;
  }
}
.faq .faq_question_opener .svg-icon {
  flex-shrink: 0;
}
.faq .faq_question_opener .svg-icon-minus {
  display: none;
}
.faq .faq_question_opener.acc_open .svg-icon-minus {
  display: block;
}
.faq .faq_question_opener.acc_open .svg-icon-plus {
  display: none;
}
.faq .faq_question_content {
  height: 0;
  overflow: hidden;
}

.text_animated {
  margin: 40px 0;
}
@media only screen and (max-width: 991px) {
  .text_animated {
    margin: 20px 0;
  }
}
.text_animated .textblock {
  padding-top: 30px;
}

.image_fullwidth {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .image_fullwidth {
    padding: 0;
  }
}
.image_fullwidth figure {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .image_fullwidth figure {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .image_fullwidth figure img {
    aspect-ratio: 4/3 !important;
    object-fit: cover;
    border-radius: 0;
  }
}

.red_highlight_box {
  padding: 0 20px;
  margin: 20px 0;
}
.red_highlight_box .red_highlight_box_wrap {
  background-color: var(--background-color, #DF202C);
  border-radius: 8px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .red_highlight_box .red_highlight_box_wrap {
    padding-top: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .red_highlight_box .red_highlight_box_wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .red_highlight_box .red_highlight_box_wrap {
    padding-bottom: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .red_highlight_box .red_highlight_box_wrap {
    padding-bottom: 80px;
  }
}
.red_highlight_box .red_highlight_box_wrap.text_light {
  color: #FFF;
}
.red_highlight_box .red_highlight_box_wrap.text_light .heading {
  color: #FFF;
}
.red_highlight_box .red_highlight_box_wrap.text_light .social {
  color: #FFF;
}
.red_highlight_box .red_highlight_box_wrap.text_light .social .svg-icon {
  outline: 1px solid #FFF;
}
.red_highlight_box .red_highlight_box_wrap.text_light .social:hover {
  color: var(--background-color, #DF202C);
}
.red_highlight_box .red_highlight_box_wrap.text_light .social:hover .svg-icon path {
  fill: #FFF;
}
.red_highlight_box .red_highlight_box_wrap.text_light .social:hover .svg-icon rect {
  fill: var(--background-color, #DF202C);
}
.red_highlight_box .red_highlight_box_wrap.text_light a:not(.button) {
  color: #FFF;
}
.red_highlight_box .red_highlight_box_wrap .heading {
  line-height: 1.2;
  margin-bottom: 0;
}
.red_highlight_box .red_highlight_box_inner {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .red_highlight_box .red_highlight_box_inner {
    flex-direction: column;
  }
}
.red_highlight_box .red_highlight_box_titlegroup {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 15px;
}
@media screen and (min-width: 991px) {
  .red_highlight_box .red_highlight_box_titlegroup {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .red_highlight_box .red_highlight_box_titlegroup {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .red_highlight_box .red_highlight_box_titlegroup {
    width: 100%;
  }
}
.red_highlight_box .red_highlight_box_textgroup {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .red_highlight_box .red_highlight_box_textgroup {
    width: 100%;
  }
}
.red_highlight_box .red_highlight_box_textgroup:not(:has(.social, .button)) .textblock {
  padding-bottom: 0;
}
.red_highlight_box .social {
  color: #17171B;
  transition: 0.4s ease color;
}
.red_highlight_box .social .svg-icon {
  outline: 1px solid #17171B;
  outline-offset: -1px;
  border-radius: 100px;
}
.red_highlight_box .social .svg-icon path {
  fill: var(--background-color, #DF202C);
  transition: 0.4s ease fill;
}
.red_highlight_box .social:hover {
  color: var(--background-color, #DF202C);
}
.red_highlight_box .social:hover .svg-icon path {
  fill: #17171B;
}
.red_highlight_box .social:hover .svg-icon rect {
  fill: var(--background-color, #DF202C);
}
.red_highlight_box .red_highlight_box_cta_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.text_image_right {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .text_image_right {
    margin-top: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_right {
    margin-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .text_image_right {
    margin-bottom: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_right {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .text_image_right {
    margin: 20px 0;
  }
}
.text_image_right .text_image_right_inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .text_image_right .text_image_right_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.text_image_right .text_image_right_titlegroup {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .text_image_right .text_image_right_titlegroup {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_right .text_image_right_titlegroup {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .text_image_right .text_image_right_titlegroup {
    width: 100%;
    padding-right: 0;
  }
}
.text_image_right .text_image_right_titlegroup > .heading {
  line-height: 1.2;
  margin-bottom: 0;
}
.text_image_right .text_image_right_titlegroup .text_image_right_cta_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.text_image_right .text_image_right_titlegroup .textblock {
  padding-top: 10px;
  margin-top: 15px;
}
.text_image_right .text_image_right_media {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .text_image_right .text_image_right_media {
    width: 100%;
    order: -1;
  }
}
.text_image_right .text_image_right_media figure img {
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .text_image_right .text_image_right_media figure img {
    border-bottom-left-radius: calc(30px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_right .text_image_right_media figure img {
    border-bottom-left-radius: 50px;
  }
}
@media screen and (min-width: 991px) {
  .text_image_right .text_image_right_media figure img {
    border-top-right-radius: calc(30px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_right .text_image_right_media figure img {
    border-top-right-radius: 50px;
  }
}

.text_image_left {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .text_image_left {
    margin-top: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_left {
    margin-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .text_image_left {
    margin-bottom: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_left {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .text_image_left {
    margin: 20px 0;
  }
}
.text_image_left .text_image_left_inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .text_image_left .text_image_left_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.text_image_left .text_image_left_titlegroup {
  width: 50%;
  padding-left: 40px;
}
@media screen and (min-width: 991px) {
  .text_image_left .text_image_left_titlegroup {
    padding-left: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_left .text_image_left_titlegroup {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .text_image_left .text_image_left_titlegroup {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.text_image_left .text_image_left_titlegroup > .heading {
  line-height: 1.2;
  margin-bottom: 0;
}
.text_image_left .text_image_left_titlegroup .text_image_left_cta_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.text_image_left .text_image_left_titlegroup .textblock {
  padding-top: 10px;
  margin-bottom: 15px;
}
.text_image_left .text_image_left_media {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .text_image_left .text_image_left_media {
    width: 100%;
  }
}
.text_image_left .text_image_left_media figure img {
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .text_image_left .text_image_left_media figure img {
    border-bottom-left-radius: calc(30px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_left .text_image_left_media figure img {
    border-bottom-left-radius: 50px;
  }
}
@media screen and (min-width: 991px) {
  .text_image_left .text_image_left_media figure img {
    border-top-right-radius: calc(30px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_image_left .text_image_left_media figure img {
    border-top-right-radius: 50px;
  }
}

.image_text_fullwidth {
  margin: 20px 0;
  padding: 0 20px;
}
.image_text_fullwidth .image_text_fullwidth_inner {
  display: flex;
  background-color: var(--background-color, #EAEDF1);
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .image_text_fullwidth .image_text_fullwidth_inner {
    flex-direction: column;
  }
}
.image_text_fullwidth .image_text_fullwidth_inner.text_light {
  color: #FFF;
}
.image_text_fullwidth .image_text_fullwidth_inner.text_light .heading {
  color: #FFF;
}
.image_text_fullwidth .image_text_fullwidth_titlegroup {
  width: 50%;
  padding-left: 40px;
  max-width: 740px;
  padding-top: 30px;
  padding-right: 20px;
  align-self: center;
}
@media screen and (min-width: 1320px) {
  .image_text_fullwidth .image_text_fullwidth_titlegroup {
    padding-left: calc(40px + 80 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .image_text_fullwidth .image_text_fullwidth_titlegroup {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .image_text_fullwidth .image_text_fullwidth_titlegroup {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    align-self: flex-start;
  }
}
.image_text_fullwidth .image_text_fullwidth_titlegroup .heading {
  line-height: 1.2;
  margin-bottom: 0;
}
.image_text_fullwidth .image_text_fullwidth_titlegroup .image_text_fullwidth_cta_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  margin-bottom: 30px;
}
.image_text_fullwidth .image_text_fullwidth_titlegroup .textblock {
  padding-top: 10px;
  margin-top: 15px;
  word-break: break-word;
  hyphens: auto;
}
@media only screen and (max-width: 991px) {
  .image_text_fullwidth .image_text_fullwidth_titlegroup .textblock {
    padding-top: 0;
  }
}
.image_text_fullwidth .image_text_fullwidth_media {
  position: relative;
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .image_text_fullwidth .image_text_fullwidth_media {
    width: 100%;
  }
}
.image_text_fullwidth .image_text_fullwidth_media figure {
  height: 100%;
}
.image_text_fullwidth .image_text_fullwidth_media figure img {
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.image_text_fullwidth .image_text_fullwidth_media figure:has(+ .dsgvo-info-youtube.dn) {
  display: none;
}
.image_text_fullwidth :where(.dsgvo-info-youtube) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 550px) {
  .image_text_fullwidth .dsgvo-info-youtube {
    border-radius: 0;
  }
}
.image_text_fullwidth .youtube-video-container {
  height: 100%;
  color: #FFF;
}
.image_text_fullwidth .youtube-video-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
}

.singlevideo {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .singlevideo {
    margin-top: calc(40px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .singlevideo {
    margin-top: 60px;
  }
}
@media screen and (min-width: 991px) {
  .singlevideo {
    margin-bottom: calc(40px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .singlevideo {
    margin-bottom: 60px;
  }
}
.singlevideo .singlevideo_media {
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .singlevideo .singlevideo_media {
    width: 100%;
  }
}
.singlevideo .singlevideo_media figure {
  height: 100%;
}
.singlevideo .singlevideo_media figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 550px) {
  .singlevideo .singlevideo_media figure img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.singlevideo .singlevideo_media figure:has(+ .dsgvo-info-youtube.dn) {
  display: none;
}
.singlevideo :where(.dsgvo-info-youtube) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 550px) {
  .singlevideo .dsgvo-info-youtube {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.singlevideo .youtube-video-container {
  height: 100%;
  color: #FFF;
  border-radius: 8px;
  overflow: hidden;
}
.singlevideo .youtube-video-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
}

.banner_fullwidth {
  margin: 20px 0;
  padding: 0 20px;
  container-type: inline-size;
}
.banner_fullwidth figure {
  border-radius: 8px;
  overflow: hidden;
}
.banner_fullwidth .banner_fullwidth_media {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner_fullwidth .banner_fullwidth_media {
    aspect-ratio: 4/3;
  }
}
.banner_fullwidth .banner_fullwidth_media figure {
  height: 100%;
}
.banner_fullwidth .banner_fullwidth_media figure img {
  height: 100%;
  object-fit: cover;
}
.banner_fullwidth .banner_title {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  max-width: 520px;
  color: #FFF;
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_title {
    margin-left: calc(20px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_title {
    margin-left: 60px;
  }
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_title {
    margin-top: calc(20px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_title {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1320px) {
  .banner_fullwidth .banner_title {
    max-width: 380px;
  }
}
@container (width < 400px) {
  .banner_fullwidth .banner_title {
    font-size: 24px;
  }
}
.banner_fullwidth .banner_shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(119deg, #000000 0%, rgba(0, 0, 0, 0) 70%) 0% 0% no-repeat padding-box;
  opacity: 0.71;
  background-blend-mode: multiply;
  z-index: 3;
  mix-blend-mode: multiply;
  border-radius: 8px;
}
.banner_fullwidth .banner_link {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  padding: 20px;
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_link {
    margin-left: calc(0px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_link {
    margin-left: 40px;
  }
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_link {
    margin-bottom: calc(0px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_link {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_link {
    font-size: calc(16px + 2 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_link {
    font-size: 18px;
  }
}
.banner_fullwidth .banner_link:hover .banner_link_text:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.banner_fullwidth .banner_link .svg-icon {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_link .svg-icon {
    width: calc(14px + 4 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_link .svg-icon {
    width: 18px;
  }
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_link .svg-icon {
    height: calc(14px + 4 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_link .svg-icon {
    height: 18px;
  }
}
.banner_fullwidth .banner_link .banner_link_text {
  position: relative;
  padding: 8px 0;
  text-shadow: 0 0 16px #000000;
}
.banner_fullwidth .banner_link .banner_link_text:before {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 2px;
  transform: none;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
.banner_fullwidth .banner_link .arrow_container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50px;
  color: #17171B;
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_link .arrow_container {
    width: calc(40px + 10 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_link .arrow_container {
    width: 50px;
  }
}
@media screen and (min-width: 991px) {
  .banner_fullwidth .banner_link .arrow_container {
    height: calc(40px + 10 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth .banner_link .arrow_container {
    height: 50px;
  }
}
.banner_fullwidth.align_right .banner_shadow {
  rotate: 180deg;
}
.banner_fullwidth.align_right .banner_title {
  top: 0;
  left: auto;
  right: 0;
  padding-right: 0px;
  padding-left: 20px;
  margin-left: 0;
  margin-right: 20px;
  max-width: 520px;
  text-align: right;
}
@media screen and (min-width: 991px) {
  .banner_fullwidth.align_right .banner_title {
    margin-right: calc(20px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth.align_right .banner_title {
    margin-right: 60px;
  }
}
.banner_fullwidth.align_right .banner_link {
  z-index: 10;
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 0px;
  flex-direction: row-reverse;
}
@media screen and (min-width: 991px) {
  .banner_fullwidth.align_right .banner_link {
    margin-right: calc(0px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .banner_fullwidth.align_right .banner_link {
    margin-right: 40px;
  }
}

.banner_grid {
  margin: 20px 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1320px) {
  .banner_grid {
    gap: 10px;
  }
}
.banner_grid .banner_grid_item {
  grid-column: span 4;
  border-radius: 8px;
  overflow: hidden;
  container-type: inline-size;
}
.banner_grid .banner_grid_item:has(a:hover) .arrow_container {
  transform: translateX(15px);
}
@media only screen and (max-width: 1320px) {
  .banner_grid .banner_grid_item {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 991px) {
  .banner_grid .banner_grid_item {
    grid-column: 1/-1;
  }
}
.banner_grid .banner_grid_item:only-child {
  grid-column: 1/-1;
}
.banner_grid .banner_grid_item:nth-last-child(2):nth-child(3n+1), .banner_grid .banner_grid_item:last-child:nth-child(3n+2) {
  grid-column: span 6;
}
@media only screen and (max-width: 991px) {
  .banner_grid .banner_grid_item:nth-last-child(2):nth-child(3n+1), .banner_grid .banner_grid_item:last-child:nth-child(3n+2) {
    grid-column: 1/-1;
  }
}
.banner_grid .banner_grid_item:last-child:nth-child(3n+1) {
  grid-column: 1/-1;
}
@media only screen and (max-width: 1320px) {
  .banner_grid .banner_grid_item:last-child:nth-child(3n+1) {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 991px) {
  .banner_grid .banner_grid_item:last-child:nth-child(3n+1) {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 1320px) {
  .banner_grid .banner_grid_item:last-child:nth-child(2n+1) {
    grid-column: 1/-1;
  }
}
.banner_grid .banner_grid_item:nth-child(1):nth-last-child(4), .banner_grid .banner_grid_item:nth-child(2):nth-last-child(3), .banner_grid .banner_grid_item:nth-child(3):nth-last-child(2), .banner_grid .banner_grid_item:nth-child(4):nth-last-child(1) {
  grid-column: span 6;
}
@media only screen and (max-width: 991px) {
  .banner_grid .banner_grid_item:nth-child(1):nth-last-child(4), .banner_grid .banner_grid_item:nth-child(2):nth-last-child(3), .banner_grid .banner_grid_item:nth-child(3):nth-last-child(2), .banner_grid .banner_grid_item:nth-child(4):nth-last-child(1) {
    grid-column: 1/-1;
  }
}
.banner_grid .banner_grid_item .banner_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  outline-offset: -1px;
}
.banner_grid .banner_grid_item .banner_grid_item_media {
  position: relative;
  height: 100%;
}
.banner_grid .banner_grid_item .banner_grid_item_media figure {
  height: 100%;
}
.banner_grid .banner_grid_item .banner_grid_item_media figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner_grid .banner_grid_item .banner_grid_item_text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 20px 45px 40px 60px;
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: flex-end;
  text-shadow: 0 0 40px black;
}
@container (width < 600px) {
  .banner_grid .banner_grid_item .banner_grid_item_text {
    padding: 20px 30px 30px 30px;
  }
}
.banner_grid .banner_grid_item .banner_title {
  color: #FFF;
  margin-bottom: 0;
  max-width: calc(100% - 50px);
}
@container (width < 600px) {
  .banner_grid .banner_grid_item .banner_title {
    font-size: 22px;
  }
}
@container (width < 330px) {
  .banner_grid .banner_grid_item .banner_title {
    font-size: 18px;
  }
}
.banner_grid .banner_grid_item .banner_shadow_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 49%;
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 70%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
  background-blend-mode: multiply;
  z-index: 3;
  mix-blend-mode: multiply;
  align-items: flex-end;
}
.banner_grid .banner_grid_item .banner_shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49%;
  background: transparent linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 70%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
  background-blend-mode: multiply;
  z-index: 3;
  mix-blend-mode: multiply;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .banner_grid .banner_grid_item .banner_shadow {
    height: 80%;
  }
}
.banner_grid .banner_grid_item .svg-icon {
  width: 18px;
  height: 18px;
}
@container (width < 600px) {
  .banner_grid .banner_grid_item .svg-icon {
    width: 14px;
    height: 14px;
  }
}
.banner_grid .banner_grid_item .arrow_container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50px;
  color: #17171B;
  transform: translateX(0px);
  transition: 0.4s ease transform;
}
@container (width < 600px) {
  .banner_grid .banner_grid_item .arrow_container {
    width: 40px;
    height: 40px;
  }
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.text_data_tiles_right {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right {
    margin-top: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right {
    margin-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right {
    margin-bottom: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .text_data_tiles_right {
    margin: 20px 0;
  }
}
.text_data_tiles_right .text_data_tiles_right_inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.text_data_tiles_right .textblock {
  padding: 20px 0;
  word-break: break-word;
  hyphens: auto;
}
@media only screen and (max-width: 991px) {
  .text_data_tiles_right .textblock {
    padding-top: 0;
  }
}
.text_data_tiles_right .text_data_tiles_right_titlegroup {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_titlegroup {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_titlegroup {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_titlegroup {
    width: 100%;
    padding-right: 0;
  }
}
.text_data_tiles_right .text_data_tiles_right_tile_container {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container {
    width: 100%;
  }
}
.text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child {
  grid-column: 1/3;
  row-gap: 15px;
  column-gap: 30px;
  flex-wrap: nowrap;
  align-items: last baseline;
  column-gap: 20px;
  --icon-size: 50px;
  padding-block: 40px;
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child {
    column-gap: calc(20px + 10 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child {
    column-gap: 30px;
  }
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child {
    --icon-size: calc(50px + 30 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child {
    --icon-size: 80px;
  }
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child {
    padding-block: calc(40px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child {
    padding-block: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child {
    padding: 35px 25px;
    row-gap: 15px;
    column-gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    --icon-size: 50px;
  }
}
.text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child .tile_number {
  font-size: 50px;
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child .tile_number {
    font-size: calc(50px + 26 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child .tile_number {
    font-size: 76px;
  }
}
@media only screen and (max-width: 550px) {
  .text_data_tiles_right .text_data_tiles_right_tile_container:has(> :last-child:nth-child(odd)) .text_data_tiles_right_tile:first-child .tile_number {
    font-size: 40px;
  }
}
.text_data_tiles_right .text_data_tiles_right_tile {
  background-color: #F4F5F7;
  padding: 60px 40px;
  padding-block: 35px;
  padding-inline: 25px;
  border-radius: 8px;
  display: flex;
  gap: 15px 20px;
  align-items: center;
  flex-wrap: wrap;
  --icon-size: 50px;
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile {
    padding-block: calc(35px + 15 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile {
    padding-block: 50px;
  }
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile {
    padding-inline: calc(25px + 15 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile {
    --icon-size: calc(50px + 10 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile {
    --icon-size: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .text_data_tiles_right .text_data_tiles_right_tile {
    grid-column: 1/3;
  }
}
.text_data_tiles_right .text_data_tiles_right_tile .tile_icon {
  position: relative;
  width: var(--icon-size);
  height: var(--icon-size);
  flex-shrink: 0;
  align-self: center;
}
.text_data_tiles_right .text_data_tiles_right_tile .tile_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text_data_tiles_right .text_data_tiles_right_tile .tile_number {
  --num: 0;
  position: relative;
  font-size: 40px;
  color: #DF202C;
  font-weight: 400;
  transition: --num 2s;
  counter-reset: num var(--num);
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile .tile_number {
    font-size: calc(40px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile .tile_number {
    font-size: 60px;
  }
}
.text_data_tiles_right .text_data_tiles_right_tile .tile_number::after {
  content: counter(num);
  position: absolute;
  left: 0;
}
@media (prefers-reduced-motion: reduce) {
  .text_data_tiles_right .text_data_tiles_right_tile .tile_number::after {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  .text_data_tiles_right .text_data_tiles_right_tile .tile_number::after {
    display: none;
  }
}
.text_data_tiles_right .text_data_tiles_right_tile .tile_number .number_placeholder {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .text_data_tiles_right .text_data_tiles_right_tile .tile_number .number_placeholder {
    opacity: 1;
  }
}
@supports (-webkit-touch-callout: none) {
  .text_data_tiles_right .text_data_tiles_right_tile .tile_number .number_placeholder {
    opacity: 1;
  }
}
.text_data_tiles_right .text_data_tiles_right_tile .tile_text {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .text_data_tiles_right .text_data_tiles_right_tile .tile_text {
    font-size: calc(16px + 2 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .text_data_tiles_right .text_data_tiles_right_tile .tile_text {
    font-size: 18px;
  }
}

.text_fullwidth {
  margin: 40px 0;
}
@media only screen and (max-width: 991px) {
  .text_fullwidth {
    margin: 20px 0;
  }
}
.text_fullwidth .text_fullwidth_cta_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.sliderboxes {
  margin: 20px 20px;
  padding-top: 40px;
  padding-bottom: 30px;
  border-radius: 8px;
  background-color: var(--background-color, #F4F5F7);
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .sliderboxes {
    padding-top: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .sliderboxes {
    padding-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes {
    padding-bottom: calc(30px + 50 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .sliderboxes {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .sliderboxes {
    margin: 20px 0px;
    border-radius: 0;
  }
}
.sliderboxes.text_light {
  color: #FFF;
}
.sliderboxes.text_light .heading {
  color: #FFF;
}
.sliderboxes.text_light .button.button_link, .sliderboxes.text_light .projekt_single .donate-preselected-buttons a.button_link, .projekt_single .donate-preselected-buttons .sliderboxes.text_light a.button_link, .sliderboxes.text_light body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_link.central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .sliderboxes.text_light .button_link.central {
  color: #FFF;
}
.sliderboxes.text_light .swiper-navigation .svg-icon {
  color: #FFF;
}
.sliderboxes.text_light .swiper-pagination-progressbar {
  --swiper-pagination-color: #FFF;
  background-color: rgba(209, 216, 223, 0.5);
}
.sliderboxes .sliderboxes_inner {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .sliderboxes .sliderboxes_inner {
    flex-direction: column;
  }
}
.sliderboxes .sliderboxes_titlegroup {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .sliderboxes .sliderboxes_titlegroup {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .sliderboxes .sliderboxes_titlegroup {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .sliderboxes .sliderboxes_titlegroup {
    width: 100%;
  }
}
.sliderboxes .sliderboxes_titlegroup .heading__small {
  margin-bottom: 30px;
}
.sliderboxes .sliderboxes_titlegroup .heading {
  line-height: 1.1;
  margin-bottom: 15px;
}
.sliderboxes .sliderboxes_titlegroup .heading__3 {
  line-height: 1.5;
}
.sliderboxes .sliderboxes_textgroup {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .sliderboxes .sliderboxes_textgroup {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .sliderboxes .sliderboxes_textgroup .button_outline:has(.svg-icon-arrow-down):first-child, .sliderboxes .sliderboxes_textgroup .projekt_single .donate-preselected-buttons a:has(.svg-icon-arrow-down):first-child, .projekt_single .donate-preselected-buttons .sliderboxes .sliderboxes_textgroup a:has(.svg-icon-arrow-down):first-child {
    align-self: flex-end;
    margin-top: auto;
  }
}
.sliderboxes .swiper-container {
  padding: 0 20px;
}
.sliderboxes .swiper-controls {
  display: flex;
  align-items: center;
  gap: 30px 60px;
  margin-right: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .sliderboxes .swiper-controls {
    flex-direction: column;
    margin-right: 0;
  }
}
.sliderboxes .swiper-controls:has(.js-button-prev.swiper-button-disabled + .js-button-next.swiper-button-disabled) {
  display: none;
}
.sliderboxes .swiper-pagination-progressbar {
  --swiper-pagination-color: #DF202C;
  background-color: #D1D8DF;
}
.sliderboxes .swiper-navigation {
  display: flex;
  flex-shrink: 0;
  gap: 160px;
}
@media only screen and (max-width: 550px) {
  .sliderboxes .swiper-navigation {
    gap: 0;
    width: 100%;
    justify-content: space-around;
  }
}
.sliderboxes .swiper-navigation .swiper-navigation-button {
  cursor: pointer;
  padding: 10px 0;
  user-select: none;
}
.sliderboxes .swiper-navigation .svg-icon {
  width: 55px;
  color: #17171B;
}
.sliderboxes .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 54px;
  overflow: hidden;
}
.sliderboxes .swiper-slide {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  max-width: calc(100% - 20px);
}
.sliderboxes .sliderboxes_item_wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  color: #FFF;
}
.sliderboxes .sliderboxes_item_wrapper.is_portrait img {
  display: block;
  height: auto;
  width: 430px;
  max-width: 100%;
}
.sliderboxes .sliderboxes_item_wrapper.is_landscape img {
  display: block;
  height: auto;
  width: 610px;
  max-width: 100%;
}
.sliderboxes .slide_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.sliderboxes .slide_link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.7098039216) 0%, rgba(0, 0, 0, 0) 70%) 0% 0% no-repeat padding-box;
  transition: 0.4s ease background-color;
}
.sliderboxes .slide_link:hover:before {
  background-color: rgba(34, 34, 38, 0.44);
}
.sliderboxes .slide_link:hover .slide_link_info_text {
  opacity: 1;
  transform: translateY(0);
}
.sliderboxes .slide_link_info {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 20px 30px 0 10px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  gap: 20px;
  line-height: 1.2;
  font-size: 17px;
  font-size: 15px;
}
@media screen and (min-width: 550px) {
  .sliderboxes .slide_link_info {
    padding-right: calc(20px + 10 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes .slide_link_info {
    padding-right: 30px;
  }
}
@media screen and (min-width: 550px) {
  .sliderboxes .slide_link_info {
    font-size: calc(15px + 2 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes .slide_link_info {
    font-size: 17px;
  }
}
.sliderboxes .slide_link_info .svg-icon {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
}
.sliderboxes .slide_link_info_text_wrap {
  position: relative;
}
.sliderboxes .slide_link_info_text {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s ease transform, 0.6s ease opacity;
}
.sliderboxes .slide_title {
  position: absolute;
  bottom: 0;
  padding: 0 10px 30px 30px;
  font-size: 24px;
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 550px) {
  .sliderboxes .slide_title {
    font-size: calc(18px + 6 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes .slide_title {
    font-size: 24px;
  }
}
@media screen and (min-width: 550px) {
  .sliderboxes .slide_title {
    padding-left: calc(20px + 10 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes .slide_title {
    padding-left: 30px;
  }
}
@media screen and (min-width: 550px) {
  .sliderboxes .slide_title {
    padding-bottom: calc(20px + 10 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes .slide_title {
    padding-bottom: 30px;
  }
}

.sliderboxes_team {
  margin: 20px 20px;
  padding-top: 40px;
  padding-bottom: 30px;
  border-radius: 8px;
  background-color: var(--background-color, #F4F5F7);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  row-gap: 20px;
  padding-left: 20px;
  --column-gap: 20px;
  --text-column-width: 320px;
  column-gap: var(--column-gap);
}
@media screen and (min-width: 991px) {
  .sliderboxes_team {
    padding-top: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .sliderboxes_team {
    padding-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes_team {
    padding-bottom: calc(30px + 50 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .sliderboxes_team {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes_team {
    padding-left: calc(20px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .sliderboxes_team {
    padding-left: 60px;
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes_team {
    --column-gap: calc(20px + 60 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .sliderboxes_team {
    --column-gap: 80px;
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes_team {
    --text-column-width: calc(320px + 120 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .sliderboxes_team {
    --text-column-width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .sliderboxes_team {
    flex-wrap: wrap;
  }
}
.sliderboxes_team.text_light {
  color: #FFF;
}
.sliderboxes_team.text_light .heading {
  color: #FFF;
}
.sliderboxes_team.text_light .swiper-navigation .svg-icon {
  color: #FFF;
}
.sliderboxes_team.text_light .swiper-pagination-progressbar {
  --swiper-pagination-color: #FFF;
  background-color: rgba(209, 216, 223, 0.5);
}
.sliderboxes_team:not(:has(.swiper-slide-active:first-child)) .sliderboxes_team_titlegroup {
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .sliderboxes_team:not(:has(.swiper-slide-active:first-child)) .sliderboxes_team_titlegroup {
    opacity: 1;
  }
}
.sliderboxes_team:not(:has(.swiper-slide-active:first-child)) .swiper-initialized .swiper-controls {
  width: calc(100% + var(--text-column-width));
  transform: translateX(calc(-1 * var(--text-column-width) - var(--column-gap)));
  transform-origin: right center;
}
@media only screen and (max-width: 991px) {
  .sliderboxes_team:not(:has(.swiper-slide-active:first-child)) .swiper-initialized .swiper-controls {
    width: 100%;
    transform: none;
  }
}
.sliderboxes_team .item_image {
  display: block;
  margin-bottom: -120px;
  margin-left: 30px;
  border-radius: 200px;
}
@media only screen and (max-width: 550px) {
  .sliderboxes_team .item_image {
    width: 150px;
    height: 150px;
    margin-left: 20px;
  }
}
.sliderboxes_team .slide_textbox {
  width: 100%;
  height: calc(100% - 80px);
  background-color: white;
  padding-top: 120px;
  border-radius: 8px;
  color: #17171B;
}
@media only screen and (max-width: 550px) {
  .sliderboxes_team .slide_textbox {
    height: calc(100% - 30px);
  }
}
.sliderboxes_team .sliderboxes_team_titlegroup {
  width: var(--text-column-width);
  transition: 0.2s ease opacity;
}
@media only screen and (max-width: 991px) {
  .sliderboxes_team .sliderboxes_team_titlegroup {
    width: 100%;
  }
}
.sliderboxes_team .sliderboxes_team_titlegroup .heading {
  line-height: 1.1;
  margin-bottom: 15px;
}
.sliderboxes_team .sliderboxes_team_titlegroup .heading__light {
  font-weight: 400;
}
.sliderboxes_team .sliderboxes_team_swiper {
  display: block;
  width: calc(100% - var(--text-column-width) - var(--column-gap));
}
@media only screen and (max-width: 991px) {
  .sliderboxes_team .sliderboxes_team_swiper {
    width: 100%;
  }
}
.sliderboxes_team .swiper-container {
  padding-right: 20px;
  overflow: visible;
}
.sliderboxes_team .swiper-controls {
  display: flex;
  align-items: center;
  gap: 30px 60px;
  margin-top: 30px;
  width: calc(100% - var(--column-gap));
}
@media only screen and (max-width: 991px) {
  .sliderboxes_team .swiper-controls {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
}
.sliderboxes_team .swiper-controls:has(.js-button-prev.swiper-button-disabled + .js-button-next.swiper-button-disabled) {
  display: none;
}
.sliderboxes_team .swiper-initialized .swiper-controls {
  transition: 0.2s ease width, 0.2s ease transform;
}
.sliderboxes_team .swiper-pagination-progressbar {
  --swiper-pagination-color: #DF202C;
  background-color: #D1D8DF;
}
.sliderboxes_team .swiper-navigation {
  display: flex;
  flex-shrink: 0;
  gap: 160px;
}
@media only screen and (max-width: 550px) {
  .sliderboxes_team .swiper-navigation {
    gap: 0;
    width: 100%;
    justify-content: space-around;
  }
}
.sliderboxes_team .swiper-navigation .swiper-navigation-button {
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
}
.sliderboxes_team .swiper-navigation .svg-icon {
  width: 55px;
  color: #17171B;
}
.sliderboxes_team .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 54px;
  overflow: hidden;
}
.sliderboxes_team .swiper-slide {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.sliderboxes_team .sliderboxes_team_item {
  height: 100%;
}
.sliderboxes_team .sliderboxes_team_item_wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 520px;
  max-width: 100%;
  height: 100%;
}
.sliderboxes_team .slide_textbox_inner {
  padding: 35px 60px 55px 55px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 550px) {
  .sliderboxes_team .slide_textbox_inner {
    padding-right: calc(20px + 40 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes_team .slide_textbox_inner {
    padding-right: 60px;
  }
}
@media screen and (min-width: 550px) {
  .sliderboxes_team .slide_textbox_inner {
    padding-bottom: calc(20px + 35 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes_team .slide_textbox_inner {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 550px) {
  .sliderboxes_team .slide_textbox_inner {
    padding-left: calc(20px + 35 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes_team .slide_textbox_inner {
    padding-left: 55px;
  }
}
.sliderboxes_team .slide_person_zitat {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 550px) {
  .sliderboxes_team .slide_person_zitat {
    font-size: calc(18px + 2 * (100vw - 550px) / 441);
  }
}
@media screen and (min-width: 991px) {
  .sliderboxes_team .slide_person_zitat {
    font-size: 20px;
  }
}
.sliderboxes_team .slide_person_zitat .svg-icon {
  color: #DF202C;
  width: 35px;
  height: 35px;
  margin-bottom: 25px;
}
.sliderboxes_team .slide_person_info {
  margin-top: auto;
}
.sliderboxes_team .slide_person_name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 7px;
}
.sliderboxes_team .slide_person_position {
  font-size: 16px;
  margin-bottom: 7px;
}
.sliderboxes_team .slide_person_email {
  font-size: 16px;
}

.text_multi_column .text_multi_column_inner {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 40px;
}
@media only screen and (max-width: 991px) {
  .text_multi_column .text_multi_column_inner {
    gap: 0;
  }
}
.text_multi_column .text_multi_column_item {
  grid-column: span 4;
}
@media only screen and (max-width: 1320px) {
  .text_multi_column .text_multi_column_item {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 991px) {
  .text_multi_column .text_multi_column_item {
    grid-column: 1/-1;
  }
}
.text_multi_column .text_multi_column_item:only-child {
  grid-column: 1/-1;
}
.text_multi_column .text_multi_column_item:nth-last-child(2):nth-child(3n+1), .text_multi_column .text_multi_column_item:last-child:nth-child(3n+2) {
  grid-column: span 6;
}
@media only screen and (max-width: 991px) {
  .text_multi_column .text_multi_column_item:nth-last-child(2):nth-child(3n+1), .text_multi_column .text_multi_column_item:last-child:nth-child(3n+2) {
    grid-column: 1/-1;
  }
}
.text_multi_column .text_multi_column_item:last-child:nth-child(3n+1) {
  grid-column: 1/-1;
}
@media only screen and (max-width: 1320px) {
  .text_multi_column .text_multi_column_item:last-child:nth-child(3n+1) {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 991px) {
  .text_multi_column .text_multi_column_item:last-child:nth-child(3n+1) {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 1320px) {
  .text_multi_column .text_multi_column_item:last-child:nth-child(2n+1) {
    grid-column: 1/-1;
  }
}
.text_multi_column .text_multi_column_item:nth-child(1):nth-last-child(4), .text_multi_column .text_multi_column_item:nth-child(2):nth-last-child(3), .text_multi_column .text_multi_column_item:nth-child(3):nth-last-child(2), .text_multi_column .text_multi_column_item:nth-child(4):nth-last-child(1) {
  grid-column: span 6;
}
@media only screen and (max-width: 991px) {
  .text_multi_column .text_multi_column_item:nth-child(1):nth-last-child(4), .text_multi_column .text_multi_column_item:nth-child(2):nth-last-child(3), .text_multi_column .text_multi_column_item:nth-child(3):nth-last-child(2), .text_multi_column .text_multi_column_item:nth-child(4):nth-last-child(1) {
    grid-column: 1/-1;
  }
}
.text_multi_column .textblock {
  padding-top: 30px;
}

.title_anchor_link {
  margin: 40px 0;
}
@media only screen and (max-width: 991px) {
  .title_anchor_link {
    margin: 20px 0;
  }
}
.title_anchor_link .title_anchor_link_inner {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .title_anchor_link .title_anchor_link_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .title_anchor_link .title_anchor_link_inner:not(:has(.title_anchor_link_textgroup .button)) .title_anchor_link_titlegroup {
    margin-bottom: 10px;
  }
}
.title_anchor_link .title_anchor_link_titlegroup {
  width: auto;
  margin-right: auto;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .title_anchor_link .title_anchor_link_titlegroup {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .title_anchor_link .title_anchor_link_titlegroup {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .title_anchor_link .title_anchor_link_titlegroup {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.title_anchor_link .title_anchor_link_titlegroup .heading__small {
  margin-bottom: 30px;
}
.title_anchor_link .title_anchor_link_titlegroup .heading {
  line-height: 1.1;
  margin-bottom: 15px;
}
@media screen and (max-width: 550px) {
  .title_anchor_link .title_anchor_link_titlegroup .heading {
    line-height: 1.2;
    margin-bottom: 0px;
  }
}
.title_anchor_link .title_anchor_link_titlegroup .heading__3 {
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .title_anchor_link .title_anchor_link_titlegroup > *:last-child {
    margin-bottom: 0;
  }
}
.title_anchor_link .title_anchor_link_textgroup {
  width: auto;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .title_anchor_link .title_anchor_link_textgroup {
    width: 100%;
  }
}

.downloads {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .downloads {
    margin-top: calc(40px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .downloads {
    margin-top: 60px;
  }
}
@media screen and (min-width: 991px) {
  .downloads {
    margin-bottom: calc(40px + 20 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .downloads {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .downloads {
    margin: 20px 0;
  }
}
.downloads .download_wrapper {
  border-top: 1px solid #17171B;
  border-bottom: 1px solid #17171B;
}
.downloads .downloads_item {
  width: 100%;
  margin-left: auto;
  border-bottom: 1px solid #17171B;
}
.downloads .downloads_item:last-child {
  border-bottom: none;
}
.downloads .download_link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
  width: 100%;
  text-decoration: none;
  line-height: 1.4;
}
.downloads .svg-icon {
  flex-shrink: 0;
}
.downloads .download_info {
  white-space: nowrap;
}

.donation {
  padding: 0 20px;
  margin: 20px 0;
}
.donation .donation_wrap {
  background-color: var(--background-color, #DF202C);
  border-radius: 8px;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .donation .donation_wrap {
    padding-top: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .donation .donation_wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .donation .donation_wrap {
    padding-bottom: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .donation .donation_wrap {
    padding-bottom: 80px;
  }
}
.donation .donation_wrap .heading {
  line-height: 1.1;
  margin-bottom: 15px;
  color: #FFF;
}
.donation .donation_inner {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .donation .donation_inner {
    flex-direction: column;
  }
}
.donation .donation_titlegroup {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .donation .donation_titlegroup {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .donation .donation_titlegroup {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .donation .donation_titlegroup {
    width: 100%;
  }
}
.donation .donation_textgroup {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .donation .donation_textgroup {
    width: 100%;
  }
}
.donation .donation_textgroup .textblock {
  padding-top: 0;
}
.donation .donation_ctas {
  width: 50%;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  gap: 20px 30px;
}
@media only screen and (max-width: 1320px) {
  .donation .donation_ctas {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .donation .donation_ctas {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.donation .donation_suggestions {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
  gap: 5px;
}
@media only screen and (max-width: 1320px) {
  .donation .donation_suggestions {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .donation .donation_suggestions {
    max-width: 100%;
    width: auto;
  }
}
.donation .donation_suggestions .donation_suggestion {
  display: inline-block;
  background-color: #FFF;
  padding: 13px 30px;
  border-radius: 5px;
  color: #DF202C;
  text-decoration: none;
  font-size: 23px;
  text-align: center;
  font-size: 18px;
  /*@include fluid-type(padding-block, $media-large, $media-xlarge, 8px, 13px);
  */
  padding-inline: 15px;
}
@media screen and (min-width: 1320px) {
  .donation .donation_suggestions .donation_suggestion {
    font-size: calc(18px + 5 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .donation .donation_suggestions .donation_suggestion {
    font-size: 23px;
  }
}
@media screen and (min-width: 1320px) {
  .donation .donation_suggestions .donation_suggestion {
    padding-inline: calc(15px + 15 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .donation .donation_suggestions .donation_suggestion {
    padding-inline: 30px;
  }
}
.donation .donation_amount_form {
  display: flex;
  align-items: self-end;
  gap: 0 20px;
}
@media screen and (max-width: 380px) {
  .donation .donation_amount_form {
    flex-wrap: wrap;
  }
}
.donation .donation_amount_form .amount_input_wrapper {
  display: flex;
  font-size: 20px;
  border-bottom: 1px solid white;
  max-width: 175px;
  min-width: 130px;
  font-size: 18px;
}
@media screen and (min-width: 1320px) {
  .donation .donation_amount_form .amount_input_wrapper {
    font-size: calc(18px + 2 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .donation .donation_amount_form .amount_input_wrapper {
    font-size: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .donation .donation_amount_form .amount_input_wrapper {
    min-width: 0;
  }
}
@media screen and (max-width: 380px) {
  .donation .donation_amount_form .amount_input_wrapper {
    width: 100%;
    max-width: none;
  }
}
.donation .donation_amount_form input {
  padding: 15px 15px 15px 0;
  background: transparent;
  border: none;
  appearance: none;
  color: #FFF;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.donation .donation_amount_form input::-webkit-outer-spin-button, .donation .donation_amount_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.donation .donation_amount_form input::placeholder {
  color: #fff;
  opacity: 0.68;
}
.donation .donation_amount_form .amount_input_currency {
  font-size: 32px;
  align-self: center;
  font-size: 28px;
}
@media screen and (min-width: 1320px) {
  .donation .donation_amount_form .amount_input_currency {
    font-size: calc(28px + 4 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .donation .donation_amount_form .amount_input_currency {
    font-size: 32px;
  }
}
.donation .donation_amount_form .button, .donation .donation_amount_form .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .donation .donation_amount_form a, .donation .donation_amount_form body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .donation .donation_amount_form .central {
  margin-bottom: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 380px) {
  .donation .donation_amount_form .button, .donation .donation_amount_form .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .donation .donation_amount_form a, .donation .donation_amount_form body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .donation .donation_amount_form .central {
    width: 100%;
    margin-top: 10px;
  }
}

.benefits {
  background: #F4F5F7;
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .benefits {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 550px) {
  .benefits {
    padding: 10px;
  }
}
.benefits .benefits_inner {
  background: white;
  border-radius: 8px;
  padding: 170px 200px 70px 200px;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 155px;
  row-gap: 50px;
  column-gap: 40px;
}
@media screen and (min-width: 1320px) {
  .benefits .benefits_inner {
    padding-top: calc(40px + 130 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .benefits .benefits_inner {
    padding-top: 170px;
  }
}
@media screen and (min-width: 1320px) {
  .benefits .benefits_inner {
    padding-right: calc(30px + 170 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .benefits .benefits_inner {
    padding-right: 200px;
  }
}
@media screen and (min-width: 1320px) {
  .benefits .benefits_inner {
    padding-bottom: calc(40px + 30 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .benefits .benefits_inner {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1320px) {
  .benefits .benefits_inner {
    padding-left: calc(30px + 170 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .benefits .benefits_inner {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1320px) {
  .benefits .benefits_inner {
    row-gap: calc(50px + 20 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .benefits .benefits_inner {
    row-gap: 70px;
  }
}
@media screen and (min-width: 1320px) {
  .benefits .benefits_inner {
    column-gap: calc(40px + 115 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .benefits .benefits_inner {
    column-gap: 155px;
  }
}
@media only screen and (max-width: 991px) {
  .benefits .benefits_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .benefits .benefits_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .benefits .benefits_inner {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.benefits .benefits_titlegroup {
  grid-column: 1/3;
}
@media only screen and (max-width: 991px) {
  .benefits .benefits_titlegroup {
    grid-column: 1/4;
  }
}
@media screen and (max-width: 768px) {
  .benefits .benefits_titlegroup {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 550px) {
  .benefits .benefits_titlegroup {
    grid-column: 1/2;
  }
}
.benefits .benefits_titlegroup .heading__small {
  margin-bottom: 30px;
}
.benefits .benefits_titlegroup .heading {
  line-height: 1.1;
  margin-bottom: 15px;
}
.benefits .benefits_titlegroup .heading__3 {
  line-height: 1.5;
}
.benefits .benefits_titlegroup > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 550px) {
  .benefits .benefits_item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .benefits .benefits_text_wrapper {
    width: calc(100% - 70px);
  }
}
.benefits .benefits_item_icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 550px) {
  .benefits .benefits_item_icon {
    margin-bottom: 30px;
    flex-shrink: 0;
  }
}
.benefits .benefits_item_title {
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 16px;
}
@media screen and (min-width: 1320px) {
  .benefits .benefits_item_title {
    font-size: calc(16px + 2 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .benefits .benefits_item_title {
    font-size: 18px;
  }
}
.benefits .benefits_item_text {
  line-height: 1.4;
  font-size: 16px;
}
@media screen and (min-width: 1320px) {
  .benefits .benefits_item_text {
    font-size: calc(16px + 2 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .benefits .benefits_item_text {
    font-size: 18px;
  }
}

.image_grid {
  margin: 20px 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 7px;
}
.image_grid .image_grid_item {
  grid-column: span 4;
  border-radius: 8px;
  overflow: hidden;
  container-type: inline-size;
}
@media only screen and (max-width: 1320px) {
  .image_grid .image_grid_item {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 991px) {
  .image_grid .image_grid_item {
    grid-column: 1/-1;
  }
}
.image_grid .image_grid_item:only-child {
  grid-column: 1/-1;
}
.image_grid .image_grid_item:nth-last-child(2):nth-child(3n+1), .image_grid .image_grid_item:last-child:nth-child(3n+2) {
  grid-column: span 6;
}
@media only screen and (max-width: 991px) {
  .image_grid .image_grid_item:nth-last-child(2):nth-child(3n+1), .image_grid .image_grid_item:last-child:nth-child(3n+2) {
    grid-column: 1/-1;
  }
}
.image_grid .image_grid_item:last-child:nth-child(3n+1) {
  grid-column: 1/-1;
}
@media only screen and (max-width: 1320px) {
  .image_grid .image_grid_item:last-child:nth-child(3n+1) {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 991px) {
  .image_grid .image_grid_item:last-child:nth-child(3n+1) {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 1320px) {
  .image_grid .image_grid_item:last-child:nth-child(2n+1) {
    grid-column: 1/-1;
  }
}
.image_grid .image_grid_item:nth-child(1):nth-last-child(4), .image_grid .image_grid_item:nth-child(2):nth-last-child(3), .image_grid .image_grid_item:nth-child(3):nth-last-child(2), .image_grid .image_grid_item:nth-child(4):nth-last-child(1) {
  grid-column: span 6;
}
@media only screen and (max-width: 991px) {
  .image_grid .image_grid_item:nth-child(1):nth-last-child(4), .image_grid .image_grid_item:nth-child(2):nth-last-child(3), .image_grid .image_grid_item:nth-child(3):nth-last-child(2), .image_grid .image_grid_item:nth-child(4):nth-last-child(1) {
    grid-column: 1/-1;
  }
}
.image_grid .image_grid_item .banner_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  outline-offset: -1px;
}
.image_grid .image_grid_item .image_grid_item_media {
  position: relative;
  height: 100%;
}
.image_grid .image_grid_item .image_grid_item_media figure {
  height: 100%;
}
.image_grid .image_grid_item .image_grid_item_media figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image_grid .image_grid_item .image_grid_item_text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 20px 45px 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@container (width < 600px) {
  .image_grid .image_grid_item .image_grid_item_text {
    padding: 20px 30px 30px 30px;
  }
}
.image_grid .image_grid_item .banner_title {
  color: #FFF;
  margin-bottom: 0;
  max-width: calc(100% - 50px);
}
@container (width < 600px) {
  .image_grid .image_grid_item .banner_title {
    font-size: 22px;
  }
}
.image_grid .image_grid_item .banner_shadow_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 49%;
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 70%) 0% 0% no-repeat padding-box;
  opacity: 0.57;
  background-blend-mode: multiply;
  z-index: 3;
  mix-blend-mode: multiply;
  align-items: flex-end;
}
.image_grid .image_grid_item .banner_shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49%;
  background: transparent linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 70%) 0% 0% no-repeat padding-box;
  opacity: 0.57;
  background-blend-mode: multiply;
  z-index: 3;
  mix-blend-mode: multiply;
  align-items: flex-end;
}
.image_grid .image_grid_item .svg-icon {
  width: 18px;
  height: 18px;
}
@container (width < 600px) {
  .image_grid .image_grid_item .svg-icon {
    width: 14px;
    height: 14px;
  }
}
.image_grid .image_grid_item .arrow_container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50px;
  color: #17171B;
}
@container (width < 600px) {
  .image_grid .image_grid_item .arrow_container {
    width: 40px;
    height: 40px;
  }
}

.history {
  display: flex;
  --sidebar-width: 320px;
  overflow-y: clip;
  --sidebar-width: 180px;
}
@media screen and (min-width: 1320px) {
  .history {
    --sidebar-width: calc(180px + 140 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .history {
    --sidebar-width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .history {
    --sidebar-width: 0px;
  }
}
.history .history_sidebar {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  flex-shrink: 0;
  width: var(--sidebar-width);
}
@media only screen and (max-width: 991px) {
  .history .history_sidebar {
    display: none;
  }
}
.history .history_sidebar_inner {
  position: sticky;
  top: var(--header-height);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 60px;
  justify-content: flex-end;
  align-items: flex-end;
  transition: 0.4s ease padding-top;
  padding-top: 60px;
  gap: 10px;
  padding-right: 30px;
  max-height: calc(100dvh - var(--header-height));
  overflow: auto;
  justify-content: flex-start;
  scrollbar-width: thin;
}
@media screen and (min-width: 1320px) {
  .history .history_sidebar_inner {
    padding-top: calc(60px + -20 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .history .history_sidebar_inner {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1320px) {
  .history .history_sidebar_inner {
    gap: calc(10px + 10 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .history .history_sidebar_inner {
    gap: 20px;
  }
}
@media screen and (min-width: 1320px) {
  .history .history_sidebar_inner {
    padding-right: calc(30px + 30 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .history .history_sidebar_inner {
    padding-right: 60px;
  }
}
.history .history_sidebar_inner .history_year_button {
  text-decoration: none;
  color: #D1D8DF;
  font-weight: bold;
  font-size: 26px;
  transition: 0.4s ease color;
  font-size: 20px;
}
@media screen and (min-width: 1320px) {
  .history .history_sidebar_inner .history_year_button {
    font-size: calc(20px + 6 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .history .history_sidebar_inner .history_year_button {
    font-size: 26px;
  }
}
.history .history_sidebar_inner .history_year_button.is-active {
  color: #17171B;
}
.history .history_content {
  overflow: hidden;
  width: calc(100% - var(--sidebar-width));
  background-color: #F4F5F7;
}
.history .history_content_inner {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 60px;
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .history .history_content_inner {
    margin-top: 30px;
  }
}
.history .history_content_titles {
  margin-bottom: 60px;
}
.history .history_content_titles .heading.heading__1:first-child, .history .history_content_titles .heading.heading__1_light:first-child {
  margin-bottom: 0;
}
.history .history_item {
  --year-color: #D1D8DF;
  position: relative;
  margin-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .history .history_item {
    padding-bottom: 0;
  }
}
.history .history_item.is-active-section {
  --year-color: #17171B;
}
.history .history_item.is-active-section .history_item_year .history_item_year_text {
  transform: scale(2.8);
}
@media only screen and (max-width: 991px) {
  .history .history_item.is-active-section .history_item_year .history_item_year_text {
    transform: scale(2.5);
  }
}
.history .history_item.is-active-section .history_item_year_line:after {
  height: calc(100% - 70px);
}
@media screen and (max-width: 768px) {
  .history .history_item.is-active-section .history_item_year_line:after {
    height: 60px;
  }
}
.history .history_item:nth-child(odd) .history_item_text {
  order: 0;
}
.history .history_item:nth-child(odd) .history_item_spacer {
  order: 1;
}
.history .history_item:nth-child(odd) .history_item_media {
  order: 2;
}
@media screen and (max-width: 768px) {
  .history .history_item:nth-child(odd) .history_item_media {
    order: -1;
  }
}
.history .history_item_year {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: var(--year-color);
  line-height: 0.8;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .history .history_item_year {
    height: 65px;
  }
}
.history .history_item_year .history_item_year_text {
  transform-origin: center bottom;
  transition: 0.4s ease color, 0.4s ease transform;
}
.history .history_item_year_line {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.history .history_item_year_line .history_item_year_line_dot {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-left: 1px;
  background-color: var(--year-color);
  transition: 0.4s ease background-color;
}
.history .history_item_year_line:after {
  content: "";
  position: absolute;
  left: 50%;
  height: calc(100% - 120px);
  width: 1px;
  background-color: var(--year-color);
  transform: translateY(17px);
  transition: 0.4s ease background-color, 0.4s ease height;
}
@media screen and (max-width: 768px) {
  .history .history_item_year_line:after {
    height: 60px;
  }
}
.history .history_item_inner {
  display: flex;
  row-gap: 30px;
  column-gap: 70px;
  column-gap: 30px;
  padding-top: 20px;
}
@media screen and (min-width: 1320px) {
  .history .history_item_inner {
    column-gap: calc(30px + 40 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .history .history_item_inner {
    column-gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  .history .history_item_inner {
    flex-direction: column;
    padding-top: 30px;
  }
}
.history .history_item_inner:not(:has(.history_item_media)) .history_item_text {
  width: 100%;
}
.history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner {
  max-width: 100%;
}
.history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner .history_item_title {
  max-width: 50%;
  padding-right: 30px;
}
@media screen and (min-width: 1320px) {
  .history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner .history_item_title {
    padding-right: calc(30px + 40 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner .history_item_title {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner .history_item_title {
    max-width: 100%;
    padding-right: 0;
    margin-top: 55px;
  }
}
.history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner .textblock {
  column-count: 2;
  column-gap: 80px;
}
@media screen and (min-width: 1320px) {
  .history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner .textblock {
    column-gap: calc(80px + 80 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner .textblock {
    column-gap: 160px;
  }
}
@media screen and (max-width: 768px) {
  .history .history_item_inner:not(:has(.history_item_media)) .history_item_text .history_item_text_inner .textblock {
    column-count: 1;
  }
}
.history .history_item_media {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .history .history_item_media {
    width: 100%;
  }
}
.history .history_item_media img {
  width: 100%;
}
.history .history_item_spacer {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .history .history_item_spacer {
    display: none;
  }
}
.history .history_item_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .history .history_item_text {
    width: 100%;
  }
}
.history .history_item_text_inner {
  max-width: 400px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .history .history_item_text_inner {
    max-width: 100%;
  }
}
.history .history_item_title {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  .history .history_item_title {
    font-size: calc(26px + 4 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .history .history_item_title {
    font-size: 30px;
  }
}
.history .textblock {
  padding-top: 30px;
}

.scrollFixed .history .history_sidebar_inner {
  padding-top: 30px;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
body:has(.wrap_hero_section[data-index="1"]) .section_top {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  body:has(.wrap_hero_section[data-index="1"]) .section_top .inner .emergency {
    transition-delay: 0s;
  }
}
body:has(.wrap_hero_section[data-index="1"]) .wrap_hero_section {
  margin-top: calc(var(--header-height) * -1);
}
@media only screen and (max-width: 991px) {
  body:has(.wrap_hero_section[data-index="1"]) .wrap_hero_section {
    margin-top: calc(var(--header-height) * -1 - 6px);
  }
}

body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top {
  background-color: transparent;
}
body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .breadcrumb a {
  color: #FFF;
}
body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .breadcrumb ol {
  color: #FFF;
}
body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .emergency {
  color: #FFF;
}
body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .section_top_wrap {
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .section_top_wrap {
    padding-top: 10px;
  }
}
body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central {
    padding: 0;
    height: auto;
    background: none;
    border: none;
    backdrop-filter: none;
    border-radius: 0;
    gap: 0;
    margin-right: 21px;
    font-size: 16px;
    font-weight: 700;
  }
  body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:hover {
    background-color: transparent;
  }
  body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central {
    --text-animation-duration: .4s;
    --background-animation-duration: .4s;
    --transition-timing-function: cubic-bezier(0.1, 0, 0.3, 1);
    background-color: rgba(234, 237, 241, 0.3098039216);
    border-color: transparent;
    backdrop-filter: blur(50px);
    transition: var(--background-animation-duration) ease background-color 0s, var(--text-animation-duration) ease color, var(--text-animation-duration) ease border-color;
    transition-timing-function: var(--transition-timing-function);
    padding: 0;
    width: 48px;
  }
}
@media only screen and (max-width: 550px) {
  body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 350px) {
  body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central {
    width: 38px;
    height: 38px;
  }
}
body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:hover {
  color: #DF202C;
}
@media only screen and (max-width: 991px) {
  body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central:hover {
    background-color: #FFF;
    border-color: #DFE1E4;
  }
}

.hero_section {
  padding: 20px;
  --icon-size: 50px;
}
@media screen and (min-width: 991px) {
  .hero_section {
    --icon-size: calc(50px + 10 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .hero_section {
    --icon-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero_section {
    padding: 0px;
  }
}
.hero_section .hero_section_inner {
  position: relative;
}
.hero_section .hero_section_image {
  position: relative;
  mask-image: url(/Content/Img/hero_mask.svg);
  mask-size: 100%;
  mask-position: top left;
  mask-repeat: no-repeat;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_image {
    mask-image: unset;
    border-radius: 0;
  }
}
.hero_section .hero_section_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 12;
  mix-blend-mode: multiply;
  opacity: 0.5;
  background: linear-gradient(180deg, black, transparent);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_image:before {
    height: calc(var(--header-height) * 2);
  }
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 12;
    mix-blend-mode: multiply;
    opacity: 0.5;
    background: linear-gradient(0deg, black, transparent);
    pointer-events: none;
  }
}
.hero_section .hero_section_image .image-block img {
  min-height: 700px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_image .image-block img {
    border-radius: 0;
    object-position: var(--custom-object-position, 50%) 0%;
    min-height: 600px;
  }
}
@media only screen and (max-width: 550px) {
  .hero_section .hero_section_image .image-block img {
    min-height: 550px;
  }
}
.hero_section .hero_section_titlegroup {
  position: absolute;
  z-index: 13;
  top: calc(var(--header-height) + 60px);
  left: 180px;
  max-width: 530px;
  left: 40px;
}
@media screen and (min-width: 1600px) {
  .hero_section .hero_section_titlegroup {
    left: calc(40px + 140 * (100vw - 1600px) / 320);
  }
}
@media screen and (min-width: 1920px) {
  .hero_section .hero_section_titlegroup {
    left: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_titlegroup {
    bottom: 90px;
    top: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hero_section .hero_section_titlegroup {
    left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .hero_section .hero_section_titlegroup {
    max-width: calc(100% - 20px);
  }
}
.hero_section .hero_section_titlegroup .heading__1, .hero_section .hero_section_titlegroup .heading__1_light {
  color: #FFF;
  font-size: 68px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 33px;
  text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.6784313725);
  word-break: unset;
  hyphens: unset;
}
@media screen and (min-width: 1545px) {
  .hero_section .hero_section_titlegroup .heading__1, .hero_section .hero_section_titlegroup .heading__1_light {
    font-size: calc(33px + 24 * (100vw - 1545px) / 375);
  }
}
@media screen and (min-width: 1920px) {
  .hero_section .hero_section_titlegroup .heading__1, .hero_section .hero_section_titlegroup .heading__1_light {
    font-size: 57px;
  }
}
@media only screen and (max-width: 768px) {
  .hero_section .hero_section_titlegroup .heading__1, .hero_section .hero_section_titlegroup .heading__1_light {
    font-size: 30px;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6784313725);
  }
}
@media only screen and (max-width: 550px) {
  .hero_section .hero_section_titlegroup .heading__1, .hero_section .hero_section_titlegroup .heading__1_light {
    font-size: 28px;
  }
}
.hero_section .hero_section_bottom {
  position: relative;
  z-index: 1;
  z-index: 21;
  display: flex;
  margin-top: -240px;
  margin-top: -172px;
  align-items: baseline;
  gap: 0 40px;
}
@media screen and (min-width: 991px) {
  .hero_section .hero_section_bottom {
    margin-top: calc(-172px + -68 * (100vw - 991px) / 383);
  }
}
@media screen and (min-width: 1374px) {
  .hero_section .hero_section_bottom {
    margin-top: -240px;
  }
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_bottom {
    flex-wrap: wrap;
    margin-top: -70px;
    gap: 20px 0;
    background-color: #FFF;
    padding-top: 30px;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .hero_section .hero_section_bottom {
    border-radius: 30px;
  }
}
.hero_section .hero_section_search {
  flex-shrink: 0;
  margin-left: 20px;
  margin-left: 0px;
  width: 710px;
  max-width: 40%;
  opacity: 0;
  transform: translateY(40px);
  animation: show 0.6s forwards 0.2s;
}
@media screen and (min-width: 1600px) {
  .hero_section .hero_section_search {
    margin-left: calc(0px + 20 * (100vw - 1600px) / 320);
  }
}
@media screen and (min-width: 1920px) {
  .hero_section .hero_section_search {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_search {
    max-width: 100%;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .hero_section .hero_section_search {
    padding: 0 10px;
  }
}
.hero_section .hero_section_search .heading {
  font-size: 21px;
}
@media screen and (min-width: 1320px) {
  .hero_section .hero_section_search .heading {
    font-size: calc(21px + 9 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .hero_section .hero_section_search .heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_search .heading {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero_section .hero_section_search .heading {
    font-size: 18px;
    padding-left: 15px;
  }
}
.hero_section .hero_section_search .hero_section_search_input {
  position: relative;
  width: 100%;
  height: 80px;
  background: rgba(209, 216, 223, 0.53);
  border-radius: 80px;
  display: flex;
  justify-content: center;
  padding: 13px;
}
.hero_section .hero_section_search form {
  width: 100%;
}
.hero_section .hero_section_search input {
  width: 100%;
  border-radius: 100px;
  border-color: #DFE1E4;
  padding-right: 58px;
  height: 100%;
}
.hero_section .hero_section_search .open-search-button {
  position: absolute;
  right: 14px;
  top: 50%;
  height: calc(100% - 26px);
  background: transparent;
  border: none;
  appearance: none;
  padding: 0 20px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #17171B;
  border-radius: 100px;
}
.hero_section .hero_section_tile_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_tile_container {
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .hero_section .hero_section_tile_container {
    padding: 0 10px;
  }
}
.hero_section .hero_section_tile {
  position: relative;
  background-color: #F4F5F7;
  aspect-ratio: 365/222;
  max-width: calc(50% - 5px);
  width: 365px;
  border-radius: 8px;
  container-type: inline-size;
  opacity: 0;
  transform: translateY(40px);
  animation: show 0.6s forwards 0.3s;
}
.hero_section .hero_section_tile:nth-child(2) {
  animation-delay: 0.4s;
}
.hero_section .hero_section_tile:nth-child(3) {
  animation-delay: 0.5s;
}
.hero_section .hero_section_tile:nth-child(4) {
  animation-delay: 0.6s;
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_section_tile {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .hero_section .hero_section_tile {
    max-width: 100%;
    aspect-ratio: unset;
  }
}
.hero_section .hero_section_tile .hero_section_tile_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px 20px;
  height: 100%;
  min-height: fit-content;
  padding: 60px 40px;
  padding-block: 35px;
  padding-inline: 25px;
}
@media screen and (min-width: 991px) {
  .hero_section .hero_section_tile .hero_section_tile_inner {
    padding-block: calc(35px + 15 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .hero_section .hero_section_tile .hero_section_tile_inner {
    padding-block: 50px;
  }
}
@media screen and (min-width: 991px) {
  .hero_section .hero_section_tile .hero_section_tile_inner {
    padding-inline: calc(25px + 15 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .hero_section .hero_section_tile .hero_section_tile_inner {
    padding-inline: 40px;
  }
}
@container (width < 350px) {
  .hero_section .hero_section_tile .hero_section_tile_inner {
    gap: 10px 15px;
    padding: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .hero_section .hero_section_tile .hero_section_tile_inner {
    padding: 20px;
  }
}
.hero_section .hero_section_tile:not(:has(.tile_icon, .tile_number, .tile_image)) {
  background-color: #DF202C;
  color: #FFF;
}
.hero_section .hero_section_tile:not(:has(.tile_icon, .tile_number, .tile_image)) .tile_link {
  color: #FFF;
}
@media only screen and (max-width: 550px) {
  .hero_section .hero_section_tile:not(:has(.tile_icon, .tile_number, .tile_image)) .hero_section_tile_inner {
    padding: 50px 20px 20px 20px;
  }
}
.hero_section .hero_section_tile:has(.tile_image) .hero_section_tile_inner {
  padding: 12px;
}
.hero_section .hero_section_tile:has(.tile_image) .tile_text {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  padding-top: 25px;
}
@container (width < 350px) {
  .hero_section .hero_section_tile:has(.tile_image) .tile_text {
    padding-top: 20px;
  }
}
.hero_section .hero_section_tile:has(.tile_image) .tile_image {
  width: calc(50% - 10px);
}
.hero_section .hero_section_tile:has(.tile_image) .tile_image img {
  border-radius: 8px;
  width: 100%;
}
.hero_section .hero_section_tile .tile_link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  color: #DF202C;
}
@container (width < 350px) {
  .hero_section .hero_section_tile .tile_link {
    padding: 15px;
  }
}
.hero_section .hero_section_tile .tile_link:hover .svg-icon {
  transform: rotate(-45deg) translateX(5px);
}
.hero_section .hero_section_tile .tile_link .svg-icon {
  transform: rotate(-45deg);
  width: 16px;
  height: 16px;
  transition: 0.2s ease transform;
}
@container (width < 350px) {
  .hero_section .hero_section_tile .tile_link .svg-icon {
    width: 12px;
    height: 12px;
  }
}
.hero_section .hero_section_tile .tile_icon {
  width: var(--icon-size);
  height: var(--icon-size);
  align-self: center;
}
.hero_section .hero_section_tile .tile_text {
  width: 100%;
  margin-top: auto;
  font-weight: 500;
  line-height: 1.4;
}
@container (width < 350px) {
  .hero_section .hero_section_tile .tile_text {
    font-size: 16px;
  }
}
@container (width < 300px) {
  .hero_section .hero_section_tile .tile_text {
    font-size: 14px;
    line-height: 1.3;
  }
}
.hero_section .hero_section_tile .tile_number {
  --num: 0;
  position: relative;
  font-size: 36px;
  color: #DF202C;
  line-height: 0.8;
  font-weight: 400;
  transition: --num 2s;
  counter-reset: num var(--num);
  align-self: center;
}
@media screen and (min-width: 1320px) {
  .hero_section .hero_section_tile .tile_number {
    font-size: calc(36px + 15 * (100vw - 1320px) / 600);
  }
}
@media screen and (min-width: 1920px) {
  .hero_section .hero_section_tile .tile_number {
    font-size: 51px;
  }
}
.hero_section .hero_section_tile .tile_number::after {
  content: counter(num);
  position: absolute;
  left: 0;
}
@media (prefers-reduced-motion: reduce) {
  .hero_section .hero_section_tile .tile_number::after {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  .hero_section .hero_section_tile .tile_number::after {
    display: none;
  }
}
.hero_section .hero_section_tile .tile_number .number_placeholder {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .hero_section .hero_section_tile .tile_number .number_placeholder {
    opacity: 1;
  }
}
@supports (-webkit-touch-callout: none) {
  .hero_section .hero_section_tile .tile_number .number_placeholder {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.membership_rates {
  margin: 40px 0;
}
@media only screen and (max-width: 991px) {
  .membership_rates {
    margin: 20px 0;
  }
}
.membership_rates .membership_rates_inner {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
@media only screen and (max-width: 1320px) {
  .membership_rates .membership_rates_inner {
    flex-wrap: wrap;
  }
}
.membership_rates .tarif {
  padding: 40px 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}
@media only screen and (max-width: 1320px) {
  .membership_rates .tarif {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 991px) {
  .membership_rates .tarif {
    width: 100%;
  }
}
.membership_rates .tarif_name {
  color: #DF202C;
  font-weight: bold;
  text-transform: uppercase;
}
.membership_rates .tarif_slogan {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 30px;
}
.membership_rates .tarif_costs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 40px;
}
.membership_rates .tarif_costs .tarif_cost {
  display: flex;
  align-items: baseline;
}
.membership_rates .tarif_costs .tarif_cost_divider {
  font-weight: 500;
}
.membership_rates .tarif_costs .tarif_cost_price {
  font-size: 28px;
  font-weight: bold;
  font-weight: 600;
  margin-right: 5px;
}
.membership_rates .tarif_costs .tarif_cost_unit {
  font-weight: 500;
}
.membership_rates .tarif_cta {
  text-align: center;
  margin-bottom: 20px;
}
.membership_rates .tarif_text {
  margin-bottom: 30px;
}
.membership_rates .tarif_features {
  margin-bottom: 20px;
}
.membership_rates .tarif_features ul {
  list-style: none;
  padding-left: 0;
}
.membership_rates .tarif_features ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.membership_rates .tarif_features ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><g transform="translate(1 1)"><circle cx="10" cy="10" r="10" fill="none" stroke="%2317171B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M9,12l2,2,4-4" transform="translate(-2 -2)" fill="none" stroke="%2317171B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.membership_rates .tarif_more_info {
  margin-top: auto;
  text-align: center;
}

.membership_detailpage {
  --left-margin: 120px;
  --right-margin: 240px;
  --left-margin: 20px;
  --right-margin: 20px;
}
@media screen and (min-width: 991px) {
  .membership_detailpage {
    --left-margin: calc(20px + 100 * (100vw - 991px) / 929);
  }
}
@media screen and (min-width: 1920px) {
  .membership_detailpage {
    --left-margin: 120px;
  }
}
@media screen and (min-width: 1700px) {
  .membership_detailpage {
    --right-margin: calc(20px + 220 * (100vw - 1700px) / 220);
  }
}
@media screen and (min-width: 1920px) {
  .membership_detailpage {
    --right-margin: 240px;
  }
}
.membership_detailpage .header {
  position: relative;
  background-color: #F4F5F7;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .header {
    flex-wrap: wrap;
    padding: 0;
    background-color: white;
  }
}
.membership_detailpage .header figure {
  width: 55%;
  min-width: 950px;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: -40px;
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .header figure {
    width: 100%;
    min-width: 0;
    margin-bottom: -30%;
    border-radius: 0;
    position: sticky;
    top: 0;
  }
}
.membership_detailpage .header figure img {
  display: block;
}
.membership_detailpage .header_overlay {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  position: absolute;
  bottom: -20px;
  left: var(--left-margin);
  width: calc(100% - var(--left-margin) - var(--right-margin));
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .header_overlay {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    flex-wrap: wrap;
  }
}
.membership_detailpage .infobox {
  width: 67%;
  background-color: #FFF;
  padding: 90px var(--left-margin) 50px var(--left-margin);
  position: relative;
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1920px) {
  .membership_detailpage .infobox {
    width: calc(67% + 8 * (100vw - 1920px) / 640);
  }
}
@media screen and (min-width: 2560px) {
  .membership_detailpage .infobox {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .membership_detailpage .infobox {
    padding-top: calc(30px + 60 * (100vw - 1200px) / 550);
  }
}
@media screen and (min-width: 1750px) {
  .membership_detailpage .infobox {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .membership_detailpage .infobox {
    padding-bottom: calc(10px + 40 * (100vw - 1200px) / 550);
  }
}
@media screen and (min-width: 1750px) {
  .membership_detailpage .infobox {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1160px) {
  .membership_detailpage .infobox {
    width: 62%;
  }
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .infobox {
    width: calc(100% - 40px);
    left: 20px;
    border-radius: 8px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .membership_detailpage .infobox {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.membership_detailpage .infobox .short-name {
  color: #DF202C;
  text-transform: uppercase;
  margin-bottom: 0;
}
.membership_detailpage .infobox .tarif-placeholder {
  color: #DF202C;
}
.membership_detailpage .infobox .slogan {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .infobox .slogan {
    margin-top: 15px;
  }
}
.membership_detailpage .infobox .intro {
  line-height: 1.6;
}
.membership_detailpage .rate_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 30px 20px 20px 70px;
  border-top-right-radius: 8px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .membership_detailpage .rate_container {
    padding-left: calc(20px + 50 * (100vw - 1200px) / 250);
  }
}
@media screen and (min-width: 1450px) {
  .membership_detailpage .rate_container {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .rate_container {
    position: relative;
    width: calc(100% - 40px);
    left: 20px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 650px) {
  .membership_detailpage .rate_container {
    width: calc(100% - 20px);
    left: 10px;
  }
}
@media screen and (min-width: 1650px) {
  .membership_detailpage .rate_container #frmRate {
    width: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .rate_container #frmRate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
}
.membership_detailpage .rate_selection {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}
.membership_detailpage .rate_selection input {
  width: 25px;
  height: 25px;
}
.membership_detailpage .rate_button_container {
  display: flex;
  flex-direction: column;
  width: max-content;
}
@media only screen and (max-width: 768px) {
  .membership_detailpage .rate_button_container {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}
.membership_detailpage .rate_button_container .button, .membership_detailpage .rate_button_container .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .membership_detailpage .rate_button_container a, .membership_detailpage .rate_button_container body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .membership_detailpage .rate_button_container .central {
  width: 100%;
}
.membership_detailpage .rate_selection_price {
  font-size: 32px;
  display: inline-block;
  margin-right: 5px;
}
.membership_detailpage .center {
  padding-left: calc(var(--left-margin) * 2);
  padding-right: var(--right-margin);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .center {
    position: relative;
    background: #FFF;
    z-index: 1;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .membership_detailpage .center {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  .membership_detailpage .center {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.membership_detailpage .tarif_benefits {
  width: 640px;
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .tarif_benefits {
    width: auto;
    padding-top: 30px;
  }
}
.membership_detailpage .tarif_benefits ul {
  list-style: none;
  padding-left: 0;
}
.membership_detailpage .tarif_benefits ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.membership_detailpage .tarif_benefits ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><g transform="translate(1 1)"><circle cx="10" cy="10" r="10" fill="none" stroke="%2317171B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M9,12l2,2,4-4" transform="translate(-2 -2)" fill="none" stroke="%2317171B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.membership_detailpage .tarif_benefits_title {
  margin-bottom: 40px;
  line-height: 1.4;
}
.membership_detailpage .tarif_center_right {
  width: 440px;
  padding-top: 60px;
}
@media screen and (max-width: 1450px) {
  .membership_detailpage .tarif_center_right {
    padding-left: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .membership_detailpage .tarif_center_right {
    flex-shrink: 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .membership_detailpage .tarif_center_right {
    width: 100%;
    padding-left: 0;
  }
}
.membership_detailpage .tarif_center_right .heading__1, .membership_detailpage .tarif_center_right .heading__1_light {
  line-height: 1.2;
}
.membership_detailpage .tarif_center_right .heading__2, .membership_detailpage .tarif_center_right .heading__2_light {
  font-weight: 300;
  line-height: 1.2;
}
.membership_detailpage .tarif_center_right .contact-data .block {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  gap: 25px;
}
.membership_detailpage .tarif_center_right .contact-data .block .svg-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
}
.membership_detailpage .tarif_center_right .contact-data .block .text {
  width: 100%;
  font-size: 20px;
  font-size: 18px;
}
@media screen and (min-width: 1320px) {
  .membership_detailpage .tarif_center_right .contact-data .block .text {
    font-size: calc(18px + 2 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .membership_detailpage .tarif_center_right .contact-data .block .text {
    font-size: 20px;
  }
}
.membership_detailpage .tarif_center_right .contact-data .block .textblock {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .membership_detailpage .tarif_center_right .contact-data .block .textblock {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 8px;
  }
}

#dateform .date, #adddateform .date {
  width: 20%;
}
#dateform .label1, #dateform .labelinline, #adddateform .label1, #adddateform .labelinline {
  padding: 3px 8px;
}
#dateform .removeTime, #adddateform .removeTime {
  margin-left: 5px;
}
#dateform .removeTime i, #adddateform .removeTime i {
  color: darkred;
  font-size: 21px;
}

.Form1LFullWidth, .Form1RFullWidth {
  width: 100% !important;
  float: none;
}

.Form1R_Tribuene span, .Form1R_Behandlungsraum span, .Form1R_Organisation span {
  min-width: 80px;
  display: inline-block;
}

.info-pec {
  font-size: 0.7rem;
  margin-top: 2px;
  font-style: italic;
}

#BESCHR_VERANSTALTUNG, #BEMERKUNG_BESCHAFFENHEIT {
  width: 100%;
}

#ANTRAG_FEUERWEHR_BESCHR,
#ANTRAG_BERGRETTUNG_BESCHR,
#ANTRAG_BEHOERDE_BESCHR,
#ANTRAG_ANDERE_BESCHR,
#BESPRECHUNG_NACHHER_BESCR,
#BESPRECHUNG_VORHER_BESCR {
  width: calc(100% - 100px);
}

#ALTER_0_10,
#ALTER_10_20,
#ALTER_20_60,
#ALTER_60 {
  width: calc(100% - 25px);
}

#addDateLine i, #addDateLine a {
  color: #4C4C4C;
  float: left;
}
#addDateLine i {
  font-weight: bold;
  font-size: 25px;
}
#addDateLine a {
  font-size: 14px;
  line-height: 22px;
}

.optGroup.errorInput {
  border: 1px solid #d00 !important;
  padding: 10px;
  position: relative;
}
.optGroup.errorInput .errorDesc {
  display: block;
  background-color: #d00;
  padding: 4px 5px;
  margin: 0 0 4px 0;
  color: #FFF;
}
.optGroup .errorDesc {
  display: none;
}

/*
#SPORTV_ANZAHL_ATHLETEN,
#SPORTV_ANZAHL_BESUCHER,
#TRIBUENE_PLAETZE,
#BEHANDLUNGSRAUM_GROESSE,
#ANZAHL_VIPS {
    width: 100px
}

#FLAECHE_VERANSTALTUNG,
#MAXBESUCHER {
    width: 160px
}*/
#sportVer, #notSportVer {
  display: none;
}

#formSentInfo {
  margin-bottom: 0;
  margin-top: 0;
}

#formInner {
  overflow: hidden;
}

#frm-notarzt {
  margin-top: 10px;
}
#frm-notarzt textarea {
  width: 100%;
}

#frmSanitaetsdienst #privacyCont.errorInput, #frmSanitaetsdienst #privacyCont2.errorInput, #frmSanitaetsdienst #optGroupRisiko.errorInput, #frmSanitaetsdienst .optGroupEigenschaften.errorInput, #frmSanitaetsdienst .optGroupLage.errorInput {
  border: 2px solid #DF202C;
  border-radius: 4px;
  padding: 10px;
}
#frmSanitaetsdienst #privacyCont.errorInput .errorDesc, #frmSanitaetsdienst #privacyCont2.errorInput .errorDesc, #frmSanitaetsdienst #optGroupRisiko.errorInput .errorDesc, #frmSanitaetsdienst .optGroupEigenschaften.errorInput .errorDesc, #frmSanitaetsdienst .optGroupLage.errorInput .errorDesc {
  display: block;
  background-color: #DF202C;
  color: #FFF;
  padding: 5px 10px;
  font-size: 13px;
}
#frmSanitaetsdienst .doc-info {
  font-style: italic;
}
#frmSanitaetsdienst .btn-add-day {
  margin-top: 20px;
}
#frmSanitaetsdienst .section-heading {
  margin-bottom: 10px;
}
#frmSanitaetsdienst .section-heading-sub {
  margin-bottom: 10px;
}
#frmSanitaetsdienst .line-heading {
  margin-bottom: 10px;
  margin-top: 20px;
}
#frmSanitaetsdienst .section {
  padding: 20px 0;
}
#frmSanitaetsdienst .section4 .section-heading-tribuene {
  margin-top: 20px;
  margin-bottom: 5px;
}
#frmSanitaetsdienst .section4 .section-heading-behandlungsraum {
  margin-top: 20px;
  margin-bottom: 5px;
}
#frmSanitaetsdienst .section10 .form-label {
  word-break: break-word;
  hyphens: auto;
}
#frmSanitaetsdienst .remove-time {
  position: absolute;
  right: 10px;
  top: 8px;
}
#frmSanitaetsdienst .remove-time img {
  width: 22px;
  height: auto;
  height: auto;
}
#frmSanitaetsdienst .button_link {
  font-size: 16px;
  gap: 20px;
  margin: 0 0 20px 0;
  color: #DF202C;
}
#frmSanitaetsdienst hr {
  background-color: #A2A2A2;
  height: 1px;
  margin: 20px 0;
}
@media only screen and (max-width: 550px) {
  #frmSanitaetsdienst .line-time-selection {
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 10px;
  }
}
@media only screen and (max-width: 550px) {
  #frmSanitaetsdienst .line-time-selection .column {
    width: 50%;
  }
}
#frmSanitaetsdienst .time-field-no-label .form-label {
  visibility: hidden;
}
@media only screen and (max-width: 550px) {
  #frmSanitaetsdienst .time-field-no-label .form-label {
    display: none;
  }
}
#frmSanitaetsdienst .errorDesc {
  display: none;
  margin: 0 0 4px 0;
  color: #DF202C;
  background: transparent;
  color: #DF202C;
  border: 2px solid #DF202C;
  border-radius: 6px;
  padding: 10px;
}
#frmSanitaetsdienst #infoOk {
  color: #00B085;
}
#frmSanitaetsdienst .column-checkbox .option, #frmSanitaetsdienst .optGroupLage .option, #frmSanitaetsdienst .column-checkbox .option, #frmSanitaetsdienst .optGroupEigenschaften .option, #frmSanitaetsdienst .column-notarzt .option, #frmSanitaetsdienst .optionsVeranstaltungsinfos .option {
  margin-bottom: 7px;
  display: flex;
}
#frmSanitaetsdienst .column-checkbox .option input[type=checkbox], #frmSanitaetsdienst .optGroupLage .option input[type=checkbox], #frmSanitaetsdienst .column-checkbox .option input[type=checkbox], #frmSanitaetsdienst .optGroupEigenschaften .option input[type=checkbox], #frmSanitaetsdienst .column-notarzt .option input[type=checkbox], #frmSanitaetsdienst .optionsVeranstaltungsinfos .option input[type=checkbox] {
  width: auto;
}
#frmSanitaetsdienst .column-checkbox .option label, #frmSanitaetsdienst .optGroupLage .option label, #frmSanitaetsdienst .column-checkbox .option label, #frmSanitaetsdienst .optGroupEigenschaften .option label, #frmSanitaetsdienst .column-notarzt .option label, #frmSanitaetsdienst .optionsVeranstaltungsinfos .option label {
  padding-left: 10px;
}
#frmSanitaetsdienst .column-checkbox .option label::after, #frmSanitaetsdienst .optGroupLage .option label::after, #frmSanitaetsdienst .column-checkbox .option label::after, #frmSanitaetsdienst .optGroupEigenschaften .option label::after, #frmSanitaetsdienst .column-notarzt .option label::after, #frmSanitaetsdienst .optionsVeranstaltungsinfos .option label::after {
  display: none;
}
#frmSanitaetsdienst .line_color_0 {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 700px) {
  #frmSanitaetsdienst #GEMEINDE, #frmSanitaetsdienst #PERIODICITA, #frmSanitaetsdienst #IDVERANSTALTUNGSART,
  #frmSanitaetsdienst #ANTRAG_FEUERWEHR_BESCHR, #frmSanitaetsdienst #ANTRAG_BERGRETTUNG_BESCHR, #frmSanitaetsdienst #ANTRAG_BEHOERDE_BESCHR, #frmSanitaetsdienst #ANTRAG_ANDERE_BESCHR,
  #frmSanitaetsdienst #BESPRECHUNG_VORHER_BESCR, #frmSanitaetsdienst #BESPRECHUNG_NACHHER_BESCR, #frmSanitaetsdienst #DENSITA, #frmSanitaetsdienst #CONDPART, #frmSanitaetsdienst #POSPART, #frmSanitaetsdienst #IDRISIKOGRUPPE {
    width: 100%;
  }
}

#iFrameAusweisFiles,
#iFramePraktikaFiles {
  height: 50px;
  overflow-y: scroll;
  border: 0;
  font-size: 12px;
}

#praktikaText {
  height: 180px;
}

#ausweisCont.errorInput, .line-privacy.errorInput {
  padding: 10px;
  border: 2px solid #DF202C;
  border-radius: 4px;
}

.line-interessen input {
  width: auto;
}
.line-interessen label::after {
  display: none;
}

#privacyCont.errorInput,
#privacyCont2.errorInput {
  padding: 10px;
  border: 2px solid #DF202C;
}

.frm-sozialdienst .interessen-title {
  margin-top: 20px;
  margin-bottom: 5px;
}
.frm-sozialdienst #privacyCont2 {
  word-break: break-word;
  hyphens: auto;
}

.cont_beruf_andere, .cont_fuehrerschein, .cont_muttersprache_andere {
  display: none;
}

.line-projekte {
  margin-top: 5px;
}

.line-projekte.errorInput,
#privacyCont.errorInput,
#privacyCont2.errorInput {
  padding: 10px;
  border: 2px solid #DF202C;
  border-radius: 4px;
  margin: 5px 0;
}

.tarif_selector_container {
  padding-bottom: 20px;
}
.tarif_selector_container:has(.tarif_selector_heading) {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .tarif_selector_container:has(.tarif_selector_heading) {
    padding-top: 40px;
  }
}
.tarif_selector_container .tarif_selector_heading {
  margin-bottom: 5px;
}
.tarif_selector_container .tarif_selector_heading_light {
  margin-bottom: 60px;
}

.membership-container {
  background-color: #F4F5F7;
}

.frm-membership-tarifs {
  display: flex;
  gap: 18px;
}
@media all and (max-width: 991px) {
  .frm-membership-tarifs {
    flex-direction: column;
  }
}
.frm-membership-tarifs .tarif {
  background-color: var(--tarif-background-color, #FFF);
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media all and (max-width: 991px) {
  .frm-membership-tarifs .tarif {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
.frm-membership-tarifs .tarif[class*=rate_theme] .tarif_title {
  color: #DF202C;
}
.frm-membership-tarifs .tarif_title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
@media all and (max-width: 650px) {
  .frm-membership-tarifs .tarif_title {
    width: 100%;
  }
}
.frm-membership-tarifs .tarif_options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .frm-membership-tarifs .tarif_options {
    gap: 20px 40px;
  }
}
.frm-membership-tarifs .tarif_option {
  width: calc(50% - 10px);
  min-width: fit-content;
}
@media all and (max-width: 991px) {
  .frm-membership-tarifs .tarif_option {
    width: auto;
  }
}
.frm-membership-tarifs .tarif_option .price {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .frm-membership-tarifs .tarif_option .price {
    font-size: 20px;
  }
}
.frm-membership-tarifs .tarif_option .price input[type=radio] {
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .frm-membership-tarifs .tarif_option .price input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
.frm-membership-tarifs .tarif_option .price label {
  cursor: pointer;
  white-space: nowrap;
}
.frm-membership-tarifs .tarif_option .for {
  padding-left: 35px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .frm-membership-tarifs .tarif_option .for {
    padding-left: 30px;
  }
}

.member-data {
  background: #F4F5F7;
  padding-top: 50px;
  --card-width: 480px;
  --card-width: 390px;
}
@media screen and (min-width: 768px) {
  .member-data {
    --card-width: calc(390px + 90 * (100vw - 768px) / 223);
  }
}
@media screen and (min-width: 991px) {
  .member-data {
    --card-width: 480px;
  }
}
.member-data .member-data-inner {
  display: flex;
  gap: 20px 0;
}
@media screen and (max-width: 1200px) {
  .member-data .member-data-inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .member-data .member-data-inner {
    flex-direction: column;
  }
}
.member-data .member-card-column {
  width: var(--card-width);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: flex-end;
}
@media screen and (max-width: 991px) {
  .member-data .member-card-column {
    align-self: flex-start;
  }
}
.member-data .member-info-column {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  padding-left: 80px;
  margin-right: auto;
  padding-left: 20px;
}
@media screen and (min-width: 991px) {
  .member-data .member-info-column {
    padding-left: calc(20px + 60 * (100vw - 991px) / 409);
  }
}
@media screen and (min-width: 1400px) {
  .member-data .member-info-column {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .member-data .member-info-column {
    width: calc(100% - var(--card-width));
  }
}
@media screen and (max-width: 768px) {
  .member-data .member-info-column {
    padding-left: 0;
    width: 100%;
  }
}
.member-data .member-info-column .member-name .label, .member-data .member-info-column .member-tarif .label {
  margin-bottom: 10px;
}
.member-data .member-info-column .member-name .val, .member-data .member-info-column .member-tarif .val {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}
.member-data .member-info-edit-column {
  flex-shrink: 0;
}
.member-data .member-card {
  position: relative;
}
.member-data .member-card.member-card-expired img {
  opacity: 0.4;
  filter: grayscale(1);
}
.member-data .member-card.member-card-expired .member-card-info {
  color: #DF202C;
}
.member-data .member-card img {
  border-radius: 8px;
  display: block;
}
.member-data .member-card .member-card-info {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  left: 15px;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  height: 34px;
  align-items: center;
  padding: 0 10px;
  border-radius: 100px;
}
.member-data .member-card .member-card-info .label {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.member-data .member-card .member-card-info .date {
  font-size: 24px;
}
.member-data .member-line .label, .member-data .member-line .val {
  display: inline;
}
.member-data .line-last-paid {
  margin-top: 5px;
}
.member-data .line-last-paid.line-last-paid-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.member-data .line-last-paid .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 10px 15px;
}
.member-data .line-last-paid img {
  height: 40px;
}
.member-data .member-card-expire-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.member-data .member-card-expire-info .warning {
  display: flex;
  gap: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.news_archiv {
  text-align: center;
}
.news_archiv .container_center {
  padding: 0 20px;
}
@media all and (min-width: 1321px) {
  .news_archiv .container_center {
    padding: 0 40px;
  }
}
.news_archiv .archiv_group {
  border-bottom: 1px solid #17171B;
  border-top: 1px solid #17171B;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 550px) {
  .news_archiv .archiv_group {
    padding-top: calc(20px + 20 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .news_archiv .archiv_group {
    padding-top: 40px;
  }
}
@media screen and (min-width: 550px) {
  .news_archiv .archiv_group {
    padding-bottom: calc(20px + 20 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .news_archiv .archiv_group {
    padding-bottom: 40px;
  }
}
.news_archiv .archiv_single {
  display: inline-block;
  margin-block: 5px;
  font-size: 14px;
}
@media screen and (min-width: 550px) {
  .news_archiv .archiv_single {
    font-size: calc(14px + 6 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .news_archiv .archiv_single {
    font-size: 20px;
  }
}
.news_archiv .archiv_single:after {
  color: #17171B;
  content: " | ";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-weight: 300;
  font-size: 12px;
}
@media screen and (min-width: 550px) {
  .news_archiv .archiv_single:after {
    font-size: calc(12px + 6 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .news_archiv .archiv_single:after {
    font-size: 18px;
  }
}
.news_archiv .archiv_single:last-child:after {
  display: none;
}
.news_archiv .archiv_single.selected a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #DF202C;
}
.news_archiv .archiv_single a {
  text-decoration: none;
  vertical-align: top;
}
.news_archiv .archiv_single a:hover {
  color: #DF202C;
}

.news_volluebersicht {
  /*    margin: auto;
  max-width: 1740px;*/
}
.news_volluebersicht .news_group {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 2160px) {
  .news_volluebersicht .news_group {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1740px) {
  .news_volluebersicht .news_group {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1320px) {
  .news_volluebersicht .news_group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 860px) {
  .news_volluebersicht .news_group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 440px) {
  .news_volluebersicht .news_group {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .news_volluebersicht .news_group {
    gap: 0 10px;
  }
}
.news_volluebersicht .news_volluebersicht_single_wrap {
  width: 100%;
  /*        width: calc(100% / 6 - 16.7px);

  @media screen and (max-width: 2160px) {
      width: calc(100% / 5 - 16px);
  }*/
  /*        @media screen and (max-width: 1740px) {
      width: calc(100% / 4 - 15px);
  }*/
  /*
  @media screen and (max-width: 1320px) {
      width: calc(100% / 3 - 14px);
  }

  @media screen and (max-width: 991px) {
      width: calc(100% / 3 - 7px);
  }

  @media screen and (max-width: 860px) {
      width: calc(100% / 2 - 5px);
  }

  @media screen and (max-width: 440px) {
      width: 100%;
  }*/
}

.news_overview_topx .heading__small {
  margin-bottom: 20px;
  margin-top: 20px;
}
.news_overview_topx .button_outline_round {
  margin-bottom: 20px;
}
.news_overview_topx .button_outline_round .svg-icon {
  transform: rotate(-135deg);
  top: 1px;
}

.news_topx .news_single .news_single_wrap {
  container-type: unset;
}
@media screen and (max-width: 420px) {
  .news_topx .news_single .news_single_wrap .news_single_img .news_single_img_wrap {
    mask-size: 400px 267px;
  }
}
.news_topx .swiper-container {
  padding: 0 20px;
}
.news_topx .swiper-slide {
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
}
.news_topx .swiper-controls {
  display: flex;
  align-items: center;
  gap: 30px 60px;
  margin-right: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .news_topx .swiper-controls {
    flex-direction: column;
    margin-right: 0;
  }
}
.news_topx .swiper-controls:has(.js-button-prev.swiper-button-disabled + .js-button-next.swiper-button-disabled) {
  display: none;
}
.news_topx .swiper-pagination-progressbar {
  --swiper-pagination-color: #DF202C;
  background-color: #D1D8DF;
}
.news_topx .swiper-navigation {
  display: flex;
  flex-shrink: 0;
  gap: 160px;
}
@media only screen and (max-width: 550px) {
  .news_topx .swiper-navigation {
    gap: 0;
    width: 100%;
    justify-content: space-around;
  }
}
.news_topx .swiper-navigation .swiper-navigation-button {
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
}
.news_topx .swiper-navigation .svg-icon {
  width: 55px;
  color: #17171B;
}
.news_topx .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 54px;
  overflow: hidden;
}

.news_intro {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .news_intro {
    margin-top: 20px;
  }
}
.news_intro .news_intro_top {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .news_intro .news_intro_top {
    flex-wrap: wrap;
  }
}
.news_intro .news_intro_top figcaption .figcaption_inner {
  justify-content: flex-end;
}
.news_intro .news_intro_top figcaption .download_button {
  margin-left: 0;
}
.news_intro .news_intro_top_left {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .news_intro .news_intro_top_left {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .news_intro .news_intro_top_left {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .news_intro .news_intro_top_left {
    width: 100%;
    padding-right: 0;
  }
}
.news_intro .news_intro_top_left .heading.heading__1, .news_intro .news_intro_top_left .heading.heading__1_light {
  font-weight: 400;
  margin-bottom: 20px;
}
.news_intro .news_intro_top_left_top {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 5px;
}
@media only screen and (max-width: 991px) {
  .news_intro .news_intro_top_left_top {
    margin-bottom: 20px;
  }
}
.news_intro .news_intro_top_right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .news_intro .news_intro_top_right {
    width: 100%;
  }
}
.news_intro .news_intro_content {
  background-color: #F4F5F7;
  margin: 0 20px;
  border-radius: 8px;
  padding-top: 160px;
  margin-top: -90px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .news_intro .news_intro_content {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.news_intro .news_intro_content .image-block picture img {
  object-fit: cover;
  min-height: 150px;
}
.news_intro .news_intro_date {
  font-size: 15px;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  height: var(--button-height);
  border: 1px solid #F4F5F7;
  padding: 13px 23px;
  display: inline-block;
  border-radius: 100px;
  background-color: #F4F5F7;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.news_intro .news_intro_date .news_intro_date_dot {
  position: relative;
  bottom: -1px;
  font-size: 22px;
  line-height: 0;
}
.news_intro .news_intro_img {
  aspect-ratio: 400/267;
  background-color: #EAEDF1;
  border-radius: 8px 8px 8px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .news_intro .news_intro_img {
    border-radius: 8px 8px 8px 50px;
  }
}
.news_intro .news_intro_img img {
  display: block;
  border-radius: 6px 6px 6px 50px;
}
@media only screen and (max-width: 550px) {
  .news_intro .news_intro_img img {
    border-radius: 6px 6px 6px 20px;
  }
}
.news_intro .news_intro_img_small {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 20%;
  transform: translateX(calc(-100% - 20px));
  width: 170px;
}
.news_intro .news_intro_img_small img {
  width: 100%;
  display: block;
}
.news_intro .news_intro_content_end {
  padding-top: 30px;
}

.projekt_archiv {
  text-align: center;
}
.projekt_archiv .container_center {
  padding: 0 20px;
}
@media all and (min-width: 1321px) {
  .projekt_archiv .container_center {
    padding: 0 40px;
  }
}
.projekt_archiv .archiv_group {
  border-bottom: 1px solid #17171B;
  border-top: 1px solid #17171B;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 550px) {
  .projekt_archiv .archiv_group {
    padding-top: calc(20px + 20 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .projekt_archiv .archiv_group {
    padding-top: 40px;
  }
}
@media screen and (min-width: 550px) {
  .projekt_archiv .archiv_group {
    padding-bottom: calc(20px + 20 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .projekt_archiv .archiv_group {
    padding-bottom: 40px;
  }
}
.projekt_archiv .archiv_single {
  display: inline-block;
  margin-block: 5px;
  font-size: 14px;
}
@media screen and (min-width: 550px) {
  .projekt_archiv .archiv_single {
    font-size: calc(14px + 6 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .projekt_archiv .archiv_single {
    font-size: 20px;
  }
}
.projekt_archiv .archiv_single:after {
  color: #17171B;
  content: " | ";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-weight: 300;
  font-size: 12px;
}
@media screen and (min-width: 550px) {
  .projekt_archiv .archiv_single:after {
    font-size: calc(12px + 6 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .projekt_archiv .archiv_single:after {
    font-size: 18px;
  }
}
.projekt_archiv .archiv_single:last-child:after {
  display: none;
}
.projekt_archiv .archiv_single.selected a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #DF202C;
}
.projekt_archiv .archiv_single a {
  text-decoration: none;
  vertical-align: top;
}
.projekt_archiv .archiv_single a:hover {
  color: #DF202C;
}

.projekt_volluebersicht .projekt_group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 1920px) {
  .projekt_volluebersicht .projekt_group {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1400px) {
  .projekt_volluebersicht .projekt_group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1150px) {
  .projekt_volluebersicht .projekt_group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .projekt_volluebersicht .projekt_group {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .projekt_volluebersicht .projekt_group {
    gap: 0 10px;
  }
}
.projekt_volluebersicht .projekt_volluebersicht_single_wrap {
  width: 100%;
}
.projekt_volluebersicht .projekt_volluebersicht_single_wrap .projekt_single {
  width: 100%;
}

.projekt_overview_topx .heading__small {
  margin-bottom: 20px;
  margin-top: 20px;
}
.projekt_overview_topx .button_outline_round {
  margin-bottom: 20px;
}
.projekt_overview_topx .button_outline_round .svg-icon {
  transform: rotate(-135deg);
  top: 1px;
}

.projekt_topx {
  margin-bottom: 20px;
}
.projekt_topx .swiper-container {
  padding: 0 20px;
}
.projekt_topx .swiper-slide {
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
}
.projekt_topx .swiper-controls {
  display: flex;
  align-items: center;
  gap: 30px 60px;
  margin-right: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .projekt_topx .swiper-controls {
    flex-direction: column;
    margin-right: 0;
  }
}
.projekt_topx .swiper-controls:has(.js-button-prev.swiper-button-disabled + .js-button-next.swiper-button-disabled) {
  display: none;
}
.projekt_topx .swiper-pagination-progressbar {
  --swiper-pagination-color: #DF202C;
  background-color: #D1D8DF;
}
.projekt_topx .swiper-navigation {
  display: flex;
  flex-shrink: 0;
  gap: 160px;
}
@media only screen and (max-width: 550px) {
  .projekt_topx .swiper-navigation {
    gap: 0;
    width: 100%;
    justify-content: space-around;
  }
}
.projekt_topx .swiper-navigation .swiper-navigation-button {
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
}
.projekt_topx .swiper-navigation .svg-icon {
  width: 55px;
  color: #17171B;
}
.projekt_topx .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 54px;
  overflow: hidden;
}

.projekt_intro {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .projekt_intro {
    margin-top: 20px;
  }
}
.projekt_intro .projekt_intro_top {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .projekt_intro .projekt_intro_top {
    flex-wrap: wrap;
  }
}
.projekt_intro .projekt_intro_top .donate-buttons {
  margin-bottom: 20px;
}
.projekt_intro .projekt_intro_top .donate-preselected-buttons {
  display: none;
}
.projekt_intro .projekt_intro_top figcaption .figcaption_inner {
  justify-content: flex-end;
}
.projekt_intro .projekt_intro_top figcaption .download_button {
  margin-left: 0;
}
.projekt_intro .projekt_intro_top_left {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .projekt_intro .projekt_intro_top_left {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .projekt_intro .projekt_intro_top_left {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .projekt_intro .projekt_intro_top_left {
    width: 100%;
    padding-right: 0;
  }
}
.projekt_intro .projekt_intro_top_left .heading.heading__1, .projekt_intro .projekt_intro_top_left .heading.heading__1_light {
  font-weight: 400;
  margin-bottom: 20px;
}
.projekt_intro .projekt_intro_top_left_top {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 5px;
}
@media only screen and (max-width: 991px) {
  .projekt_intro .projekt_intro_top_left_top {
    margin-bottom: 20px;
  }
}
.projekt_intro .projekt_intro_top_right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .projekt_intro .projekt_intro_top_right {
    width: 100%;
  }
}
.projekt_intro .projekt_intro_content {
  background-color: #F4F5F7;
  margin: 0 20px;
  border-radius: 8px;
  padding-top: 160px;
  margin-top: -90px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .projekt_intro .projekt_intro_content {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.projekt_intro .projekt_intro_date {
  font-size: 15px;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  height: var(--button-height);
  border: 1px solid #F4F5F7;
  padding: 13px 23px;
  display: inline-block;
  border-radius: 100px;
  background-color: #F4F5F7;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.projekt_intro .projekt_intro_date .projekt_intro_date_dot {
  position: relative;
  bottom: -1px;
  font-size: 22px;
  line-height: 0;
}
.projekt_intro .projekt_intro_img {
  aspect-ratio: 400/267;
  background-color: #EAEDF1;
  border-radius: 8px 8px 8px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .projekt_intro .projekt_intro_img {
    border-radius: 8px 8px 8px 50px;
  }
}
.projekt_intro .projekt_intro_img img {
  display: block;
  border-radius: 6px 6px 6px 50px;
}
@media only screen and (max-width: 550px) {
  .projekt_intro .projekt_intro_img img {
    border-radius: 6px 6px 6px 20px;
  }
}
.projekt_intro .projekt_intro_img_small {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 20%;
  transform: translateX(calc(-100% - 20px));
  width: 170px;
}
.projekt_intro .projekt_intro_img_small img {
  width: 100%;
  display: block;
}
.projekt_intro .projekt_intro_content_end {
  padding-top: 30px;
}

.change-purpose {
  font-size: 15px;
  color: #DF202C;
}

.container-change-purpose {
  margin-bottom: 30px;
}
.container-change-purpose select {
  width: 100%;
}

.frm-donate input[name=betrag],
.frm-donate input[name=betragCent] {
  width: 120px;
  max-width: calc(50% - 16px);
}
.frm-donate .line-purpose {
  font-weight: 500;
}
.frm-donate .block-paymentmethods {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 15px 0;
  border-top: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
}
.frm-donate .block-paymentmethods .label {
  font-weight: 500;
  margin-bottom: 10px;
}
.frm-donate .block-sepa {
  padding: 50px 0;
}
.frm-donate .block-sepa .titel {
  font-size: 16px;
  margin-bottom: 20px;
}
.frm-donate .block-sepa .sepa-text {
  line-height: 1.6;
}
.frm-donate .sepa-selected .block-sepa {
  display: block;
}
.frm-donate .sepa-selected .b2b_b2c_cont,
.frm-donate .sepa-selected .block-privacy-submit,
.frm-donate .sepa-selected .block-formfields {
  display: none;
}
.frm-donate .no-sepa-selected .block-sepa {
  display: none;
}

.frm-donate-payment-overview .label, .frm-donate-payment-overview label {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.frm-donate-payment-overview .block-2 {
  margin-bottom: 10px;
}
.frm-donate-payment-overview .summary {
  margin-top: 20px;
}

.jobs_archiv {
  text-align: center;
}
.jobs_archiv .container_center {
  padding: 0 20px;
}
@media all and (min-width: 1321px) {
  .jobs_archiv .container_center {
    padding: 0 40px;
  }
}
.jobs_archiv .archiv_group {
  border-bottom: 1px solid #17171B;
  border-top: 1px solid #17171B;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 550px) {
  .jobs_archiv .archiv_group {
    padding-top: calc(20px + 20 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .jobs_archiv .archiv_group {
    padding-top: 40px;
  }
}
@media screen and (min-width: 550px) {
  .jobs_archiv .archiv_group {
    padding-bottom: calc(20px + 20 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .jobs_archiv .archiv_group {
    padding-bottom: 40px;
  }
}
.jobs_archiv .archiv_single {
  display: inline-block;
  margin-block: 5px;
  font-size: 14px;
}
@media screen and (min-width: 550px) {
  .jobs_archiv .archiv_single {
    font-size: calc(14px + 6 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .jobs_archiv .archiv_single {
    font-size: 20px;
  }
}
.jobs_archiv .archiv_single:after {
  color: #17171B;
  content: " | ";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-weight: 300;
  font-size: 12px;
}
@media screen and (min-width: 550px) {
  .jobs_archiv .archiv_single:after {
    font-size: calc(12px + 6 * (100vw - 550px) / 1050);
  }
}
@media screen and (min-width: 1600px) {
  .jobs_archiv .archiv_single:after {
    font-size: 18px;
  }
}
.jobs_archiv .archiv_single:last-child:after {
  display: none;
}
.jobs_archiv .archiv_single.selected a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #DF202C;
}
.jobs_archiv .archiv_single a {
  text-decoration: none;
  vertical-align: top;
}
.jobs_archiv .archiv_single a:hover {
  color: #DF202C;
}

.jobs_volluebersicht .jobs_group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 1920px) {
  .jobs_volluebersicht .jobs_group {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1400px) {
  .jobs_volluebersicht .jobs_group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1150px) {
  .jobs_volluebersicht .jobs_group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .jobs_volluebersicht .jobs_group {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .jobs_volluebersicht .jobs_group {
    gap: 0 10px;
  }
}
.jobs_volluebersicht .jobs_volluebersicht_single_wrap {
  width: 100%;
}
.jobs_volluebersicht .jobs_volluebersicht_single_wrap .job_single {
  width: 100%;
}

.jobs_overview_topx .heading__small {
  margin-bottom: 20px;
  margin-top: 20px;
}
.jobs_overview_topx .button_outline_round {
  margin-bottom: 20px;
}
.jobs_overview_topx .button_outline_round .svg-icon {
  transform: rotate(-135deg);
  top: 1px;
}

.jobs_topx {
  margin-bottom: 20px;
}
.jobs_topx .swiper-container {
  padding: 0 20px;
}
.jobs_topx .swiper-slide {
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
}
.jobs_topx .swiper-controls {
  display: flex;
  align-items: center;
  gap: 30px 60px;
  margin-right: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .jobs_topx .swiper-controls {
    flex-direction: column;
    margin-right: 0;
  }
}
.jobs_topx .swiper-controls:has(.js-button-prev.swiper-button-disabled + .js-button-next.swiper-button-disabled) {
  display: none;
}
.jobs_topx .swiper-pagination-progressbar {
  --swiper-pagination-color: #DF202C;
  background-color: #D1D8DF;
}
.jobs_topx .swiper-navigation {
  display: flex;
  flex-shrink: 0;
  gap: 160px;
}
@media only screen and (max-width: 550px) {
  .jobs_topx .swiper-navigation {
    gap: 0;
    width: 100%;
    justify-content: space-around;
  }
}
.jobs_topx .swiper-navigation .swiper-navigation-button {
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
}
.jobs_topx .swiper-navigation .svg-icon {
  width: 55px;
  color: #17171B;
}
.jobs_topx .swiper-pagination {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 54px;
  overflow: hidden;
}

.jobs_intro {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .jobs_intro {
    margin-top: 20px;
  }
}
.jobs_intro .jobs_intro_top {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .jobs_intro .jobs_intro_top {
    flex-wrap: wrap;
  }
}
.jobs_intro .jobs_intro_top figcaption .figcaption_inner {
  justify-content: flex-end;
}
.jobs_intro .jobs_intro_top figcaption .download_button {
  margin-left: 0;
}
.jobs_intro .jobs_intro_top .jobs_intro_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.jobs_intro .jobs_intro_top_left {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .jobs_intro .jobs_intro_top_left {
    padding-right: calc(40px + 40 * (100vw - 991px) / 329);
  }
}
@media screen and (min-width: 1320px) {
  .jobs_intro .jobs_intro_top_left {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .jobs_intro .jobs_intro_top_left {
    width: 100%;
    padding-right: 0;
  }
}
.jobs_intro .jobs_intro_top_left h1.heading.heading__1, .jobs_intro .jobs_intro_top_left h1.heading.heading__1_light {
  font-weight: 400;
  margin-bottom: 0;
}
.jobs_intro .jobs_intro_top_left .jobs_location_heading {
  margin-bottom: 20px;
  font-weight: 400;
}
.jobs_intro .jobs_intro_top_left_top {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 5px;
}
@media only screen and (max-width: 991px) {
  .jobs_intro .jobs_intro_top_left_top {
    margin-bottom: 20px;
  }
}
.jobs_intro .jobs_intro_top_right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .jobs_intro .jobs_intro_top_right {
    width: 100%;
  }
}
.jobs_intro .jobs_intro_content {
  background-color: #F4F5F7;
  margin: 0 20px;
  border-radius: 8px;
  padding-top: 160px;
  margin-top: -90px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .jobs_intro .jobs_intro_content {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.jobs_intro .jobs_intro_date {
  font-size: 15px;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  height: var(--button-height);
  border: 1px solid #F4F5F7;
  padding: 13px 23px;
  display: inline-block;
  border-radius: 100px;
  background-color: #F4F5F7;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.jobs_intro .jobs_intro_date .jobs_intro_date_dot {
  position: relative;
  bottom: -1px;
  font-size: 22px;
  line-height: 0;
}
.jobs_intro .jobs_intro_img {
  aspect-ratio: 400/267;
  background-color: #EAEDF1;
  border-radius: 8px 8px 8px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .jobs_intro .jobs_intro_img {
    border-radius: 8px 8px 8px 50px;
  }
}
.jobs_intro .jobs_intro_img img {
  display: block;
  border-radius: 6px 6px 6px 50px;
}
@media only screen and (max-width: 550px) {
  .jobs_intro .jobs_intro_img img {
    border-radius: 6px 6px 6px 20px;
  }
}
.jobs_intro .jobs_intro_img_small {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 20%;
  transform: translateX(calc(-100% - 20px));
  width: 170px;
}
.jobs_intro .jobs_intro_img_small img {
  width: 100%;
  display: block;
}
.jobs_intro .jobs_intro_content_end {
  padding-top: 30px;
}

.frm-apply .block {
  margin-block: 20px;
}
.frm-apply hr {
  background-color: #A2A2A2;
  height: 1px;
  margin: 20px 0;
}
.frm-apply .form-title-small {
  margin-bottom: 10px;
  font-weight: 500;
}
.frm-apply .button_link {
  font-size: 16px;
  gap: 20px;
  margin: 0 0 20px 0;
  color: #DF202C;
}
.frm-apply .legendLanguages {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 10px;
}
.frm-apply.is-loading {
  opacity: 0.4;
}
.frm-apply .line-step-navi {
  width: 100%;
  margin-top: 40px;
}
.frm-apply .line-step-navi .button-next {
  margin-left: auto;
}
.frm-apply .line-step-navi-shortForm {
  display: none;
}
.frm-apply .form-step {
  display: none;
}
.frm-apply .form-step.form-step-1 {
  display: block;
}
.frm-apply .frm-sub-heading {
  font-size: 22px;
}
.frm-apply .container-edv .line_1_line {
  margin-bottom: 20px;
}
.frm-apply .container-edv .button_link {
  margin-top: 10px;
}
.frm-apply .container-fuehrerschein {
  padding-bottom: 20px;
}
.frm-apply .container-arbeit.errorInput,
.frm-apply .container-sprachen.errorInput,
.frm-apply .container-fuehrerschein.errorInput,
.frm-apply .container-weiterbildung.errorInput,
.frm-apply .container-schulbildung.errorInput,
.frm-apply .container-edv.errorInput {
  border: 2px solid #DF202C;
  padding: 10px;
}
.frm-apply .field.errorInput {
  border: 2px solid #DF202C;
}
.frm-apply #iframeUpload, .frm-apply #iframeUpload2, .frm-apply #iframeZertifikate {
  border: 0;
  height: 30px;
  width: 100%;
  margin-top: 5px;
}
.frm-apply #iframeUpload2, .frm-apply #iframeZertifikate {
  height: 50px;
  overflow-y: scroll;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.4);
}
.frm-apply .remove-files {
  display: none;
}
.frm-apply #iframeUpload {
  border: 0;
  height: 30px;
  width: 100%;
  margin-top: 5px;
  max-width: 500px;
}
.frm-apply #iframeUpload2 {
  border: 0;
  height: 50px;
  width: 100%;
  margin-top: 5px;
  overflow-y: scroll;
  max-width: 500px;
}
.frm-apply #iframeZertifikate {
  height: 50px;
  overflow-y: scroll;
  max-width: 500px;
}
.frm-apply .line-privacy {
  margin-top: 25px;
}
.frm-apply .line-privacy .column.errorInput {
  border: 2px solid #DF202C;
}
.frm-apply .line-privacy .button_link {
  margin-bottom: 5px;
}
.frm-apply .privacy-text {
  font-size: 16px;
  line-height: 1.4;
}
.frm-apply.frm-apply-kurzformular #step-1 .line-step-navi {
  display: none;
}
.frm-apply.frm-apply-kurzformular #step-3 {
  display: block;
}
.frm-apply.frm-apply-kurzformular #step-3 .line-step-navi {
  display: none;
}
.frm-apply.frm-apply-kurzformular #step-3 .line-step-navi-shortForm {
  display: block !important;
}

.mixedcontents_overview_topx {
  margin: 20px 0;
}
.mixedcontents_overview_topx .mixedcontents_heading {
  margin-bottom: 20px;
}
.mixedcontents_overview_topx .mixedcontents_topx_links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 20px;
}
.mixedcontents_overview_topx .mixedcontents_topx_links .button_outline_round .svg-icon {
  transform: rotate(-135deg);
  top: 1px;
}
.mixedcontents_overview_topx .mixedcontents_group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 2000px) {
  .mixedcontents_overview_topx .mixedcontents_group {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1620px) {
  .mixedcontents_overview_topx .mixedcontents_group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1150px) {
  .mixedcontents_overview_topx .mixedcontents_group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .mixedcontents_overview_topx .mixedcontents_group {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .mixedcontents_overview_topx .mixedcontents_group {
    gap: 0 10px;
  }
}
.mixedcontents_overview_topx .mixedcontents_single_wrap {
  width: 100%;
}
.mixedcontents_overview_topx .mixedcontents_single_wrap .job_single {
  width: 100%;
}
.mixedcontents_overview_topx .mixedcontents_single_wrap .projekt_single {
  width: 100%;
}
.mixedcontents_overview_topx .mixedcontents_single_wrap .news_single {
  max-width: 100%;
}

.gebrauchtwagen-intro {
  margin-bottom: 60px;
}
@media screen and (min-width: 1320px) {
  .gebrauchtwagen-intro {
    margin-bottom: calc(60px + 40 * (100vw - 1320px) / 180);
  }
}
@media screen and (min-width: 1500px) {
  .gebrauchtwagen-intro {
    margin-bottom: 100px;
  }
}
.gebrauchtwagen-intro .gebrauchtwagen-intro-text {
  margin-top: 20px;
}

.container-gebrauchtwagen .item {
  display: flex;
  margin-bottom: 135px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1320px) {
  .container-gebrauchtwagen .item {
    margin-bottom: calc(80px + 55 * (100vw - 1320px) / 180);
  }
}
@media screen and (min-width: 1500px) {
  .container-gebrauchtwagen .item {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 991px) {
  .container-gebrauchtwagen .item {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  .container-gebrauchtwagen .item {
    margin-bottom: 60px;
  }
}
.container-gebrauchtwagen .item .item-heading {
  margin-bottom: 15px;
}
.container-gebrauchtwagen .item .item-button {
  margin-top: 20px;
}
.container-gebrauchtwagen .item .left {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .container-gebrauchtwagen .item .left {
    width: 100%;
  }
}
.container-gebrauchtwagen .item .left .image-block {
  cursor: zoom-in;
  border-radius: 0px 50px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .container-gebrauchtwagen .item .left .image-block {
    max-width: 720px;
  }
}
@media screen and (max-width: 550px) {
  .container-gebrauchtwagen .item .left .image-block {
    border-radius: 0px 30px;
  }
}
.container-gebrauchtwagen .item .left .image-block img {
  border-radius: 0px 50px;
  display: block;
}
@media screen and (max-width: 550px) {
  .container-gebrauchtwagen .item .left .image-block img {
    border-radius: 0px 30px;
  }
}
.container-gebrauchtwagen .item .left .image-block-subtitle_subtitle {
  display: none;
}
.container-gebrauchtwagen .item .left .gallery-image-count {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFF;
  padding: 0 25px 25px 0;
  z-index: 4;
  pointer-events: none;
  font-weight: bold;
  font-size: 18px;
}
.container-gebrauchtwagen .item .left .gallery-image-count .svg-icon {
  width: 20px;
  height: 20px;
}
.container-gebrauchtwagen .item .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 80px;
  padding-left: 20px;
  width: 50%;
}
@media screen and (min-width: 1320px) {
  .container-gebrauchtwagen .item .right {
    padding-left: calc(20px + 60 * (100vw - 1320px) / 180);
  }
}
@media screen and (min-width: 1500px) {
  .container-gebrauchtwagen .item .right {
    padding-left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .container-gebrauchtwagen .item .right {
    width: 100%;
    padding-left: 0;
  }
}
.container-gebrauchtwagen .item .right .nummer {
  font-size: 16px;
}
.container-gebrauchtwagen .item .right .data {
  --column-gap: 10px;
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  column-gap: var(--column-gap);
}
@media screen and (min-width: 991px) {
  .container-gebrauchtwagen .item .right .data {
    --column-gap: calc(10px + 40 * (100vw - 991px) / 509);
  }
}
@media screen and (min-width: 1500px) {
  .container-gebrauchtwagen .item .right .data {
    --column-gap: 50px;
  }
}
@media screen and (max-width: 550px) {
  .container-gebrauchtwagen .item .right .data {
    flex-direction: column;
    width: 100%;
  }
}
.container-gebrauchtwagen .item .right .data .data-item {
  width: calc(50% - var(--column-gap));
  display: flex;
  justify-content: space-between;
  gap: 10px;
  word-break: break-word;
  hyphens: auto;
}
@media screen and (max-width: 550px) {
  .container-gebrauchtwagen .item .right .data .data-item {
    width: 100%;
  }
}
.container-gebrauchtwagen .item .right .data .data-item .data-item-label {
  font-weight: bold;
  white-space: nowrap;
}
.container-gebrauchtwagen .item .right .data .data-item .data-item-value {
  text-align: right;
}
.container-gebrauchtwagen .item .right .ausstattung strong {
  display: block;
  margin-bottom: 15px;
}
.container-gebrauchtwagen .item .right .ausstattung .ausstattung-text {
  line-height: 1.4;
}

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

.radio-label {
  display: block;
  margin-bottom: 10px;
}

.formcreator__input-error:not(:empty) {
  line-height: 1;
  font-size: 14px;
  color: #DF202C;
  margin-top: 10px;
}

.formcreator__captcha-info {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.formcreator__infoend {
  margin-top: 10px;
  margin-bottom: 10px;
}

.formcreator__submit {
  margin-top: 20px;
}

.formcreator__sector {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .socials {
    padding-top: 40px;
  }
}
.socials a {
  margin-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .socials a {
    margin-left: 0px;
    margin-right: 20px;
  }
}

body.main_menu_open.scrollFixed .section_top {
  background-color: #F4F5F7;
}
@media all and (max-width: 991px) {
  body.main_menu_open.scrollFixed .section_top {
    background-color: transparent;
  }
}
@media all and (max-width: 991px) {
  body.main_menu_open .section_top .inner .emergency {
    color: #FFF;
    transition: 0.2s ease color;
  }
}
body.main_menu_open .section_top .inner .tel_menu .button_menu .svg-icon-x {
  display: flex;
}
body.main_menu_open .section_top .inner .tel_menu .button_menu .svg-icon-menu {
  display: none;
}
@media all and (max-width: 991px) {
  body.main_menu_open .section_top .inner .tel_menu .button_menu {
    background-color: #EAEDF1;
    color: #17171B;
    border-color: #DFE1E4;
    transition: none !important;
  }
}

body:has(.wrap_history[data-index="1"]) .section_top {
  margin-bottom: 0;
}

@media all and (max-width: 991px) {
  body.scrollFixed .section_top .inner .emergency {
    display: none;
  }
}
body.scrollFixed .section_top {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}
@media all and (max-width: 991px) {
  body.scrollFixed .section_top {
    box-shadow: none;
    background-color: transparent;
  }
}
@media all and (min-width: 992px) {
  body.scrollFixed .section_top_wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media all and (min-width: 992px) {
  body.scrollFixed .section_top .inner .logo_user .logo {
    width: 80px;
  }
}
@media all and (min-width: 992px) {
  body.scrollFixed .section_top .inner .tel_menu {
    padding-top: 18px;
  }
}

.section_top {
  position: sticky;
  top: 0;
  height: var(--header-height);
  z-index: 1000;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0);
  transition: 0.4s ease box-shadow, 0.4s ease background-color;
  overscroll-behavior: contain;
  background-color: #FFF;
  margin-bottom: 60px;
  overflow-x: clip;
}
@media only screen and (max-width: 991px) {
  .section_top {
    height: auto;
    margin-bottom: 0;
    background-color: transparent;
  }
}
.section_top .section_top_wrap {
  padding-top: 25px;
  padding-bottom: 0;
  height: 0;
  transition: 0.4s ease padding-top;
}
@media only screen and (max-width: 991px) {
  .section_top .section_top_wrap {
    position: relative;
    z-index: 10000;
    padding-top: 10px;
    padding-bottom: 20px;
    height: auto;
  }
}
@media all and (max-width: 550px) {
  .section_top .section_top_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 0;
}
@media only screen and (max-width: 991px) {
  .section_top .inner {
    height: auto;
  }
}
.section_top .inner .logo_user {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .section_top .inner .logo_user {
    align-items: center;
  }
}
.section_top .inner .logo_user .logo {
  width: 118px;
  height: auto;
  display: inline-block;
  margin-right: 30px;
  transition: 0.4s ease width;
}
@media only screen and (max-width: 991px) {
  .section_top .inner .logo_user .logo {
    margin-right: 20px;
    width: 70px;
  }
}
.section_top .inner .logo_user .logo img {
  width: 100%;
}
.section_top .inner .emergency {
  color: #DF202C;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.1s ease color 0.4s;
}
@media only screen and (max-width: 991px) {
  .section_top .inner .emergency {
    margin-right: auto;
    font-size: 12px;
  }
}
@media only screen and (max-width: 550px) {
  .section_top .inner .emergency {
    white-space: normal;
  }
}
.section_top .inner .emergency .emergency_inner {
  margin-right: 11px;
}
.section_top .inner .emergency .number {
  font-weight: bold;
  font-size: 20px;
  margin-right: 8px;
}
@media only screen and (max-width: 991px) {
  .section_top .inner .emergency .number {
    font-size: 16px;
    margin-right: 3px;
  }
}
.section_top .inner .tel_menu {
  padding-top: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 9px;
  width: 100%;
  max-width: calc(100% - 121px);
  transition: 0.4s ease padding-top;
}
@media only screen and (max-width: 991px) {
  .section_top .inner .tel_menu {
    gap: 4px;
    max-width: calc(100% - 90px);
  }
}
.section_top .inner .tel_menu .central {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 21px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .section_top .inner .tel_menu .central {
    margin-right: 0;
    display: inline-block;
    padding: 14px;
    background-color: #EAEDF1;
    border-radius: 50%;
    border: 1px solid #DFE1E4;
  }
}
@media only screen and (max-width: 550px) {
  .section_top .inner .tel_menu .central {
    padding: 13px;
    height: auto;
  }
}
@media only screen and (max-width: 350px) {
  .section_top .inner .tel_menu .central {
    padding: 10px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .section_top .inner .tel_menu .central .txt {
    display: none;
  }
}
.section_top .inner .tel_menu .central .svg-icon {
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .section_top .inner .tel_menu .central .svg-icon {
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .section_top .inner .tel_menu .central .svg-icon {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 350px) {
  .section_top .inner .tel_menu .central .svg-icon {
    width: 16px;
    height: 16px;
  }
}
.section_top .inner .tel_menu .button_menu {
  --hover-color: #FFF;
  --hover-border-color: #DF202C;
  --hover-background-color: #DF202C;
  margin-bottom: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1320px) {
  .section_top .inner .tel_menu .button_menu {
    padding: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .section_top .inner .tel_menu .button_menu {
    transition: none !important;
  }
}
@media only screen and (max-width: 550px) {
  .section_top .inner .tel_menu .button_menu {
    padding: 13px;
    height: auto;
  }
}
@media only screen and (max-width: 350px) {
  .section_top .inner .tel_menu .button_menu {
    padding: 10px;
    height: auto;
  }
}
.section_top .inner .tel_menu .button_menu:before {
  display: none;
}
.section_top .inner .tel_menu .button_menu .svg-icon-menu {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 550px) {
  .section_top .inner .tel_menu .button_menu .svg-icon-menu {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 350px) {
  .section_top .inner .tel_menu .button_menu .svg-icon-menu {
    width: 16px;
    height: 16px;
  }
}
.section_top .inner .tel_menu .button_menu .svg-icon-x {
  display: none;
}
.section_top .inner .tel_menu .button_menu .svg-icon-x svg {
  transform: scale(0.9);
}
@media only screen and (max-width: 550px) {
  .section_top .inner .tel_menu .button_menu .svg-icon-x svg {
    transform: scale(0.85);
  }
}
@media only screen and (max-width: 350px) {
  .section_top .inner .tel_menu .button_menu .svg-icon-x svg {
    transform: scale(0.75);
  }
}
.section_top .inner .tel_menu .button_menu .txt {
  padding-right: 30px;
}
@media only screen and (max-width: 1320px) {
  .section_top .inner .tel_menu .button_menu .txt {
    padding-right: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 550px) {
  .section_top .inner .tel_menu .button_menu .txt {
    display: none;
  }
}

body.main_menu_open .main_navi {
  clip-path: inset(0px 0px 0px 0px round 0px);
  width: calc(100% - 20px);
  height: calc(100dvh - var(--header-height) - 20px);
  visibility: visible;
  transition: visibility 0s, width 1s cubic-bezier(0.33, 1, 0.3, 1), height 1s cubic-bezier(0.33, 1, 0.3, 1), clip-path 0s ease 0s;
}
@media only screen and (max-width: 991px) {
  body.main_menu_open .main_navi {
    width: 100%;
    height: 100dvh;
  }
}
body.main_menu_open .main_navi .main_navi_inner .navi_item_wrap .section {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.4s ease opacity 0.1s, 0.4s ease transform 0.1s;
}
body.main_menu_open .main_navi .main_navi_inner .bottom {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.4s ease opacity 0.1s, 0.4s ease transform 0.1s;
}
body.main_menu_open::after {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s ease background-color, 0s ease height 0s;
}

.main_navi {
  background-color: #F4F5F7;
  position: absolute;
  z-index: 999;
  top: calc(100% + 10px);
  right: 10px;
  height: 0;
  width: 0;
  border-radius: 8px;
  visibility: hidden;
  clip-path: inset(0px 0% 100% 100% round 0px);
  transition: visibility 1s, width 1s cubic-bezier(0.33, 1, 0.3, 1), height 1s cubic-bezier(0.33, 1, 0.3, 1), clip-path 0s ease 1s;
}
@media only screen and (max-width: 991px) {
  .main_navi {
    background-color: #DF202C;
    width: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
  }
}
.main_navi .main_navi_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 70px 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  opacity: 1;
  overscroll-behavior: contain;
  width: calc(100vw - 20px);
  height: calc(100dvh - var(--header-height) - 20px);
}
@media screen and (min-width: 991px) {
  .main_navi .main_navi_inner {
    padding-top: calc(30px + 50 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .main_navi .main_navi_inner {
    padding-bottom: calc(20px + 30 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1320px) {
  .main_navi .main_navi_inner {
    padding-left: calc(20px + 80 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1320px) {
  .main_navi .main_navi_inner {
    padding-right: calc(20px + 80 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner {
    padding: 0;
    width: 100%;
    height: 100dvh;
    scrollbar-width: none;
    overscroll-behavior: contain;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .top {
    height: 100%;
  }
}
.main_navi .main_navi_inner .navi.navi_sub {
  height: 100%;
}
.main_navi .main_navi_inner .navi.navi_sub > nav {
  height: 100%;
}
.main_navi .main_navi_inner .navi_item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 0 !important;
    color: #FFF;
  }
}
@media only screen and (min-width: 992px) {
  .main_navi .main_navi_inner .navi_item_wrap:has(.navi_itemlink:not(.active):hover) .section:not(.section_red_box) .navi_itemlink:not(:hover) {
    color: inherit;
  }
  .main_navi .main_navi_inner .navi_item_wrap:has(.navi_itemlink:not(.active):hover) .section:not(.section_red_box) .navi_itemlink:not(:hover):before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap:has(.navi_itemlink.category_2:not(.active):hover) .section:not(.section_red_box) .navi_itemlink.category_2:not(:hover) {
    color: inherit;
  }
  .main_navi .main_navi_inner .navi_item_wrap:has(.navi_itemlink.category_2:not(.active):hover) .section:not(.section_red_box) .navi_itemlink.category_2:not(:hover):before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section {
  width: 25%;
  opacity: 0;
  transform: translateY(20px);
  transition: none;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section {
    width: 100%;
    padding: 15px 20px 0 20px;
    background-color: #DF202C;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section:nth-child(1) {
  transition-delay: 0.6s !important;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(1) {
    padding-top: var(--header-height);
    transition-delay: 0.2s !important;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section:nth-child(2) {
  transition-delay: 0.7s !important;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(2) {
    transition-delay: 0.3s !important;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section:nth-child(3) {
  transition-delay: 0.8s !important;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(3) {
    transition-delay: 0.4s !important;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section:nth-child(4) {
  transition-delay: 0.9s !important;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(4) {
    opacity: 1;
    transform: none;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section:nth-child(1), .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(2), .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(3) {
  padding-right: 80px;
  padding-right: 20px;
}
@media screen and (min-width: 1320px) {
  .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(1), .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(2), .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(3) {
    padding-right: calc(20px + 60 * (100vw - 1320px) / 280);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(1), .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(2), .main_navi .main_navi_inner .navi_item_wrap .section:nth-child(3) {
    padding-right: 80px;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section a {
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section a {
    color: #FFF;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .category_1 {
  position: relative;
  display: inline-block;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 27px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1320px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .category_1 {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .category_1 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .category_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-right: 6px;
    font-size: 24px !important;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .category_1:before {
  content: "";
  position: absolute;
  background-color: #DF202C;
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 2px;
  transform: none;
  bottom: 6px;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
.main_navi .main_navi_inner .navi_item_wrap .section .category_1:hover .svg-icon-arrow-right {
  transform: translateX(0);
}
.main_navi .main_navi_inner .navi_item_wrap .section .category_1:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.main_navi .main_navi_inner .navi_item_wrap .section .category_1 .opener_icon {
  display: none;
}
.main_navi .main_navi_inner .navi_item_wrap .section .category_1 .opener_icon .svg-icon-minus {
  display: none;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .category_1 .opener_icon {
    display: block;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .subitems {
    display: none;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2 {
  position: relative;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 4px 0;
  line-height: 1.6;
  word-break: break-word;
}
@media only screen and (max-width: 1320px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2:last-child {
    margin-bottom: 20px;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2.active {
  color: #DF202C;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2.active {
    color: #FFF;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2.active .svg-icon-arrow-right {
  transform: translateX(0);
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2.active:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2:before {
  content: "";
  position: absolute;
  background-color: #DF202C;
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 1px;
  transform: none;
  bottom: 4px;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2:before {
    background-color: #FFF;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2:hover {
  color: #DF202C;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2:hover {
    color: #FFF;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2:hover .svg-icon-arrow-right {
  transform: translateX(0);
}
.main_navi .main_navi_inner .navi_item_wrap .section .subitems .category_2:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.is_open .category_1 .svg-icon-plus {
    display: none;
  }
  .main_navi .main_navi_inner .navi_item_wrap .section.is_open .category_1 .svg-icon-minus {
    display: block;
  }
  .main_navi .main_navi_inner .navi_item_wrap .section.is_open .subitems {
    display: flex;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box {
  background-color: #F4F5F7;
  order: 4;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box {
    padding: 9px;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box {
  background-color: #DF202C;
  color: #FFF;
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box {
    color: #DF202C;
    background-color: #FFF;
    display: flex;
    align-items: stretch;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box figure {
    width: 180px;
    width: 100px;
    aspect-ratio: 1;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box figure {
    width: calc(100px + 80 * (100vw - 320px) / 230);
  }
}
@media only screen and (max-width: 991px) and (min-width: 550px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box figure {
    width: 180px;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box figure img {
    height: 100%;
    object-fit: cover;
    border-radius: 6px 0 0 6px;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box a {
  color: #FFF;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
  padding: 5px 0;
}
@media only screen and (max-width: 1320px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box a {
    color: #DF202C;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content {
  padding: 20px 25px 35px 25px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content {
    padding-left: calc(15px + 10 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content {
    padding-left: 25px;
  }
}
@media screen and (min-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content {
    padding-right: calc(15px + 10 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content .section_additional_links_red_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (min-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a {
    font-size: calc(15px + 3 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a {
    font-weight: 400;
    font-size: 16px;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:before {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 1px;
  transform: none;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:hover .svg-icon-arrow-right {
  transform: translateX(0);
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1) {
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  width: 100%;
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1) {
    font-size: calc(18px + 8 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1) {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1) {
    margin-bottom: auto;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1):before {
  display: none;
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1) .svg-icon {
  transition: 0.4s ease transform;
}
@media only screen and (max-width: 1100px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1) .svg-icon {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1) .svg-icon {
    display: block !important;
  }
  .main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1) .svg-icon path {
    fill: #DF202C;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section.section_red_box .red_box .content a:nth-child(1):hover .svg-icon {
  transform: translateX(5px);
}
.main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a {
  margin-top: 4px;
  border-radius: 6px;
  background-color: #FFF;
  font-weight: 700;
  color: #DF202C;
  font-size: 26px;
  margin-bottom: 10px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  padding-right: 15px;
  font-size: 18px;
}
@media screen and (min-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a {
    padding-right: calc(15px + 10 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a {
    padding-right: 25px;
  }
}
@media screen and (min-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a {
    font-size: calc(18px + 8 * (100vw - 991px) / 609);
  }
}
@media screen and (min-width: 1600px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a {
    font-size: 26px;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a .svg-icon {
  transition: 0.4s ease transform;
}
@media only screen and (max-width: 1100px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a .svg-icon {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a .svg-icon {
    display: block !important;
  }
  .main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a .svg-icon path {
    fill: #DF202C;
  }
}
.main_navi .main_navi_inner .navi_item_wrap .section .section_additional_links_under_red_box a:hover .svg-icon {
  transform: translateX(5px);
}
.main_navi .main_navi_inner .navi_item_wrap .donate_mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .navi_item_wrap .donate_mobile {
    display: block;
    padding: 20px 20px 20px 20px;
    background-color: #DF202C;
    margin-top: auto;
  }
}
.main_navi .main_navi_inner .bottom {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: none;
  transition-delay: 1s !important;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .bottom {
    display: none !important;
  }
}
.main_navi .main_navi_inner .bottom .donate span.donate_text {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .bottom .donate span.donate_text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .main_navi .main_navi_inner .bottom .socials {
    display: none;
  }
}
.main_navi .main_navi_inner .bottom .socials .social {
  color: #17171B;
  fill: #F4F5F7;
}
.main_navi .main_navi_inner .bottom .socials .social .svg-icon {
  outline: 1px solid #17171B;
  border-radius: 100px;
}
.main_navi .main_navi_inner .bottom .socials .social:hover {
  color: #F4F5F7;
}
.main_navi .main_navi_inner .bottom .socials .social:hover .svg-icon path {
  fill: #17171B;
}
.main_navi .main_navi_inner .bottom .socials .social:hover .svg-icon rect {
  fill: #F4F5F7;
}

.section_footer {
  background-color: #222226;
  color: #D1D8DF;
  font-size: 16px;
  padding-top: 50px;
}
.section_footer a:not(.button) {
  color: #D1D8DF;
}
.section_footer .footer_top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_top {
    flex-direction: column;
  }
}
.section_footer .footer_top .left .heading {
  color: #FFF;
  font-size: 40px;
  padding-right: 100px;
  max-width: 750px;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_top .left .heading {
    font-size: 30px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_top .left .heading {
    padding-right: 0px;
  }
}
.section_footer .footer_top .left .buttons {
  padding-top: 30px;
}
.section_footer .footer_top .left .buttons .button, .section_footer .footer_top .left .buttons .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .section_footer .footer_top .left .buttons a, .section_footer .footer_top .left .buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .section_footer .footer_top .left .buttons .central {
  margin-bottom: 20px;
}
.section_footer .footer_top .left .buttons .button.button_outline, .section_footer .footer_top .left .buttons .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .section_footer .footer_top .left .buttons a, .section_footer .footer_top .left .buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_outline.central, .section_footer .footer_top .left .buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .projekt_single .donate-preselected-buttons a.central, .projekt_single .donate-preselected-buttons .section_footer .footer_top .left .buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu a.central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .section_footer .footer_top .left .buttons .button_outline.central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .section_footer .footer_top .left .buttons .projekt_single .donate-preselected-buttons a.central, .projekt_single .donate-preselected-buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .section_footer .footer_top .left .buttons a.central {
  margin-right: 20px;
}
.section_footer .footer_top .social {
  color: #FFF;
  fill: #222226;
}
.section_footer .footer_top .social .svg-icon {
  outline: 1px solid #FFF;
  border-radius: 100px;
}
.section_footer .footer_top .social:hover {
  color: #222226;
}
.section_footer .footer_top .social:hover .svg-icon path {
  fill: #FFF;
}
.section_footer .footer_top .social:hover .svg-icon rect {
  fill: #222226;
}
.section_footer .footer_middle {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle {
    flex-direction: column;
    padding-top: 0;
  }
}
.section_footer .footer_middle .left {
  width: 70%;
  padding-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left {
    width: 100%;
    padding-right: 0;
  }
}
.section_footer .footer_middle .left .columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns {
    flex-direction: column;
  }
}
.section_footer .footer_middle .left .columns .column {
  width: 33.33%;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns .column {
    width: 100%;
    padding: 20px 0 !important;
  }
}
.section_footer .footer_middle .left .columns .column.column_1 {
  padding-right: 30px;
}
.section_footer .footer_middle .left .columns .column.column_2 .content {
  border-left: 1px solid #D1D8DF;
  border-right: 1px solid #D1D8DF;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns .column.column_2 .content {
    border: 0;
  }
}
.section_footer .footer_middle .left .columns .column.column_2 .inner, .section_footer .footer_middle .left .columns .column.column_2 .heading {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns .column.column_2 .inner, .section_footer .footer_middle .left .columns .column.column_2 .heading {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns .column.column_2 {
    border-bottom: 1px solid #D1D8DF;
    border-top: 1px solid #D1D8DF;
  }
}
.section_footer .footer_middle .left .columns .column.column_3 {
  padding-left: 30px;
}
.section_footer .footer_middle .left .columns .column .heading {
  color: #FFF;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 15px;
}
.section_footer .footer_middle .left .columns .column .content {
  font-size: 13px;
}
.section_footer .footer_middle .left .columns .column .content .footer-line {
  margin-bottom: 10px;
}
.section_footer .footer_middle .right {
  width: 30%;
  max-width: 600px;
  font-size: 13px;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .right {
    width: 100%;
    padding-top: 20px;
  }
}
.section_footer .footer_middle .right .title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 18px;
  color: #FFF;
}
.section_footer .footer_middle .right .fields {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.section_footer .footer_middle .right .fields input {
  width: 75%;
}
.section_footer .footer_middle .right .priv_line {
  padding-top: 18px;
}
.section_footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 30px;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom {
    flex-direction: column;
    padding-top: 60px;
  }
}
.section_footer .footer_bottom .copy {
  order: 1;
  font-size: 13px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom .copy {
    order: 2;
  }
}
.section_footer .footer_bottom .navispecial {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom .navispecial {
    order: 1;
  }
}
.section_footer .footer_bottom .navispecial nav ul {
  list-style: none;
  margin: 0;
  padding-left: 30px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom .navispecial nav ul {
    padding-left: 0px;
    padding-bottom: 40px;
    text-align: left;
  }
}
.section_footer .footer_bottom .navispecial nav ul li {
  display: inline-block;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom .navispecial nav ul li {
    margin-right: 20px;
    margin-left: 0;
  }
}
.section_footer .footer_bottom .navispecial nav ul li a {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 13px;
}

.section_footer {
  background-color: #222226;
  color: #D1D8DF;
  font-size: 16px;
  padding-top: 50px;
}
.section_footer a:not(.button) {
  color: #D1D8DF;
}
.section_footer .footer_top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_top {
    flex-direction: column;
  }
}
.section_footer .footer_top .left .heading {
  color: #FFF;
  font-size: 40px;
  padding-right: 100px;
  max-width: 750px;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_top .left .heading {
    font-size: 30px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_top .left .heading {
    padding-right: 0px;
  }
}
.section_footer .footer_top .left .buttons {
  padding-top: 30px;
}
.section_footer .footer_top .left .buttons .button, .section_footer .footer_top .left .buttons .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .section_footer .footer_top .left .buttons a, .section_footer .footer_top .left .buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .section_footer .footer_top .left .buttons .central {
  margin-bottom: 20px;
}
.section_footer .footer_top .left .buttons .button.button_outline, .section_footer .footer_top .left .buttons .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .section_footer .footer_top .left .buttons a, .section_footer .footer_top .left .buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .button_outline.central, .section_footer .footer_top .left .buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .projekt_single .donate-preselected-buttons a.central, .projekt_single .donate-preselected-buttons .section_footer .footer_top .left .buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu a.central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .section_footer .footer_top .left .buttons .button_outline.central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .section_footer .footer_top .left .buttons .projekt_single .donate-preselected-buttons a.central, .projekt_single .donate-preselected-buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .section_footer .footer_top .left .buttons a.central {
  margin-right: 20px;
}
.section_footer .footer_top .social {
  color: #FFF;
  fill: #222226;
}
.section_footer .footer_top .social .svg-icon {
  outline: 1px solid #FFF;
  border-radius: 100px;
}
.section_footer .footer_top .social:hover {
  color: #222226;
}
.section_footer .footer_top .social:hover .svg-icon path {
  fill: #FFF;
}
.section_footer .footer_top .social:hover .svg-icon rect {
  fill: #222226;
}
.section_footer .footer_middle {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle {
    flex-direction: column;
    padding-top: 0;
  }
}
.section_footer .footer_middle .left {
  width: 70%;
  padding-right: 100px;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left {
    width: 100%;
    padding-right: 0;
  }
}
.section_footer .footer_middle .left .columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns {
    flex-direction: column;
  }
}
.section_footer .footer_middle .left .columns .column {
  width: 33.33%;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns .column {
    width: 100%;
    padding: 20px 0 !important;
  }
}
.section_footer .footer_middle .left .columns .column.column_1 {
  padding-right: 30px;
}
.section_footer .footer_middle .left .columns .column.column_2 .content {
  border-left: 1px solid #D1D8DF;
  border-right: 1px solid #D1D8DF;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns .column.column_2 .content {
    border: 0;
  }
}
.section_footer .footer_middle .left .columns .column.column_2 .inner, .section_footer .footer_middle .left .columns .column.column_2 .heading {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns .column.column_2 .inner, .section_footer .footer_middle .left .columns .column.column_2 .heading {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .left .columns .column.column_2 {
    border-bottom: 1px solid #D1D8DF;
    border-top: 1px solid #D1D8DF;
  }
}
.section_footer .footer_middle .left .columns .column.column_3 {
  padding-left: 30px;
}
.section_footer .footer_middle .left .columns .column .heading {
  color: #FFF;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 15px;
}
.section_footer .footer_middle .left .columns .column .content {
  font-size: 13px;
}
.section_footer .footer_middle .left .columns .column .content .footer-line {
  margin-bottom: 10px;
}
.section_footer .footer_middle .right {
  width: 30%;
  max-width: 600px;
  font-size: 13px;
}
@media only screen and (max-width: 1200px) {
  .section_footer .footer_middle .right {
    width: 100%;
    padding-top: 20px;
  }
}
.section_footer .footer_middle .right .title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 18px;
  color: #FFF;
}
.section_footer .footer_middle .right .fields {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.section_footer .footer_middle .right .fields input {
  width: 75%;
}
.section_footer .footer_middle .right .priv_line {
  padding-top: 18px;
}
.section_footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 30px;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom {
    flex-direction: column;
    padding-top: 60px;
  }
}
.section_footer .footer_bottom .copy {
  order: 1;
  font-size: 13px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom .copy {
    order: 2;
  }
}
.section_footer .footer_bottom .navispecial {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom .navispecial {
    order: 1;
  }
}
.section_footer .footer_bottom .navispecial nav ul {
  list-style: none;
  margin: 0;
  padding-left: 30px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom .navispecial nav ul {
    padding-left: 0px;
    padding-bottom: 40px;
    text-align: left;
  }
}
.section_footer .footer_bottom .navispecial nav ul li {
  display: inline-block;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .section_footer .footer_bottom .navispecial nav ul li {
    margin-right: 20px;
    margin-left: 0;
  }
}
.section_footer .footer_bottom .navispecial nav ul li a {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 13px;
}

.news_single {
  width: 100%;
  height: 100%;
  max-width: 400px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .news_single {
    padding-bottom: 10px;
  }
}
.news_single:has(a:hover) .news_single_img img {
  transform: scale(1.08);
  filter: brightness(1);
}
.news_single:has(a:hover) .news_single_img .img_placeholder {
  filter: brightness(1);
}
.news_single .news_single_wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F4F5F7;
  border-radius: 8px;
  container-type: inline-size;
}
.news_single .news_single_img {
  position: relative;
  aspect-ratio: 400/267;
  max-height: 267px;
}
.news_single .news_single_img .news_single_img_wrap {
  mask-image: url("/Content/Img/news_mask.svg");
  mask-size: 100% 267px;
  mask-position: left bottom;
  border-radius: 8px;
}
@container (width <= 400px) {
  .news_single .news_single_img .news_single_img_wrap {
    mask-size: 400px 267px;
  }
}
.news_single .news_single_img img {
  display: block;
  width: 400px;
  max-width: 100%;
  width: 100%;
  filter: brightness(0.8);
  background: #DCE2E7;
  aspect-ratio: 400/267 !important;
  object-fit: cover;
  max-height: 267px;
  transition: 1s ease transform, 1s ease filter;
}
.news_single .news_single_img .img_placeholder {
  width: 400px;
  max-width: 100%;
  height: 100%;
  filter: brightness(0.8);
  background: #DCE2E7;
  aspect-ratio: 400/267;
  transition: 1s ease filter;
}
.news_single .news_single_date {
  position: absolute;
  left: 27px;
  font-size: 14px;
  font-weight: 500;
  bottom: 8px;
}
.news_single .news_single_text {
  padding: 30px 27px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@container (width < 300px) {
  .news_single .news_single_text {
    padding: 20px 20px;
    gap: 10px 0;
  }
}
@container (width < 300px) {
  .news_single .heading {
    font-size: 16px;
    line-height: 1.3;
  }
}
.news_single .news_single_bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.news_single .news_title_link {
  text-decoration: none;
}
.news_single .news_link {
  position: relative;
  display: flex;
  gap: 10px;
  color: #DF202C;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 0;
  align-items: baseline;
}
@container (width < 300px) {
  .news_single .news_link {
    font-size: 14px;
  }
}
.news_single .news_link:before {
  content: "";
  position: absolute;
  background-color: #DF202C;
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 1px;
  transform: none;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
.news_single .news_link:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.news_single .news_link .svg-icon {
  width: 14px;
  height: 14px;
}
@container (width < 300px) {
  .news_single .news_link .svg-icon {
    width: 12px;
    height: 12px;
  }
}
@container (width < 300px) {
  .news_single .badge {
    padding: 6px 11px;
  }
}

.projekt_single {
  width: 100%;
  height: 100%;
  width: 400px;
  max-width: 100%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .projekt_single {
    padding-bottom: 10px;
  }
}
.projekt_single:has(a:hover) .projekt_single_img img {
  transform: scale(1.08);
}
.projekt_single .projekt_single_wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #F4F5F7;
  border-radius: 8px;
  aspect-ratio: 425/550;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  container-type: inline-size;
}
.projekt_single .projekt_single_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projekt_single .projekt_single_img:before {
  content: "";
  background: linear-gradient(180deg, black, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  mix-blend-mode: multiply;
  opacity: 0.84;
  z-index: 1;
  pointer-events: none;
}
.projekt_single .projekt_single_img:after {
  content: "";
  background: linear-gradient(360deg, black, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.projekt_single .projekt_single_img .projekt_image_link {
  height: 100%;
  display: block;
  outline-offset: -1px;
}
.projekt_single .projekt_single_img .projekt_single_img_wrap {
  width: 100%;
  height: 100%;
}
.projekt_single .projekt_single_img img,
.projekt_single .projekt_single_img .img_placeholder {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #DCE2E7;
  object-fit: cover;
  transition: 1s ease transform;
}
.projekt_single .projekt_single_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  pointer-events: none;
}
.projekt_single .projekt_single_top .svg-icon {
  color: #FFF;
  width: 16px;
  height: 16px;
}
.projekt_single .projekt_single_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}
.projekt_single .projekt_single_bottom .heading {
  color: #FFF;
  line-height: 1.2;
  margin: 0;
}
@container (width < 360px) {
  .projekt_single .projekt_single_bottom .heading {
    font-size: 26px;
  }
}
.projekt_single .donate-buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
}
.projekt_single .donate-buttons .button, .projekt_single .donate-buttons .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .donate-buttons a, .projekt_single .donate-buttons body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .projekt_single .donate-buttons .central {
  flex-shrink: 0;
  margin-bottom: 0;
}
.projekt_single .donate-preselected-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.projekt_single .donate-preselected-buttons a {
  color: #FFF;
  height: var(--button-height);
  line-height: var(--button-height);
  border: 1px solid #707070;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  width: auto;
  flex-grow: 1;
  flex: 1;
  min-width: 46px;
  transition: var(--text-animation-duration) cubic-bezier(0.1, 0, 0.3, 1) color, var(--background-animation-duration) cubic-bezier(0.1, 0, 0.3, 1) background-color;
}
@container (width < 360px) {
  .projekt_single .donate-preselected-buttons a {
    font-size: 14px;
  }
}
.projekt_single .donate-preselected-buttons a:hover, .projekt_single .donate-preselected-buttons a:focus-visible {
  background-color: #FFF;
  color: #DF202C;
}
.projekt_single .projekt_title_link {
  text-decoration: none;
  margin-bottom: 30px;
  text-shadow: 0 0 40px black;
}
@container (width < 360px) {
  .projekt_single .projekt_title_link {
    margin-bottom: 20px;
  }
}
.projekt_single .projekt_title_link:not(:has(+ .donate-buttons)) {
  margin-bottom: 10px;
}
.projekt_single .badge {
  border-color: #707070;
}

.job_single {
  width: 100%;
  height: 100%;
  width: 400px;
  max-width: 100%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .job_single {
    padding-bottom: 10px;
  }
}
.job_single .job_single_wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--background-color, #DF202C);
  border-radius: 8px;
  aspect-ratio: 425/550;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  container-type: inline-size;
}
.job_single .job_apply_link {
  display: block;
  height: 100%;
  color: var(--text-color, #FFF);
  outline-offset: -1px;
  border-radius: 8px;
}
.job_single .job_apply_link:hover .apply_text:before, .job_single .job_apply_link:focus .apply_text:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.job_single .job_apply_link:hover .job_single_cross_decoration, .job_single .job_apply_link:focus .job_single_cross_decoration {
  transform: scale(0.9);
}
.job_single .job_single_img {
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 25px;
  width: 165px;
  height: 165px;
  border-radius: 165px;
  overflow: hidden;
}
@container (width < 360px) {
  .job_single .job_single_img {
    width: 125px;
    height: 125px;
  }
}
.job_single .job_single_img .job_single_img_wrap {
  width: 100%;
  height: 100%;
}
.job_single .job_single_img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #DCE2E7;
  object-fit: cover;
}
.job_single .job_single_cross_decoration {
  position: absolute;
  width: 66%;
  aspect-ratio: 1;
  right: 20px;
  top: 24px;
  transition: 0.4s ease transform;
}
.job_single .job_single_cross_decoration .svg-icon {
  width: 100%;
  height: 100%;
}
.job_single .job_single_bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 0 35px 30px 35px;
  row-gap: 20px;
}
.job_single .job_single_bottom .heading {
  color: var(--text-color, #FFF);
  line-height: 1.2;
  margin: 0;
}
@container (width < 360px) {
  .job_single .job_single_bottom .heading {
    font-size: 26px;
  }
}
.job_single .job_single_title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.job_single .job_single_bottom_actions {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.job_single .badge {
  border-color: var(--text-color, #FFF);
  color: var(--text-color, #FFF);
}
.job_single .apply_text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-color, #FFF);
  padding: 10px 0;
}
.job_single .apply_text:before {
  content: "";
  position: absolute;
  background-color: var(--text-color, #FFF);
  width: 100%;
  aspect-ratio: unset;
  left: 0;
  height: 2px;
  transform: none;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: 0.3s ease transform;
}
.job_single .apply_text .svg-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.job_single.color_red {
  --background-color: #DF202C;
  --text-color: #FFF;
}
.job_single.color_darkblue {
  --background-color: #00356B;
  --text-color: #FFF;
}
.job_single.color_lightblue {
  --background-color: #187AB3;
  --text-color: #FFF;
}
.job_single.color_turquoise {
  --background-color: #57BBC0;
  --text-color: #FFF;
}
.job_single.color_orange {
  --background-color: #FF7D32;
  --text-color: #17171B;
}
.job_single.color_darkyellow {
  --background-color: #FFB044;
  --text-color: #17171B;
}
.job_single.color_yellow {
  --background-color: #FEE232;
  --text-color: #17171B;
}
.job_single.color_darkgreen {
  --background-color: #04574B;
  --text-color: #FFF;
}
.job_single.color_lightgreen {
  --background-color: #B8B774;
  --text-color: #17171B;
}
.job_single.color_grasgreen {
  --background-color: #6DC24C;
  --text-color: #17171B;
}
.job_single.color_brown {
  --background-color: #AD614D;
  --text-color: #FFF;
}
.job_single.color_darkgrey {
  --background-color: #555558;
  --text-color: #FFF;
}
.job_single.color_darkred {
  --background-color: #663333;
  --text-color: #FFF;
}
.job_single.color_black {
  --background-color: #17171B;
  --text-color: #FFF;
}

.user_menu {
  position: relative;
  /*    .user_menu_private_link {
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 15px;
          font-weight: 400;
          text-decoration: none;

          .svg-icon {
              width: 13px;
              height: 13px;
          }
      }*/
}
.user_menu .user_menu_overlay_wrapper {
  position: relative;
  z-index: 1000;
  scale: 0.9 0.9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s, 0.3s ease scale, 0.3s ease opacity;
}
.user_menu .user_menu_overlay_wrapper.is-open {
  visibility: visible;
  pointer-events: auto;
  scale: 1 1;
  opacity: 1;
}
.user_menu .user_menu_overlay {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%);
  background-color: #FFF;
  padding: 20px 20px 10px 20px;
  width: 310px;
  border-radius: 8px;
  filter: drop-shadow(0px 3px 21px rgba(0, 0, 0, 0.2196078431));
}
@media only screen and (max-width: 550px) {
  .user_menu .user_menu_overlay {
    left: calc(50% - 90px);
  }
}
.user_menu .user_menu_overlay:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  border-top: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 550px) {
  .user_menu .user_menu_overlay:before {
    left: calc(50% + 90px);
  }
}
.user_menu .user_menu_overlay .button, .user_menu .user_menu_overlay body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .user_menu .user_menu_overlay .central, .user_menu .user_menu_overlay .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .user_menu .user_menu_overlay a {
  width: 100%;
}
.user_menu .user_menu_overlay ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.user_menu .user_menu_overlay hr {
  background-color: #707070;
  opacity: 0.3;
  height: 1px;
  margin: 20px 0;
}
.user_menu .user_greeting {
  font-size: 15px;
  margin-bottom: 20px;
}
.user_menu .login_logout_button {
  width: 100%;
  margin-bottom: 20px;
}
.user_menu .navi_itemlink {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.user_menu .user_menu_top_links li {
  margin-bottom: 5px;
}
.user_menu .user_menu_top_links li .button, .user_menu .user_menu_top_links li body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .user_menu .user_menu_top_links li .central, .user_menu .user_menu_top_links li .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .user_menu .user_menu_top_links li a {
  margin-bottom: 0;
}
.user_menu .user_menu_bottom_links li {
  margin-bottom: 10px;
}

.button_user_menu {
  flex-shrink: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1320px) {
  .button_user_menu {
    padding: 14px;
  }
}
@media all and (max-width: 991px) {
  .button_user_menu .txt {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .button_user_menu {
    padding: 13px;
    height: auto;
  }
}
@media only screen and (max-width: 350px) {
  .button_user_menu {
    padding: 10px;
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  .button_user_menu .svg-icon {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 350px) {
  .button_user_menu .svg-icon {
    width: 16px;
    height: 16px;
  }
}

.breadcrumb {
  min-width: 0;
  margin-right: auto;
}
@media only screen and (max-width: 1320px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  color: #DF202C;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumb ol {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: baseline;
  font-size: 14px;
  color: #222226;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  transition: 0.4s ease color;
}
.breadcrumb li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb li:after {
  content: " • ";
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:last-child:first-child {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?43b3f5");
  src: url("fonts/icomoon.eot?43b3f5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?43b3f5") format("truetype"), url("fonts/icomoon.woff?43b3f5") format("woff"), url("fonts/icomoon.svg?43b3f5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-chain-broken:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-inr:before {
  content: "\f156";
}

.icon-cny:before {
  content: "\f157";
}

.icon-rouble:before {
  content: "\f158";
}

.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-try:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-ils:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-intersex:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-bed:before {
  content: "\f236";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-battery:before {
  content: "\f240";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-0:before {
  content: "\f244";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-1:before {
  content: "\f251";
}

.icon-hourglass-2:before {
  content: "\f252";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-television:before {
  content: "\f26c";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-500px:before {
  content: "\f26e";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-industry:before {
  content: "\f275";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-edge:before {
  content: "\f282";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-codiepie:before {
  content: "\f284";
}

.icon-modx:before {
  content: "\f285";
}

.icon-fort-awesome:before {
  content: "\f286";
}

.icon-usb:before {
  content: "\f287";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-mixcloud:before {
  content: "\f289";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-hashtag:before {
  content: "\f292";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-percent:before {
  content: "\f295";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-envira:before {
  content: "\f299";
}

.icon-universal-access:before {
  content: "\f29a";
}

.icon-wheelchair-alt:before {
  content: "\f29b";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-blind:before {
  content: "\f29d";
}

.icon-audio-description:before {
  content: "\f29e";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-braille:before {
  content: "\f2a1";
}

.icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icon-deaf:before {
  content: "\f2a4";
}

.icon-glide:before {
  content: "\f2a5";
}

.icon-glide-g:before {
  content: "\f2a6";
}

.icon-sign-language:before {
  content: "\f2a7";
}

.icon-low-vision:before {
  content: "\f2a8";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-first-order:before {
  content: "\f2b0";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-google-plus-circle:before {
  content: "\f2b3";
}

.icon-fa:before {
  content: "\f2b4";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-linode:before {
  content: "\f2b8";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer:before {
  content: "\f2c7";
}

.icon-thermometer-3:before {
  content: "\f2c8";
}

.icon-thermometer-2:before {
  content: "\f2c9";
}

.icon-thermometer-1:before {
  content: "\f2ca";
}

.icon-thermometer-0:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

/*
* Verschiedene Anzeigemöglichkeiten
* Standard ist als kleines Popup unten rechts
*/
.klaro .cn-learn-more {
  display: none !important;
}

/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/* Colors */
/* Spacing */
/* Breakpoints */
.klaro {
  /*.cm-btn-success {
      display: none !important
  }

  .cn-learn-more {
      background: #fff;
      color: #010101 !important;
      display: inline-block;
      text-decoration: none !important;
      border-radius: 6px;
      padding: .4rem;
      font-size: 1em;
      cursor: pointer;
      flex-grow: unset !important;
      order: 1;
  }

  .cn-buttons .cn-decline {
      order: 2;
  }

  .cn-buttons {
      @media only screen and (max-width: 374px) {
          width: auto !important;

          .cn-decline {
              width: auto !important;
          }
      }
  }

  .cookie-modal {
      .cm-btn-success {
          display: inline-block !important
      }
  }*/
}
.klaro .privay-link {
  text-decoration: underline !important;
}
.klaro .cookie-modal, .klaro .cookie-notice {
  /* The switch - the box around the slider */
  font-size: 14px;
}
.klaro .cookie-modal .cm-switch-container, .klaro .cookie-notice .cm-switch-container {
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
  border-bottom: 1px solid #ccc;
}
.klaro .cookie-modal .cm-switch-container:last-child, .klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}
.klaro .cookie-modal .cm-switch-container:first-child, .klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch-container p, .klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch, .klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: green;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  opacity: 0.6;
  background-color: green;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  opacity: 0.8;
  background-color: rgb(0, 204.4, 0);
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  opacity: 0.8;
  background-color: rgb(0, 204.4, 0);
  cursor: not-allowed;
}
.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.klaro .cookie-modal .cm-list-input, .klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-title, .klaro .cookie-notice .cm-list-title {
  font-size: 14px;
  font-weight: 600;
}
.klaro .cookie-modal .cm-list-description, .klaro .cookie-notice .cm-list-description {
  font-size: 14px;
  padding-top: 4px;
  color: #666;
}
.klaro .cookie-modal .cm-list-label, .klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}
.klaro .cookie-modal .cm-list-label .cm-switch, .klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}
.klaro .cookie-modal .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}
.klaro .cookie-modal .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.klaro .cookie-modal .cm-list-label .slider.round, .klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}
.klaro .cookie-modal .cm-list-label .slider.round::before, .klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}
.klaro .cookie-modal .cm-list-label input:focus + .slider, .klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow: 0 0 1px rgb(10.52, 255, 10.52);
}
.klaro .cookie-modal .cm-list-label input:checked + .slider::before, .klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.klaro .cookie-modal a, .klaro .cookie-notice a {
  color: #F4F5F7;
  text-decoration: none;
}
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li, .klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #F4F5F7;
}
.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li, .klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}
.klaro .cookie-modal .cm-link, .klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
  text-decoration: underline;
}
.klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
  background: #555;
  color: #F4F5F7;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 0;
  padding: 12px 8px;
  font-size: 1em;
  cursor: pointer;
}
.klaro .cookie-modal .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}
.klaro .cookie-modal .cm-btn.cm-btn-danger, .klaro .cookie-notice .cm-btn.cm-btn-danger {
  background: #FFF;
  color: #DF202C;
}
.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #aaa;
  color: #000;
}
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #FFF;
  color: #FFF;
}
.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #FFF;
  color: #FFF;
}
.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}
.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}
.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  transform: none;
}
.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.klaro .cookie-modal .cm-modal.cm-klaro {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #DF202C;
  color: #F4F5F7;
}
@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #F4F5F7;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #F4F5F7;
}
.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0 0 16px 0;
  font-size: 1.6em;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-header p {
  line-height: 1.6;
}
.klaro .cookie-modal .cm-modal .cm-header p a {
  text-decoration: underline;
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-caret {
  color: #888;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content {
  margin-left: -40px;
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content.expanded {
  margin-top: 10px;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  font-size: 0.8em;
  color: #F4F5F7;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #F4F5F7;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background: #DF202C;
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  flex-grow: 1;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}
@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
}
@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
}
.klaro .cookie-modal-notice {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #DF202C;
  color: #F4F5F7;
  padding: 1em;
  padding-top: 0.2em;
}
@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.klaro .cookie-notice-hidden {
  display: none !important;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  padding: 15px 15px 10px 15px;
  margin: 0;
  top: unset;
  right: 20px;
  bottom: 20px;
  transform: none;
  border-radius: 8px;
  position: absolute;
  max-width: 540px;
}
@media all and (max-width: 991px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    right: 0;
    bottom: 0;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%;
  }
}

.cm-list-description {
  color: #FFF !important;
}

.cm-header {
  border: 0 !important;
  padding-top: 30px !important;
}
.cm-header h1 {
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.cm-body {
  padding-bottom: 50px !important;
}

.cm-footer {
  border: 0 !important;
}
.cm-footer .cm-footer-buttons {
  position: relative;
}
@media all and (max-width: 991px) {
  .cm-footer .cm-footer-buttons {
    display: block !important;
  }
}
.cm-footer .cm-footer-buttons button {
  width: 50%;
}
@media all and (max-width: 991px) {
  .cm-footer .cm-footer-buttons button {
    width: 100%;
    margin-bottom: 5px;
  }
}
.cm-footer .cm-footer-buttons .cn-decline-link {
  background: transparent;
  text-decoration: underline;
  border: 0;
  color: #FFF;
  position: absolute;
  left: 0;
  top: -40px;
  width: auto;
  text-align: left;
  cursor: pointer;
}
.cm-footer .cm-footer-buttons .cm-btn-accept-all {
  text-transform: uppercase;
  color: #FFF !important;
  background-color: #79a12f !important;
}
.cm-footer .cm-footer-buttons .cm-btn-accept {
  text-transform: uppercase;
  border: 1px solid #FFF !important;
  color: #FFF !important;
  background-color: transparent !important;
}

.klaro .cookie-modal .cm-switch, .klaro .cookie-notice .cm-switch {
  height: 24px;
}

.klaro .cookie-modal .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  bottom: 2px;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #79a12f !important;
}

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: none !important;
}

.cm-powered-by a {
  font-size: 2rem;
  color: #FFF;
  position: absolute;
  right: 20px;
  top: 10px;
}
.cm-powered-by a::after {
  content: "x";
}

.cm-app .cm-list-description {
  color: #F4F5F7 !important;
}
.cm-app .purposes {
  display: none !important;
}

.issuu-container {
  display: none;
}

.dsgvo-info-issuu {
  padding: 20px;
  background: url(/Content/Img/bg_issuu_container.png) no-repeat center center;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.05);
}
.dsgvo-info-issuu .title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.dsgvo-info-issuu .text {
  font-size: 0.9rem;
  margin-bottom: 13px;
  line-height: 1.6;
}
.dsgvo-info-issuu .button, .dsgvo-info-issuu body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .dsgvo-info-issuu .central, .dsgvo-info-issuu .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .dsgvo-info-issuu a {
  font-size: 0.85rem;
  min-width: unset;
  min-height: unset;
  padding: 10px;
}

.dsgvo-info-youtube {
  max-width: 600px;
  padding: 20px;
  background: url(/Content/Img/bg_youtube_container.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dsgvo-info-youtube .title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.dsgvo-info-youtube .text {
  font-size: 0.9rem;
  margin-bottom: 13px;
  line-height: 1.6;
}
.dsgvo-info-youtube .button, .dsgvo-info-youtube body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .central, body:has(.wrap_hero_section[data-index="1"]):not(.main_menu_open):not(.scrollFixed) .section_top .inner .tel_menu .dsgvo-info-youtube .central, .dsgvo-info-youtube .projekt_single .donate-preselected-buttons a, .projekt_single .donate-preselected-buttons .dsgvo-info-youtube a {
  font-size: 0.85rem;
  min-width: unset;
  min-height: unset;
  padding: 10px;
}

.youtube-video-container,
.youtube-api-container-wrap {
  display: none;
}

.klaro .cookie-modal .cm-footer .cm-footer-buttons button {
  background-color: #79a12f !important;
  border: none !important;
  text-decoration: none;
}

.klaro .cookie-modal .cm-footer .cm-footer-buttons button.cn-decline {
  padding: 12px 8px;
  border-radius: 6px;
  width: calc(100% - 0.5em);
  text-align: center;
  text-transform: uppercase;
  top: -53px;
}
@media all and (max-width: 991px) {
  .klaro .cookie-modal .cm-footer .cm-footer-buttons button.cn-decline {
    width: 100%;
  }
}

.cm-body {
  padding-bottom: 65px !important;
}
