@import url("https://fonts.verwaltungsportal.de/import/?family=Poppins:200,300,400,600,700,200i,300i,400i,500i,600i,700i%7COswald:200,200i,500,700,700i");

body {
   font-family: "Poppins", sans-serif;
   color: #666666;
   background: #fff;
   font-size: 1rem; /* 1rem = 16px */
   line-height: 1.5;
   font-weight: normal;
}

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

a {
   color: #008533;
   word-break: break-word;
}

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

b,
strong {
   font-weight: 600;
}

/* ------------------------------------------------- dekor, header + footer ------------------------------------------------ */

@media (min-width: 992px) {
   body:not(.index, #introsite)::before {
      height: 590px;
   }

   footer::after {
      content: "";
      display: inline-block;
      position: absolute;
      height: 100%;
      width: 28.9vw;
      background-color: #008533;
      top: 0px;
      right: 0px;
   }
}

@media (max-width: 1850px) {
   body::before,
   footer::after {
      width: calc(28.9vw - 150px);
   }
}

@media (max-width: 1200px) {
   body::before {
      height: 70vw;
   }

   body:not(.index, #introsite)::before {
      height: 41vw;
   }
}

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

.contact .tab {
   font-size: 0.875rem;
   color: #fff;
   margin-bottom: 10px;
   padding-bottom: 10px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
   .contact .tab p {
      display: inline-block;
   }

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

@media (min-width: 1200px) {
   .contact .tab {
      margin: 17px 0 30px 0;
      padding-bottom: 17px;
   }
}

@media (min-width: 992px) and (max-width: 1199px) {
   .contact .tab {
      margin: 17px 0 5px 0;
   }
}

@media (max-width: 991px) {
   .contact {
      margin-top: 10px;
   }

   .contact {
      padding-left: 0px;
   }
}

.contact .tabContent {
   opacity: 0.5;
}

.contact .tab a {
   color: #fff;
   font-style: italic;
   text-decoration: underline;
}

/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
   display: inline-block;
   background-color: #fff;
}

#logo img {
   display: block;
}

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

   .horizontally {
      background-color: #008533;
   }
}

@media (max-width: 575px) {
   .horizontally > .row > .col-xs-12 {
      padding-left: 0px;
   }
}

@media (min-width: 1200px) {
   #logo {
      margin-bottom: -50px;
      position: relative;
z-index: 66;
   }
}

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

/* burgermenu for tablet */

#burgerButton {
   font-size: 0;
   border: none !important;
   position: relative;
   z-index: 1002;
   display: block;
   width: 58px;
   height: 58px;
   cursor: pointer;
   background: #ffffff;
}

@media (max-width: 991px) {
   #burgerButton {
       position: fixed;
       right: 15px;
       top: 8px;
       border-radius: 50%;
       -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
       box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
   }
}

@media (min-width: 992px) {
   #burgerButton {
       margin: 0 0 0 20px;
       height: 38px;
   }
   #burgerButton::before {
       content: "Menü";
       font-size: 25px;
       position: absolute;
       left: 60px;
       top: 6px;
       color: #008533;
       font-weight: 400;
       line-height: 1;
       font-family: "Oswald";
       font-weight: 300;
   }
}

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

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

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

#burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
   position: absolute;
   background: #008533;
   width: 38px;
   height: 4px;
   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;
}

#burgerButtonInner {
   top: 19px;
}

#burgerButtonInner2 {
   top: 28px;
}

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

@media (min-width: 992px) {
   #burgerButtonInner {
       top: 8px;
   }
   
   #burgerButtonInner2 {
       top: 17px;
   }
   
   #burgerButton:after {
       top: 26px;
   }
}

/* burgermenu for tablet */

@media (max-width: 991px) {
   .navbar-collapse {
       top: 0;
       background: #008533;
       position: fixed;
       left: -100%;
       bottom: 0;
       z-index: 100;
       height: auto !important;
       -webkit-box-shadow: 0 0 150px 0 rgba(0, 0, 0, 1);
       box-shadow: 0 0 150px 0 rgba(0, 0, 0, 1);
       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-toggle::before {
       content: "";
       opacity: 0;
       position: fixed;
       top: 0;
       right: 0;
       bottom: 0;
       width: 0;
       z-index: -1;
       display: block;
       -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) {
   #myNavbar.navbar-collapse {
       background: #ffffff;
       pointer-events: none;
       position: absolute;
       z-index: 1002;
       top: 70px;
       left: 23px;
       opacity: 0;
       width: 580px;
       border-radius: 0;
       height: auto !important;
       overflow: visible !important;
       -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
       box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
       -webkit-transition: opacity 300ms linear, top 300ms linear;
       -moz-transition: opacity 300ms linear, top 300ms linear;
       -ms-transition: opacity 300ms linear, top 300ms linear;
       -o-transition: opacity 300ms linear, top 300ms linear;
       transition: opacity 300ms linear, top 300ms linear;
   }
   #burgerButton[aria-expanded="true"]+#myNavbar {
       pointer-events: auto;
       opacity: 1;
       top: 140px;
   }
   #myNavbar:focus-within {
       pointer-events: auto;
       opacity: 1;
       top: 140px;
   }
   #myNavbar.navbar-collapse::before {
       content: "";
       display: block;
       position: absolute;
       left: 15px;
       top: -18px;
       width: 0;
       height: 0;
       border-style: solid;
       border-width: 0 25px 18px 25px;
       border-color: transparent transparent #008533 transparent;
   }
   #myNavbar.navbar-collapse>div {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       max-height: 75vh;
       overflow-y: auto;
       position: relative;
       background: #ffffff;
   }
   .navbar-nav {
       padding: 23px 0 25px 0;
       background: #008533;
       min-height: 300px;
   }
   .navbar-default .navbar-nav > li > .dropdown-menu {
       padding: 25px 20px;
       position: absolute;
       z-index: 2;
       left: 50%;
       top: 0 !important;
       right: 0;
       bottom: 0;
       overflow-y: auto;
   }
   .navbar-nav, .navbar-default .navbar-nav > li > .dropdown-menu {
       width: 50%;
   }
   .navbar-default .navbar-nav > li > 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 .navbar-nav > li[class$="_over"] > .dropdown-menu,
   .navbar-default .navbar-nav > li:hover > ul{
       pointer-events: auto !important;
       opacity: 1 !important;
   }
   .navbar-default .navbar-nav > li:focus-within > ul {
       pointer-events: auto !important;
       opacity: 1 !important;
   }
   .navbar-default .navbar-nav > li:hover > ul {
       z-index: 3;
   }
   .navbar-default .navbar-nav > li:focus-within > ul {
       z-index: 3;
   }
}

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

.navbar-default .navbar-nav>li>a {
   color: #ffffff;
   font-weight: 500;
   text-align: left;
   padding: 10px 10px;
   position: relative;
   font-size: 1.125rem;
   line-height: 1.2;
   text-decoration: none;
}

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

@media (min-width: 992px) {
   .navbar-default .navbar-nav>li>a {
       padding: 7px 30px;
       text-align: right;
   }
   .navbar-default .navbar-nav>li>a::before {
       content: "";
       position: absolute;
       display: block;
       width: 25px;
       top: 0;
       bottom: 0;
       right: -25px;
   }
}

/* -------------------------------------------- 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: #008533;
   background-color: #ffffff;
}

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

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

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

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a {
   color: #444444;
   font-weight: 400;
   text-align: left;
   padding: 8px 35px 8px 25px;
   position: relative;
   font-size: 1.125rem;
   line-height: 1.2;
   text-decoration: none;
}

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a {
   color: #444444;
   font-weight: 400;
   text-align: left;
   padding: 8px 35px 8px 25px;
   position: relative;
   font-size: 1rem;
   line-height: 1.2;
   text-decoration: none;
}

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="_start"],
.navbar-default .navbar-nav>li>.dropdown-menu li[class*="end"] {
   display: none;
}

@media (min-width: 992px) {
   .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"] {
       border-top: 1px dashed rgba(82, 82, 82, 0.4);
   }
   .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a {
       padding: 9px 2px;
   }
   .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a {
       padding: 5px 10px 5px 34px;
   }
   .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a::after {
       content: "";
       position: absolute;
       left: 8px;
       top: 50%;
       background: #ffffff;
       width: 5px;
       height: 5px;
       margin-top: -2px;
       border-radius: 50%;
   }
   .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu {
       display: block;
   }
}

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

.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"]:hover > a,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"] > a:focus,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"].open > a,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"].open > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"].open > a:focus,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"] > a,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"] > a:focus {
   background: transparent;
   color: #008533;
}

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

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

#intropic,
#headerpic {
   max-width: 1580px;
   width: 100%;
   margin: auto;
}

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

@media (min-width: 992px) {
   #slider {
      max-height: 400px;
   }

   body#introsite #slider,
   body.index #slider {
      max-height: 650px;
   }
   #headerpic a.nivo-prevNav {
      left: 65px;
   }
   #headerpic a.nivo-nextNav {
      right: 65px;
   }
}

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

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

.slider-mask {
   display: none;
}

#slogan {
   position: relative;
   bottom: 0px;
   z-index: 8;
   color: #fff;
}

@media (min-width: 992px) {
   #slogan {
      position: absolute;
      bottom: 50px;
      z-index: 8;
      color: #fff;
   }
}

#slogan .tabHeadline {
   background: #fff;
   padding: 15px;
   border-bottom: 4px solid #63c863;
   font-size: 2.5rem;
   margin-bottom: 9px;
}

#slogan b,
#slogan strong {
   color: #005d24;
   background: rgba(255, 255, 255, 0.5);
   padding: 10px;
}

#slogan a {
   display: inline-block;
   padding: 10px 20px 10px 10px;
   background: #005d24;
   font-family: "Oswald";
   font-weight: 500;
   color: #fff;
   position: relative;
}

#slogan a:hover,
#slogan a:focus,
#slogan a:active {
   background-color: #008533;
   text-decoration: none;
}

#slogan a::before {
   display: block;
   content: "";
   position: absolute;
   background: url("../img/arrow.png") no-repeat;
   width: 11px;
   height: 10px;
   right: 5px;
   top: 40%;
}

/* ------------------------------------------------ intropic, headerpic ----------------------------------------------- */

#intropic .introbanner {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

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

   .introbanner {
      margin: 40px auto 35px auto;
   }
}

@media (min-width: 767px) and (max-width: 1199px) {
   #intropic {
      padding: 60px 0;
   }
}

@media (min-width: 1200px) {
   #intropic > .row {
      max-width: 1375px;
      width: 100%;
      margin-left: auto;
      margin-right: 0px;
   }

   #intropic > .row > *:nth-child(1) {
      flex: 0 0 42.5%;
      max-width: 42.5%;
      min-width: 42.5%;
   }

   #intropic > .row > *:nth-child(2) {
      flex: 0 0 57.5%;
      max-width: 57.5%;
      min-width: 57.5%;
   }
}

/* ------------------------------------------------ introtab ----------------------------------------------- */

.introtab {
   font-family: "Poppins", sans-serif;
   font-weight: normal;
   font-size: calc(1.25rem + (36 - 20) * (100vw - 320px) / (1920 - 320));
}

.introtab .tabHeadline {
   font-size: calc(1.875rem + (78 - 30) * (100vw - 320px) / (1920 - 320));
}

.introtab a {
   color: #fff;
   background-color: #008533;
   padding: 16px 110px;
   display: inline-block;
   margin-top: 50px;
   text-decoration: none;
}

@media (max-width: 991px) {
   .introtab a {
      padding: 15px 50px;
   }
}

.introtab a:hover,
.introtab a:focus {
   background-color: #444444;
}

.introtab a::after {
   content: "\00BB";
   color: #fff;
   margin-left: 4px;
}

@media (min-width: 1200px) {
   .introtab .tabHeadline {
      margin-bottom: 75px;
      line-height: 1.02;
   }
}

/* ------------------------------------------------ content + main ----------------------------------------------- */

#introsite main {
   background: url(../img/bg-intro-wave.png) left center no-repeat;
}

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

body:not(.index) #content {
   text-align: left;
   padding-top: 30px;
   padding-bottom: 40px;
}

@media (min-width: 992px) {
   body:not(.index)#content {
      padding-top: 120px;
      padding-bottom: 60px;
   }
}

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

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

h1,
.h1,
.legacy_h1 {
   font-size: calc(1.875rem + (50 - 30) * (100vw - 320px) / (1920 - 320));
}

h2,
.h2,
.legacy_h2 {
   font-size: calc(1.625rem + (35 - 26) * (100vw - 320px) / (1920 - 320));
}

h3,
.h3,
.legacy_h3 {
   font-size: calc(1.5rem + (30 - 24) * (100vw - 320px) / (1920 - 320));
}

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
.legacy_h4 {
   font-size: calc(1.375rem + (26 - 22) * (100vw - 320px) / (1920 - 320));
}

h5,
.h5,
.legacy_h5 {
   font-size: calc(1.3125rem + (22 - 21) * (100vw - 320px) / (1920 - 320));
}

h6,
.h6,
.legacy_h6 {
   font-size: calc(1.25rem + (21 - 20) * (100vw - 320px) / (1920 - 320));
}

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

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

#tabs {
   padding: 50px 0px 60px 0px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   color: #444444;
   font-size: 1rem;
}

@media (max-width: 991px) {
   #tabs > .row > div + div {
      margin-top: 35px;
   }
}

#tabs .tab {
   background-color: #ffffff;
   min-height: 100%;
   margin: 0 20px;
}

#tabs .tabHeadline {
   color: #008533;
   font-size: 1.5625rem;
   margin-bottom: 25px;
}

#tabs .iframetab iframe,
#tabs .iframetab .iframe-wrapper-manual-enabling {
   min-width: 100% !important;
   width: 100% !important;
   display: block;
   max-height: 308px;
}

@media (min-width: 992px) {
   #tabs .iframetab {
      padding-right: 0 !important;
   }
   #tabs .iframetab .tab {
      margin-right: 0 !important;
   }
}

#tabs > .row > *:nth-child(1) .cleaner {
   display: none;
}

#tabs #news,
#tabs #events {
   padding: 20px 30px 25px 30px;
}

#tabs #news .tab_spacer,
#tabs #events .tab_spacer {
   height: 20px;
}

#tabs #events .tab_link_mandat a {
   color: #444444;
}

#tabs #news .tab_link_title a,
#tabs #events .tab_link_title a {
   color: #444444;
   font-weight: 600;
}

#tabs #news .tab_link_date,
#tabs #events .tab_link_date {
   font-style: italic;
}

#tabs #news .tab_link_mehr,
#tabs #events .tab_link_mehr {
   font-size: 0px;
}

#tabs #news .tab_link_mehr,
#tabs #events .tab_link_mehr {
   font-size: 0px;
}

#tabs #news a {
   font-size: 0.875rem;
}

#tabs #news a:last-child {
   position: absolute;
   right: -40px;
   display: inline-block;
   padding: 10px 25px;
   background: #008533;
   color: #fff;
   bottom: -85px;
   font-size: 1rem;
   font-family: "Poppins";
   font-weight: 300;
}

#tabs #news a:last-child::after,
#tabs #events a:last-child::after {
   content: "";
   color: #fff;
   font-size: 1rem;
   display: block;
   position: absolute;
   bottom: 26%;
   right: 12px;
}

#tabs #news a:last-child::after {
   content: "\00BB";
}

#tabs #eventsa:last-child:hover::after,
#tabs #events a:last-child:focus::after {
   background-color: #444444;
}

@media (min-width: 992px) {
   #tabs .infotab {
      padding-left: 0 !important;
   }
   #tabs .infotab #news {
      margin-left: 0 !important;
   }
}

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

footer {
   background-color: #fff;
   padding-top: 30px;
   padding-bottom: 30px;
   color: #666666;
   position: relative;
}

footer > .row {
   position: relative;
   z-index: 12;
}

@media (max-width: 767px) {
   footer > .row > * + * {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
   }
}

@media (max-width: 991px) {
   footer {
      border-top: 5px solid #008533;
   }
}

#innerfooter ul {
   padding: 0;
}

#innerfooter li {
   display: inline-block;
}

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

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

#innerfooter li + li::before {
   content: "•";
   margin: 0 15px;
   color: #666666;
}

@media (max-width: 767px) {
   #innerfooter li {
      display: block;
      text-align: center;
      padding: 5px;
      margin: 0;
   }
   #innerfooter li + li::before {
      display: none;
   }
   #innerfooter li + li {
      margin: 0;
   }
}

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

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

#vernetzt span {
   color: #666666;
}

#vernetzt span span {
   display: block;
}

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

#vernetzt b {
   color: #008533;
   font-weight: 400;
}
