[data-omcookie-panel-show] {
  cursor: pointer;
}
.om-cookie-panel {
  padding: 25px;
  z-index: 9999;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 820px;
  left: 0;
  box-sizing: border-box;
  border-top: 3px solid #dfdfdf;
  border-bottom: 3px solid #dfdfdf;
  font-size: 13px;
  transform: translateY(100%) translateX(0);
  transition: transform 0.5s ease;
  text-align: left;
  color: #000;
  border-radius: 10px;
  line-height: 1.5em;
  max-height: 90%;
  overflow: auto;
}
@media (min-width: 1024px) {
  .om-cookie-panel {
    left: 50%;
    transform: translateY(100%) translateX(-50%);
    border-left: 3px solid #dfdfdf;
    border-right: 3px solid #dfdfdf;
  }
}
.om-cookie-panel.active {
  transform: translateY(0) translateX(0);
  bottom: 15px;
}
@media (min-width: 1024px) {
  .om-cookie-panel.active {
    transform: translateY(0) translateX(-50%);
  }
}
.om-cookie-panel .cookie_panel__h3 {
  margin: 0;
  position: relative;
  padding: 10px 10px 10px 65px;
  text-align: left;
  color: #fff;
  border-radius: 8px;
  background: #E40000;
  font-size: 16px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .om-cookie-panel .cookie_panel__h3 {
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .om-cookie-panel .cookie_panel__h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.om-cookie-panel .cookie_panel__h3:before {
  display: none;
}
.om-cookie-panel .cookie_panel__h3 .cookie-icon {
  position: absolute;
  top: 6px;
  left: 8px;
  display: none;
}
.om-cookie-panel .cookie_panel__h4 {
  font-size: 1em;
  font-weight: 700;
  color: inherit;
  padding: 1.5em 0 0 0;
  margin: 0;
  line-height: 1;
}
.om-cookie-panel .cookie_panel__h4:before {
  display: none;
}
.om-cookie-panel p {
  margin: 0;
  padding: 1em 0;
}
.om-cookie-panel .cookie-panel__checkbox {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  display: inline-block;
  margin: 0;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #dfdfdf;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #dfdfdf;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox-wrap .group-label {
  background: #f4f4f4;
  padding: 10px;
  margin: 0 -31px;
  border-radius: 24px;
  font-weight: 400;
}
.om-cookie-panel .cookie-panel__checkbox-wrap .group-label span {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 2px 10px;
  margin: 0 10px;
  color: inherit;
  font-weight: normal;
}
.om-cookie-panel .cookie-panel__checkbox-wrap .group-label span:hover {
  background-color: #fff;
}
.om-cookie-panel .cookie-panel__checkbox-wrap {
  background: transparent;
  border-radius: 24px;
  display: block;
  padding: 0 31px 16px 31px;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 0px;
}
.om-cookie-panel .cookie-panel__description {
  clear: both;
}
.om-cookie-panel .cookie-panel__link {
  padding-top: 1em;
}
.om-cookie-panel .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}
.om-cookie-panel .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}
[data-omcookie-panel-show] {
  cursor: pointer;
}
.js_cookie_description {
  display: none;
  background: transparent;
}
.cookie-panel__control {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 560px) {
  .cookie-panel__control {
    display: block;
  }
}
.cookie-panel__button {
  background: #949494;
  color: #000;
  padding: 12px;
  border: none;
  border-radius: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 10px;
}
.cookie-panel__button,
.cookie-panel__button--color--green {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .cookie-panel__button,
  .cookie-panel__button--color--green {
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
    display: inline-block;
  }
  .cookie-panel__button,
  .cookie-panel__button--color--green {
    margin-top: 0;
  }
}
.cookie-panel__button--color--green {
  background-color: #dfdfdf;
}
.om-cookie-info table {
  border: 1px solid black;
  border-collapse: collapse;
}
.om-cookie-info table th,
.om-cookie-info table td {
  padding: 10px 5px;
  border: 1px solid black;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-icon-link {
  display: block;
  position: fixed;
  z-index: 998;
  bottom: 15px;
  left: 15px;
  background: rgba(195, 225, 229, 0.7);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cookie-icon-link {
    bottom: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .cookie-icon-link {
    bottom: 30px;
  }
}
.cookie-icon-link:hover {
  background: #dfdfdf;
}
.cookie-icon {
  padding: 6px;
  width: 50px;
  height: 50px;
}
.cookie-icon svg g * {
  stroke: #E40000 !important;
}
.cookie-icon-link {
  background: #f4f4f4;
}
.cookie-link {
  text-decoration: underline;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: rgba(241, 218, 179, 0.19);
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}
.videoWrapper hr {
  height: 0.5px;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  background-image: none;
}
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster span {
  background: #E40000;
  padding: 10px;
  display: block;
  width: 50%;
  height: 50%;
}
.videoPoster span:before {
  content: " hh";
}
.videoPoster-dsgvo:before,
.videoPoster:focus:before {
  border-color: white;
}
.videoPoster-dsgvo:after,
.videoPoster:focus:after {
  border-left-color: white;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.js-videoButton {
  background: #BC0921;
  color: #fff;
  position: relative;
  border: 0;
  padding: 4px 8px 5px 30px;
  margin-left: 15px;
  opacity: 1;
}
.js-videoButton:disabled,
.js-videoButton[disabled] {
  opacity: 0.5;
}
.js-videoButton:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.js-videoButton:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.dsgvo-videotextoverlay {
  position: absolute;
  color: #000;
  background: rgba(155, 172, 215, 0.19);
  z-index: 11;
  right: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  bottom: 0;
  top: 0;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  line-height: 1.3;
  font-size: 16px;
}
.dsgvo-videotextoverlay > * {
  cursor: pointer;
}
.dsgvo-videotext {
  position: relative;
  top: 30%;
  width: 90%;
}
@media (max-width: 500px) {
  .dsgvo-videotext {
    top: 8%;
    font-size: 16px;
  }
}
img.extraPosterImage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.cookie-show-in-vdeo {
  background: #ED1D2B;
  padding: 4px 15px;
  font-weight: normal;
  border-radius: 21px;
  color: #fff;
}
img.logo_video {
  width: 70%;
}
img.iconfinder_youtube {
  width: 12%;
}
.om-cookie-panel .contenttable {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin-top: 10px;
}
.om-cookie-panel .contenttable tr {
  background: #fff;
  margin: 0;
  border: 0;
}
.om-cookie-panel .contenttable th,
.om-cookie-panel .contenttable td {
  font-weight: normal;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  padding: 0.2em 0.5em 0.2em 0;
  text-align: left;
  font-size: 12px;
}
.om-cookie-panel .cookie-panel__button--color--green {
  background-color: #E40000;
  color: #ffffff;
}
.detail-map-cookie-holder {
  padding: 60px 15px;
  background-size: cover;
  background-position: center center;
}
.detail-map-cookie-holder .cookie-set.script {
  background: transparent;
}
.detail-map-cookie-holder .info {
  font-size: 14px;
  display: block;
  margin: auto;
  max-width: 470px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  line-height: 24px;
}
.detail-map-cookie-holder .info .cs-title {
  font-weight: bold;
}
.detail-map-cookie-holder .info .cs-description span {
  text-decoration: underline;
}
.pd-map-inner {
  background-color: #eaeaea;
}
body {
  color: #4E5355;
}
strong {
  color: inherit;
}
.container {
  max-width: 1140px;
}
a:hover {
  color: #E40000;
}
#sp-main-body > .frame-layout-0 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0 15px;
}
#sp-main-body > .frame-full-width {
  max-width: 100%;
  padding: 0;
}
#sp-main-body .frame-graybox {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#sp-main-body .frame-graybox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  height: 100%;
  width: 300%;
  pointer-events: none;
  background: #F2F2F2;
}
#sp-page-title {
  background-image: url(../Images/elements/breadcrumbs.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: scroll;
  background-position: 50% 0;
}
#sp-footer1 nav {
  display: inline-block;
}
#sp-footer1 nav ul.footer-navigation-right {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#sp-footer1 nav ul.footer-navigation-right li {
  padding: 0;
  display: inline-block;
  margin: 0 0 0 20px;
}
ul#language {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul#language li {
  display: inline-block;
}
ul#language li a {
  display: inline-block;
  padding: 2px 10px;
}
ul#language li.active a {
  font-weight: bold;
}
h1,
h2 {
  font-weight: 300;
}
h1:after,
h2:after {
  background-color: #E40000;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 25px;
  top: 10px;
}
h1.ce-headline-center:after,
h2.ce-headline-center:after {
  left: 50%;
  margin-left: -12px;
}
h1 {
  margin: 50px 0 50px 0;
}
.col-lg-6 h1 {
  margin-top: 0;
}
h2 {
  margin: 5px 0 20px 0;
}
h3 {
  margin: 5px 0 10px 0;
  font-weight: 300;
  font-size: 24px;
}
#sp-bottom .contenttable {
  width: 100%;
}
#sp-bottom .contenttable td {
  border-bottom: 1px solid #474950;
  padding: 6px 0;
}
.sp-megamenu-parent .sp-dropdown {
  min-width: 200px;
}
.sp-megamenu-parent .sp-dropdown a {
  display: block!important;
  padding: 12px 0!important;
}
.offcanvas-menu .sp-module ul.menu li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.offcanvas-menu .sp-module ul.menu .menu-child li a {
  display: block;
  color: #000;
  padding: 5px 5px 5px 20px;
}
.offcanvas-menu .sp-module ul.menu .menu-child li a:hover {
  color: #fff;
}
.offcanvas-menu .sp-module ul.menu li.menu-parent .menu-toggler {
  color: #E40000 !important;
}
.offcanvas-menu .sp-module ul.menu li.menu-parent.menu-parent-open .menu-toggler {
  color: #ffffff !important;
}
.offcanvas-menu .sp-module ul.menu li.menu-parent a:hover .menu-toggler,
.offcanvas-menu .sp-module ul.menu li.menu-parent a:focus .menu-toggler {
  color: #ffffff !important;
}
.offcanvas-menu ul#language {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
  margin-top: 30px;
  border-bottom: 1px solid #eaeaea;
}
.offcanvas-menu ul#language a {
  padding: 0;
}
.offcanvas-menu ul#language span {
  display: block;
  padding: 5px 10px;
}
.btn.btn-primary {
  background-color: #E40000;
  box-shadow: 0 4px #BC0921;
}
.btn.btn-primary:hover {
  background-color: #E40000;
}
.map {
  border-bottom: 5px solid #eaeaea;
}
.map iframe {
  display: block;
}
.contact-icons {
  font-size: 30px;
  color: #E40000;
  margin-top: 20px;
}
.ce-gallery .image {
  margin-bottom: 20px;
}
.table-statistics td {
  border-bottom: 1px solid #eaeaea;
  padding: 5px 50px 5px 0;
  vertical-align: top;
}
.table-timeline td {
  padding: 15px 20px 25px 20px;
  vertical-align: top;
  position: relative;
}
.table-timeline td:first-child {
  border-right: 2px solid #E40000;
  padding-left: 0;
}
.table-timeline td:first-child:after {
  border: 2px solid #E40000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  content: '';
  top: 20px;
  right: -8px;
  background-color: #fff;
}
.frame-layout-12 {
  background: #F2F2F2;
  padding: 2px;
  border: 1px solid #eaeaea;
}
.frame-layout-12 h2,
.frame-layout-12 h3,
.frame-layout-12 p {
  padding: 5px 20px;
}
.frame-layout-12 h2 a,
.frame-layout-12 h3 a {
  display: block;
  position: relative;
}
.frame-layout-12 h2 a:after,
.frame-layout-12 h3 a:after {
  content: '';
  position: absolute;
  border-top: 3px solid #E40000;
  border-right: 3px solid #E40000;
  transform: rotate(45deg);
  width: 21px;
  height: 21px;
  display: block;
  top: 22px;
  right: 15px;
  font-size: 16px;
}
.frame-layout-12 .image {
  margin-bottom: 0;
}
.frame-layout-13 {
  background: #F2F2F2;
  padding: 2px;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
  font-size: 21px;
}
.frame-layout-13 h2,
.frame-layout-13 h3,
.frame-layout-13 p {
  padding: 5px 20px;
}
.frame-layout-13 h2,
.frame-layout-13 h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.frame-layout-13 h2:after,
.frame-layout-13 h3:after {
  display: none;
}
.frame-layout-13 h2 a,
.frame-layout-13 h3 a {
  display: block;
  position: relative;
}
.frame-layout-13 h2 a:after,
.frame-layout-13 h3 a:after {
  content: '';
  position: absolute;
  border-top: 2px solid #E40000;
  border-right: 2px solid #E40000;
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
  display: block;
  top: 7px;
  right: 5px;
  font-size: 16px;
}
.frame-layout-13 .image {
  margin-bottom: 0;
}
.header-image {
  position: relative;
}
.header-image:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 100px;
  pointer-events: none;
  background-image: url(../Images/elements/sliders/shadow3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.header-image .ce-column {
  margin: 0 auto;
  float: none;
}
.header-image .image {
  margin-bottom: 0;
  margin: 0 auto;
  float: none;
}
.header-image .text {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .header-image .text {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
  }
}
.header-image h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header-image h1:after {
  display: none;
}
.header-image h1 span {
  padding: 4px 20px;
  display: inline-block;
  background-color: #E40000;
  color: #fff;
}
.header-image .hi-subheader span {
  padding: 4px 20px;
  display: inline-block;
  background-color: #E40000;
  color: #fff;
}
.header-slider {
  position: relative;
  border-top: 3px solid #E40000;
}
.header-slider:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 100px;
  pointer-events: none;
  background-image: url(../Images/elements/sliders/shadow3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.header-slider .hs-text {
  height: 130px;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .header-slider .hs-text {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
  }
}
.header-slider .hs-header {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header-slider .hs-header:after {
  display: none;
}
.header-slider .hs-header span {
  padding: 4px 20px;
  display: inline-block;
  background-color: #E40000;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header-slider .hs-header span {
    font-size: 1.5rem;
    padding: 2px 5px;
  }
}
.header-slider .hs-subheader {
  margin-top: 15px;
}
.header-slider .hs-subheader span {
  padding: 4px 20px;
  display: inline-block;
  background-color: #E40000;
  color: #fff;
}
@media (max-width: 767px) {
  .header-slider .hs-subheader span {
    font-size: 0.9rem;
    padding: 2px 5px;
  }
}
.header-slider .carousel-item .hs-header {
  margin-left: 200px;
  opacity: 0;
  transition: margin-left ease-in 0.3s, opacity ease-in 0.3s;
}
.header-slider .carousel-item .hs-subheader {
  margin-left: 200px;
  opacity: 0;
  transition: margin-left ease-in 0.15s, opacity ease-in 0.15s;
}
.header-slider .carousel-item.active .hs-header {
  margin-left: 0;
  opacity: 1;
}
.header-slider .carousel-item.active .hs-subheader {
  margin-left: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .header-slider .carousel-indicators li {
    background-color: #eaeaea;
  }
  .header-slider .carousel-indicators li.active {
    background-color: #c00;
  }
  .header-slider .carousel-control-next-icon,
  .header-slider .carousel-control-prev-icon {
    margin-top: -90px;
  }
}
.news-list-view .news-list-date {
  background-color: #E40000;
  color: #fff;
  padding: 5px 10px;
}
.news-list-view .teaser-text {
  color: #000 !important;
}
.news-list-view .article {
  margin-bottom: 50px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 20px;
}
.news-list-view .more-link {
  float: right;
}
.news-list-view .news-img-wrap {
  margin-bottom: 20px;
}
.news-single {
  margin-bottom: 60px;
}
.news-single .news-list-date {
  background-color: #E40000;
  color: #fff;
  padding: 5px 10px;
  margin: 55px 0;
  display: inline-block;
  font-size: 24px;
}
.news-single .news-img-wrap {
  margin-bottom: 20px;
  margin-top: 20px;
}
.video-embed-item {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.frame-layout-15 .image {
  background: #fff;
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  border: 1px solid #eaeaea;
  padding: 20px;
  overflow: hidden;
  display: block;
  --bs-aspect-ratio: 75%;
}
.frame-layout-15 .image:after {
  display: block;
  content: "";
  padding-top: var(--bs-aspect-ratio);
}
.frame-layout-15 .image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
  display: block;
}
@media (min-width: 1024px) {
  .frame-max66 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=style.css.map */