@charset "UTF-8";
/**
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE
  *
  */
/* ----------------------------------- *
 * Akzentfarben (Projektbezogen)
 * ----------------------------------- */
/* ----------------------------------- *
  * Font-Weight
  * ----------------------------------- */
/* ----------------------------------- *
  * Page-Layout
  * ----------------------------------- */
/* ----------------------------------- *
  * z-Indexes
  * ----------------------------------- */
html {
  --color-default:         #ff5636;
  --color-gray-dark:       #222;
  --color-gray:            #555;
  --color-gray-light:      #ccc;
  --color-brand:           var(--color-default);
  --color-highlight:       var(--color-brand);
  --color-page-background: #fff;
  --color-text:            var(--color-gray-dark);
  --color-text-inverted:   var(--color-page-background);
  --color-error:           rgba(255, 0, 0, 1);
  --color-error-light:     rgba(255, 0, 0, 0.5);
  --base-font-size-xs: 0.875rem;
  --base-font-size:    1rem;
  --base-font-size-xl: 1.125rem;
  --base-line-height:  1.625;
  --base-font-weight:  400;
  --base-font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  --base-spacing-unit:    1rem;
  --base-spacing-unit-xs: calc(var(--base-spacing-unit) / 4);
  --base-spacing-unit-sm: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit-lg: calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit-xl: calc(var(--base-spacing-unit) * 4);
  --base-border-radius: 4px;
  --base-border-width:  1px;
  --base-border-color:  var(--color-gray-light);
  --base-border:        var(--base-border-width) solid var(--base-border-color);
  --grid-columns:     12;
  --grid-gutter:      1.875rem;
  --grid-gutter-half: calc(var(--grid-gutter) / 2);
  --layout-wrapper-background: transparent;
  --layout-header-background:  var(--color-page-background);
  --layout-header-color:       var(--color-text);
  --layout-footer-background:  transparent;
  --layout-footer-color:       var(--color-text);
  --article-spacing-sides:  var(--grid-gutter-half);
  --article-spacing-top:    var(--base-spacing-unit);
  --article-spacing-bottom: var(--base-spacing-unit);
  --headings-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  --headings-font-weight: 700;
  --headings-color:       'currentColor';
  --h1-font-family:    var(--headings-font-family);
  --h1-font-weight:    var(--headings-font-weight);
  --h1-color:          var(--headings-color);
  --h1-font-size:      2.0rem;
  --h1-font-size-sm:   2.0rem;
  --h1-font-size-md:   2.25rem;
  --h1-font-size-lg:   2.25rem;
  --h1-font-size-xl:   2.25rem;
  --h1-line-height:    1.55;
  --h1-spacing-top:    0;
  --h1-spacing-bottom: 0.5rem;
  --h2-font-family:    var(--headings-font-family);
  --h2-font-weight:    var(--headings-font-weight);
  --h2-color:          var(--headings-color);
  --h2-font-size:      1.625rem;
  --h2-font-size-sm:   1.625rem;
  --h2-font-size-md:   1.75rem;
  --h2-font-size-lg:   1.75rem;
  --h2-font-size-xl:   1.75rem;
  --h2-line-height:    1.5;
  --h2-spacing-top:    0;
  --h2-spacing-bottom: 0.5rem;
  --h3-font-family:    var(--headings-font-family);
  --h3-font-weight:    var(--headings-font-weight);
  --h3-color:          var(--headings-color);
  --h3-font-size:      1.375rem;
  --h3-font-size-sm:   1.375rem;
  --h3-font-size-md:   1.5rem;
  --h3-font-size-lg:   1.5rem;
  --h3-font-size-xl:   1.5rem;
  --h3-line-height:    1.25;
  --h3-spacing-top:    0;
  --h3-spacing-bottom: 0.5rem;
  --h4-font-family:    var(--headings-font-family);
  --h4-font-weight:    var(--headings-font-weight);
  --h4-color:          var(--headings-color);
  --h4-font-size:      1.125rem;
  --h4-font-size-sm:   1.125rem;
  --h4-font-size-md:   1.25rem;
  --h4-font-size-lg:   1.25rem;
  --h4-font-size-xl:   1.25rem;
  --h4-line-height:    1;
  --h4-spacing-top:    0;
  --h4-spacing-bottom: 0.5rem;
  --h5-font-family:    var(--headings-font-family);
  --h5-font-weight:    var(--headings-font-weight);
  --h5-color:          var(--headings-color);
  --h5-font-size:      1rem;
  --h5-font-size-sm:   1rem;
  --h5-font-size-md:   1rem;
  --h5-font-size-lg:   1rem;
  --h5-font-size-xl:   1rem;
  --h5-line-height:    1;
  --h5-spacing-top:    0;
  --h5-spacing-bottom: 0.5rem;
  --h6-font-family:    var(--headings-font-family);
  --h6-font-weight:    var(--headings-font-weight);
  --h6-color:          var(--headings-color);
  --h6-font-size:      0.875rem;
  --h6-font-size-sm:   0.875rem;
  --h6-font-size-md:   0.875rem;
  --h6-font-size-lg:   0.875rem;
  --h6-font-size-xl:   0.875rem;
  --h6-line-height:    1;
  --h6-spacing-top:    0;
  --h6-spacing-bottom: 0.5rem;
  --paragraph-link-color:            var(--links-color);
  --paragraph-link-decoration:       underline;
  --paragraph-link-decoration-hover: none;
  --code-color:                      var(--color-highlight);
  --selection-background:            var(--color-brand);
  --pre-color-background:            var(--color-gray);
  --pre-color:                       var(--color-text-inverted);
  --selection-color:                 var(--color-text-inverted);
  --hr-border:                       var(--base-border);
  --gallery-gutter:      var(--grid-gutter);
  --gallery-gutter-half: calc(var(--gallery-gutter) / 2);
  --links-color:       var(--color-highlight);
  --links-color-hover: var(--color-highlight);
  --button-color:            var(--color-text-inverted);
  --button-background:       var(--color-highlight);
  --button-color-hover:      var(--button-color);
  --button-background-hover: var(--color-highlight);
  --button-spacing:          var(--base-spacing-unit-sm) var(--base-spacing-unit);
  --button-border-radius:    var(--base-border-radius);
  --button-border-width:     var(--base-border-width);
  --button-font-family:      var(--base-font-family);
  --button-font-weight:      400;
  --button-line-height:      var(--base-line-height);
  --nav-item-padding: var(--base-spacing-unit);
  --slider-arrow-color:             inherit;
  --slider-arrow-size:              2rem;
  --slider-arrow-font-family:       'Arial';
  --slider-menu-point-size:         2rem;
  --slider-menu-point-color:        inherit;
  --slider-menu-point-color-active: var(--color-brand);
  --news-grid-columns-sm: 2;
  --news-grid-columns-md: 2;
  --news-grid-columns-lg: 3;
  --news-grid-columns-xl: 3;
  --news-border: var(--base-border);
  --events-grid-columns-sm: 1;
  --events-grid-columns-md: 2;
  --events-grid-columns-lg: 3;
  --events-grid-columns-xl: 3;
  --forms-input-border-width:  var(--base-border-width);
  --forms-input-border-radius: var(--base-border-radius);
  --forms-input-border-color:  rgba(0,0,0,0.25);
  --forms-input-background:    var(--color-page-background);
  --forms-input-line-height:   normal;
  --forms-mandatory-color:     var(--color-brand);
  --accordion-spacing:             var(--base-spacing-unit);
  --accordion-content-spacing:     var(--base-spacing-unit-sm);
  --accordion-content-background:  var(--color-gray-light);
  --accordion-toggler-font-size:   1.5rem;
  --accordion-toggler-background:  var(--color-highlight);
  --accordion-toggler-color:       var(--color-text-inverted);
  --accordion-toggler-color-hover: var(--color-brand-primary);
  --accordion-toggler-spacing:     var(--base-spacing-unit-xs);
  --accordion-toggler-border:      2px solid transparent;
  --download-link-color:      inherit;
  --download-link-decoration: none;
  --table-border-width:      1px;
  --table-border-style:      solid;
  --table-border-color:      #ccc;
  --table-background-light:  #eee;
  --newsletter-list-border:   var(--base-border);
  --newsletter-reader-width:  600px;
  --newsletter-reader-border: var(--base-border);
  --faq-border: var(--base-border);
  --search-relevance-color: var(--color-gray);
  --search-url-color:       var(--color-gray); }

:root {
  --diamant-form: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  --color-default: #6abcff;
  --color-gray-dark: #3c4146;
  --color-gray: #3c4146;
  --color-gray-light: #ccc;
  --color-brand: var(--color-default);
  --color-highlight: #70eb6c;
  --color-page-background: #fafafa;
  --color-text: #545e65;
  --color-text--inverted: var(--color-page-background);
  --color-error: rgb(194, 36, 36);
  --color-error-light: rgba(255, 0, 0, 0.5);
  --base-font-size-xs: 0.95rem;
  --base-font-size: 1rem;
  --base-font-size-xl: 1.225rem;
  --base-line-height: 1.5;
  --base-font-weight: 350;
  --base-font-weight-v: normal;
  --base-font-family: "Outfit Variable", "Outfit", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Helvetica Neue", Arial, sans-serif;
  --base-spacing-unit: 1.5rem;
  --base-spacing-unit-xs: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit-sm: calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit-lg: calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit-xl: calc(var(--base-spacing-unit) * 4);
  --base-border-radius: 35px;
  --base-border-width: 1px;
  --base-border-color: var(--color-text);
  --base-border: var(--base-border-width) solid var(--base-border-color);
  --grid-columns: 12;
  --grid-gutter: 0.7rem;
  --grid-gutter-half: calc(var(--grid-gutter) / 2);
  --layout-wrapper-background: transparent;
  --layout-header-background: transparent;
  --layout-header-color: var(--color-text);
  --layout-footer-background: transparent;
  --layout-footer-color: var(--color-text);
  --article-spacing-sides: var(--grid-gutter-half);
  --article-spacing-top: var(--base-spacing-unit-lg);
  --article-spacing-bottom: var(--base-spacing-unit-lg);
  --headings-font-family: "Outfit Variable", "Outfit", -apple-system,
    BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Helvetica Neue", Arial, sans-serif;
  --headings-font-weight: 550;
  --headings-letter-spacing: 0;
  --headings-color: "currentColor";
  --headings-font-family-special: "Outfit Variable", "Red Hat Display",
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Helvetica Neue", Arial, sans-serif;
  --h1-font-family: var(--headings-font-family);
  --h1-font-weight: 700;
  --h1-color: var(--headings-color);
  --h1-font-size: 2rem;
  --h1-font-size-sm: 2rem;
  --h1-font-size-md: 3rem;
  --h1-font-size-lg: 3rem;
  --h1-font-size-xl: 3rem;
  --h1-font-size-xxl: 3.35rem;
  --h1-line-height: 1.25;
  --h1-spacing-top: 0;
  --h1-spacing-bottom: 1rem;
  --h2-font-family: var(--headings-font-family);
  --h2-font-weight: var(--headings-font-weight);
  --h2-color: var(--headings-color);
  --h2-font-size: 1.7rem;
  --h2-font-size-sm: 1.7rem;
  --h2-font-size-md: 1.7rem;
  --h2-font-size-lg: 1.7rem;
  --h2-font-size-xl: 2rem;
  --h2-font-size-xxl: 2.35rem;
  --h2-line-height: 1.25;
  --h2-spacing-top: 0;
  --h2-spacing-bottom: 0.5rem;
  --h3-font-family: var(--headings-font-family);
  --h3-font-weight: var(--headings-font-weight);
  --h3-color: var(--headings-color);
  --h3-font-size: 1.5rem;
  --h3-font-size-sm: 1.5rem;
  --h3-font-size-md: 1.5rem;
  --h3-font-size-lg: 1.5rem;
  --h3-font-size-xl: 1.6rem;
  --h3-font-size-xxl: 1.75rem;
  --h3-line-height: 1.25;
  --h3-spacing-top: 1rem;
  --h3-spacing-bottom: 0.2rem;
  --h4-font-family: var(--headings-font-family);
  --h4-font-weight: var(--headings-font-weight);
  --h4-color: var(--headings-color);
  --h4-font-size: 1.2rem;
  --h4-font-size-sm: 1.2rem;
  --h4-font-size-md: 1.2rem;
  --h4-font-size-lg: 1.2rem;
  --h4-font-size-xl: 1.2rem;
  --h4-font-size-xxl: 1.3rem;
  --h4-line-height: 1.25;
  --h4-spacing-top: 0.8rem;
  --h4-spacing-bottom: 0.2rem;
  --h5-font-family: var(--headings-font-family);
  --h5-font-weight: var(--headings-font-weight);
  --h5-color: var(--headings-color);
  --h5-font-size: 1.1rem;
  --h5-font-size-sm: 1.1rem;
  --h5-font-size-md: 1.1rem;
  --h5-font-size-lg: 1.1rem;
  --h5-font-size-xl: 1.1rem;
  --h5-font-size-xxl: 1.2rem;
  --h5-line-height: 1;
  --h5-spacing-top: 0.5;
  --h5-spacing-bottom: 0.2rem;
  --h6-font-family: var(--headings-font-family);
  --h6-font-weight: var(--headings-font-weight);
  --h6-color: var(--headings-color);
  --h6-font-size: 0.875rem;
  --h6-font-size-sm: 0.875rem;
  --h6-font-size-md: 1rem;
  --h6-font-size-lg: 1rem;
  --h6-font-size-xl: 1rem;
  --h6-font-size-xxl: 1rem;
  --h6-line-height: 1.3;
  --h6-spacing-top: 0;
  --h6-spacing-bottom: 0.2rem;
  --paragraph-link-color: var(--links-color);
  --paragraph-link-decoration: none;
  --paragraph-link-decoration-hover: none;
  --code-color: var(--color-highlight);
  --selection-background: var(--color-brand);
  --pre-color-background: var(--color-gray);
  --pre-color: var(--color-text-inverted);
  --selection-color: var(--color-text-inverted);
  --hr-border: var(--base-border);
  --gallery-gutter: var(--grid-gutter);
  --gallery-gutter-half: calc(var(--gallery-gutter) / 2);
  --links-color: #6abcff;
  --links-color-hover: lighten(#6abcff, 15%);
  --button-color: var(--color-text);
  --button-border-color: var(--color-text);
  --button-border-style: solid;
  --button-background: transparent;
  --button-color-hover: var(--color-default);
  --button-background-hover: transparent;
  --button-spacing: 15px 17px 15px 17px;
  --button-border-radius: 0;
  --button-border-width: var(--base-border-width);
  --button-border-width: 2px;
  --button-font-family: var(--base-font-family);
  --button-font-weight: 350;
  --button-line-height: var(--base-line-height);
  --nav-item-padding: var(--base-spacing-unit);
  --slider-arrow-color: inherit;
  --slider-arrow-size: 2rem;
  --slider-arrow-font-family: "Arial";
  --slider-menu-point-size: 2rem;
  --slider-menu-point-color: inherit;
  --slider-menu-point-color-active: var(--color-brand);
  --news-grid-columns-sm: 2;
  --news-grid-columns-md: 2;
  --news-grid-columns-lg: 3;
  --news-grid-columns-xl: 3;
  --news-border: var(--base-border);
  --events-grid-columns-sm: 1;
  --events-grid-columns-md: 2;
  --events-grid-columns-lg: 3;
  --events-grid-columns-xl: 3;
  --forms-input-border-width: var(--base-border-width);
  --forms-input-border-radius: 0;
  --forms-input-border-color: rgba(0, 0, 0, 0.25);
  --forms-input-background: var(--color-page-background);
  --forms-input-line-height: normal;
  --forms-mandatory-color: var(--color-brand);
  --accordion-spacing: var(--base-spacing-unit);
  --accordion-content-spacing: var(--base-spacing-unit);
  --accordion-content-background: transparent;
  --accordion-content-border: 1px solid transparent;
  --accordion-toggler-font-size: 1.5rem;
  --accordion-toggler-background: transparent;
  --accordion-toggler-color: var(--color-text);
  --accordion-toggler-color-hover: var(--color-text);
  --accordion-toggler-spacing: var(--base-spacing-unit-xs);
  --accordion-toggler-border: 1px solid transparent;
  --download-link-color: inherit;
  --download-link-decoration: none;
  --table-border-width: 1px;
  --table-border-style: solid;
  --table-border-color: #ccc;
  --table-background-light: #eee;
  --newsletter-list-border: var(--base-border);
  --newsletter-reader-width: 600px;
  --newsletter-reader-border: var(--base-border);
  --faq-border: var(--base-border);
  --search-relevance-color: var(--color-gray);
  --search-url-color: var(--color-gray); }
  @media screen and (min-width: 120em) {
    :root {
      --article-spacing-top: var(--base-spacing-unit-xl);
      --article-spacing-bottom: var(--base-spacing-unit-xl); } }

/*************************************

START - HELPER CLASSES

*************************************/
.mail,
.tel,
.map,
.size-icon,
.night-icon,
.calendar-icon {
  transition: all 0.3s; }
  .mail:before,
  .tel:before,
  .map:before,
  .size-icon:before,
  .night-icon:before,
  .calendar-icon:before {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin-right: 10px;
    vertical-align: sub;
    filter: brightness(10); }

.tel:before {
  height: 30px;
  margin-right: 0;
  content: url("../img/icons/phone-icon.svg"); }

.mail:before {
  content: url("../img/icons/mail-icon.svg"); }

.map br {
  padding-left: 30px; }

.map:before {
  content: url("../img/icons/map-icon.svg");
  vertical-align: top; }
  @media screen and (min-width: 68.75em) {
    .map:before {
      float: left;
      height: 50px; } }

.size-icon:before {
  content: url("../img/icons/quadtratmeter-icon.svg");
  width: 45px;
  filter: none; }

.night-icon:before {
  content: url("../img/icons/night-icon.svg");
  filter: none;
  width: auto;
  height: auto;
  vertical-align: text-top;
  margin-right: 8px; }

.calendar-icon:before {
  content: url("../img/icons/calendar-icon.svg");
  filter: none;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: text-top; }

.people-icon {
  display: flex;
  gap: 5px;
  margin-bottom: 10px; }

.hyphenate {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

@media screen and (min-width: 58.75em) {
  .d-lg-block {
    display: block !important; } }

@media screen and (min-width: 68.75em) {
  .d-xl-inlineflex {
    display: inline-flex !important; } }

@media screen and (min-width: 68.75em) {
  .d-xl-block {
    display: block; }
  .d-xl-none {
    display: none; } }

.overflow-visible {
  overflow: visible !important; }

.uppercase {
  text-transform: uppercase; }

.margin-null {
  margin: 0; }
  .margin-null img {
    margin: 0; }

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

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

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

.no-animation {
  transform: none !important;
  opacity: 1 !important; }

.pos-relative {
  position: relative; }

.m-t-0,
.mod_article.m-t-0 {
  margin-top: calc(0 * var(--base-spacing-unit)) !important; }

.m-b-0,
.mod_article.m-b-0 {
  margin-bottom: calc(0 * var(--base-spacing-unit)) !important; }

.p-t-0,
.mod_article.p-t-0,
.mod_article.p-t-0 > .inside {
  padding-top: calc(0 * var(--base-spacing-unit)) !important; }

.p-b-0,
.mod_article.p-b-0,
.mod_article.p-b-0 > .inside {
  padding-bottom: calc(0 * var(--base-spacing-unit)) !important; }

.m-t-1,
.content-text.m-t-1,
.mod_article.m-t-1 {
  margin-top: calc(1 * var(--base-spacing-unit)); }

.m-b-1,
.content-text.m-b-1,
.mod_article.m-b-1 {
  margin-bottom: calc(1 * var(--base-spacing-unit)); }

.p-t-1,
.content-text.p-t-1,
.mod_article.p-t-1 {
  padding-top: calc(1 * var(--base-spacing-unit)); }

.p-b-1,
.content-text.p-b-1,
.mod_article.p-b-1 {
  padding-bottom: calc(1 * var(--base-spacing-unit)); }

.m-t-2,
.content-text.m-t-2,
.mod_article.m-t-2 {
  margin-top: calc(2 * var(--base-spacing-unit)); }

.m-b-2,
.content-text.m-b-2,
.mod_article.m-b-2 {
  margin-bottom: calc(2 * var(--base-spacing-unit)); }

.p-t-2,
.content-text.p-t-2,
.mod_article.p-t-2 {
  padding-top: calc(2 * var(--base-spacing-unit)); }

.p-b-2,
.content-text.p-b-2,
.mod_article.p-b-2 {
  padding-bottom: calc(2 * var(--base-spacing-unit)); }

.m-t-3,
.content-text.m-t-3,
.mod_article.m-t-3 {
  margin-top: calc(3 * var(--base-spacing-unit)); }

.m-b-3,
.content-text.m-b-3,
.mod_article.m-b-3 {
  margin-bottom: calc(3 * var(--base-spacing-unit)); }

.p-t-3,
.content-text.p-t-3,
.mod_article.p-t-3 {
  padding-top: calc(3 * var(--base-spacing-unit)); }

.p-b-3,
.content-text.p-b-3,
.mod_article.p-b-3 {
  padding-bottom: calc(3 * var(--base-spacing-unit)); }

.m-t-4,
.content-text.m-t-4,
.mod_article.m-t-4 {
  margin-top: calc(4 * var(--base-spacing-unit)); }

.m-b-4,
.content-text.m-b-4,
.mod_article.m-b-4 {
  margin-bottom: calc(4 * var(--base-spacing-unit)); }

.p-t-4,
.content-text.p-t-4,
.mod_article.p-t-4 {
  padding-top: calc(4 * var(--base-spacing-unit)); }

.p-b-4,
.content-text.p-b-4,
.mod_article.p-b-4 {
  padding-bottom: calc(4 * var(--base-spacing-unit)); }

.m-t-5,
.content-text.m-t-5,
.mod_article.m-t-5 {
  margin-top: calc(5 * var(--base-spacing-unit)); }

.m-b-5,
.content-text.m-b-5,
.mod_article.m-b-5 {
  margin-bottom: calc(5 * var(--base-spacing-unit)); }

.p-t-5,
.content-text.p-t-5,
.mod_article.p-t-5 {
  padding-top: calc(5 * var(--base-spacing-unit)); }

.p-b-5,
.content-text.p-b-5,
.mod_article.p-b-5 {
  padding-bottom: calc(5 * var(--base-spacing-unit)); }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: .2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease); }

[data-sal][data-sal-duration="200"] {
  transition-duration: .2s; }

[data-sal][data-sal-duration="250"] {
  transition-duration: .25s; }

[data-sal][data-sal-duration="300"] {
  transition-duration: .3s; }

[data-sal][data-sal-duration="350"] {
  transition-duration: .35s; }

[data-sal][data-sal-duration="400"] {
  transition-duration: .4s; }

[data-sal][data-sal-duration="450"] {
  transition-duration: .45s; }

[data-sal][data-sal-duration="500"] {
  transition-duration: .5s; }

[data-sal][data-sal-duration="550"] {
  transition-duration: .55s; }

[data-sal][data-sal-duration="600"] {
  transition-duration: .6s; }

[data-sal][data-sal-duration="650"] {
  transition-duration: .65s; }

[data-sal][data-sal-duration="700"] {
  transition-duration: .7s; }

[data-sal][data-sal-duration="750"] {
  transition-duration: .75s; }

[data-sal][data-sal-duration="800"] {
  transition-duration: .8s; }

[data-sal][data-sal-duration="850"] {
  transition-duration: .85s; }

[data-sal][data-sal-duration="900"] {
  transition-duration: .9s; }

[data-sal][data-sal-duration="950"] {
  transition-duration: .95s; }

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s; }

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s; }

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s; }

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s; }

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s; }

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s; }

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s; }

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s; }

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s; }

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s; }

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s; }

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s; }

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s; }

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s; }

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s; }

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s; }

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s; }

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s; }

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s; }

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s; }

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s; }

[data-sal][data-sal-delay="50"] {
  transition-delay: .05s; }

[data-sal][data-sal-delay="100"] {
  transition-delay: .1s; }

[data-sal][data-sal-delay="150"] {
  transition-delay: .15s; }

[data-sal][data-sal-delay="200"] {
  transition-delay: .2s; }

[data-sal][data-sal-delay="250"] {
  transition-delay: .25s; }

[data-sal][data-sal-delay="300"] {
  transition-delay: .3s; }

[data-sal][data-sal-delay="350"] {
  transition-delay: .35s; }

[data-sal][data-sal-delay="400"] {
  transition-delay: .4s; }

[data-sal][data-sal-delay="450"] {
  transition-delay: .45s; }

[data-sal][data-sal-delay="500"] {
  transition-delay: .5s; }

[data-sal][data-sal-delay="550"] {
  transition-delay: .55s; }

[data-sal][data-sal-delay="600"] {
  transition-delay: .6s; }

[data-sal][data-sal-delay="650"] {
  transition-delay: .65s; }

[data-sal][data-sal-delay="700"] {
  transition-delay: .7s; }

[data-sal][data-sal-delay="750"] {
  transition-delay: .75s; }

[data-sal][data-sal-delay="800"] {
  transition-delay: .8s; }

[data-sal][data-sal-delay="850"] {
  transition-delay: .85s; }

[data-sal][data-sal-delay="900"] {
  transition-delay: .9s; }

[data-sal][data-sal-delay="950"] {
  transition-delay: .95s; }

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s; }

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear; }

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease; }

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in; }

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out; }

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out; }

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity; }

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1; }

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-sal=slide-up] {
  transform: translateY(20%); }

[data-sal=slide-down] {
  transform: translateY(-20%); }

[data-sal=slide-left] {
  transform: translateX(20%); }

[data-sal=slide-right] {
  transform: translateX(-20%); }

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none; }

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-sal=zoom-in] {
  transform: scale(0.5); }

[data-sal=zoom-out] {
  transform: scale(1.1); }

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none; }

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg); }

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg); }

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg); }

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg); }

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none; }

/*# sourceMappingURL=sal.css.map*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

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

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

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

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

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

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

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

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

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

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

/*************************************

MAIN STYLESHEET

*************************************/
html {
  font-variation-settings: "wght" 350; }

html.scroll-lock {
  overflow-y: hidden; }

body::-webkit-scrollbar {
  width: 0.8em; }

body::-webkit-scrollbar-track {
  background-color: #ccc; }

body::-webkit-scrollbar-thumb {
  background-color: #a9a9a9; }

a:hover {
  color: #b7deff; }

/*************************************

LEISTUNGEN - STARTSEITE

*************************************/
html {
  --leistungen-size: clamp(25px, 2vw, 50px);
  --button-bg-hover: transparent; }

.leistungen a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  color: var(--color-text);
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
  font-size: var(--leistungen-size);
  font-weight: 700;
  font-variation-settings: "wght" 550; }
  @media screen and (min-width: 48em) {
    .leistungen a {
      gap: 50px; } }
  @media screen and (min-width: 120em) {
    .leistungen a {
      grid-template-columns: 0.5fr 1fr auto;
      gap: 0; } }
  .leistungen a:hover {
    color: var(--color-default); }
    .leistungen a:hover:after {
      opacity: 0;
      transform: translateX(20px); }
  .leistungen a:after {
    content: "";
    background: url("../img/icons/arrow-right.svg") no-repeat;
    background-size: contain;
    width: clamp(20px, 2vw, 35px);
    height: clamp(30px, 2vw, 55px);
    display: flex;
    vertical-align: sub;
    margin-left: 25px;
    transition: all 0.2s; }
  .leistungen a h3 {
    font-size: var(--leistungen-size);
    margin: 0; }
    .leistungen a h3 span {
      display: block;
      font-size: clamp(20px, 2vw, 20px);
      font-weight: 300; }

/*************************************

CALL-TO-ACTION MODUL

*************************************/
.ce_rsce_call_to_action {
  position: relative;
  background-image: linear-gradient(90deg, #6abcff, #70eb6c);
  width: 100%;
  padding: 35px;
  overflow: visible; }
  @media screen and (min-width: 58.75em) {
    .ce_rsce_call_to_action {
      padding: 50px; } }
  .ce_rsce_call_to_action h2 {
    margin-bottom: 50px;
    font-size: clamp(25px, 3vw, 65px); }
  .ce_rsce_call_to_action a {
    color: #fafafa; }
  .ce_rsce_call_to_action .btn--secondary, .ce_rsce_call_to_action .ce_rsce_card .card-link, .ce_rsce_card .ce_rsce_call_to_action .card-link {
    font-size: clamp(18px, 3vw, 23px); }
  .ce_rsce_call_to_action .text-wrapper {
    padding-top: 10vh;
    font-size: clamp(18px, 3vw, 28px); }
    @media screen and (min-width: 58.75em) {
      .ce_rsce_call_to_action .text-wrapper {
        max-width: 75%; } }

/*************************************

INTRO

*************************************/
#intro {
  transform: none !important; }
  #intro .inside {
    padding-top: 40px;
    padding-bottom: 50px; }
    @media screen and (min-width: 58.75em) {
      #intro .inside {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media screen and (min-width: 120em) {
      #intro .inside {
        padding-top: 100px;
        padding-bottom: 100px; } }

/*************************************

IMPRESSUM

*************************************/
.impressum h1 {
  font-size: 1.9rem;
  margin-bottom: 2rem; }

.impressum h2 {
  font-size: 1.4rem; }

.impressum h3 {
  font-size: 1.25rem; }

@media screen and (min-width: 68.75em) {
  .impressum h1 {
    font-size: 2.2rem;
    margin-bottom: 2rem; }
  .impressum h2 {
    margin-top: 2rem;
    font-size: 1.6rem; }
  .impressum h3 {
    font-size: 1.35rem; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: var(--base-spacing-unit-sm); }

ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {
  margin-bottom: var(--base-spacing-unit); }

ul, ol, dd {
  margin-left: var(--base-spacing-unit); }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: var(--links-color); }

:not(p) a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

html {
  font-family: var(--base-font-family, sans-serif);
  font-size: var(--base-font-size-xs);
  line-height: var(--base-line-height);
  font-weight: var(--base-font-weight);
  background-color: var(--color-page-background);
  color: var(--color-text);
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 34.375em) {
    html {
      font-size: var(--base-font-size-sm, var(--base-font-size)); } }
  @media screen and (min-width: 48em) {
    html {
      font-size: var(--base-font-size); } }
  @media screen and (min-width: 58.75em) {
    html {
      font-size: var(--base-font-size-lg, var(--base-font-size)); } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: var(--base-font-size-xl); } }

html {
  font-family: var(--base-font-family, sans-serif);
  font-size: var(--base-font-size-xs);
  line-height: var(--base-line-height);
  font-weight: var(--base-font-weight);
  font-variation-settings: "wght" var(--base-font-weight);
  background-color: var(--color-page-background);
  color: var(--color-text);
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 34.375em) {
    html {
      font-size: var(--base-font-size-sm, var(--base-font-size)); } }
  @media screen and (min-width: 48em) {
    html {
      font-size: var(--base-font-size); } }
  @media screen and (min-width: 58.75em) {
    html {
      font-size: var(--base-font-size-lg, var(--base-font-size)); } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: var(--base-font-size-xl); } }

/* outfit-100 - 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: "Outfit";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/outfit/static/outfit-v11-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-200 - 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: "Outfit";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/outfit/static/outfit-v11-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-300 - 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: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/outfit/static/outfit-v11-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-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: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/outfit/static/outfit-v11-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-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: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/outfit/static/outfit-v11-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-600 - 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: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/outfit/static/outfit-v11-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-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: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/outfit/static/outfit-v11-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-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: "Outfit";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/outfit/static/outfit-v11-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-900 - 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: "Outfit";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/outfit/static/outfit-v11-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* outfit-variable */
@font-face {
  font-display: swap;
  font-family: "Outfit Variable";
  src: url("../fonts/outfit/outfit-variablefont_wght.woff2") format("woff2 supports variations"), url("../fonts/outfit/outfit-variablefont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000; }

h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height);
  color: var(--h1-color);
  margin-top: var(--h1-spacing-top);
  margin-bottom: var(--h1-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h1, .heading--1.ce_headline, .heading--1.content-headline, .heading--1 h1, .heading--1 h2, .heading--1 h3, .heading--1 h4, .heading--1 h5, .heading--1 h6 {
      --h1-font-size: var(--h1-font-size-xxl); } }

h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
  color: var(--h2-color);
  margin-top: var(--h2-spacing-top);
  margin-bottom: var(--h2-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h2, .heading--2.ce_headline, .heading--2.content-headline, .heading--2 h1, .heading--2 h2, .heading--2 h3, .heading--2 h4, .heading--2 h5, .heading--2 h6 {
      --h2-font-size: var(--h2-font-size-xxl); } }

h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  color: var(--h3-color);
  margin-top: var(--h3-spacing-top);
  margin-bottom: var(--h3-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h3, .heading--3.ce_headline, .heading--3.content-headline, .heading--3 h1, .heading--3 h2, .heading--3 h3, .heading--3 h4, .heading--3 h5, .heading--3 h6 {
      --h3-font-size: var(--h3-font-size-xxl); } }

h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--h4-line-height);
  color: var(--h4-color);
  margin-top: var(--h4-spacing-top);
  margin-bottom: var(--h4-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h4, .heading--4.ce_headline, .heading--4.content-headline, .heading--4 h1, .heading--4 h2, .heading--4 h3, .heading--4 h4, .heading--4 h5, .heading--4 h6 {
      --h4-font-size: var(--h4-font-size-xxl); } }

h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
  color: var(--h5-color);
  margin-top: var(--h5-spacing-top);
  margin-bottom: var(--h5-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h5, .heading--5.ce_headline, .heading--5.content-headline, .heading--5 h1, .heading--5 h2, .heading--5 h3, .heading--5 h4, .heading--5 h5, .heading--5 h6 {
      --h5-font-size: var(--h5-font-size-xxl); } }

h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--h6-line-height);
  color: var(--h6-color);
  margin-top: var(--h6-spacing-top);
  margin-bottom: var(--h6-spacing-bottom); }
  @media screen and (min-width: 34.375em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-sm); } }
  @media screen and (min-width: 48em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-md); } }
  @media screen and (min-width: 58.75em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-lg); } }
  @media screen and (min-width: 68.75em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-xl); } }
  @media screen and (min-width: 120em) {
    h6, .heading--6.ce_headline, .heading--6.content-headline, .heading--6 h1, .heading--6 h2, .heading--6 h3, .heading--6 h4, .heading--6 h5, .heading--6 h6 {
      --h6-font-size: var(--h6-font-size-xxl); } }

p,
ul,
ol {
  margin-top: 0; }
  p a,
  ul a,
  ol a {
    -webkit-text-decoration: var(--paragraph-link-decoration);
    text-decoration: var(--paragraph-link-decoration); }
    p a:hover,
    ul a:hover,
    ol a:hover {
      --paragraph-link-decoration: var(--paragraph-link-decoration-hover); }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

code {
  color: var(--code-color); }

pre {
  padding: 1rem;
  background: var(--pre-color-background);
  color: var(--pre-color);
  overflow-x: scroll; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: var(--hr-border); }

.li--block {
  margin-bottom: 1rem; }

.ce_text,
.content-text {
  margin-bottom: var(--base-spacing-unit); }

::-moz-selection {
  background: var(--selection-background);
  color: var(--selection-color);
  opacity: 1; }

::selection {
  background: var(--selection-background);
  color: var(--selection-color);
  opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: var(--headings-font-weight);
  font-variation-settings: "wght" var(--headings-font-weight);
  letter-spacing: var(--headings-letter-spacing);
  font-style: normal;
  text-wrap: balance; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: var(--color-highlight);
    font-weight: var(--headings-font-weight);
    font-variation-settings: "wght" var(--headings-font-weight); }

@media screen and (max-width: 68.74875em) {
  h2 {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto; } }

h3 + h4 {
  margin-top: 1rem; }

h4 + h3,
h5 + h3 {
  margin-top: -1rem; }

p,
ul,
ol {
  margin-top: 0;
  margin-bottom: var(--base-spacing-unit-xs); }
  p a,
  ul a,
  ol a {
    -webkit-text-decoration: var(--paragraph-link-decoration);
    text-decoration: var(--paragraph-link-decoration); }
    p a:hover,
    ul a:hover,
    ol a:hover {
      --paragraph-link-decoration: var(--paragraph-link-decoration-hover); }

ul {
  padding-left: 3px;
  margin-left: 15px; }
  @media screen and (min-width: 58.75em) {
    ul {
      padding-left: 5px; } }

p + ul {
  margin-top: -10px; }

strong {
  font-weight: 700;
  font-variation-settings: "wght" 700; }

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

.text-big {
  font-size: 18px; }
  @media screen and (min-width: 58.75em) {
    .text-big {
      font-size: 25px; } }
  @media screen and (min-width: 68.75em) {
    .text-big {
      font-size: 35px; } }

.font-big {
  font-size: clamp(30px, 2vw, 60px);
  color: var(--headings__color);
  font-variation-settings: "wght" 550;
  line-height: 1.35; }
  @media screen and (min-width: 68.75em) {
    .font-big h2 {
      margin-bottom: 30px; } }

.font-big-xxl *:not(p) {
  font-size: clamp(40px, 3vw, 75px); }
  .font-big-xxl *:not(p) strong {
    font-size: clamp(60px, 5vw, 150px);
    vertical-align: sub; }

.zitat h1:first-of-type {
  text-indent: -1vw; }

.line-link {
  display: inline-block; }
  .line-link:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 0;
    background-color: #adadad;
    opacity: 0;
    transition: all 0.3s; }
  .line-link:hover:after {
    width: 100%;
    opacity: 1; }

/*************************************

CHECKLIST SETTINGS

*************************************/
.checklist h1, .checklist h2, .checklist h3, .checklist h4, .checklist h5, .checklist h6 {
  margin-bottom: 30px; }

.checklist ul {
  list-style: none;
  margin-left: 20px;
  margin-top: -20px; }
  .checklist ul li {
    margin-bottom: 5px;
    vertical-align: middle;
    text-indent: -20px; }
    @media screen and (min-width: 58.75em) {
      .checklist ul li {
        text-indent: -25px; } }
    .checklist ul li:before {
      content: "";
      display: inline-block;
      background: url("../img/icons/check-icon.svg") no-repeat;
      width: 16px;
      height: 15px;
      vertical-align: sub;
      margin-right: 7px;
      background-size: contain; }
      @media screen and (min-width: 58.75em) {
        .checklist ul li:before {
          vertical-align: middle; } }
    .checklist ul li ul {
      list-style: revert;
      margin: 0;
      margin-bottom: 10px; }
      .checklist ul li ul li {
        text-indent: 0;
        margin-left: 15px; }
        .checklist ul li ul li:before {
          content: none; }

.row {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  -moz-column-gap: var(--grid-gutter);
  column-gap: var(--grid-gutter);
  grid-auto-columns: 1fr; }
  @supports not (display: grid) {
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(-1 * var(--grid-gutter) / 2);
      margin-right: calc(-1 * var(--grid-gutter) / 2); } }

.row--gap-y {
  row-gap: var(--grid-gutter); }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .ce_gallery > ul li {
  display: grid;
  grid-column: 1 / -1;
  max-width: 100%; }
  @supports not (display: grid) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .ce_gallery > ul li {
      padding-left: var(--grid-gutter-half);
      padding-right: var(--grid-gutter-half); } }

.col {
  grid-column: 1 / -1; }

.col-1 {
  grid-column: span 1/span 1; }
  @supports not (display: grid) {
    .col-1 {
      width: 8.33333%; } }

.row-start-1 {
  grid-row-start: 1; }

.row-span-1 {
  grid-row: span 1/span 1; }

.col-2 {
  grid-column: span 2/span 2; }
  @supports not (display: grid) {
    .col-2 {
      width: 16.66667%; } }

.row-start-2 {
  grid-row-start: 2; }

.row-span-2 {
  grid-row: span 2/span 2; }

.col-3 {
  grid-column: span 3/span 3; }
  @supports not (display: grid) {
    .col-3 {
      width: 25%; } }

.row-start-3 {
  grid-row-start: 3; }

.row-span-3 {
  grid-row: span 3/span 3; }

.col-4 {
  grid-column: span 4/span 4; }
  @supports not (display: grid) {
    .col-4 {
      width: 33.33333%; } }

.row-start-4 {
  grid-row-start: 4; }

.row-span-4 {
  grid-row: span 4/span 4; }

.col-5 {
  grid-column: span 5/span 5; }
  @supports not (display: grid) {
    .col-5 {
      width: 41.66667%; } }

.row-start-5 {
  grid-row-start: 5; }

.row-span-5 {
  grid-row: span 5/span 5; }

.col-6 {
  grid-column: span 6/span 6; }
  @supports not (display: grid) {
    .col-6 {
      width: 50%; } }

.row-start-6 {
  grid-row-start: 6; }

.row-span-6 {
  grid-row: span 6/span 6; }

.col-7 {
  grid-column: span 7/span 7; }
  @supports not (display: grid) {
    .col-7 {
      width: 58.33333%; } }

.row-start-7 {
  grid-row-start: 7; }

.row-span-7 {
  grid-row: span 7/span 7; }

.col-8 {
  grid-column: span 8/span 8; }
  @supports not (display: grid) {
    .col-8 {
      width: 66.66667%; } }

.row-start-8 {
  grid-row-start: 8; }

.row-span-8 {
  grid-row: span 8/span 8; }

.col-9 {
  grid-column: span 9/span 9; }
  @supports not (display: grid) {
    .col-9 {
      width: 75%; } }

.row-start-9 {
  grid-row-start: 9; }

.row-span-9 {
  grid-row: span 9/span 9; }

.col-10 {
  grid-column: span 10/span 10; }
  @supports not (display: grid) {
    .col-10 {
      width: 83.33333%; } }

.row-start-10 {
  grid-row-start: 10; }

.row-span-10 {
  grid-row: span 10/span 10; }

.col-11 {
  grid-column: span 11/span 11; }
  @supports not (display: grid) {
    .col-11 {
      width: 91.66667%; } }

.row-start-11 {
  grid-row-start: 11; }

.row-span-11 {
  grid-row: span 11/span 11; }

.col-12 {
  grid-column: span 12/span 12; }
  @supports not (display: grid) {
    .col-12 {
      width: 100%; } }

.row-start-12 {
  grid-row-start: 12; }

.row-span-12 {
  grid-row: span 12/span 12; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xs-1 {
        width: 8.33333%; } }
  .col-xs-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xs-2 {
        width: 16.66667%; } }
  .col-xs-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xs-3 {
        width: 25%; } }
  .col-xs-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xs-4 {
        width: 33.33333%; } }
  .col-xs-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xs-5 {
        width: 41.66667%; } }
  .col-xs-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xs-6 {
        width: 50%; } }
  .col-xs-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xs-7 {
        width: 58.33333%; } }
  .col-xs-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xs-8 {
        width: 66.66667%; } }
  .col-xs-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xs-9 {
        width: 75%; } }
  .col-xs-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xs-10 {
        width: 83.33333%; } }
  .col-xs-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xs-11 {
        width: 91.66667%; } }
  .col-xs-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xs-12 {
        width: 100%; } } }

@media screen and (min-width: 0) {
  .row-span-xs-1 {
    grid-row: span 1/span 1; }
  .row-span-xs-2 {
    grid-row: span 2/span 2; }
  .row-span-xs-3 {
    grid-row: span 3/span 3; }
  .row-span-xs-4 {
    grid-row: span 4/span 4; }
  .row-span-xs-5 {
    grid-row: span 5/span 5; }
  .row-span-xs-6 {
    grid-row: span 6/span 6; }
  .row-span-xs-7 {
    grid-row: span 7/span 7; }
  .row-span-xs-8 {
    grid-row: span 8/span 8; }
  .row-span-xs-9 {
    grid-row: span 9/span 9; }
  .row-span-xs-10 {
    grid-row: span 10/span 10; }
  .row-span-xs-11 {
    grid-row: span 11/span 11; }
  .row-span-xs-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 0) {
  .col-start-xs-1 {
    grid-column-start: 1; }
  .row-start-xs-1 {
    grid-row-start: 1; }
  .col-start-xs-2 {
    grid-column-start: 2; }
  .row-start-xs-2 {
    grid-row-start: 2; }
  .col-start-xs-3 {
    grid-column-start: 3; }
  .row-start-xs-3 {
    grid-row-start: 3; }
  .col-start-xs-4 {
    grid-column-start: 4; }
  .row-start-xs-4 {
    grid-row-start: 4; }
  .col-start-xs-5 {
    grid-column-start: 5; }
  .row-start-xs-5 {
    grid-row-start: 5; }
  .col-start-xs-6 {
    grid-column-start: 6; }
  .row-start-xs-6 {
    grid-row-start: 6; }
  .col-start-xs-7 {
    grid-column-start: 7; }
  .row-start-xs-7 {
    grid-row-start: 7; }
  .col-start-xs-8 {
    grid-column-start: 8; }
  .row-start-xs-8 {
    grid-row-start: 8; }
  .col-start-xs-9 {
    grid-column-start: 9; }
  .row-start-xs-9 {
    grid-row-start: 9; }
  .col-start-xs-10 {
    grid-column-start: 10; }
  .row-start-xs-10 {
    grid-row-start: 10; }
  .col-start-xs-11 {
    grid-column-start: 11; }
  .row-start-xs-11 {
    grid-row-start: 11; }
  .col-start-xs-12 {
    grid-column-start: 12; }
  .row-start-xs-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 0) {
  .pull-right-xs {
    grid-column-end: -1; }
  .pull-left-xs {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-sm-1 {
        width: 8.33333%; } }
  .col-sm-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-sm-2 {
        width: 16.66667%; } }
  .col-sm-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-sm-3 {
        width: 25%; } }
  .col-sm-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-sm-4 {
        width: 33.33333%; } }
  .col-sm-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-sm-5 {
        width: 41.66667%; } }
  .col-sm-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-sm-6 {
        width: 50%; } }
  .col-sm-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-sm-7 {
        width: 58.33333%; } }
  .col-sm-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-sm-8 {
        width: 66.66667%; } }
  .col-sm-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-sm-9 {
        width: 75%; } }
  .col-sm-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-sm-10 {
        width: 83.33333%; } }
  .col-sm-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-sm-11 {
        width: 91.66667%; } }
  .col-sm-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-sm-12 {
        width: 100%; } } }

@media screen and (min-width: 34.375em) {
  .row-span-sm-1 {
    grid-row: span 1/span 1; }
  .row-span-sm-2 {
    grid-row: span 2/span 2; }
  .row-span-sm-3 {
    grid-row: span 3/span 3; }
  .row-span-sm-4 {
    grid-row: span 4/span 4; }
  .row-span-sm-5 {
    grid-row: span 5/span 5; }
  .row-span-sm-6 {
    grid-row: span 6/span 6; }
  .row-span-sm-7 {
    grid-row: span 7/span 7; }
  .row-span-sm-8 {
    grid-row: span 8/span 8; }
  .row-span-sm-9 {
    grid-row: span 9/span 9; }
  .row-span-sm-10 {
    grid-row: span 10/span 10; }
  .row-span-sm-11 {
    grid-row: span 11/span 11; }
  .row-span-sm-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 34.375em) {
  .col-start-sm-1 {
    grid-column-start: 1; }
  .row-start-sm-1 {
    grid-row-start: 1; }
  .col-start-sm-2 {
    grid-column-start: 2; }
  .row-start-sm-2 {
    grid-row-start: 2; }
  .col-start-sm-3 {
    grid-column-start: 3; }
  .row-start-sm-3 {
    grid-row-start: 3; }
  .col-start-sm-4 {
    grid-column-start: 4; }
  .row-start-sm-4 {
    grid-row-start: 4; }
  .col-start-sm-5 {
    grid-column-start: 5; }
  .row-start-sm-5 {
    grid-row-start: 5; }
  .col-start-sm-6 {
    grid-column-start: 6; }
  .row-start-sm-6 {
    grid-row-start: 6; }
  .col-start-sm-7 {
    grid-column-start: 7; }
  .row-start-sm-7 {
    grid-row-start: 7; }
  .col-start-sm-8 {
    grid-column-start: 8; }
  .row-start-sm-8 {
    grid-row-start: 8; }
  .col-start-sm-9 {
    grid-column-start: 9; }
  .row-start-sm-9 {
    grid-row-start: 9; }
  .col-start-sm-10 {
    grid-column-start: 10; }
  .row-start-sm-10 {
    grid-row-start: 10; }
  .col-start-sm-11 {
    grid-column-start: 11; }
  .row-start-sm-11 {
    grid-row-start: 11; }
  .col-start-sm-12 {
    grid-column-start: 12; }
  .row-start-sm-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    grid-column-end: -1; }
  .pull-left-sm {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 48em) {
  .col-md-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-md-1 {
        width: 8.33333%; } }
  .col-md-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-md-2 {
        width: 16.66667%; } }
  .col-md-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-md-3 {
        width: 25%; } }
  .col-md-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-md-4 {
        width: 33.33333%; } }
  .col-md-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-md-5 {
        width: 41.66667%; } }
  .col-md-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-md-6 {
        width: 50%; } }
  .col-md-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-md-7 {
        width: 58.33333%; } }
  .col-md-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-md-8 {
        width: 66.66667%; } }
  .col-md-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-md-9 {
        width: 75%; } }
  .col-md-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-md-10 {
        width: 83.33333%; } }
  .col-md-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-md-11 {
        width: 91.66667%; } }
  .col-md-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-md-12 {
        width: 100%; } } }

@media screen and (min-width: 48em) {
  .row-span-md-1 {
    grid-row: span 1/span 1; }
  .row-span-md-2 {
    grid-row: span 2/span 2; }
  .row-span-md-3 {
    grid-row: span 3/span 3; }
  .row-span-md-4 {
    grid-row: span 4/span 4; }
  .row-span-md-5 {
    grid-row: span 5/span 5; }
  .row-span-md-6 {
    grid-row: span 6/span 6; }
  .row-span-md-7 {
    grid-row: span 7/span 7; }
  .row-span-md-8 {
    grid-row: span 8/span 8; }
  .row-span-md-9 {
    grid-row: span 9/span 9; }
  .row-span-md-10 {
    grid-row: span 10/span 10; }
  .row-span-md-11 {
    grid-row: span 11/span 11; }
  .row-span-md-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 48em) {
  .col-start-md-1 {
    grid-column-start: 1; }
  .row-start-md-1 {
    grid-row-start: 1; }
  .col-start-md-2 {
    grid-column-start: 2; }
  .row-start-md-2 {
    grid-row-start: 2; }
  .col-start-md-3 {
    grid-column-start: 3; }
  .row-start-md-3 {
    grid-row-start: 3; }
  .col-start-md-4 {
    grid-column-start: 4; }
  .row-start-md-4 {
    grid-row-start: 4; }
  .col-start-md-5 {
    grid-column-start: 5; }
  .row-start-md-5 {
    grid-row-start: 5; }
  .col-start-md-6 {
    grid-column-start: 6; }
  .row-start-md-6 {
    grid-row-start: 6; }
  .col-start-md-7 {
    grid-column-start: 7; }
  .row-start-md-7 {
    grid-row-start: 7; }
  .col-start-md-8 {
    grid-column-start: 8; }
  .row-start-md-8 {
    grid-row-start: 8; }
  .col-start-md-9 {
    grid-column-start: 9; }
  .row-start-md-9 {
    grid-row-start: 9; }
  .col-start-md-10 {
    grid-column-start: 10; }
  .row-start-md-10 {
    grid-row-start: 10; }
  .col-start-md-11 {
    grid-column-start: 11; }
  .row-start-md-11 {
    grid-row-start: 11; }
  .col-start-md-12 {
    grid-column-start: 12; }
  .row-start-md-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 48em) {
  .pull-right-md {
    grid-column-end: -1; }
  .pull-left-md {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-lg-1 {
        width: 8.33333%; } }
  .col-lg-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-lg-2 {
        width: 16.66667%; } }
  .col-lg-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-lg-3 {
        width: 25%; } }
  .col-lg-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-lg-4 {
        width: 33.33333%; } }
  .col-lg-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-lg-5 {
        width: 41.66667%; } }
  .col-lg-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-lg-6 {
        width: 50%; } }
  .col-lg-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-lg-7 {
        width: 58.33333%; } }
  .col-lg-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-lg-8 {
        width: 66.66667%; } }
  .col-lg-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-lg-9 {
        width: 75%; } }
  .col-lg-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-lg-10 {
        width: 83.33333%; } }
  .col-lg-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-lg-11 {
        width: 91.66667%; } }
  .col-lg-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-lg-12 {
        width: 100%; } } }

@media screen and (min-width: 58.75em) {
  .row-span-lg-1 {
    grid-row: span 1/span 1; }
  .row-span-lg-2 {
    grid-row: span 2/span 2; }
  .row-span-lg-3 {
    grid-row: span 3/span 3; }
  .row-span-lg-4 {
    grid-row: span 4/span 4; }
  .row-span-lg-5 {
    grid-row: span 5/span 5; }
  .row-span-lg-6 {
    grid-row: span 6/span 6; }
  .row-span-lg-7 {
    grid-row: span 7/span 7; }
  .row-span-lg-8 {
    grid-row: span 8/span 8; }
  .row-span-lg-9 {
    grid-row: span 9/span 9; }
  .row-span-lg-10 {
    grid-row: span 10/span 10; }
  .row-span-lg-11 {
    grid-row: span 11/span 11; }
  .row-span-lg-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 58.75em) {
  .col-start-lg-1 {
    grid-column-start: 1; }
  .row-start-lg-1 {
    grid-row-start: 1; }
  .col-start-lg-2 {
    grid-column-start: 2; }
  .row-start-lg-2 {
    grid-row-start: 2; }
  .col-start-lg-3 {
    grid-column-start: 3; }
  .row-start-lg-3 {
    grid-row-start: 3; }
  .col-start-lg-4 {
    grid-column-start: 4; }
  .row-start-lg-4 {
    grid-row-start: 4; }
  .col-start-lg-5 {
    grid-column-start: 5; }
  .row-start-lg-5 {
    grid-row-start: 5; }
  .col-start-lg-6 {
    grid-column-start: 6; }
  .row-start-lg-6 {
    grid-row-start: 6; }
  .col-start-lg-7 {
    grid-column-start: 7; }
  .row-start-lg-7 {
    grid-row-start: 7; }
  .col-start-lg-8 {
    grid-column-start: 8; }
  .row-start-lg-8 {
    grid-row-start: 8; }
  .col-start-lg-9 {
    grid-column-start: 9; }
  .row-start-lg-9 {
    grid-row-start: 9; }
  .col-start-lg-10 {
    grid-column-start: 10; }
  .row-start-lg-10 {
    grid-row-start: 10; }
  .col-start-lg-11 {
    grid-column-start: 11; }
  .row-start-lg-11 {
    grid-row-start: 11; }
  .col-start-lg-12 {
    grid-column-start: 12; }
  .row-start-lg-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    grid-column-end: -1; }
  .pull-left-lg {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xl-1 {
        width: 8.33333%; } }
  .col-xl-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xl-2 {
        width: 16.66667%; } }
  .col-xl-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xl-3 {
        width: 25%; } }
  .col-xl-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xl-4 {
        width: 33.33333%; } }
  .col-xl-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xl-5 {
        width: 41.66667%; } }
  .col-xl-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xl-6 {
        width: 50%; } }
  .col-xl-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xl-7 {
        width: 58.33333%; } }
  .col-xl-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xl-8 {
        width: 66.66667%; } }
  .col-xl-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xl-9 {
        width: 75%; } }
  .col-xl-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xl-10 {
        width: 83.33333%; } }
  .col-xl-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xl-11 {
        width: 91.66667%; } }
  .col-xl-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xl-12 {
        width: 100%; } } }

@media screen and (min-width: 68.75em) {
  .row-span-xl-1 {
    grid-row: span 1/span 1; }
  .row-span-xl-2 {
    grid-row: span 2/span 2; }
  .row-span-xl-3 {
    grid-row: span 3/span 3; }
  .row-span-xl-4 {
    grid-row: span 4/span 4; }
  .row-span-xl-5 {
    grid-row: span 5/span 5; }
  .row-span-xl-6 {
    grid-row: span 6/span 6; }
  .row-span-xl-7 {
    grid-row: span 7/span 7; }
  .row-span-xl-8 {
    grid-row: span 8/span 8; }
  .row-span-xl-9 {
    grid-row: span 9/span 9; }
  .row-span-xl-10 {
    grid-row: span 10/span 10; }
  .row-span-xl-11 {
    grid-row: span 11/span 11; }
  .row-span-xl-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 68.75em) {
  .col-start-xl-1 {
    grid-column-start: 1; }
  .row-start-xl-1 {
    grid-row-start: 1; }
  .col-start-xl-2 {
    grid-column-start: 2; }
  .row-start-xl-2 {
    grid-row-start: 2; }
  .col-start-xl-3 {
    grid-column-start: 3; }
  .row-start-xl-3 {
    grid-row-start: 3; }
  .col-start-xl-4 {
    grid-column-start: 4; }
  .row-start-xl-4 {
    grid-row-start: 4; }
  .col-start-xl-5 {
    grid-column-start: 5; }
  .row-start-xl-5 {
    grid-row-start: 5; }
  .col-start-xl-6 {
    grid-column-start: 6; }
  .row-start-xl-6 {
    grid-row-start: 6; }
  .col-start-xl-7 {
    grid-column-start: 7; }
  .row-start-xl-7 {
    grid-row-start: 7; }
  .col-start-xl-8 {
    grid-column-start: 8; }
  .row-start-xl-8 {
    grid-row-start: 8; }
  .col-start-xl-9 {
    grid-column-start: 9; }
  .row-start-xl-9 {
    grid-row-start: 9; }
  .col-start-xl-10 {
    grid-column-start: 10; }
  .row-start-xl-10 {
    grid-row-start: 10; }
  .col-start-xl-11 {
    grid-column-start: 11; }
  .row-start-xl-11 {
    grid-row-start: 11; }
  .col-start-xl-12 {
    grid-column-start: 12; }
  .row-start-xl-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    grid-column-end: -1; }
  .pull-left-xl {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 120em) {
  .col-xxl-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xxl-1 {
        width: 8.33333%; } }
  .col-xxl-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xxl-2 {
        width: 16.66667%; } }
  .col-xxl-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xxl-3 {
        width: 25%; } }
  .col-xxl-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xxl-4 {
        width: 33.33333%; } }
  .col-xxl-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xxl-5 {
        width: 41.66667%; } }
  .col-xxl-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xxl-6 {
        width: 50%; } }
  .col-xxl-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xxl-7 {
        width: 58.33333%; } }
  .col-xxl-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xxl-8 {
        width: 66.66667%; } }
  .col-xxl-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xxl-9 {
        width: 75%; } }
  .col-xxl-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xxl-10 {
        width: 83.33333%; } }
  .col-xxl-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xxl-11 {
        width: 91.66667%; } }
  .col-xxl-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xxl-12 {
        width: 100%; } } }

@media screen and (min-width: 120em) {
  .row-span-xxl-1 {
    grid-row: span 1/span 1; }
  .row-span-xxl-2 {
    grid-row: span 2/span 2; }
  .row-span-xxl-3 {
    grid-row: span 3/span 3; }
  .row-span-xxl-4 {
    grid-row: span 4/span 4; }
  .row-span-xxl-5 {
    grid-row: span 5/span 5; }
  .row-span-xxl-6 {
    grid-row: span 6/span 6; }
  .row-span-xxl-7 {
    grid-row: span 7/span 7; }
  .row-span-xxl-8 {
    grid-row: span 8/span 8; }
  .row-span-xxl-9 {
    grid-row: span 9/span 9; }
  .row-span-xxl-10 {
    grid-row: span 10/span 10; }
  .row-span-xxl-11 {
    grid-row: span 11/span 11; }
  .row-span-xxl-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 120em) {
  .col-start-xxl-1 {
    grid-column-start: 1; }
  .row-start-xxl-1 {
    grid-row-start: 1; }
  .col-start-xxl-2 {
    grid-column-start: 2; }
  .row-start-xxl-2 {
    grid-row-start: 2; }
  .col-start-xxl-3 {
    grid-column-start: 3; }
  .row-start-xxl-3 {
    grid-row-start: 3; }
  .col-start-xxl-4 {
    grid-column-start: 4; }
  .row-start-xxl-4 {
    grid-row-start: 4; }
  .col-start-xxl-5 {
    grid-column-start: 5; }
  .row-start-xxl-5 {
    grid-row-start: 5; }
  .col-start-xxl-6 {
    grid-column-start: 6; }
  .row-start-xxl-6 {
    grid-row-start: 6; }
  .col-start-xxl-7 {
    grid-column-start: 7; }
  .row-start-xxl-7 {
    grid-row-start: 7; }
  .col-start-xxl-8 {
    grid-column-start: 8; }
  .row-start-xxl-8 {
    grid-row-start: 8; }
  .col-start-xxl-9 {
    grid-column-start: 9; }
  .row-start-xxl-9 {
    grid-row-start: 9; }
  .col-start-xxl-10 {
    grid-column-start: 10; }
  .row-start-xxl-10 {
    grid-row-start: 10; }
  .col-start-xxl-11 {
    grid-column-start: 11; }
  .row-start-xxl-11 {
    grid-row-start: 11; }
  .col-start-xxl-12 {
    grid-column-start: 12; }
  .row-start-xxl-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 120em) {
  .pull-right-xxl {
    grid-column-end: -1; }
  .pull-left-xxl {
    grid-row-start: 1;
    grid-column-end: inherit; } }

.justify-start {
  justify-self: start;
  text-align: left; }

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

.justify-end {
  justify-self: end;
  text-align: right; }

@media screen and (min-width: 0) {
  .justify-xs-start {
    justify-self: start;
    text-align: left; }
  .justify-xs-center {
    justify-self: center;
    text-align: center; }
  .justify-xs-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 34.375em) {
  .justify-sm-start {
    justify-self: start;
    text-align: left; }
  .justify-sm-center {
    justify-self: center;
    text-align: center; }
  .justify-sm-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 48em) {
  .justify-md-start {
    justify-self: start;
    text-align: left; }
  .justify-md-center {
    justify-self: center;
    text-align: center; }
  .justify-md-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 58.75em) {
  .justify-lg-start {
    justify-self: start;
    text-align: left; }
  .justify-lg-center {
    justify-self: center;
    text-align: center; }
  .justify-lg-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 68.75em) {
  .justify-xl-start {
    justify-self: start;
    text-align: left; }
  .justify-xl-center {
    justify-self: center;
    text-align: center; }
  .justify-xl-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 120em) {
  .justify-xxl-start {
    justify-self: start;
    text-align: left; }
  .justify-xxl-center {
    justify-self: center;
    text-align: center; }
  .justify-xxl-end {
    justify-self: end;
    text-align: right; } }

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

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

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

@media screen and (min-width: 0) {
  .align-xs-start {
    align-self: start; }
  .align-xs-center {
    align-self: center; }
  .align-xs-end {
    align-self: end; } }

@media screen and (min-width: 34.375em) {
  .align-sm-start {
    align-self: start; }
  .align-sm-center {
    align-self: center; }
  .align-sm-end {
    align-self: end; } }

@media screen and (min-width: 48em) {
  .align-md-start {
    align-self: start; }
  .align-md-center {
    align-self: center; }
  .align-md-end {
    align-self: end; } }

@media screen and (min-width: 58.75em) {
  .align-lg-start {
    align-self: start; }
  .align-lg-center {
    align-self: center; }
  .align-lg-end {
    align-self: end; } }

@media screen and (min-width: 68.75em) {
  .align-xl-start {
    align-self: start; }
  .align-xl-center {
    align-self: center; }
  .align-xl-end {
    align-self: end; } }

@media screen and (min-width: 120em) {
  .align-xxl-start {
    align-self: start; }
  .align-xxl-center {
    align-self: center; }
  .align-xxl-end {
    align-self: end; } }

html {
  --grid__gutter: 1rem; }

@media screen and (min-width: 58.75em) {
  .big-gap {
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; } }

@media screen and (min-width: 120em) {
  .big-gap {
    -moz-column-gap: 3.5em;
    column-gap: 3.5em; } }

.align-items-baseline {
  align-items: baseline; }

.row--gap-y {
  row-gap: calc(var(--grid-gutter) * 2); }
  @media screen and (min-width: 120em) {
    .row--gap-y {
      row-gap: calc(var(--grid-gutter) * 3); } }

[id='wrapper'] {
  min-height: 100vh;
  display: grid;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--layout-wrapper-background); }

[id="header"] {
  background: var(--layout-header-background);
  color: var(--layout-header-color); }
  [id="header"] > .inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--base-spacing-unit);
    padding-right: var(--base-spacing-unit); }

[id="footer"] {
  background: var(--layout-footer-background);
  color: var(--layout-footer-color); }
  [id="footer"] > .inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--base-spacing-unit);
    padding-right: var(--base-spacing-unit); }

@media screen and (min-width: 120em) {
  .mod_article.container-small > .inside {
    max-width: 1500px;
    margin: 0 auto; } }

.column-2 {
  display: grid;
  margin: 0; }
  @media screen and (min-width: 58.75em) {
    .column-2 {
      display: block;
      -moz-columns: 2;
      columns: 2;
      -moz-column-gap: 50px;
      column-gap: 50px; }
      .column-2 h1,
      .column-2 h2,
      .column-2 h3 {
        -moz-column-span: all;
        column-span: all;
        margin-bottom: 30px; } }
  @media screen and (min-width: 120em) {
    .column-2 {
      -moz-column-gap: 200px;
      column-gap: 200px; } }

/*************************************

FOOTER SECTION

*************************************/
#footer {
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
  width: calc(100% - 20px);
  margin: 50px auto 10px;
  border-top: 1px solid #ccc;
  z-index: 2000; }
  #footer .inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--base-spacing-unit-lg);
    padding-right: var(--base-spacing-unit-lg); }
    #footer .inside .content-text {
      font-size: 17px; }
      @media screen and (min-width: 68.75em) {
        #footer .inside .content-text {
          font-size: 23px; } }
      #footer .inside .content-text.font-big {
        font-size: clamp(25px, 2vw, 35px);
        font-variation-settings: "wght" 300; }
  #footer .footer-divider {
    border-bottom: 1px solid #ccc;
    padding-bottom: var(--base-spacing-unit); }
    @media screen and (min-width: 58.75em) {
      #footer .footer-divider {
        border-bottom: none;
        border-right: 1px solid #ccc; } }
  #footer a,
  #footer strong {
    font-weight: 200;
    text-decoration: none; }
  #footer .logo img {
    margin: 0;
    padding: 30px 0; }
  #footer .copyright {
    font-size: 16px; }

.mod_article {
  position: relative; }
  .mod_article > .inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--base-spacing-unit);
    padding-right: var(--base-spacing-unit);
    padding-top: var(--article-spacing-top);
    padding-bottom: var(--article-spacing-bottom); }

.article--full > .inside {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0; }

.mod_article {
  position: relative; }
  .mod_article:not(#intro):not(#intro-padding):first-child > .inside {
    padding-bottom: 0; }
  .mod_article:first-child {
    transform: none !important;
    opacity: 1 !important; }
  @media screen and (min-width: 58.75em) {
    .mod_article > .inside {
      padding-left: var(--base-spacing-unit-lg);
      padding-right: var(--base-spacing-unit-lg); } }
  @media screen and (min-width: 68.75em) {
    .mod_article > .inside {
      padding-left: var(--base-spacing-unit-lg);
      padding-right: var(--base-spacing-unit-lg); } }
  @media screen and (min-width: 120em) {
    .mod_article > .inside {
      padding-left: var(--base-spacing-unit);
      padding-right: var(--base-spacing-unit); } }

#main .article--full > .inside {
  padding-top: var(--article-spacing-top);
  padding-bottom: var(--article-spacing-bottom); }
  @media screen and (min-width: 120em) {
    #main .article--full > .inside {
      padding: var(--base-spacing-unit-xl); } }
  #main .article--full > .inside .row.inside {
    max-width: 80em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--base-spacing-unit);
    padding-right: var(--base-spacing-unit); }

#main .article--full.no-padding > .inside {
  padding-left: 0;
  padding-right: 0; }

.image--left img {
  text-align: left;
  margin-left: 0; }

.image--right img {
  text-align: right;
  margin-right: 0; }

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.ce_gallery {
  margin-bottom: var(--base-spacing-unit); }
  .ce_gallery > ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr;
    grid-row-gap: var(--gallery-gutter);
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @supports not (display: grid) {
      .ce_gallery > ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
  .ce_gallery .cols_2 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_2 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_2 li {
        width: 50%; } }
  .ce_gallery .cols_3 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_3 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_3 li {
        width: 50%; } }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_3 li {
        grid-column: 1 / -1;
        grid-column: span 4/span 4; }
        @supports not (display: grid) {
          .ce_gallery .cols_3 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_3 li {
            width: 33.33333%; } } }
  .ce_gallery .cols_4 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_4 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_4 li {
        width: 50%; } }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_4 li {
        grid-column: 1 / -1;
        grid-column: span 3/span 3; }
        @supports not (display: grid) {
          .ce_gallery .cols_4 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_4 li {
            width: 25%; } } }
  .ce_gallery .cols_5 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_5 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_5 li {
        width: 50%; } }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_5 li {
        grid-column: 1 / -1;
        grid-column: span 2/span 2; }
        @supports not (display: grid) {
          .ce_gallery .cols_5 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_5 li {
            width: 16.66667%; } } }
  .ce_gallery .cols_6 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_6 li {
        padding-left: var(--grid-gutter-half);
        padding-right: var(--grid-gutter-half); } }
    @supports not (display: grid) {
      .ce_gallery .cols_6 li {
        width: 50%; } }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_6 li {
        grid-column: 1 / -1;
        grid-column: span 2/span 2; }
        @supports not (display: grid) {
          .ce_gallery .cols_6 li {
            padding-left: var(--grid-gutter-half);
            padding-right: var(--grid-gutter-half); } }
        @supports not (display: grid) {
          .ce_gallery .cols_6 li {
            width: 16.66667%; } } }
  .ce_gallery img {
    display: block; }

.content-gallery {
  margin-bottom: var(--base-spacing-unit); }
  .content-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .content-gallery a {
    text-decoration: none; }
  .content-gallery ul {
    grid-row-gap: var(--gallery-gutter); }
  .content-gallery--cols-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-2 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
  .content-gallery--cols-3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-3 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 48em) {
      .content-gallery--cols-3 ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-3 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-4 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-4 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 48em) {
      .content-gallery--cols-4 ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-4 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-5 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-5 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 48em) {
      .content-gallery--cols-5 ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-5 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery--cols-6 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-auto-columns: 1fr; }
    @supports not (display: grid) {
      .content-gallery--cols-6 ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(-1 * var(--grid-gutter) / 2);
        margin-right: calc(-1 * var(--grid-gutter) / 2); } }
    @media screen and (min-width: 48em) {
      .content-gallery--cols-6 ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: var(--grid-gutter);
        grid-auto-columns: 1fr; }
        @supports not (display: grid) {
          .content-gallery--cols-6 ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: calc(-1 * var(--grid-gutter) / 2);
            margin-right: calc(-1 * var(--grid-gutter) / 2); } } }
  .content-gallery img {
    display: block; }

.ce_player .video_container,
.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

.content-player figure:has(video),
.content-player figure:has(iframe),
.content-youtube figure:has(video),
.content-youtube figure:has(iframe) {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

.ce_player video,
.content-player video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube iframe,
.ce_youtube a,
.content-youtube iframe,
.content-youtube a {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube button,
.content-youtube button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0; }
  .ce_youtube button img,
  .content-youtube button img {
    grid-column: 1 / -1;
    grid-row: 1; }
  .ce_youtube button p,
  .content-youtube button p {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: var(--base-spacing-unit);
    background: var(--base-overlay-background);
    color: var(--color-text-inverted); }

figcaption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 2px 5px 2px 5px;
  font-size: 15px;
  color: #000; }

.caption-on figcaption {
  display: block !important; }

.full-height {
  height: 100%; }
  .full-height figure {
    height: 100%; }
    .full-height figure img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.epp-img {
  position: relative; }
  .epp-img figure img {
    -webkit-clip-path: var(--diamant-form);
    clip-path: var(--diamant-form);
    aspect-ratio: 1; }
  .epp-img:before, .epp-img:after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    -webkit-clip-path: var(--diamant-form);
    clip-path: var(--diamant-form);
    aspect-ratio: 1; }
    @media screen and (min-width: 34.375em) {
      .epp-img:before, .epp-img:after {
        width: 200px;
        height: 200px; } }
  .epp-img:before {
    right: -10px;
    background-color: #6abcff;
    z-index: 1; }
  .epp-img:after {
    content: "";
    right: 20px;
    background-color: #7a92a3; }
  .epp-img.small {
    position: absolute;
    top: -20px;
    left: 30px;
    padding: 0 45% 50% 0;
    z-index: -1; }
    .epp-img.small figure img {
      -webkit-clip-path: none;
      clip-path: none; }
    .epp-img.small:before, .epp-img.small:after {
      content: none; }
  .epp-img.left:before {
    right: initial;
    left: 20px; }
  .epp-img.left:after {
    right: initial;
    left: -10px; }

.masonry-wrap {
  width: calc(50% - 10px);
  margin-bottom: 10px; }
  @media screen and (min-width: 68.75em) {
    .masonry-wrap {
      width: calc(25% - 30px); } }
  .masonry-wrap a:hover:after {
    content: none; }

a.btn, .content-text.btn.btn--primary a,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, a.btn--secondary,
button.btn--secondary, div.btn.btn--primary > .rte p > a,
div.btn.btn--primary > .rte p > button, .back a, .mod_newslist.aktuelles-list .more a, input.submit,
button.submit, .ce_comments .submit, .ce_rsce_card .card-link {
  border-radius: var(--button-border-radius);
  padding: var(--button-spacing);
  display: inline-block;
  border: var(--button-border-width) var(--button-border-style, solid) var(--button-border-color, transparent);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  text-align: center;
  background: transparent;
  color: var(--button-color);
  background-image: none;
  white-space: nowrap;
  text-decoration: none; }

a.btn--primary, .content-text.btn.btn--primary a,
span.btn--primary,
button.btn--primary, div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, div.btn.btn--primary > .rte p > a,
div.btn.btn--primary > .rte p > button, .back a, .mod_newslist.aktuelles-list .more a, input.submit,
button.submit, .ce_comments .submit {
  background: var(--button-background);
  color: var(--button-color); }
  a.btn--primary:hover, .content-text.btn.btn--primary a:hover,
  span.btn--primary:hover,
  button.btn--primary:hover, div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover,
  .content-toplink > a:hover,
  .content-toplink > button:hover, div.btn.btn--primary > .rte p > a:hover,
  div.btn.btn--primary > .rte p > button:hover, .back a:hover, .mod_newslist.aktuelles-list .more a:hover, input.submit:hover,
  button.submit:hover, .ce_comments .submit:hover {
    --button-background: var(--button-background-hover);
    --button-color: var(--button-color-hover); }

a.btn, .content-text.btn.btn--primary a,
span.btn,
button.btn {
  margin-bottom: var(--base-spacing-unit); }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child),
.content-toplink:not(:last-child) {
  margin-bottom: var(--base-spacing-unit); }

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

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

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

.btn--floated {
  float: left;
  margin-right: var(--base-spacing-unit-xs); }

.ce_toplink a,
.toplink a,
.content-toplink a {
  text-decoration: none; }

.back {
  border-top: var(--base-border);
  margin-top: var(--base-spacing-unit);
  padding-top: var(--base-spacing-unit-sm); }
  .back a {
    text-decoration: none; }

html {
  --button-bg: transparent;
  --button-bg-hover: transparent; }

a.btn, .content-text.btn.btn--primary a,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, a.btn--secondary,
button.btn--secondary, div.btn.btn--primary > .rte p > a,
div.btn.btn--primary > .rte p > button, .back a, .mod_newslist.aktuelles-list .more a, input.submit,
button.submit, .ce_comments .submit, .ce_rsce_card .card-link {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: var(--button-spacing);
  border: var(--button-border-width) var(--button-border-style, solid) var(--button-border-color, #000);
  border-radius: var(--button-border-radius);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-variation-settings: "wght" var(--button-font-weight);
  line-height: var(--button-line-height);
  text-align: center;
  background: var(--button-background);
  color: var(--button-color);
  background-image: none;
  white-space: nowrap;
  text-decoration: none; }

a.btn--primary, .content-text.btn.btn--primary a,
span.btn--primary,
button.btn--primary, div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button,
.content-toplink > a,
.content-toplink > button, div.btn.btn--primary > .rte p > a,
div.btn.btn--primary > .rte p > button, .back a, .mod_newslist.aktuelles-list .more a, input.submit,
button.submit, .ce_comments .submit {
  color: var(--button-color);
  font-size: 1.2rem;
  margin-top: 1em;
  transition: all 0.2s; }
  a.btn--primary:after, .content-text.btn.btn--primary a:after,
  span.btn--primary:after,
  button.btn--primary:after, div.btn--primary > a:after,
  div.btn--primary > button:after,
  .ce_toplink > a:after,
  .ce_toplink > button:after,
  .toplink > a:after,
  .toplink > button:after,
  .content-toplink > a:after,
  .content-toplink > button:after, div.btn.btn--primary > .rte p > a:after,
  div.btn.btn--primary > .rte p > button:after, .back a:after, .mod_newslist.aktuelles-list .more a:after, input.submit:after,
  button.submit:after, .ce_comments .submit:after {
    content: "";
    background: url("../img/icons/arrow-right.svg") no-repeat;
    background-size: contain;
    width: 15px;
    height: 25px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 25px; }
  a.btn--primary:hover, .content-text.btn.btn--primary a:hover,
  span.btn--primary:hover,
  button.btn--primary:hover, div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover,
  .content-toplink > a:hover,
  .content-toplink > button:hover, div.btn.btn--primary > .rte p > a:hover,
  div.btn.btn--primary > .rte p > button:hover, .back a:hover, .mod_newslist.aktuelles-list .more a:hover, input.submit:hover,
  button.submit:hover, .ce_comments .submit:hover {
    --button-background: var(--button-background-hover);
    --button-color: var(--button-color-hover);
    transform: translateY(-3px); }

a.btn--secondary, .ce_rsce_card a.card-link,
button.btn--secondary,
.ce_rsce_card button.card-link {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border: none;
  font-size: 18px; }
  a.btn--secondary:after, .ce_rsce_card a.card-link:after,
  button.btn--secondary:after,
  .ce_rsce_card button.card-link:after {
    content: "";
    background: url("../img/icons/arrow-right-blue.svg") no-repeat;
    background-size: contain;
    width: 15px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 25px; }

a.btn, .content-text.btn.btn--primary a,
span.btn,
button.btn {
  margin-bottom: var(--base-spacing-unit); }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child),
.content-toplink:not(:last-child) {
  margin-bottom: var(--base-spacing-unit); }

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

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

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

.btn--floated {
  float: left;
  margin-right: var(--base-spacing-unit-xs); }

.ce_toplink a,
.toplink a,
.content-toplink a {
  text-decoration: none; }

.back {
  margin-top: 0;
  padding-top: 0;
  min-width: auto !important;
  border: none !important; }

a.overlay {
  position: absolute;
  inset: 0;
  z-index: 1; }
  @media screen and (min-width: 58.75em) {
    a.overlay {
      display: none; } }

.ce_text a,
ul a,
.card .card-content p a,
.description a {
  font-weight: 350;
  transition: all 0.3s; }

a {
  font-weight: 700;
  transition: all 0.3s; }

#footer .info-wrapper a {
  display: inline-block;
  transition: all 0.3s; }
  #footer .info-wrapper a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 2px;
    background-color: #fafafa;
    opacity: 0;
    transition: all 0.3s; }
  #footer .info-wrapper a:hover:after {
    width: 100%;
    opacity: 1; }

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

.nav a {
  text-decoration: none; }

.nav--horizontal ul {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 48em) {
    .nav--horizontal ul {
      flex-direction: row; } }

.nav--horizontal a,
.nav--horizontal strong.active,
.nav--horizontal strong.trail,
.nav--horizontal strong.forward {
  display: block;
  padding: calc(var(--nav-item-padding) / 2) var(--nav-item-padding); }

.nav--vertical a,
.nav--vertical strong.active,
.nav--vertical strong.trail,
.nav--vertical strong.forward {
  display: block;
  padding: calc(var(--nav-item-padding) / 2) var(--nav-item-padding); }

.nav--border {
  border: var(--base-border); }
  .nav--border a,
  .nav--border strong.active,
  .nav--border strong.trail,
  .nav--border strong.forward {
    padding: var(--nav-item-padding) var(--nav-item-padding);
    border-bottom: 1px solid var(--base-border-color); }
    .nav--border a.last,
    .nav--border strong.active.last,
    .nav--border strong.trail.last,
    .nav--border strong.forward.last {
      border-bottom: 0; }

.nav--breadcrumb {
  border: var(--base-border);
  padding: var(--base-spacing-unit-sm) var(--base-spacing-unit);
  display: flex; }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb {
      flex-direction: column; } }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb li {
      padding-right: var(--base-spacing-unit); } }
  .nav--breadcrumb a:after {
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: var(--base-spacing-unit); }

.nav--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: var(--base-border);
  padding: var(--base-spacing-unit-xs) var(--base-spacing-unit-sm); }

.nav--select .submit {
  vertical-align: middle;
  padding: var(--base-spacing-unit-xs) var(--base-spacing-unit-sm); }

.nav--pager ul {
  text-align: center; }

.nav--pager li {
  display: inline-block; }

.nav--pager .empty {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.nav--pager a {
  padding: var(--base-spacing-unit-sm); }

.pagination {
  display: grid;
  grid-column: 1 / -1;
  margin-top: var(--base-spacing-unit);
  text-align: center;
  line-height: 1; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination a {
    text-decoration: none; }
  @supports not (display: grid) {
    .pagination {
      display: flex;
      flex: 1 1 auto;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media screen and (min-width: 34.375em) {
    .pagination {
      grid-template-columns: 1fr 1fr; } }
  .pagination p {
    padding: var(--base-spacing-unit-xs);
    padding-left: 0;
    margin: var(--base-spacing-unit-xs);
    margin-left: 0;
    border-top: var(--base-border-width) solid transparent; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination strong {
    display: inline-block;
    padding: var(--base-spacing-unit-xs);
    margin: var(--base-spacing-unit-xs); }
  .pagination strong {
    border: var(--base-border); }
  .pagination a.next {
    margin-right: 0;
    padding-right: 0; }
  @media screen and (min-width: 34.375em) {
    .pagination p {
      justify-self: start; }
    .pagination p + ul {
      justify-self: end; } }

[id="header"] {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  z-index: 1010;
  transition: all 0.3s; }
  @media screen and (min-width: 68.75em) {
    [id="header"] {
      padding-top: 35px;
      height: 130px; } }
  @media screen and (min-width: 120em) {
    [id="header"] {
      padding-left: var(--base-spacing-unit-xl);
      padding-right: var(--base-spacing-unit-xl); } }
  [id="header"] > .inside {
    display: grid;
    grid-template-columns: max-content;
    align-content: center;
    align-items: center;
    padding: 0;
    padding-left: var(--base-spacing-unit);
    padding-right: var(--base-spacing-unit); }
    @media screen and (min-width: 68.75em) {
      [id="header"] > .inside {
        grid-template-columns: max-content; } }
    [id="header"] > .inside .logo-white {
      width: 150px;
      transition: all 0.3s; }
      @media screen and (min-width: 120em) {
        [id="header"] > .inside .logo-white {
          width: 300px; } }
      [id="header"] > .inside .logo-white img {
        filter: brightness(10); }
    [id="header"] > .inside #mainNav {
      display: none; }
      @media screen and (min-width: 68.75em) {
        [id="header"] > .inside #mainNav {
          display: block;
          grid-column-start: 2;
          grid-row-start: 1; } }
      [id="header"] > .inside #mainNav ul {
        display: flex;
        justify-content: flex-end;
        list-style: none;
        align-items: center;
        margin-left: 20px;
        gap: 25px; }
        @media screen and (min-width: 68.75em) {
          [id="header"] > .inside #mainNav ul {
            gap: 45px; } }
        @media screen and (min-width: 120em) {
          [id="header"] > .inside #mainNav ul {
            gap: 85px; } }
        [id="header"] > .inside #mainNav ul > li {
          position: relative; }
          [id="header"] > .inside #mainNav ul > li a,
          [id="header"] > .inside #mainNav ul > li strong {
            display: inline-block;
            font-variation-settings: "wght" 550;
            color: var(--color-text--inverted); }
            @media screen and (min-width: 68.75em) {
              [id="header"] > .inside #mainNav ul > li a,
              [id="header"] > .inside #mainNav ul > li strong {
                font-size: 25px; } }
            @media screen and (min-width: 120em) {
              [id="header"] > .inside #mainNav ul > li a,
              [id="header"] > .inside #mainNav ul > li strong {
                font-size: 35px; } }
            [id="header"] > .inside #mainNav ul > li a:after,
            [id="header"] > .inside #mainNav ul > li strong:after {
              content: "";
              display: block;
              width: 0;
              height: 1px;
              background-color: #6abcff;
              opacity: 0;
              transition: all 0.3s; }
            [id="header"] > .inside #mainNav ul > li a:hover:after, [id="header"] > .inside #mainNav ul > li a.active:after,
            [id="header"] > .inside #mainNav ul > li strong:hover:after,
            [id="header"] > .inside #mainNav ul > li strong.active:after {
              width: 100%;
              opacity: 1; }
          [id="header"] > .inside #mainNav ul > li.submenu:hover > ul.level_2 {
            opacity: 1;
            visibility: visible;
            top: 50px;
            z-index: 1; }
          [id="header"] > .inside #mainNav ul > li > ul.level_2 {
            position: absolute;
            left: 50%;
            top: 40px;
            margin: 0;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            padding: 0 5px;
            justify-content: none;
            background-color: white;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-50%);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            transition: opacity 0.3s, transform 0.3s, top 0.3s, visibility 0.3s;
            z-index: -1; }
            [id="header"] > .inside #mainNav ul > li > ul.level_2 > li {
              min-width: -moz-max-content;
              min-width: max-content;
              transition: all 0.3s; }
              [id="header"] > .inside #mainNav ul > li > ul.level_2 > li:first-child {
                padding-top: 15px; }
              [id="header"] > .inside #mainNav ul > li > ul.level_2 > li.tel, [id="header"] > .inside #mainNav ul > li > ul.level_2 > li.download-icon {
                display: inline-block; }
                [id="header"] > .inside #mainNav ul > li > ul.level_2 > li.tel:before, [id="header"] > .inside #mainNav ul > li > ul.level_2 > li.download-icon:before {
                  content: none; }
              [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > a,
              [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > strong,
              [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > span {
                position: relative;
                display: inline-block;
                color: #545e65;
                padding: 0 13px 13px 13px;
                line-height: 1.5;
                text-transform: none;
                transition: all 0.3s; }
                @media screen and (min-width: 68.75em) {
                  [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > a,
                  [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > strong,
                  [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > span {
                    font-size: 1.1rem; } }
                @media only screen and (min-width: 1400px) {
                  [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > a,
                  [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > strong,
                  [id="header"] > .inside #mainNav ul > li > ul.level_2 > li > span {
                    font-size: 1.3rem; } }
  @media screen and (min-width: 68.75em) {
    [id="header"].is-fixed {
      position: fixed;
      top: -130px;
      left: 0;
      font-size: 20px;
      padding: 0;
      transform: translateY(-100%);
      z-index: 800; }
      [id="header"].is-fixed .inside {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background-color: rgba(106, 188, 255, 0.8);
        padding: 30px; }
      [id="header"].is-fixed .logo-white {
        width: 250px;
        transition: all 0s; }
      [id="header"].is-fixed > .inside #mainNav ul {
        margin-bottom: 0; }
      [id="header"].is-fixed.is-visible {
        top: 5px;
        transform: translateY(0); }
      [id="header"].is-fixed:before {
        content: none; } }

/*************************************

HAMBURGER MODUL STYLESHEET

*************************************/
#hamburger-section {
  position: relative;
  z-index: 8000; }

#hamburger-close {
  position: fixed;
  position: fixed;
  top: 30%;
  right: 10%; }

#hamburger {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 50px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s; }
  @media screen and (min-width: 68.75em) {
    #hamburger {
      top: 100px;
      right: 10%;
      display: none; } }
  #hamburger span {
    display: block;
    height: 5px;
    background: var(--color-brand);
    transition: all 0.3s;
    margin-bottom: 5px;
    z-index: 1; }
  #hamburger.open span {
    margin-left: 0;
    margin-right: 0; }
    #hamburger.open span:first-of-type {
      transform: translateY(15px) rotate(45deg); }
    #hamburger.open span:nth-child(2) {
      opacity: 0;
      visibility: hidden; }
    #hamburger.open span:last-of-type {
      width: 100%;
      transform: translateY(-14px) rotate(-45deg); }

.content-swiper .swiper-button-prev,
.content-swiper .swiper-button-next {
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slider {
  position: relative; }
  .slider .slider-control {
    position: static;
    height: 0; }
  .slider .slider-control a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--slider-arrow-size);
    line-height: 1;
    position: absolute;
    display: block;
    color: var(--slider-arrow-color);
    font-family: var(--slider-arrow-font-family); }
    .slider .slider-control a:before {
      padding: var(--base-spacing-unit-sm);
      display: block; }
    .slider .slider-control a:hover {
      opacity: 0.5; }
  .slider .slider-prev:before {
    content: "◄"; }
  .slider .slider-next:before {
    content: "►"; }
  .slider .slider-menu {
    font-size: var(--slider-menu-point-size);
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider .slider-menu b {
      color: var(--slider-menu-point-color); }
    .slider .slider-menu b.active {
      color: var(--slider-menu-point-color-active); }
    .slider .slider-menu b:hover {
      opacity: 0.5; }

@media screen and (min-width: 68.75em) {
  .gallery-carousel-wrapper {
    overflow: hidden; }
    .gallery-carousel-wrapper .ce_gallery {
      margin-right: -15vw; } }

.gallery-carousel {
  margin: 0;
  padding-left: 0; }
  @media screen and (min-width: 58.75em) {
    .gallery-carousel li {
      padding: 0 5px; } }
  .gallery-carousel li img {
    -o-object-fit: cover;
    object-fit: cover; }

.gallery-kontakt {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gallery-kontakt li {
    border-radius: 50px;
    overflow: hidden; }

.news-list {
  margin-bottom: var(--base-spacing-unit); }
  .news-list > h1, .news-list > h2, .news-list > h3, .news-list > h4, .news-list > h5, .news-list > h6 {
    margin-bottom: 0; }
  .news-list .info {
    margin-bottom: 0; }
  .news-list .float_left {
    margin-right: var(--base-spacing-unit); }
  .news-list .float_right {
    margin-left: var(--base-spacing-unit); }
  .news-list .layout_short > h1, .news-list .layout_short > h2, .news-list .layout_short > h3, .news-list .layout_short > h4, .news-list .layout_short > h5, .news-list .layout_short > h6,
  .news-list .layout_latest > h1,
  .news-list .layout_latest > h2,
  .news-list .layout_latest > h3,
  .news-list .layout_latest > h4,
  .news-list .layout_latest > h5,
  .news-list .layout_latest > h6,
  .news-list .layout_simple > h1,
  .news-list .layout_simple > h2,
  .news-list .layout_simple > h3,
  .news-list .layout_simple > h4,
  .news-list .layout_simple > h5,
  .news-list .layout_simple > h6 {
    margin-top: var(--base-spacing-unit); }
  .news-list .layout_simple time,
  .news-list .layout_simple a,
  .news-list .layout_upcoming time,
  .news-list .layout_upcoming a {
    padding-top: var(--base-spacing-unit);
    display: inline-block; }
  .news-list .header {
    margin-top: var(--base-spacing-unit); }

.news-grid {
  display: grid;
  grid-gap: var(--grid-gutter);
  margin-bottom: var(--base-spacing-unit);
  margin-bottom: var(--base-spacing-unit); }
  @media screen and (min-width: 34.375em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-sm), 1fr); } }
  @media screen and (min-width: 48em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-md), 1fr); } }
  @media screen and (min-width: 58.75em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-lg), 1fr); } }
  @media screen and (min-width: 68.75em) {
    .news-grid {
      grid-template-columns: repeat(var(--news-grid-columns-xl), 1fr); } }
  .news-grid > h1, .news-grid > h2, .news-grid > h3, .news-grid > h4, .news-grid > h5, .news-grid > h6 {
    grid-column: 1 / -1; }
  .news-grid .layout_simple time {
    display: block; }

.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.news-menu a {
  text-decoration: none; }

.news-menu .year {
  margin-bottom: var(--base-spacing-unit-sm); }
  .news-menu .year > a,
  .news-menu .year > .active {
    color: inherit;
    font-weight: var(--headings-font-weight);
    font-family: var(--headings-font-family); }

.news-menu .level_2 li {
  margin-bottom: var(--base-spacing-unit-xs); }

.mod_newslist.aktuelles-list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 68.75em) {
    .mod_newslist.aktuelles-list {
      gap: 50px; } }
  .mod_newslist.aktuelles-list .layout_short {
    display: flex;
    flex-flow: column;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 10px; }
    @media screen and (min-width: 68.75em) {
      .mod_newslist.aktuelles-list .layout_short {
        width: calc(50% - 50px);
        border: 1px solid #ccc;
        margin-bottom: 50px;
        padding: 40px;
        border-radius: 20px; } }
    .mod_newslist.aktuelles-list .layout_short h2 {
      font-size: 30px; }
  .mod_newslist.aktuelles-list .more {
    margin-top: auto; }

.mod_newsreader h1 {
  color: #6abcff; }

.events-list {
  margin-bottom: var(--base-spacing-unit); }
  .events-list > h1, .events-list > h2, .events-list > h3, .events-list > h4, .events-list > h5, .events-list > h6 {
    margin-bottom: 0; }
  .events-list .image_container {
    margin-top: var(--base-spacing-unit);
    margin-bottom: var(--base-spacing-unit); }
  .events-list .float_left {
    margin-right: var(--base-spacing-unit); }
  .events-list .float_right {
    margin-left: var(--base-spacing-unit); }
  .events-list .event > h1, .events-list .event > h2, .events-list .event > h3, .events-list .event > h4, .events-list .event > h5, .events-list .event > h6 {
    margin-top: var(--base-spacing-unit); }
  .events-list .layout_upcoming time,
  .events-list .layout_upcoming a {
    padding-top: var(--base-spacing-unit);
    display: inline-block; }
  .events-list .header {
    margin-top: var(--base-spacing-unit); }

.events-grid {
  display: grid;
  grid-gap: var(--grid-gutter);
  margin-bottom: var(--base-spacing-unit); }
  @media screen and (min-width: 34.375em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-sm), 1fr); } }
  @media screen and (min-width: 48em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-md), 1fr); } }
  @media screen and (min-width: 58.75em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-lg), 1fr); } }
  @media screen and (min-width: 68.75em) {
    .events-grid {
      grid-template-columns: repeat(var(--events-grid-columns-xl), 1fr); } }

.events-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.events-menu a {
  text-decoration: none; }

.events-menu .year {
  margin-bottom: var(--base-spacing-unit-sm); }
  .events-menu .year > a,
  .events-menu .year > .active {
    color: inherit;
    font-weight: var(--headings-font-weight);
    font-family: var(--headings-font-family); }

.events-menu .level_2 li {
  margin-bottom: var(--base-spacing-unit-xs); }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: var(--base-spacing-unit-xs); }

input.text,
input.captcha,
textarea.textarea,
select.select {
  display: block;
  width: 100%;
  padding: var(--base-spacing-unit-sm) var(--base-spacing-unit-sm);
  border-radius: var(--forms-input-border-radius);
  border: var(--forms-input-border-width) solid var(--forms-input-border-color);
  background-clip: padding-box;
  background-image: none;
  background-color: var(--forms-input-background);
  line-height: var(--forms-input-line-height); }

textarea.textarea {
  height: auto; }

.widget-text,
.widget-textarea,
.widget-password {
  margin-bottom: var(--base-spacing-unit); }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="file"] {
  display: block;
  line-height: 1; }

input.radio,
input.checkbox {
  margin-left: 1px;
  margin-right: var(--base-spacing-unit-xs);
  line-height: var(--base-line-height);
  vertical-align: middle; }
  input.radio + label,
  input.checkbox + label {
    margin-right: var(--base-spacing-unit-xs);
    margin-bottom: 0;
    font-weight: normal; }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: var(--base-spacing-unit); }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 700; }

.radio_container > span,
.checkbox_container > span {
  display: inline-flex;
  align-items: center; }

span.mandatory {
  color: var(--forms-mandatory-color); }

p.error {
  margin-bottom: 0; }

.formbody {
  grid-auto-rows: min-content; }
  .formbody > .row > div {
    grid-auto-rows: min-content !important; }
  .formbody .widget input,
  .formbody .widget select {
    height: 45px;
    border-radius: 10px;
    color: var(--color-text); }
    @media screen and (min-width: 58.75em) {
      .formbody .widget input,
      .formbody .widget select {
        height: 55px; } }
  .formbody .widget textarea {
    border-radius: 10px; }
  @media screen and (min-width: 58.75em) {
    .formbody .widget.form-anpassung {
      margin-bottom: 83px; } }
  @media screen and (min-width: 68.75em) {
    .formbody .widget.form-anpassung {
      margin-bottom: 97px; } }
  .formbody .widget.widget-calendar div {
    position: relative; }
    .formbody .widget.widget-calendar div input + .input-button {
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%); }
      .formbody .widget.widget-calendar div input + .input-button img {
        filter: brightness(10); }

.ce_accordion {
  margin-bottom: var(--accordion-spacing); }
  .ce_accordion:not(.handorgel) .toggler {
    font-size: var(--accordion-toggler-font-size);
    cursor: pointer;
    background: var(--accordion-toggler-background);
    color: var(--accordion-toggler-color);
    padding: var(--accordion-toggler-spacing);
    border: var(--accordion-toggler-border); }
    .ce_accordion:not(.handorgel) .toggler:hover {
      color: var(--accordion-toggler-color-hover); }
    .ce_accordion:not(.handorgel) .toggler:focus {
      outline: 0; }
  .ce_accordion.handorgel .toggler button {
    display: flex;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--accordion-toggler-font-size);
    cursor: pointer;
    background: var(--accordion-toggler-background);
    color: var(--accordion-toggler-color);
    padding: var(--accordion-toggler-spacing);
    border: var(--accordion-toggler-border); }
    .ce_accordion.handorgel .toggler button:hover {
      color: var(--accordion-toggler-color-hover); }
    .ce_accordion.handorgel .toggler button:focus {
      outline: 0; }
  .ce_accordion .accordion {
    background: var(--accordion-content-background);
    overflow: hidden; }
    .ce_accordion .accordion > div {
      padding: var(--accordion-content-spacing); }

.content-accordion .handorgel__header {
  line-height: var(--base-line-height);
  margin-bottom: var(--accordion-spacing); }

.content-accordion .handorgel__header__button {
  display: flex;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: var(--accordion-toggler-font-size);
  cursor: pointer;
  background: var(--accordion-toggler-background);
  color: var(--accordion-toggler-color);
  padding: var(--accordion-toggler-spacing);
  border: var(--accordion-toggler-border); }
  .content-accordion .handorgel__header__button:hover {
    color: var(--accordion-toggler-color-hover); }
  .content-accordion .handorgel__header__button:focus {
    outline: 0; }

.content-accordion .handorgel__content {
  background: var(--accordion-content-background);
  overflow: hidden; }
  .content-accordion .handorgel__content > div {
    padding: var(--accordion-content-spacing); }

.red-accordeon-wrapper {
  display: grid;
  gap: 20px; }
  @media screen and (min-width: 58.75em) {
    .red-accordeon-wrapper {
      grid-template-columns: 1fr 1fr; } }
  .red-accordeon-wrapper .toggler {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .red-accordeon-wrapper .toggler:hover span.ui-accordion-header-icon {
      transform: translateY(3px); }
    .red-accordeon-wrapper .toggler.active span.ui-accordion-header-icon {
      transform: rotate(-180deg); }
    .red-accordeon-wrapper .toggler span.ui-accordion-header-icon {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 10px;
      order: 1;
      background: white;
      -webkit-clip-path: polygon(10px 10px, 20px 0px, 0px 0px);
      clip-path: polygon(10px 10px, 20px 0px, 0px 0px);
      z-index: 99999999999;
      transform: rotate(0);
      transition: all 0.3s; }

.content-accordion {
  margin-bottom: var(--accordion-spacing);
  border-radius: var(--base-border-radius); }
  .content-accordion .handorgel__header {
    margin-bottom: 0; }
    .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after {
      transform: rotate(-90deg); }
    .content-accordion .handorgel__header .handorgel__header__button:after {
      content: "";
      background: url("../img/icons/arrow-right-blue.svg") no-repeat;
      background-size: contain;
      transform: rotate(90deg);
      width: 15px;
      height: 25px;
      display: inline-block;
      vertical-align: bottom;
      margin-left: 25px;
      margin-top: 10px;
      transition: all 0.3s; }
  .content-accordion:not(.handorgel) .toggler {
    font-size: var(--accordion-toggler-font-size);
    cursor: pointer;
    background: var(--accordion-toggler-background);
    color: var(--accordion-toggler-color);
    padding: var(--accordion-toggler-spacing);
    border: var(--accordion-toggler-border);
    border-radius: 25px;
    text-transform: uppercase;
    font-variation-settings: "wght" var(--headings-font-weight); }
    .content-accordion:not(.handorgel) .toggler:hover {
      color: var(--accordion-toggler-color-hover); }
    .content-accordion:not(.handorgel) .toggler:focus {
      outline: 0; }
  .content-accordion .toggler {
    position: relative;
    margin-bottom: -30px; }
  .content-accordion .accordion {
    background: var(--accordion-content-background);
    border: var(--accordion-content-border);
    border-radius: var(--base-border-radius);
    overflow: hidden; }
    .content-accordion .accordion > div {
      padding: var(--accordion-content-spacing);
      padding-top: 40px;
      border-radius: var(--base-border-radius); }

.ce_download,
.ce_downloads,
.content-download,
.content-downloads {
  margin-bottom: 1rem; }
  .ce_download .mime_icon,
  .ce_downloads .mime_icon,
  .content-download .mime_icon,
  .content-downloads .mime_icon {
    display: inline-block;
    vertical-align: middle; }
  .ce_download a,
  .ce_downloads a,
  .content-download a,
  .content-downloads a {
    display: inline-block;
    color: var(--download-link-color);
    -webkit-text-decoration: var(--download-link-decoration);
    text-decoration: var(--download-link-decoration); }

.ce_downloads ul,
.content-downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ce_downloads a,
.content-downloads a {
  text-decoration: none; }

table {
  margin-bottom: var(--base-spacing-unit);
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: var(--table-border-width) var(--table-border-style) var(--table-border-color);
  border-top: var(--table-border-width) var(--table-border-style) var(--table-border-color); }
  table th,
  table td {
    border-right: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    border-bottom: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    padding: 10px; }

thead {
  text-align: left;
  background: var(--table-background-light); }

tfoot {
  font-style: italic; }

.table--striped .even {
  background: var(--table-background-light); }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

.newsletter-subscribe,
.newsletter-unsubscribe {
  margin-bottom: var(--base-spacing-unit); }
  .newsletter-subscribe .formbody,
  .newsletter-unsubscribe .formbody {
    display: flex;
    flex-flow: row wrap; }
  .newsletter-subscribe .text,
  .newsletter-subscribe .widget-text,
  .newsletter-unsubscribe .text,
  .newsletter-unsubscribe .widget-text {
    margin-bottom: 0;
    display: inline-block;
    flex: 1; }
  .newsletter-subscribe .error,
  .newsletter-unsubscribe .error {
    margin-bottom: 0;
    flex: 1 100%;
    font-weight: 700; }
  .newsletter-subscribe .widget-captcha,
  .newsletter-unsubscribe .widget-captcha {
    order: -1;
    width: 100%;
    margin-bottom: var(--base-spacing-unit); }
  .newsletter-subscribe .widget-checkbox,
  .newsletter-unsubscribe .widget-checkbox {
    order: 1;
    width: 100%; }
  .newsletter-subscribe .submit,
  .newsletter-unsubscribe .submit {
    margin-left: var(--base-spacing-unit-xs); }

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

.newsletter-list a {
  text-decoration: none; }

.newsletter-list li {
  border-bottom: var(--newsletter-list-border);
  padding-top: var(--base-spacing-unit);
  padding-bottom: var(--base-spacing-unit);
  display: block; }
  .newsletter-list li:first-of-type {
    border-top: var(--newsletter-list-border); }
  @media screen and (min-width: 34.375em) {
    .newsletter-list li {
      font-size: var(--h4-font-size);
      line-height: var(--h4-line-height); } }
  @media screen and (min-width: 48em) {
    .newsletter-list li {
      font-size: var(--h3-font-size);
      line-height: var(--h3-line-height); } }
  .newsletter-list li a:hover {
    opacity: 0.5; }

.newsletter-reader {
  max-width: var(--newsletter-reader-width);
  margin-left: auto;
  margin-right: auto;
  border: var(--newsletter-reader-border);
  padding: 0 var(--base-spacing-unit); }

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

.faq-list a {
  text-decoration: none; }

.faq-list > ul {
  margin-top: 2rem; }

.faq-list li {
  margin-bottom: var(--base-spacing-unit-sm); }

.faq-list li a {
  display: inline-block; }

.faq-list > h1, .faq-list > h2, .faq-list > h3, .faq-list > h4, .faq-list > h5, .faq-list > h6 {
  margin-bottom: 0; }
  .faq-list > h1:after, .faq-list > h2:after, .faq-list > h3:after, .faq-list > h4:after, .faq-list > h5:after, .faq-list > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-list article > h1, .faq-list article > h2, .faq-list article > h3, .faq-list article > h4, .faq-list article > h5, .faq-list article > h6 {
  margin-bottom: 0; }
  .faq-list article > h1:after, .faq-list article > h2:after, .faq-list article > h3:after, .faq-list article > h4:after, .faq-list article > h5:after, .faq-list article > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-page > h1, .faq-page > h2, .faq-page > h3, .faq-page > h4, .faq-page > h5, .faq-page > h6 {
  margin-bottom: 0; }
  .faq-page > h1:after, .faq-page > h2:after, .faq-page > h3:after, .faq-page > h4:after, .faq-page > h5:after, .faq-page > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-page article > h1, .faq-page article > h2, .faq-page article > h3, .faq-page article > h4, .faq-page article > h5, .faq-page article > h6 {
  margin-bottom: 0; }
  .faq-page article > h1:after, .faq-page article > h2:after, .faq-page article > h3:after, .faq-page article > h4:after, .faq-page article > h5:after, .faq-page article > h6:after {
    border-top: var(--faq-border);
    content: "";
    display: block; }

.faq-page .info {
  font-size: 0.875rem;
  margin-top: var(--base-spacing-unit);
  opacity: 0.5; }

.faq-page section {
  padding: var(--base-spacing-unit) 0;
  border-bottom: var(--faq-border); }
  .faq-page section.last {
    margin-bottom: var(--base-spacing-unit); }

.faq-reader .info {
  font-size: 0.875rem;
  margin-top: var(--base-spacing-unit);
  opacity: 0.5; }

.ce_comments {
  overflow: visible; }
  .ce_comments .widget {
    margin-bottom: var(--base-spacing-unit); }
  .ce_comments p.error {
    margin-bottom: 0;
    color: var(--color-error); }
  .ce_comments .error {
    border-color: var(--color-error-light); }

.comment_default {
  padding: var(--base-spacing-unit);
  margin-bottom: var(--base-spacing-unit);
  border: var(--base-border); }
  .comment_default .info {
    padding-bottom: var(--base-spacing-unit);
    border-bottom: var(--base-border); }
  .comment_default.last {
    margin-bottom: var(--base-spacing-unit-lg); }

.search .formbody {
  display: flex;
  flex-flow: row wrap; }

.search .widget-text {
  margin-bottom: var(--base-spacing-unit-sm);
  display: inline-block;
  flex: 1; }

.search .widget-text label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.search .widget-submit {
  margin-bottom: var(--base-spacing-unit-sm);
  margin-left: var(--base-spacing-unit-xs);
  align-self: flex-end; }
  .search .widget-submit .submit {
    margin-left: 0; }

.search .relevance {
  color: var(--search-relevance-color); }

.search .context {
  margin-bottom: var(--base-spacing-unit-xs); }

.search .highlight {
  font-weight: bold; }

.search .url {
  color: var(--search-url-color); }

/*************************************

HERO SECTION

*************************************/
.start #hero-section > .mod_article:first-child {
  padding-top: 0; }

#hero-section {
  -o-border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)); }
  #hero-section .scroll-down {
    display: none; }
  #hero-section > .mod_article:first-child {
    position: relative; }
    #hero-section > .mod_article:first-child .h-big {
      position: relative;
      text-align: center;
      z-index: 1;
      font-size: clamp(30px, 8vw, 70px);
      letter-spacing: 10px;
      -webkit-hyphens: auto;
      hyphens: auto;
      word-break: normal; }
    #hero-section > .mod_article:first-child .inside {
      padding-top: 0;
      padding-bottom: 0; }
    #hero-section > .mod_article:first-child .hero {
      display: grid;
      align-items: end;
      height: 100px; }
      @media screen and (min-width: 68.75em) {
        #hero-section > .mod_article:first-child .hero {
          height: 35vh;
          min-height: 300px; } }
      #hero-section > .mod_article:first-child .hero.img-position-top img {
        -o-object-position: top;
        object-position: top; }
      #hero-section > .mod_article:first-child .hero figure {
        position: absolute;
        inset: 0;
        z-index: -1; }
        #hero-section > .mod_article:first-child .hero figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      #hero-section > .mod_article:first-child .hero video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: -1; }
      #hero-section > .mod_article:first-child .hero .hero-text {
        padding: 100px 0 0;
        z-index: 1; }
        @media screen and (min-width: 58.75em) {
          #hero-section > .mod_article:first-child .hero .hero-text {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5vw;
            align-items: flex-end;
            padding: 6vw 0 0; } }
        #hero-section > .mod_article:first-child .hero .hero-text .title-big {
          display: inline-block;
          font-family: var(--headings-font-family-special);
          font-variation-settings: "wght" 700;
          color: #fff;
          line-height: 1;
          font-size: clamp(50px, 8vw, 110px);
          padding-bottom: 4vw;
          z-index: 1; }
          #hero-section > .mod_article:first-child .hero .hero-text .title-big strong {
            color: #70eb6c; }
            @media screen and (min-width: 58.75em) {
              #hero-section > .mod_article:first-child .hero .hero-text .title-big strong {
                display: block; } }
            #hero-section > .mod_article:first-child .hero .hero-text .title-big strong:last-of-type {
              display: initial; }
        #hero-section > .mod_article:first-child .hero .hero-text .description {
          color: #fff;
          padding: 50px 50px 6vw;
          font-size: clamp(20px, 2vw, 35px);
          background-color: rgba(255, 255, 255, 0.3);
          -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px); }
          @media screen and (min-width: 120em) {
            #hero-section > .mod_article:first-child .hero .hero-text .description {
              font-size: clamp(20px, 8vw, 35px); } }
        #hero-section > .mod_article:first-child .hero .hero-text .hero-links {
          z-index: 1; }
          #hero-section > .mod_article:first-child .hero .hero-text .hero-links a {
            position: relative; }
            @media screen and (min-width: 68.75em) {
              #hero-section > .mod_article:first-child .hero .hero-text .hero-links a {
                font-size: 30px; } }
            #hero-section > .mod_article:first-child .hero .hero-text .hero-links a:after {
              content: "";
              background: url("../img/icons/arrow-down-blue.svg") no-repeat;
              background-size: contain;
              display: inline-block;
              vertical-align: middle;
              width: 50px;
              height: 50px;
              margin-left: 10px;
              -webkit-clip-path: var(--diamant-form);
              clip-path: var(--diamant-form);
              transition: all 0.3s; }
            #hero-section > .mod_article:first-child .hero .hero-text .hero-links a:hover:after {
              transform: translateY(3px); }
    #hero-section > .mod_article:first-child .hero-start {
      min-height: 100vh;
      min-height: 100svh; }

/*************************************

CARDS MODULE

*************************************/
.simpleParallax {
  height: 100%; }

.card-wrapper {
  gap: 25px; }

.ce_rsce_card {
  position: relative; }
  @media screen and (min-width: 68.75em) {
    .ce_rsce_card .card-img {
      -o-border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
      border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)); } }
  @media screen and (min-width: 68.75em) {
    .ce_rsce_card .card-img figure {
      position: absolute;
      inset: 0;
      z-index: -1; } }
  .ce_rsce_card .card-img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media screen and (min-width: 68.75em) {
    .ce_rsce_card.white {
      color: #fff; } }
  .ce_rsce_card .text-wrapper {
    padding: 25px; }
    @media screen and (min-width: 58.75em) {
      .ce_rsce_card .text-wrapper {
        display: grid;
        grid-template-columns: 1fr auto;
        justify-content: space-between;
        align-items: flex-end;
        padding: 50px; } }
    .ce_rsce_card .text-wrapper .img-text {
      margin-bottom: 20px; }
      @media screen and (min-width: 58.75em) {
        .ce_rsce_card .text-wrapper .img-text {
          max-width: 75%; } }

.border-card {
  border: 1px solid #ccc;
  padding: 25px 35px; }

/*************************************

ANIMATIONS MODUL STYLESHEET

*************************************/
/* Add your custom styles here */
/* Keyframe animation for the slide effect */
@keyframes slideEffect {
  0% {
    /* Initial position, adjust as needed */
    opacity: 1; }
  100% {
    /* Final position, adjust as needed */
    opacity: 0; } }

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/*************************************

FILTER MODUL STYLESHEET

*************************************/
.filter-nav {
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-height: 115px;
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 5px 0;
  overflow: auto;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .filter-nav {
      max-height: 175px;
      gap: 10px;
      font-size: 18px;
      margin-bottom: 45px; } }
  .filter-nav button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #545e65;
    border-radius: 5px;
    color: var(--color-text);
    transition: all 0.3s; }
    @media screen and (min-width: 48em) {
      .filter-nav button {
        padding: 10px 15px; } }
    .filter-nav button.active {
      background-color: #6abcff;
      border: 1px solid #6abcff;
      color: var(--color-text-inverted);
      font-weight: 600; }
    .filter-nav button:hover {
      transform: translateY(-2px); }
  .filter-nav::-webkit-scrollbar {
    width: 0.8em; }
  .filter-nav::-webkit-scrollbar-track {
    background-color: #ccc; }
  .filter-nav::-webkit-scrollbar-thumb {
    background-color: #a9a9a9; }

/*************************************

VEREIN MODUL

*************************************/
.verein-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px; }

.verein-wrap {
  position: relative;
  display: none;
  max-width: calc(50% - 10px);
  flex-flow: column;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #eeeeee;
  border-radius: 10px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s;
  opacity: 1; }
  @media screen and (min-width: 48em) {
    .verein-wrap {
      max-width: calc(20% - 10px); } }
  .verein-wrap:hover {
    transform: translateY(-2px);
    border-color: #6abcff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15); }
  .verein-wrap:active {
    border-color: #fff;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  .verein-wrap p {
    font-size: 12px;
    margin-top: 15px; }
    @media screen and (min-width: 68.75em) {
      .verein-wrap p {
        font-size: 14px; } }
  .verein-wrap img {
    width: auto;
    margin: 0; }
  .verein-wrap.active {
    display: flex; }
  .verein-wrap.loading {
    opacity: 0;
    filter: opacity(0); }
  .verein-wrap a.verein-link {
    position: absolute;
    inset: 0; }

/*************************************

MODAL MODUL STYLESHEET

*************************************/
.modal {
  display: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 95%;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box; }
  @media screen and (min-width: 48em) {
    .modal__container {
      max-width: 700px; } }

.formbody .checkbox_container span {
  height: 30px; }
  .formbody .checkbox_container span input {
    height: 25px; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/* ----------------------------------- *
 * startseite overlay
 * ----------------------------------- */
#homepage-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999999999999999999999;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden; }
  #homepage-overlay.showOverlay {
    opacity: 1;
    visibility: visible; }
  #homepage-overlay .overlayBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.5rem;
    overflow-y: auto; }
    #homepage-overlay .overlayBox .overlay-text {
      position: relative;
      padding: 2rem;
      margin: 0 auto;
      width: 1050px;
      max-width: 100%;
      max-height: 95svh;
      height: auto;
      background: #fafafa;
      color: #545e65;
      z-index: 2;
      overflow: hidden;
      overflow-y: auto; }
      @media screen and (min-width: 120em) {
        #homepage-overlay .overlayBox .overlay-text {
          padding: 2rem 5rem;
          max-height: none;
          overflow: hidden; } }
      #homepage-overlay .overlayBox .overlay-text.absolute-img figure {
        opacity: 0.08;
        right: -150px;
        z-index: -1; }
      #homepage-overlay .overlayBox .overlay-text h2,
      #homepage-overlay .overlayBox .overlay-text h3,
      #homepage-overlay .overlayBox .overlay-text h4 {
        letter-spacing: 0; }
      #homepage-overlay .overlayBox .overlay-text .close {
        position: absolute;
        right: 10px;
        top: 5px;
        cursor: pointer; }
  #homepage-overlay .overlay-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.5);
    transition: all 0.3s; }

@media screen and (max-width: 47.99875em) {
  #homepage-overlay .overlayBox .overlay-text .close {
    top: 13px;
    right: 15px; } }

/*************************************

SLIDER MODULE

*************************************/
.sticky-wrapper .sticky-wrap {
  position: sticky;
  top: 0;
  overflow: visible; }
  .sticky-wrapper .sticky-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1; }
  @media screen and (min-width: 68.75em) {
    .sticky-wrapper .sticky-wrap {
      display: flex;
      align-items: center;
      height: 100vh; }
      .sticky-wrapper .sticky-wrap:before {
        left: -50px;
        right: -50px; } }
  .sticky-wrapper .sticky-wrap .card {
    border: none; }
  @media screen and (min-width: 120em) {
    .sticky-wrapper .sticky-wrap {
      margin-top: -20vh;
      margin-bottom: -5vh; }
      .sticky-wrapper .sticky-wrap:before {
        left: -100px;
        right: -100px; } }
  .sticky-wrapper .sticky-wrap:first-of-type:before {
    content: none; }
  .sticky-wrapper .sticky-wrap:nth-child(2) .card {
    transform: translate(-25px, 50px); }
  .sticky-wrapper .sticky-wrap:nth-child(3) .card {
    transform: translate(-50px, 100px); }
  .sticky-wrapper .sticky-wrap:nth-child(4) .card {
    transform: translate(-75px, 150px); }
  .sticky-wrapper .sticky-wrap:nth-child(5) .card {
    transform: translate(-100px, 200px); }
  .sticky-wrapper .sticky-wrap.sticky {
    display: flex; }
  @media screen and (max-width: 119.99875em) {
    .sticky-wrapper .sticky-wrap:nth-child(2) .card {
      transform: translate(0, 25px); }
    .sticky-wrapper .sticky-wrap:nth-child(3) .card {
      transform: translate(0px, 50px); }
    .sticky-wrapper .sticky-wrap:nth-child(4) .card {
      transform: translate(0px, 75px); }
    .sticky-wrapper .sticky-wrap:nth-child(5) .card {
      transform: translate(0px, 100px); }
    .sticky-wrapper .sticky-wrap .card-img:last-of-type {
      display: none; } }
  .sticky-wrapper .sticky-wrap .card {
    background: transparent;
    gap: 1.5em;
    height: auto; }
    .sticky-wrapper .sticky-wrap .card .card-img {
      border-radius: var(--border-radius-card);
      border: 4px solid #fafafa; }
      @media screen and (min-width: 120em) {
        .sticky-wrapper .sticky-wrap .card .card-img {
          min-height: 40vh; } }
    .sticky-wrapper .sticky-wrap .card .card-content {
      min-width: 60%;
      background-color: var(--color-card, #bfbfbf);
      border-radius: var(--border-radius-card);
      border: 4px solid #fafafa; }

/*************************************

ICONBOX MODUL STYLESHEET

*************************************/
.iconbox-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px; }
  .iconbox-wrapper:after {
    content: "";
    background-color: #f2f2f2;
    position: absolute;
    right: -50vw;
    top: 50%;
    width: 115vw;
    height: 85%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #6abcff, #70eb6c);
    background-size: 200% 100%;
    animation: gradientAnimation 5s ease infinite;
    z-index: -1; }

.icon-box {
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: #fff;
  align-items: center;
  padding: 10px;
  margin-bottom: 0;
  width: calc(50% - 5px);
  box-shadow: 5px 5px 6px rgba(46, 46, 46, 0.12); }
  .icon-box.ce_hyperlink {
    transition: all 0.3s; }
    .icon-box.ce_hyperlink figure {
      transition: all 0.3s; }
    .icon-box.ce_hyperlink span.learn-more {
      transition: all 0.3s; }
    .icon-box.ce_hyperlink:hover {
      transform: translateY(-5px); }
      .icon-box.ce_hyperlink:hover figure {
        transform: scale(1.1); }
      .icon-box.ce_hyperlink:hover .text-wrapper span.learn-more {
        color: #6abcff; }
  .icon-box p {
    text-align: center;
    margin-top: 10px; }
  .icon-box > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media screen and (min-width: 58.75em) {
    .icon-box {
      width: 360px;
      max-width: 100%;
      height: 170px;
      padding: 20px;
      flex-flow: row; }
      .icon-box p {
        padding-left: 20px;
        text-align: left;
        margin-top: 0; } }
  @media screen and (min-width: 68.75em) {
    .icon-box {
      width: 400px; } }
  .icon-box img {
    max-width: none; }
    @media screen and (max-width: 58.74875em) {
      .icon-box img {
        max-height: 55px;
        width: auto; } }

.clearfix {
  clear: both; }

/*************************************

WIDGETS MODUL STYLESHEET

*************************************/
#widgets-section {
  z-index: 9000; }

/*# sourceMappingURL=../maps/default.css.map */
