/*
 Theme Name:   Carlier GmbH
 Description:  Child Theme for Carlier GmbH
 Author:       POWER+RADACH werbeagentur gmbh
 Author URI:   https://www.power-radach.de/
 Template:     pr-master-theme
 Version:      1.0
 Tested up to: 6.8
 Requires PHP: >8.0
*/
html,
body {
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --content-width: 1600px;
  --content-max-width: 1273px;
  --textwidth: 770px;
  --text-max-width: var(--textwidth);
  --global-padding: 40px;
  --primary-color: #0060ac;
  --primary-color-dark: #16418f;
  --primary-color-light: #007dc2;
  --secondary-color: #FAB52C;
  --secondary-color-dark: #272f32;
  --secondary-color-light: #F5F5F5;
  --grey-light: #A8A8A8;
  --grey-dark: #6F7775;
  --textcolor: var(--secondary-color-dark);
  --tile-mobile-breakpoint: 768px;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 800;
  --gradient-1: linear-gradient(117deg,rgba(0, 96, 172, 1) 0%, rgba(22, 65, 143, 1) 100%);
  --gradient-2: linear-gradient(117deg,rgba(0, 96, 172, 1) 0%, rgba(0, 55, 97, 1) 100%);
  overflow-x: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  html,
  body {
    --global-padding: 20px;
  }
}
html .gradient-1,
body .gradient-1 {
  background: var(--gradient-1);
}

@media (max-width: 580px) {
  :root {
    --content-width: calc(100vw - 60px);
  }
}
/*
@include breakpoint(tablet) {
}
*/
/*
@extend %paleri;
*/
/*
@extend %box-shadow;
*/
html .ansprechpartner-outer-wrapper.outer-wrapper,
body .ansprechpartner-outer-wrapper.outer-wrapper, html .single-last-post,
body .single-last-post, html .column-outer-wrapper.custom-width .wp-block-group,
body .column-outer-wrapper.custom-width .wp-block-group, html .tile-inner-wrapper,
body .tile-inner-wrapper, html #history .block-container-outer-wrapper,
body #history .block-container-outer-wrapper {
  box-shadow: 0px 10px 50px rgba(33, 52, 48, 0.0784313725);
}

/*
@extend %transition;
*/
ul.main-menu li.mega-menu-column .menu-item-description:before, ul.main-menu li a:after, ul.main-menu li a, .menu-sprachnavigation-container .lang-switcher a, html .button-outer-wrapper.force-white-color .wp-block-button__link:before,
body .button-outer-wrapper.force-white-color .wp-block-button__link:before {
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0, 1);
}

/*
@extend %button;
*/
/*
@extend %arrow;
- uses jalousie variables, to avoid overwriting them with importants.
- use in :before
*/
ul.main-menu li.mega-menu-column .menu-item-description:before, html .jalousie-header-container:after,
body .jalousie-header-container:after, html .jalousie-outer-wrapper.open .jalousie-header-container:after,
body .jalousie-outer-wrapper.open .jalousie-header-container:after, html .button-outer-wrapper.force-white-color .wp-block-button__link:before,
body .button-outer-wrapper.force-white-color .wp-block-button__link:before {
  content: "\f105" !important;
  font-family: var(--jalousie-arrow-font-family) !important;
  font-size: var(--jalousie-arrow-font-size);
  line-height: var(--jalousie-arrow-line-height);
  color: var(--jalousie-arrow-color);
  width: var(--jalousie-arrow-width);
  height: var(--jalousie-arrow-width);
  padding: 0 5px;
  background: var(--jalousie-arrow-background-color);
  border-radius: 3px;
  display: var(--jalousie-arrow-display);
  margin-right: 16px !important;
  transform: scale(1.0622);
}

/*
@extend %deco;
*/
ul.main-menu li a:after, ul.main-menu li.current-menu-item a:after, h2:after,
h1:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 56px;
  background-color: var(--secondary-color);
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

/*
Gutenberg Size & LineHeight classes for headings
*/
.heading-outer-wrapper .heading-inner-wrapper h1.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h1-font-size);
  line-height: var(--h1-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h1.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h1-font-size) * 0.8);
  line-height: calc(var(--h1-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h1.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h1-font-size) * 1.5);
  line-height: calc(var(--h1-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h1-font-size) * 2);
  line-height: calc(var(--h1-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h2.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h2-font-size);
  line-height: var(--h2-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h2.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h2-font-size) * 0.8);
  line-height: calc(var(--h2-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h2.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h2-font-size) * 1.5);
  line-height: calc(var(--h2-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h2.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h2-font-size) * 2);
  line-height: calc(var(--h2-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h3.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h3-font-size);
  line-height: var(--h3-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h3.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h3-font-size) * 0.8);
  line-height: calc(var(--h3-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h3.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h3-font-size) * 1.5);
  line-height: calc(var(--h3-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h3.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h3-font-size) * 2);
  line-height: calc(var(--h3-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h4.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h4-font-size);
  line-height: var(--h4-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h4.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h4-font-size) * 0.8);
  line-height: calc(var(--h4-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h4.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h4-font-size) * 1.5);
  line-height: calc(var(--h4-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h4.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h4-font-size) * 2);
  line-height: calc(var(--h4-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h5.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h5-font-size);
  line-height: var(--h5-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h5.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h5-font-size) * 0.8);
  line-height: calc(var(--h5-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h5.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h5-font-size) * 1.5);
  line-height: calc(var(--h5-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h5.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h5-font-size) * 2);
  line-height: calc(var(--h5-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h6.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h6-font-size);
  line-height: var(--h6-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h6.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h6-font-size) * 0.8);
  line-height: calc(var(--h6-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h6.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h6-font-size) * 1.5);
  line-height: calc(var(--h6-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h6.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h6-font-size) * 2);
  line-height: calc(var(--h6-line-height) * 1);
}

/*
Gutenberg Size & LineHeight classes for P's
*/
.paragraph-outer-wrapper .paragraph-inner-wrapper p.has-medium-font-size {
  --wp--preset--font-size--medium: var(--p-font-size);
  line-height: var(--p-line-height);
}
.paragraph-outer-wrapper .paragraph-inner-wrapper p.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--p-font-size) * 0.8);
  line-height: calc(var(--p-line-height) * 1);
}
.paragraph-outer-wrapper .paragraph-inner-wrapper p.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--p-font-size) * 1.5);
  line-height: calc(var(--p-line-height) * 1);
}
.paragraph-outer-wrapper .paragraph-inner-wrapper p.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--p-font-size) * 2);
  line-height: calc(var(--p-line-height) * 1);
}

/*
Add some space after p, according to H size
*/
.paragraph-outer-wrapper + .heading-outer-wrapper {
  --h1-margin-top: 1em;
  --h2-margin-top: 1em;
  --h3-margin-top: 1em;
  --h4-margin-top: 1em;
  --h5-margin-top: 1em;
  --h6-margin-top: 1em;
}

/*
   .heading-outer-wrapper .heading-inner-wrapper {
        h1 {
            &.has-medium-font-size {
                --wp--preset--font-size--medium: var(--h1-font-size);
                line-height: var(--h1-line-height);

            }

            &.has-small-font-size {
                --wp--preset--font-size--small: calc(var(--h1-font-size) * 0.8);
                line-height: calc(var(--h1-line-height) * 1);
            }

            &.has-large-font-size {
                --wp--preset--font-size--large: calc(var(--h1-font-size) * 1.5);
                line-height: calc(var(--h1-line-height) * 1);
            }

            &.has-x-large-font-size {
                --wp--preset--font-size--x-large: calc(var(--h1-font-size) * 2);
                line-height: calc(var(--h1-line-height) * 1);
            }
        }
    } 
    */
/*
  .heading-outer-wrapper .heading-inner-wrapper {
    h1 {
      &.has-x-large-font-size {
        line-height: calc(var(--h1-line-height) * 0.9);
        --h1-margin-top: 0em;
      }
    }
  }
  */
/* Swiper container stylng */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  cursor: grab;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.cover-swiper {
  position: relative;
  overflow: hidden;
}

.cover-swiper .swiper-pagination-bullet-active,
.cover-swiper .swiper-pagination-bullet {
  background: var(--secondary-color);
  border-radius: 0;
  width: 40px;
  height: 4px;
}
.cover-swiper .wp-block-cover {
  --image-noalignment-margin-top: 0;
  --image-noalignment-margin-bottom: 0;
  --text-max-width: 100%;
  padding: 0;
  background: var(--gradient-2);
  align-items: flex-end !important;
}
@media (max-width: 580px) {
  .cover-swiper .wp-block-cover {
    min-height: 100vh !important;
  }
}
.cover-swiper .wp-block-cover .wp-block-cover__inner-container {
  width: 50% !important;
}
@media (max-width: 580px) {
  .cover-swiper .wp-block-cover .wp-block-cover__inner-container {
    width: 100% !important;
  }
}
.cover-swiper .wp-block-cover .wp-block-cover__inner-container .paragraph-inner-wrapper {
  margin: 0;
}
.cover-swiper .wp-block-cover .wp-block-cover__image-background {
  max-width: 50vw;
}
@media (max-width: 580px) {
  .cover-swiper .wp-block-cover .wp-block-cover__image-background {
    max-width: 100vw;
  }
}
.cover-swiper .wp-block-cover p.has-x-large-font-size {
  font-size: 46px !important;
  line-height: 1.2;
  font-weight: 800;
  font-family: var(--secondary-font);
  padding: 20px 20px 80px;
  margin-bottom: 0;
  background: var(--gradient-2);
  /* @include breakpoint(widescreen_xl_up) {
    padding-left: 0em;
  } */
}
@media (min-width: 580px) {
  .cover-swiper .wp-block-cover p.has-x-large-font-size {
    font-size: 54px !important;
    line-height: 62px;
    max-width: 50vw;
    padding: 0 30px 30px 40px;
    background: none;
  }
}
@media (min-width: 980px) {
  .cover-swiper .wp-block-cover p.has-x-large-font-size {
    font-size: 63px !important;
    line-height: 73px;
    padding: 0 60px 100px;
  }
}
.cover-swiper .wp-block-cover .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h1-font-size) * 3.5);
  line-height: calc(var(--h1-line-height) * 1);
}
@media (max-width: 980px) {
  .cover-swiper .wp-block-cover .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(var(--h1-font-size) * 2);
    line-height: calc(var(--h1-line-height) * 1);
  }
}
@media (max-width: 580px) {
  .cover-swiper .wp-block-cover .heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size {
    --wp--preset--font-size--x-large: calc(var(--h1-font-size) * 1.8);
    line-height: calc(var(--h1-line-height) * 1);
  }
}
.cover-swiper .cover-outer-wrapper.stage.outer-wrapper[prebackgroundimage] {
  background-size: 170vh;
  --container-background-position: calc(100% + 10vh) top;
}
@media (max-width: 980px) {
  .cover-swiper .cover-outer-wrapper.stage.outer-wrapper[prebackgroundimage] {
    background-size: 130vh;
    --container-background-position: calc(100% + 40vh) top;
  }
}

.swiper-pagination {
  z-index: 1 !important;
}

.wp-block-cover__inner-container {
  max-width: 100%;
}

html,
body {
  --block-container-padding-top: 80px;
  --block-container-padding-bottom: 80px;
  --block-container-outer-container-full-padding-left: var(--global-padding);
  --block-container-outer-container-full-padding-right: var(--global-padding);
}
html article .outer-wrapper > .inner-wrapper:has(.align-wide),
body article .outer-wrapper > .inner-wrapper:has(.align-wide) {
  max-width: var(--content-max-width);
}

section.banner {
  --block-container-padding-bottom: 22px;
  --image-noalignment-margin-top: 0;
  --image-noalignment-margin-bottom: 0;
  --h2-margin-bottom: 30px;
  border-top: 4px white solid;
  border-bottom: 4px white solid;
}
section.banner .image-outer-wrapper .image-inner-wrapper .wp-block-image img {
  max-width: 462px;
  transform: translate(4vw, 22px);
}
@media (max-width: 480px) {
  section.banner .wp-block-columns > section:first-child {
    z-index: 1;
  }
  section.banner .wp-block-columns > section:not(:first-child) {
    margin-top: -100px;
  }
}

section.downloads {
  --block-container-background-color: #fff;
  --block-container-padding-top: 0;
  --block-container-padding-bottom: 0;
  --h3-font-size: 18px;
  --h3-color: #fff;
  --h3-margin-bottom: 0;
  --list-item-before-width: 0px;
  --list-item-before-height: 0px;
  --list-item-top: 1px;
  --list-item-padding-left: 32px;
  --list-margin-bottom: 20px;
  --list-item-before-content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.089' height='18.089' viewBox='0 0 18.089 18.089'%3E%3Cg id='Icon_feather-download' data-name='Icon feather-download' transform='translate(1.5 1.5)'%3E%3Cpath id='Pfad_158' data-name='Pfad 158' d='M19.589,22.5v3.353a1.677,1.677,0,0,1-1.677,1.677H6.177A1.677,1.677,0,0,1,4.5,25.853V22.5' transform='translate(-4.5 -12.441)' fill='none' stroke='%230060ac' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Pfad_159' data-name='Pfad 159' d='M10.5,15l4.191,4.191L18.883,15' transform='translate(-7.147 -9.132)' fill='none' stroke='%230060ac' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Pfad_160' data-name='Pfad 160' d='M18,14.559V4.5' transform='translate(-10.456 -4.5)' fill='none' stroke='%230060ac' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
section.downloads .heading-inner-wrapper {
  background-color: var(--primary-color);
  padding: 20px 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
section.downloads .list-inner-wrapper {
  padding: 20px 32px;
}
section.downloads .list-outer-wrapper .list-inner-wrapper ul li a:before {
  content: var(--list-item-before-content);
  position: absolute;
  top: var(--list-item-top);
  left: 0;
}

html #history .block-container-outer-wrapper,
body #history .block-container-outer-wrapper {
  --block-container-padding-top: 0;
  --block-container-padding-bottom: 0;
  --block-container-outer-padding-right: 0;
  --block-container-outer-padding-left: 0;
  --image-noalignment-margin-top: 0;
  --image-noalignment-margin-bottom: 0;
}
html #history .block-container-outer-wrapper .wp-block-group,
body #history .block-container-outer-wrapper .wp-block-group {
  padding: 35px 25px;
}
html #history .block-container-outer-wrapper .wp-block-group .paragraph-outer-wrapper:first-child,
body #history .block-container-outer-wrapper .wp-block-group .paragraph-outer-wrapper:first-child {
  --p-color: var(--primary-color);
  --p-font-size: var(--h2-font-size);
  --p-font-family: var(--secondary-font);
  --p-font-weight: 700;
  --p-line-height: 1;
  --p-margin-bottom: 0;
}
html #history .block-container-outer-wrapper .wp-block-group .heading-outer-wrapper .heading-inner-wrapper h3,
body #history .block-container-outer-wrapper .wp-block-group .heading-outer-wrapper .heading-inner-wrapper h3 {
  --h3-margin-top: 0;
  --h3-margin-bottom: 13px !important;
}
html #history .block-container-outer-wrapper .heading-outer-wrapper,
html #history .block-container-outer-wrapper .paragraph-outer-wrapper,
body #history .block-container-outer-wrapper .heading-outer-wrapper,
body #history .block-container-outer-wrapper .paragraph-outer-wrapper {
  margin-left: 0;
}

html,
body {
  --p-font-size: 15px;
  --p-line-height: 1.6;
  --p-font-weight: var(--light);
  --p-color: var(--textcolor);
  --p-margin-bottom: 1em;
  --p-strong-color: var(--textcolor);
  --h1-font-size: 40px;
  --h1-line-height: 1.125;
  --h1-font-weight: var(--bold);
  --h1-color: var(--primary-color);
  --h1-text-transform: none;
  --h1-letter-spacing: 0px;
  --h1-margin-bottom: 80px;
  --h2-font-size: 40px;
  --h2-line-height: 1.125;
  --h2-font-weight: var(--bold);
  --h2-color: var(--primary-color);
  --h2-text-transform: none;
  --h2-letter-spacing: 0px;
  --h2-margin-bottom: 80px;
  --h3-font-size: 22px;
  --h3-line-height: 1.25;
  --h3-font-weight: var(--bold);
  --h3-color: var(--textcolor);
  --h3-text-transform: none;
  --h3-letter-spacing: 0px;
  --h3-margin-bottom: 20px;
  --h4-font-size: 18px;
  --h4-line-height: 1.25;
  --h4-font-weight: var(--bold);
  --h4-color: var(--textcolor);
  --h4-text-transform: none;
  --h4-letter-spacing: 0px;
  --h4-margin-bottom: 0px;
  --h5-font-size: var(--p-font-size);
  --h5-line-height: var(--p-line-height);
  --h5-font-weight: var(--bold);
  --h5-color: var(--textcolor);
  --h5-text-transform: none;
  --h5-letter-spacing: 0px;
  --h5-margin-bottom: 0px;
}
@media (max-width: 768px) {
  html,
  body {
    --p-font-size: 14px;
    --p-line-height: 24px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    --h1-font-size: 36px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    --h2-font-size: 36px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    --h3-font-size: 20px;
  }
}
html .nf-form-content h3,
body .nf-form-content h3 {
  font-size: var(--h3-font-size) !important;
  font-weight: var(--h3-font-weight) !important;
  line-height: var(--h3-line-height) !important;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  text-transform: var(--h3-text-transform);
  letter-spacing: var(--h3-letter-spacing);
  margin-bottom: var(--h3-margin-bottom);
}
html .nf-form-content h4,
body .nf-form-content h4 {
  --form-inputs-font-weight: 600;
  --form-inputs-font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  html,
  body {
    --h4-font-size: 16px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    --h5-font-size: var(--p-font-size);
  }
}

h2,
h1 {
  position: relative;
}
h2.has-no-deco:after,
h1.has-no-deco:after {
  display: none !important;
}

.has-no-deco h1:after,
.has-no-deco h2:after {
  display: none;
}

.heading-outer-wrapper.heading-h1 + .paragraph-outer-wrapper,
.heading-outer-wrapper.heading-h2 + .paragraph-outer-wrapper {
  --p-margin-top: -40px ;
}

.paragraph-outer-wrapper:last-child {
  --p-margin-bottom: 0;
}

a {
  text-decoration: none;
}

html,
body {
  --tile-justify-content: center;
  --tile-v3-image-width: 100%;
  --tile-v3-title-color: var(--textcolor);
  --tile-v3-title-background-color: #fff;
  --tile-v3-title-text-align: left;
  --tile-v3-title-font-size: var(--h3-font-size);
  --tile-v3-title-text-transform: none;
  --tile-v3-description-color: var(--textcolor);
  --tile-v3-description-background-color: #fff;
  --tile-v3-description-text-align: left;
  --tile-v3-title-padding: 35px 25px 5px 25px;
  --tile-v3-description-padding: 5px 25px 35px 25px;
  --tile-gutter: 80px;
}
@media (max-width: 980px) {
  html,
  body {
    --tile-gutter: 40px;
  }
}
html .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width),
body .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width) {
  --tile-gutter: 40px;
  --tile-v3-title-padding: 25px 20px;
}
@media (max-width: 980px) {
  html .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width),
  body .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width) {
    --tile-gutter: 20px;
  }
}
html .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width) .tile-content,
body .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width) .tile-content {
  display: none;
}
@media (max-width: 768px) {
  html .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width),
  body .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width) {
    margin-bottom: 40px !important;
  }
}

html,
body {
  --columns-gap: 60px !important;
  /*@media (min-width: 782px) {
      .wp-block-columns {
          flex-wrap: nowrap !important;
      }
  }*/
}
html .column-outer-wrapper,
body .column-outer-wrapper {
  margin-bottom: 15px !important;
}
@media (max-width: 1281px) {
  html,
  body {
    --columns-gap: 2% !important;
  }
}
@media (max-width: 480px) {
  html,
  body {
    --columns-gap: 0% !important;
  }
}
@media (max-width: 1025px) {
  html .wp-block-columns,
  body .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1025px) {
  html .column-outer-wrapper.custom-width,
  body .column-outer-wrapper.custom-width {
    width: 46% !important;
  }
}
@media (max-width: 480px) {
  html .column-outer-wrapper.custom-width,
  body .column-outer-wrapper.custom-width {
    width: 100% !important;
  }
}
html .column-outer-wrapper.custom-width .wp-block-group,
body .column-outer-wrapper.custom-width .wp-block-group {
  border-radius: 5px;
  align-content: flex-start;
  padding: 20px;
  padding-bottom: 10px;
  --p-margin-bottom: 0;
}
html .column-outer-wrapper.custom-width .wp-block-group *,
body .column-outer-wrapper.custom-width .wp-block-group * {
  margin-left: 0;
}
@media (max-width: 1281px) {
  html .column-outer-wrapper.custom-width .wp-block-group,
  body .column-outer-wrapper.custom-width .wp-block-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  html .column-outer-wrapper.custom-width .wp-block-group,
  body .column-outer-wrapper.custom-width .wp-block-group {
    margin-bottom: 30px;
  }
}

html,
body {
  --button-font-family: var(--primary-font);
  --button-font-size: 15px;
  --button-font-weight: 500;
  --button-line-height: 20px;
  --button-padding-bottom: 14px;
  --button-padding-top: 14px;
  --button-padding-right: 50px;
  --button-padding-left: 50px;
  --button-border-radius: 5px;
  --button-hover-background-color: var(--secondary-color);
  --button-background-color: var(--primary-color-light);
  --button-hover-color: var(--black-light);
}
html .button-outer-wrapper.force-white-color,
body .button-outer-wrapper.force-white-color {
  --button-padding-left: 0px;
  --button-padding-right: 0px;
  --button-margin-top: 0px;
  --button-color: var(--primary-color-light);
  --button-hover-color: var(--secondary-color);
  --button-background-color: white;
  --button-hover-background-color: white;
  /*  .wp-block-button__link {
      --button-color: var(--black-light);
      --button-hover-color: #fff;
      background: url(/app/themes/sfa-theme/img/button-white.png) no-repeat;
      &:hover {
          background: url(/app/themes/sfa-theme/img/button-dark.png) no-repeat;
      }  
  }*/
}
html .button-outer-wrapper.force-white-color .wp-block-button__link,
body .button-outer-wrapper.force-white-color .wp-block-button__link {
  position: relative;
}
html .button-outer-wrapper.force-white-color .wp-block-button__link:before,
body .button-outer-wrapper.force-white-color .wp-block-button__link:before {
  /*content: "\f105";
  font-family: var(--font-awesome-font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: white;
  width: 16px;
  height: 16px;
  background: var(--primary-color-light);
  border-radius: 3px;
  display: inline-block;
  margin-right: 16px;*/
}
html .button-outer-wrapper.force-white-color .wp-block-button__link:hover:before,
body .button-outer-wrapper.force-white-color .wp-block-button__link:hover:before {
  background: var(--secondary-color) !important;
}
html .wp-block-buttons--services,
body .wp-block-buttons--services {
  --buttons-gap: 3%;
  --button-background-color: white;
  --button-hover-background-color: var(--primary-color);
  --button-color: var(--grey-light);
  --button-hover-color: white;
  --button-font-family: var(--secondary-font);
  --button-font-weight: var(--bold);
  --button-font-size: 18px;
  --button-padding-left: 35px;
  margin-top: 3em;
}
@media (max-width: 480px) {
  html .wp-block-buttons--services,
  body .wp-block-buttons--services {
    --button-font-size: 16px;
  }
}
html .wp-block-buttons--services .button-outer-wrapper,
body .wp-block-buttons--services .button-outer-wrapper {
  flex: 0 0 48%;
  text-align: center;
}
@media (max-width: 768px) {
  html .wp-block-buttons--services .button-outer-wrapper,
  body .wp-block-buttons--services .button-outer-wrapper {
    flex: 0 0 100%;
  }
}
html .wp-block-buttons--services .button-outer-wrapper .wp-block-button__link,
body .wp-block-buttons--services .button-outer-wrapper .wp-block-button__link {
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  html .wp-block-buttons--services .button-outer-wrapper .wp-block-button__link,
  body .wp-block-buttons--services .button-outer-wrapper .wp-block-button__link {
    width: 75vw;
  }
}
@media (max-width: 480px) {
  html .wp-block-buttons--services .button-outer-wrapper .wp-block-button__link,
  body .wp-block-buttons--services .button-outer-wrapper .wp-block-button__link {
    width: 90vw;
  }
}

html,
body {
  --last-posts-tile-title-padding: 0 20px;
  --last-posts-tile-description-padding: 0 20px 20px 20px;
  --last-posts-tile-type-4-background-color: white;
  --last-posts-gutter: 40px;
  --last-posts-tile-title-color: var(--h3-color);
}
@media (max-width: 768px) {
  html,
  body {
    --last-posts-gutter: 30px;
  }
}
html .single-last-post,
body .single-last-post {
  margin: 0;
}
html .last-post-excerpt,
body .last-post-excerpt {
  display: block !important;
}
html .last-posts-outer-wrapper > .inner-wrapper .show-as-grid,
body .last-posts-outer-wrapper > .inner-wrapper .show-as-grid {
  margin: 50px 20px;
}
@media (max-width: 768px) {
  html .last-posts-outer-wrapper > .inner-wrapper .show-as-grid,
  body .last-posts-outer-wrapper > .inner-wrapper .show-as-grid {
    margin: 50px 20px 30px;
  }
}
html .last-posts-inner-wrapper.inner-wrapper,
body .last-posts-inner-wrapper.inner-wrapper {
  max-width: calc(var(--content-max-width) + 100px) !important;
  margin-top: -50px !important;
}
@media (max-width: 768px) {
  html .last-posts-inner-wrapper.inner-wrapper,
  body .last-posts-inner-wrapper.inner-wrapper {
    width: calc(100% + 40px) !important;
    margin-left: -20px !important;
  }
}
html .last-post-thumbnail,
body .last-post-thumbnail {
  border-radius: 5px 5px 0 0;
}
html .single-last-post,
html .last-post-details,
body .single-last-post,
body .last-post-details {
  border-radius: 0 0 5px 5px;
}

html,
body {
  --ansprechpartner-name-font-family: var(--secondary-font);
  --ansprechpartner-name-color: var(--textcolor);
  --ansprechpartner-name-font-size: var(--h3-font-size);
  --ansprechpartner-name-font-weight: var(--bold);
  --ansprechpartner-vertical-detail-name-margin-bottom: 0;
  --ansprechpartner-detail-phone-before-content: "Tel: ";
  --ansprechpartner-detail-fax-before-content: "Fax: ";
}
html .ansprechpartner-inner-wrapper.inner-wrapper,
body .ansprechpartner-inner-wrapper.inner-wrapper {
  height: 100%;
}
html .ansprechpartner-container.show-vertical,
body .ansprechpartner-container.show-vertical {
  height: 100%;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-details-container,
body .ansprechpartner-container.show-vertical .ansprechpartner-details-container {
  padding: 15px 25px 25px;
  align-items: flex-start;
  height: 100%;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-details-container a.wp-block-button__link,
body .ansprechpartner-container.show-vertical .ansprechpartner-details-container a.wp-block-button__link {
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  border: var(--button-border-width, 0) solid var(--button-border-color, var(--primary-color));
  color: var(--button-color, #fff) !important;
  background-color: var(--button-background-color, var(--primary-color));
  font-weight: var(--button-hover-font-weight, var(--button-font-weight, var(--p-font-weight)));
  font-size: var(--button-hover-font-size, var(--button-font-size, var(--p-font-size)));
  transition: all 0.3s;
  padding: var(--button-hover-padding-top, var(--button-padding-top, var(--button-padding, 10px))) var(--button-hover-padding-right, var(--button-padding-right, var(--button-padding, 30px))) var(--button-hover-padding-bottom, var(--button-padding-bottom, var(--button-padding, 10px))) var(--button-hover-padding-left, var(--button-padding-left, var(--button-padding, 30px)));
}
html .ansprechpartner-container.show-vertical .ansprechpartner-details-container a.wp-block-button__link:hover,
body .ansprechpartner-container.show-vertical .ansprechpartner-details-container a.wp-block-button__link:hover {
  border-radius: var(--button-hover-border-radius, var(--button-border-radius, var(--border-radius, 0)));
  border: var(--button-hover-border-width, var(--button-border-width, 0)) solid var(--button-border-color, var(--primary-color));
  color: var(--button-hover-color, var(--button-color, #fff)) !important;
  background-color: var(--button-hover-background-color, var(--secondary-color));
}
html .ansprechpartner-container.show-vertical p.ansprechpartner-detail,
body .ansprechpartner-container.show-vertical p.ansprechpartner-detail {
  order: -1;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-detail-more,
body .ansprechpartner-container.show-vertical .ansprechpartner-detail-more {
  order: -1;
  margin-top: 0 !important;
  margin-bottom: 17px !important;
  --ansprechpartner-details-font-weight: var(--medium);
}
html .ansprechpartner-container.show-vertical .ansprechpartner-detail-phone,
body .ansprechpartner-container.show-vertical .ansprechpartner-detail-phone {
  margin-top: auto;
}

html,
body {
  --list-margin-bottom: 0;
  --list-margin-top: 0;
  --list-container-padding: 0;
  --list-item-before-width: 5px;
  --list-item-before-height: 5px;
  --list-item-top: 9px;
  --list-item-padding-left:13px;
}
html .list-outer-wrapper .list-inner-wrapper ul li,
body .list-outer-wrapper .list-inner-wrapper ul li {
  --p-font-size: 15px;
  --p-font-weight: var(--normal);
}

html #daten-fakten,
body #daten-fakten {
  --block-container-padding-top: 50px;
  --block-container-padding-bottom: 50px;
  --h2-font-size: 22px;
  --p-font-size: 20px;
  --p-color: var(--grey-dark);
  --p-margin-bottom: 10px;
}
html #daten-fakten h2:after,
body #daten-fakten h2:after {
  left: 0;
  transform: none;
}
html #daten-fakten .block-container-outer-wrapper.has-background-color-white,
body #daten-fakten .block-container-outer-wrapper.has-background-color-white {
  background-color: transparent !important;
  padding: 0;
}
html #daten-fakten .block-container-outer-wrapper.has-background-color-white .block-container-inner-wrapper,
body #daten-fakten .block-container-outer-wrapper.has-background-color-white .block-container-inner-wrapper {
  padding: 0;
}
html #daten-fakten .block-container,
body #daten-fakten .block-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2em;
  background-color: white;
  padding-top: var(--block-container-padding-top);
  padding-bottom: var(--block-container-padding-bottom);
  padding-left: 0;
  padding-right: 10px;
  border-radius: 10px;
}
html #daten-fakten .block-container .group-outer-wrapper,
body #daten-fakten .block-container .group-outer-wrapper {
  flex-basis: 29%;
}
@media (max-width: 768px) {
  html #daten-fakten .block-container .group-outer-wrapper,
  body #daten-fakten .block-container .group-outer-wrapper {
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  html #daten-fakten .block-container .group-outer-wrapper,
  body #daten-fakten .block-container .group-outer-wrapper {
    flex-basis: 100%;
  }
}
html #daten-fakten .block-container .group-outer-wrapper .outer-wrapper:not(.list-item-outer-wrapper),
body #daten-fakten .block-container .group-outer-wrapper .outer-wrapper:not(.list-item-outer-wrapper) {
  margin-left: 10%;
}

html,
body {
  /* Apply this style only on macOS devices */
}
html .wp-block-video,
body .wp-block-video {
  position: relative;
}
html .playWrapper,
body .playWrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html .playWrapper img,
body .playWrapper img {
  width: 200px;
  height: 200px;
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 480px) {
  html .playWrapper img,
  body .playWrapper img {
    width: 100px;
    height: 100px;
  }
}
@media all and (pointer: fine) and (hover: hover) and (-webkit-min-device-pixel-ratio: 2), all and (pointer: fine) and (hover: hover) and (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  html .playWrapper,
  body .playWrapper {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  html,
  body {
    /* CSS specific to iOS devices */
  }
  html .playWrapper,
  body .playWrapper {
    display: none;
  }
}

html,
body {
  --jalousie-head-color: var(--grey-light);
  --jalousie-head-font-size: 18px;
  --jalousie-head-font-weight: var(--bold);
  --jalousie-head-container-background-color: #fff;
  --jalousie-head-container-border-bottom-width: 0px;
  --jalousie-head-container-margin: 0;
  --jalousie-head-container-padding: 0;
  --jalousie-head-padding: 23px 32px;
  --jalousie-following-margin-top: 25px;
  --jalousie-content-padding: 20px 32px;
  --jalousie-arrow-top: 24px;
  --jalousie-arrow-right: 22px;
  --jalousie-arrow-display: inline-block;
  --jalousie-arrow-width: 16px;
  --jalousie-arrow-color: #fff;
  --jalousie-arrow-background-color: var(--primary-color-light);
  --jalousie-arrow-font-size: 12px;
  --jalousie-arrow-line-height: 17px;
  --jalousie-arrow-font-family: var(--font-awesome-font-family);
}
html .jalousie-outer-wrapper.open,
body .jalousie-outer-wrapper.open {
  --jalousie-head-container-background-color: var(--primary-color);
  --jalousie-head-color: white;
}
html .jalousie-outer-wrapper.open .jalousie-header-container,
body .jalousie-outer-wrapper.open .jalousie-header-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
html .jalousie-outer-wrapper.open .jalousie-header-container:after,
body .jalousie-outer-wrapper.open .jalousie-header-container:after {
  transform: translate(4px, 2px) rotate(90deg) scale(1.0622) !important;
  background-color: #fff !important;
  color: var(--primary-color) !important;
}
html .jalousie-header-container,
body .jalousie-header-container {
  border-radius: 5px;
}
html .jalousie-outer-wrapper.open,
body .jalousie-outer-wrapper.open {
  margin-bottom: 50px !important;
}
html .jalousie-header-container:after,
body .jalousie-header-container:after {
  transform: translate(4px, 2px) rotate(0deg) scale(1.0622);
}
html .jalousie-content,
body .jalousie-content {
  background-color: #fff;
}
@media (min-width: 769px) {
  html .jalousie-content,
  body .jalousie-content {
    --p-line-height: 30px;
  }
}

html,
body {
  --table-cell-text-align: center;
  --table-cell-font-size: 15px;
  --table-cell-font-weight: var(--medium);
  --table-cell-background-color: #fff;
  --table-cell-color: var(--primary-color-dark);
  --table-head-font-family: var(--secondary-font);
  --table-head-font-weight: var(--semi-bold);
  --table-head-font-size: 16px;
  --table-head-line-height: 24px;
  --table-head-color: #fff;
  --table-head-background-color: var(--primary-color);
  --table-head-padding: 14px 14px;
  --table-head-border-top-width: 0;
  --table-head-border-bottom-width: 0;
  --table-head-border-left-width: 0;
  --table-head-border-right-width: 0;
  --table-cell-border-top-width: 0;
  --table-cell-border-bottom-width: 4px;
  --table-cell-border-left-width: 0;
  --table-cell-border-right-width: 0;
  --table-cell-border-bottom-color: var(--secondary-color-light);
}
html .wp-block-table,
body .wp-block-table {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
html .wp-block-table thead,
body .wp-block-table thead {
  border-bottom: none;
}
html .wp-block-table thead tr,
body .wp-block-table thead tr {
  vertical-align: top;
}

html,
body {
  --button-color: #fff;
  --button-hover-color: #fff;
  --form-file-upload-uploaded-container-background-color: var(--secondary-color);
  --form-file-upload-uploaded-color: #000;
  --form-file-upload-progress-bar-background-color: var(--primary-color-light);
  --form-file-upload-uploaded-container-min-height: 35px;
  --submit-button-justify-content: end;
}
@media (max-width: 580px) {
  html,
  body {
    --submit-button-justify-content: center;
  }
}
html #wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label,
html .checkbox-container.label-right,
body #wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label,
body .checkbox-container.label-right {
  margin-bottom: 0px;
}
html #wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label label,
html .checkbox-container.label-right label,
body #wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label label,
body .checkbox-container.label-right label {
  font-size: 15px;
  line-height: 22px;
  font-weight: var(--normal) !important;
}
html #wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label label a,
html .checkbox-container.label-right label a,
body #wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label label a,
body .checkbox-container.label-right label a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  z-index: 1;
}
html .nf-field-label .nf-label-span,
body .nf-field-label .nf-label-span {
  font-weight: var(--normal) !important;
  margin-bottom: 10px;
  display: inline-block;
}
html .nf-form-content .list-select-wrap .nf-field-element > div,
html .nf-form-content input:not([type=button]),
html .nf-form-content textarea,
body .nf-form-content .list-select-wrap .nf-field-element > div,
body .nf-form-content input:not([type=button]),
body .nf-form-content textarea {
  transition: all 0.5s;
  background: var(--secondary-color-light);
  border: none;
  border-radius: 5px;
  color: var(--primary-color-dark);
  font-family: var(--primary-font);
  height: 47px;
}
html .listcheckbox-container .nf-field-element label:before,
body .listcheckbox-container .nf-field-element label:before {
  top: 0;
}
html .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
body .listcheckbox-wrap .nf-field-element label.nf-checked-label:before {
  color: var(--primary-color-light);
}
html .listradio-wrap .nf-field-element label:after,
body .listradio-wrap .nf-field-element label:after {
  transform: scale(1.2);
}
html .listradio-wrap .nf-field-element label.nf-checked-label:before,
body .listradio-wrap .nf-field-element label.nf-checked-label:before {
  background: var(--primary-color-light);
  top: 4px;
  transform: scale(1.2);
}
html .listradio-wrap .nf-field-element label.nf-checked-label:after,
body .listradio-wrap .nf-field-element label.nf-checked-label:after {
  border-color: var(--primary-color-light);
}
html input[type=checkbox]:focus + label:after,
html input[type=radio]:focus + label:after,
body input[type=checkbox]:focus + label:after,
body input[type=radio]:focus + label:after {
  box-shadow: none;
}
html #wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container.file_upload-container .nf-field .field-wrap .nf-field-element .nf-fu-fileinput-button,
body #wrapper .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container.file_upload-container .nf-field .field-wrap .nf-field-element .nf-fu-fileinput-button {
  color: gray;
  font-family: var(--primary-font);
  font-style: italic;
}
html .files_uploaded .delete,
body .files_uploaded .delete {
  color: #e80000;
}
html .files_uploaded nf-section p,
body .files_uploaded nf-section p {
  font-weight: 500 !important;
}
html .nf-progress-container,
html .nf-progress,
body .nf-progress-container,
body .nf-progress {
  height: 5px;
  border-radius: 3px;
  background-color: var(--secondary-color);
}
html .nf-progress-container .nf-progress,
html .nf-progress .nf-progress,
body .nf-progress-container .nf-progress,
body .nf-progress .nf-progress {
  background-color: var(--primary-color-light);
}
html .nf-breadcrumbs li a,
body .nf-breadcrumbs li a {
  background: var(--primary-color-light);
  color: #fff;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 5px;
}
html .nf-breadcrumbs li a:hover,
body .nf-breadcrumbs li a:hover {
  background: var(--secondary-color);
  color: #fff;
}
html .nf-breadcrumbs li.active a,
body .nf-breadcrumbs li.active a {
  background: var(--secondary-color);
  color: #fff;
  cursor: default;
}
html #nf-form-3-cont,
html #nf-form-4-cont,
body #nf-form-3-cont,
body #nf-form-4-cont {
  --form-inputs-background-color: var(--secondary-color-light);
  --form-inputs-border-radius: 5px;
  --form-inputs-padding-top: 12px;
  --form-inputs-padding-right: 12px;
  --form-inputs-padding-bottom: 12px;
  --form-inputs-padding-left: 12px;
  --form-inputs-margin-bottom: 25px;
}
html #nf-form-3-cont .nf-field-container.html-container,
html #nf-form-4-cont .nf-field-container.html-container,
body #nf-form-3-cont .nf-field-container.html-container,
body #nf-form-4-cont .nf-field-container.html-container {
  --form-inputs-margin-bottom: 0px;
}
html #nf-form-3-cont .nf-next-previous li.nf-previous-item,
html #nf-form-4-cont .nf-next-previous li.nf-previous-item,
body #nf-form-3-cont .nf-next-previous li.nf-previous-item,
body #nf-form-4-cont .nf-next-previous li.nf-previous-item {
  position: relative;
}
@media (min-width: 580px) {
  html #nf-form-3-cont .submit-wrap,
  html #nf-form-4-cont .submit-wrap,
  body #nf-form-3-cont .submit-wrap,
  body #nf-form-4-cont .submit-wrap {
    margin-bottom: -88px;
    transform: translateY(35px);
  }
}
html .nf-form-content input[type=submit],
html .nf-form-content input[type=button],
body .nf-form-content input[type=submit],
body .nf-form-content input[type=button] {
  color: var(--button-color);
  border-radius: var(--button-border-radius);
  background-color: var(--button-background-color);
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-font-weight);
  padding: var(--button-padding-top) var(--button-padding-right) var(--button-padding-bottom) var(--button-padding-left);
  cursor: pointer;
  margin-top: 30px;
}
html .nf-form-content input[type=submit]:hover,
html .nf-form-content input[type=button]:hover,
body .nf-form-content input[type=submit]:hover,
body .nf-form-content input[type=button]:hover {
  background-color: var(--button-hover-background-color);
  color: var(--button-hover-color);
}
@media (max-width: 580px) {
  html .nf-previous-item:only-child,
  body .nf-previous-item:only-child {
    width: 100%;
    text-align: center;
  }
}
html .nf-pass.field-wrap .nf-field-element:after,
body .nf-pass.field-wrap .nf-field-element:after {
  color: var(--primary-color-dark) !important;
  line-height: 47px;
}
html .nf-error.field-wrap .nf-field-element:after,
body .nf-error.field-wrap .nf-field-element:after {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 47px;
  width: 47px;
  line-height: 47px;
}
html .nf-error .nf-error-msg,
body .nf-error .nf-error-msg {
  --force-white-color: #e80000 !important;
  font-size: 14px;
  font-weight: var(--medium);
}
html .nf-error-msg.nf-error-required-error,
body .nf-error-msg.nf-error-required-error {
  display: inline;
}
html .nf-error-msg.nf-error-required-error:after,
body .nf-error-msg.nf-error-required-error:after {
  content: "\f062";
  font-family: var(--font-awesome-font-family);
  font-size: 16px;
  margin-left: 5px;
}
html #nf-form-5-cont .listcheckbox-container ul li,
body #nf-form-5-cont .listcheckbox-container ul li {
  display: inline-block;
  margin-right: 10px !important;
}
html #nf-form-5-cont .nf-field-element small,
html #nf-form-5-cont .nf-field-element p,
body #nf-form-5-cont .nf-field-element small,
body #nf-form-5-cont .nf-field-element p {
  line-height: 1.1;
  margin: 0;
}
html #nf-form-5-cont .nf-field-element small a,
html #nf-form-5-cont .nf-field-element p a,
body #nf-form-5-cont .nf-field-element small a,
body #nf-form-5-cont .nf-field-element p a {
  color: #ffffff;
}
html #nf-form-5-cont .nf-form-content input[type=submit],
body #nf-form-5-cont .nf-form-content input[type=submit] {
  margin-top: 0px;
}
html .nf-field-element small a,
body .nf-field-element small a {
  color: #ffffff;
}

form > div {
  position: relative;
}
form > div .nf-before-form-content {
  position: absolute;
  bottom: -15px;
}
form > div .nf-before-form-content .nf-form-fields-required {
  font-size: 13px;
}

.nf-response-msg p {
  text-align: center;
  font-size: 110%;
  font-weight: 500;
}

#wpadminbar {
  display: none;
}

ul.main-menu li.current-menu-item a:after {
  width: 17px;
  bottom: -2px;
  left: 0;
  transform: none;
}

#alternative-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  --content-max-width: 100%;
  --global-padding: 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
}
@media (max-width: 980px) {
  #alternative-header {
    --global-padding: 20px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1281px) {
  #alternative-header .infolink {
    display: none;
  }
}
#alternative-header #logo {
  --header-logo-width: max-content;
}
#alternative-header #logo img {
  max-height: 73px;
  max-width: unset;
  width: auto !important;
}
@media (max-width: 480px) {
  #alternative-header #logo img {
    max-width: 54vw;
  }
}
#alternative-header ul,
#alternative-header li {
  list-style: none;
  padding: 0;
}

.menu-sprachnavigation-container {
  position: absolute;
  margin-top: -40px;
}
.menu-sprachnavigation-container .lang-switcher {
  display: flex;
  gap: 10px;
}
.menu-sprachnavigation-container .lang-switcher a {
  text-transform: uppercase;
  background: var(--secondary-color-light);
  font-size: 13px;
  font-weight: 600;
  color: var(--grey-light);
  padding: 5px;
  border-radius: 3px;
}
.menu-sprachnavigation-container .lang-switcher li:hover a,
.menu-sprachnavigation-container .lang-switcher li.current-lang a {
  color: #fff;
  background: var(--primary-color-light);
}

ul.main-menu {
  display: flex;
  gap: 40px;
  position: relative;
  position: absolute;
  height: 100px;
}
@media (max-width: 980px) {
  ul.main-menu {
    gap: 10px;
  }
}
ul.main-menu li a {
  color: var(--textcolor);
  font-weight: var(--medium);
  position: relative;
  padding: 3px 0;
  display: inline-block;
}
ul.main-menu li a:after {
  transform: none;
  width: 0;
  left: 0;
  bottom: 0;
}
ul.main-menu li a:hover {
  color: var(--primary-color);
}
ul.main-menu li a:hover:after {
  width: 17px;
}
ul.main-menu li.current-menu-item a {
  color: var(--primary-color);
}
ul.main-menu li.mega-menu-column a {
  display: block;
  padding: 0;
}
ul.main-menu li.mega-menu-column a:after {
  display: none;
}
ul.main-menu li.mega-menu-column > a {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 25px;
  font-weight: var(--bold);
  margin-bottom: 10px;
  padding: 0;
}
ul.main-menu li.mega-menu-column .sub-menu li a {
  color: var(--secondary-color-light);
  font-size: 13px;
  font-weight: var(--normal);
  padding: 20px 10px 4px 0 !important;
  border-bottom: 2px solid var(--primary-color);
  white-space: nowrap;
}
ul.main-menu li.mega-menu-column .sub-menu li a:hover {
  color: #fff;
}
ul.main-menu li.mega-menu-column .menu-item-description {
  font-size: 15px;
  font-weight: normal;
  font-family: var(--primary-font);
  display: inline-block;
  margin-left: 30px;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  ul.main-menu li.mega-menu-column .menu-item-description {
    margin-left: 15px;
  }
}
ul.main-menu li.mega-menu-column .menu-item-description:before {
  margin-right: 12px !important;
}
ul.main-menu li.mega-menu-column .menu-item-description:hover:before {
  background: var(--secondary-color) !important;
}

#burger {
  display: none;
}

@media (min-width: 769px) {
  li.has-mega-menu {
    position: static;
  }
  li.has-mega-menu > .sub-menu {
    position: absolute;
    top: 41px;
    z-index: 100;
    left: 0px;
    right: 0px;
    display: none;
    background-color: rgba(23, 59, 124, 0.9490196078);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.262745098);
    padding: 36px 40px 70px !important;
    margin-left: -40px;
    width: 1026px;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.75, 0, 1);
  }
}
@media (min-width: 769px) and (max-width: 1025px) {
  li.has-mega-menu > .sub-menu {
    width: 100vw;
  }
}
@media (min-width: 769px) {
  li.has-mega-menu:hover .sub-menu {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  li.has-mega-menu:hover .sub-menu .sub-menu {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }
  li.has-mega-menu:hover .sub-menu .sub-menu li {
    width: 100%;
  }
  li.has-mega-menu:hover .sub-menu .sub-menu .menu-item:nth-child(1) {
    grid-row: 1;
  }
  li.has-mega-menu:hover .sub-menu .sub-menu .menu-item:nth-child(2) {
    grid-row: 2;
  }
  li.has-mega-menu:hover .sub-menu .sub-menu .menu-item:nth-child(3) {
    grid-row: 3;
  }
  li.has-mega-menu:hover .sub-menu .sub-menu .menu-item:nth-child(4) {
    grid-row: 4;
  }
  li.has-mega-menu:hover .sub-menu .sub-menu .menu-item:nth-child(5) {
    grid-row: 5;
  }
  li.has-mega-menu.three-columns:hover .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(28%, 1fr)) !important;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu {
    -moz-column-count: 3;
         column-count: 3;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(1) {
    grid-row: 1;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(2) {
    grid-row: 2;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(3) {
    grid-row: 3;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(4) {
    grid-row: 4;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(5) {
    grid-row: 1;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(6) {
    grid-row: 2;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(7) {
    grid-row: 3;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(8) {
    grid-row: 4;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(9) {
    grid-row: 1;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(10) {
    grid-row: 2;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(11) {
    grid-row: 3;
  }
  li.has-mega-menu.three-columns:hover .sub-menu .sub-menu .menu-item:nth-child(12) {
    grid-row: 4;
  }
  li.has-mega-menu.three-columns.two-items:hover .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(28%, 1fr)) !important;
  }
  li.has-mega-menu.three-columns.two-items:hover .sub-menu .sub-menu .menu-item:nth-child(1) {
    grid-row: 1;
  }
  li.has-mega-menu.three-columns.two-items:hover .sub-menu .sub-menu .menu-item:nth-child(2) {
    grid-row: 2;
  }
  li.has-mega-menu.three-columns.two-items:hover .sub-menu .sub-menu .menu-item:nth-child(3) {
    grid-row: 1;
  }
  li.has-mega-menu.three-columns.two-items:hover .sub-menu .sub-menu .menu-item:nth-child(4) {
    grid-row: 2;
  }
  li.has-mega-menu.three-columns.two-items:hover .sub-menu .sub-menu .menu-item:nth-child(5) {
    grid-row: 1;
  }
  li.has-mega-menu.three-columns.two-items:hover .sub-menu .sub-menu .menu-item:nth-child(6) {
    grid-row: 2;
  }
  li.has-mega-menu.has-images .mega-menu-column > a {
    margin-bottom: 33px;
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu {
    display: flex !important;
    gap: 0;
    padding-right: 100px !important;
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li {
    max-width: 33%;
    padding-right: 30px !important;
    margin-bottom: 30px;
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li a {
    display: flex;
    flex-direction: column;
    border: none;
    background: #fff;
    color: var(--textcolor);
    padding: 0 !important;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(33, 52, 48, 0.8509803922);
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li a:hover {
    color: var(--primary-color-dark);
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li a span {
    padding: 12px;
    font-weight: var(--medium);
  }
}
@media only screen and (max-width: 1450px) and (min-width: 769px) {
  html #alternative-header ul.main-menu, body #alternative-header ul.main-menu {
    gap: 20px;
    margin-top: 35px;
  }
  html #alternative-header ul li.infolink, body #alternative-header ul li.infolink {
    display: block;
  }
  html #alternative-header ul li a, body #alternative-header ul li a {
    font-size: 13px;
  }
  html #alternative-header div#logo, body #alternative-header div#logo {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #burger {
    display: block;
    transform: translate(-14px, 23px);
    cursor: pointer;
  }
  #burger.active {
    position: absolute;
    z-index: 3;
    top: 13px;
    width: 100%;
  }
  #burger.active #burger-icon {
    position: absolute;
    right: 20px;
  }
  #burger.active:before {
    content: "\f104" !important;
    font-family: var(--jalousie-arrow-font-family) !important;
    font-size: var(--jalousie-arrow-font-size);
    line-height: 1.3;
    color: var(--jalousie-arrow-color);
    width: var(--jalousie-arrow-width);
    height: var(--jalousie-arrow-width);
    padding: 0 5px;
    background: var(--jalousie-arrow-background-color);
    border-radius: 3px;
    display: var(--jalousie-arrow-display);
    transform: scale(1.0622);
    position: absolute;
    left: 15px;
    top: 12px;
    cursor: pointer;
  }
  #burger rect {
    fill: var(--primary-color-light);
    border-radius: 1px;
  }
  #burger.active rect#upper {
    transform: rotate(45deg) translate(11px, -22px);
    width: 29px;
  }
  #burger.active rect#under {
    transform: rotate(-45deg) translate(-19px, 13px);
    width: 29px;
  }
  #burger rect#middle {
    opacity: 1;
  }
  #burger.active rect#middle {
    opacity: 0;
    transition: opacity 0.1s;
  }
  ul.main-menu {
    transform: translateX(-100vw);
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.75, 0, 1);
    flex-direction: column;
    background: rgba(23, 59, 124, 0.9490196078);
    z-index: 2;
    top: 0;
    gap: 0;
    height: 100vh;
    width: 100%;
    padding: 20px !important;
    padding-top: 100px !important;
    margin-top: 0;
    margin-left: -20px;
  }
  ul.main-menu.active {
    transform: translateX(0);
    overflow-y: scroll;
  }
  ul.main-menu.active li.menu-item-208 {
    margin-top: 40px;
  }
  ul.main-menu li a {
    color: var(--textcolor);
    font-weight: var(--medium);
    position: relative;
    padding: 3px 0;
    display: inline-block;
    font-size: 22px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: var(--bold);
    line-height: 1.8;
  }
  ul.main-menu li a:hover {
    color: #fff;
  }
  ul.main-menu li a:hover:after {
    display: none;
  }
  ul.main-menu li.infolink a {
    font-size: 18px;
    font-weight: var(--normal);
    font-family: var(--primary-font);
  }
  ul.main-menu li.current-menu-item a {
    color: #fff;
  }
  ul.main-menu li.current-menu-item a:after {
    display: none;
  }
  ul.main-menu li.mega-menu-column > a {
    font-size: 18px;
    line-height: 2;
    padding-left: 20px;
    margin-bottom: 0px;
    font-weight: var(--semi-bold);
  }
  ul.main-menu li.mega-menu-column .sub-menu {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  ul.main-menu li.mega-menu-column .sub-menu li a {
    font-family: var(--primary-font);
    padding: 7px 10px 0px 0 !important;
    border-bottom: 1px solid var(--primary-color);
    margin: 0 20px;
  }
  ul.main-menu .sub-menu .menu-item-has-children i {
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    position: absolute;
    padding: 10px 20px;
    transform: translateY(-43px);
    right: 14px;
  }
  ul.main-menu .menu-item-description {
    display: none !important;
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu {
    display: flex;
    justify-content: center;
    gap: 0;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li {
    max-width: 49%;
    margin-bottom: 15px;
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li a {
    display: flex;
    flex-direction: column;
    border: none;
    background: #fff;
    color: var(--textcolor);
    padding: 0 !important;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(33, 52, 48, 0.8509803922);
    margin: 0 10px;
    white-space: pre-wrap;
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li a img {
    height: 200px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li a:hover {
    color: var(--primary-color-dark);
  }
  li.has-mega-menu.has-images > .sub-menu .sub-menu li a span {
    padding: 12px;
    font-weight: var(--medium);
    line-height: 1.3;
  }
}
footer {
  --footer-background-color: var(--secondary-color-dark);
  --global-padding: 80px 40px;
}
footer a {
  color: #fff;
  font-weight: var(--medium);
}
footer .footer-menu {
  display: flex;
  justify-content: space-between;
  max-width: var(--content-max-width);
  margin: auto;
}
@media (max-width: 580px) {
  footer .footer-menu {
    flex-direction: column-reverse;
  }
}
footer .footer-menu .policy-menu {
  width: 50%;
}
footer .footer-menu .policy-menu .policy-menu-list {
  display: block;
  padding-left: 0;
}
footer .footer-menu .policy-menu .policy-menu-list li {
  margin-right: 30px;
  display: inline-block;
  list-style: none;
}
footer .footer-menu .social-media-menu {
  width: 50%;
}
@media (max-width: 580px) {
  footer .footer-menu .social-media-menu {
    width: 100%;
  }
}
footer .footer-menu .social-media-menu .social-media-menu-list {
  display: block;
  padding-left: 0;
  margin: 0;
  text-align: right;
}
@media (max-width: 580px) {
  footer .footer-menu .social-media-menu .social-media-menu-list {
    text-align: left;
  }
}
footer .footer-menu .social-media-menu .social-media-menu-list li {
  margin-left: 30px;
  display: inline-block;
  list-style: none;
}
@media (max-width: 580px) {
  footer .footer-menu .social-media-menu .social-media-menu-list li {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media (min-width: 580px) {
  footer .footer-menu .social-media-menu .social-media-menu-list {
    margin-top: 12px;
  }
}
footer .footer-menu .social-media-menu .social-media-menu-list .menu-item-title {
  display: none;
}

article#wrapper {
  padding-top: 113px;
}