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

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

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
}

a {
  color: #b85500;
}

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

#content a {
  text-decoration: underline;
}

#content a:is(:hover, :focus) {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
  outline: 3px solid #0066ff !important;
}


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

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

#topbar {
padding: 15px 0 10px 0;
  border-top: solid 2px #f6821f;
}

@media (min-width: 992px) {
  #topbar > .row > *:last-child {
    margin-top: -10px;
  }
}

#topbar > .row {
  row-gap: 20px;
}
/* ----------------- Logo -------------------- */
#logo {
  align-items: center;
  align-content: center;
  gap: 20px;
  text-decoration: none;
}

#logo .logoImg img {
  display: block;
margin-bottom: 10px;
}

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

#logo .logoTxt {
  line-height: 1.2;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  color: #1c1c1c;
  font-weight: 400;
}

#logo .logoTxt :is(b, strong) {
  color: #b85500;
  font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}
/* ------------------------------------------- styler ------------------------------------------- */

@media (min-width: 992px) {
  #style {
    display: flex;
  }
  #style h2 {
    font-size: 1rem;
    color: #1c1c1c;
    font-weight: 400;
    margin: 10px 10px 0 0;
  }

  #style button {
    border: none;
    color: #1c1c1c;
    display: inline-block;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background: #f1f1f1;
    line-height: 1;
    font-size: 1rem;
    min-width: 38px;
    min-height: 38px;
    transition: background 150ms linear;
    align-content: center;
    vertical-align: middle;
  }

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

  #style button:is(:hover, :focus) {
    background-color: #f6821f;
  }
}

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

/* burgermenu for tablet */

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

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #b85500;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 10px;
    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: 16px;
  }

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

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

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

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 0;
    background: #ffffff;
    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 {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 101;
  }

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

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

/* menu desktop */

@media (min-width: 992px) {
  nav.horizontally {
    background-color: #ffffff;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0,  0.15);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  }

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

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

  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:is(.open:focus-within, :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-within) > ul {
    z-index: 1003;
  }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
  color: #1c1c1c;
  font-weight: 400;
  text-align: left;
  padding: 10px 15px 15px 15px;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}
nav.horizontally li[class*="toplevel"]:first-of-type > a {
  font-size: 0;
min-height: 80px;
  min-width: 38px;
}
.is-sticky nav.horizontally li[class*="toplevel"]:first-of-type > a {
  min-height: 60px;
}
nav.horizontally li[class*="toplevel"]:first-of-type::before {
  content: "";
  position: absolute;
  background: url(../img/icon-home.png) no-repeat;
  width: 28px;
  height: 31px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none;
  left: 0;
  right: 0;
  display: block;
}
@media (max-width: 991px) {
  nav.horizontally li[class*="toplevel"]:first-of-type::before{
top: 10px;
  left:15px;
  bottom: unset;
right:unset;
  }
  nav.horizontally li[class*="toplevel"]:first-of-type > a {
  font-size: 0;
min-height: 49px;
  min-width: 38px;
}
}

@media (max-width: 991px) {
  nav.horizontally a[class*="toplevel"].dropdown-toggle {
    padding-right: 35px;
  }
  nav.horizontally a[class*="toplevel"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
}

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

  nav.horizontally a[class*="toplevel"] {
    text-align: center;
padding: 28px 0;
transition: padding 300ms linear;
  }
  .is-sticky nav.horizontally a[class*="toplevel"] {
padding: 18px 0;
  }
}

@media (min-width: 992px) {
  nav.horizontally a[class*="toplevel"]::before {
    left: calc(50% - 15px);
  }
}

/* toplevel-over */

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

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within) > a::before,
nav.horizontally li[class*="toplevel"] > a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"].open > a::before,
nav.horizontally li[class*="toplevel"].open > a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"][class*="_over"] > a::before,
nav.horizontally li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus)::before {
  opacity: 1;
}

/* 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*="toplevel"] > ul {
    padding: 10px 0;
  }
}

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

  nav.horizontally [class*="toplevel"] > ul {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 50%;
    transform: translate(-50%, 0);
  }

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

  nav.horizontally [class*="secondlevel"] > ul::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    top: 0;
    bottom: 0;
    left: -10px;
  }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  color: #1c1c1c;
  font-weight: 400;
  text-align: center;
  padding: 8px 25px;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 991px) {
  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    text-align: left;
  }
  nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

  nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
    padding-right: 35px;
  }
}

/* secondlevel + thirdlevel over */

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

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

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

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

@media (min-width: 992px) {
  body.index #slider {
    max-height: clamp(400px, 62vw, 650px);
  }

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

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

#headerpic {
  padding: 0;
  position: relative;
  border-bottom: solid 2px #f6821f;
}

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

.slider-mask {
  display: none;
}

/* #region -------------------------------- scroll bottom --------------------------------------- */

#scrollBottom {
  font-size: 0;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #f6821f;
  animation: bounceAni 2s infinite 2s;
  transition: all 0.2s ease-in;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 20px;
  z-index: 50;
}

@media (min-width: 768px) {
  #scrollBottom {
    bottom: 45px;
  }
}

#scrollBottom:is(:hover, :focus) {
  animation-play-state: paused;
}

#scrollBottom::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 1px;
  margin-top: 13px;
  display: inline-block;
  border-left: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  transform: rotate(-45deg);
  transition: border 300ms linear;
}

@keyframes bounceAni {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

#scrollBottom:is(:hover, :focus) {
  background-color: #f1f1f1;
}

/* #endregion ----------------------------- scroll bottom --------------------------------------- */

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

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

/* ------------------------------------------- Aktuelles ------------------------------------------ */
#meldungenBereich {
  margin: 30px 0 60px 0;
}
/* --------------------------- Aktuelles Tab ------------------- */

.tabMeldungen {
  padding: 30px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 10px;
  color: #1c1c1c;
  font-size: 1.125rem;

}

@media (max-width: 991px) {
  .tabMeldungen{
   margin-right: 15px;
  margin-left: 15px;
    
  }
}
.tabMeldungen .tabHeadline {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5625rem, 6vw, 2.1875rem);
  color: #1c1c1c;
    hyphens: auto;
    margin-bottom:25px;;
}

.tabMeldungen a {
  color: #1c1c1c;
  font-size: 1rem;
  background-color: #f1f1f1;
  padding: 7px 15px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: 400;
}
.tabMeldungen a:is(:hover, :focus) {
  background-color: #f6821f;
}
/* --------------------------- Aktuelles Slider ------------------- */
#nw23 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

#nw23 .tab_link_entry {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 35px;
  font-size: 1rem;
  border-bottom: none !important;
  border-radius: 10px;
}

#nw23 .tab_link_entry {
  padding-left: 395px;
  min-height: 285px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  color: #1c1c1c;
  font-size: 1rem;
  height: 100%;
}

#nw23 .tab_link_entry #nw23 .tab_preview_picture {
  background: #fff;
}

#nw23 .tab_link_entry::before,
#nw23 .tab_preview_picture {
  max-width: 370px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}



@media (max-width: 767px) {
  #nw23 .tab_link_entry {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 280px;
  }

  #nw23 .tab_link_entry::before,
  #nw23 .tab_preview_picture {
    max-width: 100%;
    max-height: 250px;
      border-top-left-radius: 10px;
  border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
}

#nw23 .tab_date {
  font-style: italic;
  margin-bottom: clamp(20px, 3vw, 40px);
}

#nw23 .tab_preview_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
    border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 767px) {
  #nw23 .tab_preview_picture img{
         border-top-left-radius: 10px;
  border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    
  }
}

#nw23 .tab_link_entry::before {
  content: "";
  background: no-repeat center / cover;
}

#nw23 .tab_link_title {
  order: -1;
}

#nw23 .tab_spacer {
  display: none;
}

#nw23 .tab_link_title a {
  font-size: clamp(1.25rem, 2vw, 1.6875rem);
  font-weight: 700;
  color: #b85500;
  line-height: 1.2;
}

#nw23 .tab_link_mehr {
  font-size: 0px;
}

#nw23 .tab_link_mehr a {
  color: #1c1c1c;
  font-size: 1rem;
  background-color: #f1f1f1;
  padding: 7px 15px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: 400;
}

#nw23 .tab_link_mehr a:hover,
#nw23 .tab_link_mehr a:focus {
  background-color: #f6821f;
}

#nw23 .slick-slide {
  padding: 15px;
  display: flex;
  align-items: stretch;
}

#nw23 .noPadding {
  padding: 0px;
}
#nw23 .slick-track {
  display: flex;
}
#nw23 .slick-track > .slick-slide {
  height: auto;
  display: flex;
}

#nw23 .slick-dots button,
#nw23 .slick-button {
  background: transparent;
  border: none;
  padding: 5px;
}

#nw23 .slick-button {
  font-size: 0px;
  position: relative;
  top: 4px;
}

#nw23 .slick-prev {
  margin-left: 14px;
}

@media (max-width: 767px) {
  #nw23 .slick-next {
    margin-left: 14px;
  }
}

#nw23 .slick-button::before {
  font-size: 40px;
  line-height: 9px;
  height: 20px;
  display: block;
  color: #000000;
}

#nw23 .slick-button::after {
  content: "";
  pointer-events: none;
  width: 0;
  height: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition:
    width 200ms linear,
    height 200ms linear;
}

#nw23 .slick-button:focus::after,
#nw23 .slick-button:hover::after {
  width: 28px;
  height: 28px;
}

@media (max-width: 767px) {
  #nw23 .slick-button::after,
  #nw23 .slick-button::after {
    width: 28px;
    height: 28px;
  }
}

#nw23 .slick-dots {
  padding: 0 15px;
  list-style: none;
}

#nw23 .slick-dots > li {
  font-size: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #1c1c1c;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  position: relative;
}

#nw23 .slick-dots,
#nw23 .slick-button {
  display: inline-block !important;
}

@media (max-width: 767px) {
  #nw23 .slick-dots {
    display: none !important;
  }
}

#nw23 .slick-dots > li.slick-active {
  background: #f6821f;
  transition: background 200ms linear;
}

#nw23 .slick-dots > li + li {
  margin-left: 10px;
}

#nw23 .slick-prev::before {
  content: "\2039";
}

#nw23 .slick-next::before {
  content: "\203A";
}

/* slider 1 stop/play button for accessibility -------------------- */

#nw23 .slick-animate-control {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 30px;
  height: 30px;
  top: -5px;
  left: 10px;
  background-color: #000;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

#nw23 .slick-animate-control.slick-pause {
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}
/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
  color: #1c1c1c;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

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

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

h3,
.h3,
.legacy_h3 {
  font-size: clamp(1.75rem, 4vw, 2rem);
}

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

h5,
.h5,
.legacy_h5 {
  font-size: clamp(1.5rem, 4vw, 1.75rem);
}

h6,
.h6,
.legacy_h6 {
  font-size: clamp(1.375rem, 4vw, 1.625rem);
}

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

#footer {
  color: #1c1c1c;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border-top: solid 2px #f6821f;
  hyphens: auto;
}

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

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

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

#footerTab {
  font-size: 1.125rem;
}
#footerTab a {
  text-decoration: underline;
}
#footerTab a:is(:hover, :focus) {
  text-decoration: none;
}

#footerTab :is(h1, h2, h3, h4, h5, h6) {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
/* --------------------------------------------- vernetzt -------------------------------------------- */

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

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

#vernetzt span span {
  display: block;
}

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

#innerfooter {
  font-size: 1rem;
  color: #1c1c1c;
padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6821f;
}

#innerfooter ul {
  padding: 0 !important;
}

#innerfooter li {
  display: inline-block;
}

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

#innerfooter a:hover,
#innerfooter a:focus {
  color: #1c1c1c;
  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;
  }
}
