/*
*
*	Projektname - 2021
*	Author: SECONDRED Newmedia GmbH
*	Web: http://www.secondred.de
*
*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?c48i0v');
  src: url('../fonts/icomoon.eot?c48i0v#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?c48i0v') format('truetype'), url('../fonts/icomoon.woff?c48i0v') format('woff'), url('../fonts/icomoon.svg?c48i0v#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-arrow-down:before {
  content: "\e900";
}
.icon-download:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-prev:before {
  content: "\e909";
}
.icon-next:before {
  content: "\e90a";
}
/* -- LESS Config -- */
/* - Body & Layout - */
/* - Margin & Padding - */
/* - Inputs - */
/* - Color - */
/* -- Flexgrid -- */
/* - Contentpart Padding - */
/* - Customs - */
:root {
  --font-size: 1rem;
  --body-color: #fff;
  --layout-width: 1050px;
  --line-height: 160%;
  --default-font: 'Arial', sans-serif;
  --headline-font: 'Arial', sans-serif;
  --bold-font: 'Arial', sans-serif;
  --logo-width: 170px;
  --logo-height: 120px;
  --logo-bg: #fff;
  --logo-shadow: none;
  --logo-align: right;
  --header-shadow: none;
  --header-height: 120px;
  --header-color: var(--primary-color);
  /* - Margin & Padding - */
  --default-padding: 30px;
  --default-margin: 20px;
  --flexgrid-padding: 0 15px;
  --flexgrid-margin: 0 -15px 30px;
  --content-width: 1150px;
  --primary-color: #008AC4;
  --secondary-color: #C9D30E;
  --link-color: #0089C1;
  --text-color: #1F384D;
  --dark-blue: #1F384D;
  --light-blue: #CCE7F3;
  --lighter-blue: #E6F3F9;
}
/* -- 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: #6AB023;
}
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%;
}
/* 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
*
*/
:root {
  --gridGutter: 50px;
  --colMarginBottom: 20px;
  --layout-tablet: 760px;
  --layout-responsive: 920px;
  --layout-desktop: 1200px;
}
.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
  flex: 0 0 auto;
}
.grid.center {
  justify-content: center;
}
.grid .col {
  width: 100%;
  margin-bottom: var(--colMarginBottom);
  padding: 0 15px;
}
.grid .col-1-1 {
  width: 100%;
}
.grid .col-1-2 {
  width: 50%;
}
.grid .col-1-3 {
  width: 33.33333%;
}
.grid .col-2-3 {
  width: 66.66666%;
}
.grid .col-1-4 {
  width: 25%;
}
.grid .col-3-4 {
  width: 75%;
}
.grid .col-1-5 {
  width: 20%;
}
.grid .col-2-5 {
  width: 40%;
}
.grid .col-3-5 {
  width: 60%;
}
.grid .col-4-5 {
  width: 80%;
}
@media only screen and (max-width: 820px) {
  .grid .col {
    width: 100%;
  }
}
/* -- Flexgrid Layout -- */
.flexgrid {
  margin: var(--flexgrid-margin);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.flexgrid .box {
  padding: var(--flexgrid-padding);
}
.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: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
.equal-grid .box {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
}
.equal-grid .node,
.equal-grid .block,
.equal-grid .card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.equal-grid .block .inner {
  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: var(--default-font);
  font-size: var(--font-size);
  line-height: var(--line-height);
  background: var(--body-color);
  color: var(--text-color);
}
a {
  color: var(--link-color);
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
}
h1 {
  font-weight: normal;
}
h2 {
  font-size: 2.188rem;
  line-height: 2.625rem;
  margin-bottom: 30px;
  font-weight: bold;
}
h3 {
  font-size: 1.563rem;
  line-height: 2.25rem;
  margin-bottom: 30px;
  font-weight: bold;
}
p {
  margin-bottom: var(--default-margin);
}
/* 
*
*   Collider Custom CSS v1.2
*   Base
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Base Layout -- */
.size,
.content-width {
  width: var(--content-width);
  width: auto;
  max-width: var(--content-width);
  margin: 0 auto;
  text-align: left;
}
#container,
#footer {
  max-width: 1800px;
  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: var(--logo-align);
}
#logo a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: var(--logo-width);
  height: var(--logo-height);
  box-shadow: var(--logo-shadow);
  background-color: var(--logo-bg);
}
#header {
  position: relative;
  z-index: 10;
  padding: 0 30px;
}
#header .inner {
  height: var(--header-height);
  position: relative;
}
#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: var(--cp-padding);
}
.content-part .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.content-part .row .col {
  flex: 1 1 auto;
}
.content-part .row .sidebar {
  width: var(--sidebar-width);
}
.content-part .row .sidebar:first-child {
  padding-right: var(--sidebar-padding);
}
.content-part .row .sidebar:last-child {
  padding-left: var(--sidebar-padding);
}
.content-part .row .content {
  width: var(--content-width);
}
.content-part .row .content:first-child {
  padding-right: var(--content-padding);
}
.content-part .row .content:last-child {
  padding-left: var(--content-padding);
}
.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: 11px;
  float: right;
}
#breadcrumb ul li {
  margin-left: 10px;
}
#breadcrumb ul li a {
  display: block;
}
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: 3px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 50%;
  margin-top: -1px;
  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;
}
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;
  transform: rotate(45deg);
}
a#hamburger.open .burger em.middle {
  transform: scale(0, 1);
}
a#hamburger.open .burger em.bottom {
  margin-top: -1px;
  transform: rotate(-45deg);
}
/* - 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-bottom: 10px;
}
#footermenu ul li a {
  text-decoration: none;
}
#footermenu ul li a:hover {
  text-decoration: underline;
}
.cookie-bar {
  position: fixed;
  font-size: 17px;
  line-height: 22px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: var(--dark-blue);
  z-index: 999;
}
.cookie-bar .content-width {
  max-width: var(--content-width);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
.cookie-bar .cookie-desc {
  padding: 30px 0;
  flex: 1 1 auto;
}
.cookie-bar .cookie-desc a {
  color: #fff;
}
.cookie-bar .cookie-options {
  padding: 30px 0;
  gap: 10px;
  display: flex;
  flex-direction: row;
}
.cookie-bar .cookie-options button {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  border: 0;
}
.cookie-bar .btn-accept {
  background: var(--secondary-color);
  padding: 0 20px;
  color: var(--text-color);
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cookie-bar .btn-accept:hover {
  background: #fff;
}
.cookie-bar a.btn-reject {
  background: var(--primary-color);
  padding: 0 20px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cookie-bar a.btn-config {
  background: var(--primary-color);
  padding: 0 20px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: bold;
}
/* -- -- */
.cookie-opt-overlay {
  font-family: "Arial", "Helvetica", sans-serif;
  max-width: 600px;
  padding: 40px;
  color: #595959;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.cookie-opt-overlay .cookie-top-container {
  max-height: 70vh;
  overflow: auto;
}
.cookie-opt-overlay,
.cookie-opt-overlay * {
  box-sizing: border-box;
}
.cookie-opt-overlay .cookie-opt-title {
  font-size: 22px;
  margin-bottom: 30px;
}
.cookie-opt-overlay .cookie-opt-close {
  float: right;
  border: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}
.cookie-opt-overlay .cookie-opt-close span {
  display: none;
}
.cookie-opt-overlay .cookie-opt-close::before,
.cookie-opt-overlay .cookie-opt-close::after {
  width: 20px;
  height: 2px;
  content: "";
  position: absolute;
  background: #808080;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.cookie-opt-overlay .cookie-opt-close::before {
  transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-close::after {
  transform: rotate(-45deg);
}
.cookie-opt-overlay .cookie-opt-content {
  text-align: left;
}
.cookie-opt-overlay .cookie-opt-toggle {
  margin: -11px -10px -11px 20px;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-align: center;
  position: relative;
}
.cookie-opt-overlay .cookie-opt-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -9px;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  display: block;
  transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-toggle.open {
  transform: rotate(180deg);
}
.cookie-opt-overlay .cookie-opt-cattitle {
  background: #EDEDED;
  padding: 11px 10px;
  min-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-top: 2px solid #fff;
}
.cookie-opt-overlay .cookie-opt-cattitle small {
  display: block;
  text-transform: none;
  font-size: 12px;
  padding-left: 30px;
  font-weight: normal;
  opacity: 0.75;
  margin-right: 40px;
  padding-top: 5px;
  line-height: normal;
}
.cookie-opt-overlay .cookie-opt-cattitle:first-child {
  border-top: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle input,
.cookie-opt-overlay .cookie-opt-cattitle input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle label,
.cookie-opt-overlay .cookie-opt-cattitle label {
  cursor: pointer;
}
.cookie-opt-overlay .cookie-single-opt-toggle label em,
.cookie-opt-overlay .cookie-opt-cattitle label em {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #E1E1E1;
  color: #ccc;
  float: left;
  margin-right: 10px;
  border: 0;
  border-radius: 50%;
  margin-top: -1px;
  background-position: 3px 6px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2NjYzsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-cattitle label span {
  padding: 2px 0;
  display: block;
  line-height: normal;
  margin: auto;
}
.cookie-opt-overlay .cookie-single-opt-toggle input:checked + label em,
.cookie-opt-overlay .cookie-opt-cattitle input:checked + label em {
  color: #fff;
  background-color: #82C554;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-catinfo {
  font-size: 13px;
  line-height: 16px;
  background: #F1F1F1;
  display: block;
  transition: all 200ms ease;
  overflow: hidden;
}
.cookie-opt-overlay .cookie-opt-catinfo:not(.active) {
  display: none;
}
.cookie-opt-overlay .cookie-opt-catinfo p {
  padding: 15px 18px;
  margin: 0;
}
.cookie-opt-overlay .cookie-opt-catinfo .cookie-opt-table-wrap {
  padding: 15px 0;
  border-top: 1px solid #E4E4E4;
}
.cookie-opt-overlay .cookie-opt-catinfo table {
  table-layout: fixed;
}
.cookie-opt-overlay .cookie-opt-catinfo table th,
.cookie-opt-overlay .cookie-opt-catinfo table td {
  text-align: left;
  vertical-align: top;
  padding: 2px 18px;
}
.cookie-opt-overlay .cookie-opt-catinfo table th {
  width: 80px;
}
.cookie-opt-overlay .cookie-single-opt-toggle {
  padding-left: 18px;
  float: left;
}
.cookie-opt-overlay .cookie-single-opt-toggle + table {
  margin-left: 50px;
  width: calc(100% - 50px);
}
.cookie-opt-overlay .cookie-single-opt-toggle + table th {
  padding-right: 0;
  padding-left: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle label {
  position: relative;
  top: 2px;
}
.cookie-opt-overlay .cookie-single-opt-toggle label span {
  display: none;
}
.cookie-opt-overlay .cookie-top-savebtn {
  width: 100%;
  cursor: pointer;
  background: var(--secondary-color);
  color: var(--text-color);
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  margin-top: 30px;
  border: 0;
}
.cookie-opt-overlay .cookie-top-savebtn:hover {
  box-shadow: inset 0 0 30px 30px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1400px) {
  .cookie-bar .cookie-desc {
    padding-left: 20px;
  }
  .cookie-bar .cookie-options {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-bar .content-width {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-bar .cookie-desc {
    padding: 20px 20px;
  }
  .cookie-bar .cookie-options {
    padding: 0 20px 20px;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cookie-opt-overlay {
    max-width: 90%;
    padding: 20px;
  }
  .cookie-opt-overlay .cookie-top-savebtn {
    margin-top: 20px;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    font-size: 12px;
  }
}
a#hamburger {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 76px;
  background: var(--secondary-color);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  z-index: 2;
}
a#hamburger .burger {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
}
a#hamburger .burger em {
  width: 30px;
  height: 2px;
  background: var(--dark-blue);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -1px;
  border-radius: 0;
}
a#hamburger .burger em.top {
  margin-top: -14px;
}
a#hamburger .burger em.bottom {
  margin-top: 12px;
}
a#hamburger:hover .burger em.top {
  margin-top: -12px;
}
a#hamburger:hover .burger em.bottom {
  margin-top: 10px;
}
#mainmenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
  height: 100vh;
  padding: 140px 45px 45px 0;
  transform: translate(-100%, 0);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  font-size: 1.563rem;
  font-weight: bold;
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
#mainmenu .menu-closer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 70px;
  height: 76px;
  cursor: pointer;
  border: 0;
  background: var(--secondary-color);
}
#mainmenu .menu-closer::before,
#mainmenu .menu-closer::after {
  content: "";
  height: 2px;
  width: 30px;
  background: var(--dark-blue);
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -1px;
  margin-left: -15px;
}
#mainmenu .menu-closer::before {
  transform: rotate(45deg);
}
#mainmenu .menu-closer::after {
  transform: rotate(-45deg);
}
#mainmenu::before {
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 200%;
  opacity: 0.97;
  z-index: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
#mainmenu .btn-back {
  display: none !important;
}
#mainmenu a {
  color: var(--primary-color);
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
#mainmenu a:hover {
  color: var(--text-color);
}
#mainmenu ul {
  position: relative;
  z-index: 2;
}
#mainmenu ul em {
  background: #fff;
  width: 25px;
  height: 25px;
  top: 10px;
  display: block;
  float: right;
  position: relative;
  z-index: 2;
  cursor: pointer;
  right: 11px;
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transform: rotate(45deg);
}
#mainmenu ul em::before,
#mainmenu ul em::after {
  content: "";
  width: 10px;
  height: 1px;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  background: var(--dark-blue);
  left: 50%;
  top: 50%;
}
#mainmenu ul em::before {
  transform: rotate(45deg);
}
#mainmenu ul em::after {
  transform: rotate(-45deg);
}
#mainmenu ul li ul {
  display: none;
}
#mainmenu ul li.open > em {
  transform: rotate(0deg);
}
#mainmenu ul li.open > ul {
  display: block;
}
#mainmenu ul li.open a {
  padding-right: 30px;
}
#mainmenu ul ul {
  font-size: 20px;
  padding-left: 20px;
}
#mainmenu ul ul em {
  top: 3px;
}
#mainmenu.open {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all;
}
#topmenu {
  font-size: 0.875rem;
  float: none;
  position: absolute;
  left: 120px;
  top: 55px;
  color: var(--primary-color);
  font-weight: bold;
}
#topmenu ul li {
  margin-left: 0;
  margin-right: 25px;
}
#topmenu a {
  color: inherit;
  text-decoration: none;
}
#topmenu a:hover {
  color: var(--dark-blue);
}
#logo {
  float: right;
  margin-bottom: -20px;
}
#logo a {
  background: url("../gfx/logo-thex.svg") center no-repeat;
  background-size: auto 70%;
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95) linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0) 61%);
}
#header a.home-btn {
  position: absolute;
  right: 200px;
  top: 53px;
  font-size: 20px;
  text-decoration: none;
}
#header a.home-btn:hover {
  color: var(--dark-blue);
}
#footer {
  position: relative;
  background: #fff url(../gfx/footer-bg.png) right bottom no-repeat;
  border-top: 1px solid rgba(0, 137, 193, 0.2);
  padding: 0 30px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
#footer .inner {
  padding: 100px 0;
}
#footer address {
  font-style: normal;
}
#footer address a {
  font-weight: bold;
  text-decoration: none;
}
#footer address a:hover {
  color: var(--secondary-color);
}
#footer address p:last-child {
  margin-bottom: 0;
}
#footer .grid .col {
  margin-bottom: 0;
}
#footermenu a {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: bold;
}
#footermenu a:hover {
  color: var(--secondary-color);
}
#socialmenu ul li {
  margin-left: 20px;
  margin-bottom: 20px;
}
#socialmenu ul li a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  font-size: 20px;
  display: grid;
  justify-content: center;
  align-content: center;
}
#socialmenu ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 820px) {
  #socialmenu {
    margin-top: 20px;
  }
  #socialmenu ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}
/**
 * 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 !important;
}
.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));
}
/* 
*
*   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 {
  position: relative;
}
.block a.more {
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  position: absolute;
  bottom: -25px;
  right: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 55px;
  font-size: 24px;
  text-indent: 5px;
}
.block-grid > .box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
}
.block-grid > .box .block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  flex: 1 1 auto;
}
.block-grid > .box .block .inner {
  flex: 1 1 auto;
}
.block-grid {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .block-grid .block-img figure {
    flex: 0 0 auto;
  }
  .block-grid .block-img figcaption {
    min-height: 90px;
  }
}
@media only screen and (max-width: 567px) {
  .block-grid .block-img figcaption {
    min-height: none;
  }
}
.block-grid.swiper-container {
  overflow: visible;
}
.block-grid.swiper-container .swiper-slide {
  padding: 0;
  height: auto;
  padding-bottom: 65px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
.block-grid.swiper-container .block {
  flex: 1 1 auto;
}
.block-grid.swiper-container .swiper-scrollbar {
  width: 240px;
  left: 50%;
  margin-left: -120px;
}
.block-grid.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--secondary-color);
}
.block-news {
  background: #fff;
  font-size: 17px;
  line-height: 22px;
}
.block-news time {
  display: block;
  font-size: 14px;
  margin-bottom: 40px;
  position: relative;
}
.block-news time::before {
  content: "";
  width: 90px;
  height: 2px;
  background: #E5E5E5;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.block-news .inner {
  padding: 30px;
}
.block-news h3 a::before {
  position: absolute;
  content: "";
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-inzidenz {
  color: #fff;
  margin-bottom: 0;
  flex: 1 1 auto;
}
.block-inzidenz .inner {
  position: relative;
  z-index: 2;
  padding: 30px;
  padding-right: 0;
}
.block-inzidenz .inzidenz-item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0 20px;
}
.block-inzidenz h3 {
  margin-bottom: 15px;
  font-weight: bold;
  max-width: 500px;
  padding-right: 50px;
}
.block-inzidenz strong,
.block-inzidenz small {
  display: block;
  line-height: 110%;
}
.block-inzidenz strong {
  font-size: 50px;
}
.block-inzidenz small {
  font-size: 17px;
}
.block-inzidenz .date {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-inzidenz .date:last-child {
  margin-bottom: 0;
}
.block-inzidenz::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background: var(--primary-color);
  width: 50vw;
}
.block-inzidenz ul {
  font-size: 12px;
  padding-left: 0;
}
.block-inzidenz ul li {
  list-style: none;
}
.block-inzidenz ul li::before {
  content: "*";
  display: inline-block;
  margin-right: 5px;
}
.block-inzidenz .map-toggle-button {
  cursor: pointer;
  border: 0;
  background: var(--secondary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 17px;
  font-family: 'mosk_normal_400regular', sans-serif;
}
.block-inzidenz .map-toggle-button:hover,
.block-inzidenz .map-toggle-button.active {
  background: #E1EFD3;
  color: #6AB023;
}
.block-inzidenz .reset-map-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 0;
  border: 0;
}
.block-inzidenz .reset-map-button::before,
.block-inzidenz .reset-map-button::after {
  content: "";
  width: 14px;
  height: 2px;
  background: black;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-left: -7px;
  margin-top: -1px;
}
.block-inzidenz .reset-map-button::before {
  transform: rotate(45deg);
}
.block-inzidenz .reset-map-button::after {
  transform: rotate(-45deg);
}
.block-inzidenz .reset-map-button:hover {
  background: var(--secondary-color);
}
.block-inzidenz .reset-map-button:hover::before,
.block-inzidenz .reset-map-button:hover::after {
  background: #fff;
}
/* -  Block mit Bild - */
.block-img {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 30px rgba(179, 179, 179, 0.3);
}
.block-img figure {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}
.block-img figure img {
  display: block;
}
.block-img figcaption {
  flex: 1 1 auto;
  position: relative;
  padding-top: 20px;
}
.block-img figcaption h3 {
  margin-bottom: 0;
}
.block-img figcaption h3 a {
  color: inherit;
}
.block-img figcaption h3 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-img > h3 {
  flex: 1 1 auto;
  margin-bottom: 0;
  width: 100%;
}
.block-img > h3 a {
  color: inherit;
}
.block-img .inner {
  background: #fff;
  flex: 0 0 auto;
  width: 100%;
}
/* 
*
*   Collider Custom CSS v1.2
*   Nodes Framework
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Nodes -- */
.node {
  font-size: 17px;
  line-height: 22px;
}
.node img {
  max-width: 100%;
  height: auto !important;
}
.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%;
  background: #fff;
  box-shadow: 0 0 30px rgba(179, 179, 179, 0.3);
}
.node table th,
.node table td {
  padding: 20px;
}
@media only screen and (max-width: 820px) {
  .node table th,
  .node table td {
    white-space: nowrap;
  }
}
.node table thead tr th {
  border-bottom: 1px solid var(--dark-blue);
  border-left: 1px solid var(--light-blue);
}
.node table thead tr th:first-child {
  border-left: 0;
}
.node table tbody tr td {
  border-bottom: 1px solid var(--light-blue);
  border-left: 1px solid var(--light-blue);
}
.node table tbody tr td:first-child {
  border-left: 0;
}
.node table td.highlight,
.node table th.highlight {
  color: #fff;
  background: var(--primary-color);
}
.node table td.left,
.node table th.left {
  text-align: left;
}
.node table td.center,
.node table th.center {
  text-align: center;
}
.node table td.right,
.node table th.right {
  text-align: right;
}
.node table td.bold,
.node table th.bold {
  font-weight: bold;
}
.node table td.italic,
.node table th.italic {
  font-style: italic;
}
.node table.light {
  width: auto;
  margin-bottom: 30px;
}
.node table.light th,
.node table.light td {
  padding: 0;
}
.node table.light thead tr th {
  border-bottom: 0;
}
.node table.light tbody tr td {
  border-bottom: 0;
}
.node table.light tbody tr td img {
  max-width: 100% !important;
  height: auto !important;
}
.node table.light tbody tr td:nth-child(even) {
  background: transparent;
}
/* 
*
*   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
*
*/
.anchor {
  position: relative;
  top: -80px;
}
.source {
  font-size: 0.75rem !important;
}
.btn-wrap {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  /*.btn {margin: 0;border-radius: 0;} */
}
.btn-wrap a,
.btn-wrap button {
  margin-bottom: 10px;
}
.btn-wrap:last-child {
  margin-bottom: 0;
}
.btn-wrap[data-align="left"] {
  justify-content: start;
}
.btn-wrap[data-align="left"] .btn {
  margin-right: 10px;
}
.btn-wrap[data-align="center"] {
  justify-content: center;
}
.btn-wrap[data-align="center"] .btn {
  margin-right: 10px;
}
.btn-wrap[data-align="right"] {
  justify-content: end;
}
@media only screen and (max-width: 567px) {
  .btn-wrap {
    flex-direction: column;
  }
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .btn-wrap a:last-child,
  .btn-wrap button:last-child {
    margin-bottom: 0;
  }
}
#breadcrumb {
  font-size: 20px;
  float: none;
  position: absolute;
  left: 140px;
  top: 40px;
  color: #fff;
}
#breadcrumb a {
  color: #fff;
  text-decoration: none;
}
#breadcrumb a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #CBCBCB;
  border-right: 2px solid #CBCBCB;
  transform: rotate(45deg);
  float: right;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
#container {
  min-height: 100%;
  min-height: calc(100% - 168px);
  background: var(--lighter-blue) url(../gfx/body-bg.png) left top no-repeat;
}
/* -- No Class Elemente -- */
article h2 {
  font-weight: bold;
}
article.center-text {
  text-align: center;
  max-width: 890px;
  margin: 0 auto 50px;
}
blockquote {
  padding: 50px 50px 0 ;
  position: relative;
  /*margin-bottom: 85px; */
}
blockquote p {
  font-size: 30px;
  line-height: 45px;
  font-style: italic;
  color: var(--primary-color);
  text-align: center;
}
blockquote::before,
blockquote::after {
  content: "";
  width: 50px;
  position: absolute;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  top: 0;
  bottom: 0;
}
blockquote::before {
  border-left: 1px solid var(--primary-color);
  left: 0;
}
blockquote::after {
  border-right: 1px solid var(--primary-color);
  right: 0;
}
blockquote .author {
  position: relative;
  padding-left: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 110%;
  padding-top: 30px;
}
blockquote .author::before {
  content: "";
  background: var(--primary-color);
  height: 1px;
  width: 40px;
  display: block;
  margin-right: 20px;
}
blockquote .author strong,
blockquote .author small {
  display: block;
}
blockquote .author strong {
  color: var(--primary-color);
}
blockquote .author small {
  font-size: 0.875rem;
}
blockquote::before {
  position: absolute;
  color: #E2E2E2;
  right: 50px;
  top: 0;
  font-size: 80px;
  opacity: 0.7;
}
@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);
  }
}
/* -- Buttons -- */
a.cta-btn {
  text-decoration: none;
  text-transform: uppercase;
}
a.cta-btn::before {
  margin-right: 15px;
  position: relative;
  top: 1px;
}
a.cta-btn:hover {
  color: var(--secondary-color);
}
a.cta-btn:hover::before {
  display: inline-block;
  animation: shake 1200ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
a.read-more {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  color: var(--primary-color);
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--secondary-color) 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 120px 2px;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1), background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
a.read-more:hover {
  background-size: 100% 3px;
}
/* -- Custom Listen -- */
ul.downloads {
  padding-left: 0;
  list-style: none;
  color: var(--primary-color);
}
ul.downloads li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
ul.downloads li::before {
  font-size: 25px;
  position: absolute;
  top: 6px;
  left: 0;
}
ul.downloads li a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  color: var(--primary-color);
  font-weight: bold;
}
ul.downloads li a:hover {
  color: var(--secondary-color);
}
ul.downloads:last-child {
  margin-bottom: 0;
}
ul.link-list {
  padding-left: 0;
  list-style: none;
  color: var(--primary-color);
}
ul.link-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
ul.link-list li::before {
  font-size: 18px;
  color: var(--primary-color);
  position: absolute;
  top: 6px;
  left: 0;
}
ul.link-list li a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  color: var(--primary-color);
}
ul.link-list li a:hover {
  color: var(--secondary-color);
}
ul.link-list:last-child {
  margin-bottom: 0;
}
.card-white {
  background: #fff;
  color: var(--text-color);
  padding: 50px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 30px rgba(179, 179, 179, 0.3);
}
.card-white .col:first-child article {
  padding-left: 50px;
}
.card-white .col:last-child article {
  padding-right: 50px;
}
.card-white h2,
.card-white h3 {
  color: var(--primary-color);
}
@media only screen and (max-width: 820px) {
  .card-white {
    padding: 30px;
  }
  .card-white .col:first-child article {
    padding-left: 0;
  }
  .card-white .col:last-child article {
    padding-right: 0;
  }
}
.card-stat,
.card-center {
  text-align: center;
}
.card-stat h4,
.card-center h4 {
  color: var(--primary-color);
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.card-stat .stat-result,
.card-center .stat-result {
  font-size: 2.188rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.card-news {
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 30px rgba(179, 179, 179, 0.3);
  background: #fff;
  padding: 25px;
  height: 100%;
}
.card-news img {
  display: block;
}
.card-news h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.card-news figure + article {
  padding-left: 25px;
}
@media only screen and (max-width: 567px) {
  .card-news {
    flex-direction: column;
  }
  .card-news img {
    width: 100% !important;
    height: auto !important;
  }
  .card-news figure + article {
    padding-left: 0;
    padding-top: 25px;
  }
}
.col-1-3 .card-news figure {
  width: 70px;
  min-width: 70px;
}
.card-count {
  box-shadow: 0 0 30px rgba(179, 179, 179, 0.3);
  padding: 25px;
  min-height: 300px;
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  height: 100%;
  justify-content: space-between;
}
.card-count h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}
.card-count .count {
  font-size: 3.563rem;
  font-weight: bold;
}
.card-count p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 567px) {
  .card-count {
    aspect-ratio: 1;
  }
}
.card-chart {
  box-shadow: 0 0 30px rgba(179, 179, 179, 0.3);
  background: #fff;
  padding: 25px;
  min-height: 300px;
}
.card-chart h3 {
  color: var(--primary-color);
}
.card-chart .read-more + img {
  margin-top: 30px;
}
.card-chart .chart-wrap .chart-container-module {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-chart .chart-wrap .chart-container-module .percent-wrap {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
}
.card-chart .chart-wrap .chart-container-module .percent {
  height: 25px;
  background: var(--primary-color);
  display: block;
}
.card-chart .chart-wrap .chart-container-module .value {
  padding-left: 10px;
  line-height: 110%;
}
.card-chart .chartbar-title {
  width: 50%;
  text-align: right;
  padding: 10px;
  padding-right: 50px;
  border-right: 2px solid #CCE7F3;
  font-weight: bold;
}
.col .card-chart {
  height: 100%;
}
.bar-chart .card-chart {
  box-shadow: none;
  background: transparent;
  text-align: center;
  padding: 0;
}
/* -- -- */
.chart-wrap {
  /* position: relative; padding-bottom: 56.25%;height: 0; overflow: hidden; width: 100%;height: auto;
    canvas {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; } */
}
/* -- -- */
.highlighted {
  background: #E1EFD3;
  padding: 30px;
  font-size: 22px;
}
.highlighted p:last-child {
  margin-bottom: 0;
}
.not-available {
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}
/* -- Charts -- */
.charts {
  padding-bottom: 30px;
}
.charts .chart-container-funding-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  margin-bottom: 20px;
  transition: opacity 200ms ease;
}
.charts .chart-container-funding-type .splitter {
  content: "";
  width: 1px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  height: 38px;
}
.charts .chart-container-funding-type .splitter .title {
  padding-left: 10px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}
.charts .chart-container-funding-type .percent-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.charts .chart-container-funding-type span {
  display: inline-block;
}
.charts .chart-container-funding-type .value {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}
.charts .chart-container-funding-type .label {
  position: absolute;
  color: #000;
  left: 0;
  bottom: -2px;
  z-index: 3;
  padding: 9px 10px;
}
.charts .chart-container-funding-type .orange-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  background: #F08318;
  z-index: 2;
  transition: width 200ms ease;
}
.charts .chart-container-funding-type .percent {
  line-height: 40px;
  font-style: normal;
  position: relative;
  display: block;
  height: 10px;
  background: var(--secondary-color);
  margin-bottom: 0;
  margin-top: 10px;
  white-space: nowrap;
  transition: width 200ms ease;
}
.charts .chart-container-funding-type .percent-placeholder {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
}
.charts .chart-container-funding-type.disabled {
  opacity: 0.3;
}
@media only screen and (max-width: 820px) {
  .charts {
    width: 100%;
  }
}
#mainContent {
  overflow: hidden;
}
.video-wrap {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-wrap a {
  display: block;
  color: var(--dark-blue);
  text-decoration: none;
  position: relative;
}
.video-wrap img {
  display: block;
  height: 100% !important;
  object-fit: cover;
}
.video-wrap em.circle {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100px;
  height: 100px;
  font-size: 40px;
  text-indent: 5px;
  background: var(--secondary-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.video-wrap:hover em.circle {
  background: var(--dark-blue);
  color: var(--secondary-color);
}
.video-wrap .playBtn,
.video-wrap .player,
.video-wrap video,
.video-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.svg-wrap {
  position: relative;
  /* margin-left: -15vw; */
}
.svg-wrap .controls {
  position: absolute;
  top: 0;
  right: 0;
}
.svg-wrap .controls button.circle {
  width: 30px;
  height: 30px;
  background: var(--lighter-blue);
  display: block;
  margin: 0 0 10px;
  cursor: pointer;
  border: 0;
}
.svg-wrap .controls button.circle::before,
.svg-wrap .controls button.circle::after {
  content: "";
  position: absolute;
  background: var(--primary-color);
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
}
.svg-wrap .controls button.circle:hover {
  background: var(--secondary-color);
}
.svg-wrap .controls button.circle.zoom-in::after {
  transform: rotate(90deg);
}
.svg-wrap .controls button.circle.zoom-out::after {
  display: none;
}
.map-legend {
  text-align: center;
  padding-top: 30px;
}
.map-legend .legend-list {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
.map-legend .legend-list .legend-item {
  display: table-cell;
  width: 40px;
  padding-left: 1px;
}
.map-legend .legend-list .legend-item .line {
  height: 4px;
  margin-bottom: 5px;
}
/* -- Schnellsuche -- */
fieldset.quicksearch {
  position: relative;
  margin-top: -10px;
}
fieldset.quicksearch::before {
  position: absolute;
  color: #B3B3B3;
  font-size: 20px;
  top: 15px;
  left: 15px;
}
fieldset.quicksearch input {
  background: transparent;
  font-size: 18px;
  padding: 15px 0 15px 50px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-left: 2px solid rgba(255, 255, 255, 0);
  width: 110px;
}
fieldset.quicksearch input:focus {
  padding: 15px 15px 15px 50px;
  border: 1px solid #ccc;
  width: 400px;
  border-left: 2px solid var(--secondary-color);
}
/* -- Newsroom -- */
.news-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
}
.preloading {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
}
.preloading .skeleton {
  width: 220px;
  height: 80px;
  margin-bottom: 45px;
}
.preloading .skeleton .date {
  float: left;
  width: 52px;
  height: 52px;
  background-color: #ccc;
  margin: 8px;
  background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
  background-size: 600px;
  animation: shine-avatar 2s infinite ease-out;
}
.preloading .skeleton .line {
  float: left;
  width: 100px;
  height: 16px;
  margin-top: 12px;
  background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}
.preloading .skeleton .date + .line {
  margin-top: 11px;
  width: 140px;
}
.preloading .skeleton .line ~ .line {
  background-color: #ddd;
}
.newslist {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid #E6E6E6;
}
.newslist .news-item {
  padding: 30px 120px 30px 0;
  border-top: 2px solid #E6E6E6;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.newslist .news-item .date {
  flex: 0 0 160px;
}
.newslist .news-item .date strong,
.newslist .news-item .date small {
  display: block;
}
.newslist .news-item .date strong {
  color: #B3B3B3;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 20px;
}
.newslist .news-item .date small {
  font-size: 14px;
}
.newslist .news-item .date small::before {
  height: 1px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  background: #B3B3B3;
  content: "";
  position: relative;
  top: -4px;
}
.newslist .news-item section {
  flex: 1 1 auto;
}
.newslist .news-item h3 {
  margin-bottom: 20px;
}
.newslist .news-item h3 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newslist .news-item a.circle {
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  position: absolute;
  top: 30px;
  right: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 55px;
  font-size: 24px;
  text-indent: 5px;
}
.newslist .news-item:hover {
  border-top-color: var(--secondary-color);
}
.newslist.show-loader {
  min-height: 300px;
}
.newslist.show-loader .preloading {
  display: flex;
}
.pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
}
.pager a.btn-prev,
.pager a.btn-next {
  text-decoration: none;
}
.pager a.btn-prev:hover,
.pager a.btn-next:hover {
  color: var(--secondary-color);
}
.pager a.btn-prev::before,
.pager a.btn-next::before {
  top: 50%;
  display: block;
  transform: translate(0%, -50%);
  position: relative;
}
.pager a.btn-prev.disabled,
.pager a.btn-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pager .pager-select-wrap .pager-select {
  font-size: 18px;
  color: #B3B3B3;
  line-height: 53px;
  border: 1px solid #fff;
  border-left: solid #fff;
  padding: 0 40px 0 20px;
  position: relative;
}
.pager .pager-select-wrap .pager-select::before {
  position: absolute;
  right: 10px;
  top: 22px;
  font-size: 11px;
  color: var(--primary-color);
}
.pager .pager-select-wrap .pager-select span.current {
  font-size: 24px;
  color: var(--secondary-color);
}
.pager .select-wrap {
  position: relative;
  min-width: 150px;
}
.pager .select-wrap select {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.pager .select-wrap:hover .pager-select-wrap .pager-select {
  border-color: #D9D9D9;
  border-left-color: var(--secondary-color);
}
@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 140px;
  }
}
@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}
/* -- Contentpart Style -- */
.content-part {
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 567px) {
  .content-part {
    padding: 0 20px;
  }
}
.content-part .content-width {
  padding: 75px 0;
}
.content-part h2.large-title {
  position: relative;
  z-index: 0;
  margin-bottom: -20px;
  text-align: center;
  color: var(--light-blue);
  font-weight: bold;
  font-size: 9.375em;
  line-height: 80%;
}
@media only screen and (max-width: 1800px) {
  .content-part h2.large-title {
    font-size: 11vw;
  }
}
@media only screen and (max-width: 820px) {
  .content-part h2.large-title {
    margin-bottom: -5px;
  }
}
.content-part.video .content,
.content-part.no-padding-top .content {
  padding-top: 1px;
}
.content-part.no-padding-bottom .content {
  padding-bottom: 1px;
}
.content-part.no-padding-bottom:last-child .content {
  padding-bottom: 40px;
}
.content-part.headline-rt .cp-headline {
  text-align: right;
}
.content-part.filled {
  background: #fff;
}
.content-part.blue-bg .node,
.content-part.blue-bg .node a {
  color: #fff;
}
.content-part.blue-bg .node a:hover {
  text-decoration: none;
}
.content-part.blue-bg .bg {
  background: var(--primary-color);
}
.content-part.grey-bg .bg {
  background: #E2E2E2;
}
.content-part.teaser {
  color: #fff;
  padding: 0 30px;
}
.content-part.teaser .content-width {
  padding: 0 0 75px;
}
.content-part.teaser figure {
  position: relative;
}
.content-part.teaser figure video {
  width: 100% !important;
  height: 50vw;
  object-fit: cover;
  display: block;
}
.content-part.teaser figure img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: auto !important;
}
.content-part.teaser h1 {
  font-size: 3.75rem;
  color: #fff;
  line-height: 120%;
  position: relative;
  font-weight: bold;
  padding: 100px 0;
  /*&::before {
                content:"";
                background: var(--secondary-color);position: absolute; left: 120px; top: 0; bottom: 0; width: 6px;
            }*/
}
@media only screen and (max-width: 820px) {
  .content-part.teaser .grid {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 567px) {
  .content-part.teaser {
    padding: 0 20px;
  }
  .content-part.teaser h1 {
    font-size: 8.75vw;
  }
}
.content-part.news-slider {
  overflow: hidden;
}
.content-part.news-slider .swiper-container {
  overflow: visible;
}
.content-part.news-slider .swiper-slide {
  height: auto;
  padding-bottom: 65px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
.content-part.news-slider .block {
  flex: 1 1 auto;
}
.content-part.news-slider .block h3 {
  color: var(--primary-color);
}
.content-part.news-slider .block h3 a {
  color: inherit;
}
.content-part.news-slider .swiper-scrollbar {
  width: 240px;
  left: 50%;
  margin-left: -120px;
}
.content-part.news-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--secondary-color);
}
.content-part.inzidenz {
  margin-bottom: 0;
  background-image: url(../gfx/map-triangle.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 45% auto;
}
.content-part.inzidenz .content-width {
  padding-bottom: 0;
}
.content-part.inzidenz p {
  margin-bottom: 30px;
}
.content-part.inzidenz .sidebar,
.content-part.inzidenz .content {
  width: 50%;
}
.content-part.inzidenz .sidebar {
  font-size: 17px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.content-part.inzidenz .content {
  padding: 0 30px 75px 0 !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
.content-part.inzidenz .block-mobiinfo {
  display: none;
}
.content-part.stat-grid .content {
  padding: 75px 0;
}
.content-part.stat-grid strong,
.content-part.stat-grid small {
  display: block;
  line-height: 100%;
}
.content-part.stat-grid strong {
  font-size: clamp(3.75rem, -0.1923rem + 7.6923vw, 7.5rem);
}
.content-part.stat-grid small {
  font-size: 20px;
  color: var(--primary-color);
}
.content-part.stat-grid em {
  font-size: 16px;
  color: var(--primary-color);
  font-style: normal;
}
.content-part.stat-grid .count {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.content-part.stat-grid .count strong {
  white-space: nowrap;
  flex: 1 1 auto;
  font-size: clamp(2rem, -0.1923rem + 7.6923vw, 6.25rem);
}
.content-part.stat-grid .stat-item:first-child {
  margin-bottom: 50px;
}
.content-part.stat-grid .flexgrid {
  position: relative;
}
.content-part.stat-grid .flexgrid::before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: var(--light-blue);
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}
.content-part.stat-grid .flexgrid .box-50:nth-child(odd) {
  padding-right: 90px;
  text-align: right;
}
.content-part.stat-grid .flexgrid .box-50:nth-child(even) {
  padding-left: 90px;
}
.content-part.stat-grid .flexgrid .box-50:nth-child(even) .count {
  flex-direction: row-reverse;
}
.content-part.stat-grid .flexgrid[data-count="2"] .box:nth-child(odd) img {
  margin-left: 10px;
}
.content-part.stat-grid .flexgrid[data-count="2"] .box:nth-child(even) img {
  margin-right: 10px;
}
.content-part.stat-grid .flexgrid[data-count="2"] .box {
  margin-bottom: 0;
}
.content-part.stat-grid .flexgrid[data-count="2"] .stat-item {
  margin-bottom: 0;
}
.content-part.stat-grid .flexgrid[data-count="3"] .box:nth-child(odd) img {
  margin-left: 10px;
}
.content-part.stat-grid .flexgrid[data-count="3"] .box:nth-child(even) img {
  margin-right: 10px;
}
.content-part.stat-grid .flexgrid[data-count="3"] .box:nth-child(3) {
  margin-bottom: 0;
}
.content-part.stat-grid .flexgrid[data-count="4"] .box:nth-child(odd) img {
  margin-left: 10px;
}
.content-part.stat-grid .flexgrid[data-count="4"] .box:nth-child(even) img {
  margin-right: 10px;
}
.content-part.stat-grid .flexgrid[data-count="4"] .box:nth-child(3),
.content-part.stat-grid .flexgrid[data-count="4"] .box:nth-child(4) {
  margin-bottom: 0;
}
.content-part.hero-text {
  font-size: 22px;
  line-height: 24px;
}
.content-part.hero-text > .content {
  padding: 0 30px;
}
.content-part.hero-text h1 {
  font-size: clamp(2.25rem, 2.1094rem + 0.3906vw, 2.5rem);
  line-height: 120%;
  margin-bottom: 30px;
}
.content-part.hero-text .flexgrid {
  margin-bottom: 0;
}
.content-part.hero-text .flexgrid .box-66 {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
.content-part.hero-text .flexgrid .box-33 {
  display: flex;
}
.content-part.hero-text .flexgrid .box-33 figure {
  flex: 1 1 auto;
}
.content-part.hero-text figure {
  margin-right: -16vw;
}
.content-part.hero-text figure img {
  display: block;
  height: 100% !important;
  object-fit: cover;
}
.content-part.hero-text::before {
  content: "";
  background: var(--secondary-color);
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 100%;
}
.content-part.hero-text + .video .content {
  padding-top: 40px;
  padding-bottom: 80px;
}
.content-part.hero-content figure {
  position: relative;
}
.content-part.hero-content figure img {
  display: block;
}
.content-part.hero-content figure figcaption {
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(31, 56, 77, 0.9);
}
.content-part.hero-content .row {
  position: relative;
  z-index: 2;
}
.content-part.hero-content .row::after {
  display: none;
}
.content-part.hero-content h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.content-part.hero-content .icon-wrap {
  margin-bottom: 30px;
}
.content-part.hero-content .content {
  position: relative;
}
.content-part.hero-content .content .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  width: calc(100% + 45px);
  height: 100%;
  opacity: 0.9;
}
.content-part.hero-content .content .node {
  position: relative;
  z-index: 2;
  max-width: 60%;
  max-width: calc(60% + 45px);
  padding: 65px 0 65px 90px;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-part.hero-content .content .node p:last-child {
  margin-bottom: 0;
}
.content-part.hero-content .content .node .btn-wrap {
  position: absolute;
  bottom: -25px;
  right: 0;
}
.content-part.hero-content .content:first-child,
.content-part.hero-content .content:last-child {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}
.content-part.hero-content .content:first-child .node,
.content-part.hero-content .content:last-child .node {
  padding: 65px 90px 65px 0;
}
.content-part.hero-content .content:first-child .node .btn-wrap,
.content-part.hero-content .content:last-child .node .btn-wrap {
  right: 90px;
}
.content-part.hero-content .content:first-child .bg,
.content-part.hero-content .content:last-child .bg {
  width: 100%;
}
.content-part.hero-content .content:last-child {
  margin-left: -45px;
  align-content: flex-start;
  align-items: flex-start;
}
.content-part.hero-content .content:last-child .node {
  padding: 65px 0 65px 90px;
}
.content-part.hero-content .content:last-child .node .btn-wrap {
  left: 90px;
}
.content-part.hero-content .sidebar:last-child {
  margin-left: -45px;
  width: calc(40% + 45px);
}
.content-part.hero-content:last-child {
  padding-bottom: 40px;
}
.content-part.hero-content + .video .content {
  padding-top: 40px;
  padding-bottom: 80px;
}
.content-part.gallery {
  overflow: hidden;
}
.content-part.gallery h2 {
  text-align: center;
  margin-bottom: 0;
}
.content-part.gallery .swiper-navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.content-part.gallery .swiper-navi .swiper-button-prev,
.content-part.gallery .swiper-navi .swiper-button-next {
  position: static;
  margin: 0;
  color: var(--primary-color);
  background: transparent;
  font-size: 30px;
  margin-top: -30px;
}
.content-part.gallery .swiper-navi .swiper-button-prev:hover,
.content-part.gallery .swiper-navi .swiper-button-next:hover {
  color: var(--dark-blue);
}
.content-part.gallery .swiper-navi .swiper-pagination {
  position: static;
  width: auto;
  padding: 0 20px;
}
.content-part.gallery .swiper-navi .swiper-pagination .swiper-pagination-bullet {
  height: 1px;
  width: 15px;
  background: #66B8DA;
  opacity: 1;
  border-radius: 0;
  transform: none;
  margin: 0 10px;
}
.content-part.gallery .swiper-navi .swiper-pagination .swiper-pagination-bullet-active {
  height: 2px;
  background: var(--primary-color);
}
.content-part.gallery .swiper-slide {
  padding-bottom: 50px;
}
.content-part.gallery .swiper-slide img {
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.content-part.gallery figure {
  position: relative;
}
.content-part.gallery figure figcaption {
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(31, 56, 77, 0.9);
}
.content-part.gallery .swiper-container {
  overflow: visible;
}
.content-part.gallery img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.content-part.video {
  padding: 0;
}
.content-part.video + .video .content {
  padding-top: 40px;
  padding-bottom: 80px;
}
.content-part.video .backgrnd {
  background: var(--primary-color) url(../gfx/content-part-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding: 0 30px;
}
.content-part.video .grid {
  margin: 0;
}
.content-part.video .grid .col {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.content-part.video article {
  background: #fff;
  padding: 20px;
  height: 100%;
}
.content-part.video article h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
}
.content-part.image {
  padding: 0;
}
.content-part.image figure {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(0, 138, 196, 0.2);
  border-bottom: 1px solid rgba(0, 138, 196, 0.2);
}
.content-part.image figure img {
  display: block;
}
.content-part.image figure figcaption {
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(31, 56, 77, 0.9);
}
.content-part.image .content-width {
  position: relative;
  padding: 0;
}
.content-part.image .content-width article {
  padding: 20px;
  background: #fff;
  width: 33.333333%;
  bottom: 50px;
  right: 0;
  position: absolute;
  z-index: 4;
}
.content-part.image .content-width article h3 {
  color: var(--primary-color);
}
@media only screen and (max-width: 820px) {
  .content-part.image .content-width article {
    position: static;
    width: 100%;
  }
}
.content-part.hero-bg {
  padding-bottom: 80px;
}
.content-part.hero-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  width: calc(100% + 45px);
  height: 100%;
  opacity: 0.9;
}
.content-part.hero-bg figure.video {
  position: relative;
}
.content-part.hero-bg figure.video figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: grid;
  justify-content: center;
  align-content: center;
}
.content-part.hero-bg figure.video button {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  background: #6AB023;
}
.content-part.hero-bg article .preline {
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
}
.content-part.hero-bg article h3 {
  font-size: 30px;
}
.content-part.hero-bg article p:last-child {
  margin-bottom: 0;
}
.content-part.hero-bg article .btn-wrap {
  position: absolute;
  bottom: -25px;
}
.content-part.hero-bg .row {
  position: relative;
}
.content-part.hero-bg .row .content,
.content-part.hero-bg .row .sidebar {
  width: 50%;
}
.content-part.hero-bg .row .content {
  padding: 250px 0;
  position: relative;
  z-index: 3;
}
.content-part.hero-bg .row .content:first-child figure {
  margin-left: 105px;
}
.content-part.hero-bg .row .sidebar {
  margin: 200px 0;
}
.content-part.hero-bg .row .sidebar article {
  position: relative;
  padding: 50px;
  z-index: 2;
  max-width: 550px;
  width: 100%;
}
.content-part.hero-bg .row .sidebar:nth-child(1) {
  padding-left: 100px;
}
.content-part.hero-bg .row .sidebar:nth-child(1) .article-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.content-part.hero-bg .row .sidebar:nth-child(1) .bg {
  left: -150px;
  right: -150px;
  width: auto;
}
.content-part.hero-bg .row .sidebar:nth-child(2) .btn-wrap {
  right: 0;
}
.content-part.hero-bg .row .sidebar:nth-child(2) .bg {
  left: 0;
  right: 0;
  width: auto;
}
@media only screen and (max-width: 820px) {
  .content-part.hero-bg .row {
    padding: 30px 0;
  }
}
.content-part.hero-bg .article-wrap {
  position: relative;
  z-index: 1;
}
.content-part.hero-bg .col {
  z-index: 2;
}
.content-part.hero-bg .cp-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-part.hero-bg .cp-bg iframe,
.content-part.hero-bg .cp-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.content-part.hero-bg.has-media article {
  max-width: 400px;
}
.content-part.hero-bg.has-media .row .sidebar:nth-child(1) .bg {
  left: -150px;
  right: -150px;
}
.content-part.hero-bg.has-media .row .sidebar:nth-child(2) .bg {
  left: -150px;
  right: 0;
  width: auto;
}
.content-part.hero-bg.has-video .row {
  height: 80vh;
  min-height: 800px;
}
@media only screen and (max-width: 567px) {
  .content-part.hero-bg.has-video .row {
    min-height: 0;
    height: auto;
  }
}
.content-part.hero-bg.has-video .row .sidebar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
.content-part.stat-slider {
  overflow: hidden;
  padding-bottom: 150px;
  padding-top: 90px;
}
.content-part.stat-slider .cp-bg {
  top: 90px;
  bottom: 150px;
  height: auto;
}
.content-part.stat-slider .content {
  color: #fff;
  position: relative;
}
.content-part.stat-slider .tooltip {
  position: absolute;
  left: 110%;
  top: 50%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  padding: 10px;
  font-size: 1.2vw;
  line-height: 1.1em;
  width: 100%;
  z-index: 100;
  min-width: 400px;
  color: #fff;
  transform: translate(100px, -50%);
  pointer-events: none;
  text-align: left;
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.content-part.stat-slider .tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #000000 transparent transparent;
  opacity: 0.75;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
}
@media only screen and (max-width: 820px) {
  .content-part.stat-slider .tooltip {
    min-width: 320px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 567px) {
  .content-part.stat-slider .tooltip {
    font-size: 4vw;
  }
}
.content-part.stat-slider .swiper-container {
  overflow: visible;
}
.content-part.stat-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 150px 0 100px;
}
@media only screen and (max-width: 820px) {
  .content-part.stat-slider .swiper-slide {
    padding: 40px 0 0;
  }
}
.content-part.stat-slider .bubble-wrap {
  flex: 0 0 50%;
  align-self: auto;
  display: grid;
  justify-content: center;
  height: 50%;
  position: relative;
}
.content-part.stat-slider .bubble-wrap:first-child {
  align-content: flex-end;
}
.content-part.stat-slider .bubble-wrap:last-child {
  align-content: flex-start;
}
.content-part.stat-slider .bubble-wrap:first-child:last-child {
  margin-top: auto;
}
.content-part.stat-slider .bubble {
  border-radius: 50%;
  margin: 20px 0;
  cursor: pointer;
  position: relative;
  background: #66b8da;
  text-align: center;
  color: var(--text-color);
  background: -webkit-linear-gradient(233deg, rgba(102, 184, 218, 0.6) 0%, rgba(204, 231, 243, 0.6) 70%);
  background: -o-linear-gradient(233deg, rgba(102, 184, 218, 0.6) 0%, rgba(204, 231, 243, 0.6) 70%);
  background: linear-gradient(323deg, rgba(102, 184, 218, 0.6) 0%, rgba(204, 231, 243, 0.6) 70%);
  display: grid;
  justify-content: center;
  align-content: center;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
  line-height: 1em;
}
.content-part.stat-slider .bubble small {
  line-height: 1em;
}
.content-part.stat-slider .bubble:hover {
  background: -webkit-linear-gradient(233deg, #66b8da 0%, #cce7f3 70%);
  background: -o-linear-gradient(233deg, #66b8da 0%, #cce7f3 70%);
  background: linear-gradient(323deg, #66b8da 0%, #cce7f3 70%);
}
.content-part.stat-slider .bubble:hover .tooltip {
  opacity: 1;
  transform: translate(0, -50%);
}
.content-part.stat-slider .bubble.bubble-short {
  width: 8vw;
  height: 8vw;
  font-size: 3.5vw;
}
.content-part.stat-slider .bubble.bubble-normal {
  width: 12vw;
  height: 12vw;
  font-size: 3.5vw;
}
.content-part.stat-slider .bubble.bubble-big {
  width: 16vw;
  height: 16vw;
  font-size: 3.5vw;
}
@media only screen and (max-width: 820px) {
  .content-part.stat-slider .bubble.bubble-short {
    width: 15vw;
    height: 15vw;
    font-size: 4.5vw;
  }
  .content-part.stat-slider .bubble.bubble-short small {
    font-size: 2vw !important;
  }
  .content-part.stat-slider .bubble.bubble-normal {
    width: 20vw;
    height: 20vw;
    font-size: 5.5vw;
  }
  .content-part.stat-slider .bubble.bubble-normal small {
    font-size: 2vw !important;
  }
  .content-part.stat-slider .bubble.bubble-big {
    width: 35vw;
    height: 35vw;
    font-size: 7.5vw;
  }
  .content-part.stat-slider .bubble.bubble-big small {
    font-size: 2vw !important;
  }
}
@media only screen and (max-width: 567px) {
  .content-part.stat-slider .bubble.bubble-short small,
  .content-part.stat-slider .bubble.bubble-normal small,
  .content-part.stat-slider .bubble.bubble-big small {
    font-size: 3vw !important;
  }
}
.content-part.stat-slider .bubble-wrap:last-child .bubble-big {
  margin-bottom: 20vw;
}
@media only screen and (max-width: 820px) {
  .content-part.stat-slider .bubble-wrap:last-child .bubble-big {
    margin-bottom: 50vw;
  }
}
.content-part.stat-slider .swiper-button-prev.swiper-button-disabled,
.content-part.stat-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.content-part.stat-slider .swiper-button-prev,
.content-part.stat-slider .swiper-button-next {
  border-radius: 50%;
  background: var(--secondary-color);
  margin-top: -50px;
  width: 100px;
  height: 100px;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 30px;
  color: var(--text-color);
}
@media only screen and (max-width: 1024px) {
  .content-part.stat-slider .swiper-button-prev,
  .content-part.stat-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .content-part.stat-slider .swiper-button-prev::before,
  .content-part.stat-slider .swiper-button-next::before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .content-part.stat-slider .swiper-button-prev {
    left: 0;
  }
  .content-part.stat-slider .swiper-button-next {
    right: 0;
  }
}
.content-part.dashboard .grid {
  margin: 0 -25px;
}
.content-part.dashboard .grid .col {
  padding: 0 25px 50px;
  margin-bottom: 0;
}
.content-part.has-downloads h2 {
  text-align: center;
}
.content-part.has-downloads .node {
  background: var(--light-blue);
  padding: 100px;
}
@media only screen and (max-width: 820px) {
  .content-part.has-downloads .node {
    padding: 30px;
  }
}
.content-part.table h2 {
  text-align: center;
}
/* -- Mobile Userbility Dialog -- */
.overflow-hidden body {
  overflow: hidden;
}
dialog.mobile-overlay {
  margin: 0 auto;
  border: 0;
  top: 50%;
  z-index: 999;
  width: 95%;
  max-width: 568px;
  position: fixed;
  max-height: 95vh;
  overflow: auto;
  transform: translate(0, -50%);
}
dialog.mobile-overlay .block-inzidenz {
  margin-bottom: 0;
}
dialog.mobile-overlay .block-inzidenz .inner {
  margin-right: 0;
}
dialog.mobile-overlay .block-inzidenz::before {
  width: 100%;
}
dialog.mobile-overlay::backdrop {
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 820px) {
  .touch-device .content-part.inzidenz .row {
    flex-direction: column-reverse;
  }
  .touch-device .content-part.inzidenz .row .sidebar {
    padding-left: 50px;
    padding-top: 30px;
  }
  .touch-device .content-part.inzidenz .row .content {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 734px) {
  .touch-device .content-part.inzidenz .row .content {
    padding-bottom: 30px !important;
  }
}
/* 
*
*   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) {
  .svg-wrap {
    margin-left: -8vw;
  }
}
@media only screen and (max-width: 1440px) {
  .svg-wrap {
    margin-left: 0;
  }
  a#hamburger {
    height: 70px;
  }
  a#hamburger .burger {
    width: 35px;
    height: 35px;
  }
  #header .inner {
    height: 70px;
  }
  #header a.home-btn {
    top: 23px;
    right: 120px;
  }
  #logo a {
    width: 110px;
    height: 70px;
    background-size: 90px auto;
  }
  #breadcrumb,
  #topmenu {
    top: 24px;
    left: 100px;
  }
  .content-part.hero-text::before {
    width: 140px;
  }
  .content-part.hero-img figure::after {
    left: 70px;
    width: 4px;
  }
  .content-part.hero-bg .row .content:first-child figure {
    margin-left: 70px;
  }
  .content-part.hero-bg .row .sidebar:nth-child(1) {
    padding-left: 70px;
  }
  #footer .footer-line {
    left: 70px;
    width: 4px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-part.hero-text::before {
    width: 70px;
  }
  .content-part.hero-img figure::after {
    left: 35px;
    width: 4px;
  }
  .content-part.hero-bg .row .content:first-child figure {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 1280px) {
  .size {
    max-width: 960px;
  }
  .tgm-map .size {
    max-width: none;
  }
  .block-img figcaption h3 {
    font-size: 20px;
  }
  .content-part.stat-grid .flexgrid .box-50:nth-child(odd) {
    padding-right: 60px;
  }
  .content-part.stat-grid .flexgrid .box-50:nth-child(even) {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1130px) {
  .size {
    max-width: 768px;
  }
  .tgm-map .size {
    max-width: none;
  }
  blockquote {
    padding: 30px 100px 30px 30px;
  }
  blockquote p {
    font-size: 20px;
    line-height: 35px;
  }
  blockquote::before {
    font-size: 40px;
    right: 30px;
  }
  .block-img figcaption h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-part.hero-img .preline strong {
    font-size: 26px;
    line-height: 30px;
  }
  #breadcrumb,
  #topmenu {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .size {
    max-width: 640px;
  }
  .block-img figcaption h3 {
    font-size: 22px;
    line-height: 24px;
  }
  fieldset.quicksearch input:focus {
    width: 200px;
  }
}
@media only screen and (max-width: 820px) {
  .size {
    max-width: none;
  }
  #breadcrumb,
  #topmenu {
    display: none;
  }
  blockquote {
    padding: 40px 30px;
  }
  blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
  .block-inzidenz::before {
    width: 100vw;
  }
  .news-header {
    flex-direction: column;
  }
  .news-header fieldset.quicksearch {
    width: 100%;
    margin-top: 0;
  }
  .news-header fieldset.quicksearch input {
    width: 100%;
    border: 1px solid #ccc;
    border-left: 2px solid #6AB023;
  }
  .content-part .row {
    flex-direction: column;
  }
  .content-part .row .col {
    width: auto;
  }
  .content-part > .content {
    padding: 45px 0;
  }
  .content-part.inzidenz .row {
    margin-bottom: 50px;
  }
  .content-part.hero-text figure {
    margin-right: auto;
  }
  .content-part.hero-text > .content {
    padding: 0;
  }
  .content-part.hero-text .flexgrid {
    margin: 0;
    flex-direction: column-reverse;
  }
  .content-part.hero-text .flexgrid .box-33,
  .content-part.hero-text .flexgrid .box-66 {
    width: 100%;
  }
  .content-part.hero-text .flexgrid .box-33 {
    position: relative;
    padding: 0;
  }
  .content-part.hero-text .flexgrid .box-33::before {
    content: "";
    background: #6AB023;
    opacity: 0.7;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 100%;
  }
  .content-part.hero-text .flexgrid .box-66 {
    padding: 45px 40px;
  }
  .content-part.hero-text::before {
    display: none;
  }
  .content-part.hero-img .preline {
    width: 150px;
    padding: 20px;
    z-index: 5;
  }
  .content-part.hero-img .preline strong {
    font-size: 15px;
    line-height: 15px;
  }
  .content-part.hero-img h1 {
    margin-left: -10px;
  }
  .content-part.hero-img figure::after {
    left: 20px;
    width: 3px;
  }
  .content-part.hero-content figure {
    margin-top: 0;
  }
  .content-part.hero-content .row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .content-part.hero-content .content {
    margin-bottom: 45px;
  }
  .content-part.hero-content .content:first-child .node,
  .content-part.hero-content .content:last-child .node {
    max-width: none;
    padding: 50px 40px;
  }
  .content-part.hero-content .content:last-child {
    margin-left: 0;
  }
  .content-part.hero-content .content:first-child {
    order: 1;
  }
  .content-part.hero-content .content .node .btn-wrap {
    right: 30px !important;
  }
  .content-part.hero-content .sidebar:first-child,
  .content-part.hero-content .sidebar:last-child {
    margin: 0;
    width: auto;
  }
  .content-part.hero-bg .row .sidebar,
  .content-part.hero-bg .row .content {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .content-part.hero-bg .row .sidebar article {
    max-width: none;
  }
  .content-part.hero-bg .row .sidebar:first-child {
    order: 2;
    margin-bottom: 60px;
  }
  .content-part.hero-bg .row .sidebar:first-child article {
    padding: 70px 50px 50px 50px;
  }
  .content-part.hero-bg .row .content:nth-child(2) {
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: -30px;
  }
  .content-part.inzidenz .sidebar > h2,
  .content-part.inzidenz .sidebar > p {
    margin-left: 30px;
    margin-right: 30px;
  }
  #footer .footer-line {
    left: 20px;
    width: 3px;
  }
}
@media only screen and (max-width: 734px) {
  .content-part .cp-headline {
    padding-top: 45px;
  }
  .content-part.hero-img figure {
    height: 200px;
  }
  .content-part.hero-img figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .content-part.stat-grid .count strong {
    flex: 0 1 auto;
  }
  .content-part.stat-grid .count img {
    margin-right: auto;
  }
  .content-part.stat-grid .flexgrid .box-50:nth-child(odd),
  .content-part.stat-grid .flexgrid .box-50:nth-child(even) {
    text-align: left;
    padding-left: 40px;
  }
  .content-part.stat-grid .flexgrid .box-50:last-child {
    margin-bottom: 0;
  }
  .content-part.stat-grid .flexgrid .box-50:last-child .stat-item {
    margin-bottom: 0;
  }
  .content-part.stat-grid .flexgrid .box-50:nth-child(even) .count {
    flex-direction: row;
  }
  .content-part.stat-grid .flexgrid::before {
    left: 30px;
    width: auto;
    right: 0;
    height: 3px;
    top: 50%;
    bottom: auto;
    margin-top: 35px;
  }
  .content-part.stat-grid .stat-item:first-child {
    margin-bottom: 30px;
  }
  .content-part.stat-grid .flexgrid[data-count="2"]::before {
    margin-top: -1px;
  }
  .content-part.stat-grid .flexgrid[data-count="3"] .stat-item {
    margin-bottom: 0;
  }
  .content-part.stat-grid .flexgrid[data-count="3"]::before {
    display: none;
  }
  .content-part.stat-grid .flexgrid[data-count="4"]::before {
    margin-top: 35px;
  }
  .content-part.inzidenz .row .sidebar {
    padding-top: 0;
  }
  .content-part.inzidenz .row .sidebar:last-child {
    padding-left: 0;
  }
  .content-part.inzidenz .block-mobiinfo {
    display: block;
  }
  .content-part.inzidenz .block-info {
    display: none;
  }
  .content-part.inzidenz .content {
    padding: 40px 40px 0 !important;
  }
  .content-part.hero-content .cp-headline {
    margin-bottom: -5px;
  }
  .block-inzidenz::before {
    width: 100%;
  }
  .block-inzidenz .inner {
    padding-right: 30px;
  }
  .block-inzidenz .reset-map-button {
    right: 30px;
  }
  .newslist .news-item {
    padding: 30px 0;
    flex-direction: column;
  }
  .newslist .news-item .date {
    flex: 0 0 auto;
    padding-bottom: 30px;
  }
  .table-wrap {
    overflow: auto;
  }
  .table-wrap table th,
  .table-wrap table td {
    min-width: 100px;
  }
  .svg-wrap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    height: auto;
    margin: 0 -40px;
  }
  .svg-wrap svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
  }
  .svg-wrap .controls {
    right: 30px;
  }
  .chart-wrap {
    overflow: auto;
  }
  .chart-wrap canvas {
    width: 200% !important;
    height: auto !important;
  }
  .content-part.no-padding-bottom:last-child .content {
    padding-bottom: 40px;
  }
  .content-part.headline-rt .cp-headline {
    text-align: left;
  }
  .content-part.hero-img h1,
  .content-part .cp-headline h2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  #header {
    padding: 0 20px;
  }
  #mainmenu {
    width: 100vw;
    padding: 90px 45px 45px;
  }
  #mainmenu > ul {
    height: calc(100vh - 170px - 45px);
    max-height: fit-content;
    overflow: auto;
  }
  #mainmenu ul em {
    right: 0;
  }
  #mainmenu .menu-closer {
    right: 41px;
  }
  #mainmenu .line {
    left: auto;
    right: 55px;
  }
  blockquote .author {
    padding-left: 40px;
  }
  blockquote .author::before {
    width: 20px;
  }
  .video-wrap em.circle {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 25px;
    line-height: 60px;
    text-indent: 8px;
  }
  .content-part .cp-headline h2 {
    font-size: 55px;
  }
  .content-part.news-slider .content {
    position: relative;
  }
  .content-part.news-slider .swiper-container {
    margin-bottom: 55px;
  }
  .content-part.news-slider a.cta-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .content-part.hero-bg .row .sidebar:first-child {
    order: 2;
    margin-bottom: 60px;
  }
  .content-part.hero-bg .row .sidebar:first-child article {
    padding: 70px 30px 30px 0;
  }
  .content-part.hero-bg .row .content:nth-child(2) {
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: -30px;
  }
  .node table.light th,
  .node table.light td {
    padding-right: 10px;
  }
  .node table.light em {
    font-size: 12px;
    line-height: 1em;
    display: block;
  }
  .content-part.stat-grid .flexgrid[data-count="8"]::before {
    display: none;
  }
  .content-part.hero-img h1 {
    font-size: 3em;
  }
  .content-part.stat-grid .flexgrid[data-count="2"] .box {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .content-part.stat-grid .flexgrid[data-count="2"] .box:last-child {
    margin-bottom: 0;
  }
  .svg-wrap {
    padding-bottom: 100%;
    margin-bottom: 30px;
  }
}

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