@charset "UTF-8";
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
:root {
  --abstand: min(100px,16vw);
  --column-abstand: min(110px,10vw);
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #bbb;
  --color-grey2: #d8d8d8;
  --color-border: #808B94;
  --color-red: #FB2149;
  --color-blue: #014593;
  --color-darkblue: #040115;
  --color-orange: #F7BA00;
  --color-lightgreen: #e8f2c8;
  --color-lightblue: #EEF6FA;
  --color-erleben: #DEFF23;
  --color-veranstalten: #90C2DD;
  --color: var(--color-black);
  --color-bg: var(--color-white);
  --color-hover: var(--color-white);
  --color-bg-hover: var(--color-black);
  --color-headline1: var(--color-blue);
  --color-headline2: var(--color-blue);
  --color-headline3: var(--color-black);
  --color-headline4: var(--color-blue);
  --color-highlight: var(--color-blue);
  --color-strich: var(--color-grey2);
  --color-button-bg: var(--color-white);
  --color-button: var(--color-black);
  --color-button-border: var(--color-black);
  --color-button-bg-hover: var(--color-blue);
  --color-button-hover: var(--color-white);
  --color-button-border-hover: var(--color-black);
  --transition: all 0.15s ease-in-out;
  --border-radius: 20px;
  --gallery-theme: white;
}

nav.desktop, nav.mobile {
  --color-hover: var(--color-highlight);
  --color-bg-hover: var(--color-white);
  --color-active: var(--color-highlight);
  --color-bg-active: var(--color-white);
}

footer {
  --color: var(--color-white);
  --color-bg: var(--color-black);
  --color-hover: var(--color-black);
  --color-bg-hover: var(--color-white);
  --color-headline1: var(--color-red);
  --color-headline2: var(--color-white);
  --color-headline3: var(--color-white);
  --color-highlight: var(--color-red);
  --color-strich: var(--color-red);
  --color-button-bg: var(--color-erleben);
  --color-button: var(--color-black);
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-black);
}

body.root-erleben section.bg-set, body.root-start section.bg-default-lightgreen {
  --color-bg: var(--color-lightgreen);
}

body.root-veranstalten section.bg-set, body.root-start section.bg-default-lightblue {
  --color-bg: var(--color-lightblue);
}

main p a, main li a, .FormBuilder a {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: from-font;
  color: var(--color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
main p a:hover, main li a:hover, .FormBuilder a:hover {
  -webkit-text-decoration-color: var(--color-bg-hover);
          text-decoration-color: var(--color-bg-hover);
  background-color: var(--color-bg-hover);
  color: var(--color-hover);
}

h1 + ul, h1 + ol, h1 + table, h1 + form, h2 + ul, h2 + ol, h2 + table, h2 + form, h3 + ul, h3 + ol, h3 + table, h3 + form, h4 + ul, h4 + ol, h4 + table, h4 + form, h5 + ul, h5 + ol, h5 + table, h5 + form, h6 + ul, h6 + ol, h6 + table, h6 + form, p + ul, p + ol, p + table, p + form, table + ul, table + ol, table + table, table + form, h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, table + h1, table + h2, table + h3, table + h4, table + h5, table + h6, .column-2-elem + h1, .column-2-elem + h2, .column-2-elem + h3, .column-2-elem + h4, .column-2-elem + h5, .column-2-elem + h6, .p-elem + h1, .p-elem + h2, .p-elem + h3, .p-elem + h4, .p-elem + h5, .p-elem + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + p, table + p {
  margin-top: 1.8rem;
}

h1 + p, h1 + .column-2-elem, h1 + .p-elem, h2 + p, h2 + .column-2-elem, h2 + .p-elem, h3 + p, h3 + .column-2-elem, h3 + .p-elem, h4 + p, h4 + .column-2-elem, h4 + .p-elem, h5 + p, h5 + .column-2-elem, h5 + .p-elem, h6 + p, h6 + .column-2-elem, h6 + .p-elem {
  margin-top: 1.2rem;
}

p + p, p + ul, p + ol, p + table, p + form, p + .column-2-elem, p + .p-elem, table + p, table + ul, table + ol, table + table, table + form, table + .column-2-elem, table + .p-elem, .column-2-elem + p, .column-2-elem + ul, .column-2-elem + ol, .column-2-elem + table, .column-2-elem + form, .column-2-elem + .column-2-elem, .column-2-elem + .p-elem, .p-elem + p, .p-elem + ul, .p-elem + ol, .p-elem + table, .p-elem + form, .p-elem + .column-2-elem, .p-elem + .p-elem {
  margin-top: 1rem;
}

.margin + .margin, .pswp + .margin, .margin + h1, .margin + h2, .margin + h3, .margin + h4, .margin + h5, .margin + h6, .margin + p, .margin + ul, .margin + ol, .margin + table, .pswp + h1, .pswp + h2, .pswp + h3, .pswp + h4, .pswp + h5, .pswp + h6, .pswp + p, .pswp + ul, .pswp + ol, .pswp + table, h1 + .margin, h2 + .margin, h3 + .margin, h4 + .margin, h5 + .margin, h6 + .margin, p + .margin, table + .margin, ul + .margin, ol + .margin {
  margin-top: clc(1.5);
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
/**
	* Breakpoint-Mixin
	*
	* Benutzung: @include breakpoint(Start-Wert, End-Wert, Start-Wert, End-Wert) {…}
	* Beispiel: @include breakpoint(1200, 800, 750, 500) {…}
	* Anmerkungen: Es ist möglich, das Mixin mit 1–4 Werten zu befüllen.
	* Bei einem Media Query mit Mindestbreite: @include breakpoint(0, Start-Wert) {…}
	*/
/**
    Einbindung:
    ============================================================================================================
    @include grid-columns(50px, repeat(3, 1fr));
    @include grid-rows(50px, 1fr);
    ============================================================================================================
 */
/**
  Add Gap between the boxes
  ===================================================
  @param   {list}    $boxes - List with box sizes
  @param   {string}  $gap - Optional column gap
 */
/**
   To build Grid Template Columns with optional gap
  ===================================================
  @param   {string}  $gap - Optional column gap
  @param   {list}    $columns - Columns sizes
  @require {function} box-gap

  @example scss - scss
     .test {
       @include grid-columns(10px 250px 1fr 50px 100px);
     }
 */
/**
  To build Grid Template Rows with optional gap
  ===================================================
  @param   {string}  $gap - Optional row gap
  @param   {list}    $rows - Rows sizes
  @require {function} box-gap

  @example scss - scss
     .test {
       @include grid-rows(10px 1fr);
     }
 */
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
/*************************************************************************************
* Hover Effect dotted Underline
*
*/
/*************************************************************************************
* Hover Effect zittern
*
*/
/*************************************************************************************
* Hover Effect Pulse
*
*/
/*************************************************************************************
* Hover Effect Pulse
*
*/
/* ************************************************************************ */
/***** (3) **********************************
*/
/* =================================================== */
/* Schriften als .woff und .woff2 ablegen unter templates/fonts, z. B. WorkSans-Regular.woff */
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v31-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v31-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v31-latin-800.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* =================================================== */
/***** (4) **********************************
Alle externen Resourcen des Projekts
*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

/***** (3) **********************************
*/
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
/***** (2) **********************************
Alle Mixins des Projekts
*/
* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
  accent-color: var(--color-highlight);
}

/* Bewegungsempfindliche Nutzer respektieren */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  color: var(--color);
  overflow-x: clip;
}

header, main, footer {
  width: 100%;
  position: relative;
  display: block; /* IE */
}

main {
  overflow: hidden;
}

footer {
  overflow: hidden;
}

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

a[href^="mail-to:"] {
  display: none;
}

.hidden {
  display: none;
}

iframe {
  border: none;
}

iframe, img {
  vertical-align: middle;
}

nobr {
  white-space: nowrap;
}

li {
  list-style: none;
  position: relative;
}

strong {
  font-weight: bold;
}

a {
  display: inline-block;
  text-decoration: none;
}

p:last-of-type, ul:last-of-type, ol:last-of-type, li:last-of-type {
  margin-bottom: 0;
}

i {
  font-style: normal;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: calc(1400px + 6vw);
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (max-width: 600px) {
  .wrapper {
    width: calc(1400px + 10vw);
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.clear::after, .clear::before {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.protected-address {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

*[hidden] {
  display: none;
}

.relative {
  position: relative;
}

.icon {
  line-height: 0;
}

h1, h2, h3, h4, h5, h6, p, table {
  margin: 0;
}
h6 + p {
  margin-top: 0.5rem;
}

p a, table a, .column-2-elem a, .p-elem a {
  display: inline;
}

ul, ol {
  padding: 0 0 0 1px;
  margin: 0;
}
.screen-reader-only, .sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*************************************************************************************
Youtube Ersatz-Container wenn Zustimmung nicht erteilt
*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: var(--border-radius);
}

.embed-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-iframe span.c-n-t {
  background-color: var(--color-darkblue);
  padding: 1rem;
}
.embed-iframe span.c-n-t a {
  color: var(--color-white);
  -webkit-text-decoration-color: var(--color-white);
          text-decoration-color: var(--color-white);
  text-decoration: underline;
}
.embed-iframe .c-n-a button.c-l-b::before {
  top: 1em;
}

.MedienContainerOuter {
  width: 100%;
  display: block;
  position: relative;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/***** (5) **********************************
Alle internen Styles des Projekts
*/
.wrapper.clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper.clear::after, .wrapper.clear::before {
  display: none;
}

.abstand {
  margin-top: var(--abstand);
  margin-bottom: var(--abstand);
}

.abstand.attach + .abstand.attach {
  margin-top: calc(10px - var(--abstand));
}

main .abstand:first-child.attach {
  margin-top: 10px;
}

main .abstand:last-child.attach {
  margin-bottom: 10px;
}

section.bg-set {
  background-color: var(--color-bg);
  padding-top: var(--abstand);
  padding-bottom: var(--abstand);
  margin-top: var(--abstand);
  margin: 0 10px var(--abstand);
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cursor {
  cursor: pointer;
}

.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-columns .column {
  width: calc(50% - var(--column-abstand) / 2);
}
.two-columns .column .virtueller-rundgang {
  width: 100%;
}
.two-columns .column .virtueller-rundgang img {
  width: 100%;
  height: auto;
}
.two-columns .column a.virtueller-rundgang {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.two-columns .column a.virtueller-rundgang:hover {
  opacity: 0.8;
}
.two-columns .column.left-column {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.two-columns-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--column-abstand);
  row-gap: 2rem;
  grid-template-areas: "headlines ." "col1      col2";
}
.two-columns-2-1 .column-headlines {
  grid-area: headlines;
}
.two-columns-2-1 .column-1 {
  grid-area: col1;
}
.two-columns-2-1 .column-2 {
  grid-area: col2;
}

body.veranstaltung .two-columns-2-1 {
  grid-template-areas: "headlines ." "col1      col2" "back      .";
}
body.veranstaltung .two-columns-2-1 .column-1 .youtube-videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
body.veranstaltung .two-columns-2-1 .column-1 .youtube-videos .embed-iframe {
  border-radius: var(--border-radius);
}
body.veranstaltung .two-columns-2-1 .column-1 .youtube-videos + .gallery-container-2 {
  margin-top: 20px;
}
body.veranstaltung .two-columns-2-1 .column-2 .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.veranstaltung .two-columns-2-1 .column-2 .info-block + .info-block {
  margin-top: 4rem;
  position: relative;
}
body.veranstaltung .two-columns-2-1 .column-2 .info-block + .info-block::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-strich);
}
body.veranstaltung .two-columns-2-1 .column-2 .logo-img img {
  width: 240px;
  max-width: 100%;
  height: auto;
}
body.veranstaltung .two-columns-2-1 .column-2 .angaben {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  font-weight: 700;
}
body.veranstaltung .two-columns-2-1 .column-2 .kategorie-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
body.veranstaltung .two-columns-2-1 .column-2 .kategorie-items .kategorie-item {
  padding: 2px 10px;
  border: 1px solid var(--color-blue);
  border-radius: 20px;
}
body.veranstaltung .two-columns-2-1 .column-2 p.veranstalter {
  font-size: 16px;
}
body.veranstaltung .two-columns-2-1 .column-back {
  grid-area: back;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

h2 + .two-columns, h2 + .two-columns-2-1, h2 + .gallery-peek, h3 + .two-columns, h3 + .two-columns-2-1, h3 + .gallery-peek, .gallery-peek + .two-columns, .gallery-peek + .two-columns-2-1, .gallery-peek + .gallery-peek {
  margin-top: 2rem;
}

.content-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-elem.four-icons {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1rem;
}
.content-elem.four-icons img {
  height: auto;
  border-radius: 200px;
}
.content-elem.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.content-elem.icon-list .icon-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
.content-elem.icon-list .icon-item img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-elem.icon-list .icon-item .text {
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-elem + .content-elem {
  margin-top: 4rem;
}

.oeffnungszeiten {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  row-gap: 0.1rem;
}

h4 + .hotel-teasers {
  margin-top: 2rem;
}

.hotel-teasers + h4 {
  margin-top: 4rem;
}

.hotel-teasers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.hotel-teasers .hotel-teaser {
  overflow: hidden;
  border: 1px solid var(--color-border);
  position: relative;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.hotel-teasers .hotel-teaser .image-part {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--color-border);
}
.hotel-teasers .hotel-teaser .image-part img {
  width: 100%;
  height: auto;
}
.hotel-teasers .hotel-teaser .text-part {
  padding: 1rem 1rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.hotel-teasers .hotel-teaser .text-part .info h4 + p {
  margin-top: 2rem;
}

h2 + .news-teasers {
  margin-top: 2rem;
}

.news-teasers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.news-teasers .news-teaser {
  overflow: hidden;
  border: 1px solid var(--color-border);
  position: relative;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.news-teasers .news-teaser .image-part {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--color-border);
}
.news-teasers .news-teaser .image-part img {
  width: 100%;
  height: auto;
}
.news-teasers .news-teaser .text-part {
  padding: 1rem 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.news-teasers .news-teaser .text-part .info h4 + p {
  margin-top: 2rem;
}
.news-teasers .news-teaser .link-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1rem 1rem;
  width: 100%;
}
.news-teasers .news-teaser .link-part a.pfeil-verlinkung {
  width: 42px;
  height: 42px;
  background-image: url("../img/pfeil.svg");
  background-size: contain;
  background-position: center center;
  background-color: var(--color-erleben);
  border-radius: 22px;
  font-size: 0;
  color: transparent;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.news-teasers .news-teaser:hover {
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.news-teasers .news-teaser:hover a.pfeil-verlinkung {
  rotate: 405deg;
}

.raum-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.raum-teasers .raum-teaser {
  width: calc((100% - 4rem) / 3);
  overflow: hidden;
  border: 1px solid var(--color-border);
  position: relative;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.raum-teasers .raum-teaser.raum-teaser-big {
  width: calc(50% - 1rem);
}
.raum-teasers .raum-teaser .image-part {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--color-border);
}
.raum-teasers .raum-teaser .image-part img {
  width: 100%;
  height: auto;
}
.raum-teasers .raum-teaser .text-part {
  padding: 1rem 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.raum-teasers .raum-teaser .text-part .info h4 + p {
  margin-top: 2rem;
}
.raum-teasers .raum-teaser .link-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1rem 1rem;
  width: 100%;
}
.raum-teasers .raum-teaser .link-part a.pfeil-verlinkung {
  width: 42px;
  height: 42px;
  background-image: url("../img/pfeil.svg");
  background-size: contain;
  background-position: center center;
  background-color: var(--color-veranstalten);
  border-radius: 22px;
  font-size: 0;
  color: transparent;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.raum-teasers .raum-teaser:hover {
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.raum-teasers .raum-teaser:hover a.pfeil-verlinkung {
  rotate: 405deg;
}

h2 + .veranstaltung-teasers, .veranstaltung-teasers + p {
  margin-top: 2rem;
}

.veranstaltung-teasers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.veranstaltung-teasers .veranstaltung-teaser {
  overflow: hidden;
  border: 1px solid var(--color-border);
  position: relative;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.veranstaltung-teasers .veranstaltung-teaser .image-part {
  position: relative;
  border-bottom: 1px solid var(--color-border);
}
.veranstaltung-teasers .veranstaltung-teaser .image-part img {
  width: 100%;
  height: auto;
}
.veranstaltung-teasers .veranstaltung-teaser .image-part .markers {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.veranstaltung-teasers .veranstaltung-teaser .image-part .markers .marker {
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 0.3rem 1rem 0.1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.veranstaltung-teasers .veranstaltung-teaser .image-part .markers .marker.ausverkauft {
  background-color: var(--color-red);
}
.veranstaltung-teasers .veranstaltung-teaser .image-part .markers .marker.restkarten {
  background-color: var(--color-orange);
}
.veranstaltung-teasers .veranstaltung-teaser .text-part {
  padding: 1rem 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.veranstaltung-teasers .veranstaltung-teaser .text-part .info h4 + p {
  margin-top: 2rem;
}
.veranstaltung-teasers .veranstaltung-teaser .text-part .kategorien {
  padding-left: calc(110px + 1rem);
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}
.veranstaltung-teasers .veranstaltung-teaser .text-part .kategorien .kategorie-item {
  padding: 2px 10px;
  border: 1px solid var(--color-blue);
  border-radius: 20px;
}
.veranstaltung-teasers .veranstaltung-teaser .streifen-part {
  width: 100%;
  background-color: var(--color-blue);
  color: var(--color-erleben);
  padding: 0.3rem 0.3rem 0.3rem calc(110px + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.veranstaltung-teasers .veranstaltung-teaser .streifen-part .startzeit {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-erleben);
  color: var(--color-black);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1.3rem;
}
.veranstaltung-teasers .veranstaltung-teaser .streifen-part .startzeit span.datum {
  font-size: 25px;
  font-weight: 800;
  line-height: 26px;
}
.veranstaltung-teasers .veranstaltung-teaser .streifen-part .startzeit span.zeit {
  font-size: 16px;
}
.veranstaltung-teasers .veranstaltung-teaser .streifen-part a.pfeil-verlinkung {
  width: 42px;
  height: 42px;
  background-image: url("../img/pfeil.svg");
  background-size: contain;
  background-position: center center;
  background-color: var(--color-erleben);
  border-radius: 22px;
  font-size: 0;
  color: transparent;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.veranstaltung-teasers .veranstaltung-teaser:hover {
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.veranstaltung-teasers .veranstaltung-teaser:hover a.pfeil-verlinkung {
  rotate: 405deg;
}

.gallery-container-2 .thumbnail, #keyvisual .slide .slide-img {
  position: relative;
}
.gallery-container-2 .thumbnail .ki-kennzeichnung, #keyvisual .slide .slide-img .ki-kennzeichnung {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  padding: 0 2px;
  min-height: 18px;
  min-width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
}

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

.kasten {
  padding: 2rem 1rem;
  border-radius: var(--border-radius);
  background-color: var(--color-erleben);
}
.kasten h4 {
  color: var(--color-black);
}

body.veranstalten .kasten {
  background-color: var(--color-veranstalten);
}

.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.boxes .box {
  position: relative;
  background-color: var(--color-blue);
  padding: calc(60px + 1rem) 1rem 2rem;
  border-radius: var(--border-radius);
  color: var(--color-white);
}
.boxes .box img {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 60px;
  height: 60px;
  background-color: var(--color-erleben);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.boxes + p {
  margin-top: 2rem;
}

/***** (3) **********************************
*/
body {
  line-height: 1.45;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  body {
    font-size: calc(16px + 4 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 20px;
  }
}
body strong {
  font-weight: 700;
}

.keyvisual-weiche .header-box-weiche p, .keyvisual-outer .text-overlay p {
  line-height: 1.45;
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .keyvisual-weiche .header-box-weiche p, .keyvisual-outer .text-overlay p {
    font-size: calc(20px + 15 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  .keyvisual-weiche .header-box-weiche p, .keyvisual-outer .text-overlay p {
    font-size: 35px;
  }
}

h1 {
  color: var(--color-headline1);
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: -13px;
  margin-bottom: -13px;
  line-height: 1.1;
  font-weight: 800;
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h1 {
    font-size: calc(40px + 25 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 65px;
  }
}
h1 strong {
  font-weight: 800;
}
h1.color-erleben {
  color: var(--color-erleben);
}
h1.color-veranstalten {
  color: var(--color-veranstalten);
}

.keyvisual-outer .text-overlay .wrapper .text h1, .keyvisual-outer .text-overlay .wrapper .text p {
  color: var(--color-white);
}
.keyvisual-outer .text-overlay .wrapper .text h1.color-erleben {
  color: var(--color-erleben);
}
.keyvisual-outer .text-overlay .wrapper .text h1.color-veranstalten {
  color: var(--color-veranstalten);
}

h2 {
  text-transform: uppercase;
  color: var(--color-headline2);
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -10px;
  margin-bottom: -10px;
  line-height: 1.2;
  font-weight: 800;
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h2 {
    font-size: calc(40px + 10 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 50px;
  }
}
h2 strong {
  font-weight: 800;
}

body.veranstaltung main h1 {
  text-transform: unset;
  margin-top: -10px;
  margin-bottom: -10px;
  line-height: 1.2;
  font-weight: 800;
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  body.veranstaltung main h1 {
    font-size: calc(40px + 10 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  body.veranstaltung main h1 {
    font-size: 50px;
  }
}

h3 {
  color: var(--color-headline3);
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -7px;
  margin-bottom: -7px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h3 {
    font-size: calc(20px + 15 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 35px;
  }
}
h3 strong {
  font-weight: 800;
}

h4 {
  color: var(--color-headline4);
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: -7px;
  margin-bottom: -7px;
  line-height: 1.2;
  font-weight: 800;
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h4 {
    font-size: calc(18px + 17 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h4 {
    font-size: 35px;
  }
}
h4 strong {
  font-weight: 800;
}

.veranstaltung-teaser h4 {
  text-transform: unset;
  color: var(--color-black);
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.2;
  font-weight: 800;
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .veranstaltung-teaser h4 {
    font-size: calc(18px + 12 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  .veranstaltung-teaser h4 {
    font-size: 30px;
  }
}

.boxes .box h4 {
  text-transform: unset;
  color: var(--color-white);
  margin-top: -4.8px;
  margin-bottom: -4.8px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .boxes .box h4 {
    font-size: calc(18px + 6 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  .boxes .box h4 {
    font-size: 24px;
  }
}

h4.team-name {
  color: var(--color-black);
  text-transform: unset;
  margin-top: -4.8px;
  margin-bottom: -4.8px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h4.team-name {
    font-size: calc(18px + 6 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h4.team-name {
    font-size: 24px;
  }
}

h5 {
  line-height: 1.45;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h5 {
    font-size: calc(18px + 6 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 24px;
  }
}
h5 strong {
  font-weight: 700;
}

h6 {
  color: var(--color-white);
  background-color: var(--color-blue);
  padding: 0.5rem;
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  display: inline-block;
  margin-top: -4px;
  margin-bottom: -4px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h6 {
    font-size: calc(16px + 4 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h6 {
    font-size: 20px;
  }
}
h6 strong {
  font-weight: 700;
}

main ul li {
  padding-left: 1.8rem;
}
main ul li + li {
  margin-top: 0.6rem;
}
main ul li::before {
  position: absolute;
  content: "";
  top: 0.4rem;
  left: 0.2rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/icon-haken.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

main ol li {
  list-style-type: decimal;
  margin-left: 1.6rem;
}
main ol li + li {
  margin-top: 0.6rem;
}

/**
  festes Seitenverhaeltnis bei responsiven Containern => globale Einstellung
  ---------------------------------------------------------------------------
  individuelle Einstellung in den jeweiligen scss-dateien:

     .parent {
      padding-bottom:calc(1 / (16 / 12) * 50%);
    }
  ---------------------------------------------------------------------------
 */
.child {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parent {
  margin: 0 auto;
  width: 100%;
  height: 0;
  position: relative;
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
/* ******************************************************* */
header .logo-line {
  z-index: 6;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 1rem;
  grid-template-areas: "logo links" "logo navi";
}
header .logo-line .logo {
  grid-area: logo;
  padding: 2rem 2rem;
  margin-left: -2rem;
  justify-self: start;
  align-self: end;
}
header .logo-line .logo img {
  width: 460px;
  max-width: 100%;
  height: auto;
}
header .logo-line .header-links {
  justify-self: end;
  grid-area: links;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
header .logo-line .header-links a {
  font-size: 16px;
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 10px 15px;
  text-decoration: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
header .logo-line .header-links a.user {
  position: relative;
  padding-right: 55px;
}
header .logo-line .header-links a.user::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url("../img/konto.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
header .logo-line .header-links a.pfeil {
  position: relative;
  padding-left: 43px;
}
header .logo-line .header-links a.pfeil::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  width: 18px;
  height: calc(100% - 2px);
  background-image: url("../img/pfeil-klein.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
header .logo-line .header-links a.pfeil.bg-lightblue {
  color: var(--color-black);
  background-color: var(--color-veranstalten);
}
header .logo-line .header-links a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
header .logo-line .navigation {
  grid-area: navi;
  justify-self: end;
}
header .logo-line .nav-toggle {
  grid-area: burger;
}
@media (max-width: 600px) {
  header .logo-line {
    grid-template-areas: "logo navi" "links";
  }
  header .logo-line .navigation {
    margin-bottom: 2rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (max-width: 400px) {
  header .logo-line .logo {
    padding: 1.2rem 1.2rem;
    margin-left: -1.2rem;
  }
  header .logo-line .navigation {
    margin-bottom: 1.2rem;
  }
}

body.user-is-tabbing .logo-line .header-links a:focus {
  outline: 3px solid #005fcc; /* gut sichtbare Farbe */
  outline-offset: 2px;
}

a.logo, a.col-logo {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
a.logo:hover, a.col-logo:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
#keyvisual > *, .keyvisual > * {
  -webkit-transition: none;
  transition: none;
}

#keyvisual {
  position: relative;
  z-index: 5;
}
#keyvisual .slide {
  position: relative;
  width: 100%;
}
#keyvisual .slide .slide-img {
  height: 1000px;
  max-height: calc(100vh - 200px);
  min-height: 500px;
}
@media (max-width: 2000px) {
  #keyvisual .slide .slide-img {
    height: 50vw;
  }
}
#keyvisual .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#keyvisual .slide.slide-gesamtesbild {
  overflow: hidden;
}
#keyvisual .slide.slide-gesamtesbild img {
  -o-object-fit: contain;
     object-fit: contain;
}
#keyvisual .slide.slide-gesamtesbild img.kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

body.news_uebersicht #keyvisual .slide .slide-img, body.news #keyvisual .slide .slide-img, body.subpage_messestandanmeldung #keyvisual .slide .slide-img {
  max-height: 500px;
}

.keyvisual-outer {
  position: relative;
}
.keyvisual-outer .text-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 7;
}
.keyvisual-outer .text-overlay .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.keyvisual-outer .text-overlay .text {
  padding: 0 0 3rem 0;
}
.keyvisual-outer .text-overlay .klinke {
  background-color: var(--color-erleben);
  padding: 10px 15px;
  font-weight: 700;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.keyvisual-outer .text-overlay .header-icon {
  width: 220px;
  height: 220px;
  border-radius: 120px;
  overflow: hidden;
  margin-right: 110px;
  position: relative;
  margin-bottom: -110px;
}
.keyvisual-outer .text-overlay .header-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 120px;
}
.keyvisual-outer .text-overlay a.header-icon {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.keyvisual-outer .text-overlay a.header-icon:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
}
.keyvisual-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--color-black) 0px, transparent 500px, transparent);
  z-index: 5;
}
.keyvisual-outer.kv-outer-noafter::after {
  display: none;
}

.keyvisual-weiche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.keyvisual-weiche .keyvisual {
  position: relative;
  width: calc(50% - 10px);
  overflow: hidden;
}
.keyvisual-weiche .keyvisual .keyvisual-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.keyvisual-weiche .keyvisual .keyvisual-inner .slide {
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: calc(100vh - 200px);
  min-height: 500px;
}
.keyvisual-weiche .keyvisual .keyvisual-inner .slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvisual-weiche .keyvisual .header-box-weiche {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: min(100%, 500px);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.keyvisual-weiche .keyvisual .header-box-weiche::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--color-black) 0px, transparent 500px, transparent);
  z-index: 1;
}
.keyvisual-weiche .keyvisual .header-box-weiche p {
  color: var(--color-white);
}
.keyvisual-weiche .keyvisual .header-box-weiche h1, .keyvisual-weiche .keyvisual .header-box-weiche p {
  z-index: 2;
  text-shadow: none;
  -webkit-transition: text-shadow 0.4s ease;
  transition: text-shadow 0.4s ease;
}
.keyvisual-weiche .keyvisual .header-box-weiche h1 + .pfeil-schieber, .keyvisual-weiche .keyvisual .header-box-weiche p + .pfeil-schieber {
  margin-top: 1.2rem;
}
.keyvisual-weiche .keyvisual .header-box-weiche .pfeil-schieber {
  z-index: 2;
  position: relative;
  height: 70px;
  width: 80px;
}
.keyvisual-weiche .keyvisual .header-box-weiche .pfeil-schieber .pfeil {
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.keyvisual-weiche .keyvisual .header-box-weiche .pfeil-schieber .pfeil img {
  width: 100%;
  height: 100%;
}
.keyvisual-weiche .keyvisual .header-box-weiche .pfeil-schieber .pfeil.color-erleben {
  background-color: var(--color-erleben);
}
.keyvisual-weiche .keyvisual .header-box-weiche .pfeil-schieber .pfeil.color-veranstalten {
  background-color: var(--color-veranstalten);
}
.keyvisual-weiche .keyvisual.keyvisual1 {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.keyvisual-weiche .keyvisual.keyvisual1 .header-box-weiche {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.keyvisual-weiche .keyvisual.keyvisual1 .header-box-weiche .pfeil-schieber .pfeil {
  left: calc(100% - 70px);
  rotate: 180deg;
  -webkit-transition: left 0.3s ease-in-out, rotate 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, rotate 0.3s ease-in-out;
}
.keyvisual-weiche .keyvisual.keyvisual1:hover .header-box-weiche h1, .keyvisual-weiche .keyvisual.keyvisual1:hover .header-box-weiche p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), 0 8px 28px rgba(0, 0, 0, 0.4);
}
.keyvisual-weiche .keyvisual.keyvisual1:hover .header-box-weiche .pfeil-schieber .pfeil {
  left: 0;
  rotate: -135deg;
}
.keyvisual-weiche .keyvisual.keyvisual2 {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.keyvisual-weiche .keyvisual.keyvisual2 .header-box-weiche {
  text-align: left;
}
.keyvisual-weiche .keyvisual.keyvisual2 .header-box-weiche .pfeil-schieber .pfeil {
  right: calc(100% - 70px);
  -webkit-transition: right 0.3s ease-in-out, rotate 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, rotate 0.3s ease-in-out;
}
.keyvisual-weiche .keyvisual.keyvisual2:hover .header-box-weiche h1, .keyvisual-weiche .keyvisual.keyvisual2:hover .header-box-weiche p {
  text-shadow: 0 2px 6px rgb(0, 0, 0), 0 8px 28px rgb(0, 0, 0);
}
.keyvisual-weiche .keyvisual.keyvisual2:hover .header-box-weiche .pfeil-schieber .pfeil {
  right: 0;
  rotate: 305deg;
}
@media (max-width: 1000px) {
  .keyvisual-weiche {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .keyvisual-weiche .keyvisual {
    width: 100%;
  }
  .keyvisual-weiche .keyvisual .header-box-outer-weiche {
    bottom: 0;
    max-width: 480px;
    margin-bottom: 0;
  }
  .keyvisual-weiche .keyvisual .header-box-outer-weiche.left .header-box {
    border-bottom-right-radius: 0;
  }
  .keyvisual-weiche .keyvisual .header-box-outer-weiche.right .header-box {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .keyvisual-weiche .keyvisual .header-box-outer-weiche .header-box {
    padding: 1.6rem 1.2rem 1.2rem;
  }
  .keyvisual-weiche .keyvisual .header-box-outer-weiche .header-box .header-box-beschreibung {
    display: none;
  }
}
@media (max-width: 750px) {
  .keyvisual-weiche .keyvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .keyvisual-weiche .keyvisual .header-box-outer-weiche {
    width: 100%;
    max-width: unset;
    position: relative;
  }
  .keyvisual-weiche .keyvisual .header-box-outer-weiche.left .header-box, .keyvisual-weiche .keyvisual .header-box-outer-weiche.right .header-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .keyvisual-weiche .keyvisual .keyvisual-inner {
    -ms-flex-negative: 10;
        flex-shrink: 10;
  }
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-item-align: end;
      align-self: end;
  z-index: 8;
}

nav {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin: 2rem 0;
}
nav a {
  color: var(--color);
}
nav .nav-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 15px;
}
nav .nav-1:has(.nav-2-container) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
nav .nav-1 .nav-1-label {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
nav .nav-1 .nav-1-label.active {
  font-weight: 700;
  color: var(--color-blue);
}
nav .nav-1 div.nav-1-label {
  cursor: default;
}
nav .nav-1:hover {
  background-color: var(--color-blue);
}
nav .nav-1:hover .nav-1-label {
  color: var(--color-white);
}
nav .nav-1 .nav-2-container {
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 17px;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: max(100%, 180px);
  background-color: var(--color-bg);
  padding: 0.5rem 0;
}
nav .nav-1 .nav-2-container .nav-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
nav .nav-1 .nav-2-container .nav-2 a.nav-2-label {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  padding: 0.5rem 0.8rem;
}
nav .nav-1 .nav-2-container .nav-2 a.nav-2-label:hover {
  padding-left: 1rem;
  padding-right: 0.6rem;
  background-color: #E6E8EA;
}
nav .nav-1 .nav-2-container .nav-2 a.nav-2-label.active {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-weight: 700;
}
nav .nav-1:last-child .nav-2-container {
  left: unset;
  right: 0;
}

nav.desktop .nav-1 {
  /* Tastatur-Fokus + per Tap gesetztes .is-open öffnen immer */
  /* Hover öffnet nur auf Maus-Geräten */
}
nav.desktop .nav-1 .nav-2-container {
  opacity: 0;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease, visibility 0s 200ms, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, visibility 0s 200ms, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, visibility 0s 200ms;
  transition: opacity 200ms ease, transform 200ms ease, visibility 0s 200ms, -webkit-transform 200ms ease;
}
nav.desktop .nav-1:focus-within > .nav-2-container,
nav.desktop .nav-1 .nav-2-container.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}
@media (hover: hover) {
  nav.desktop .nav-1:hover > .nav-2-container {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  }
}
@media (max-width: 1190px) {
  nav.desktop {
    display: none;
  }
}

.nav-mobile-outer {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 150ms linear, visibility 0s 150ms;
  transition: opacity 150ms linear, visibility 0s 150ms;
}
.nav-mobile-outer.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.nav-mobile-outer nav.mobile {
  padding: 0.5rem 0;
  position: relative;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 320px;
  max-width: 90vw;
  height: unset;
  margin-bottom: 6px;
  font-size: 17px;
}
.nav-mobile-outer nav.mobile .nav-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* geöffnet: Label mit .open öffnet den direkt folgenden Container */
  /* Pfeil dreht beim Öffnen (Richtung ggf. anpassen) */
}
.nav-mobile-outer nav.mobile .nav-1 .nav-1-label {
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  position: relative;
}
.nav-mobile-outer nav.mobile .nav-1 div.nav-1-label {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}
.nav-mobile-outer nav.mobile .nav-1 div.nav-1-label::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  right: 1rem;
  width: 1rem;
  height: 1.6em;
  background-image: url("../img/pfeil-basic.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nav-mobile-outer nav.mobile .nav-1 .nav-2-container {
  position: relative;
  left: unset;
  min-width: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 250ms ease;
  transition: grid-template-rows 250ms ease;
  transition: grid-template-rows 250ms ease, -ms-grid-rows 250ms ease;
}
.nav-mobile-outer nav.mobile .nav-1 .nav-2-container > .inner {
  overflow: hidden;
  min-height: 0;
}
.nav-mobile-outer nav.mobile .nav-1 .nav-2-container .nav-2 a.nav-2-label {
  font-weight: 300;
  padding: 0.5rem 1rem 0.5rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-mobile-outer nav.mobile .nav-1 .nav-2-container .nav-2 a.nav-2-label.active {
  font-weight: 700;
}
.nav-mobile-outer nav.mobile .nav-1 .nav-2-container .nav-2 a.nav-2-label.active::after {
  display: none;
}
.nav-mobile-outer nav.mobile .nav-1 .nav-1-label.open + .nav-2-container {
  grid-template-rows: 1fr;
}
.nav-mobile-outer nav.mobile .nav-1 div.nav-1-label.open::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.nav-mobile-outer nav.mobile .nav-1 + .nav-1 {
  position: relative;
}
.nav-mobile-outer nav.mobile .nav-1 + .nav-1::after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
@media (max-width: 400px) {
  .nav-mobile-outer nav.mobile {
    width: 100vw;
    max-width: unset;
  }
}

.nav-toggle {
  display: none;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 15px;
  color: transparent;
  font-size: 0;
  z-index: 101;
  border: none;
  background-color: var(--color-highlight);
}
.nav-toggle .bar {
  background-color: var(--color-white);
  width: 26px;
  height: 2px;
  margin: 0 auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.nav-toggle .bar + .bar {
  margin-top: 10px;
}
.nav-toggle.is-open .bar.bar1 {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateY(12px) rotate(45deg) scale(1.2);
      -ms-transform: translateY(12px) rotate(45deg) scale(1.2);
          transform: translateY(12px) rotate(45deg) scale(1.2);
}
.nav-toggle.is-open .bar.bar2 {
  opacity: 0;
}
.nav-toggle.is-open .bar.bar3 {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translateY(-12px) rotate(-45deg) scale(1.2);
      -ms-transform: translateY(-12px) rotate(-45deg) scale(1.2);
          transform: translateY(-12px) rotate(-45deg) scale(1.2);
}
@media (max-width: 1190px) {
  .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
img.align_right {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 1400px) and (min-width: 201px) {
  img.align_right {
    max-width: 60%;
    height: auto;
  }
}
@media (max-width: 900px) {
  img.align_right {
    max-width: 50%;
  }
}
img.align_left {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 1400px) {
  img.align_left {
    max-width: 60%;
    height: auto;
  }
}
@media (max-width: 900px) {
  img.align_left {
    max-width: 50%;
  }
}
img.align_center {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
  display: table;
}
figure.align_right {
  float: right;
  margin: 0 0 20px 20px;
}
figure.align_right:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 900px) {
  figure.align_right {
    max-width: 50%;
  }
}
@media (max-width: 400px) {
  figure.align_right {
    max-width: 40%;
  }
}
figure.align_left {
  float: left;
  margin: 0 20px 20px 0;
}
figure.align_left:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 900px) {
  figure.align_left {
    max-width: 50%;
  }
}
@media (max-width: 400px) {
  figure.align_left {
    max-width: 40%;
  }
}
figure.align_center {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
figure.align_center:not(:first-child) {
  margin-top: 20px;
}
figure img {
  display: block;
  width: 100%;
}

figure + p {
  margin-top: 1rem;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
  color: var(--color-grey);
  margin-top: 8px;
  line-height: 1.4;
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  figcaption {
    font-size: calc(12px + 0 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  figcaption {
    font-size: 12px;
  }
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
.button, button[type=submit] {
  position: relative;
  margin: 0;
  display: inline-block;
  border: 2px solid var(--color-button-border);
  border-radius: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  background-color: var(--color-button-bg);
  color: var(--color-button);
  padding: 6px 22px;
  text-decoration: none;
  line-height: 1.35;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .button, button[type=submit] {
    font-size: calc(16px + 4 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  .button, button[type=submit] {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .button, button[type=submit] {
    display: block;
  }
}
.button.red-button, button[type=submit].red-button {
  --color-button-bg: var(--color-red);
  --color-button: var(--color-black);
  --color-button-border: var(--color-red);
}
.button.buy-button, button[type=submit].buy-button {
  --color-button-bg: var(--color-blue);
  --color-button: var(--color-erleben);
  --color-button-border: var(--color-blue);
}
.button.white-button, button[type=submit].white-button {
  --color-button-border: var(--color-blue);
}
.button.orange-button, button[type=submit].orange-button {
  --color-button-bg: var(--color-orange);
  --color-button: var(--color-black);
  --color-button-border: var(--color-orange);
}

a.button, button[type=submit] {
  padding: 6px 6px 6px 22px;
  background-color: var(--color-button-bg);
  color: var(--color-button);
  border-radius: 28px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.35;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  a.button, button[type=submit] {
    font-size: calc(16px + 4 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  a.button, button[type=submit] {
    font-size: 20px;
  }
}
a.button.buy-button, button[type=submit].buy-button {
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-black);
  --color-button-border-hover: var(--color-blue);
}
a.button.white-button, button[type=submit].white-button {
  --color-button-border-hover: var(--color-blue);
}
a.button::after, button[type=submit]::after {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 24px;
  background-color: var(--color-erleben);
  background-image: url("../img/pfeil.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
a.button.button-zurueck, button[type=submit].button-zurueck {
  padding: 6px 22px 6px 6px;
  --color-button-bg: var(--color-white);
  --color-button: var(--color-black);
  --color-button-border: var(--color-white);
  --color-button-border-hover: var(--color-white);
  font-weight: 400;
}
a.button.button-zurueck::after, button[type=submit].button-zurueck::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
a.button:hover, button[type=submit]:hover {
  background-color: var(--color-button-bg-hover);
  color: var(--color-button-hover);
  border-color: var(--color-button-border-hover);
}

body.root-erleben a.button::after, a.button.button.erleben::after {
  background-color: var(--color-erleben);
}

body.root-veranstalten a.button::after, a.button.button.veranstalten::after {
  background-color: var(--color-veranstalten);
}

body.user-is-tabbing a.button:focus, body.user-is-tabbing button[type=submit]:focus {
  outline: 3px solid #005fcc; /* gut sichtbare Farbe */
  outline-offset: 2px;
}
body.user-is-tabbing .bg-1 a.button:focus, body.user-is-tabbing .bg-1 button[type=submit]:focus {
  outline: 3px solid #fff; /* gut sichtbare Farbe */
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
/* #################################
*   Gallery  Grid ausrichten
*  ################################# */
.gallery-container {
  width: 100%;
}
.gallery-container .slide {
  width: 100%;
  padding-top: min(39%, 100vh);
}
.gallery-container .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-container .fullwidth-swiper-nav {
  position: absolute;
  top: calc(50% - 1.25rem);
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  z-index: 1;
}
.gallery-container .fullwidth-swiper-nav button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-erleben);
  border-radius: 2rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.gallery-container .fullwidth-swiper-nav button:hover {
  opacity: 0.6;
}
.gallery-container .fullwidth-swiper-nav img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body.veranstalten .gallery-container .fullwidth-swiper-nav button {
  background-color: var(--color-veranstalten);
}

.gallery-container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.gallery-container-2 .thumbnail {
  width: 100%;
}
.gallery-container-2 .thumbnail a {
  width: 100%;
  display: block;
  position: relative;
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.gallery-container-2 .thumbnail a:hover {
  opacity: 0.7;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-container-2 .thumbnail a {
    padding-top: 70.65%;
  }
}
.gallery-container-2 .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-container-2 .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery-peek {
  overflow: visible;
  padding-bottom: 3.5rem;
}
.gallery-peek .swiper-slide img {
  border-radius: var(--border-radius);
}
.gallery-peek .gallery-peek-nav {
  position: absolute;
  bottom: 0;
  left: calc(100% + 24px + 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}
.gallery-peek .gallery-peek-nav button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-veranstalten);
  border-radius: 2rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.gallery-peek .gallery-peek-nav button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-peek .gallery-peek-nav button:hover {
  opacity: 0.8;
}

h2 + .referenzen-outer, .referenzen-outer + p {
  margin-top: 2rem;
}

.referenzen-outer {
  position: relative;
}
.referenzen-outer .referenzen .referenz .referenz-inner {
  margin: 0 1px;
  padding: 2rem 1rem 1rem;
  border: 1px solid var(--color-grey);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.referenzen-outer .referenzen .referenz .referenz-inner img {
  width: 230px;
  height: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.referenzen-outer .referenzen .referenz .referenz-inner p.zitat {
  text-align: center;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.referenzen-outer .referenzen .referenz .referenz-inner p.autor {
  justify-self: flex-end;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
.referenzen-outer .referenzen-swiper-nav {
  position: absolute;
  top: calc(50% - 1.25rem);
  left: -5rem;
  width: calc(100% + 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.referenzen-outer .referenzen-swiper-nav button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-veranstalten);
  border-radius: 2rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.referenzen-outer .referenzen-swiper-nav button:hover {
  opacity: 0.6;
}
.referenzen-outer .referenzen-swiper-nav img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

h2 + .wrapper-imagesvg {
  margin-top: 2rem;
}

.wrapper-imagesvg img {
  width: 100%;
  height: auto;
}
.wrapper-imagesvg + p {
  margin-top: 2rem;
}

h4 + .accordion-outer {
  margin-top: 2rem;
}

.accordion button.acc-label {
  width: 100%;
  border: none;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  padding: 18px 60px 18px 18px;
  margin: 0;
  font-weight: bold;
  text-align: left;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: var(--border-radius);
}
.accordion button.acc-label::after {
  content: "";
  background-color: var(--color-blue);
  border-radius: 24px;
  background-image: url(/site/templates/img/acc-pfeil.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 43px;
  width: 43px;
  position: absolute;
  right: 10px;
  top: calc(50% - 22px);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.accordion button.acc-label:hover::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion button.acc-label.is-open::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  -webkit-transition: grid-template-rows 300ms ease, visibility 0s 300ms;
  transition: grid-template-rows 300ms ease, visibility 0s 300ms;
  transition: grid-template-rows 300ms ease, visibility 0s 300ms, -ms-grid-rows 300ms ease;
}
.accordion .accordion-content > [itemprop=text] {
  overflow: hidden;
  min-height: 0;
}
.accordion .accordion-content > [itemprop=text] .acc-body {
  padding: 12px 60px 24px 18px;
}
.accordion .accordion-content.is-open {
  grid-template-rows: 1fr;
  visibility: visible;
  -webkit-transition: grid-template-rows 300ms ease;
  transition: grid-template-rows 300ms ease;
  transition: grid-template-rows 300ms ease, -ms-grid-rows 300ms ease;
}
.accordion + .accordion {
  margin-top: 1rem;
}

.accordion-outer.color-erleben .accordion button.acc-label {
  background-color: var(--color-lightgreen);
}
.accordion-outer.color-veranstalten .accordion button.acc-label {
  background-color: var(--color-lightblue);
}

/***** (3) **********************************
*/
/***** (2) **********************************
Alle Mixins des Projekts
*/
button, input, optgroup, select, textarea {
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
}

input:focus {
  outline: none;
}

select {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 9px 35px 7px 10px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-size: 34px 34px;
  background-position: center right;
  background-color: var(--color-white);
  color: var(--color-black);
}
select:focus {
  outline: none;
}
select[disabled] {
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}

#wrap_Inputfield_agree {
  display: none;
}

p + .FormBuilder, h2 + .FormBuilder, h3 + .FormBuilder, h4 + .FormBuilder {
  margin-top: 2rem;
}

.FormBuilder ::-webkit-input-placeholder {
  opacity: 0;
}
.FormBuilder ::-moz-placeholder {
  opacity: 0;
}
.FormBuilder :-ms-input-placeholder {
  opacity: 0;
}
.FormBuilder :-moz-placeholder {
  opacity: 0;
}
.FormBuilder label {
  display: inline-block;
  margin: 0;
}
.FormBuilder input[type=text], .FormBuilder input[type=email], .FormBuilder textarea {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin: 0 0 15px 0;
  padding: 9px 10px 7px;
  position: relative;
  border-radius: 3px;
  background-color: var(--color-lightblue);
}
.FormBuilder select {
  margin-bottom: 15px;
}
.FormBuilder textarea {
  resize: none;
  overflow: auto;
  line-height: 1.45;
  height: clc(7);
  display: block;
}
.FormBuilder .InputfieldCheckbox {
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.FormBuilder .InputfieldCheckbox label.InputfieldHeader {
  display: none;
}
.FormBuilder .InputfieldCheckbox span a {
  color: var(--color);
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: from-font;
}
.FormBuilder .InputfieldCheckbox input[type=checkbox], .FormBuilder .InputfieldCheckbox input[type=radio] {
  margin-right: 0.3rem;
}
.FormBuilder .InputfieldCheckbox.InputfieldStateRequired span {
  margin-right: 25px;
}
.FormBuilder input:valid, .FormBuilder input:focus, .FormBuilder input.filled, .FormBuilder textarea:valid, .FormBuilder textarea:focus, .FormBuilder textarea.filled, .FormBuilder select:valid, .FormBuilder select:focus, .FormBuilder select.filled {
  border: 1px solid #888888;
}
.FormBuilder input:valid ~ label.InputfieldHeader, .FormBuilder input:focus ~ label.InputfieldHeader, .FormBuilder input.filled ~ label.InputfieldHeader, .FormBuilder textarea:valid ~ label.InputfieldHeader, .FormBuilder textarea:focus ~ label.InputfieldHeader, .FormBuilder textarea.filled ~ label.InputfieldHeader, .FormBuilder select:valid ~ label.InputfieldHeader, .FormBuilder select:focus ~ label.InputfieldHeader, .FormBuilder select.filled ~ label.InputfieldHeader {
  display: inline-block;
}
.FormBuilder .InputfieldText .InputfieldHeader, .FormBuilder .InputfieldEmail .InputfieldHeader, .FormBuilder .InputfieldTextarea .InputfieldHeader {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 11px;
  z-index: 2;
  background: white;
  padding: 2px 4px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.FormBuilder .InputfieldText:has(input:not(:-moz-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldText:has(textarea:not(:-moz-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldEmail:has(input:not(:-moz-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldEmail:has(textarea:not(:-moz-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldTextarea:has(input:not(:-moz-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldTextarea:has(textarea:not(:-moz-placeholder)) .InputfieldHeader {
  top: -7px;
  font-size: 0.8rem;
  padding: 1px 4px;
  color: var(--color-black);
}
.FormBuilder .InputfieldText:has(input:not(:-ms-input-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldText:has(textarea:not(:-ms-input-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldEmail:has(input:not(:-ms-input-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldEmail:has(textarea:not(:-ms-input-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldTextarea:has(input:not(:-ms-input-placeholder)) .InputfieldHeader, .FormBuilder .InputfieldTextarea:has(textarea:not(:-ms-input-placeholder)) .InputfieldHeader {
  top: -7px;
  font-size: 0.8rem;
  padding: 1px 4px;
  color: var(--color-black);
}
.FormBuilder .InputfieldText:has(input:focus) .InputfieldHeader, .FormBuilder .InputfieldText:has(input:not(:placeholder-shown)) .InputfieldHeader, .FormBuilder .InputfieldText:has(textarea:focus) .InputfieldHeader, .FormBuilder .InputfieldText:has(textarea:not(:placeholder-shown)) .InputfieldHeader, .FormBuilder .InputfieldEmail:has(input:focus) .InputfieldHeader, .FormBuilder .InputfieldEmail:has(input:not(:placeholder-shown)) .InputfieldHeader, .FormBuilder .InputfieldEmail:has(textarea:focus) .InputfieldHeader, .FormBuilder .InputfieldEmail:has(textarea:not(:placeholder-shown)) .InputfieldHeader, .FormBuilder .InputfieldTextarea:has(input:focus) .InputfieldHeader, .FormBuilder .InputfieldTextarea:has(input:not(:placeholder-shown)) .InputfieldHeader, .FormBuilder .InputfieldTextarea:has(textarea:focus) .InputfieldHeader, .FormBuilder .InputfieldTextarea:has(textarea:not(:placeholder-shown)) .InputfieldHeader {
  top: -7px;
  font-size: 0.8rem;
  padding: 1px 4px;
  color: var(--color-black);
}
.FormBuilder .InputfieldText.InputfieldColumnWidth:not(.InputfieldTextarea):not(.InputfieldSubmit):not(.InputfieldColumnWidthFirst), .FormBuilder .InputfieldEmail.InputfieldColumnWidth:not(.InputfieldTextarea):not(.InputfieldSubmit):not(.InputfieldColumnWidthFirst), .FormBuilder .InputfieldTextarea.InputfieldColumnWidth:not(.InputfieldTextarea):not(.InputfieldSubmit):not(.InputfieldColumnWidthFirst) {
  padding-left: 15px;
}
.FormBuilder .InputfieldText.InputfieldColumnWidth:not(.InputfieldTextarea):not(.InputfieldSubmit):not(.InputfieldColumnWidthFirst) .InputfieldHeader, .FormBuilder .InputfieldEmail.InputfieldColumnWidth:not(.InputfieldTextarea):not(.InputfieldSubmit):not(.InputfieldColumnWidthFirst) .InputfieldHeader, .FormBuilder .InputfieldTextarea.InputfieldColumnWidth:not(.InputfieldTextarea):not(.InputfieldSubmit):not(.InputfieldColumnWidthFirst) .InputfieldHeader {
  left: 26px;
}
@media (max-width: 750px) {
  .FormBuilder .InputfieldText.InputfieldColumnWidth, .FormBuilder .InputfieldEmail.InputfieldColumnWidth, .FormBuilder .InputfieldTextarea.InputfieldColumnWidth {
    width: 100% !important;
    padding: 0 !important;
  }
  .FormBuilder .InputfieldText.InputfieldColumnWidth .InputfieldHeader, .FormBuilder .InputfieldEmail.InputfieldColumnWidth .InputfieldHeader, .FormBuilder .InputfieldTextarea.InputfieldColumnWidth .InputfieldHeader {
    left: 10px !important;
  }
}
.FormBuilder .InputfieldHidden label.InputfieldHeader {
  display: none;
}
.FormBuilder .InputfieldPage {
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.FormBuilder .InputfieldPage label.InputfieldHeader {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 4px;
}
.FormBuilder .InputfieldPage ul.InputfieldCheckboxesStacked {
  display: grid;
  grid-template-columns: auto auto auto auto;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.FormBuilder .InputfieldPage ul.InputfieldCheckboxesStacked li {
  padding-left: 0;
}
.FormBuilder .InputfieldPage ul.InputfieldCheckboxesStacked li label input {
  margin-right: 0.5rem;
}
.FormBuilder .InputfieldPage ul.InputfieldCheckboxesStacked li::before {
  display: none;
}
.FormBuilder .InputfieldPage ul.InputfieldCheckboxesStacked li + li {
  margin-top: 0;
}
@media (max-width: 740px) {
  .FormBuilder .InputfieldPage ul.InputfieldCheckboxesStacked {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 520px) {
  .FormBuilder .InputfieldPage ul.InputfieldCheckboxesStacked {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 390px) {
  .FormBuilder .InputfieldPage ul.InputfieldCheckboxesStacked {
    grid-template-columns: 1fr;
  }
}
.FormBuilder .Inputfields::after, .FormBuilder .Inputfields::before {
  content: " ";
  display: table;
}
.FormBuilder .Inputfields::after {
  clear: both;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FormBuilder .Inputfields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .FormBuilder .Inputfields::after, .FormBuilder .Inputfields::before {
    display: none;
  }
}
@supports (display: flex) {
  .FormBuilder .Inputfields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .FormBuilder .Inputfields::after, .FormBuilder .Inputfields::before {
    display: none;
  }
}
.FormBuilder .Inputfield {
  width: 100%;
  position: relative;
  float: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FormBuilder .Inputfield {
    float: none;
  }
}
@supports (display: flex) {
  .FormBuilder .Inputfield {
    float: none;
  }
}
.FormBuilder .Inputfield.InputfieldColumnWidth:not(.InputfieldTextarea):not(.InputfieldSubmit):not(.InputfieldColumnWidthFirst) {
  padding-left: 15px;
}
.FormBuilder .InputfieldContent {
  position: relative;
}
.FormBuilder .InputfieldStateRequired input[type=text], .FormBuilder .InputfieldStateRequired input[type=email], .FormBuilder .InputfieldStateRequired textarea {
  padding-right: 25px;
}
.FormBuilder .InputfieldStateRequired:not(.InputfieldSelect) .InputfieldContent {
  position: relative;
}
.FormBuilder .InputfieldStateRequired:not(.InputfieldSelect) .InputfieldContent::after {
  content: "*";
  position: absolute;
  top: 9px;
  right: 7px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2rem;
  color: red;
}
.FormBuilder .InputfieldStateError input {
  border: 1px solid rgba(255, 0, 0, 0.45);
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
}
.FormBuilder .InputfieldStateError label {
  color: red;
}
.FormBuilder .InputfieldStateError.InputfieldStateRequired:not(.InputfieldSelect) .InputfieldContent::after {
  color: red;
}
.FormBuilder .InputfieldStateError input:not(:-moz-placeholder), .FormBuilder .InputfieldStateError textarea:not(:-moz-placeholder), .FormBuilder .InputfieldStateError select:not(:-moz-placeholder) {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: var(--color-white);
  color: var(--color-black);
}
.FormBuilder .InputfieldStateError input:not(:-ms-input-placeholder), .FormBuilder .InputfieldStateError textarea:not(:-ms-input-placeholder), .FormBuilder .InputfieldStateError select:not(:-ms-input-placeholder) {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: var(--color-white);
  color: var(--color-black);
}
.FormBuilder .InputfieldStateError input:focus, .FormBuilder .InputfieldStateError input:not(:placeholder-shown), .FormBuilder .InputfieldStateError input.filled, .FormBuilder .InputfieldStateError textarea:focus, .FormBuilder .InputfieldStateError textarea:not(:placeholder-shown), .FormBuilder .InputfieldStateError textarea.filled, .FormBuilder .InputfieldStateError select:focus, .FormBuilder .InputfieldStateError select:not(:placeholder-shown), .FormBuilder .InputfieldStateError select.filled {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: var(--color-white);
  color: var(--color-black);
}
.FormBuilder .InputfieldSubmit {
  padding-bottom: 10px;
}
.FormBuilder .InputfieldSubmit button {
  margin-top: -1px;
  float: right;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FormBuilder .InputfieldSubmit button {
    float: none;
  }
}
@supports (display: flex) {
  .FormBuilder .InputfieldSubmit button {
    float: none;
  }
}
.FormBuilder .InputfieldSubmit .InputfieldContent {
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FormBuilder .InputfieldSubmit .InputfieldContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@supports (display: flex) {
  .FormBuilder .InputfieldSubmit .InputfieldContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.FormBuilder .Inputfield_address, .FormBuilder .Inputfield_source {
  display: none;
}

.error, .FormBuilderErrors, .ui-widget-content p {
  display: none;
}

body.user-is-tabbing input[type=text]:focus, body.user-is-tabbing input[type=email]:focus, body.user-is-tabbing input[type=checkbox]:focus, body.user-is-tabbing textarea:focus, body.user-is-tabbing select:focus, body.user-is-tabbing .FormBuilder input[type=text]:focus, body.user-is-tabbing .FormBuilder input[type=email]:focus, body.user-is-tabbing .FormBuilder input[type=checkbox]:focus, body.user-is-tabbing .FormBuilder textarea:focus, body.user-is-tabbing .FormBuilder select:focus {
  outline: 3px solid #005fcc; /* gut sichtbare Farbe */
  outline-offset: 2px;
}

table, thead, tbody, tfoot, tr, th, td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  table {
    font-size: calc(16px + 0 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  table {
    font-size: 16px;
  }
}
table thead {
  color: var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
}
table thead + tbody {
  border-top: none;
}
table tbody {
  border: 1px solid var(--color-grey);
}
table tbody tr:nth-child(even) {
  background-color: var(--color-grey);
}
table td, table th {
  padding: 6px 12px;
}

/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
footer {
  font-size: 16px;
  line-height: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-blue)), to(var(--color-darkblue)));
  background: linear-gradient(to bottom, var(--color-blue), var(--color-darkblue));
  color: var(--color);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer h4 {
  font-size: 16px;
  line-height: 2rem;
}
footer .two-columns + .footer-columns {
  margin-top: calc(2 * var(--abstand));
}
footer .footer-columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: "logo navi address";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 118px;
  row-gap: 44px;
}
footer .footer-columns .col {
  max-width: 100%;
}
footer .footer-columns .col.col-logo {
  grid-area: logo;
}
footer .footer-columns .col.col-logo img {
  width: 360px;
  max-width: 100%;
}
footer .footer-columns .col.col-navi {
  grid-area: navi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
footer .footer-columns .col.col-navi a {
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 28px;
  color: var(--color-white);
}
footer .footer-columns .col.col-navi a.pfeil {
  position: relative;
  padding-left: 43px;
}
footer .footer-columns .col.col-navi a.pfeil::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  width: 18px;
  height: calc(100% - 2px);
  background-image: url("../img/pfeil-klein.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
footer .footer-columns .col.col-navi a.pfeil.bg-lightblue {
  color: var(--color-black);
  background-color: var(--color-veranstalten);
}
footer .footer-columns .col.col-navi a.pfeil.bg-lightgreen {
  color: var(--color-black);
  background-color: var(--color-erleben);
}
footer .footer-columns .col.col-navi a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
footer .footer-columns .col.col-address {
  grid-area: address;
}
footer .footer-columns .col.col-address a {
  color: var(--color);
}
footer .footer-columns + .footer-columns-2 {
  margin-top: 8rem;
}
footer .footer-columns + .footer-columns-2::after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
footer .footer-columns-2 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "links     socialmedia" "copyright copyright";
  gap: 2rem;
}
footer .footer-columns-2 .col {
  max-width: 100%;
}
footer .footer-columns-2 .col.col-links {
  grid-area: links;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
footer .footer-columns-2 .col.col-links a {
  color: var(--color);
}
footer .footer-columns-2 .col.col-socialmedia {
  grid-area: socialmedia;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}
footer .footer-columns-2 .col.col-socialmedia a {
  width: 27px;
  height: 27px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
footer .footer-columns-2 .col.col-socialmedia a:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footer-columns-2 .col.col-copyright {
  font-size: 13px;
  grid-area: copyright;
  text-align: right;
}

.back-to-top {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  text-indent: -9999em;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease, visibility 0s 200ms;
  transition: opacity 200ms ease, visibility 0s 200ms;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.back-to-top:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 18 11'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M9,3.1 L2.4,9.7 C2.2,9.9 1.9,10.1 1.5,10.1 C1.1,10.1 0.9,10 0.6,9.7 C0.4,9.5 0.2,9.2 0.2,8.8 C0.2,8.5 0.3,8.2 0.6,7.9 L8.1,0.5 C8.7,-0.1 9.3,-0.1 9.8,0.4 L17.4,7.9 C17.6,8.1 17.8,8.4 17.8,8.8 C17.8,9.1 17.7,9.4 17.4,9.7 C17.2,9.9 16.9,10.1 16.5,10.1 C16.1,10.1 15.9,10 15.6,9.7 L9,3.1 Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.back-to-top:hover {
  text-indent: 0;
}
.back-to-top:hover:after {
  opacity: 0;
}

#startContainer_wrapper {
  background-color: rgba(238, 140, 225, 0.41);
}
#startContainer_wrapper .well {
  /* drop-shadow is better than box-shadow as it add a shadow to tooltip arrows arrow as well,
  however drop-shadow dramatically affects the performance of transition animation on Android. */
  /* filter: drop-shadow(0 0 10px rgba(0,0,0,0.3)); */
  display: none;
  margin: 1em;
  max-width: 740px;
}
#startContainer_wrapper .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: orange;
  border: 1px solid red;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#startContainer_wrapper .well .popup_close {
  position: absolute;
  top: 0;
  right: 0px;
  background: none;
  border: 0;
  font-size: 25px;
  padding: 0 10px;
  color: #ffffff;
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
h2 + .team-members, h3 + .team-members {
  margin-top: 2rem;
}

.team-members, .team-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-members .team-member, .team-2col .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.team-members .team-member .team-image, .team-2col .team-member .team-image {
  max-width: 100%;
  width: 100%;
}
.team-members .team-member .team-image img, .team-2col .team-member .team-image img {
  width: 400px;
  max-width: 100%;
  border-radius: var(--border-radius);
}
.team-members .team-member .team-kontakt, .team-2col .team-member .team-kontakt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.team-members .team-member .team-kontakt a.phone-number, .team-2col .team-member .team-kontakt a.phone-number {
  color: var(--color);
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team-members .team-member .team-kontakt a.phone-number:hover, .team-2col .team-member .team-kontakt a.phone-number:hover {
  -webkit-text-decoration-color: var(--color);
          text-decoration-color: var(--color);
}
.team-members .team-member .team-kontakt a.e-mail.button, .team-2col .team-member .team-kontakt a.e-mail.button {
  border-width: 1px;
  padding: 6px 6px 6px 16px;
  gap: 0.7rem;
  margin-top: 0.5rem;
}
.team-members .team-member .team-kontakt a.e-mail.button::after, .team-2col .team-member .team-kontakt a.e-mail.button::after {
  width: 28px;
  height: 28px;
}

.team-members .team-member {
  width: calc((100% - 3rem) / 4);
}

.team-2col .team-member {
  width: calc((100% - 1rem) / 2);
}

/***** (3) **********************************
*/
.goverlay {
  background: var(--color-darkblue);
}

.glightbox-mobile .goverlay {
  background: var(--color-darkblue);
}

.gdesc-inner .gslide-desc {
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  text-align: center;
}

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

.referenzen-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/***** (6) **********************************
Ausnahmen des Projekts | Zum Überschreiben von JavaScript oder Inline-Styles – !importants
*/

/*# sourceMappingURL=style.css.map */