/*
*
*	Ausbildung in Thüringen - 2021
*	Author: SECONDRED Newmedia GmbH
*	Web: http://www.secondred.de
*
*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?sms0s2');
  src: url('../fonts/icomoon.eot?sms0s2#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?sms0s2') format('truetype'), url('../fonts/icomoon.woff?sms0s2') format('woff'), url('../fonts/icomoon.svg?sms0s2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\e906";
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-rt:before {
  content: "\e901";
}
.icon-next:before {
  content: "\e902";
}
.icon-prev:before {
  content: "\e903";
}
.icon-play:before {
  content: "\e904";
}
.icon-quote:before {
  content: "\e905";
}
.icon-download:before {
  content: "\e907";
}
/* -- LESS Config -- */
/* - Body & Layout - */
/* - Margin & Padding - */
/* - Inputs - */
/* - Color - */
/* -- Flexgrid -- */
/* - Contentpart Padding - */
/* - Customs - */
/* -- Less Files -- */
/* ----- mixins.less - 2018 ----- */
/* 
*
*   Collider Custom CSS v1.2
*   Reset Framework
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
* {
  padding: 0;
  margin: 0;
  /* -webkit-tap-highlight-color: transparent; */
}
*:focus {
  outline: none;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[dir="rtl"] {
  direction: rtl;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
}
html,
body {
  height: 100%;
  width: 100%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:focus::-moz-input-placeholder {
  opacity: 0;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
:focus:-ms-input-placeholder {
  opacity: 0;
}
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:focus:-moz-input-placeholder {
  opacity: 0;
}
body::-webkit-scrollbar-button {
  display: block;
  height: 5px;
  border-radius: 0px;
  background-color: #AAA;
  display: none;
}
body::-webkit-scrollbar-button:hover {
  background-color: #AAA;
}
body::-webkit-scrollbar-thumb {
  background-color: #008AC4;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #7FBD21;
}
body::-webkit-scrollbar-track {
  background-color: #ddd;
}
body::-webkit-scrollbar-track:hover {
  background-color: #ddd;
}
body::-webkit-scrollbar {
  width: 10px;
}
input.formText,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select,
input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
button {
  cursor: pointer;
  overflow: hidden;
  user-select: none;
}
textarea {
  resize: vertical;
  overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
img.responsive {
  width: 100% !important;
  height: auto !important;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
a > * {
  pointer-events: none;
}
/* Accessibility */
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/* Correctures */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
table {
  border-collapse: collapse;
}
img {
  border-style: none;
}
iframe {
  border-style: none;
}
ul,
ol {
  padding-left: 23px;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
/* -- Experimental Features  -- */
html,
body {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }
}
/* -- Wiederverwendabr-- */
.fltrt {
  float: right;
}
.fltlft {
  float: left;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* 
*
*   Collider Custom CSS v1.2
*   Reset Framework
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Flexgrid Layout -- */
.flexgrid {
  margin: 0 -15px 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flexgrid .box {
  padding: 0 15px;
}
.flexgrid .box-20 {
  width: 20%;
}
.flexgrid .box-33 {
  width: 33.333333%;
}
.flexgrid .box-40 {
  width: 40%;
}
.flexgrid .box-50 {
  width: 50%;
}
.flexgrid .box-60 {
  width: 60%;
}
.flexgrid .box-66 {
  width: 66.666666%;
}
.flexgrid .box-75 {
  width: 75%;
}
.flexgrid .box-80 {
  width: 80%;
}
.flexgrid .box-100 {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .flexgrid {
    /* .box-33:first-child { width: 100%;} */
  }
  .flexgrid .box {
    width: 50%;
  }
}
@media only screen and (max-width: 736px) {
  .flexgrid .box {
    width: 100%;
  }
}
.flexgrid.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.flexgrid.no-padding .box {
  padding: 0;
}
/* -- */
.flex-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.equal-grid .box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.equal-grid .node,
.equal-grid .block,
.equal-grid .card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.equal-grid .block .inner {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.equal-grid:last-child {
  margin-bottom: 0;
}
/* 
*
*   Collider Custom CSS v1.2
*   NoClass Elements
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
body {
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  background: #fff;
  color: black;
}
a {
  color: #008AC4;
}
h1,
h2,
h3 {
  font-family: 'Arial', sans-serif;
  color: #008AC4;
  font-weight: bold;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
}
h2 {
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 30px;
}
h3 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 30px;
}
p {
  margin-bottom: 20px;
}
/* 
*
*   Collider Custom CSS v1.2
*   Base
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Base Layout -- */
.size {
  width: 1230px;
  width: auto;
  max-width: 1230px;
  margin: 0 auto;
  text-align: left;
}
#container,
#footer {
  max-width: 100%;
  margin: auto;
}
/* -- Darkmode Layout -- */
@media screen and (prefers-color-scheme: dark) {
  body {
    background: #333;
  }
  #container {
    background-color: #fff;
  }
}
@media screen and (prefers-color-scheme: light) {
  body {
    background: #efefef;
  }
}
#logo {
  float: right;
}
#logo a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 200px;
  height: 100px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
#header {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  background: #008AC4;
}
#header .inner {
  height: 100px;
  padding: 0 30px;
}
#header .inner {
  height: 100px;
  padding: 0 30px;
}
#header.center .inner {
  text-align: center;
  height: auto;
}
#header.center #logo {
  float: none;
}
#header.center #logo a {
  margin: 0 auto 30px;
}
#header.center #mainmenu {
  float: none;
  display: inline-block;
  padding-top: 0;
}
#footer {
  background: #ddd;
}
#footer .inner {
  padding: 20px 30px;
}
#footer p.copy {
  margin: 0;
  padding: 0;
}
/* -- Content-Parts -- */
.content-part {
  text-align: left;
}
.content-part > .content {
  padding: 50px 30px;
}
.content-part .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.content-part .row .col {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.content-part .row .sidebar {
  width: 40%;
}
.content-part .row .sidebar:first-child {
  padding-right: 0;
}
.content-part .row .sidebar:last-child {
  padding-left: 0;
}
.content-part .row .content {
  width: 60%;
}
.content-part .row .content:first-child {
  padding-right: 0;
}
.content-part .row .content:last-child {
  padding-left: 0;
}
.content-part.nopad > .content {
  padding: 30px;
}
.content-part .cp-backgrnd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dsgvo-invalid-content {
  margin-bottom: 30px;
}
.dsgvo-invalid-content a {
  display: block;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
/* 
*
*   Collider Custom CSS v1.2
*   Menu Framework
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Menus -- */
.inline ul {
  margin: 0;
  padding: 0;
}
.inline ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* -- Topmenu -- */
#topmenu {
  font-size: 11px;
  float: right;
}
#topmenu ul li {
  margin-right: 10px;
}
#topmenu ul li a {
  display: block;
}
#breadcrumb {
  font-size: 0.875em;
  color: #A6A6A6;
}
#breadcrumb ul li {
  margin-right: 5px;
  white-space: nowrap;
}
#breadcrumb ul li::after {
  content: " ";
  width: 15px;
  margin-left: 5px;
  border-bottom: 2px solid #CECECE;
  display: inline-block;
}
#breadcrumb ul li a {
  display: inline-block;
  color: #A6A6A6;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  color: #008AC4;
}
#breadcrumb ul li:last-child::after {
  display: none;
}
a#hamburger {
  display: none;
  position: absolute;
  top: 55px;
  right: 30px;
}
a#hamburger .burger {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  position: relative;
  -webkit-transform-style: preserve-3d;
}
a#hamburger .burger em {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), margin 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), margin 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), margin 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
a#hamburger .burger em.top {
  margin-top: -8px;
}
a#hamburger .burger em.bottom {
  margin-top: 6px;
}
a#hamburger .burger .text {
  display: none;
}
a#hamburger.open .burger em.top {
  margin-top: -1px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
a#hamburger.open .burger em.middle {
  -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
a#hamburger.open .burger em.bottom {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a#hamburger:not(.open):hover em.top {
  margin-top: -12px;
}
a#hamburger:not(.open):hover em.bottom {
  margin-top: 10px;
}
/* - Mainmenu - 
@media only screen and (min-width: 1131px) {
    #mainmenu {
        float: right;font-size: 1.3em;padding-top: 20px;
        ul {
            li {
                a {
                    display: block;padding: 10px 20px;text-decoration: none;
                    &.active {color: #d65a31;}
                }
                &.has-sub { 
                    position: relative;
                    &:hover ul{ display: block}
                }
                ul {
                    display: none; position: absolute; left: 0; top: 100%;
                    li {float: none;}
                }
            }
        }
    }
}
@media only screen and (min-width: 1131px) and (max-width: 1280px) {
    #mainmenu {font-size: 1.1em;padding-top: 50px;}
}
@media only screen and (max-width: 1130px) {
    a#hamburger {display: block;}
    
    #mainmenu {
        font-size: 1.3em;position: absolute;bottom: 0;left: 0;right: 0;
        ul {
            position: absolute;top: 0;right: 0;left: 0;display: none;padding: 20px 0;
            li {
                float: none;border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                a {
                    display: block;padding: 20px 20px;text-decoration: none;text-align: center;
                    &.active {color: #d65a31;}
                }
                &:last-child {border-bottom: 0;}
            }
        }
        &.open {
            ul {display: block;}
        }
    }
}
*/
/* - Footermenu - */
#footermenu ul li {
  margin-left: 20px;
}
#footermenu ul li a {
  text-decoration: none;
}
#footermenu ul li a:hover {
  text-decoration: underline;
}
/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  border-radius: 50%;
  border-top-color: transparent;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* LESS Document */
.active-popup {
  overflow: hidden;
}
.popup {
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.popup fieldset.v2 .formCheckbox {
  margin-top: 10px;
}
.popup fieldset.v2 .formCheckbox label span a {
  color: #7FBD21;
}
.popup .popup-content {
  display: inline-block;
  z-index: 9999;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
  text-align: initial;
  cursor: default;
  white-space: initial;
}
.popup .popup-content h2 {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
.popup .popup-content h2:last-child {
  margin-bottom: 0;
}
.popup .popup-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
.popup.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.overlay {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup.overlay .popup-outside {
  z-index: 9998;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.popup.overlay .popup-inner {
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  z-index: 9997;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.overlay .popup-content {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.popup.overlay.visible .popup-inner {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.popup.full-screen {
  background: rgba(217, 217, 217, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.popup.full-screen .popup-inner {
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.full-screen .popup-content {
  width: 100%;
  height: 100%;
}
.popup.full-screen.visible .popup-inner {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.popup.popup.notification .popup-content {
  position: fixed;
  bottom: 30px;
  left: 30px;
  padding: 15px;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.popup.notification.visible .popup-content {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/* 
*
*   Collider Custom CSS v1.2
*   Block Framework
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* --  Blöcke -- */
.block .img img {
  display: block;
}
.block h3 a {
  color: inherit;
}
.block-grid > .box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}
.block-grid > .box .block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.block-grid > .box .block .inner {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* -  Block mit Bild - */
.block-img .inner {
  padding: 30px;
}
/* 
*
*   Collider Custom CSS v1.2
*   Nodes Framework
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Nodes -- */
.node .img {
  margin-bottom: 20px;
}
.node .img img {
  display: block;
}
.node h1 a,
.node h2 a {
  text-decoration: none;
  color: inherit;
}
.node ol,
.node ul {
  margin-bottom: 30px;
}
.node table {
  width: 100%;
}
.node table th,
.node table td {
  padding: 10px;
}
.node table tbody tr td:first-child {
  padding-left: 0;
}
/* 
*
*   Collider Custom CSS v1.2
*   Forms Framework
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Formulare -- */
fieldset {
  border: 0;
  margin-bottom: 20px;
}
fieldset .buttons {
  text-align: center;
}
fieldset .flexgrid {
  margin-bottom: 0;
}
fieldset .formItem {
  margin-bottom: 15px;
}
fieldset .formItem > label {
  display: block;
}
fieldset select,
fieldset textarea,
fieldset input.formText {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 1em;
}
fieldset:focus,
fieldset:focus,
fieldset:focus {
  border-color: #ddd;
}
fieldset select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
fieldset .formError select,
fieldset .formError textarea,
fieldset .formError input.formText,
fieldset .formError.formRadio em {
  border-color: red;
}
fieldset .formRadio {
  position: relative;
}
fieldset .formRadio input {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
fieldset .formRadio em::before {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset .formRadio em::after {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
/* 
*
*   Collider Custom CSS v1.2
*   Base
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?cq1azj');
  src: url('../fonts/icomoon.eot?cq1azj#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?cq1azj') format('truetype'), url('../fonts/icomoon.woff?cq1azj') format('woff'), url('../fonts/icomoon.svg?cq1azj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-whatsapp:before {
  content: "\e90e";
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-lft:before {
  content: "\e901";
}
.icon-arrow-rt:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.icon-select-arrow:before {
  content: "\e906";
}
.icon-share:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-xing:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90a";
}
.icon-linkedin:before {
  content: "\e90b";
}
.icon-play:before {
  content: "\e90c";
}
.icon-arrow-left-12:before {
  content: "\e90d";
}
@media screen and (prefers-color-scheme: dark) {
  body {
    background: #fff;
  }
  #container,
  #outerfooter {
    background-color: #fff;
  }
}
@media screen and (prefers-color-scheme: light) {
  body {
    background: #fff;
  }
  #container,
  #outerfooter {
    background-color: #fff;
  }
}
#container {
  overflow: hidden;
}
img {
  content-visibility: size;
}
.show-mobi {
  display: none;
}
/* -- Buttons -- */
.more {
  display: table;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.813em;
  background: #008AC4;
  overflow: hidden;
  border-radius: 5px;
  font-weight: bold;
  table-layout: fixed;
  position: relative;
}
.more em,
.more span {
  display: table-cell;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.more em {
  width: 40px;
  height: 40px;
  background: #7FBD21;
  text-align: center;
  line-height: 40px;
  min-width: 40px;
  position: relative;
  overflow: hidden;
}
.more em::before {
  display: inline-block;
  position: relative;
  left: 2px;
  top: 1px;
  z-index: 2;
}
.more em::after {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #008AC4;
  display: block;
  z-index: 0;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 450ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 450ms cubic-bezier(0.2, 1, 0.3, 1);
}
.more::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #7FBD21;
  display: block;
  z-index: 1;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 750ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 750ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 750ms cubic-bezier(0.2, 1, 0.3, 1);
}
.more span {
  padding: 0 20px;
  vertical-align: middle;
  white-space: nowrap;
}
.more:hover em::before {
  animation: shake 1200ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.more:hover em::after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.more:hover::before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.more.light {
  color: #000;
  background: #fff;
}
.more.light::before {
  background: #B3B3B3;
}
.more.light em {
  background: #B3B3B3;
  color: #fff;
}
.more.light em::after {
  background: #fff;
}
.more.light:hover {
  color: #fff;
}
.more.light:hover em {
  color: #000;
}
button.more {
  cursor: pointer;
  border: 0;
}
.btn-wrap {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes shake-vert {
  10%,
  90% {
    transform: translate3d(0, -1px, 0);
  }
  20%,
  80% {
    transform: translate3d(0, 2px, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(0, -2px, 0);
  }
  40%,
  60% {
    transform: translate3d(0, 2px, 0);
  }
}
.info-msg {
  background: #FFECB3;
  border: 1px solid #d9a300;
  padding: 20px 30px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
}
#logo a {
  border-radius: 0  10px 10px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
#mainmenu {
  position: absolute;
  left: 0;
  top: -9999em;
  /*display: none; */
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  padding: 30px;
  background: #7FBD21;
  border-radius: 0  0 10px 10px;
  z-index: 2;
  /* -- Ebene 1  -- */
  /* -- Ebene 2 -- */
  /* -- Ebene 3 -- */
}
#mainmenu::before {
  content: "";
  border-radius: 0  0 10px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
#mainmenu .btn-back {
  display: none;
}
#mainmenu .btn-back::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainmenu a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 15px 20px;
  position: relative;
  z-index: 2;
  /*    &:not([class*=" icon-"]):not([class*="icon-"]) {
            &::before {
                content:""; position: absolute; left: -2px;top: -2px; bottom: -2px; right:0;
                -webkit-border-radius: 5px 0 0 5px;
                -moz-border-radius: 5px 0 0 5px;
                border-radius: 5px 0 0 5px;
                z-index: -1;
            }
        } */
}
#mainmenu a::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  z-index: -1;
}
#mainmenu ul {
  width: 300px;
}
#mainmenu ul li {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
#mainmenu ul li:first-child {
  border-top: 0;
}
#mainmenu > ul {
  position: relative;
}
#mainmenu > ul > li > a {
  color: #fff;
}
#mainmenu > ul > li > a:hover {
  color: #209699;
}
#mainmenu > ul > li > ul {
  /*display: none*/
  visibility: hidden;
  pointer-events: none;
}
#mainmenu > ul > li.sub > a {
  margin-right: -30px;
}
#mainmenu > ul > li.active {
  border-top: 2px solid rgba(255, 255, 255, 0);
}
#mainmenu > ul > li.active > a {
  color: #008AC4;
}
#mainmenu > ul > li.active > a::before {
  background: #E7E7E7;
}
#mainmenu > ul > li.active > ul {
  /*display: block; */
  visibility: visible;
  pointer-events: all;
}
#mainmenu ul > li > ul {
  padding: 30px;
  top: -30px;
  left: 100%;
  left: calc(100% + 30px);
  position: absolute;
  background: #E7E7E7;
}
#mainmenu ul > li > ul > li {
  border-top-color: rgba(255, 255, 255, 0.5);
}
#mainmenu ul > li > ul > li > a {
  color: black;
}
#mainmenu ul > li > ul > li a:hover {
  color: #008AC4;
}
#mainmenu ul > li > ul > li > ul {
  background: #fff;
  top: 0;
  display: none;
}
#mainmenu ul > li > ul > li.active > a {
  color: #008AC4;
  margin-right: -30px;
}
#mainmenu ul > li > ul > li.active > a::before {
  background: #fff;
}
#mainmenu ul > li > ul > li.active ul {
  left: 100%;
  display: block;
}
#mainmenu ul > li > ul > li.active ul li {
  border-top-color: #EAEAEA;
}
#mainmenu ul > li > ul > li.active ul li a::before {
  display: none;
}
#mainmenu[data-active="1"]::before {
  width: 360px;
}
#mainmenu[data-active="1"] > ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#mainmenu[data-active="2"] {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
#mainmenu[data-active="2"] > ul > li > ul {
  z-index: 3;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
#mainmenu[data-active="2"]::before {
  width: 660px;
}
#mainmenu[data-active="3"] {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
#mainmenu[data-active="3"]::before {
  width: 960px;
}
#mainmenu[data-active="3"] > ul > li > ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#mainmenu[data-active="3"] > ul > li > ul > li > ul {
  z-index: 4;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width: 820px) {
  #mainmenu ul > li > ul {
    left: 0;
  }
  #mainmenu ul li.sub > a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 20px;
    right: 40px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainmenu ul li.sub > a.active > a::after {
    border-color: #008AC4;
  }
  #mainmenu[data-active="1"],
  #mainmenu[data-active="2"],
  #mainmenu[data-active="3"] {
    border-radius: 0  0 10px 10px;
  }
  #mainmenu[data-active="1"] > ul li:not(.show-mobi) ul,
  #mainmenu[data-active="2"] > ul li:not(.show-mobi) ul,
  #mainmenu[data-active="3"] > ul li:not(.show-mobi) ul {
    width: 100%;
    width: calc(100% + 60px);
    left: -30px !important;
  }
  #mainmenu[data-active="1"]::before,
  #mainmenu[data-active="2"]::before,
  #mainmenu[data-active="3"]::before {
    width: 100%;
  }
  #mainmenu[data-active="3"] {
    border-radius: 0  0 10px 10px;
  }
  #mainmenu[data-active="3"] > ul li:not(.show-mobi) ul {
    width: 100%;
    width: calc(100% + 30px);
    left: -15px !important;
    border-radius: 0  0 10px 10px;
  }
  #mainmenu[data-active="2"] .btn-back,
  #mainmenu[data-active="3"] .btn-back {
    display: block;
    font-weight: bold;
    z-index: 10;
    color: #fff;
    padding: 15px 0;
    position: relative;
    top: -30px;
  }
  #mainmenu .show-mobi {
    display: block;
  }
  #mainmenu .show-mobi ul {
    font-size: 0.875em;
    padding-top: 20px;
    position: relative;
    height: auto !important;
    background: transparent;
    width: auto;
    top: auto;
    left: 0 !important;
  }
  #mainmenu .show-mobi ul li {
    border-top: 0;
    margin-right: 20px;
  }
  #mainmenu .show-mobi ul li a {
    color: #fff;
    font-weight: normal;
    padding: 5px 0;
  }
  #mainmenu .show-mobi ul li a.icon-search::before {
    content: "\e905";
  }
  #mainmenu .show-mobi ul li a.icon-share::before {
    content: "\e907";
  }
  #mainmenu .show-mobi ul > li > a::before {
    margin-right: 10px;
    float: left;
    position: relative;
    bottom: auto;
    left: auto;
    top: 5px;
  }
  #mainmenu .show-mobi ul > li > a.icon-arrow-left-12::before {
    content: "\e90d";
  }
  #mainmenu .show-mobi ul > li > a.icon-facebook::before {
    content: "\e903";
  }
  #mainmenu .show-mobi ul > li > a.icon-twitter::before {
    content: "\e908";
  }
  #mainmenu .show-mobi ul > li > a.icon-whatsapp::before {
    content: "\e90e";
  }
  #mainmenu .show-mobi #mobi-share {
    position: relative;
  }
  #mainmenu .show-mobi #mobi-share ul {
    position: absolute;
    background: #7FBD21;
    padding: 5px 0;
    width: 200px;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
  }
  #mainmenu .show-mobi #mobi-share ul li {
    margin-right: 10px;
  }
  #mainmenu .show-mobi #mobi-share ul li a {
    padding: 5px;
  }
  #mainmenu .show-mobi #mobi-share.open ul {
    display: block;
  }
}
@media only screen and (max-width: 567px) {
  #mainmenu ul {
    width: 80vw;
    width: calc(100vw - 100px);
  }
}
body.open #mainmenu {
  /*display: block;*/
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  top: 100%;
}
body.open #hamburger-wrap {
  border-radius: 10px 0 0 0;
  z-index: 3;
}
body.open a#hamburger .burger em.top {
  margin-top: -1px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.open a#hamburger .burger em.middle {
  -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
body.open a#hamburger .burger em.bottom {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #7FBD21;
  width: 100px;
  border-radius: 10px 0 0 10px;
}
a#hamburger {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
a#hamburger .burger {
  margin-right: 0;
}
#outerheader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 30px 30px 0;
  z-index: 888;
}
#outerheader #header {
  background: #008AC4;
  border-radius: 10px;
  position: relative;
  color: #fff;
}
#outerheader #header .inner {
  padding: 0;
}
#outerheader #header .claim {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.625em;
  margin-left: 130px;
  padding: 38px 0;
}
@media only screen and (min-width: 1441px) {
  #outerheader #header.shrink #logo a,
  #outerheader #header.shrink #searchbar button.close-search,
  #outerheader #header.shrink .inner {
    height: 70px;
  }
  #outerheader #header.shrink #searchbar input[type="text"] {
    padding: 19px 23px;
  }
  #outerheader #header.shrink .claim {
    padding: 23px 0;
  }
  #outerheader #header.shrink ul#meta li {
    padding: 23px 0 23px 20px;
  }
}
ul#meta {
  float: right;
  display: table;
  padding-right: 45px;
  font-size: 0.875em;
}
ul#meta li {
  display: table-cell;
  padding: 38px 0 38px 20px;
}
ul#meta li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-decoration: none;
}
ul#meta li a::before {
  color: #fff;
  margin-right: 5px;
  position: relative;
}
ul#meta li a:hover {
  color: #fff;
}
ul#meta li#share {
  position: relative;
}
ul#meta li#share ul {
  display: none;
  position: absolute;
  background: #008AC4;
  right: 0;
  z-index: 3;
  top: 0;
}
ul#meta li#share.open ul {
  display: block;
}
/* -- Searchbar -- */
#searchbar {
  display: none;
  position: absolute;
  left: 100px;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background: #008AC4;
  bottom: 0;
  z-index: 3;
}
#searchbar input[type="text"] {
  text-transform: uppercase;
  width: 100%;
  border: 0;
  padding: 34px;
  font-size: 1.625em;
  color: #fff;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  background: transparent;
  border-radius: 0 10px 10px 0;
}
#searchbar input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#searchbar input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#searchbar input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#searchbar input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#searchbar button.close-search {
  width: 100px;
  height: 100px;
  background: #7FBD21;
  cursor: pointer;
  border: 0;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: -100px;
  top: 0;
}
#searchbar button.close-search::before,
#searchbar button.close-search::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
}
#searchbar button.close-search::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#searchbar button.close-search::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#searchbar.open {
  display: block;
}
ul#searchbar-results {
  background: #008AC4;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 0 40px 20px;
  list-style: none;
  margin-top: -10px;
}
ul#searchbar-results li {
  cursor: pointer;
  padding: 10px 0;
}
ul#searchbar-results li span {
  font-weight: bold;
}
/* -- Formulare -- */
fieldset.contactgrid.equal-grid {
  margin-bottom: 0;
}
fieldset.contactgrid.equal-grid .box {
  margin-bottom: 0;
}
fieldset.contactgrid.flexgrid .box-100:last-child .formItem {
  margin-left: auto;
  background: transparent;
}
fieldset.contactgrid .equal-grid {
  margin-bottom: -30px;
}
fieldset.contactgrid .formItem {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-bottom: 28px;
}
fieldset.contactgrid .formItem label:first-child {
  font-weight: bold;
  color: #008AC4;
  display: block;
  flex: 1 1 auto;
  white-space: nowrap;
  padding: 13px 20px;
}
fieldset.contactgrid .formItem select,
fieldset.contactgrid .formItem input.formText,
fieldset.contactgrid .formItem textarea {
  padding: 15px;
  border: 0;
}
fieldset.contactgrid .formItem textarea {
  min-height: 206px;
}
fieldset.contactgrid .formItem .select2-container .select2-selection--single {
  height: 50px;
  border: 0;
}
fieldset.contactgrid .formItem .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
fieldset.contactgrid .formItem .select2-container .select2-selection--single .select2-selection__arrow {
  width: 50px;
  height: 50px;
}
fieldset.contactgrid .formItem .select2-container .select2-selection--single .select2-selection__arrow b {
  border: 0;
  border-right: 2px solid #008AC4;
  border-bottom: 2px solid #008AC4;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -5px;
  margin-top: -8px;
}
fieldset.contactgrid .formItem.captcha label {
  flex: 0 1 auto;
}
fieldset.contactgrid .formItem.captcha img {
  margin-top: 5px;
}
fieldset.contactgrid .formItem.formCheckbox {
  background: transparent;
}
fieldset.contactgrid .formItem.formCheckbox input {
  opacity: 0;
  position: absolute;
}
fieldset.contactgrid .formItem.formCheckbox label i,
fieldset.contactgrid .formItem.formCheckbox label em {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  float: left;
  cursor: pointer;
  position: relative;
}
fieldset.contactgrid .formItem.formCheckbox label i::before,
fieldset.contactgrid .formItem.formCheckbox label em::before {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  content: "";
  display: block;
  background: #008AC4;
  border-radius: 5px;
}
fieldset.contactgrid .formItem.formCheckbox label span {
  display: block;
  margin-left: 75px;
  min-height: 50px;
}
fieldset.contactgrid .formItem.formCheckbox input:checked + label i::before,
fieldset.contactgrid .formItem.formCheckbox input:checked + label em::before {
  opacity: 1;
}
fieldset.contactgrid .btn-wrap a.more {
  margin-left: auto;
}
/* -- Blöcke -- */
.block h3 {
  font-size: 1.125em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #008AC4;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block h3::before {
  content: "";
  background: #7FBD21;
  height: 2px;
  width: 184px;
  position: absolute;
  bottom: 0;
}
.block-imgtext {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
}
.block-imgtext .img {
  overflow: hidden;
  display: block;
  border-radius: 10px 10px 0 0;
}
.block-imgtext .inner {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
.block-imgtext time {
  font-weight: bold;
  color: #7FBD21;
  display: block;
  margin-bottom: 10px;
}
.block-imgtext a.more {
  margin-top: auto;
}
.block-imgtext ul.label-info {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.block-imgtext ul.label-info li {
  position: relative;
  padding-left: 25px;
}
.block-imgtext ul.label-info li::before {
  color: #008AC4;
  position: absolute;
  left: 0;
  top: 3px;
}
.block-imgtext ul.label-info:last-child {
  margin-bottom: 0;
}
.block-imgtext:last-child {
  margin-bottom: 0;
}
.block-grey {
  border-radius: 10px;
  padding: 30px;
  background: #E7E7E7;
}
/* -- Social List -- */
nav.social-list ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
nav.social-list ul li:last-child {
  margin-right: 0;
}
nav.social-list ul li a {
  color: #fff;
  background: #7FBD21;
  font-size: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 49px;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
nav.social-list ul li a:hover {
  background: #008AC4;
}
/* -- Nodes -- */
.node.node-text {
  padding: 0 100px;
}
.node.node-text h2 {
  margin-left: -100px;
}
.node.node-text h3 {
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.node.node-text h4 {
  font-weight: bold;
  font-size: 1.063em;
  margin-bottom: 20px;
}
.node.node-text ul {
  list-style: none;
  padding-left: 0;
}
.node.node-text ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.node.node-text ul li::before {
  content: "";
  display: block;
  left: 13px;
  top: 10px;
  border-radius: 2px;
  width: 6px;
  height: 6px;
  background: #008AC4;
  position: absolute;
}
.node.node-text ul ul {
  margin-bottom: 0;
  margin-top: 10px;
}
.node.node-text ul ul li::before {
  background: #7FBD21;
}
.node.node-text ol li {
  margin-bottom: 10px;
}
.node.node-text ol li::marker {
  color: #008AC4;
}
.node.node-text ol ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.node.node-text ol ol li::marker {
  color: #7FBD21;
}
.node.node-text a {
  text-decoration: none;
}
.node.node-text a:hover {
  color: #7FBD21;
  text-decoration: underline;
}
.node.node-result {
  padding: 30px 0;
  position: relative;
  padding-left: 95px;
  border-bottom: 2px solid #E7E7E7;
}
.node.node-result h2 {
  font-size: 1.125em;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.node.node-result p:last-child {
  margin-bottom: 0;
}
.node.node-result .inner {
  flex: 1 1 auto;
}
.node.node-result .right {
  width: 100px;
}
.node.node-result .right a {
  color: #fff;
  background: #7FBD21;
  font-size: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: -20px 0 0 30px;
}
.node.node-result .right a::before {
  display: inline-block;
  position: relative;
  left: 2px;
}
.node.node-result .right a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  cursor: pointer;
}
.node.node-result .right a:hover {
  background: #008AC4;
}
.node.node-result .right a:hover::before {
  animation: shake 1200ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.node.node-result .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
}
.node.node-result:hover .right a {
  background: #008AC4;
}
.search-result-wrap {
  border-top: 2px solid #E7E7E7;
}
/* -- Accordion -- */
.accordion {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15 rgba(0, 0, 0, 0.18);
  margin-bottom: 30px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion .accordion-title-wrap {
  position: relative;
  cursor: pointer;
}
.accordion .accordion-title-wrap h2 {
  padding: 30px;
  margin-bottom: 0;
}
.accordion .accordion-title-wrap h2::before {
  display: none;
}
.accordion .accordion-title-wrap h2::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 0;
  height: 100%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.accordion .accordion-title-wrap em {
  pointer-events: none;
  color: #fff;
  background: #7FBD21;
  font-size: 10px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 52px;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 25px 30px;
}
.accordion .accordion-title-wrap em::before {
  display: inline-block;
  position: relative;
}
.accordion .accordion-title-wrap:hover em {
  background: #008AC4;
}
.accordion .accordion-title-wrap:hover em::before {
  animation: shake-vert 1200ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.accordion .accordion-content {
  display: none;
}
.accordion.open .accordion-title-wrap h2::before {
  display: block;
  bottom: 0px;
}
.accordion.open .accordion-title-wrap em {
  background: #008AC4;
}
.accordion.open .accordion-title-wrap em::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion.open .accordion-content {
  display: block;
}
/* -- Tabelle -- */
.table-wrap {
  position: relative;
  padding-bottom: 30px;
}
.table-wrap table {
  border-radius: 10px;
  overflow: hidden;
  background: #E7E7E7;
  min-width: 100%;
}
.table-wrap table th,
.table-wrap table td {
  padding: 20px;
}
.table-wrap table thead {
  background: #E7E7E7;
}
.table-wrap table tbody tr:nth-child(odd) td {
  background: #F8F8F8;
}
.table-wrap table tbody tr:last-child td {
  padding-bottom: 85px;
}
.table-wrap table .align-left {
  text-align: left;
}
.table-wrap table .align-center {
  text-align: center;
}
.table-wrap table .align-right {
  text-align: right;
}
.table-wrap .note {
  font-size: 0.875em;
  background: #fff;
  position: relative;
  border-radius: 10px 0 10px 10px;
  padding: 20px 30px;
  margin-left: 33.333333%;
  margin-top: -50px;
}
/* -- Bildergallery -- */
.image-gallery {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.image-gallery ul {
  list-style-type: none;
  padding: 0;
}
.image-gallery ul li {
  width: 25%;
  float: left;
  overflow: hidden;
}
.image-gallery ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.image-gallery ul li:nth-child(1) {
  width: 75%;
  border-radius: 10px;
}
.image-gallery ul li:nth-child(2) {
  margin-top: 85px;
  border-radius: 0 10px 0 0;
}
.image-gallery ul li:nth-child(3) {
  border-radius: 0 0 10px 0;
}
.image-gallery .caption {
  position: absolute;
  background: #fff;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  width: 370px;
  bottom: -60px;
  right: 0;
  padding: 30px;
  text-decoration: none;
}
.image-gallery .caption h2 {
  font-size: 1.125em;
  color: #008AC4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.image-gallery .caption h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background: #7FBD21;
  bottom: 0;
  left: 0;
}
/* -- Content Parts -- */
.content-part h2 {
  font-size: 1.875em;
  font-size: clamp(1.625rem, 1.3622rem + 0.5128vw, 1.875rem);
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #008AC4;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.content-part h2::before {
  content: "";
  background: #7FBD21;
  height: 2px;
  width: 184px;
  position: absolute;
  bottom: 0;
}
.content-part.filled {
  background-color: #7FBD21;
}
.content-part.service-row {
  position: absolute;
  padding-top: 100px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 0;
}
.content-part.teaser {
  margin-bottom: 85px;
}
.content-part.teaser > .content {
  padding: 0;
}
.content-part.teaser h1,
.content-part.teaser h3 {
  font-size: 3.75em;
  font-size: clamp(2.25rem, 0.6731rem + 3.0769vw, 3.75rem);
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #7FBD21;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.content-part.teaser h1::before,
.content-part.teaser h3::before {
  content: "";
  background: #008AC4;
  height: 2px;
  width: 184px;
  position: absolute;
  bottom: 0;
}
.content-part.teaser .headline-wrap {
  padding: 240px 30px 0;
}
.content-part.teaser .foregrndimg {
  position: absolute;
  right: 0;
  top: 200px;
  width: 50%;
}
.content-part.teaser .foregrndimg img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.content-part.teaser .caption-wrap {
  position: relative;
  clear: both;
}
.content-part.teaser .caption-wrap .caption {
  bottom: 0;
  left: 30px;
  position: absolute;
  width: 40%;
}
.content-part.teaser .caption-wrap .caption p:last-child {
  margin-bottom: 100px;
}
.content-part.teaser.contact {
  overflow: hidden;
}
.content-part.teaser.contact .caption {
  padding-top: 250px;
  padding-left: 30px;
}
.content-part.teaser.contact #contact-map {
  margin-right: -13.333vw;
}
.content-part.teaser.small {
  margin-bottom: 50px;
}
.content-part.teaser.small .caption {
  padding-top: 210px;
  position: relative;
  padding-left: 30px;
}
.content-part.headline > .content {
  padding-bottom: 0;
}
.content-part.load-more .centered a.more {
  margin: 0 auto;
}
.content-part.text-image figure {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
.content-part.text-image figure img {
  max-width: 50%;
  max-width: calc(50% + 50px);
  height: auto !important;
  border-radius: 10px;
  float: left;
}
.content-part.text-image figure figcaption {
  position: relative;
  background: #fff;
  border-radius: 10px;
  z-index: 2;
  padding: 50px;
  margin-top: 150px;
  width: 50%;
  margin-left: -70px;
}
.content-part.text-image figure figcaption:first-child {
  margin-left: 0;
  width: auto;
  margin-top: 0;
}
.content-part.single-image figure {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.content-part.single-image figure img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.content-part.single-image figure figcaption {
  background: #fff;
  border-radius: 10px 0 0 0;
  padding: 30px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  right: -1px;
  width: 66.666666%;
}
.content-part.single-image figure h2 {
  font-size: 1.125em;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.content-part.single-image figure h2::before {
  display: none;
}
.content-part.single-image figure p {
  font-size: 0.875em;
}
.content-part.single-image figure p:last-child {
  margin-bottom: 0;
}
.content-part.video .img em {
  color: #7FBD21;
  font-size: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.content-part.video .video-wrap {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.content-part.video .video-wrap img {
  display: block;
}
.content-part.video .video-wrap:hover em {
  color: #008AC4;
}
.content-part.video .embed-container {
  display: none;
  position: relative;
  border-radius: 10px;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.content-part.video .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-part.video .caption {
  background: #fff;
  border-radius: 10px 0 0 0;
  padding: 30px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  right: -1px;
  width: 66.666666%;
}
.content-part.video h2 {
  font-size: 1.125em;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.content-part.video h2::before {
  display: none;
}
.content-part.video p {
  font-size: 0.875em;
}
.content-part.video p:last-child {
  margin-bottom: 0;
}
.content-part.video.playing .img,
.content-part.video.playing .caption {
  display: none;
}
.content-part.video.playing .embed-container {
  display: block;
}
.content-part.headline h2 {
  margin-bottom: 0;
}
.content-part.module {
  background: url(../gfx/cp-module-bg.png) left center no-repeat;
  background-size: contain;
}
.content-part.module.content-swiper {
  position: relative;
}
.content-part.module .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  padding-bottom: 10px;
}
.content-part.module .swiper-slide .block {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.content-part.module .swiper-slide .block .inner {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.content-part.module .swiper-button-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.content-part.module .swiper-button-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.content-part.module .swiper-button-prev,
.content-part.module .swiper-button-next {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #7FBD21;
  text-align: center;
  line-height: 40px;
}
.content-part.module .swiper-button-prev:hover,
.content-part.module .swiper-button-next:hover {
  background: #008AC4;
}
.content-part.module .swiper-container {
  padding-bottom: 50px;
}
.content-part.module .swiper-pagination {
  bottom: 0;
}
.content-part.module .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0;
  opacity: 1;
  transform: scale(1);
  width: 20px;
  height: 4px;
  background: #E7E7E7;
  cursor: pointer;
}
.content-part.module .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7FBD21;
}
.content-part.module .swiper-pagination .swiper-pagination-bullet:first-child {
  border-radius: 5px 0 0 5px;
}
.content-part.module .swiper-pagination .swiper-pagination-bullet:last-child {
  border-radius: 0 5px 5px 0;
}
.content-part.module.grid-view {
  background-size: auto;
}
.content-part.module.filled {
  background-color: #7FBD21;
}
.content-part.module.filled:last-child {
  margin-bottom: 60px;
}
.content-part.module.filled h2 {
  color: #fff;
}
.content-part.module.filled h2::before {
  display: none;
}
.content-part.module.filled .swiper-button-prev,
.content-part.module.filled .swiper-button-next {
  background: #008AC4;
}
.content-part.module.filled .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #008AC4;
}
.content-part.quote blockquote {
  padding: 60px 100px;
  border-radius: 10px;
  background-color: #7FBD21;
  background-image: url(../gfx/bg-quote.png);
  background-position: right top;
  background-repeat: no-repeat;
  color: #fff;
}
.content-part.quote blockquote p {
  font-size: 1.625em;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3em;
}
.content-part.quote blockquote small {
  display: block;
  position: relative;
  padding-top: 20px;
  font-size: 0.875em;
}
.content-part.quote blockquote small::before {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
}
.content-part.links ul.list-links {
  list-style: none;
  padding-left: 100px;
}
.content-part.links ul.list-links li {
  padding-left: 0;
  margin-bottom: 20px;
  position: relative;
}
.content-part.links ul.list-links li:last-child {
  margin-bottom: 0;
}
.content-part.links ul.list-links li em {
  color: #fff;
  background: #7FBD21;
  font-size: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  display: block;
  text-indent: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
.content-part.links ul.list-links li em::before {
  display: inline-block;
  position: relative;
}
.content-part.links ul.list-links li span {
  display: block;
  margin-left: 60px;
}
.content-part.links ul.list-links li span a {
  display: block;
  color: black;
  text-decoration: none;
}
.content-part.links ul.list-links li span a:hover {
  color: #008AC4;
}
.content-part.links ul.list-links li span a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.content-part.links ul.list-links li span small {
  display: block;
  color: #808080;
}
.content-part.links ul.list-links li:hover em {
  background: #008AC4;
}
.content-part.links ul.list-links li:hover em::before {
  animation: shake 1200ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.content-part.links.downloads ul.list-links li em {
  font-size: 10px;
  line-height: 52px;
  text-indent: 0;
}
.content-part.links.downloads ul.list-links li:hover em::before {
  animation: shake-vert 1200ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.content-part.tab-row {
  background-color: #7FBD21;
  background-image: url(../gfx/bg-tabs.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.content-part.tab-row .tab-navi {
  padding: 0 30px;
}
.content-part.tab-row .tab-navi ul li {
  font-size: 0.813em;
  font-weight: bold;
  display: block;
  padding: 20px 30px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.content-part.tab-row .tab-navi ul li.active {
  background: #fff;
  color: #008AC4;
}
.content-part.tab-row .tab-content-row {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
}
.content-part.accordions {
  background: #7FBD21 url(../gfx/bg-accordion.png) no-repeat right top;
}
.content-part.accordions .content {
  padding: 30px;
}
.content-part.button .content {
  text-align: center;
}
.content-part.contact-form {
  background: url(../gfx/cp-module-bg.png) left center no-repeat;
  background-size: contain;
}
.content-part.news-slider {
  overflow: hidden;
  background-image: url(../gfx/filled-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}
.content-part.news-slider .swiper-container {
  overflow: visible;
}
#map {
  position: relative;
  margin-top: 100px;
}
#map .infobox {
  position: absolute;
  z-index: 5;
  opacity: 0;
}
#map:hover .infobox {
  opacity: 1;
}
#map svg path {
  stroke: #fff;
  fill: #E7E7E7;
}
#map svg path:hover {
  fill: #7FBD21;
}
/* -- Popup -- */
.popup.slider .popup-content {
  background: transparent;
  padding: 0;
}
.popup.slider img {
  overflow: hidden;
  border-radius: 10px;
  width: 100% !important;
  height: auto !important;
}
.popup.slider .popup-close {
  top: 0;
}
.popup.slider .swiper-slide-prev,
.popup.slider .swiper-slide-next {
  opacity: 0 !important;
}
.popup.slider .caption {
  text-align: center;
  color: #A6A6A6;
  opacity: 0;
}
.popup.slider .caption small {
  font-size: 0.875em;
}
.popup.slider .caption strong {
  color: #7FBD21;
}
.popup.slider .caption .splitter {
  border-bottom: 2px solid #CECECE;
  width: 15px;
  margin: 0 5px;
  display: inline-block;
}
.popup.slider .swiper-slide-active .caption {
  opacity: 1;
}
.popup.slider .swiper-button-prev,
.popup.slider .swiper-button-next {
  color: #fff;
  background: #7FBD21;
}
.popup.slider .swiper-button-prev:hover,
.popup.slider .swiper-button-next:hover {
  background: #008AC4;
}
.popup.slider .swiper-button-prev {
  left: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.popup.slider .swiper-button-next {
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.logo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  margin: 0 -15px;
  margin-bottom: -30px;
  max-width: 735px;
}
.logo-grid .logo {
  width: 33.333%;
  padding: 0 15px 30px;
  display: flex;
}
.logo-grid .logo:last-child {
  margin-right: auto;
}
.logo-grid a,
.logo-grid span {
  text-align: center;
  padding: 15px 15px;
  height: 109px;
  background: #fff;
  border-radius: 5px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  flex: 1 1 auto;
}
.logo-grid a img,
.logo-grid span img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
.logo-grid[data-count="2"],
.logo-grid[data-count="3"],
.logo-grid[data-count="4"] {
  max-width: 490px;
}
.logo-grid[data-count="2"] .logo,
.logo-grid[data-count="3"] .logo,
.logo-grid[data-count="4"] .logo {
  width: 50%;
}
.logo-grid[data-count="7"],
.logo-grid[data-count="8"],
.logo-grid[data-count="9"],
.logo-grid[data-count="10"],
.logo-grid[data-count="11"],
.logo-grid[data-count="13"],
.logo-grid[data-count="14"] {
  max-width: 980px;
}
.logo-grid[data-count="7"] .logo,
.logo-grid[data-count="8"] .logo,
.logo-grid[data-count="9"] .logo,
.logo-grid[data-count="10"] .logo,
.logo-grid[data-count="11"] .logo,
.logo-grid[data-count="13"] .logo,
.logo-grid[data-count="14"] .logo {
  width: 25%;
}
/* -- Footer -- */
#outerfooter {
  padding: 0 30px 30px;
}
#outerfooter #footer {
  background: #E7E7E7;
  border-radius: 10px;
}
#outerfooter #footer .inner {
  padding: 50px;
}
#outerfooter #footer .box-66 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}
#outerfooter .equal-grid .box {
  margin-bottom: 0;
}
#outerfooter ul.link-list {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  list-style: none;
  padding-left: 0;
}
#outerfooter ul.link-list li {
  margin-bottom: 10px;
}
#outerfooter ul.link-list li a {
  text-decoration: none;
}
#outerfooter ul.link-list::before {
  content: "";
  background: #7FBD21;
  height: 2px;
  width: 184px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* 
*
*   Collider Custom CSS v1.2
*   Base
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
@media only screen and (min-width: 2048px) {
  /*#container {clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)} */
}
@media only screen and (max-width: 1680px) {
  .popup.slider .popup-close {
    top: -60px;
  }
}
@media only screen and (max-width: 1440px) {
  #hamburger-wrap {
    width: 70px;
  }
  a#hamburger {
    width: 70px;
  }
  #outerheader #header #logo a,
  #outerheader #header #searchbar button.close-search,
  #outerheader #header .inner {
    height: 70px;
  }
  #outerheader #header #searchbar input[type="text"] {
    padding: 19px 23px;
  }
  #outerheader #header .claim {
    padding: 10px 0 !important;
    margin-left: 100px;
    height: inherit;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
  }
  #outerheader #header ul#meta li {
    padding: 23px 0 23px 20px;
  }
  .content-part.service-row > .content {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-part.teaser .caption-wrap .caption p:last-child {
    margin-bottom: 50px;
  }
  .content-part.teaser .headline-wrap {
    padding-top: 16vw;
  }
  .popup.slider .img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  .logo-grid {
    margin-left: 16.666%;
  }
}
@media only screen and (max-width: 1130px) {
  #outerheader #header .claim {
    font-size: 1.2em;
  }
  .content-part.teaser .img {
    overflow: hidden;
  }
  .content-part.teaser .img img {
    float: right;
    margin-right: -20vw;
  }
  .content-part.teaser .img::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .content-part.teaser img {
    height: 500px !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .logo-grid {
    margin-left: -15px;
  }
  .popup.slider .img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .table-wrap {
    overflow: auto;
  }
}
@media only screen and (max-width: 820px) {
  #breadcrumb,
  ul#meta {
    display: none;
  }
  #searchbar button.close-search,
  #hamburger-wrap,
  a#hamburger {
    width: 70px;
  }
  #searchbar button.close-search {
    left: -70px;
  }
  #searchbar {
    left: 70px;
  }
  #outerheader {
    padding: 20px 20px 0;
  }
  #outerheader #header #logo a {
    width: 110px;
    padding: 10px 15px;
  }
  #outerheader #header #logo a img {
    width: 100% !important;
    height: auto !important;
  }
  #outerheader #header #logo a,
  #outerheader #header #searchbar button.close-search,
  #outerheader #header .inner {
    height: 60px;
  }
  #outerheader #header .claim {
    margin-left: 90px;
    font-size: 0.875em;
  }
  #outerheader #header #searchbar input[type="text"] {
    font-size: 0.875em;
    padding: 22px 23px;
  }
  #outerheader #header ul#meta li {
    padding: 23px 0 23px 20px;
  }
  .node.node-text {
    padding: 0;
  }
  .node.node-text h2 {
    margin-left: 0;
  }
  .content-part > .content {
    padding: 25px 20px;
  }
  .content-part.teaser {
    margin-bottom: 0;
  }
  .content-part.teaser .img img {
    height: 75vh !important;
    margin-right: 0;
  }
  .content-part.teaser .caption-wrap .caption {
    position: relative;
    left: auto;
    width: auto;
    bottom: auto;
    padding: 30px 20px;
  }
  .content-part.teaser.teaser .headline-wrap {
    padding: 120px 20px 0;
  }
  .content-part.quote blockquote {
    padding: 30px 50px;
  }
  .content-part.links ul.list-links {
    padding-left: 0;
  }
  .content-part.text-image figure {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-part.text-image figure img {
    max-width: none;
  }
  .content-part.text-image figure figcaption {
    position: relative;
    margin-left: 30px;
    padding: 30px;
    margin-top: -50px;
    width: auto;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
  }
  .content-part.accordions .content {
    padding: 20px;
  }
  .content-part.tab-row .tab-navi {
    overflow: auto;
    padding: 0;
    margin: 0 20px;
  }
  .content-part.tab-row ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .content-part.tab-row ul li {
    white-space: nowrap;
  }
  .accordion .accordion-title-wrap h2 {
    padding: 20px;
    margin-right: 70px;
  }
  .accordion .accordion-title-wrap em {
    margin: 20px;
    width: 34px;
    height: 34px;
    font-size: 9px;
    line-height: 38px;
  }
  .table-wrap {
    overflow: auto;
  }
  .table-wrap table {
    white-space: nowrap;
  }
  .table-wrap .note {
    margin-left: 30px;
    border-radius: 10px 10px 0 0;
  }
  .logo-grid .logo {
    width: 50% !important;
  }
  #outerfooter {
    padding: 0 20px 20px;
  }
  #outerfooter #footer .inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 736px) {
  #outerfooter .equal-grid {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .logo-grid {
    margin-bottom: 0;
  }
  .image-gallery {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .image-gallery ul li {
    margin-top: 0 !important;
    width: 50%;
    border-radius: 0;
  }
  .image-gallery ul li:nth-child(1) {
    float: none;
    width: auto;
    border-radius: 10px 10px 0 0;
  }
  .image-gallery ul li:nth-child(2) {
    border-radius: 0 0 0 10px;
  }
  .image-gallery .caption {
    position: relative;
    bottom: auto;
    margin-top: -50px;
    width: auto;
    margin-left: 30px;
  }
  .content-part.single-image figure figcaption {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -50px;
    margin-left: 30px;
    width: auto;
  }
  .content-part.video .caption {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -50px;
    margin-left: 30px;
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  .content-part.teaser .img img {
    margin-right: auto;
    height: 55vh !important;
  }
  .content-part.teaser .foregrndimg img {
    top: 130px;
    width: 80%;
  }
  .content-part.teaser.large .img img {
    position: relative;
    left: 20%;
  }
  .content-part.quote blockquote {
    padding: 30px 30px;
  }
  .content-part.quote blockquote p {
    font-size: 1.2em;
  }
  .content-part.links ul.list-links {
    padding-left: 0;
  }
  #outerheader #header .claim {
    font-size: 0.7em;
    line-height: 150%;
  }
  .popup.slider .img {
    max-width: 90%;
  }
  .logo-grid a,
  .logo-grid span {
    height: 75px;
  }
  .accordion .accordion-title-wrap h2 {
    font-size: 1.2em;
  }
  .accordion .accordion-title-wrap em {
    margin: 15px;
    width: 33px;
    height: 33px;
    font-size: 9px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 375px) {
  #outerheader #header .claim {
    font-size: 0.65em;
  }
  #outerheader #header #logo a {
    width: 90px;
  }
}
@media only screen and (max-width: 320px) {
  #outerheader #header .claim {
    font-size: 0.7em;
    line-height: 150%;
  }
  #outerheader #header #logo a {
    width: 80px;
  }
}

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