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

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

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

a {
  color: #4f638c;
}

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

b,
strong {
  font-weight: 600;
}

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

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

#topbar {
  background-color: #ffffff;
  color: #aaaaaa;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  #topbar {
    row-gap: 15px;
  }
}

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

/* ------------------------------------------ language ------------------------------------------ */

#language {
  font-size: 1.125rem;
  line-height: 1;
}

#language a {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: 400;
}

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

#language a+a::before {
  content: "|";
  margin: 0 10px;
  color: #3c3c3c;
  position: relative;
  top: -1px;
}

#languageEinfach {
  background-color: rgba(255, 255, 255, 0.2);
}

#languageEinfach a:is(:hover, :focus, .language-active) img {
  background: #f0ead6;
}

/* language */

#languageEinfach {
  line-height: 0;
  height: 100%;
  padding: 8px 20px 6px 0px;
  flex-shrink: 0;
  background-color: #8e7fae;
  margin-right: 30px;
}

#languageEinfach h2 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #18141f;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
}

#languageEinfach a {
  position: relative;
}

#languageEinfach>a+a {
  border-left: 1px solid #222222;
  margin-left: 14px;
}

#languageEinfach img {
  padding: 2px 6px;
  margin: 0px 8px;
  transition: background-color 300ms linear;
}

/* ------------------------------------------- topbar2 ------------------------------------------ */

#topbar2 {
  padding-top: 30px;
  position: relative;
  margin-top: 5px;
}

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

  #topbar2::before {
    content: "";
    pointer-events: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: -30px;
    right: 0px;
    background: linear-gradient(to right, rgba(240, 234, 214, 1), rgba(255, 255, 255, 1));
  }

  #topbar2>.row>*:last-child {
    margin-top: -10px;
  }
}

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

.logo {
  display: inline-block;
  font-size: clamp(1rem, 1vw, 1.125rem);
  color: #3c3c3c;
  text-transform: uppercase;
  text-decoration: none !important;
}

.logo img {
  display: block;
}

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

  .logoMobil {
    padding: 15px 0;
    hyphens: auto;
    background: #ffffff;
  }
}

.logo :is(h1, h2, h3, h4, h5, h6) {
  color: #5a709f;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0;
}

.logo :is(h1, h2, h3, h4, h5, h6) :is(b, strong) {
  color: #3c3c3c;
  text-decoration: none;
  text-transform: none;
}

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

@media (min-width: 992px) {
  #style {
    margin-left: 30px;
  }

  #style h2 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #3c3c3c;
  }

  #style button,
  #contrast_style button {
    font-size: 1rem;
    border: none;
    color: #ffffff;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background-color: #5a709f;
    line-height: 1;
    transition: transform 150ms linear;
  }

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

  #style button:is(:hover, :focus),
  #contrast_style button:is(:hover, :focus) {
    background-color: #88b870;
    color: #18141f;
  }
}

#contrast_style button {
  color: #000000;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-family: "Khand", sans-serif;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 0;
}

#contrast_style button::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -6px;
  top: -6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -ms-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  border: solid 2px #fff;
}

#contrast_style *+* {
  margin-left: 10px;
}

#contrast_style button::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  border: solid 2px #fff;
}

#contrast_style button:nth-of-type(1)::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0.6) 50%);
}

#contrast_style button:nth-of-type(3)::after {
  background: #ea5b0c;
  border: solid 2px #fff;
}

#contrast_style h2 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #3c3c3c;
}

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

@media (max-width: 991px) {
  #menu {
    position: static !important;
    width: 100% !important;
    top: unset !important;
    left: unset !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;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  }

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #3c3c3c;
    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: #8e7fae;
    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 {
    position: relative;
  }

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

  #menu {
    background-color: rgba(142, 127, 174, 0.8);
  }

  .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;
    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:is(.open, :hover)>ul,
  nav.horizontally .navbar-nav li.open:focus-within>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.open>ul {
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden;
  }

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

/* toplevel */

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

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

@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 27px 18px 15px;
    text-align: center;
  }
}

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

nav.horizontally a:is([class*="toplevel"])[data-toggle="dropdown"]::after {
  content: "";
  position: absolute;
  display: block;
  right: 2px;
  right: 8px;
  top: 40%;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  display: inline-block;
  border-left: 2px solid #18141f;
  border-bottom: 2px solid #18141f;
  transform: rotate(-45deg);
  transition: border 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: #5a709f;
}

nav.horizontally .navbar-nav li[class*="toplevel"]:is(:hover, :focus-within)>a::after,
nav.horizontally .navbar-nav li[class*="toplevel"]>a:is(:hover, :focus)::after,
nav.horizontally .navbar-nav li[class*="toplevel"].open>a::after,
nav.horizontally .navbar-nav li[class*="toplevel"].open>a:is(:hover, :focus)::after,
nav.horizontally .navbar-nav li[class*="toplevel"][class*="_over"]>a::after,
nav.horizontally .navbar-nav li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) ::after {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #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: 6px;
    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*="toplevel"]>ul::before {
    height: 6px;
    left: 0;
    right: 0;
    top: -6px;
  }

  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: #3c3c3c;
  font-weight: 400;
  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: #5a709f;
  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: #5a709f;
  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, 600px);
  }

  #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%;
}

.slider-mask {
  display: block;
}

@media (min-width: 768px) {
  #headerpic .nivo-directionNav a {
    top: auto;
    bottom: 12px;
  }
}

@media (min-width: 1200px) {
  #headerpic .nivo-directionNav a {
    bottom: 20px;
  }

  #headerpic .nivo-controlNav {
    bottom: 10px;
  }
}

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

/* #region ------------------------------------ slogan ------------------------------------------ */

@media (max-width: 767px) {
  #slogan {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  #slogan {
    color: #ffffff;
    pointer-events: all;
  }

  #bannerOverlay {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 9;
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  #bannerOverlay {
    bottom: 90px;
  }
}

#slogan a {
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  border: 3px solid #fff;
  border-radius: 39px;
  color: #18141f;
  padding: clamp(10px, 1.5vw, 22px) clamp(15px, 2vw, 27px);
  margin-top: 20px;
  background: #88b870;
  backface-visibility: hidden;
  transition: transform 150ms linear;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #slogan a {
    background: #88b870;
  }
}

#slogan a:is(:hover, :focus) {
  background: #5a709f;
  color: #fff;
}

#slogan a+a {
  margin-left: clamp(15px, 2vw, 25px);
}

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

/* #endregion --------------------------------- slogan ------------------------------------------ */

/* ----------------------------------------------- @9ev events -------------------------------------------- */

#ev9 .tab {
  font-size: 1rem;
  color: #18141f;
  padding: 35px 30px 30px 30px;
  background-color: #8e7fae;
}

#ev9 .tab :is(h1, h2, h3, h4, h5, h6) {
  color: #18141f;
}

#ev9 .tabSpecial {
  margin-bottom: 20px;
}

#ev9 .tabHeadline {
  font-size: 1.625rem;
  color: #18141f;
  font-weight: 600;
  margin-bottom: 0;
  hyphens: auto;
}

#ev9 .tab_link_entry {
  border: none !important;
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  z-index: 12;
}

#ev9 .tab_link_entry+.tab_link_entry {
  margin-top: 30px;
}

#ev9 .tab_link_entry+.tab_link_entry::before {
  content: "";
  pointer-events: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: -30px;
  right: 0px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

#ev9 .tab_link_title a {
  color: #18141f;
  font-weight: 600;
}

#ev9 .tab_link_mandat a {
  color: #18141f;
}

#ev9 .tab_preview_picture,
#ev9 .vorschau,
#ev9 .tab_link .tab_link_mehr {
  display: none;
}

#ev9 .tab_link_entry .tab_spacer {
  height: 0;
}

#ev9 .tab_link_mehr {
  font-size: 0;
}

#ev9 .tab_link_mehr.tabmehr a {
  text-decoration: none !important;
  display: block;
  position: relative;
  text-align: right;
  bottom: -30px;
  left: -30px;
  right: -30px;
  width: calc(100% + 60px);
  color: #18141f;
  font-weight: 600;
  padding: 15px 30px;
  font-size: 1rem;
  background-color: #88b870;
  text-transform: uppercase;
}

#ev9 .tab_link_mehr.tabmehr a:hover,
#ev9 .tab_link_mehr.tabmehr a:focus {
  color: #ffffff;
  background-color: #4d6189;
}

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

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

main>.row {
  row-gap: 30px;
}

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

  #content:not(.no-padding-right) {
    padding-right: 30px;
  }
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
  color: #5a709f;
  font-weight: 600;
  line-height: 1.2;
  font-family: "League Spartan", sans-serif;
}

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

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

/* ----------------------------------------------- @6nw news -------------------------------------------- */

#nw6 {
  font-size: 1rem;
  padding-top: clamp(30px, 4vw, 65px);
  padding-bottom: clamp(30px, 3vw, 50px);
  background-color: #f0ead6;
}

#nw6 .tabHeadline {
  color: #4d6189;
  font-size: clamp(1.75rem, 3vw, 2.0625rem);
  font-weight: 600;
  margin-bottom: 5px;
}

#nw6>.row {
  row-gap: 30px;
}

#nw6 .tab_link_entries {
  display: grid;
  gap: 30px;
}

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

@media (min-width: 768px) {
  #nw6 .tab_link {
    margin-top: 18px;
  }

  #nw6 .tab_link_entries {
    grid-template-columns: repeat(3, 1fr);
  }
}

#nw6 .tab_link_entry {
  text-align: center;
  position: relative;
  width: 100%;
  border-bottom: none !important;
  padding: 340px 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0 60px 20px -50px rgba(0, 0, 0, 0.2);
}

#nw6 .tab_link_entry::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: center / cover no-repeat, #666666;
}

#nw6 .tab_link_entry .tab_preview_picture {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 300px;
  overflow: hidden;
  background: #ffffff;
}

#nw6 .tab_preview_picture img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

#nw6 .tab_date {
  position: absolute;
  display: inline-block;
  z-index: 1;
  left: 50%;
  top: 280px;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  padding: 4px 10px;
  background: #5a709f;
  transform: translateX(-50%);
}

#nw6 .tab_link_title a {
  color: #4f638c;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

#nw6 .tab_link_entry>div:nth-last-child(2) {
  font-size: 0;
  line-height: 0;
}

#nw6 a:hover,
#nw6 a:focus {
  text-decoration: none;
}

/* ----------------------------------------- @6nw tab_link_mehr_main ---------------------------------------- */

#nw6 .tab_link_mehr_main {
  color: transparent;
  font-size: 0;
  text-align: right;
}

#nw6 .tab_link_mehr_main a {
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  border: 3px solid #fff;
  border-radius: 28px;
  color: #ffffff;
  padding: clamp(10px, 1.5vw, 14px) clamp(15px, 2vw, 25px);
  margin-top: 20px;
  background: #4d6189;
  backface-visibility: hidden;
  transition: transform 150ms linear;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #nw6 .tab_link_mehr_main a {
    padding: 13px 55px;
  }
}

#nw6 .tab_link_mehr_main a:hover,
#nw6 .tab_link_mehr_main a:focus {
  color: #18141f;
  background: #88b870;
}

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

footer {
  background-color: #fff;
  padding: clamp(30px, 4vw, 50px) 0 0 0;
  color: #595959;
}

footer>.row {
  row-gap: 25px;
}

footer>.row>*:last-child {
  gap: 25px;
}

#logoFooter img {
  vertical-align: middle;
}

#logoFooter :is(h1, h2, h3, h4, h5) {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

#footerTab {
  margin-top: 15px;
  padding-top: 25px;
  font-size: 1rem;
  position: relative;
  padding-left: 30px;
  line-height: 2.2;
}

#footerTab img {
  vertical-align: middle;
}

#footerTab::before {
  content: "";
  pointer-events: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
  background: linear-gradient(to right, #4f638c, rgba(255, 255, 255, 1));
}

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

.footerKontakt {
  position: relative;
}

@media (min-width: 1200px) {
  .footerKontakt>.row::before {
    content: "";
    position: absolute;
    background: url(../img/eine-gruppe-verschiedener-multiracialer-schulkinder-in-uniform-mit-schultaschen.png) no-repeat;
    width: 610px;
    height: 160px;
    bottom: -35px;
    z-index: 0;
    pointer-events: none;
    right: -280px;
    display: block;
  }
}

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #8e7fae;
}

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

@media (max-width: 767px) {
  #innerfooter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #18141f;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
}

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

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

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

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

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

#vernetzt b,
#vernetzt strong {
  font-weight: 600;
}

#vernetzt span span {
  display: block;
}

/* --------------------------------------------- kontraste -------------------------------------------- */

.contrast_light_font #bannerOverlay,
.contrast_light #languageEinfach img,
.contrast_light #contrast_style button {
  background-color: #000000 !important;
}

.contrast_light_font .slider-wrapper,
.contrast_light_font .slider-wrapper *,
.contrast_light_font #headerpic {
  background-color: unset !important;
}