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

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

@media (min-width: 768px) {
   body {
      font-size: 1.1rem;
   }
}

@media (min-width: 992px) {
   body {
      font-size: 1.25rem;
   }
}

a {
   color: #c74600;
}

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

b,
strong {
   font-weight: 600;
}

#overflow {
   overflow: hidden;
}

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

.contact {
   background-color: #c74600;
   color: #ffffff;
   font-size: .875rem;
}

@media (max-width: 991px) {
   #menu .contact {
      padding: 15px;
   }
}

@media (min-width: 992px) {
   nav .contact {
      padding-top: 6px;
      padding-bottom: 6px;
   }
}

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

.contact p + p {
   margin-left: 15px;
}

@media (min-width: 992px) {
   .contact p + p {
      margin-left: 25px;
   }
}

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

.contact a:hover,
.contact a:focus {
   text-decoration: underline;
}

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

.logo {
   display: inline-block;
   text-decoration: none;
   color: #354d93;
   flex-direction: row;
   flex-wrap: wrap;
   margin: 10px 0;
   gap: 15px;
   display: flex;
   text-decoration: none !important;
}

.logo .template-page {
   width: auto;
}

.logo .cleaner,
.logo br {
   display: none;
}

.logoText {
   display: inline-block;
   font-size: 1.5rem;
   font-weight: 400;
   color: #3a3a3a;
   line-height: 1.1;
   text-transform: uppercase;
   font-family: "Teko", sans-serif;
}

.logoText :is(b, strong) {
   color: #c74600;
   font-weight: 500;
   font-size: 1.875rem;
   display: block;
}

.logo img {
   display: block;
}

@media (min-width: 992px) {
   #menu {
      position: relative;
      z-index: 60;
      box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.13);
   }
}

.is-sticky #menu {
   background: #fff;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
   .dropdown-toggle-button-wrapper, .dropdown-toggle-button-wrapper2 {
      top: 5px !important;
   }
   #burgerButton {
      font-size: 0;
      border: none !important;
      display: block;
      height: 50px;
      width: 60px;
      border-radius: 2px;
      padding: 6px 8px;
      cursor: pointer;
      background-color: #ffffff;
      -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: #c74600;
      color: #ffffff;
      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;
      width: 100%;
   }

   .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;
   }
}

@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) {
   nav.horizontally .navbar-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
   }

   .navbar-default .navbar-nav > li {
      flex-grow: 1;
   }

   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: #3a3a3a;
   font-weight: 700;
   text-align: left;
   padding: 12px 35px;
   position: relative;
   text-transform: uppercase;
   font-size: 1rem;
   line-height: 1.2;
   text-decoration: none;
}

@media (min-width: 992px) {
   .is-sticky .navbar-default .navbar-nav > li > a {
      padding: 25px 10px;
   }
}

@media (max-width: 991px) {
   .navbar-default .navbar-nav > li {
      border-bottom: 1px solid rgba(255, 255, 225, 0.5);
   }
}

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

   .navbar-default .navbar-nav > li {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
   }

   .navbar-default .navbar-nav > li:last-of-type {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
   }
}

@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:hover > a,
.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: #c74600;
   background-color: transparent;
}

.navbar-nav > li:focus-within > a {
   color: #c74600;
   background-color: transparent;
}

/* -------------------------------------- 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 2px 1px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav > li > .dropdown-menu {
   background: #c74600;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
   margin: 0;
   background: #ffffff;
}

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

@media (min-width: 992px) {
   .navbar-default .navbar-nav > li > .dropdown-menu,
   .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
      padding-top: 18px;
      padding-bottom: 18px;
   }

   .navbar-default .navbar-nav > li > .dropdown-menu {
      margin-top: 14px;
      left: 50%;
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
   }

   .navbar-default .navbar-nav > li > .dropdown-menu::before {
      content: "";
      position: absolute;
      top: -12px;
      left: 50%;
      margin-left: -20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 20px 12px 20px;
      border-color: transparent transparent #c74600 transparent;
   }

   .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
      margin-top: -18px;
      margin-left: 14px;
   }

   .navbar-default .navbar-nav > li > .dropdown-menu::after {
      content: "";
      position: absolute;
      display: block;
      height: 14px;
      left: 0;
      right: 0;
      top: -14px;
   }

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

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
   font-weight: 400;
   text-align: left;
   padding: 10px 35px;
   font-size: 1rem;
   line-height: 1.2;
   text-decoration: none;
}

@media (min-width: 992px) {
   .navbar-default .navbar-nav > li > .dropdown-menu > li > a,
   .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
      text-align: center;
      padding-left: 25px;
      padding-right: 25px;
   }
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
   color: #ffffff;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
   color: #3a3a3a;
}

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

.navbar-nav > li > .dropdown-menu > li:hover > a,
.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 {
   background: #ffffff;
   color: #3a3a3a;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a {
   background: #ffffff;
   color: #3a3a3a;
}

.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 {
   background: #ffffff;
   color: #c74600;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
   background: #ffffff;
   color: #c74600;
}

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

#slider {
   max-height: 300px;
   overflow: hidden;
   position: relative;
   box-shadow: 10.692px 5.448px 24px 0px rgba(0, 0, 0, 0.29);
}

@media (min-width: 992px) {
   #slider {
      max-height: 450px;
      width: calc(100% + 130px);
   }

   body.index #slider {
      max-height: 600px;
      width: calc(100% + 130px);
   }

   #headerpic .nivo-controlNav {
      width: calc(100% + 130px);
   }
}

#headerpic {
   margin: 0 auto;
   position: relative;
   width: 100%;
   padding: 50px 0 80px 0;
   background: #f6f6f6;
}

@media (min-width: 1200px) {

   #headerpic {
      background: #f6f6f6 url(../img/seiter_kreise_oben.png);
      background-repeat: no-repeat;
      background-position: top -75px left;
   }

   body.index #headerpic {
      background: url(../img/seiter_kreise_oben.png), url(../img/welle_banner.png);
      background-repeat: no-repeat;
      background-position: top -75px left, bottom left;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
   #slider + .nivo-controlNav {
      padding-left: 65px;
   }
}

#headerpic .nivo-controlNav {
   top: 15px;
   bottom: auto;
}

@media (max-width: 991px) {
   #headerpic {
      padding-top: 15px;
   }
}

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

.slider-mask {
   display: none;
}

#bannerOverlay {
   font-weight: 400;
   line-height: 1.4;
   font-size: 1.0625rem;
   padding: 20px 0;
}

.bannerHeadline {
   margin: 0;
   font-size: 2rem;
   color: #c74600;
   text-transform: uppercase;
}

#bannerOverlay .template-page :is(h1, h2, h3, h4, h5, h6) {
   font-size: 1.5rem;
   color: #3a3a3a;
   text-transform: uppercase;
}

@media (min-width: 768px) {
   .bannerHeadline {
      font-size: 3.25rem;
   }

   #bannerOverlay .template-page :is(h1, h2, h3, h4, h5, h6) {
      font-size: 2.1875rem;
   }
}

#bannerOverlay a {
   text-decoration: underline;
   border-radius: 2px;
   padding: 4px;
}

#bannerOverlay a:hover,
#bannerOverlay a:focus {
   color: #292723;
}

/* ----------------------------------------------- search ----------------------------------------------- */

#search {
   height: 60px;
   background: #ffffff;
   display: inline-block;
   position: absolute;
   bottom: 30px;
   right: 0;
   width: 100%;
   width: calc(100% - 50px);
   max-width: 670px;
   margin-left: 40px;
   border: 2px solid #e9e9e9;
   z-index: 10;
}

#search_input {
   color: #56524a;
   font-size: 16px;
   font-weight: 400;
   font-style: normal;
   background: transparent;
   padding: 0;
   border: 0;
   line-height: 60px;
   padding-left: 14px;
   padding-right: 70px;
   height: 55px;
   width: 100%;
}

@media (min-width: 768px) {
   #search_input {
      font-size: 20px;
   }
}

#search_input:hover,
#search_input:focus {
   background: rgba(140, 118, 95, 0.1);
}

#search_submit {
   width: 60px;
   border: none;
   background: url("../img/lupe-icon.png") center no-repeat;
   background-size: 20px 20px;
   padding: 0;
   cursor: pointer;
   position: absolute;
   top: 8px;
   bottom: 8px;
   right: 0px;
   font-size: 0;
   border-left: 2px solid #c74600;
   -webkit-transition: background 100ms linear;
   -moz-transition: background 100ms linear;
   -ms-transition: background 100ms linear;
   -o-transition: background 100ms linear;
   transition: background 100ms linear;
}

#search_submit:hover,
#search_submit:focus {
   background-size: 26px 26px;
}

#search_input::-ms-input-placeholder {
   color: #56524a !important;
}

#search_input::-webkit-input-placeholder {
   color: #56524a !important;
}

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

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

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

#content {
   text-align: left;
   padding-bottom: 30px;
   padding-top: 30px;
}

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

/* ------------------------------------------------ teaser ----------------------------------------------- */

#teaser {
   color: #3a3a3a;
   font-weight: 400;
   line-height: 1.4;
   padding-bottom: 30px;
   font-size: 1.125rem;
}

@media (max-width: 767px) {
   #teaser > .row > div + div {
      margin-top: 30px;
   }
}

@media (min-width: 576px) {
   #teaser > .row > div + div:nth-child(2) {
      margin-top: 0;
   }
}

@media (min-width: 992px) {
   #teaser {
      padding-bottom: 60px;
   }
}

.teaser {
   background: #ffffff;
   padding: 20px;
   box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.29);
}

@media (min-width: 768px) {
   .teaser {
      height: 100%;
      min-height: 100%;
   }
}

@media (min-width: 992px) {
   .teaser {
      padding: 40px 30px;
   }
}

.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6 {
   color: #c74600;
   font-size: 2.375rem;
   margin: 0;
   text-transform: uppercase;
}

.teaser img {
   margin-bottom: 15px;
}

.teaser img:hover,
.teaser img:focus {
   animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
   transform: translate3d(0, 0, 0);
   backface-visibility: hidden;
}

@keyframes shake {
   10%,
   90% {
      transform: translate3d(-1px, 0, 0);
   }

   20%,
   80% {
      transform: translate3d(2px, 0, 0);
   }

   30%,
   50%,
   70% {
      transform: translate3d(-4px, 0, 0);
   }

   40%,
   60% {
      transform: translate3d(4px, 0, 0);
   }
}

.teaser a {
   background-color: #c74600;
   padding: 10px 2.0833vw;
   color: #ffffff;
   display: inline-block;
   line-height: 1;
   text-decoration: none;
   margin-top: 20px;
   text-transform: uppercase;
   font-size: .9375rem;
   font-weight: 600;
}

.teaser a:hover,
.teaser a:focus {
   background-color: #3a3a3a;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
   font-weight: normal;
   line-height: 1.2;
   font-family: "Teko", sans-serif;
   font-weight: 500;
   color: #c74600;
}

h1,
.h1,
.legacy_h1 {
   font-size: 2.2rem;
}

@media (min-width: 768px) {
   h1,
   .h1,
   .legacy_h1 {
      font-size: 2.8125rem;
   }
}

h2,
.h2,
.legacy_h2 {
   font-size: 2rem;
}

@media (min-width: 768px) {
   h2,
   .h2,
   .legacy_h2 {
      font-size: 2.6rem;
   }
}

h3,
.h3,
.legacy_h3 {
   font-size: 1.8rem;
}

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

h5,
.h5,
.legacy_h5 {
   font-size: 1.6rem;
}

h6,
.h6,
.legacy_h6 {
   font-size: 1.5rem;
}

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

#footer {
   background-color: #ffffff;
   box-shadow: 12px 0px 24px 0px rgba(0, 0, 0, 0.13);
   padding-top: 30px;
   padding-bottom: 30px;
   color: #3a3a3a;
   line-height: 1.4;
   font-weight: 400;
   font-size: 1.125rem;
   position: relative;
   isolation: isolate;
}

#footer .note {
   font-size: 1.5rem;
   font-weight: 400;
   font-family: "Teko", sans-serif;
}

#footer .note strong,
#footer .note b {
   font-weight: 700;
   color: #c74600;
}

@media (max-width: 767px) {
   #footer .row > .col-xs-12:not(:first-child)::before {
      background: rgba(0, 0, 0, 0.2);
      content: " ";
      height: 1px;
      width: 100%;
      display: block;
      margin: 25px 0;
   }

   #footer .row > .col-xs-12.hidden-xs ~ .col-xs-12::before,
   #footer .row > .col-xs-12.hidden-sm ~ .col-xs-12::before {
      display: none;
   }
}

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

@media (min-width: 1770px) {
   #footer::before{
      content: '';
      position: absolute;
      top: -11.1979vw;
      right: 0;
      background-image: url(../img/kreise_rechts.png);
      width: 15.5729vw;
      height: 15.7292vw;
      max-width: 299px;
      max-height: 302px;
      background-position: top right;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1;
      pointer-events: none;
   }
}

#innerfooter {
   background-color: #c74600;
   padding-top: 15px;
   padding-bottom: 15px;
   font-size: 1rem;
   position: relative;
   isolation: isolate;
}

@media (min-width: 992px) {
   #innerfooter::before{
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url(../img/kreis_links.png);
      width: 9.0104vw;
      height: 14.7396vw;
      max-width: 173px;
      max-height: 283px;
      background-position: bottom left;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1;
      pointer-events: none;
   }
}

#innerfooter ul {
   padding: 0;
}

#innerfooter li {
   display: block;
   position: relative;
}

#innerfooter a {
   color: #ffffff;
   text-decoration: none;
   display: inline-block;
   font-weight: 400;
   position: relative;
}

#innerfooter a:hover,
#innerfooter a:focus {
   color: #ffffff;
}

#innerfooter a::after {
   content: "";
   position: absolute;
   left: 0;
   width: 0;
   bottom: 2px;
   height: 1px;
   background: #ffffff;
   -webkit-transition: width 300ms linear;
   -moz-transition: width 300ms linear;
   -ms-transition: width 300ms linear;
   -o-transition: width 300ms linear;
   transition: width 300ms linear;
}

#innerfooter a:hover::after,
#innerfooter a:focus::after {
   width: 100%;
}

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

   #innerfooter li {
      display: inline-block;
   }

   #innerfooter li + li::before {
      content: "•";
      position: absolute;
      left: -17px;
      color: #ffffff;
      top: 0;
   }
}

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

@media (min-width: 992px) {
   #innerfooter li + li::before {
      left: -27px;
   }
}

.footerTab strong {
   display: inline-block;
   margin-bottom: 20px;
}

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

#vernetzt {
   text-align: right;
   font-size: 0.875rem;
   color: #ffffff;
   line-height: 1.3;
   margin: 0 auto;
   font-weight: 400;
   text-decoration: none;
}

@media (min-width: 768px) {
   #vernetzt {
      margin: 0;
   }
}

@media (max-width: 767px) {
   #vernetzt {
      margin-top: 30px;
   }
}
#vernetzt b {
   color: #ffffff;
   font-weight: 600;
}

#vernetzt span {
   color: #ffffff;
}

#vernetzt span span {
   display: block;
}

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