@import url("https://fonts.verwaltungsportal.de/css/?family=Open+Sans:400,600,700,400i,600i,700i");

body {
   font-family: "Open Sans", sans-serif;
   color: #464646;
   background: #ffffff;
   font-size: 1rem;
   /* 1rem = 16px */
   line-height: 1.6;
}

body:not(.noListStyle) main ul:not([class*="menue"]):not([class*="slick-dots"]):not(.rsbtn_toollist) li:not(.gallery-list-item):not(.album-list-item):not(.entry)::before {
   top: 20px;
}

a {
   color: #bc1c2c;
}

a:hover,
a:focus {
   color: #bc1c2c;
   text-decoration: underline;
}

b,
strong {
   font-weight: 600;
}

/* ----------------------------------------------- contact ----------------------------------------------- */

.contact {
   background-color: #242424;
   line-height: 1.8;
   color: #ffffff;
   padding-top: 11px;
   padding-bottom: 11px;
   font-size: 0.875rem;
}

@media (min-width: 992px) {
   .contact {
      line-height: 1.2;
   }
}

.contact p {
   margin: 0;
   display: inline-block;
}

@media (min-width: 992px) {
   .contact p+p::before {
      content: "|";
      margin: 0 20px;
      color: #179ab2;
   }
}

.contact a {
   color: #ffffff;
   text-decoration: underline;
}

/* ----------------------------------------------- topbar ----------------------------------------------- */

#topbar {
   padding-top: 12px;
   padding-bottom: 12px;
}

@media (max-width: 991px) {
   .social {
      margin-bottom: 20px;
   }
}

.social img {
   margin: 0 3px;
}

@media (min-width: 992px) {
   #topbar {
      padding-top: 24px;
      padding-bottom: 24px;
   }

   .social {
      display: inline-block;
   }

   .social img {
      margin-top: 6px;
   }
}

#logo {
   display: inline-block;
}

#logo img {
   display: block;
}

@media (max-width: 991px) {
   #logo img {
      max-width: 210px;
      width: 100%;
   }
}

/* ------------------------------------------------ styler ---------------------------------------------- */

#style {
   width: 160px;
   flex-shrink: 0;
   line-height: 1;
}

#style button {
   font-weight: 400;
   font-size: 14px;
   padding: 0;
   border: none;
   color: #ffffff;
   display: inline-block;
   width: 33px;
   height: 33px;
   border-radius: 50%;
   text-align: center;
   position: relative;
   line-height: 20px;
   -webkit-transition: all 0.5s 0s ease;
   -moz-transition: all 0.5s 0s ease;
   -o-transition: all 0.5s 0s ease;
   transition: all 0.5s 0s ease;
}

#style button+button {
   margin-left: 8px;
}

#style button:nth-child(1) {
   background-color: #bc1c2c;
}

#style button:nth-child(2) {
   background-color: #bc1c2c;
}

#style button:nth-child(3) {
   background-color: #bc1c2c;
}

#style button:hover,
#style button:focus {
   background-color: #242424;
}

#search {
   height: 33px;
   background: #f3f3f3;
   display: inline-block;
   position: relative;
   border-radius: 20px;
   max-width: 200px;
}

#search_input {
   color: #6e6e6e;
   font-size: 16px;
   font-style: normal;
   background: transparent;
   padding: 0;
   border: 0;
   line-height: 33px;
   padding-left: 10px;
   padding-right: 20px;
   height: 33px;
   width: 100%;
}

#search_submit {
   width: 33px;
   background: #bc1c2c url("../img/lupe-icon.png") center no-repeat;
   padding: 0;
   cursor: pointer;
   line-height: 33px;
   border: 2px solid #fff;
   position: absolute;
   top: 0;
   right: -10px;
   height: 100%;
   font-size: 0;
   -webkit-transition: background-color 300ms linear;
   -moz-transition: background-color 300ms linear;
   -ms-transition: background-color 300ms linear;
   -o-transition: background-color 300ms linear;
   transition: background-color 300ms linear;
   border-radius: 50%;
}

#search_submit:hover,
#newsletter_submit:hover {
   background-color: #242424;
}

#search_input::-ms-input-placeholder {
   color: #6e6e6e !important;
}

#search_input::-webkit-input-placeholder {
   color: #6e6e6e !important;
}

#search_input::-moz-placeholder {
   opacity: 1;
}

#search_input:-moz-placeholder {
   opacity: 1;
}

/* ------------------------------------------- navigation ------------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
   #burgerButton {
      font-size: 0;
      display: block;
      height: 50px;
      width: 60px;
      border-radius: 2px;
      padding: 6px 8px;
      cursor: pointer;
      background: #ffffff;
      border: none !important;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
   }

   #burgerButtonInner2,
   #burgerButton:after,
   #burgerButtonInner {
      background-color: #9e2d39;
      border-radius: 2px;
      position: absolute;
      width: 40px;
      height: 3px;
      left: 10px;
      -webkit-transition: transform 200ms linear, opacity 200ms linear;
      -moz-transition: transform 200ms linear, opacity 200ms linear;
      -ms-transition: transform 200ms linear, opacity 200ms linear;
      -o-transition: transform 200ms linear, opacity 200ms linear;
      transition: transform 200ms linear, opacity 200ms linear;
   }

   #burgerButton[aria-expanded="true"] #burgerButtonInner {
      -webkit-transform: rotate(-45deg) translate(-6px, 6px);
      transform: rotate(-45deg) translate(-6px, 6px);
   }

   #burgerButton[aria-expanded="true"] #burgerButtonInner2 {
      opacity: 0;
   }

   #burgerButton[aria-expanded="true"]:after {
      -webkit-transform: rotate(45deg) translate(-4px, -6px);
      transform: rotate(45deg) translate(-4px, -6px);
   }

   #burgerButtonInner {
      top: 16px;
   }

   #burgerButtonInner2 {
      top: 24px;
   }

   #burgerButton:after {
      top: 32px;
      content: "";
      display: block;
   }

   .navbar-nav {
      margin: 20px 0;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 20px;
   }

   .navbar-collapse {
      top: 0;
      background: #ffffff;
      position: fixed;
      left: -100%;
      bottom: 0;
      z-index: 100;
      height: auto !important;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      opacity: 0;
      pointer-events: none;
      overflow-y: auto;
      -webkit-transition: left 300ms linear, opacity 300ms linear;
      -moz-transition: left 300ms linear, opacity 300ms linear;
      -ms-transition: left 300ms linear, opacity 300ms linear;
      -o-transition: left 300ms linear, opacity 300ms linear;
      transition: left 300ms linear, opacity 300ms linear;
   }

   .navbar-collapse[aria-expanded="true"],
   .navbar-collapse.in {
      left: 0;
      opacity: 1;
      pointer-events: auto;
   }

   .navbar-header {
      position: fixed;
      top: 15px;
      right: 15px;
      z-index: 101;
   }

   .navbar-toggle::before {
      content: "";
      opacity: 0;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 0;
      z-index: -1;
      display: block;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: width 300ms linear, opacity 300ms linear;
      -moz-transition: width 300ms linear, opacity 300ms linear;
      -ms-transition: width 300ms linear, opacity 300ms linear;
      -o-transition: width 300ms linear, opacity 300ms linear;
      transition: width 300ms linear, opacity 300ms linear;
   }

   .navbar-toggle[aria-expanded="true"]::before {
      opacity: 1;
      width: 90px;
   }

   .secondandthird-wrapper {
      display: none;
   }

   .dropdown-toggle-button-wrapper {
      top: 5px;
   }

   .dropdown-toggle-button-wrapper2 {
      top: 4px;
   }
}

@media (min-width: 575px) and (max-width: 991px) {
   .navbar-collapse {
      width: 60%;
   }

   .navbar-collapse.collapse.in:after,
   .navbar-toggle[aria-expanded="true"]::before {
      width: 40%;
   }
}

/* menu desktop */

@media (min-width: 992px) {
   .horizontally {
      background-color: #ffffff;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
   }

   .is-sticky .horizontally {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
   }

   .secondandthird-only {
      padding: 10px 0;
      border: 1px solid #ebebeb;
   }

   nav.horizontally .navbar-nav {
      border-top: 1px solid #ebebeb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
   }

   nav.horizontally .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
   }

   nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
      position: absolute;
      left: 100%;
      top: 0;
   }

   nav.horizontally .navbar-nav>li,
   nav.horizontally .navbar-nav>li>.dropdown-menu>li {
      position: relative;
   }

   .navbar-default .navbar-nav li[class*="toplevel"]>ul,
   .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
      display: block !important;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 300ms linear;
      -moz-transition: opacity 300ms linear;
      -ms-transition: opacity 300ms linear;
      -o-transition: opacity 300ms linear;
      transition: opacity 300ms linear;
   }

   .navbar-default .open>.dropdown-menu,
   .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
   .navbar-default .navbar-nav li[class*="secondlevel"]:hover>ul,
   .navbar-default .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
      pointer-events: auto !important;
      opacity: 1 !important;
   }

   .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul,
   .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within>ul {
      pointer-events: auto !important;
      opacity: 1 !important;
   }

   .navbar-default .nav .open>.dropdown-menu {
      pointer-events: none !important;
      opacity: 0 !important;
   }

   .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
   .navbar-default .navbar-nav li[class*="secondlevel"]:hover>u {
      z-index: 1003;
   }
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
   color: #242424;
   text-align: left;
   padding: 12px 15px;
   font-size: 1rem;
   line-height: 1.2;
   text-decoration: none;
   font-family: "Open Sans";
   font-weight: bold;
}

@media (max-width: 575px) {
   nav.horizontally .navbar-nav>li>a.dropdown-toggle {
      padding-right: 35px;
   }
}

@media (min-width: 576px) {
   .navbar-default .navbar-nav>li>a {
      text-align: center;
      padding-left: 35px;
      padding-right: 35px;
   }
}

@media (min-width: 992px) {
   .navbar-default .navbar-nav>li>a {
      padding: 24px 0;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      height: 100%;
   }

   .navbar-default .navbar-nav>li+li {
      margin-left: 15px;
   }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
   .navbar-default .navbar-nav>li>a {
      display: block;
   }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.open>a,
.navbar-nav>li.open>a:hover,
.navbar-nav>li.open>a:focus,
.navbar-nav>li[class$="_over"]>a,
.navbar-nav>li[class$="_over"]>a:hover,
.navbar-nav>li[class$="_over"]>a:focus {
   color: #bc1c2c;
   background-color: #ffffff;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
   -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
   box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
   .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
      padding: 15px;
   }
}

@media (min-width: 992px) {

   .navbar-default .navbar-nav>li>.dropdown-menu,
   .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #ffffff;
   }

   .navbar-default .navbar-nav>li>.dropdown-menu {
      left: 0;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
   }

   .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
      margin-top: -10px;
      border-radius: 4px;
      margin-left: 15px;
   }

   .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      top: 0;
      bottom: 0;
      left: -10px;
   }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a,
.secondandthird-only>li>a,
.secondandthird-only>li>.dropdown-menu>li>a {
   background: #ffffff;
   font-weight: normal;
   text-align: left;
   padding: 10px 18px;
   font-size: 1rem;
   line-height: 1.2;
   text-decoration: none;
   color: #464646;
}

@media (max-width: 575px) {
   nav.horizontally .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2 {
      padding-right: 35px;
   }
}

@media (min-width: 576px) and (max-width: 991px) {

   .navbar-default .navbar-nav>li>.dropdown-menu>li>a,
   .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a,
   .secondandthird-only>li>a,
   .secondandthird-only>li>.dropdown-menu>li>a {
      text-align: center;
      padding-left: 35px;
      padding-right: 35px;
   }
}

@media (min-width: 992px) {

   .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a,
   .secondandthird-only>li>.dropdown-menu>li>a {
      padding: 10px 18px 10px 30px;
   }
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
.secondandthird-only>li>a:hover,
.secondandthird-only>li>a:focus,
.secondandthird-only>li.open>a,
.secondandthird-only>li[class$="_over"]>a {
   background: #9e2d39;
   color: #ffffff;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus,
.secondandthird-only>li>.dropdown-menu>li>a:hover,
.secondandthird-only>li>.dropdown-menu>li>a:focus,
.secondandthird-only>li>.dropdown-menu>li.open>a,
.secondandthird-only>li>.dropdown-menu>li[class$="_over"]>a {
   background: #f3f3f3;
}

/* --------------------------------------------- banner -------------------------------------------- */

#slider {
   max-height: 320px;
   overflow: hidden;
   position: relative;
}

#headerpic {
   margin: 0 auto;
   position: relative;
   width: 100%;
}

@media (min-width: 992px) {
   #headerpic a.nivo-prevNav {
      left: 65px;
   }

   #headerpic a.nivo-nextNav {
      right: 65px;
   }
}

.slider-wrapper,
#slider {
   height: 100%;
}

.slider-mask {
   display: none;
}

/* ticker */

.newsticker {
   margin-top: 25px;
   padding: 30px 0;
   margin-bottom: 0;
   border-top: 1px solid #dbe2e1;
   border-bottom: 1px solid #dbe2e1;
}

/* --------------------------------------------- content -------------------------------------------- */

#contentArea {
   text-align: left;
   padding: 30px 0 40px 0;
}

@media (min-width: 992px) {
   #contentArea {
      padding: 30px 0 40px 0;
   }

   #contentArea {
      background-image: url("../img/main-l.png"), url("../img/main-r.png");
      background-position: left bottom 100px, right bottom 100px;
      background-repeat: no-repeat, no-repeat;
   }
}

/* ------------------------------------------ h1 - h6, newslink ----------------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
   color: #bc1c2c;
   font-weight: bold;
   line-height: 1.2;
   font-family: "Open Sans", sans-serif;
}

h1,
.h1 {
   font-size: 1.6rem;
}

@media (min-width: 768px) {

   h1,
   .h1 {
      font-size: 3rem;
   }
}

h2,
.h2 {
   font-size: 1.6rem;
}

@media (min-width: 768px) {

   h2,
   .h2 {
      font-size: 1.7rem;
   }
}

h3,
.h3 {
   font-size: 1.6rem;
}

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus .h4link a:visited {
   font-size: 1.5rem;
}

h5,
.h5 {
   font-size: 1.4rem;
}

h6,
.h6 {
   font-size: 1.3rem;
}

#newslinks,
#newsmandate {
   border: 1px solid #0b4a56;
}

/* ------------------------------------------------- tabs ------------------------------------------------ */

#tabs {
   margin-top: 40px;
}

@media (min-width: 992px) {
   #tabs {
      margin-top: 0;
      padding-left: 22px;
   }

   #menuLeft {
      padding-right: 22px;
   }
}

@media (min-width: 1200px) {
   #tabs {
      padding-left: 42px;
   }

   #menuLeft {
      padding-right: 42px;
   }
}

.tab {
   background: #f3f3f3;
   padding: 30px 20px;
   text-align: center;
}

#events .tab {
   background: #ffffff;
}

.tabHeadline {
   margin: 0 0 12px 0;
   color: #bc1c2c;
   font-weight: bold;
   font-size: 1.125rem;
}

@media (min-width: 1200px) {
   .tabHeadline {
      font-size: 1.25rem;
   }
}

.tabContent {
   color: #525252;
   font-size: 0.875rem;
}

.tab_link_title a {
   color: #525252;
   font-weight: 600;
}

.tab_spacer {
   height: 15px;
}

.tab_link_mehr {
   text-align: center;
   color: transparent;
}

.tab_link_mehr a,
.buttonStyle a {
   color: #ffffff;
   font-weight: 600;
   background: #bc1c2c;
   border-radius: 2px;
   display: inline-block;
   padding: 4px 13px;
   font-weight: 600;
   font-size: 0.8125rem;
   text-decoration: none;
}

.tab_link_mehr a:hover,
.tab_link_mehr a:focus,
.buttonStyle a:hover,
.buttonStyle a:focus {
   background: #9e2d39;
}

/* ----------------------------------------------- tab deko ---------------------------------------------- */

.imgTab {
   background-color: #14869b;
   color: #ffffff;
   position: relative;
   min-height: 60px;
   display: block;
   line-height: 1;
}

#tabs .imgTab {
   margin-top: 30px;
}

@media (min-width: 576px) and (max-width: 991px) {
   #tabs .imgTab {
      margin-top: 0;
   }
}

.imgTab+.tab {
   padding-top: 60px;
}

.imgTab::after {
   content: "";
   position: absolute;
   background: url("../img/logo-tab.png") center no-repeat;
   width: 80px;
   height: 80px;
   left: 50%;
   margin-left: -40px;
   bottom: -40px;
}

#events .imgTab::after {
   background-image: url("../img/icon.png");
}

.imgTab img {
   display: block;
   width: 100%;
}

/* ----------------------------------------------- events ----------------------------------------------- */

#events {
   margin-top: 35px;
   padding-bottom: 35px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #f3f3f3;
}

@media (min-width: 992px) {
   #events>.row>div:first-child {
      padding-right: 22px;
   }

   #events .imgTab {
      margin-top: -105px;
   }
}

@media (min-width: 1200px) {
   #events>.row>div:first-child {
      padding-right: 42px;
   }
}

#events .tabHeadline {
   margin-bottom: 0;
   padding-top: 20px;
   padding-bottom: 10px;
}

#clr-events-hide b {
   display: none;
   padding-left: 20px;
   padding-right: 20px;
}

#events .tab_link_entry {
   background: #f3f3f3;
   text-align: center;
   width: 100%;
   font-size: 0.875rem;
}

@media (max-width: 991px) {
   #events .tab_link_entry {
      margin-top: 30px;
   }
}

@media (min-width: 576px) {
   #events .tab_link_entry:nth-child(1) {
      margin-top: 0;
   }
}

#events .tab_link>div:last-child {
   display: none;
}

@media (min-width: 576px) {
   #events .tab_link_entries {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
}

#events .tab_link_mandat a {
   color: #525252;
}

#events .tab_spacer {
   display: none;
}

#events .tab_link_mehr {
   text-align: center !important;
   padding-top: 15px !important;
}

/*-- icons --*/

#icons {
   padding-top: 45px;
   padding-bottom: 45px;
   border-top: 1px solid #f1f1f1;
   border-bottom: 1px solid #f1f1f1;
}

/* ------------------------------------------ footer ---------------------------------------- */

footer {
   background: #9e2d39;
   overflow: hidden;
   color: #fff;
}

@media (min-width: 992px) {
   footer {
      background: #9e2d39 url("../img/footer-icon.png") no-repeat bottom 120px right 20px;
   }
}

footer .tabHeadline {
   font-size: 1.875rem;
   font-weight: 700;
   color: #fff;
   margin-bottom: 10px;
   text-align: left !important;
}

footer a[href*="mailto:"] {
   color: #fff;
}

footer .tab {
   padding-bottom: 40px;
   margin-bottom: 55px;
   border-bottom: 1px solid #fff;
   padding-top: 50px;
   background-color: #9e2d39;
   text-align: left !important;
}

footer .tabContent {
   color: #fff;
}

footer .tabContent a {
   color: #fff;
}

#innerfooter {
   margin-top: auto;
   background: #242424;
   padding: 40px 0;
   position: relative;
}

#innerfooter::before,
#innerfooter::after {
   content: "";
   width: 400px;
   left: -400px;
   position: absolute;
   top: 0px;
   height: 100%;
   display: block;
   pointer-events: none;
   background: #242424;
}

#innerfooter::after {
   width: 800px;
   right: -800px;
   left: unset;
}

#innerfooter ul {
   padding: 0;
}

#innerfooter li {
   display: inline-block;
}

@media (min-width: 576px) {
   #innerfooter li+li {
      margin-left: 25px;
   }
}

#innerfooter a {
   display: inline-block;
   font-size: 1rem;
   font-weight: 400;
   text-decoration: none;
   color: #fff;
}

#innerfooter a:hover,
#innerfooter a:focus {
   text-decoration: underline;
}

@media (max-width: 575px) {
   #innerfooter li {
      display: block;
   }
}

/* --------------------------------------------- GoogleMaps -------------------------------------------- */

.iframeMapsTab {
   height: 100%;
}

.iframeMapsTab iframe,
.iframeMapsTab .iframe-wrapper-manual-enabling {
   min-width: 100%;
   width: 100%;
   display: block;
   max-height: 100%;
   min-height: 100%;
   height: 100%;
}

@media (min-width: 1200px) {
   .iframeMapsTab iframe,
   .iframeMapsTab .iframe-wrapper-manual-enabling {
      position: absolute;
   }
}

@media (max-width: 767px) {
   .frameMobileView {
      width: 100vw;
      max-width: unset;
      flex: 0 0 100vw;
      left: 50%;
      transform: translate(-50%);
      padding: 0;
   }
}

@media (min-width: 992px) {

   .iframeMapsTab>.template-page,
   .iframeMapsTab>.template-page>.row,
   .iframeMapsTab>.template-page>.row>.col-xs-12,
   .iframeMapsTab>.template-page>.row>.col-xs-12>.tiny_p,
   .iframeMapsTab>.template-page>.row>.col-xs-12>.tiny_p>.iframe-wrapper-manual-enabling {
      position: static;
   }
}

/* @media (min-width: 1200px) {
   .btgrid > .row > div:nth-child(1) {
      flex: 0 0 35%;
      max-width: 35%;
      min-width: 35%;
   }

   .btgrid > .row > div:nth-child(2) {
      flex: 0 0 65%;
      max-width: 65%;
      min-width: 65%;
   }
} */

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
   color: #fff;
   font-size: 0.9375rem;
   font-weight: 400;
   line-height: 1.3;
   text-align: left;
   text-decoration: none;
   margin: 0 0 50px 0;
}

#vernetzt b {
   font-weight: 700;
}

#vernetzt span {
   color: #fff;
}

#vernetzt span span {
   display: block;
}

#vernetzt img {
   margin-right: 18px;
}