@charset "UTF-8";
/**
 * Eigene Stile, die tw. Twitter Bootstrap nachbilden, ersetzen oder ergänzen
 */
/* Thanks to https://google-webfonts-helper.herokuapp.com/fonts/oswald?subsets=latin-ext,latin */
/* oswald-300 - latin_latin-ext */
@import "Fonts/FontAwesomeFree5.2.0.css";
@import "animateCss/animate.min.css";
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url("Fonts/oswald-v16-latin_latin-ext-300.woff2") format("woff2"), url("Fonts/oswald-v16-latin_latin-ext-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oswald-regular - latin_latin-ext */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url("Fonts/oswald-v16-latin_latin-ext-regular.woff2") format("woff2"), url("Fonts/oswald-v16-latin_latin-ext-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oswald-700 - latin_latin-ext */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), local("Oswald-Bold"), url("Fonts/oswald-v16-latin_latin-ext-700.woff2") format("woff2"), url("Fonts/oswald-v16-latin_latin-ext-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.container, .ce-img_carousel .img_carousel-img_wrap, .ce-img_carousel .img_carousel-header_wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .ce-img_carousel .img_carousel-img_wrap, .ce-img_carousel .img_carousel-header_wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .ce-img_carousel .img_carousel-img_wrap, .ce-img_carousel .img_carousel-header_wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .ce-img_carousel .img_carousel-img_wrap, .ce-img_carousel .img_carousel-header_wrap {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .ce-img_carousel .img_carousel-img_wrap, .ce-img_carousel .img_carousel-header_wrap {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row, .ce-img_carousel .img_carousel-img_wrap > div.ic-row, .ce-img_carousel .img_carousel-header_wrap > div.ic-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/**
 * Variablen für's Ganze
 */
/**
 * Definition der Formatierungen für einzelne Inhaltselemente - kundenspezifisch.
 */
#main .slider img {
  max-width: 100%;
  height: auto;
}
#main .aktuelles-quadrat {
  position: relative;
}
#main .aktuelles-quadrat a {
  display: block;
}
#main .aktuelles-quadrat img {
  width: 100%;
  object-fit: contain;
}
#main .aktuelles-quadrat .caption {
  font-size: 120%;
  padding: 5px 7px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
#main .aktuelles-quadrat .caption .aktuelles_headline {
  display: block;
  font-weight: bold;
}
@media (min-width: 576px) {
  #main .content-2columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-gap: 50px;
    margin-bottom: 1.7ex;
  }
  #main .content-3columns {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    column-gap: 50px;
    margin-bottom: 1.7ex;
  }
  #main .content-4columns {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    column-gap: 40px;
    margin-bottom: 1.7ex;
  }
}

#page-header-slider > div {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
}
#page-header-slider > div div {
  padding: 2em;
}

#page-header-slider_wrapper .bx-prev {
  top: 40%;
  left: 25px;
}
#page-header-slider_wrapper .bx-next {
  top: 40%;
  right: 25px;
}

#referenz-slider > div {
  padding: 15px 0;
}

.row-contact {
  background-color: #004467;
}
.row-contact .headline {
  background: #fff;
}
.row-contact .headline h2 {
  text-align: center;
  color: #004467;
}
.row-contact .content {
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.row-contact .content a {
  color: #fff;
}

.contact {
  color: #fff;
  background: #656565;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1.5em;
}
.contact .cnt-img, .contact .cnt-descr {
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px;
}
.contact .cnt-descr {
  flex-basis: 62%;
}
.contact .cnt-descr strong {
  font-size: 15px;
}
.contact .cnt-img {
  flex-basis: 34%;
  text-align: right;
}
.contact .cnt-img img {
  max-width: 100% !important;
  height: auto;
}
.contact .contact-channels {
  margin: 15px 0 0 10px;
}
.contact .contact-channels a {
  word-wrap: break-word;
  color: #fff;
}

.vcard_blue_fullrow {
  color: #fff;
  background: #004467;
}
.vcard_blue_fullrow .cnt-descr, .vcard_blue_fullrow .cnt-img {
  flex-basis: 50%;
}
.vcard_blue_fullrow a {
  color: #fff;
}

@media (max-width: 575.98px) {
  .btn {
    display: block;
  }
}

.frame.frame-type-text figure, .frame.frame-type-image figure, .frame.frame-type-media figure, .frame.frame-type-textpic figure, .frame.frame-type-textmedia figure {
  margin: 0;
}
.frame.frame-type-text figure img, .frame.frame-type-image figure img, .frame.frame-type-media figure img, .frame.frame-type-textpic figure img, .frame.frame-type-textmedia figure img {
  max-width: 100%;
  height: auto;
}
.frame.frame-space-before-extra-small {
  margin-top: 0.5em;
}
.frame.frame-space-before-small {
  margin-top: 1em;
}
.frame.frame-space-before-medium {
  margin-top: 3em;
}
.frame.frame-space-before-large {
  margin-top: 7em;
}
.frame.frame-space-before-extra-large {
  margin-top: 10em;
}
.frame.frame-space-after-extra-small {
  margin-bottom: 0.5em;
}
.frame.frame-space-after-small {
  margin-bottom: 1em;
}
.frame.frame-space-after-medium {
  margin-bottom: 3em;
}
.frame.frame-space-after-large {
  margin-bottom: 7em;
}
.frame.frame-space-after-extra-large {
  margin-bottom: 10em;
}
.frame .ce-headline-left {
  text-align: left;
}
.frame .ce-headline-center {
  text-align: center;
}
.frame .ce-headline-right {
  text-align: right;
}

.frame-blue_hl h1, .frame-blue_hl h2, .frame-blue_hl h3, .frame-blue_hl h4, .frame-blue_hl h5 {
  color: #004467 !important;
}

.panel {
  border: 1px solid #000;
}
.panel .panel-header {
  color: #fff;
  background-color: #000;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
}
.panel .panel-body {
  padding: 10px;
}
.panel.color-blue, .site-id-cnc .panel.color-brand {
  border-color: #004467;
}
.panel.color-blue .panel-header, .site-id-cnc .panel.color-brand .panel-header {
  background-color: #004467;
}
.panel.color-gray {
  border-color: #656565;
}
.panel.color-gray .panel-header {
  background-color: #656565;
}

.ce-row {
  display: flex;
}
.ce-row .ce-column {
  flex: 1;
}

/**
 * Rahmen-Klasse für Inhaltselemente in denen Bilder bei Mouseover leicht vergrößert werden.
 */
.img_zoomer .news-img-wrap {
  transition: all 100ms linear;
  transform: scale(1);
}
.img_zoomer .news-img-wrap:hover {
  transform: scale(1.05);
}

.frame-img_zoomer .flexslider .slidercontent {
  transition: all 100ms linear;
  transform: scale(1);
}
.frame-img_zoomer .flexslider .slidercontent:hover {
  transform: scale(1.05);
}
.frame-img_zoomer .flexslider .slidercontent.touchTapped {
  transform: scale(1.8);
}
.frame-img_zoomer .ic-container .img_carousel-img_slide {
  transition: all 100ms linear;
  transform: scale(1);
}
.frame-img_zoomer .ic-container .img_carousel-img_slide:hover {
  transform: scale(1.05);
}
.frame-img_zoomer .ic-container .img_carousel-img_slide.touchTapped {
  transform: scale(1.8);
}

.cloned-img_zoomer-element {
  transition: all 100ms linear;
  transform: scale(1);
}
.cloned-img_zoomer-element:hover {
  transform: scale(1.05);
}
.cloned-img_zoomer-element.touchTapped {
  transform: scale(1.8);
}
.cloned-img_zoomer-element.image img {
  width: 100%;
  height: auto;
}

figure.cloned-img_zoomer-element {
  margin: 0;
  padding: 0;
  background: #fff;
}

figure.table table {
  width: 100%;
  font-size: 1rem;
  border-collapse: collapse;
}
figure.table table td {
  padding: 0.5em;
}

.frame.show-on-scrolling {
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
}
.frame.show-on-scrolling .left-col {
  padding-left: 0;
}
.frame.show-on-scrolling .right-col {
  padding-right: 0;
}

/**
 * Formatierung für Formulare, vor Allem
 */
.form-group {
  margin-bottom: 1em;
}
.form-group .control-label {
  font-weight: bold;
}
.form-group input[type=text], .form-group input[type=tel], .form-group textarea {
  width: 500px;
  max-width: 100%;
}

#mainnavbar > header {
  background-color: #fff;
  height: 75px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #mainnavbar > header {
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mainnavbar > header {
    height: 58px;
  }
}
#mainnavbar > header div.bgRight {
  position: absolute;
  top: 0;
  left: 30%;
  width: 70%;
  height: 100%;
  background: #313131;
}
#mainnavbar > header #navbar > .container, #mainnavbar > header .ce-img_carousel #navbar > .img_carousel-img_wrap, .ce-img_carousel #mainnavbar > header #navbar > .img_carousel-img_wrap, #mainnavbar > header .ce-img_carousel #navbar > .img_carousel-header_wrap, .ce-img_carousel #mainnavbar > header #navbar > .img_carousel-header_wrap {
  position: relative;
}
#mainnavbar > header #navbar > .container .logo, #mainnavbar > header .ce-img_carousel #navbar > .img_carousel-img_wrap .logo, .ce-img_carousel #mainnavbar > header #navbar > .img_carousel-img_wrap .logo, #mainnavbar > header .ce-img_carousel #navbar > .img_carousel-header_wrap .logo, .ce-img_carousel #mainnavbar > header #navbar > .img_carousel-header_wrap .logo {
  position: absolute;
  top: 25px;
  top: 12px;
  left: 0;
  width: 321px;
  width: 290px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #mainnavbar > header #navbar > .container .logo, #mainnavbar > header .ce-img_carousel #navbar > .img_carousel-img_wrap .logo, .ce-img_carousel #mainnavbar > header #navbar > .img_carousel-img_wrap .logo, #mainnavbar > header .ce-img_carousel #navbar > .img_carousel-header_wrap .logo, .ce-img_carousel #mainnavbar > header #navbar > .img_carousel-header_wrap .logo {
    top: 18px;
    width: 155px;
    width: 142px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mainnavbar > header #navbar > .container .logo, #mainnavbar > header .ce-img_carousel #navbar > .img_carousel-img_wrap .logo, .ce-img_carousel #mainnavbar > header #navbar > .img_carousel-img_wrap .logo, #mainnavbar > header .ce-img_carousel #navbar > .img_carousel-header_wrap .logo, .ce-img_carousel #mainnavbar > header #navbar > .img_carousel-header_wrap .logo {
    top: 10px;
    width: 215px;
    width: 198px;
  }
}
#mainnavbar > header a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
#mainnavbar > header a:hover {
  text-decoration: none;
}

#mainnavigation {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  list-style-type: none;
  margin-left: 321px;
  margin-right: 90px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #mainnavigation {
    margin-left: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #mainnavigation {
    margin-left: 140px;
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mainnavigation {
    height: 58px;
  }
}
@media (max-width: 767.98px) {
  #mainnavigation li {
    display: none;
  }
}
#mainnavigation li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  float: left;
  text-align: center;
  position: relative;
}
#mainnavigation li a {
  padding: 36px 0;
  padding: 15px 0;
}

ul.main-subnavigation {
  list-style-type: none;
  padding: 15px;
  background-color: rgba(101, 101, 101, 0.8);
  display: flex;
  flex-wrap: wrap;
}
ul.main-subnavigation li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 50%;
  text-align: left;
  padding: 0 8px;
  line-height: normal;
}
@media (max-width: 767.98px) {
  ul.main-subnavigation li {
    max-width: none !important;
  }
}
ul.main-subnavigation > li > a.mainnavi-link {
  min-height: 3em;
}

ul.sub-subnavigation {
  list-style-type: none;
  margin-top: 0.1em;
}
ul.sub-subnavigation li {
  max-width: none;
  padding: 0;
  padding-left: 5px;
}
ul.sub-subnavigation li a.mainnavi-link {
  font-size: 1rem !important;
  font-weight: normal !important;
}

a.mainnavi-link {
  display: block;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  color: #fff;
  padding-top: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
a.mainnavi-link:hover {
  text-decoration: none;
}
a.mainnavi-link > span {
  background-image: url(../Images/navitem-active_underscore.gif);
  background-repeat: no-repeat;
  background-position: bottom left -775px;
  transition: background-position 500ms;
  -webkit-transition: background-position 500ms; /* Safari 3.1 to 6.0 */
  padding-bottom: 2px;
}
a.mainnavi-link:hover > span {
  background-position: bottom center;
}

#mainnavigation li.active > a > span, ul.main-subnavigation li.active > a > span {
  background-position: bottom center;
}

#xs-mainnavigation {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  background: #313131;
  list-style-type: none;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
#xs-mainnavigation li {
  color: #b2b2b2;
  margin-bottom: 1.4em;
}
#xs-mainnavigation li a {
  color: #fff;
  display: block;
  padding: 0.75em;
  background: #363636;
}
#xs-mainnavigation li a:hover {
  background: #4b4b4b;
}
#xs-mainnavigation > li.active > a > span {
  background-position: bottom center;
}
#xs-mainnavigation ul {
  background: none;
  list-style-type: none;
  margin-top: 0.2em;
  margin-bottom: 1em;
  padding: 0;
}
#xs-mainnavigation ul li {
  margin-bottom: 0.1em;
}
#xs-mainnavigation #mainnavi-search-form {
  width: 100%;
}

#xs-toggle-mainnavigation {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  display: none !important;
  position: absolute;
  right: 20px;
  top: 0;
  height: 75px;
}
#xs-toggle-mainnavigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.1em 0;
  font-size: 32px !important;
}
@media (max-width: 767.98px) {
  #xs-toggle-mainnavigation {
    display: block !important;
  }
}

#language-select {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  position: absolute !important;
  top: -2px;
  right: 45px;
  width: 25px;
  padding: 2.3em 4px;
  padding: 1.2em 4px;
  flex-grow: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #language-select {
    padding: 18px 4px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #language-select {
    display: none;
  }
}
#language-select a.tooltipster-langselect {
  padding: 0 !important;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #language-select a.tooltipster-langselect {
    font-size: 0.85rem;
  }
}

#mainnavi-lang-select {
  width: 84px;
}
#mainnavi-lang-select ul {
  padding: 7px;
}
#mainnavi-lang-select ul li {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

#search-icon {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  position: absolute !important;
  top: 0;
  right: 15px;
  width: 25px;
  padding: 0 4px;
  padding-top: 38px;
  padding-top: 21px;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #search-icon {
    padding: 15px 4px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #search-icon {
    padding: 0.8em 4px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #search-icon a {
    padding: 0.75em 4px;
    font-size: 0.85rem;
  }
}

#mainnavi-search-form {
  width: 250px;
  padding: 0.75em;
  background-color: rgba(101, 101, 101, 0.8);
}
#mainnavi-search-form input[type=text] {
  width: 100%;
}

#breadcrumb-row {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 0.8rem;
  margin: 30px 0 1px;
}
#breadcrumb-row .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#breadcrumb-row .breadcrumb ul li {
  float: left;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
#breadcrumb-row .breadcrumb ul li a {
  color: #b2b2b2;
  display: block;
  padding: 0.1em 7px 0.1em 14px;
}
#breadcrumb-row .breadcrumb ul li.active a {
  cursor: default;
  text-decoration: none;
  color: #999999;
}
#breadcrumb-row .breadcrumb ul li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #b2b2b2;
  position: absolute;
  top: 5px;
  left: 100%;
  z-index: 2;
}
#breadcrumb-row .breadcrumb ul li:first-child a {
  padding-left: 0;
}
#breadcrumb-row .breadcrumb ul li:last-child:before {
  content: "";
  border: none;
}

.head-row {
  position: relative;
}
.head-row #socialmedia-bar {
  position: fixed;
  right: 0;
  top: 45%;
  width: 42px;
  z-index: 90;
}
.head-row #socialmedia-bar ul {
  list-style-type: none;
}
.head-row #socialmedia-bar ul li {
  border: 1px solid #fff;
  border-right: none;
  margin-bottom: 1px;
  height: 42px;
  width: 42px;
  text-align: center;
}
.head-row #socialmedia-bar ul li a {
  display: block;
  color: #fff;
  background-color: #004467;
  font-size: 30px;
  height: 100%;
  width: 100%;
  position: relative;
}
.head-row #socialmedia-bar ul li a i.fab {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
}

.moreinfoNavigation {
  position: absolute;
  top: 100%;
  right: 8.333333%;
  z-index: 1;
  min-width: 16%;
  width: 16.666667%;
  max-width: 25%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .moreinfoNavigation {
    right: 1%;
    width: 25%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .moreinfoNavigation {
    width: 42%;
    max-width: 45%;
  }
}
@media (max-width: 575.98px) {
  .moreinfoNavigation {
    width: 60%;
    right: 0;
    z-index: 3;
    top: 0;
    max-width: none;
  }
}
.moreinfoNavigation > .toggler {
  color: #fff;
  background-color: #004467;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  cursor: pointer;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
}
.moreinfoNavigation > .toggler .fas {
  width: 15px;
}
.moreinfoNavigation ul {
  display: none;
  border: 1px solid #000;
  list-style-type: none;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
.moreinfoNavigation ul li {
  background: #fff;
  padding: 0.4em 0;
}
.moreinfoNavigation ul li a {
  display: block;
  padding: 0.4em 2em;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moreinfoNavigation ul li a > div {
  color: #000;
}

.site-id-cnc .main-subnavigation a.mainnavi-link {
  color: #fff !important;
}
.site-id-cnc a.mainnavi-link > span {
  background-image: url(../Images/navitem-active_underscore-cnc.gif);
}

.site-id-classic .main-subnavigation a.mainnavi-link {
  color: #fff !important;
}
.site-id-classic a.mainnavi-link > span {
  background-image: url(../Images/navitem-active_underscore-classic.gif);
}

/**
 * Formatierungen für News- bzw. Event-Meldungsboxen
 */
.article-event {
  position: relative;
  border: 1px solid #d0d0d0;
  margin-bottom: 1.5ex;
  display: flex;
  flex-wrap: wrap;
}
.article-event h3 {
  margin-bottom: 15px;
  font-size: 22px;
}
.article-event .ev-imgmedia, .article-event .ev-descr {
  flex-basis: 0;
  flex-grow: 1;
}
.article-event > .ev-imgmedia img {
  height: 100%;
  max-width: 100%;
}
.article-event > .ev-descr {
  font-size: 15px;
  padding: 0.3em;
  padding-left: 2em;
}
.article-event > .ev-descr h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1;
}
.article-event > .ev-descr p {
  margin-bottom: 0.3vh;
}
.article-event > .ev-descr .btn {
  margin-top: 13px;
  font-size: 12px;
}

.article-event .ev-location:before, .news-text-wrap .ev-location:before {
  color: #de0c17;
  padding-right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
}
.article-event .ev-time:before, .news-text-wrap .ev-time:before {
  color: #de0c17;
  padding-right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 400;
}

.news-list-view.list-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list-view.list-news > .page-navigation {
  width: 100%;
}
.news-list-view.list-news .article-news {
  flex: 47%;
}
.news-list-view.list-news .article-news .news-list-date {
  border: 0 solid #d0d0d0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin: 1.5em 0 0.7em;
  padding: 0.2em 0;
}
.news-list-view.list-news .article-news .news-list-date .news-datepublished {
  float: left;
}
.news-list-view.list-news .article-news .news-list-date .share-buttons {
  float: none;
  min-height: 1.4em;
  text-align: right;
}
.news-list-view.list-news .article-news .news-list-date .share-buttons a {
  text-align: center;
  float: right;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #656565;
  background-color: #656565;
  margin-right: 5px;
  margin-top: 0px;
}
.news-list-view.list-news .article-news .news-list-date .share-buttons a i {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.3em;
  padding-top: 0;
}
.news-list-view.list-news .article-news .newsbody {
  position: relative;
}
.news-list-view.list-news .article-news .newsbody .news-img-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.news-list-view.list-news .article-news .newsbody .header {
  position: absolute;
  left: 0;
  bottom: 3px;
  height: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  padding: 1em;
}
.news-list-view.list-news .article-news .newsbody .header a {
  color: #fff;
}
.news-list-view.list-news .article-news .newsbody .header h3 {
  flex: 75%;
  margin: 0;
  font-size: 17px;
  line-height: 1;
}
.news-list-view.list-news .article-news .newsbody .header .more-link {
  flex: 25%;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding-left: 5px;
  align-self: flex-end;
  white-space: nowrap;
}
.news-list-view.list-news .article-news.topnews {
  flex: 100%;
  margin-left: 0;
}
.news-list-view.list-news .regularnews:nth-child(2n+0) {
  margin-left: 5%;
}

#page-uid-1 .news-list-view.list-news .topnews {
  flex: 47%;
}
#page-uid-1 .news-list-view.list-news .article-news:first-child {
  padding-right: 3%;
}
#page-uid-1 .news-list-view.list-news .article-news:last-child {
  padding-left: 3%;
}

.news.news-single .news-list-category {
  display: none;
}
.news.news-single .news-backlink-wrap {
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.news.news-single .news-backlink-wrap:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 9px solid #004467;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 2;
}

#tx_indexedsearch fieldset {
  border: none;
}
#tx_indexedsearch fieldset legend {
  display: none;
}
#tx_indexedsearch .tx-indexedsearch-form label {
  float: left;
  width: 10%;
}
#tx_indexedsearch .tx-indexedsearch-form input[type=text] {
  float: right;
  border: 1px solid #d0d0d0;
  width: 90%;
}
#tx_indexedsearch .tx-indexedsearch-search-submit {
  text-align: right;
  margin-top: 0.5em;
}

.tx-indexedsearch-res h3 {
  margin-bottom: 5px;
}
.tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
  font-size: 40%;
}
.tx-indexedsearch-res .tx-indexedsearch-text-item-size,
.tx-indexedsearch-res .tx-indexedsearch-text-item-crdate,
.tx-indexedsearch-res .tx-indexedsearch-text-item-mtime {
  display: none;
}
.tx-indexedsearch-res .tx-indexedsearch-text-item-path {
  float: left;
}

.tx-ws-flexslider {
  overflow: hidden;
}
.tx-ws-flexslider ul.slides > li {
  margin-left: 0;
}

.flexslider {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.flexslider .slidercontent {
  position: relative;
}
.flexslider .slidercontent .caption-text {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  padding: 1%;
}
.flexslider .slidercontent img {
  max-width: 100%;
}
.flexslider .flex-pauseplay {
  display: none;
}
.flexslider .flex-direction-nav a {
  color: #de0c17;
}
@media (max-width: 767.98px) {
  .flexslider .caption-wrapper {
    display: none;
  }
}

#custom-referenzen-flexslider {
  background: transparent;
}

#custom-referenzen-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  background-color: #d0d0d0;
}

.ce-img_carousel > div {
  padding: 1.2em 0;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #d0d0d0;
}
.ce-img_carousel .img_carousel-header_wrap h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.ce-img_carousel .img_carousel-header_wrap .ce-headline-left {
  text-align: left;
}
.ce-img_carousel .img_carousel-header_wrap .ce-headline-center {
  text-align: center;
}
.ce-img_carousel .img_carousel-header_wrap .ce-headline-right {
  text-align: right;
}
.ce-img_carousel .img_carousel-img_wrap .bx-wrapper {
  border: none;
  box-shadow: none;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8em;
}
.ce-img_carousel .img_carousel-img_wrap .bx-wrapper .img_carousel-img_slides .img_carousel-img_slide {
  padding: 0 18px;
}
.ce-img_carousel .img_carousel-img_wrap .bx-wrapper .img_carousel-img_slides .img_carousel-img_slide img {
  max-width: 100%;
  height: auto;
}
.ce-img_carousel .img_carousel-img_wrap .bx-wrapper .bx-controls-direction .bx-prev, .ce-img_carousel .img_carousel-img_wrap .bx-wrapper .bx-controls-direction .bx-next {
  font-family: "Font Awesome 5 Free";
  color: #de0c17;
  opacity: 0.7;
  text-indent: 0;
  margin-right: -50px;
}
.ce-img_carousel .img_carousel-img_wrap .bx-wrapper .bx-controls-direction .bx-prev:hover, .ce-img_carousel .img_carousel-img_wrap .bx-wrapper .bx-controls-direction .bx-next:hover {
  opacity: 1;
}
.ce-img_carousel .img_carousel-img_wrap .bx-wrapper .bx-controls-direction .bx-prev:before, .ce-img_carousel .img_carousel-img_wrap .bx-wrapper .bx-controls-direction .bx-next:before {
  content: "\f054";
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
}
.ce-img_carousel .img_carousel-img_wrap .bx-wrapper .bx-controls-direction .bx-prev {
  margin-right: auto;
  margin-left: -50px;
}
.ce-img_carousel .img_carousel-img_wrap .bx-wrapper .bx-controls-direction .bx-prev:before {
  content: "\f053";
}

.tx_mask_slider .bx-wrapper {
  margin-bottom: auto;
  border: none !important;
  box-shadow: none !important;
}
.tx_mask_slider .bx-wrapper .slider-container .slider-element .slide-img > img {
  max-width: 100%;
  height: auto;
}
.tx_mask_slider .bx-wrapper .slider-container .slider-element .slide-caption {
  position: absolute;
  top: 0;
}
.tx_mask_slider .bx-wrapper .bx-controls-direction .bx-prev, .tx_mask_slider .bx-wrapper .bx-controls-direction .bx-next {
  font-family: "Font Awesome 5 Free";
  color: #de0c17;
  opacity: 0.7;
  text-indent: 0;
  top: 40%;
  margin-right: 10px;
}
.tx_mask_slider .bx-wrapper .bx-controls-direction .bx-prev:hover, .tx_mask_slider .bx-wrapper .bx-controls-direction .bx-next:hover {
  opacity: 1;
}
.tx_mask_slider .bx-wrapper .bx-controls-direction .bx-prev:before, .tx_mask_slider .bx-wrapper .bx-controls-direction .bx-next:before {
  content: "\f054";
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
}
.tx_mask_slider .bx-wrapper .bx-controls-direction .bx-prev {
  margin-right: auto;
  margin-left: 10px;
}
.tx_mask_slider .bx-wrapper .bx-controls-direction .bx-prev:before {
  content: "\f053";
}

.slick-slider .slick-arrow {
  opacity: 0.7;
  text-indent: 0;
}
.slick-slider .slick-arrow:hover {
  opacity: 1;
}
.slick-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  color: #de0c17;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
.slick-slider .slick-arrow.slick-next:before {
  content: "\f054";
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/**
 * Anpassungen und Überschreiben der Original-Tooltipster-Formatierungen
 */
.tooltipster-sidetip.tooltipster-bottom {
  margin-top: -21px;
  margin-top: -4px;
}
.tooltipster-sidetip .tooltipster-box {
  border: none;
  border-radius: 0;
  background: none;
  margin-left: 8px;
  margin-right: 8px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  margin-top: 12px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: -21px;
  margin-top: -4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 22px;
  width: 32px;
  margin-top: -24px;
  margin-top: -7px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border: none;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-width: 14px;
  border-bottom-color: rgba(101, 101, 101, 0.8);
}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Requirements */
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

/* Basic Theme */
[data-accordion] {
  line-height: 1;
}

[data-control] {
  border-bottom: 1px solid #fff;
  padding: 10px;
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}

[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px;
}

[data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
}

[data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-segment .accordion-title {
  cursor: pointer;
  background-color: #d0d0d0;
  font-size: 18px;
  margin-top: 2px;
  padding-top: 5px;
}
.accordion-segment .accordion-title:hover {
  background-color: #aaaaaa;
}
.accordion-segment .accordion-title .fas {
  width: 24px;
  font-size: 140%;
}
.accordion-segment .accordion-title .fas.fa-caret-down {
  display: none;
}
.accordion-segment .accordion-title .fas.fa-caret-right {
  display: inline-block;
}
.accordion-segment.open .accordion-title .fas.fa-caret-down {
  display: inline-block;
}
.accordion-segment.open .accordion-title .fas.fa-caret-right {
  display: none;
}
.accordion-segment .accordion-content {
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0 5px;
}

/**
 * Generelle Formatierungen, Angaben...
 * Schriftart, -größe, -farbe; Hintergründe,
 */
html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: lighter;
}

@media (min-width: 576px) {
  section#main > .section > .container, .ce-img_carousel section#main > .section > .img_carousel-header_wrap, .ce-img_carousel section#main > .section > .img_carousel-img_wrap {
    padding-left: 26px;
    padding-right: 26px;
  }
}

section#main > .section > .container-fluid {
  max-width: 1925px;
}

.container-fluid.fullwidth_start {
  padding-left: 0;
  padding-right: 0;
}

section#main .container.container-1col-sidepadding > .frame, section#main .ce-img_carousel .container-1col-sidepadding.img_carousel-header_wrap > .frame, .ce-img_carousel section#main .container-1col-sidepadding.img_carousel-header_wrap > .frame, section#main .ce-img_carousel .container-1col-sidepadding.img_carousel-img_wrap > .frame, .ce-img_carousel section#main .container-1col-sidepadding.img_carousel-img_wrap > .frame {
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
}
@media (max-width: 575.98px) {
  section#main .container.container-1col-sidepadding > .frame, section#main .ce-img_carousel .container-1col-sidepadding.img_carousel-header_wrap > .frame, .ce-img_carousel section#main .container-1col-sidepadding.img_carousel-header_wrap > .frame, section#main .ce-img_carousel .container-1col-sidepadding.img_carousel-img_wrap > .frame, .ce-img_carousel section#main .container-1col-sidepadding.img_carousel-img_wrap > .frame {
    margin-left: 0;
    margin-right: 0;
  }
}

footer {
  margin-top: 2em;
  padding: 1em 0 1em;
  color: #fff;
  font-size: 0.93rem;
  background: url(../Images/footer_bg.png) repeat-x;
}
@media (max-width: 575.98px) {
  footer {
    background-repeat: repeat;
  }
}
footer table.tab-min-padding td {
  font-size: 0.93rem;
}
footer a {
  color: #fff;
}
footer h4 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 0.93rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
footer .white-hr {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2 {
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.3rem;
  margin: 0;
}

strong {
  font-weight: bold !important;
}

.small {
  font-size: 80% !important;
}

.frame header h2 {
  color: #de0c17;
}
.frame header h3 {
  font-size: 1.05rem;
}

.content-area ul li, .content-area ol li {
  margin-left: 1em;
}

p {
  margin: 0 0 1em;
}

a {
  color: #004467;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.btn:hover {
  text-decoration: none;
}

.btn {
  font-size: 1.1rem;
  font-family: inherit;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  background: #313131;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5em 3em;
}
.btn[href] {
  cursor: pointer;
}
.btn:hover {
  opacity: 0.9;
}
.btn.btn-redwhite, .btn.btn-brandcolored {
  background-color: #de0c17;
  color: #fff;
}
.btn.btn-graywhite {
  background-color: #313131;
  color: #fff;
}
.btn.btn-whitered {
  background-color: #fff;
  color: #de0c17;
}
.btn.btn-bluewhite, .site-id-cnc .btn.btn-brandcolored {
  background-color: #004467;
  color: #fff;
}
.btn.btn-greenwhite, .site-id-classic .btn.btn-brandcolored {
  background-color: #3c6e46;
  color: #fff;
}
.frame-brand_selector.frame-type-textpic table td,
.frame-brand_selector.frame-type-text table td {
  vertical-align: top;
  background: transparent;
  padding: 1.5em;
  border-right: 1px solid #494949;
  width: 33%;
}
.frame-brand_selector.frame-type-textpic table td img,
.frame-brand_selector.frame-type-text table td img {
  max-width: 100%;
  padding: 0.1rem;
}
.frame-brand_selector.frame-type-textpic table td a,
.frame-brand_selector.frame-type-text table td a {
  color: #000;
  text-decoration: none;
  display: block;
}
.frame-brand_selector.frame-type-textpic table td a:hover,
.frame-brand_selector.frame-type-text table td a:hover {
  text-decoration: none;
}
.frame-brand_selector.frame-type-textpic table td a.btn-graywhite,
.frame-brand_selector.frame-type-text table td a.btn-graywhite {
  color: #fff;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.frame-brand_selector.frame-type-textpic table td:last-child,
.frame-brand_selector.frame-type-text table td:last-child {
  border-right: none;
}

#scr-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 2px;
}
#scr-indicator span {
  text-indent: -300em;
}

.tab-min-padding td {
  padding: 0.05em !important;
}

input[type=text], input[type=tel], textarea {
  border-width: 1px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 3px;
  padding: 2px;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #de0c17 !important;
}

.color-green, .site-id-classic .color-brand {
  color: #3c6e46 !important;
}

.color-blue, .site-id-cnc .color-brand {
  color: #3c5ab4 !important;
}

.color-brand {
  color: #de0c17 !important;
}

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

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

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

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

.w-100 {
  width: 100% !important;
}

.tab-bgcolor-red {
  border-collapse: collapse;
}
.tab-bgcolor-red td, .tab-bgcolor-red th {
  color: #fff;
  background: #de0c17;
}

.tab-bgcolor-green {
  border-collapse: collapse;
}
.tab-bgcolor-green td, .tab-bgcolor-green th {
  color: #fff;
  background: #3c6e46;
}

.tab-bgcolor-blue {
  border-collapse: collapse;
}
.tab-bgcolor-blue td, .tab-bgcolor-blue th {
  color: #fff;
  background: #3c5ab4;
}

.site-id-cnc .frame header h2 {
  color: #3c5ab4;
}
.site-id-cnc a {
  color: #3650a1;
}
.site-id-cnc footer a {
  color: #8196d5;
}

.site-id-classic .frame header h2 {
  color: #3c6e46;
}
.site-id-classic a {
  color: #335e3c;
}
.site-id-classic footer a {
  color: #65ab73;
}

/*# sourceMappingURL=project.base.css.map */
