﻿/* ::: Basis-Elemente ::: */
/* einkommentieren, wenn Fade-In gewünscht => dann initLazyLoad() erst beim Success ShowAll() ausführen
form {
  opacity: 0;
}
*/

/*html {*/
/*    overflow-y:scroll;*/
/*}*/

.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:32px; }
.spacer     { height:16px; }
.halfspacer   { height:8px; }
.quarterspacer   { height:4px; }
.minispacer   { height:2px; }
.none,
.hide {
  display:none;
}
hr {
  clear: both; 
  height: 1px; 
  margin: 0;
  padding: 0;
  border: none; 
  background-color:#CCC;
  font-size: 0;
  line-height: 0;
}
/*img {*/
/*    vertical-align:bottom;*/
/*    width:auto;*/
/*    max-width:100%;*/
/*}*/
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
/*figcaption {*/
/* font-style:italic;*/
/* font-size:10px;*/
/*}*/
.error {
  color:#e60003;
}
.errorlabel {
    display:block;
}
.searchword {
  background-color:#333;
  color:#fff;
}
.anker:not([href]) {
    text-decoration:none;
}

/* ::: onpublix-Textausrichtung ::: */
.textleft    { text-align:left; }
.textcenter  { text-align:center; }
.textright   { text-align:right; }
.textjustify { text-align:justify; }

/* ::: Aufzählung ::: */
.on-list {
    
}
.on-list li {
    
}

/* ::: Abstände ::: */
figure,
audio,
video,
canvas,
.youtube,
.generate-ui-tab,
div.ui-accordion,
table.tabelle,
.errorlabel {
  margin: 0 0 16px;
}

audio {
    max-width:100%;
}
video {
    max-width:100%;
    height:auto;
}

/*figure {*/
/*    position:relative;*/
/*    z-index:1;*/
/*    text-align:center;*/
/*}*/

/* ::: Imgleft/Imgright/Gallery/Zoomable ::: */
figure.imgleft,
figure.imgright {
    display:table;
    padding-top:2px;
    max-width: 250px; /* je nach Layout anzupassen */
    width: 100%;
}
figure.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:left;
  margin:0 10px 5px 0;
  text-align:left;
}
figure.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:right;
  margin:0 0 5px 10px;
  text-align:right;
}
figure.imgleft img,
figure.imgright img {
    width:100%;
}
figure.zoomable > span.figurewrapper,
figure.gallery > span.figurewrapper {
    position:relative;
    z-index:1;
    display:inline-block;
    width:100%;
    cursor:pointer;
}
figure.imgleft span.figurewrapper,
figure.imgright span.figurewrapper {
    display:block;
}
/*figure.gallery > span.figurewrapper a:first-child {*/
/*    position:relative;*/
/*    z-index:1;*/
/*    display:block;*/
/*}*/
/*figure.zoomable > span.figurewrapper:after,*/
/*figure.gallery > span.figurewrapper a:first-child:after {*/
/*    content:'';*/
/*    display:block;*/
/*    position:absolute;*/
/*    z-index:1;*/
/*    bottom:0;*/
/*    right:0;*/
/*    width:19px;*/
/*    height:19px;*/
/*    background:url(/img/system/icons/zoombox.gif) 0 0 no-repeat;*/
/*}*/
/*figure.gallery > span.figurewrapper a:first-child:after {*/
/*    background-image:url(/img/system/icons/gallery.gif);*/
/*}*/
/*div.textnf {*/
/*  display:table;*/
/*}*/

/* :::  Quicknav ::: */
a.jumpto {
  display:block; 
  position:absolute; 
  top:6px; 
  left:-1000px; 
  z-index:100; 
  padding:10px; 
  font-size:16px; 
  line-height:1.5em;
  font-weight:bold; 
  color:#000;
  background-color:#FFFF8D; 
}
a.jumpto:focus, 
a.jumpto:active {
  left:0;
}

/* :::  YouTube-Baustein ::: */
.youtube {
  position: relative; 
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* :::  Korrekturen ::: */
body .ui-widget {
  font-size:1em;
}

.generate-ui-tab .supertab-head {
    display:none;
}

.ui-tabs .ui-tabs-nav li a,
.ui-state-default a 
{ 
  outline:none;  /* Mix aus normalize und jquery-ui */
}
.mejs-container,
.mejs-container .mejs-layer {
    max-width:100%;
}
main sup {
    line-height:0;
}/* ::: Gallery ::: */
div.gallnavi {
    float:right;
}
div.gallnavi a {
  float:left;
  height:16px;
  width:11px;
  line-height:16px;
  padding: 0 2px 1px 2px;
  margin-left:6px;
  font-weight:bold;
  color:#FFF;
  background-color:#DFC686;
  text-decoration:none;
  text-align:center;
}
div.gallnavi a.selected {
  background-color:#A44E13;
}
.gallerybox {
  margin-top:10px;
}
.galleryrow:after {
    content:"";
    clear:both;
    display:table;
}
.gallerybox a.gallery {
  display:block;
  float:left;
  width: 180px;
  height:140px;
  background-color:#ebebeb;
  background-position:center center;
  background-repeat:no-repeat;
  margin: 0 20px 20px 0;
}
.gallerybox a.last {
  margin-right:0;
}

.galleryrow a.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/* ::: uaWarning ::: */
#uaWarningWrapper {
    background-color:#ffe9af;
    border-bottom:1px solid #c0c0c0;
}
#uaWarning {
    max-width:1024px;
    margin:0 auto;
    padding:24px 16px;
}
#uaWarningClose {
    text-align:right;
    cursor:pointer;
}@font-face {
  font-family: "mobilenav";
  src: url("/fonts/mobilenav/mobilenav.eot?19440014");
  src: url("/fonts/mobilenav/mobilenav.eot?19440014#iefix") format("embedded-opentype"), url("/fonts/mobilenav/mobilenav.woff?19440014") format("woff"), url("/fonts/mobilenav/mobilenav.ttf?19440014") format("truetype"), url("/fonts/mobilenav/mobilenav.svg?19440014#mobilenav") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mn-"]:before,
[class*=" mn-"]:before {
  font-family: "mobilenav";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mn-angle-left:before {
  content: "\e800"; }

.mn-angle-right:before {
  content: "\e801"; }

.mn-menu:before {
  content: "\e802"; }

.mobile-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.5;
  display: none;
  transition: all 0.5s ease;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 500; }

.mobilenav-open body .mobile-layer {
  display: block; }

.nav__suche {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px; }
  .nav__suche .suche-btn-nav {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer; }
  .nav__suche input {
    padding-right: 50px; }

.advice__button-mobile {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-self: center;
  flex-wrap: nowrap;
  color: #09141d; }
  .advice__button-mobile:hover span {
    color: #0066b3; }
  .advice__button-mobile span {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    margin-right: 10px;
    color: #09141d;
    transition: all 0.5s ease; }
  .advice__button-mobile svg {
    transform: rotate(90deg);
    width: 23px;
    position: relative;
    top: -20px;
    left: -10px; }

#mobilenav {
  display: none;
  -moz-transform: translate(105%);
  -ms-transform: translate(105%);
  -o-transform: translate(105%);
  -webkit-transform: translate(105%);
  transform: translate(105%);
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  width: 340px;
  height: calc(100% - 63px);
  background: #fff;
  box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.12);
  position: fixed;
  z-index: 9990;
  bottom: 0;
  right: 0;
  padding-top: 1px;
  overflow-y: auto;
  overflow-x: hidden; }

@media only screen and (max-width: 399px) {
  #mobilenav {
    width: 100%; } }
  #mobilenav.no-overflow {
    overflow-y: hidden; }
  .mobilenav-open #mobilenav {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0); }
  #mobilenav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #mobilenav ul.sub {
      display: none;
      background: #f6f6f6;
      border-bottom: 1px solid #AEADAD;
      padding-top: 5px; }
      #mobilenav ul.sub .mobilenav-a {
        font-size: 16px;
        padding-left: 35px; }
  #mobilenav li {
    position: relative;
    z-index: 20; }
    #mobilenav li > .mobilenav-submenu i:before {
      -moz-transform: rotateZ(90deg);
      -ms-transform: rotateZ(90deg);
      -o-transform: rotateZ(90deg);
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
      -moz-transition: transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      -webkit-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
    #mobilenav li.open > .mobilenav-submenu i:before {
      -moz-transform: rotateZ(90deg) rotateY(180deg);
      -ms-transform: rotateZ(90deg) rotateY(180deg);
      -o-transform: rotateZ(90deg) rotateY(180deg);
      -webkit-transform: rotateZ(90deg) rotateY(180deg);
      transform: rotateZ(90deg) rotateY(180deg); }
  #mobilenav .mobile__meta {
    margin-top: 15px; }
  #mobilenav .selected > .mobile--a {
    color: #fff; }
  #mobilenav .mobile--a {
    display: block;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-size: 16px;
    line-height: 1em;
    color: #8e8e8e;
    cursor: pointer; }
    #mobilenav .mobile--a:hover {
      color: #fff; }

.mobilenav-header {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #AEADAD;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer; }
  .mobilenav-header .mobilenav-header-link {
    float: left;
    display: block;
    padding: 11px 0;
    color: #000;
    text-decoration: none;
    width: 67%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .mobilenav-header .mobilenav-back {
    float: right;
    padding: 11px 0;
    max-width: 33%; }

.mobilenav-submenu {
  padding: 11px 10px;
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  cursor: pointer;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: #f6f6f6; }
  .mobilenav-submenu:hover {
    background: #0066b3;
    color: #fff; }

.mobilenav-ul {
  width: 100%;
  z-index: 100; }
  .mobilenav-ul.sub {
    display: none; }

.mobilenav-li {
  margin-bottom: 5px;
  -moz-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out; }
  .mobilenav-li.open, .mobilenav-li.open > ul > li:last-child {
    margin-bottom: 0; }
  .mobilenav-li.padding {
    padding-bottom: 5px !important; }
  .mobilenav-li:hover > .mobilenav-a {
    text-decoration: none;
    background: #0066b3;
    color: #fff; }
  .mobilenav-li:hover > .mobilenav-submenu {
    background: #0066b3;
    color: #fff; }

.seperator {
  margin: 10px 0;
  background-color: #AEADAD;
  height: 1px; }

.mobilenav-a {
  padding: 11px 45px 11px 20px;
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  text-decoration: none;
  background: transparent;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
  .mobilenav-a:hover, .selected > .mobilenav-a {
    text-decoration: none;
    background: #165788;
    color: #fff; }

@media only screen and (max-width: 1399px) {
  #mobilenav,
.mobile-logo,
.mobilebutton {
    display: block; } }/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/poppins-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v20-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/noto-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-600 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/noto-sans-v27-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-sans-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-sans-v27-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-sans-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-sans-v27-latin-600.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/noto-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}.flash {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 15px;
  margin-bottom: 1em;
  text-align: left;
  color: black;
}
.flash.form-success {
  background: #dff0d8;
  border-left: 5px solid #3f9f18;
}
.flash.form-failure {
  background: rgba(255, 77, 77, 0.15);
  border-left: 5px solid red;
}
.flash.form-info {
  border-left: 5px solid #ffd600;
  background: #fcf8e3;
}
.flash.form-info p {
  margin: 0;
}
input.error,
textarea.error {
  border: 1px solid red;
}
.datenschutz {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.datenschutz input[type="checkbox"] {
  width: 15px;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  height: 15px;
  cursor: pointer;
}
.datenschutz label {
  float: left;
  width: calc(100% - 30px);
  line-height: 1.2;
  cursor: pointer;
  max-width: inherit;
}
textarea,
select,
input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea.error,
select.error,
input.error {
  -webkit-box-shadow: inset 0px 0px 0px 2px red;
  -moz-box-shadow: inset 0px 0px 0px 2px red;
  box-shadow: inset 0px 0px 0px 2px red;
}
textarea.valid,
select.valid,
input.valid {
  -webkit-box-shadow: inset 0px 0px 0px 2px green;
  -moz-box-shadow: inset 0px 0px 0px 2px green;
  box-shadow: inset 0px 0px 0px 2px green;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.pager {
  text-align: center;
  position: relative;
}
.pager:first-of-type {
  padding-bottom: 32px;
  margin-bottom: 19px;
  box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 475px) {
  .pager:first-of-type {
    padding-bottom: 40px;
  }
}
.pager:last-of-type {
  padding-top: 32px;
  margin-top: 19px;
  box-shadow: 0 -10px 10px -7px rgba(0, 0, 0, 0.12);
}
.pager:last-of-type a.pf-first,
.pager:last-of-type .pb-first {
  top: 18px;
}
@media only screen and (max-width: 475px) {
  .pager:last-of-type {
    padding-bottom: 40px;
  }
}
.pager-info {
  font-size: 18px;
  line-height: 27px;
}
.pager-info .hits {
  margin-left: 10px;
}
@media only screen and (max-width: 475px) {
  .pager-info .hits {
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.pager input {
  border: 1px solid #3d3d3d;
  border-radius: 4px;
  padding: 0;
  text-align: center;
  width: 53px;
  height: 42px;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: none;
  font-size: 18px;
  line-height: 27px;
}
.pager a.pf-first,
.pager .pb-first {
  width: 52px;
  height: 52px;
  position: absolute;
  top: -14px;
  transition: 0.2s;
  background: #fff;
}
.pager a.pf-first:before,
.pager .pb-first:before,
.pager a.pf-first:after,
.pager .pb-first:after {
  content: "";
  position: absolute;
  top: 47%;
  left: 0;
  width: 18px;
  height: 4px;
  background: #09080a;
  transition: all 0.15s ease;
  transform-origin: 100% 50%;
}
.pager .pager-forward a.pf-first {
  right: 0;
}
.pager .pager-forward a.pf-sec {
  display: none;
}
.pager .pager-forward a:before {
  transform: translate(14px, 1px) rotate(45deg);
}
.pager .pager-forward a:after {
  transform: translate(14px, -1px) rotate(-45deg);
}
.pager .pager-forward a:hover:before {
  transform: translate(14px, 1px) rotate(30deg);
}
.pager .pager-forward a:hover:after {
  transform: translate(14px, -1px) rotate(-30deg);
}
.pager .pager-forward a:active:before {
  transform: translate(14px, 1px) rotate(25deg);
}
.pager .pager-forward a:active:after {
  transform: translate(14px, -1px) rotate(-25deg);
}
.pager .pager-backward a.pb-first {
  left: 0;
}
.pager .pager-backward a.pb-sec {
  display: none;
}
.pager .pager-backward a:before {
  transform: translate(0px, 1px) rotate(135deg);
}
.pager .pager-backward a:after {
  transform: translate(0px, -1px) rotate(225deg);
}
.pager .pager-backward a:hover:before {
  transform: translate(0px, 1px) rotate(150deg);
}
.pager .pager-backward a:hover:after {
  transform: translate(0px, -1px) rotate(210deg);
}
.pager .pager-backward a:active:before {
  transform: translate(0px, 1px) rotate(155deg);
}
.pager .pager-backward a:active:after {
  transform: translate(0px, -1px) rotate(205deg);
}fieldset.formdesigner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
fieldset.formdesigner legend {
  display: block;
  font-size: 20px;
  line-height: initial;
  font-weight: bold;
  margin-bottom: 20px;
}
fieldset.formdesigner .formular_content {
  padding: 10px;
}
fieldset.formdesigner .radio.checkbox {
  clear: both;
}
fieldset.formdesigner textarea.text {
  width: 380px;
  resize: none;
}
fieldset.formdesigner textarea.text.resizeable {
  resize: both;
}
fieldset.formdesigner textarea.text.Small {
  height: 46px;
}
fieldset.formdesigner textarea.text.Medium {
  height: 66px;
}
fieldset.formdesigner textarea.text.Large {
  height: 86px;
}
fieldset.formdesigner input.text.Small {
  width: 50%!important;
}
fieldset.formdesigner input.text.Medium {
  width: 75%!important;
}
fieldset.formdesigner input.text.Large {
  width: 100%!important;
}
fieldset.formdesigner input.text,
fieldset.formdesigner textarea.text {
  float: left;
  margin-bottom: 15px;
}
fieldset.formdesigner .labelitem {
  margin: 0;
  float: left;
}
fieldset.formdesigner .confirmlabel {
  width: 80%;
  max-width: 80%;
}
fieldset.formdesigner div.radioButtonListWrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
fieldset.formdesigner div.radioButtonListWrapper .radioButtonWrapper {
  display: flex;
}
fieldset.formdesigner div.radioButtonListWrapper .radioButtonWrapper label {
  float: left;
  margin: 0;
}
fieldset.formdesigner .checkboxListWrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
fieldset.formdesigner .checkboxListWrapper .checkboxWrapper {
  display: flex;
}
fieldset.formdesigner .checkboxListWrapper .checkboxWrapper label {
  float: left;
  margin: 0;
  width: auto!important;
}
fieldset.formdesigner .checkboxListWrapper .checkboxWrapper label + input[type=checkbox],
fieldset.formdesigner .checkboxListWrapper .checkboxWrapper label + input[type=radio] {
  margin-left: 10px;
  margin-right: 0;
}
fieldset.formdesigner .checkboxListWrapper .labelwrapper {
  display: flex;
  padding-top: 6px;
}
fieldset.formdesigner .checkboxListWrapper .labelwrapper label {
  margin: 0;
  display: flex;
  width: auto!important;
  padding: 0;
}
fieldset.formdesigner .checkboxListWrapper .labelwrapper label.error + .asterisk {
  color: #e60003;
}
fieldset.formdesigner select {
  margin-top: 0px;
  height: 25px;
}
fieldset.formdesigner input[type=checkbox],
fieldset.formdesigner input[type=radio] {
  width: auto!important;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}
fieldset.formdesigner div.absenden {
  margin: 0;
}
fieldset.formdesigner div.absenden a {
  width: 100%;
  padding: 10px 24px;
  background: none;
  background-color: #428bca;
  color: #fff;
  text-shadow: none;
  transition: background-color 0.2s;
}
fieldset.formdesigner div.absenden a:hover {
  background: none;
  background-color: #3c79b2;
}
fieldset.formdesigner .formular_container_item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
fieldset.formdesigner .formular_container_item.items_1 {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
fieldset.formdesigner .formular_container_item.items_2 {
  width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
fieldset.formdesigner .formular_container_item.items_3 {
  width: 33%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
fieldset.formdesigner .formular_container_item.items_4 {
  width: 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
fieldset.formdesigner .formular_container_item input.text.Small {
  width: 80px;
}
fieldset.formdesigner .formular_container_item input.text.Medium {
  width: 120px;
}
fieldset.formdesigner .formular_container_item input.text.Large {
  width: 140px;
}
fieldset.formdesigner .captcha {
  max-width: 250px;
  margin-bottom: 15px;
}
fieldset.formdesigner .formular_container {
  position: relative;
  width: calc(100% + 30px);
  min-height: 1px;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.erfolgsmeldung {
  text-align: center;
  margin: 50px 0!important;
}
@media only screen and (max-width: 560px) {
  fieldset.formdesigner {
    width: 100%;
    padding: 0;
  }
  fieldset.formdesigner textarea.text {
    width: 100%;
  }
}/*!
 * Bootstrap Grid v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem); /*var(--bs-gutter-x, 0.75rem);*/
  padding-left: var(--bs-gutter-x, 1rem); /*var(--bs-gutter-x, 0.75rem);*/
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 2rem; /*1.5rem;*/
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-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-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-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,.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>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@charset "UTF-8";
.bg-blue, .bg-blue h1, h2, .alt-2, h3, .alt-3, h4, h5, h6, [class^='heading-'], .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue a, .bg-blue p, .bg-blue span, .bg-blue .news--slider .card--text, .bg-blue .news--slider .card--title, .bg-blue label {
  color: #fff; }

.bg-blue a:hover {
  color: #fff; }

.bg-blue [class*="__a"]:after {
  background-color: #fff; }

.bg-blue [class*="bttn"]:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff; }

.bg-blue .protect__info p {
  color: #737373; }

.bg-blue .protect__info a {
  color: #165788; }

.bg-blue ul.on-list {
  color: #fff; }

.bg-blue ul.on-list li:before,
.bg-blue ul.on-list li:after {
  border-color: #fff; }

.bg-blue .tabelle th {
  border-color: #fff; }

.bg-blue .tabelle tr:nth-child(odd) {
  background-color: #124972 !important; }

.bg-blue .tabelle thead tr:nth-child(odd) {
  background-color: transparent !important; }

.bg-blue .accordion h2, .bg-blue .accordion .alt-2 {
  border-color: #fff; }
  .bg-blue .accordion h2 a, .bg-blue .accordion .alt-2 a {
    color: #fff !important; }
  .bg-blue .accordion h2 .ui-accordion-header-icon:before, .bg-blue .accordion h2 .ui-accordion-header-icon:after, .bg-blue .accordion .alt-2 .ui-accordion-header-icon:before, .bg-blue .accordion .alt-2 .ui-accordion-header-icon:after {
    border-color: #fff; }

.bg-blue .ui-tabs-tab {
  border-color: #fff; }

.bg-blue .ui-tabs-nav a {
  color: #fff !important; }

.bg-gray .tabelle thead tr {
  background: transparent !important; }

.bg-gray tr:nth-child(odd) {
  background: #e1e1e1 !important; }

.bg-default {
  background-color: #fff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out; }
  .bg-default + .bg-default {
    padding-top: 0; }

.bg-gray {
  background-color: #eeeeee;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out; }
  .bg-gray + .bg-gray {
    padding-top: 0; }

.bg-blue {
  background-color: #165788;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out; }
  .bg-blue + .bg-blue {
    padding-top: 0; }

@-ms-viewport {
  width: device-width; }

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

* {
  outline: none;
  min-height: 0;
  min-width: 0; }

.row {
  --bs-gutter-x: 1.875rem; }

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem; }

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

@media only screen and (max-width: 768px) {
  .text-center.row {
    text-align: left !important; } }

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

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll; }
  body.compensate-for-scrollbar .header {
    right: 17px; }
  body.compensate-for-scrollbar .breadcrumb__wrapper {
    right: 8.5px; }
  body.compensate-for-scrollbar .to-top {
    right: 43px; }

h1, h2, .alt-2, h3, .alt-3, h4, h5, h6, [class^='heading-'] {
  font-family: "Lato", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #3d3d3d;
  letter-spacing: 0; }
  h1 a, h2 a, .alt-2 a, h3 a, .alt-3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
    color: inherit; }
    h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, .alt-2 a:hover, .alt-2 a:active, .alt-2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, .alt-3 a:hover, .alt-3 a:active, .alt-3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus, [class^='heading-'] a:hover, [class^='heading-'] a:active, [class^='heading-'] a:focus {
      color: #0f3b5c; }

h1,
.alt-1 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
  color: #165788;
  margin-bottom: 30px; }
  p + h1, .bttn + h1, .tabelle-wrapper + h1, .accordion + h1, table + h1, p + .alt-1, .bttn + .alt-1, .tabelle-wrapper + .alt-1, .accordion + .alt-1, table + .alt-1 {
    margin-top: 40px; }

@media only screen and (min-width: 1400px) and (max-width: 1520px) {
  h1,
.alt-1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 28px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1,
.alt-1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 24px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
.alt-1 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
.alt-1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1,
.alt-1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 24px; } }

@media only screen and (max-width: 575px) {
  h1,
.alt-1 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
    hyphens: auto; } }

h2,
.alt-2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  color: #165788;
  margin-bottom: 50px; }
  p + h2, .bttn + h2, .tabelle-wrapper + h2, .accordion + h2, table + h2, p + .alt-2, .bttn + .alt-2, .tabelle-wrapper + .alt-2, .accordion + .alt-2, table + .alt-2 {
    margin-top: 50px; }

@media only screen and (min-width: 1400px) and (max-width: 1520px) {
  h2,
.alt-2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 28px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2,
.alt-2 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 24px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
.alt-2 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
.alt-2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
.alt-2 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 24px; } }

@media only screen and (max-width: 575px) {
  h2,
.alt-2 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 20px;
    hyphens: auto; } }

h3,
.alt-3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 15px; }

h4,
.alt-4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px; }

h5,
.alt-5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px;
  color: #F26D21; }

a {
  color: #165788;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0f3b5c;
    text-decoration: underline; }
  a[href=""] {
    pointer-events: none; }

p {
  color: #737373;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem; }
  p.hero {
    color: #3d3d3d;
    font-size: 19px;
    line-height: 34px;
    font-weight: 500; }
  p.large {
    font-size: 24px;
    line-height: 32px; }
  p.small {
    font-size: 16px;
    line-height: 24px; }
  p .cite {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    margin-top: 30px;
    display: block; }

[class*="bttn"] {
  display: inline-block;
  color: #fff;
  background: #f26d21;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  [class*="bttn"]:hover, [class*="bttn"]:focus, [class*="bttn"]:not(:disabled):active {
    color: #fff;
    background: #165788;
    text-decoration: none; }
  [class*="bttn"][class*="__a"] {
    color: #165788;
    font-weight: 500;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-right: 33px; }
    [class*="bttn"][class*="__a"]:hover, [class*="bttn"][class*="__a"]:focus, [class*="bttn"][class*="__a"]:not(:disabled):active {
      color: #165788;
      background-color: transparent; }
      [class*="bttn"][class*="__a"]:hover:before, [class*="bttn"][class*="__a"]:focus:before, [class*="bttn"][class*="__a"]:not(:disabled):active:before {
        right: -10px; }
    [class*="bttn"][class*="__a"]:focus, [class*="bttn"][class*="__a"]:not(:disabled):active:focus {
      box-shadow: none; }
    [class*="bttn"][class*="__a"]:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      background-image: url(/img/system/icon_arrow-right.svg);
      display: inline-block;
      margin-left: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      width: 24px;
      height: 10px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    [class*="bttn"][class*="__a"]:after {
      width: calc(100% - 33px);
      background-color: #165788; }
  [class*="bttn"][class*="--invert"] {
    text-transform: none;
    background: #165788;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
    box-shadow: inset 0px 0px 0px 1px #ffffff; }
    [class*="bttn"][class*="--invert"]:hover {
      background: #0f3b5c; }
  [class*="bttn"][class*="--mail"]:before {
    content: "";
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 20px;
    height: 14px;
    top: 1px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(/img/system/icon_mail.svg); }
  [class*="bttn"][class*="--download"] {
    color: #737373;
    background: transparent;
    padding-left: 28px;
    cursor: pointer; }

@media only screen and (max-width: 1024px) {
  [class*="bttn"][class*="--download"] {
    width: 100%;
    margin-bottom: 10px; } }
    [class*="bttn"][class*="--download"]:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0px;
      width: 15px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.702' height='19.603' viewBox='0 0 14.702 19.603'%3E%3Cpath id='file-pdf-solid' d='M3.369,11.639H3.063V9.8h.306a.919.919,0,1,1,0,1.838ZM7.351,9.8h.306a.614.614,0,0,1,.613.613v2.45a.614.614,0,0,1-.613.613H7.351ZM8.576,0V4.9A1.224,1.224,0,0,0,9.8,6.126h4.9V17.153a2.453,2.453,0,0,1-2.45,2.45H2.45A2.451,2.451,0,0,1,0,17.153V2.45A2.45,2.45,0,0,1,2.45,0ZM2.45,8.576a.613.613,0,0,0-.613.613v4.9a.613.613,0,1,0,1.225,0V12.864h.306a2.144,2.144,0,1,0,0-4.288ZM6.126,14.09a.614.614,0,0,0,.613.613h.919A1.838,1.838,0,0,0,9.5,12.864v-2.45A1.838,1.838,0,0,0,7.657,8.576H6.739a.614.614,0,0,0-.613.613Zm4.9-5.513a.614.614,0,0,0-.613.613v4.9a.613.613,0,1,0,1.225,0V12.252h1.225a.613.613,0,0,0,0-1.225H11.639V9.8h1.225a.613.613,0,0,0,0-1.225ZM9.8,0l4.9,4.9H9.8Z' fill='%23165788'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100%;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    [class*="bttn"][class*="--download"]:hover, [class*="bttn"][class*="--download"]:focus, [class*="bttn"][class*="--download"]:not(:disabled):active {
      color: #165788;
      background-color: transparent; }

[class*="__a"] {
  position: relative;
  text-decoration: none; }
  [class*="__a"]:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0px;
    background-color: #3d3d3d;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1; }
    [class*="--dropdown"] [class*="__a"]:after {
      width: calc(100% - 15px); }
  [class*="__a"] .arrow {
    width: 9px;
    height: 9px;
    right: 0;
    bottom: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    [class*="__a"] .arrow:before, [class*="__a"] .arrow:after {
      width: 2px;
      height: 4px;
      border-bottom: 5px solid #3d3d3d; }
  [class*="__a"]:hover {
    text-decoration: none; }
    [class*="__a"]:hover:after {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }

[class*="__a"]:hover > [class*="__a"]:after,
[class*="--dropdown"]:hover > [class*="__a"]:after,
.language:hover > [class*="__a"]:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); }

[class*="__a"]:hover .arrow,
[class*="--dropdown"]:hover .arrow,
.language:hover .arrow {
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px); }
  [class*="__a"]:hover .arrow:before,
[class*="--dropdown"]:hover .arrow:before,
.language:hover .arrow:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  [class*="__a"]:hover .arrow:after,
[class*="--dropdown"]:hover .arrow:after,
.language:hover .arrow:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.link__a[class*="--"]:before {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px; }

.link__a[class*="--"]:after {
  right: 0;
  left: inherit;
  width: calc(100% - 30px) !important; }

.link__a--location:before {
  background-image: url(/img/system/icon_location.svg); }

.link__a--phone:before {
  background-image: url(/img/system/icon_phone.svg); }

.link__a--mobil:before {
  background-image: url(/img/system/icon_mobilephone.svg); }

.link__a--mail:before {
  top: 1px;
  background-image: url(/img/system/icon_mail.svg); }

.link__a--vcf:before {
  top: 1px;
  background-image: url(/img/system/icon_visitenkarte.svg); }

.download {
  aspect-ratio: 1/1;
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  background: #ffffff;
  padding: 32px; }
  .download:before {
    content: url(/img/system/icon_document_pdf.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 128px;
    height: 128px; }
  .download__wrapper {
    margin-bottom: 47px; }
  .download__text {
    text-align: left; }
  .download__titel, .download__info {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold; }
  .download__info {
    font-weight: 400; }
  .download__bttn {
    color: #165788;
    background: #fff;
    padding-left: 52px; }

@media only screen and (max-width: 1024px) {
  .download__bttn {
    width: 100%;
    margin-bottom: 10px; } }
    .download__bttn:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 20px;
      width: 16px;
      height: 20px;
      background-image: url(/img/system/icon_document.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .download__bttn:hover:before {
      background-image: url(/img/system/icon_document_light.svg); }
    .download__bttn + .download__bttn {
      margin-left: 16px; }

@media only screen and (max-width: 1024px) {
  .download__bttn + .download__bttn {
    margin-left: 0; } }

img {
  width: 100%; }

[class*="col-"] > *:first-child,
[class*="col"] > *:first-child {
  margin-top: 0; }

[class*="col-"] > *:last-child,
[class*="col"] > *:last-child {
  margin-bottom: 0; }

[class*="col-"]:empty,
[class*="col"]:empty {
  display: none; }

[class*="col-"].m-bottom *:last-child,
[class*="col"].m-bottom *:last-child {
  margin-bottom: 1rem; }

@media only screen and (max-width: 991px) {
  [class*="col-"] + [class*="col"],
[class*="col"] + [class*="col"] {
    margin-top: 30px; } }

.mid,
.center-bttn {
  text-align: center; }

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  color: #3d3d3d;
  opacity: 1;
  /* Firefox */ }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  color: #3d3d3d; }

input::-ms-input-placeholder {
  /* Microsoft Edge */
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  color: #3d3d3d; }

input:hover::placeholder, input:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dbdbdb;
  opacity: 1;
  /* Firefox */ }

input:hover:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dbdbdb; }

input:hover::-ms-input-placeholder, input:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dbdbdb; }

.mail {
  display: block;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 0;
  top: 184px;
  background: #fff;
  z-index: 1;
  border-radius: 4px 0 0 4px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12); }
  .mail:before {
    content: "";
    background-image: url(/img/system/icon_mail.svg);
    position: absolute;
    left: 13px;
    top: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px; }

.arrow {
  display: block;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 16px;
  margin-left: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
  .arrow:before, .arrow:after {
    position: absolute;
    content: "";
    background-color: transparent;
    width: 2px;
    height: 10px;
    display: inline-block;
    position: absolute;
    border-bottom: 12px solid #3d3d3d;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .arrow:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .arrow:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .active-dropdown > a > .arrow {
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px); }
    .active-dropdown > a > .arrow:before {
      border-color: #165788;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .active-dropdown > a > .arrow:after {
      border-color: #165788;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.breadcrumb {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 27px;
  padding: 30px 0 0;
  background: none; }
  .breadcrumb--light {
    --bread-color: #ffffff;
    --bread-arrow: url(/img/system/icon_arrow-small.svg); }
  .breadcrumb--dark {
    --bread-color: $text;
    --bread-arrow: url(/img/system/icon_arrow-small_grey.svg); }
  .breadcrumb ol {
    padding: 0;
    margin: 0; }
    .breadcrumb ol li {
      display: inline-block;
      color: var(--bread-color); }
      .breadcrumb ol li a {
        color: var(--bread-color);
        text-decoration: none;
        font-weight: 600;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .breadcrumb ol li a:hover {
          color: #165788; }
      .breadcrumb ol li + li:before {
        content: "";
        background-image: var(--bread-arrow);
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 6px;
        height: 9px; }
  .breadcrumb__wrapper {
    position: absolute;
    width: 100%;
    top: 90px;
    z-index: 999; }
    .breadcrumb__wrapper + .container__wrapper {
      padding-top: 170px; }
    .breadcrumb__wrapper + .search__site {
      padding-top: 210px; }

@media only screen and (max-width: 575px) {
  .breadcrumb__wrapper > .container {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem); } }
    .breadcrumb__wrapper ~ .container__wrapper .col-img {
      margin-top: 0; }

@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0; } }

ul.on-list {
  color: #737373;
  position: relative;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem; }
  ul.on-list li {
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-left: 30px;
    line-height: 26px; }
    ul.on-list li:before, ul.on-list li:after {
      position: absolute;
      content: "";
      background-color: transparent;
      width: 2px;
      height: 8px;
      border-bottom: 10px solid #3d3d3d;
      top: 3px;
      border-bottom-color: #737373;
      left: 9px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    ul.on-list li:before {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    ul.on-list li:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    ul.on-list li + li {
      margin-top: 6px; }
    ul.on-list li > .on-list {
      margin-top: 5px !important; }
    ul.on-list li ul {
      list-style: none; }

form[action^="/news/"] ul.on-list {
  color: #737373; }
  form[action^="/news/"] ul.on-list li:before, form[action^="/news/"] ul.on-list li:after {
    border-bottom-color: #737373; }

ol.on-list {
  position: relative;
  padding-left: 34px;
  list-style: none;
  counter-reset: count; }
  ol.on-list li {
    counter-increment: count;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    line-height: 34px;
    font-weight: 500; }
    ol.on-list li + li {
      margin-top: 6px; }
    ol.on-list li:before {
      content: counter(count) ".";
      font-family: "Poppins", sans-serif;
      font-size: 19px;
      line-height: 34px;
      font-weight: 500;
      position: absolute;
      left: 0;
      display: inline-block; }
    ol.on-list li > .on-list {
      margin-top: 5px !important; }

.container__wrapper {
  position: relative;
  padding: 120px 0; }

@media only screen and (max-width: 1024px) {
  .container__wrapper {
    padding: 80px 0; } }

@media only screen and (max-width: 575px) {
  .container__wrapper {
    padding: 25px 0; }
    .container__wrapper > .container {
      padding-right: var(--bs-gutter-x, 1.5rem);
      padding-left: var(--bs-gutter-x, 1.5rem); } }
  .container__wrapper-double {
    margin-bottom: 50px; }

@media only screen and (max-width: 768px) {
  .container__wrapper-double {
    margin-bottom: 20px; }
    .container__wrapper-double .container {
      padding-right: 16px;
      padding-left: 16px; } }

@media only screen and (max-width: 767px) {
  .container__wrapper-double .col-md-6 {
    margin: 0 !important;
    padding: 20px !important; }
    .container__wrapper-double .col-md-6 *:last-child {
      margin-bottom: 0; }
    .container__wrapper-double .col-md-6 + .col-md-6 {
      margin-top: 1rem !important; } }
  .container__wrapper-breadcrumb {
    padding: 25px 0; }
  .container__wrapper .col-md-6 *:last-child {
    margin-bottom: 0; }
  form > .container__wrapper {
    max-width: 1920px;
    margin: 0 auto; }

.row.extension > * {
  margin-bottom: 1rem; }

@media (max-width: 991px) {
  section .img--left > .col-img,
section .img--right > .col-img {
    margin-bottom: 24px; } }

section .img--left > [class*="col-"] {
  order: 1; }

section .img--left > .col-img {
  order: 0; }

section .img--right > [class*="col-"] {
  order: 0; }

@media (max-width: 991px) {
  section .img--right > [class*="col-"] {
    order: 1; } }

section .img--right > .col-img {
  order: 1; }

@media (max-width: 991px) {
  section .img--right > .col-img {
    order: 0; } }

section .content--top,
section .inhaltTop,
section .inhaltTop .extension {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

section .content--center,
section .inhaltCenter,
section .inhaltCenter .extension {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

section .content--bottom,
section .inhaltBottom,
section .inhaltBottom .extension {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

section .bg--orange {
  --bg-color: #F26D21; }

section .bg--black {
  --bg-color: #09080A; }

section .bg--blue {
  --bg-color: #009FE3; }

.col-img {
  position: relative; }
  .col-img__h6 {
    position: absolute;
    bottom: 36px;
    left: 25px; }
  .col-img h6 {
    display: inline;
    font-size: 36px;
    font-family: "Noto Sans", sans-serif;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--bg-color);
    box-shadow: -10px 0 0 var(--bg-color), 10px 0 0 var(--bg-color);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -ms-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out; }

@media (min-width: 1521px) {
  .container {
    max-width: 1504px; } }

.header {
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  font-family: "Noto Sans", sans-serif; }
  .header:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute; }
  .header__inner {
    background: white;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .header__brand {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    z-index: 1; }
    .header__brand img {
      height: 54.6px;
      max-height: 54.6px; }

@media only screen and (max-width: 1399px) {
  .header__brand img {
    height: 30px;
    max-height: 30px; } }

.nav {
  padding: 52px 0px 16px;
  background: #fff; }

@media only screen and (max-width: 1399px) {
  .nav {
    display: none; } }
  .nav__ul {
    margin: 0;
    padding: 0;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .nav__li {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    outline: none; }
    .nav__li--dropdown:hover:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      background: transparent;
      height: 75px;
      top: 72px;
      z-index: 601; }
    .nav__li--dropdown:hover > .nav__flyout {
      display: block;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      visibility: visible;
      opacity: 1; }
    .nav__li:active, .nav__li:focus {
      outline: none; }
    .nav__li[aria-current] > .nav__a, .nav__li.selected .nav__a {
      text-decoration: none; }
    .nav__li + .nav__li {
      margin-left: 38.5px; }
  .nav__a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    padding-right: 15px;
    color: #3d3d3d;
    position: relative;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    .nav__a:hover {
      color: #3d3d3d; }
  .nav__flyout {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: -1;
    background: #fff;
    border-top: 1px solid #d1cece;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }
  .nav__sub {
    padding: 48px 0 80px;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -15px; }
    .nav__sub .nav__li {
      padding: 12px 0;
      border-bottom: 1px solid #d1cece;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      width: calc(25% - 30px);
      margin: 0 15px 2px; }
    .nav__sub--produkte .nav__li {
      display: block; }
      .nav__sub--produkte .nav__li--last {
        display: block;
        width: auto; }
      .nav__sub--produkte .nav__li--dropdown:after {
        display: none; }
    .nav__sub--produkte > .nav__li {
      border: none;
      padding: 0; }
    .nav__sub--produkte .nav__sub {
      display: block;
      padding: 0;
      padding-top: 16px; }
    .nav__sub--produkte .nav__a--headline {
      color: #fff;
      font-size: 22px;
      line-height: 32px;
      padding: 2px 10px; }
      .nav__sub--produkte .nav__a--headline:after {
        display: none; }
    .nav__sub--produkte .nav__li > .nav__a--headline[title~="Flexible"] {
      background: #f26d21; }
    .nav__sub--produkte .nav__li > .nav__a--headline[title~="Bitumen"] {
      background: #09080a; }
    .nav__sub--produkte .nav__li > .nav__a--headline[title~="Abdichtungslösungen"], .nav__sub--produkte .nav__li > .nav__a--headline[title~="Waterproofing"] {
      background: #009fe3; }
    .nav__sub--produkte .nav__li > .nav__a--headline[title~="Landwirtschaft"], .nav__sub--produkte .nav__li > .nav__a--headline[title~="Agriculture"] {
      background: #3f8137; }
  .nav__toggle {
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    padding: 4px;
    height: 40px;
    outline: none;
    cursor: pointer;
    position: relative; }

@media (max-width: 1399px) {
  .nav__toggle {
    height: 26px; } }

@media (min-width: 1400px) {
  .nav__toggle--wrapper {
    display: none !important; } }
    .nav__toggle--menu {
      position: relative;
      display: block;
      width: 32px;
      height: 2px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      background: #3d3d3d;
      -webkit-transition: all 0ms 300ms;
      -moz-transition: all 0ms 300ms;
      -ms-transition: all 0ms 300ms;
      -o-transition: all 0ms 300ms;
      transition: all 0ms 300ms; }
      .nav__toggle--menu:after, .nav__toggle--menu:before {
        width: 32px;
        height: 2px;
        content: "";
        position: absolute;
        left: 0;
        background: #3d3d3d; }
      .nav__toggle--menu:before {
        bottom: 7px;
        -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
      .nav__toggle--menu:after {
        top: 7px;
        -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .mobilenav-open .nav__toggle .nav__toggle--menu {
      background: rgba(255, 255, 255, 0); }
      .mobilenav-open .nav__toggle .nav__toggle--menu:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
      .mobilenav-open .nav__toggle .nav__toggle--menu:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.meta__nav {
  padding: 23px 0px 16px; }

@media (max-width: 1399px) {
  .meta__nav {
    padding: 19px 0px 18px; } }

.meta__ul {
  margin: 0;
  padding: 0;
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

@media (max-width: 1399px) {
  .meta__ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

.meta__li {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none; }
  .meta__li + .meta__li {
    margin-left: 38.5px; }

@media (max-width: 499px) {
  .meta__li + .meta__li {
    margin-left: 16px; } }

.meta__a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  padding-right: 15px;
  color: #3d3d3d;
  position: relative;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .meta__a:hover {
    color: #3d3d3d; }

.finder .bttn {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 17px;
  padding: 16.5px 19px; }

@media (max-width: 1399px) {
  .finder .bttn {
    font-size: 12px;
    line-height: 15px;
    padding: 5.5px 6.5px; } }

.language {
  position: relative; }

@media (max-width: 1399px) {
  .language {
    display: none !important; } }
  .language__ul {
    display: block;
    position: absolute;
    top: calc(100% + 27px);
    left: -25px;
    width: 180px;
    background: #fff;
    padding: 14px 25px;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: -1;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }
  .language__li {
    display: block;
    list-style: none; }
  .language__a {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    color: #3d3d3d; }
    .language__a:before {
      content: "";
      position: relative;
      background-repeat: no-repeat;
      background-position: bottom;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 16px;
      margin-bottom: -4px; }
    .language__a--de:before {
      background-image: url(/img/system/icon_de.svg); }
    .language__a--en:before {
      background-image: url(/img/system/icon_en.svg); }
    .language__a--cn:before {
      background-image: url(/img/system/icon_cn.svg); }
    .language__a:after {
      right: 0; }
    .language__a:hover {
      color: #3d3d3d; }
      .language__a:hover:after {
        width: calc(100% - 36px) !important; }
    .mobilenav-li .language__a {
      padding: 11px 45px 11px 20px;
      font-weight: 400; }
  .language__switch {
    cursor: default; }
    .language__switch:before {
      content: "";
      position: relative;
      background-image: url(/img/system/icon_globe.svg);
      background-repeat: no-repeat;
      background-position: bottom;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 16px;
      margin-bottom: -4px; }
    .language__switch:after {
      right: 0;
      width: calc(100% - 36px) !important; }
    .language__switch:hover:after {
      width: calc(100% - 36px) !important; }
  .language:hover:before {
    content: "";
    position: absolute;
    width: 180px;
    background: transparent;
    height: 35px;
    top: 20px;
    left: -25px;
    z-index: 601; }
  .language:hover > .language__ul {
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1; }

.search {
  cursor: pointer;
  margin-left: 68px !important; }

@media (max-width: 1399px) {
  .search {
    display: none !important; } }

@media only screen and (max-width: 450px) {
  .search {
    display: none; } }
  .searchHighlight {
    color: #F26D21; }
  .search:before {
    content: "";
    background: #3d3d3d;
    width: 1px;
    height: 30px;
    display: block;
    position: relative;
    left: -32px; }
  .search.visible > .search__flyout {
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1; }
  .search.visible .search__span .search__icon {
    background-image: url(/img/system/icon_close.svg);
    -webkit-animation-name: scale-in-center;
    animation-name: scale-in-center;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .search.hidden .search__span .search__icon {
    -webkit-animation-name: scale-in-center-v2;
    animation-name: scale-in-center-v2;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .search__icon {
    background-image: url(/img/system/icon_lupe.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: block; }
    .search__icon--v2 {
      background-image: url(/img/system/icon_lupe_v2.svg); }
  .search__flyout {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: -1;
    background: #fff;
    border-top: 1px solid #d1cece;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }
  .search__wrapper {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 750px;
    padding: 48px 0 80px;
    margin: 0 auto; }
  .search__input {
    padding: 25px 0;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 132px);
    border: 0;
    border-bottom: 1px solid #3d3d3d;
    box-shadow: none !important; }
    .search__input.placeholder {
      color: #3d3d3d;
      font-size: 18px;
      line-height: 27px; }
    .search__input:-moz-placeholder {
      color: #3d3d3d;
      font-size: 18px;
      line-height: 27px; }
    .search__input::-moz-placeholder {
      color: #3d3d3d;
      font-size: 18px;
      line-height: 27px; }
    .search__input:-ms-input-placeholder {
      color: #3d3d3d;
      font-size: 18px;
      line-height: 27px; }
    .search__input::-webkit-input-placeholder {
      color: #3d3d3d;
      font-size: 18px;
      line-height: 27px; }
  .search__bttn {
    background: none;
    margin-right: 20px;
    padding: 15px; }
    .search__bttn:hover, .search__bttn:focus, .search__bttn:not(:disabled):active {
      background: none; }
  .search__span {
    position: relative; }
  .search__field {
    margin-bottom: 55px; }
  .searchmain {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border-bottom: 1px solid #3d3d3d; }
    .searchmain__btn {
      background-image: url(/img/system/icon_lupe_v2.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 34px;
      height: 34px;
      display: block; }
    .searchmain__input {
      padding: 25px 0 25px 45px;
      color: #3d3d3d;
      font-size: 16px;
      line-height: 22px;
      width: 100%;
      border: 0;
      box-shadow: none !important;
      text-transform: uppercase; }
    .searchmain__item {
      padding: 30px 0; }
      .searchmain__item + .searchmain__item {
        border-top: 1px solid #AEADAD; }
  .searchmobile__wrapper {
    padding: 11px 20px;
    margin-bottom: 50px;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .searchmobile__input {
    padding: 25px 0;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    border: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #3d3d3d; }
    .searchmobile__input.placeholder {
      color: #3d3d3d;
      font-size: 14px;
      line-height: 22px; }
    .searchmobile__input:-moz-placeholder {
      color: #3d3d3d;
      font-size: 14px;
      line-height: 22px; }
    .searchmobile__input::-moz-placeholder {
      color: #3d3d3d;
      font-size: 14px;
      line-height: 22px; }
    .searchmobile__input:-ms-input-placeholder {
      color: #3d3d3d;
      font-size: 14px;
      line-height: 22px; }
    .searchmobile__input::-webkit-input-placeholder {
      color: #3d3d3d;
      font-size: 14px;
      line-height: 22px; }
  .searchmobile__bttn {
    background: none;
    margin-right: 20px;
    padding: 15px;
    cursor: pointer; }
    .searchmobile__bttn:hover, .searchmobile__bttn:focus, .searchmobile__bttn:not(:disabled):active {
      background: none; }

.mobile__wrapper {
  display: flex;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center; }

@media (min-width: 1200px) {
  .mobile__wrapper {
    display: none; } }

@media (min-width: 769px) and (max-width: 1199px) {
  .mobile__wrapper {
    margin-top: 25px; } }

.mobile.search {
  display: block; }

.kv {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 1920/710; }

@media only screen and (max-width: 767px) {
  .kv {
    aspect-ratio: inherit;
    height: 367px; } }
  .kv__image {
    position: fixed;
    aspect-ratio: 1920/710;
    width: 100%;
    max-width: 1920px; }

@media only screen and (max-width: 767px) {
  .kv__image {
    aspect-ratio: inherit;
    height: 367px; } }
    .kv__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
    .kv__image:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      opacity: 50%;
      background: #15232e;
      background: linear-gradient(180deg, #15232e 0%, rgba(21, 35, 46, 0) 20%, rgba(18, 29, 38, 0) 50%, rgba(18, 29, 38, 0.84) 90%, #15232e 100%); }
    .kv__image:after {
      content: "";
      background-image: url(/img/system/icon_lucobit_transparent.svg);
      background-repeat: no-repeat;
      width: 349px;
      height: 349px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }

@media only screen and (max-width: 767px) {
  .kv__image:after {
    display: none; } }
  .kv__div {
    position: absolute;
    bottom: 50px;
    width: 100%;
    pointer-events: none; }

@media only screen and (max-width: 767px) {
  .kv__div {
    bottom: 30px; } }
  .kv__headline {
    color: #fff;
    text-transform: uppercase;
    pointer-events: all;
    font-family: "Lato", sans-serif; }

@media only screen and (max-width: 991px) {
  .kv__headline {
    font-size: 32px;
    line-height: 40px; } }

.swiper.slider--projekte {
  padding-bottom: 108px; }

@media only screen and (max-width: 768px) {
  .swiper.slider--projekte {
    padding-bottom: 34px; } }

.swiper .swiper-pagination {
  bottom: 48px; }

@media (max-width: 767px) {
  .swiper .swiper-pagination {
    bottom: 20px; } }
  .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(1); }
  .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.66); }
  .swiper .swiper-pagination-bullet {
    background: #727272;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .swiper .swiper-pagination-bullet-active {
      background: #165788; }

.swiper .swiper-nav-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 168px;
  height: 60px;
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .swiper .swiper-nav-wrapper .swiper-button-disabled {
    cursor: default; }
    .swiper .swiper-nav-wrapper .swiper-button-disabled svg circle {
      fill: #727272 !important; }

.swiper .swiper-nav-prev, .swiper .swiper-nav-next {
  cursor: pointer; }
  .swiper .swiper-nav-prev svg circle, .swiper .swiper-nav-next svg circle {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
  .swiper .swiper-nav-prev:hover svg circle, .swiper .swiper-nav-next:hover svg circle {
    fill: #f26d21; }

.card {
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: #ffffff; }
  .card__img {
    width: 100%;
    aspect-ratio: 512/400;
    overflow: hidden;
    position: relative;
    border-radius: 2px; }
    .card__img.kultur:before, .card__img.familie:before, .card__img.jugend:before {
      content: "";
      display: block;
      width: 12px;
      height: 133px;
      position: absolute;
      right: 0;
      z-index: 1; }
    .card__img.kultur:before {
      background: #006c67; }
    .card__img.familie:before {
      background: #d63656; }
    .card__img.jugend:before {
      background: #554975; }
    .card:hover .card__img img {
      transform: scale(1.1); }
    .card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -ms-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease; }
  .card__body {
    padding: 27px 0;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    border: 0;
    width: 100%;
    position: relative; }
  .card__title {
    margin-bottom: 22px; }
  .card__url:hover {
    text-decoration: none; }
  .card__url[class*="line-"] .card__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .card__url[class*="line-"] .card__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .card__url.line-1 .card__text {
    -webkit-line-clamp: 5; }
  .card__url.line-2 .card__text {
    -webkit-line-clamp: 4; }
  .card__url.line-3 .card__text {
    -webkit-line-clamp: 3; }
  .card__url.line-4 .card__text {
    -webkit-line-clamp: 2; }
  .card__url--full {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .card__text {
    font-size: 16px;
    line-height: 24px;
    color: #727272;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: auto; }
  .card__link {
    text-align: left;
    text-decoration: none;
    outline: none;
    color: #165788;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 24px;
    border: 2px solid #679cca;
    border-radius: 50px; }
  .card__btn--text {
    background: transparent !important;
    color: #165788;
    padding-left: 0;
    padding-right: 0; }
    .card__btn--text:before, .card__btn--text:after {
      content: "";
      display: block;
      position: absolute;
      top: calc(100% - 14px);
      left: -1px;
      height: 2px;
      width: calc(100% + 2px);
      z-index: 1; }
    .card__btn--text:before {
      background-color: #165788;
      transform: inherit; }
    .card__btn--text:after {
      background-color: #f26d21;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .card__btn--text:hover, .card__btn--text:focus, .card__btn--text:not(:disabled):active {
      color: #165788; }
      .card__btn--text:hover:after, .card__btn--text:focus:after, .card__btn--text:not(:disabled):active:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
  .card__footer {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%; }
    .card__footer--double {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
  .card__wrapper {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -moz-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    margin: 0 -17px;
    margin-bottom: 47px; }

@media only screen and (max-width: 499px) {
  .card__wrapper {
    margin: 0 !important; } }
    .card__wrapper .card {
      max-width: 384px;
      flex: 0 0 auto;
      margin: 0 17px !important;
      width: calc(33.33% - 34px); }

@media only screen and (max-width: 1279px) {
  .card__wrapper .card {
    width: calc(50% - 34px); } }

@media only screen and (max-width: 499px) {
  .card__wrapper .card {
    width: 100%;
    max-width: 100%;
    margin: 0 !important; } }

.searchpage__input {
  border-radius: 4px;
  border: 1px solid #f26d21;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px;
  width: 100%;
  outline: none; }
  .searchpage__input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    transition: 0.15s ease-in-out;
    color: #1b1b1b;
    opacity: 1;
    /* Firefox */ }
  .searchpage__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    transition: 0.15s ease-in-out;
    color: #1b1b1b; }
  .searchpage__input::-ms-input-placeholder {
    /* Microsoft Edge */
    transition: 0.15s ease-in-out;
    color: #1b1b1b; }
  .searchpage__input:hover::placeholder, .searchpage__input:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dbdbdb;
    opacity: 1;
    /* Firefox */ }
  .searchpage__input:hover:-ms-input-placeholder, .searchpage__input:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dbdbdb; }
  .searchpage__input:hover::-ms-input-placeholder, .searchpage__input:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #dbdbdb; }

.searchpage__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 50px;
  top: calc(50% - 10px);
  cursor: pointer;
  z-index: 20;
  background: url(/img/system/icon_lupe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.searchpage__field {
  position: relative;
  background: #165788;
  padding: 30px;
  margin-bottom: 42px !important; }

.searchpage__result .pager:last-of-type {
  margin: 0;
  border: 0; }

.searchpage__overview {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 19px; }
  .searchpage__overview #searchpage__word {
    font-weight: 400; }

.searchpage__item {
  background: #165788;
  padding: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .searchpage__item a {
    text-decoration: none; }
  .searchpage__item h3,
.searchpage__item .alt-3 {
    margin-bottom: 7px; }
  .searchpage__item .searchHighlight {
    font-weight: bold; }
  .searchpage__item:hover, .searchpage__item:focus {
    background: #124972; }
  .searchpage__item + .searchpage__item {
    margin-top: 27px; }

.produktfilter {
  background-color: #165788;
  position: relative;
  padding: 50px 0;
  z-index: 1; }

@media only screen and (max-width: 1199px) {
  .produktfilter {
    padding: 50px 25px; } }

@media only screen and (max-width: 767px) {
  .produktfilter {
    padding: 25px; } }
  .produktfilter__wrapper {
    margin-bottom: -170px !important; }

@media only screen and (max-width: 991px) {
  .produktfilter__wrapper {
    margin-bottom: -120px !important; } }

@media only screen and (max-width: 567px) {
  .produktfilter__wrapper {
    margin-bottom: 0 !important; } }
  .produktfilter h4 {
    margin-bottom: 36px; }
  .produktfilter .filter {
    max-width: 25%;
    width: 100%;
    padding: 0 10px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

@media only screen and (max-width: 991px) {
  .produktfilter .filter {
    max-width: 33.33%; } }

@media only screen and (max-width: 767px) {
  .produktfilter .filter {
    max-width: 50%; } }

@media only screen and (max-width: 499px) {
  .produktfilter .filter {
    max-width: 100%; } }
    .produktfilter .filter__container {
      display: -webkit-box ;
      display: -webkit-flex ;
      display: -moz-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
    .produktfilter .filter__item select {
      min-width: auto;
      width: 100%;
      padding: 12px 40px 11px 20px; }
    .produktfilter .filter__item .label {
      font-size: 16px;
      line-height: 26px; }
    .produktfilter .filter__item--markt {
      overflow: hidden;
      padding-bottom: 0;
      margin-bottom: 24px;
      position: relative; }

@media only screen and (max-width: 499px) {
  .produktfilter .filter__item--markt {
    max-height: 76px; } }

@media only screen and (min-width: 500px) {
  .produktfilter .filter__item--markt > * {
    position: absolute;
    left: 10px;
    right: 10px; } }

.produkt, .produkt_standalone {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .produkt__wrapper, .produkt_standalone__wrapper {
    max-width: 100%;
    max-height: 797px;
    overflow-x: auto;
    margin-bottom: 50px;
    scrollbar-color: #165788 #eeeeee; }
    .produkt__wrapper::-webkit-scrollbar, .produkt_standalone__wrapper::-webkit-scrollbar {
      width: 16px;
      height: 16px; }
    .produkt__wrapper::-webkit-scrollbar-thumb, .produkt_standalone__wrapper::-webkit-scrollbar-thumb {
      background: #165788;
      border: 0px none #ffffff;
      border-radius: 100px; }
    .produkt__wrapper::-webkit-scrollbar-thumb:hover, .produkt_standalone__wrapper::-webkit-scrollbar-thumb:hover {
      background: #f26d21; }
    .produkt__wrapper::-webkit-scrollbar-thumb:active, .produkt_standalone__wrapper::-webkit-scrollbar-thumb:active {
      background: #f26d21; }
    .produkt__wrapper::-webkit-scrollbar-track, .produkt_standalone__wrapper::-webkit-scrollbar-track {
      background: #eeeeee;
      border: 0px none #ffffff;
      border-radius: 100px;
      margin-right: 20px; }
    .produkt__wrapper::-webkit-scrollbar-track:hover, .produkt_standalone__wrapper::-webkit-scrollbar-track:hover {
      background: #e7e7e7; }
    .produkt__wrapper::-webkit-scrollbar-track:active, .produkt_standalone__wrapper::-webkit-scrollbar-track:active {
      background: #d9d9d9; }
    .produkt__wrapper::-webkit-scrollbar-corner, .produkt_standalone__wrapper::-webkit-scrollbar-corner {
      background: transparent; }

@media only screen and (max-width: 991px) {
  .produkt__wrapper, .produkt_standalone__wrapper {
    max-height: 400px; } }
  .produkt__th:first-child, .produkt__td:first-child, .produkt_standalone__th:first-child, .produkt_standalone__td:first-child {
    position: sticky;
    left: 0; }

@media only screen and (max-width: 991px) {
  .produkt__th:first-child, .produkt__td:first-child, .produkt_standalone__th:first-child, .produkt_standalone__td:first-child {
    position: relative; } }
  .produkt__th:last-child, .produkt__td:last-child, .produkt_standalone__th:last-child, .produkt_standalone__td:last-child {
    position: sticky;
    right: 0; }

@media only screen and (max-width: 991px) {
  .produkt__th:last-child, .produkt__td:last-child, .produkt_standalone__th:last-child, .produkt_standalone__td:last-child {
    position: relative; } }
  .produkt__th, .produkt_standalone__th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    padding: 12px 20px 12px;
    hyphens: auto;
    min-width: 130px; }

@media only screen and (max-width: 991px) {
  .produkt__th, .produkt_standalone__th {
    padding: 0px 16px;
    font-size: 14px;
    line-height: 18px; } }
    .produkt__th--name:before, .produkt__th--download:before, .produkt_standalone__th--name:before, .produkt_standalone__th--download:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
    .produkt__th--name, .produkt_standalone__th--name {
      position: sticky;
      left: 0;
      text-align: left; }

@media only screen and (max-width: 991px) {
  .produkt__th--name, .produkt_standalone__th--name {
    position: relative; } }
      .produkt__th--name:before, .produkt_standalone__th--name:before {
        background-color: #165788;
        border-right: 1px solid #FFFFFF; }
    .produkt__th--download, .produkt_standalone__th--download {
      position: sticky;
      right: 14px;
      white-space: nowrap; }

@media only screen and (max-width: 991px) {
  .produkt__th--download, .produkt_standalone__th--download {
    width: 50px;
    min-width: 50px;
    background-color: #165788;
    right: 0; }
    .produkt__th--download .produkt__th--text, .produkt_standalone__th--download .produkt__th--text {
      display: none; }
    .produkt__th--download:after, .produkt_standalone__th--download:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 15px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.702' height='19.603' viewBox='0 0 14.702 19.603'%3E%3Cpath d='M3.369,11.639H3.063V9.8h.306a.919.919,0,1,1,0,1.838ZM7.351,9.8h.306a.614.614,0,0,1,.613.613v2.45a.614.614,0,0,1-.613.613H7.351ZM8.576,0V4.9A1.224,1.224,0,0,0,9.8,6.126h4.9V17.153a2.453,2.453,0,0,1-2.45,2.45H2.45A2.451,2.451,0,0,1,0,17.153V2.45A2.45,2.45,0,0,1,2.45,0ZM2.45,8.576a.613.613,0,0,0-.613.613v4.9a.613.613,0,1,0,1.225,0V12.864h.306a2.144,2.144,0,1,0,0-4.288ZM6.126,14.09a.614.614,0,0,0,.613.613h.919A1.838,1.838,0,0,0,9.5,12.864v-2.45A1.838,1.838,0,0,0,7.657,8.576H6.739a.614.614,0,0,0-.613.613Zm4.9-5.513a.614.614,0,0,0-.613.613v4.9a.613.613,0,1,0,1.225,0V12.252h1.225a.613.613,0,0,0,0-1.225H11.639V9.8h1.225a.613.613,0,0,0,0-1.225ZM9.8,0l4.9,4.9H9.8Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100%;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      border: inherit !important; } }
      .produkt__th--download:before, .produkt_standalone__th--download:before {
        background-color: #165788;
        border-left: 1px solid #FFFFFF; }
    .produkt__th--border, .produkt_standalone__th--border {
      position: sticky;
      right: 0;
      width: 14px;
      min-width: 14px;
      padding: 0;
      background-color: #fff; }
  .produkt__td, .produkt_standalone__td {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    padding: 18px 20px 18px;
    border-bottom: 1px solid #AEADAD; }

@media only screen and (max-width: 991px) {
  .produkt__td, .produkt_standalone__td {
    font-size: 14px !important;
    line-height: 26px !important;
    padding: 6px 16px 5px; } }
    .produkt__td--name, .produkt__td--download, .produkt_standalone__td--name, .produkt_standalone__td--download {
      position: relative; }
      .produkt__td--name:before, .produkt__td--download:before, .produkt_standalone__td--name:before, .produkt_standalone__td--download:before {
        content: "";
        width: 100%;
        height: calc(100% - 6px);
        position: absolute;
        left: 0;
        top: 3px;
        z-index: -1; }
    .produkt__td--name, .produkt_standalone__td--name {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      color: #3D3D3D;
      white-space: nowrap;
      text-align: left; }
      .produkt__td--name:before, .produkt_standalone__td--name:before {
        border-right: 1px solid #EEEEEE;
        background-color: #FFFFFF; }
    .produkt__td--download, .produkt_standalone__td--download {
      position: sticky;
      right: 14px; }
      .produkt__td--download .bttn--download:before, .produkt_standalone__td--download .bttn--download:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

@media only screen and (max-width: 991px) {
  .produkt__td--download, .produkt_standalone__td--download {
    right: 0; } }
      .produkt__td--download:before, .produkt_standalone__td--download:before {
        border-left: 1px solid #EEEEEE;
        background-color: #FFFFFF; }
      .produkt__td--download .bttn--download, .produkt_standalone__td--download .bttn--download {
        padding-right: 0;
        padding-left: 18px;
        margin: 0; }
    .produkt__td--border, .produkt_standalone__td--border {
      position: sticky;
      right: 0;
      width: 14px;
      min-width: 14px;
      padding: 0;
      background-color: #fff;
      border: 0; }
  .produkt thead, .produkt_standalone thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #165788;
    color: #fff; }
  .produkt tbody tr, .produkt_standalone tbody tr {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .produkt tbody tr:hover, .produkt_standalone tbody tr:hover {
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
    .produkt tbody tr:last-child td, .produkt_standalone tbody tr:last-child td {
      border-bottom: none; }

.modal {
  padding: 0;
  background: #EEEEEE; }

@media only screen and (max-width: 991px) {
  .modal {
    right: 0;
    width: 100%;
    vertical-align: bottom; } }
  .modal__head {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    background-color: #165788;
    padding: 20px 60px 20px 40px; }

@media only screen and (max-width: 991px) {
  .modal__head {
    font-size: 23px;
    line-height: 29px;
    padding: 20px 60px 20px 24px; } }
  .modal__body {
    padding: 30px 40px; }

@media only screen and (max-width: 991px) {
  .modal__body {
    padding: 30px 24px; } }
    .modal__body .bttn--download {
      background-color: #fff;
      font-size: 16px;
      line-height: 26px;
      padding-left: 45px;
      padding-right: 20px;
      display: block;
      max-width: 310px; }
      .modal__body .bttn--download:before {
        left: 20px; }
      .modal__body .bttn--download:hover, .modal__body .bttn--download:focus, .modal__body .bttn--download:active {
        background-color: #fff; }
      .modal__body .bttn--download + .bttn--download {
        margin-top: 10px; }
      .modal__body .bttn--download + .modal__headline {
        margin-top: 25px; }
  .modal__headline {
    font-size: 19px;
    font-weight: 500;
    line-height: 34px;
    color: #3D3D3D;
    margin-bottom: 10px; }
  .modal .fancybox-close-small:not(.custom) {
    display: none; }
  .modal .fancybox-close-small {
    color: #fff; }

@media only screen and (max-width: 991px) {
  .fancybox-slide--html {
    padding: 0; } }

.new-ios {
  /* Container-Element, das scrollbare Inhalte enthält */
  /* Stil für die eigentliche Scrollbar */
  /* Zeigt die Scrollbar beim Hover über den Container */
  /* Vertikale Scrollbar */
  /* Horizontale Scrollbar */ }
  .new-ios .produkt__wrapper {
    overflow: auto;
    /* Aktiviert das Scrollen */
    position: relative; }
  .new-ios .custom-scrollbar {
    position: sticky;
    width: 16px;
    background-color: #165788;
    /* Hintergrundfarbe der Scrollbar */
    border-radius: 100px;
    opacity: 0.8;
    /* Versteckt die Scrollbar anfangs */
    transition: opacity 0.3s;
    z-index: 999; }
  .new-ios .produkt__wrapper:hover .custom-scrollbar {
    opacity: 1; }
  .new-ios .custom-scrollbar.vertical {
    left: calc(100% - 16px);
    top: 0;
    width: 16px; }
  .new-ios .custom-scrollbar.horizontal {
    bottom: 0;
    left: 0;
    height: 16px; }

.produktfinder {
  background: #165788;
  padding: 45px; }
  .produktfinder__h2 {
    margin-bottom: 20px; }

@media only screen and (max-width: 1199px) {
  .produktfinder__h2 {
    font-size: 32px; } }
    .produktfinder__h2:before {
      content: "";
      background-image: url(/img/system/icon_lucobit_white.svg);
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      width: 51px;
      height: 51px;
      margin-right: 10px;
      margin-bottom: -9px; }
  .produktfinder__p {
    font-size: 16px;
    margin-bottom: 19px; }
  .produktfinder__dropdown {
    margin-bottom: 19px; }
    .produktfinder__dropdown label {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 4px;
      display: block; }
    .produktfinder__dropdown select {
      width: 100%;
      min-width: 100%; }
  .produktfinder__bttn {
    cursor: pointer; }
    .produktfinder__bttn[disabled] {
      opacity: 0.75;
      pointer-events: none; }

@media only screen and (min-width: 992px) {
  .inhaltsseite .kv + .container__wrapper .produktfinder {
    margin-top: -302px; } }

.bildbaustein--image {
  position: relative; }
  .bildbaustein--image figure {
    margin: 0; }
  .bildbaustein--image img {
    width: 100%;
    height: 100%; }

.bildbaustein--text {
  margin-bottom: -25px !important; }

@media only screen and (max-width: 768px) {
  .bildbaustein--text {
    margin-bottom: 20px !important;
    margin: 0; } }
  .bildbaustein--text--wrapper {
    position: relative;
    top: -124px;
    background: #165788;
    padding: 30px; }

@media only screen and (max-width: 768px) {
  .bildbaustein--text--wrapper {
    position: static;
    padding: 20px; } }

figure {
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  figure img {
    width: 100%;
    height: 100%; }
  figure figcaption,
figure + figcaption {
    margin-top: 10px;
    font-size: 13px;
    font-style: italic; }
  figure + figcaption {
    position: absolute;
    bottom: -20px; }

@media only screen and (max-width: 768px) {
  figure + figcaption {
    position: static;
    background: #f2f7fb;
    padding: 5px 20px 0; } }
  figure.zoomable .figurewrapper {
    display: flex;
    position: relative;
    line-height: 0; }
    figure.zoomable .figurewrapper img {
      height: auto; }
    figure.zoomable .figurewrapper:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0;
      width: 50px;
      height: 50px;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='icon-zoom' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bfill:none;stroke:%233d3d3d;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='Icon_feather-zoom-in' transform='translate(11.873 11.5)'%3E%3Cpath id='Pfad_404' class='st1' d='M24,12c0,6.6-5.4,12-12,12S0,18.6,0,12S5.4,0,12,0S24,5.4,24,12z'/%3E%3Cpath id='Pfad_405' class='st1' d='M27,27l-6.5-6.5'/%3E%3Cpath id='Pfad_406' class='st1' d='M12,7.5v9'/%3E%3Cpath id='Pfad_407' class='st1' d='M7.5,12h9'/%3E%3C/g%3E%3C/svg%3E");
      background-color: #fff; }
  figure.gallery .figurewrapper {
    position: relative; }
    figure.gallery .figurewrapper > a {
      display: flex; }
      figure.gallery .figurewrapper > a:first-child:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        width: 50px;
        height: 50px;
        pointer-events: none;
        background-image: url(/img/system/icons/icon-gallery.svg);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 50%;
        border: 1px solid #ccdeed;
        border-top-left-radius: 8px; }

.rdimg {
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1rem; }

@media (max-width: 1399px) {
  .rdimg {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }
  p + .rdimg {
    margin-top: 50px; }
  .rdimg__img {
    max-width: 160px;
    max-height: 160px;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    margin-right: 24px; }

@media (max-width: 1399px) {
  .rdimg__img {
    margin-bottom: 25px; } }
  .rdimg__text {
    width: 100%; }
  .rdimg__headline {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500; }
  .rdimg + .rdimg {
    margin-top: 72px; }

.protect {
  position: absolute;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  overflow: auto; }
  .protect__info {
    z-index: 1;
    padding: 25px;
    overflow: auto;
    text-align: center; }
    .protect__info svg {
      width: 39px;
      height: 39px; }

@media (max-width: 768px) {
  .protect__info p {
    font-size: 14px;
    line-height: 17px; } }
  .protect__bttn {
    cursor: pointer; }

@media only screen and (max-width: 650px) {
  .protect__bttn {
    font-size: 3vw; } }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .youtube__wrapper {
    margin-bottom: 1rem !important;
    position: relative; }
  .youtube__icon svg {
    width: 39px;
    height: 39px;
    position: static; }
  .youtube__editorinfo {
    padding: 0 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border: 1px solid #d0020e; }
  .youtube iframe, .youtube video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .youtube .video {
    background: #000; }

select {
  background: white;
  display: block;
  border: 0;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  line-height: 27px;
  min-width: 300px;
  padding: 12px 20px 11px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.037' height='19.475' viewBox='0 0 14.037 19.475'%3E%3Cg transform='translate(0.735)'%3E%3Cpath data-name='Pfad 59' d='M1047.927,8825.221l6.283,6.813,6.283-6.812' transform='translate(-1047.927 -8814.033)' fill='none' stroke='%23f26d21' stroke-width='2'/%3E%3Cpath data-name='Pfad 60' d='M1054.739,8831.937v-18' transform='translate(-1048.456 -8813.937)' fill='none' stroke='%23f26d21' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 13px; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select:focus, select:active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.037' height='19.475' viewBox='0 0 14.037 19.475'%3E%3Cg transform='translate(13.302 19.475) rotate(180)'%3E%3Cpath data-name='Pfad 59' d='M1047.927,8825.221l6.283,6.813,6.283-6.812' transform='translate(-1047.927 -8814.033)' fill='none' stroke='%23f26d21' stroke-width='2'/%3E%3Cpath data-name='Pfad 60' d='M1054.739,8831.937v-18' transform='translate(-1048.456 -8813.937)' fill='none' stroke='%23f26d21' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); }

.tabelle {
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%; }
  .tabelle tr,
.tabelle th,
.tabelle td {
    border: none; }
  .tabelle th,
.tabelle td {
    padding: 17px 16px;
    text-align: left; }
    .tabelle th p:last-child,
.tabelle td p:last-child {
      margin-bottom: 0; }
  .tabelle th {
    border-bottom: 1px solid #AEADAD; }
    .tabelle th > * {
      font-weight: bold; }
  .tabelle tr:nth-child(odd) {
    background: #f6f5f4; }
  .tabelle thead tr {
    background: transparent !important; }
  .tabelle tbody {
    vertical-align: baseline; }

.accordion {
  margin-bottom: 25px !important;
  position: relative; }
  .accordion h2,
.accordion .alt-2 {
    line-height: 15px;
    padding: 23px 95px 23px 0px;
    margin: 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #AEADAD;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

@media only screen and (max-width: 768px) {
  .accordion h2,
.accordion .alt-2 {
    padding: 20px 70px 20px 24px; } }
    .accordion h2 a,
.accordion .alt-2 a {
      font-size: 22px;
      line-height: 32px;
      color: #3d3d3d !important;
      -webkit-transition: color 0.4s;
      -moz-transition: color 0.4s;
      -ms-transition: color 0.4s;
      -o-transition: color 0.4s;
      transition: color 0.4s;
      text-decoration: none; }
    .accordion h2 .ui-accordion-header-icon,
.accordion .alt-2 .ui-accordion-header-icon {
      display: block;
      width: 21px;
      height: 13px;
      display: inline-block;
      position: absolute;
      top: 30px;
      right: 40px;
      bottom: 16px;
      margin-left: 10px;
      text-align: left;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
      .accordion h2 .ui-accordion-header-icon:before, .accordion h2 .ui-accordion-header-icon:after,
.accordion .alt-2 .ui-accordion-header-icon:before,
.accordion .alt-2 .ui-accordion-header-icon:after {
        position: absolute;
        content: "";
        background-color: transparent;
        width: 3px;
        height: 13px;
        display: inline-block;
        position: absolute;
        border-bottom: 15px solid #3d3d3d;
        border-radius: 10px;
        top: -3px;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .accordion h2 .ui-accordion-header-icon:before,
.accordion .alt-2 .ui-accordion-header-icon:before {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      .accordion h2 .ui-accordion-header-icon:after,
.accordion .alt-2 .ui-accordion-header-icon:after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
    .accordion h2.ui-state-active .ui-accordion-header-icon,
.accordion .alt-2.ui-state-active .ui-accordion-header-icon {
      -webkit-transform: translate(0, -13px);
      -moz-transform: translate(0, -13px);
      -ms-transform: translate(0, -13px);
      -o-transform: translate(0, -13px);
      transform: translate(0, -13px); }
      .accordion h2.ui-state-active .ui-accordion-header-icon:before,
.accordion .alt-2.ui-state-active .ui-accordion-header-icon:before {
        border-color: #f26d21;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .accordion h2.ui-state-active .ui-accordion-header-icon:after,
.accordion .alt-2.ui-state-active .ui-accordion-header-icon:after {
        border-color: #f26d21;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  .accordion__content {
    padding: 33px 0 60px 0px;
    border: none;
    color: #3d3d3d; }

.ui-tabs {
  padding: 0; }

@media only screen and (max-width: 768px) {
  .ui-tabs {
    padding: 20px; } }
  .ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    text-align: center;
    position: relative; }
    .ui-tabs-nav a {
      font-size: 22px;
      line-height: 32px;
      color: #3d3d3d !important;
      -webkit-transition: color 0.4s;
      -moz-transition: color 0.4s;
      -ms-transition: color 0.4s;
      -o-transition: color 0.4s;
      transition: color 0.4s;
      text-decoration: none;
      display: block;
      text-align: center;
      padding-bottom: 16px; }
  .ui-tabs-tab {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #AEADAD; }
    .ui-tabs-tab.ui-state-active {
      border-bottom: 2px solid #f26d21; }
  .ui-tabs-panel {
    padding: 33px 0 60px 0px; }
  .ui-tabs .indicator {
    border: 2px solid #035aa7;
    border-radius: 80px;
    position: absolute;
    bottom: -1px; }

.gallery--slider {
  margin-bottom: 1rem; }
  .gallery--slider .swiper-slide {
    height: 523px; }

@media only screen and (max-width: 768px) {
  .gallery--slider .swiper-slide {
    height: auto; } }

.gallery--item {
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  width: 100%;
  height: 100%;
  background: #f2f7fb; }
  .gallery--item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    pointer-events: none;
    background-image: url(/img/system/icons/icon_zoom.svg);
    border: 1px solid #ccdeed;
    border-top-left-radius: 8px; }
  .gallery--item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer; }

.subnav {
  aspect-ratio: 345/380;
  background-position: center;
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .subnav:hover .underline {
    background-size: 100% 2px; }
  .subnav:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 40%;
    background: rgba(21, 35, 46, 0.9); }
  .old-ios .subnav {
    height: 205px;
    width: 100%; }
  .subnav h3 {
    font-size: 25px;
    line-height: 35px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    max-width: 280px;
    position: relative;
    min-height: 94px;
    margin-left: 27px;
    margin-bottom: -6px !important; }

@media only screen and (max-width: 1399px) and (min-width: 1199px) {
  .subnav h3 {
    font-size: 25px;
    line-height: 40px; } }
  .subnav .underline {
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 0% 2px;
    transition: background-size .4s ease; }
  .subnav__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, 344px);
    grid-auto-rows: auto;
    justify-content: start;
    grid-gap: 32px;
    margin-bottom: 30px; }

@media only screen and (max-width: 991px) {
  .subnav__wrapper {
    grid-template-columns: repeat(auto-fit, 328px); } }

@media only screen and (max-width: 767px) {
  .subnav__wrapper {
    grid-template-columns: repeat(auto-fit, 365px); } }

@media only screen and (max-width: 420px) {
  .subnav__wrapper {
    grid-template-columns: 1fr; } }

.tile {
  display: flex;
  aspect-ratio: 384/333;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 17px; }

@media only screen and (max-width: 1399px) and (min-width: 768px) {
  .tile {
    max-width: calc(50% - 34px); } }
  .tile--orange {
    --tile-color: #F26D21; }
  .tile--black {
    --tile-color: #09080A; }
  .tile--blue {
    --tile-color: #009FE3; }
  .tile--green {
    --tile-color: #3f8137; }
  .tile:hover .tile__text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .tile:hover .tile__text:before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: .87; }
  .tile:hover .tile__p, .tile:hover .tile__a {
    opacity: 1; }
  .tile:hover .tile__h6 {
    background: transparent;
    box-shadow: none; }
  .tile__wrapper {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    margin: -17px; }

@media only screen and (max-width: 1399px) {
  .tile__wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (max-width: 1520px) {
  .tile__wrapper--four {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; } }

@media only screen and (max-width: 1520px) and (min-width: 1200px) {
  .tile__wrapper--four .tile {
    max-width: calc(33.33% - 34px); } }

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .tile__wrapper--four .tile {
    max-width: calc(50% - 34px); } }

@media only screen and (min-width: 992px) {
  .tile__wrapper--four .tile__h6 {
    font-size: 34px;
    line-height: 43px; } }

@media only screen and (min-width: 1521px) {
  .tile__wrapper--four .tile__p {
    margin-top: 10px;
    margin-bottom: 14px; } }

@media only screen and (max-width: 1399px) and (min-width: 1199px) {
  .tile__wrapper--four .tile__p {
    margin-top: 10px;
    margin-bottom: 14px; } }
  .tile__text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 26px 32px;
    -webkit-transform: translateY(52%);
    -moz-transform: translateY(52%);
    -ms-transform: translateY(52%);
    -o-transform: translateY(52%);
    transform: translateY(52%);
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -ms-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out; }
    .tile__text:before {
      content: "";
      width: 173px;
      height: 50px;
      z-index: -1;
      position: absolute;
      left: 22px;
      top: 25px;
      opacity: 0;
      background-color: var(--tile-color);
      -webkit-transition: 0.6s ease-out;
      -moz-transition: 0.6s ease-out;
      -ms-transition: 0.6s ease-out;
      -o-transition: 0.6s ease-out;
      transition: 0.6s ease-out; }
  .tile__h6 {
    display: inline;
    font-size: 36px;
    line-height: 47px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--tile-color);
    box-shadow: -10px 0 0 var(--tile-color), 10px 0 0 var(--tile-color);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -ms-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out; }

@media only screen and (max-width: 1520px) and (min-width: 1399px) {
  .tile__h6 {
    font-size: 28px;
    line-height: 40px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .tile__h6 {
    font-size: 24px;
    line-height: 35px; } }

@media only screen and (max-width: 454px) {
  .tile__h6 {
    font-size: 24px;
    line-height: 35px; } }
  .tile__p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -ms-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out; }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .tile__p {
    font-size: 15px; } }
  .tile__a {
    font-size: 14px;
    line-height: 34px;
    padding-right: 33px;
    color: #fff;
    float: right;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -ms-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out; }
    .tile__a:hover, .tile__a:focus, .tile__a:not(:disabled):active {
      color: #fff; }
      .tile__a:hover:before, .tile__a:focus:before, .tile__a:not(:disabled):active:before {
        right: -10px; }
    .tile__a:before {
      content: "";
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url(/img/system/icon_arrow-right_white.svg);
      background-repeat: no-repeat;
      background-position: bottom;
      width: 24px;
      height: 10px;
      right: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .tile__a:after {
      background-color: #fff;
      width: calc(100% - 33px); }

.maerkte {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  justify-items: center;
  margin-top: 50px;
  gap: 50px; }

@media only screen and (max-width: 991px) {
  .maerkte {
    row-gap: 15px; } }
  .maerkte__a {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-decoration: none !important; }
    .maerkte__a:hover .underline {
      background-size: 100% 1px; }
    .maerkte__a:after {
      display: none; }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .maerkte__a {
    min-width: 180px;
    margin-bottom: 1rem; } }

@media only screen and (max-width: 768px) {
  .maerkte__a {
    max-width: 144px;
    margin-bottom: 48px; }
    .maerkte__a:nth-last-child(-n+2) {
      margin-bottom: 0; } }
  .maerkte__img {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    width: 154px;
    height: 154px;
    margin-bottom: 12px;
    background: #0D5F96;
    border-radius: 50%;
    padding: 40px; }
    .maerkte__img img {
      min-width: 45px;
      filter: invert(1); }
  .maerkte__text {
    font-size: 16px;
    line-height: 25px;
    color: #165788;
    text-align: center;
    max-width: 154px; }
    .maerkte__text .underline {
      background-image: linear-gradient(#fff, #fff);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 0% 2px;
      -webkit-transition: background-size 0.4s ease;
      -moz-transition: background-size 0.4s ease;
      -ms-transition: background-size 0.4s ease;
      -o-transition: background-size 0.4s ease;
      transition: background-size 0.4s ease; }

.ansprechpartner {
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media only screen and (max-width: 1399px) {
  .ansprechpartner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
  .ansprechpartner__img {
    max-width: 595px;
    width: 100%;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ; }

@media only screen and (max-width: 1399px) {
  .ansprechpartner__img {
    max-width: 100%;
    order: 0; } }
  .ansprechpartner__text {
    max-width: calc(100% - 595px);
    width: 100%;
    padding: 35px 42px 45px;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .ansprechpartner__text .bttn--invert {
      margin-top: 42px; }

@media only screen and (max-width: 1399px) {
  .ansprechpartner__text {
    max-width: 100%;
    order: 1; } }
  .ansprechpartner__name {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 9px; }

@media (min-width: 1400px) {
  .ansprechpartner.noimg {
    max-width: 65%; }
    .ansprechpartner.noimg .ansprechpartner__text {
      max-width: none; } }

.standort {
  /* Karte */
  /* Tabs */ }
  .standort #karte {
    width: 100%;
    aspect-ratio: 1472/522;
    margin-bottom: 54px;
    z-index: 1;
    position: relative; }

@media only screen and (max-width: 991px) and (min-width: 568px) {
  .standort #karte {
    margin-bottom: 90px; } }

@media only screen and (max-width: 567px) {
  .standort #karte {
    aspect-ratio: 1;
    margin-bottom: 75px; } }
  .standort .leaflet-interactive {
    stroke: none;
    fill: none; }
  .standort .leaflet-popup-content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins", sans-serif; }
  .standort .leaflet-container a {
    color: #000;
    font-family: "Poppins", sans-serif; }
  .standort .accept__map {
    position: absolute;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    overflow: auto; }
    .standort .accept__map--info {
      z-index: 1;
      padding: 25px;
      overflow: auto;
      text-align: center;
      max-width: 570px;
      margin: 0 auto;
      background: #fff; }

@media (max-width: 768px) {
  .standort .accept__map--info p {
    font-size: 14px;
    line-height: 17px; } }
    .standort .accept__map--bttn {
      cursor: pointer; }

@media only screen and (max-width: 991px) {
  .standort .ui-tabs {
    padding: 20px 0; } }

@media only screen and (max-width: 767px) {
  .standort .accordion h2, .standort .accordion .alt-2 {
    padding: 14px 55px 14px 0px; }
  .standort .accordion h2 .ui-accordion-header-icon, .standort .accordion .alt-2 .ui-accordion-header-icon {
    top: 25px;
    right: 20px; }
  .standort .accordion__content {
    padding: 20px 0 40px 0px; } }
  .standort__navtab {
    border: none;
    margin: 0 -5px; }

@media only screen and (max-width: 767px) {
  .standort__navtab {
    flex-direction: column; } }
  .standort__tab {
    width: auto;
    border: 1px solid #BEBDBD;
    margin: 0 5px;
    background: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .standort__tab a {
      font-size: 15px;
      line-height: 23px;
      text-transform: uppercase;
      padding: 12px 24px; }

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .standort__tab a {
    padding: 12px 9px; } }

@media only screen and (max-width: 991px) {
  .standort__tab a {
    padding: 12px 17px; } }
    .standort__tab:before {
      content: "";
      position: absolute;
      bottom: -13px;
      left: 50px;
      display: block;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      border-left: 12px solid #0000;
      border-right: 12px solid #0000;
      border-top: 13px solid #0000; }

@media only screen and (max-width: 1199px) {
  .standort__tab:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%); } }

@media only screen and (max-width: 767px) {
  .standort__tab:before {
    display: none; } }
    .standort__tab.ui-state-active {
      background: #165788;
      color: #fff;
      border: none; }
      .standort__tab.ui-state-active a {
        color: #fff !important; }
      .standort__tab.ui-state-active:before {
        border-top: 13px solid #165788; }
  .standort__item {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .standort__item + .standort__item {
      margin-top: 50px; }
  .standort__block {
    flex: 0 0 auto;
    margin: 0 15px; }
    .standort__block--1 {
      display: -webkit-box ;
      display: -webkit-flex ;
      display: -moz-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
    .standort__block--1, .standort__block--2 {
      max-width: 220px;
      width: 100%; }
    .standort__block--3, .standort__block--4 {
      max-width: 345px;
      width: 100%; }
    .standort__block--2, .standort__block--3, .standort__block--4 {
      margin-top: 5px; }
    .standort__block *:last-child {
      margin-bottom: 0; }
    .standort__block img {
      border: 1px solid #AEADAD; }
  .standort__h4 {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 15px; }
  .standort .legende {
    width: 345px;
    margin-left: auto;
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .standort .legende--wrapper {
      width: auto;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .standort .legende__item {
      margin: 0;
      font-size: 14px;
      line-height: 16px;
      display: -webkit-box ;
      display: -webkit-flex ;
      display: -moz-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .standort .legende__item--orange {
        --bg-color: #F26D21; }
      .standort .legende__item--black {
        --bg-color: #09080A; }
      .standort .legende__item--blue {
        --bg-color: #009FE3; }
      .standort .legende__item--green {
        --bg-color: #76933C; }
      .standort .legende__item:before {
        content: "";
        display: block;
        width: 21px;
        height: 8px;
        background-color: var(--bg-color);
        margin-right: 10px; }
  .standort .legende:not(.legende--wrapper) {
    position: absolute;
    right: 0; }

@media only screen and (max-width: 1520px) {
  .standort .legende:not(.legende--wrapper) {
    width: 200px; } }

@media only screen and (max-width: 1400px) and (min-width: 992px) {
  .standort .legende:not(.legende--wrapper) {
    right: -80px; } }

@media only screen and (max-width: 991px) {
  .standort .legende:not(.legende--wrapper) {
    position: absolute;
    top: -86px;
    left: 5px;
    right: inherit; } }

@media only screen and (max-width: 567px) {
  .standort .legende:not(.legende--wrapper) {
    top: -80px; } }
  .standort .accordion h2, .standort .accordion .alt-2 {
    border-bottom: inherit;
    border-top: 1px solid #AEADAD; }
    .standort .accordion h2:first-child, .standort .accordion .alt-2:first-child {
      border-top: inherit; }

.formular {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0; }
  .formular.ansprech label {
    width: 100%;
    padding-right: 0; }
  .formular.ansprech .row.absenden {
    margin-bottom: 0; }
  .formular .row {
    margin: 0 0 18px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .formular .row.row-spacer {
      margin-bottom: 30px; }
    .formular .row.absenden {
      display: -webkit-box ;
      display: -webkit-flex ;
      display: -moz-flex ;
      display: -ms-flexbox ;
      display: flex ;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      .formular .row.absenden > div {
        width: 100%;
        max-width: 595px;
        padding: 0;
        text-align: left; }
    .formular .row.double-bttn {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    .formular .row.radio {
      margin: 0 0 38px 0; }

@media only screen and (max-width: 768px) {
  .formular .row.radio {
    margin: 0 0 10px 0; } }
      .formular .row.radio label {
        margin-bottom: 13px; }
    .formular .row.dropdown select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.04' height='13.332' viewBox='0 0 21.04 13.332'%3E%3Cpath data-name='pfeil aufklappen' d='M943.519,536.333a1.632,1.632,0,0,1-1.156-.479L933.48,525.8a1.638,1.638,0,0,1,2.316-2.318l7.723,8.9,7.724-8.9a1.638,1.638,0,1,1,2.316,2.316l-8.882,10.057a1.627,1.627,0,0,1-1.158.479Zm0,0' transform='translate(-932.999 -523.001)' fill='%23f26d21'/%3E%3C/svg%3E%0A"); }
      .formular .row.dropdown select:focus, .formular .row.dropdown select:active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.04' height='13.332' viewBox='0 0 21.04 13.332'%3E%3Cpath data-name='pfeil zuklappen' d='M943.519,536.333a1.632,1.632,0,0,1-1.156-.479L933.48,525.8a1.638,1.638,0,0,1,2.316-2.318l7.723,8.9,7.724-8.9a1.638,1.638,0,1,1,2.316,2.316l-8.882,10.057a1.627,1.627,0,0,1-1.158.479Zm0,0' transform='translate(954.039 536.333) rotate(180)' fill='%23f26d21'/%3E%3C/svg%3E%0A"); }
  .formular input.text:not([type="radio"]),
.formular textarea.text,
.formular select {
    border: 1px solid #3d3d3d;
    font-size: 19px;
    font-weight: 400;
    line-height: 34px;
    padding: 7px 20px;
    outline: none;
    width: 100%;
    max-width: 595px;
    font-family: "Poppins", sans-serif; }
    .formular input.text:not([type="radio"])::placeholder,
.formular textarea.text::placeholder,
.formular select::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      transition: 0.15s ease-in-out;
      color: #1b1b1b;
      opacity: 1;
      /* Firefox */ }
    .formular input.text:not([type="radio"]):-ms-input-placeholder,
.formular textarea.text:-ms-input-placeholder,
.formular select:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      transition: 0.15s ease-in-out;
      color: #1b1b1b; }
    .formular input.text:not([type="radio"])::-ms-input-placeholder,
.formular textarea.text::-ms-input-placeholder,
.formular select::-ms-input-placeholder {
      /* Microsoft Edge */
      transition: 0.15s ease-in-out;
      color: #1b1b1b; }
    .formular input.text:not([type="radio"]):hover::placeholder, .formular input.text:not([type="radio"]):focus::placeholder,
.formular textarea.text:hover::placeholder,
.formular textarea.text:focus::placeholder,
.formular select:hover::placeholder,
.formular select:focus::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #dbdbdb;
      opacity: 1;
      /* Firefox */ }
    .formular input.text:not([type="radio"]):hover:-ms-input-placeholder, .formular input.text:not([type="radio"]):focus:-ms-input-placeholder,
.formular textarea.text:hover:-ms-input-placeholder,
.formular textarea.text:focus:-ms-input-placeholder,
.formular select:hover:-ms-input-placeholder,
.formular select:focus:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #dbdbdb; }
    .formular input.text:not([type="radio"]):hover::-ms-input-placeholder, .formular input.text:not([type="radio"]):focus::-ms-input-placeholder,
.formular textarea.text:hover::-ms-input-placeholder,
.formular textarea.text:focus::-ms-input-placeholder,
.formular select:hover::-ms-input-placeholder,
.formular select:focus::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #dbdbdb; }
    .formular input.text:not([type="radio"]).error::placeholder,
.formular textarea.text.error::placeholder,
.formular select.error::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #e60003;
      opacity: 1;
      /* Firefox */ }
    .formular input.text:not([type="radio"]).error:-ms-input-placeholder,
.formular textarea.text.error:-ms-input-placeholder,
.formular select.error:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #e60003; }
    .formular input.text:not([type="radio"]).error::-ms-input-placeholder,
.formular textarea.text.error::-ms-input-placeholder,
.formular select.error::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #e60003; }
  .formular textarea {
    min-height: 300px; }
  .formular label {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 3px;
    padding: 0;
    flex: 0 0 auto;
    width: 29%;
    padding-right: 32px; }

@media only screen and (max-width: 991px) {
  .formular label {
    width: 100%; } }
    .formular label .light {
      font-weight: normal;
      font-size: 14px; }
    .formular label.error {
      color: #e60003; }
  .formular .radioButtonListWrapper {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
  .formular .custom .radioButtonListWrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .formular .radioButtonWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 33.33%; }

@media only screen and (max-width: 768px) {
  .formular .radioButtonWrapper {
    width: 100%; } }
    .formular .radioButtonWrapper input[type="radio"] {
      display: none; }
      .formular .radioButtonWrapper input[type="radio"]:checked + label .radio {
        border: 1px solid #165788; }
        .formular .radioButtonWrapper input[type="radio"]:checked + label .radio:after {
          left: -10%;
          width: 130%;
          color: #165788 !important; }
      .formular .radioButtonWrapper input[type="radio"].error + label {
        color: #e60003; }
    .formular .radioButtonWrapper label {
      display: block;
      float: left;
      width: 100%;
      font-weight: 400;
      cursor: pointer;
      max-width: inherit;
      position: relative;
      margin: 0;
      padding-left: 34px; }
      .formular .radioButtonWrapper label .radio {
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        background: #ffffff;
        border: 2px solid #f26d21;
        border-radius: 50%;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden; }
        .formular .radioButtonWrapper label .radio:after {
          position: absolute;
          content: "";
          width: 0;
          bottom: 0;
          background: #165788;
          height: 100%;
          left: -20%;
          z-index: -1;
          -webkit-transform: skewX(-15deg);
          -moz-transform: skewX(-15deg);
          -ms-transform: skewX(-15deg);
          -o-transform: skewX(-15deg);
          transform: skewX(-15deg);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
  .formular .datenschutz {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 54px; }
    .formular .datenschutz a {
      color: #f26d21; }
    .formular .datenschutz input[type="checkbox"],
.formular .datenschutz input[type="radio"] {
      display: none; }
      .formular .datenschutz input[type="checkbox"]:checked + label .checkbox,
.formular .datenschutz input[type="radio"]:checked + label .checkbox {
        border: 1px solid #f26d21; }
        .formular .datenschutz input[type="checkbox"]:checked + label .checkbox:after,
.formular .datenschutz input[type="radio"]:checked + label .checkbox:after {
          left: -10%;
          width: 130%;
          color: #f26d21 !important; }
    .formular .datenschutz label {
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      cursor: pointer;
      max-width: inherit;
      position: relative;
      margin: 0;
      padding: 0;
      padding-left: 34px;
      flex: 0 0 auto;
      width: 100%;
      max-width: 595px; }

@media only screen and (max-width: 1024px) {
  .formular .datenschutz label {
    max-width: 80%; } }

@media only screen and (max-width: 991px) {
  .formular .datenschutz label {
    max-width: 100%;
    margin-left: 0; } }
      .formular .datenschutz label .checkbox {
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        background: #ffffff;
        border: 1px solid #3d3d3d;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden; }
        .formular .datenschutz label .checkbox:after {
          position: absolute;
          content: "";
          width: 0;
          bottom: 0;
          background: #f26d21;
          height: 100%;
          left: -20%;
          z-index: -1;
          -webkit-transform: skewX(-15deg);
          -moz-transform: skewX(-15deg);
          -ms-transform: skewX(-15deg);
          -o-transform: skewX(-15deg);
          transform: skewX(-15deg);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
    .formular .datenschutz .check1,
.formular .datenschutz .check2 {
      display: -webkit-box ;
      display: -webkit-flex ;
      display: -moz-flex ;
      display: -ms-flexbox ;
      display: flex ; }
    .formular .datenschutz .check1,
.formular .datenschutz .check2 {
      margin-bottom: 17px; }
    .formular .datenschutz .check3 > label {
      margin-bottom: 10px; }
    .formular .datenschutz .check3 .DropDownCheckboxListWrapper {
      padding-left: 35px; }

.footer {
  background: #09080a;
  padding-top: 64px;
  position: relative; }
  .footer h2,
.footer .alt-2 {
    color: #fff; }
  .footer h5,
.footer .alt-5 {
    text-transform: uppercase;
    margin-bottom: 37px;
    font-family: "Poppins", sans-serif; }

@media only screen and (max-width: 767px) {
  .footer h5,
.footer .alt-5 {
    margin-bottom: 22px; } }
  .footer p,
.footer a {
    color: #fff;
    font-size: 16px;
    text-decoration: none; }
  .footer .link__a:after {
    background-color: #ffffff; }
  .footer .on-list li:before, .footer .on-list li:after {
    border-color: #fff; }

@media only screen and (max-width: 1399px) {
  .footer .zertifikate {
    margin-top: 45px; } }

@media only screen and (max-width: 767px) {
  .footer .headline {
    margin-top: 24px; } }

@media only screen and (max-width: 575px) {
  .footer {
    padding-top: 10px; } }
  .footer__top {
    padding-bottom: 100px; }

@media only screen and (max-width: 575px) {
  .footer__top > .container {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem); } }

@media only screen and (max-width: 767px) {
  .footer__top {
    padding-bottom: 49px; } }
  .footer__bottom {
    background: #2A2929;
    padding: 29px 0; }

@media only screen and (max-width: 575px) {
  .footer__bottom > .container {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem); } }
  .footer__meta {
    text-align: right; }

@media only screen and (max-width: 767px) {
  .footer__meta {
    text-align: left;
    margin-bottom: 39px; } }
  .footer__a:after {
    background-color: #ffffff;
    left: 0; }
  .footer__a.ext:before {
    content: "";
    position: relative;
    bottom: -2px;
    background-image: url(/img/system/link_ext.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 9px; }
  .footer__a.ext + .ext {
    margin-top: 15px; }

@media only screen and (max-width: 1399px) {
  .footer__a {
    hyphens: auto; } }

@media only screen and (min-width: 768px) {
  .footer__a + .footer__a {
    margin-left: 15px; } }

@media only screen and (max-width: 767px) {
  .footer__a {
    margin-right: 15px;
    display: inline-block; } }
  .footer__img {
    max-width: 127px;
    display: inline-block; }
    .footer__img + .footer__img {
      margin-left: 18px; }

@media only screen and (max-width: 338px) {
  .footer__img + .footer__img {
    margin-left: 0;
    margin-top: 15px; } }

.filter__wrapper {
  margin-top: 56px;
  margin-bottom: 80px; }

@media only screen and (max-width: 768px) {
  .filter__wrapper {
    margin-top: 30px;
    margin-bottom: 40px; } }
  .filter__wrapper .name {
    display: inline-block;
    width: 100%; }
  .filter__wrapper .filter {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: flex ;
    flex-wrap: wrap; }
    .filter__wrapper .filter > label {
      color: #fff;
      padding: 23px 35px 22px 0; }

.filter input {
  padding: 15px;
  width: 100%;
  font-size: 18px;
  border: none; }

.filter .bttn {
  margin: 10px 10px 0 0; }
  .filter .bttn input {
    display: none; }
    .filter .bttn input:checked + label {
      color: #165788;
      border-color: #165788; }
  .filter .bttn label {
    font-size: 18px;
    line-height: 27px;
    color: #727272;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid #727272;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.to-top {
  cursor: pointer;
  width: 58px;
  height: 58px;
  background: #f26d21;
  border-radius: 50px;
  position: fixed;
  right: 26px;
  bottom: 130px;
  z-index: 999;
  display: none;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease; }
  .to-top:before {
    content: "";
    background-image: url(/img/system/icon_arrow-top.svg);
    width: 58px;
    height: 58px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 27px;
    position: absolute;
    left: 0;
    top: 0; }
  .to-top:hover {
    background: #165788; }

@media only screen and (max-width: 1199px) {
  .to-top {
    right: 20px;
    bottom: 100px; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes scale-in-center-v2 {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center-v2 {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.downloads-wr {
  padding: 45px 42px !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  color: #737373; }

@media (max-width: 991px) {
  .downloads-wr {
    padding: 20px !important; } }
  .downloads-wr:last-child {
    margin-bottom: 0; }
  .downloads-wr .text-wr {
    width: calc(100% - 45px - 223px - 45px); }

@media (max-width: 991px) {
  .downloads-wr .text-wr {
    width: 100%;
    order: 2; } }
    .downloads-wr .text-wr h3 {
      font-size: 30px;
      line-height: 32px;
      hyphens: auto;
      text-transform: uppercase; }
    .downloads-wr .text-wr .downloads-inner {
      margin-top: 30px; }
      .downloads-wr .text-wr .downloads-inner .inner-downloads {
        margin: 15px 0 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px; }
        .downloads-wr .text-wr .downloads-inner .inner-downloads li.onp_layout {
          margin: 0 0 20px !important; }
        .downloads-wr .text-wr .downloads-inner .inner-downloads .bttn {
          background: #fff;
          padding-left: 55px;
          min-width: 200px;
          margin: 0; }
          .downloads-wr .text-wr .downloads-inner .inner-downloads .bttn:before {
            left: 30px; }
          .downloads-wr .text-wr .downloads-inner .inner-downloads .bttn a:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0; }
  .downloads-wr .img-wr {
    padding: 0 45px 0 60px;
    width: calc(45px + 223px + 45px); }

@media (max-width: 991px) {
  .downloads-wr .img-wr {
    padding: 0;
    width: 100%;
    order: 1;
    margin: 0 0 30px;
    text-align: center; } }
    .downloads-wr .img-wr img {
      max-width: 215px;
      max-height: 400px;
      height: auto; }

.accordion__content.open .downloads-wr + .downloads-wr:last-child {
  margin-bottom: -40px; }

.onp_init .downloads-wr .inner-downloads {
  position: relative;
  border: 1px dashed #ccc;
  padding: 15px; }
  .onp_init .downloads-wr .inner-downloads .bttn {
    padding: 0; }
  .onp_init .downloads-wr .inner-downloads:before {
    content: 'Download-Buttons hier einsetzen';
    position: absolute;
    left: 15px;
    font-size: 10px;
    bottom: 100%; }

.shimmer {
  animation-duration: 4.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #b5b2b2 8%, #cbcbcb 18%, #b5b2b2 33%);
  background-size: 1200px 100%; }
  .shimmer__h2 {
    height: 48px;
    width: 300px;
    border-radius: 20px;
    margin-bottom: 50px;
    display: block; }
  .shimmer__th {
    height: 34px;
    border-radius: 20px;
    margin-bottom: 5px;
    display: block; }
  .shimmer__td {
    height: 80px;
    border-radius: 20px;
    margin-top: 10px !important;
    display: block; }
  .shimmer__info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px;
    background-color: #a61927bf;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    border: 2px solid #a61927;
    z-index: 999; }

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large,
.leaflet-oldie .marker-cluster-small,
.leaflet-oldie .marker-cluster-medium,
.leaflet-oldie .marker-cluster-large {
    background-color: #ff5102;
    border: 2px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div,
.leaflet-oldie .marker-cluster-small div,
.leaflet-oldie .marker-cluster-medium div,
.leaflet-oldie .marker-cluster-large div {
    
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 3px;
    margin-top: 3px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.marker-cluster span {
    line-height: 30px;
}