@import url("https://fonts.verwaltungsportal.de/import/?family=Source+Sans+3:300,400,500,600,700,300i,400i,500i,600i,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Chau+Philomene+One:300,400,500,600,700,300i,400i,500i,600i,700i");

html {
  max-width: 1930px;
  margin-left: auto;
  margin-right: auto;
  background: #dce4db;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  scrollbar-color: #457741 #ffffff;
  scrollbar-width: thin;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #232323;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
}

a {
  color: #457741;
}

a:is(:hover, :focus) {
  color: #457741;
  text-decoration: underline;
}

b,
strong {
  font-weight: 600;
}

.overflow {
  overflow: clip;
  position: relative;
}

#topbar2 {
  padding: 15px 0;
}

.topbarInhalt {
  margin-top: 20px;
}

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

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

@media (max-width: 991px) {
  .logo img {
    max-width: calc(100vw - 120px);
    width: 100%;
    max-height: 50px;
  }
}

/* #region ----------------------------------- search ------------------------------------------- */

#search {
  background: #ededed;
  position: relative;
  border-radius: 30px;
  width: 100%;
}

@media (min-width: 992px) {
  #search {
    min-width: 240px;
    max-width: 380px;
    width: auto;
    margin-right: 16px;
  }
}

#search_input {
  color: #232323;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  background: transparent;
  border: 0;
  width: 100%;
  border-radius: 30px;
  padding: 7px 14px;
  line-height: 1;
}

#search_submit {
  border: 5px solid #ffffff;
  background: #457741 url("../img/icon-lupe.png") center / 14px 14px no-repeat;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: -5px -5px -5px 0;
  font-size: 0;
  aspect-ratio: 1/1;
  min-width: 48px;
  flex-shrink: 0;
  transition: transform 150ms linear;
}

@media (min-width: 768px) {
  #search_submit:is(:hover, :focus) {
    transform: scale(1.2);
  }
}

#search input::placeholder {
  color: #232323 !important;
  opacity: 1 !important;
  font-style: italic !important;
}

.tabSocial img {
  vertical-align: middle;
}

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

/* #endregion -------------------------------- search ------------------------------------------- */

/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
  #menu-wrapper {
    margin-top: 70px;
  }

  #burgerButton {
    font-size: 0;
    border: none !important;
    display: block;
    height: 40px;
    width: 46px;
    border-radius: 2px;
    padding: 3px;
    cursor: pointer;
    background-color: #ffffff;
    position: absolute;
    z-index: 1002;
    right: 12px;
    top: 50%;
    margin-top: -20px;
  }

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #457741;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 2px;
    transition: transform 200ms linear, opacity 200ms linear;
  }

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

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

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

  #burgerButtonInner {
    top: 11px;
  }

  #burgerButton::before {
    top: 19px;
    content: "";
  }

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

  .navbar-nav {
    margin: 20px 0;
  }

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 70px;
    background: #457741;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 100;
    height: auto !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    overflow-y: auto;
    transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
    box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
  }

  .navbar-collapse:is([aria-expanded="true"], .in) {
    left: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
  }

  .navbar-header {
    height: 70px;
    line-height: 1;
    padding: 10px 15px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  }

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

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

/* menu desktop */

@media (min-width: 992px) {
  nav.horizontally {
    position: relative;
  }

  .sticky-wrapper,
  #menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }

  #menu {
    background-color: #457741;
  }

  .sticky-wrapper #menu {
    top: 0;
  }

  .is-sticky #menu {
    left: unset !important;
    right: unset !important;
  }

  nav.horizontally .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    flex-wrap: wrap;
  }

  nav.horizontally .navbar-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms linear;
  }

  nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
    left: 100%;
    top: 0;
  }

  nav.horizontally .navbar-nav li {
    position: relative;
  }

  nav.horizontally .navbar-nav li.open>ul {
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden;
  }

  nav.horizontally .navbar-nav li:is(:hover)>ul,
  nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible;
  }

  nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
    z-index: 1003;
  }
}

/* toplevel */

nav.horizontally .navbar-nav a[class*="toplevel"] {
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  padding: 10px 35px 15px 35px;
  text-transform: uppercase;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

nav.horizontally .navbar-nav li[class*="toplevel"]+li {
  border-top: 1px solid #ffffff;
}

@media (min-width: 992px) {
  nav.horizontally .navbar-nav li[class*="toplevel"]+li {
    margin-left: 20px;
    border: none;
  }

  nav.horizontally .navbar-nav a[class*="toplevel"] {
    padding: 18px 4px;
    text-align: center;
  }

  nav.horizontally li[class*="toplevel"]+li::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: auto 0;
    left: -50%;
    border-radius: 40px;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 2;
    transform: translate(-50%);
  }

  nav.horizontally a[class*="toplevel"] {
    padding: 25px 50px 27px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }
}

nav.horizontally .navbar-nav a[class*="toplevel"]::before {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 300ms linear, background-color 300ms linear;
}

/* toplevel-over */

nav.horizontally .navbar-nav li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally .navbar-nav li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally .navbar-nav li[class*="toplevel"].open>a,
nav.horizontally .navbar-nav li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally .navbar-nav li[class*="toplevel"][class*="_over"]>a,
nav.horizontally .navbar-nav li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
  color: #ffffff;
  background-color: transparent;
}

nav.horizontally .navbar-nav li[class*="toplevel"]:is(:hover, :focus-within)>a::before,
nav.horizontally .navbar-nav li[class*="toplevel"]>a:is(:hover, :focus)::before,
nav.horizontally .navbar-nav li[class*="toplevel"].open>a::before,
nav.horizontally .navbar-nav li[class*="toplevel"].open>a:is(:hover, :focus)::before,
nav.horizontally .navbar-nav li[class*="toplevel"][class*="_over"]>a::before,
nav.horizontally .navbar-nav li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::before {
  width: 100%;
  background-color: #ffffff;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  nav.horizontally [class*="secondlevel"]>ul {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  nav.horizontally [class*="toplevel"] ul {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  nav.horizontally [class*="toplevel"]>ul {
    margin-top: 0px;
    left: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  nav.horizontally [class*="secondlevel"]>ul {
    margin-left: 6px;
    margin-top: -30px;
    border-radius: 4px;
  }

  nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
    content: "";
    position: absolute;
    display: block;
  }

  nav.horizontally [class*="secondlevel"]>ul::before {
    width: 6px;
    top: 0;
    bottom: 0;
    left: -6px;
  }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  color: #232323;
  font-weight: 300;
  text-align: left;
  padding: 6px 35px;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (min-width: 992px) {
  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* secondlevel + thirdlevel over */

nav.horizontally li[class*="secondlevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="secondlevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="secondlevel"].open>a,
nav.horizontally li[class*="secondlevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="secondlevel"][class*="_over"]>a,
nav.horizontally li[class*="secondlevel"][class*="_over"]>a:is(:hover, :focus) {
  background: #457741;
  color: #ffffff;
}

nav.horizontally li[class*="thirdlevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="thirdlevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="thirdlevel"].open>a,
nav.horizontally li[class*="thirdlevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="thirdlevel"][class*="_over"]>a,
nav.horizontally li[class*="thirdlevel"][class*="_over"]>a:is(:hover, :focus) {
  background: #457741;
  color: #ffffff;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* #region ------------------------------------ banner ------------------------------------------ */

#slider {
  max-height: clamp(300px, 46vw, 450px);
  position: relative;
}

@media (min-width: 992px) {
  body.index #slider {
    max-height: clamp(450px, 64vw, 716px);
  }

  #headerpic a.nivo-prevNav {
    left: 65px;
  }

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

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

#headerpic {
  padding: 0;
  overflow: hidden;
  position: relative;
}

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

@media (min-width: 992px) {
  .index .slider-mask {
    display: block;
    background: linear-gradient(0deg, rgba(237, 237, 237, 0.85), rgba(237, 237, 237, 0) 40%);
  }
}

/* #endregion --------------------------------- banner ------------------------------------------ */

/* ----------------------------------------------- @4nw news -------------------------------------------- */

@media (min-width: 992px) {
  #nw4 {
    position: relative;
    z-index: 60;
    margin-top: -200px;
  }
}

#nw4 .tab_link_entries {
  position: relative;
  display: grid;
  gap: clamp(30px, 4vw, 60px);
}

@media (min-width: 992px) {
  #nw4 .tab_link_entries {
    grid-template-columns: repeat(2, 1fr);
  }
}

#nw4 .tab_link_entry {
  position: relative;
  font-size: 1rem;
  padding: 20px;
  hyphens: auto;
  background: #ffffff;
  border-bottom: none !important;
}

#nw4 .tab_link_title a {
  display: block;
  color: #457741;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: clamp(20px, 3vw, 30px);
  font-family: 'Chau Philomene One', sans-serif;
}

#nw4 .tab_link_mandat a {
  color: inherit;
}

#nw4 .tab_link_entry::after,
#nw4 .tab_preview_picture {
  position: absolute;
  display: block;
  overflow: hidden;
}

#nw4 .tab_link_entry::after {
  content: "";
  background: center / cover no-repeat, #ffffff;
}

#nw4 .tab_preview_picture {
  background: #ffffff;
}

#nw4 .tab_preview_picture img {
  position: absolute;
  z-index: 2;
  margin: 0 !important;
  left: 50%;
  top: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  max-width: 350px;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
  #nw4 .tab_link_entry {
    margin-top: 190px;
  }

  #nw4 .tab_link_entry::after,
  #nw4 .tab_preview_picture {
    top: -190px;
    width: 100%;
    height: 170px;
    left: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  #nw4 .tab_link_entry {
    margin-left: 210px;
    min-height: 105px;
  }

  #nw4 .tab_link_entry::after,
  #nw4 .tab_preview_picture {
    top: 0;
    left: -210px;
    width: 190px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  #nw4 .tab_link_entry>* {
    width: 100%;
  }

  #nw4 .tab_link_entry {
    position: relative;
    margin-left: 285px;
    min-height: 277px;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 30px 20px;
  }

  #nw4 .tab_link_entry::after,
  #nw4 .tab_preview_picture {
    left: -285px;
    top: 0;
    width: 270px;
    height: 100%;
  }

  #nw4 .vorschau {
    opacity: 1;
    font-weight: 400;
  }
}

#nw4 .tab_spacer {
  display: none;
}

#nw4 .tab_link_date {
  order: 1;
}

#nw4 .tab_link_title {
  order: 2;
}

#nw4 .vorschau {
  order: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

#nw4 .tab_link_mehr {
  order: 4;
}

/* ----------------------------------------- @4nw tab_link_mehr ---------------------------------------- */

#nw4 .tab_link_mehr {
  margin-top: 20px;
  color: transparent;
  font-size: 0;
  text-align: right;
}

#nw4 .tab_link_mehr a {
  font-family: 'Chau Philomene One', sans-serif;
  text-decoration: none;
  font-size: 1rem;
  color: #457741;
  transition: color 300ms linear;
}

#nw4 .tab_link_mehr a:hover,
#nw4 .tab_link_mehr a:focus {
  color: #2c5e2a;
}

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

#content {
  text-align: left;
  padding-bottom: clamp(30px, 4vw, 60px);
  padding-top: 30px;
}

/* ----------------------------------------------- @3nw news / events -------------------------------------------- */

#news {
  background-color: #ededed;
  padding: 55px 0;
}

#news h2 {
  color: #457741;
  font-weight: 400;
  font-size: 1.875rem;
  font-style: normal;
  margin-bottom: 0;
  font-family: "Chau Philomene One", sans-serif;
}

#news .tab_link_entries {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}

@media (min-width: 576px) {
  #news .tab_link_entries {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  #news .tab_link_entries {
    grid-template-columns: repeat(3, 1fr);
  }
}

#news .tab_link_entry {
  font-size: 1rem;
  position: relative;
  background: #ffffff;
  padding: 290px 20px 70px 20px;
  border: none !important;
}

#news .tab_link_entry::after {
  content: "";
  position: absolute;
  display: block;
  top: 225px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: #ffffff url('../img/icon-aktuelles.png') center no-repeat;
  border-radius: 50%;
  z-index: 2;
}

#news .tab_link_entry::before,
#news .tab_link_entry .tab_preview_picture {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  overflow: hidden;
}

#news .tab_link_entry::before {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#news .tab_preview_picture img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .tab_link_title a {
  font-weight: 400;
  font-size: 1.25rem;
  display: block;
  color: #457741;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Chau Philomene One", sans-serif;
}

#news .tab_date {
  font-size: 1rem;
}

#news .tab_link_entry .tab_link_mehr {
  font-size: 0;
}

#news .tab_link_entry .tab_link_mehr a {
  font-family: 'Chau Philomene One', sans-serif;
  text-decoration: none;
  font-size: 1rem;
  color: #457741;
  transition: color 300ms linear;
}

#news .tab_link_entry .tab_link_mehr :is(a:hover, :focus) {
  color: #2c5e2a;
}

#news .tab_spacer {
  height: 5px;
}

/* -----------------------------------------  tab_link_mehr ---------------------------------------- */

#nw4 .tab_link_mehr2 {
  text-align: right;
  color: transparent;
  font-size: 0;
}

#news .tabSpecialButton a,
#nw4 .tab_link_mehr2 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  padding: 8px 30px;
  background: #457741;
  transition: all 300ms linear;
  border-radius: 20.5px;
}

#news .tabSpecialButton a:hover,
#news .tabSpecialButton a:focus,
#nw4 .tab_link_mehr2 a:hover,
#nw4 .tab_link_mehr2 a:focus {
  color: #457741;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
  color: #457741;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Chau Philomene One", sans-serif;
}

h1,
.h1,
.legacy_h1 {
  font-size: clamp(1.75rem, 4vw, 2.1875rem);
}

h2,
.h2,
.legacy_h2 {
  font-size: clamp(1.75rem, 3.5vw, 2rem);
}

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
  font-size: 1.625rem;
}

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

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

/* ----------------------------------------------- @2f footer ----------------------------------------------- */

#footer {
  color: #232323;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  font-size: 1.125rem;
}

body:not(.index) #footer {
  border-top: solid 3px rgba(69, 119, 65, 0.5);
}

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

@media (min-width: 768px) and (max-width: 991px) {
  #footer>.row>*+* {
    margin-top: 30px;
  }
}

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

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

/* --------------------------------------------- logoFooter -------------------------------------------- */

#logoFooter {
  display: inline-block;
}

#logoFooter img {
  display: block;
  max-width: 80%;
}

/* --------------------------------------------- footerTab -------------------------------------------- */

#footerTab {
  font-size: 1.125rem;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 2px solid rgba(69, 119, 65, 0.4);
  line-height: 1.2;
}

#footerTab a {
  text-decoration: underline;
}

/* ----------------------------------------------- scrollTop ----------------------------------------------- */
@media (min-width: 1200px) {
  .vernetztBereich {
    margin-top: 40px;
  }
}

#scrollTop {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  opacity: 1 !important;
  max-width: 170px;
  padding: 10px 20px;
  margin: 0 auto 25px auto;
  border-radius: 30px;
  background-color: #457741;
}

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

#scrollTop:hover,
#scrollTop:focus {
  color: #457741;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#scrollTop span {
  position: relative;
  display: inline-block;
  font-size: 0;
  height: 35px;
  width: 18px;
  margin-right: 4px;
  transition: border-radius 300ms linear;
}

#scrollTop span::after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -1px;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(-45deg);
  transition: 300ms all linear;
}

#scrollTop:is(:hover, :focus) span::after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -1px;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border-right: 2px solid #457741;
  border-top: 2px solid #457741;
  transform: rotate(-45deg);
}

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

#vernetzt {
  gap: 12px;
  text-align: right;
  font-size: 0.9375rem;
  color: #232323;
  line-height: 1.3;
  text-decoration: none;
}

#vernetzt span span {
  display: block;
}

#vernetzt :is(b, strong) {
  font-weight: 700;
}

/* ---------------------------------------------- innerfooter ---------------------------------------------- */

#innerfooter {
  font-size: 0.875rem;
  color: #ffffff;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #457741;
  text-transform: uppercase;
}

#innerfooter ul {
  padding: 0 !important;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

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

#innerfooter li+li::before {
  content: "•";
  margin: 0 10px;
}

@media (min-width: 992px) {
  #innerfooter li+li::before {
    margin: 0 15px;
  }
}

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

  #innerfooter li+li::before {
    display: none;
  }
}