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

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

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

a {
  color: #db0614;
}

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

b,
strong {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .row,
  .compact,
  ._op-container .container {
    max-width: 1440px !important;
    width: 100%;
  }
}

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


/* ----------------------------------------------- @tp2 topbar ----------------------------------------------- */

#tp2 {
    overflow: hidden;
    position: relative;
}

#tp2 div.col-xs-12 {
    padding: 0px;
}

#tp2::before {
    content: '';
    width: 100%;
    height: 10px;
    background: #db0614;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

#tp2 .optionsbar {
    background-color: #0076ad;
    margin-left: auto;
    min-height: 38px;
    border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
    #tp2 .optionsbar {
        margin-right: auto;
        margin-left: unset !important;
    }
}

#tp2 .optionsbar::after {
    content: '';
    width: 50vw;
    position: absolute;
    top: 0;
    right: -50vw;
    pointer-events: none;
    background-color: #005896;
    display: inline-block;
    height: 100%;
}

@media (max-width: 991px) {
    #tp2 .optionsbar::after {
        right: unset !important;
        left: -50vw;
        background-color: #005896;
    }
}

#tp2 h2 {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 400;
  margin-bottom: 0;
}
/* -------------------------------------------- contrast_style -------------------------------------------- */

#contrast_style {
    padding-left: 25px;
    padding-right: 17px;
}

#contrast_style h2 {
  max-width: 60px;
}

#contrast_style button {
    display: inline-block;
    color: #000000;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    transition: background 300ms linear;
}

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

#contrast_style button:hover,
#contrast_style button:focus {
    background-color: rgba(255, 255, 255, 0.8);
}

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

@media (min-width: 992px) {
    #style {
        padding-left: 5px;
        padding-right: 5px;
        border-left: 1px solid rgba(255, 255, 255, 0.50);
    }

    #style button {
        font-size: 20px;
        background: transparent;
        padding: 0;
        border: none;
        color: #ffffff;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        position: relative;
        width: 25px;
        height: 20px;
        line-height: 1;
        margin: 0 3px;
        -webkit-transition: color 150ms linear;
        -moz-transition: color 150ms linear;
        -ms-transition: color 150ms linear;
        -o-transition: color 150ms linear;
        transition: color 150ms linear;
    }

    #style button+button::before {
        content: '';
        position: absolute;
        pointer-events: none;
        display: inline-block;
        left: -3px;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background: #ffffff;
    }

    #style button:hover {
        color: #ffffff;
        text-decoration: underline;
    }

    #style button:focus-visible {
        outline: 2px auto
    }
}



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

#logo {
  display: inline-block;
  margin: 10px 0;
}

#logo img {
  display: block;
}

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

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

#search {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding-top: 16px;
}
.tablogo {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding-top: 16px;
}

@media (min-width: 1200px) {
  #search {
    padding: 16px 9px 16px 24px;
  }
}

@media (min-width: 992px) {
  #search {
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 clamp(15px, 2vw, 30px);
    padding: 10px 16px;
    flex: 0 0 auto;
  }
  .tablogo {
    border-top: none;
  }
}

#search img {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid transparent;
  transition: border 200ms linear;
}

@media (min-width: 992px) {
  #search img {
    padding: 4px;
  }
  .tabLogo {
    padding: 4px;
  }
}

#search:is(:hover, :focus) img {
  border-color: #032946;
}

/* #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: #0076ad;
    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: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
  }

  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, :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 a[class*="toplevel"] {
  color: #2d2d2d;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 991px) {
  nav.horizontally a[class*="toplevel"].dropdown-toggle {
    padding-right: 35px;
  }
}

@media (min-width: 1200px) {
  nav.horizontally a[class*="toplevel"] {
    padding: 50px 15px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border-radius: 30px 30px 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  nav.horizontally a[class*="toplevel"] {
    padding: 15px 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border-radius: 30px 30px 0 0;
  }
}

/* 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) {
  background-color: #0076ad;
  color: #fff;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
  padding: 10px 0;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

@media (min-width: 992px) {
  nav.horizontally [class*="toplevel"] > ul {
    left: 50%;
    margin-top: 10px;
    transform: translate(-26%, 0);
  }

  nav.horizontally [class*="secondlevel"] > ul {
    margin: -10px 0 0 10px;
  }

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

  nav.horizontally [class*="toplevel"] > ul::before {
    height: 10px;
    left: 0;
    right: 0;
    top: -10px;
  }

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
  background-color: transparent;
  color: #494949;
  font-weight: 400;
  text-align: left;
  padding: 8px 30px;
  position: relative;
  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[class*="secondlevel"].dropdown-toggle2 {
    padding-right: 35px;
  }
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 0;
  background-color: #db0614;
  transition: width 200ms linear;
}

/* 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) {
  color: #0076ad;
  background-color: transparent;
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within) > a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]) > a:is(:hover, :focus)::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open > a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open > a:is(:hover, :focus)::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] > a::after,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] > a:is(:hover, :focus)::after {
  width: 22px;
}

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

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

#slider,
#headerpic {
  padding: 0;
  overflow: hidden;
  position: relative;
  max-height: clamp(300px, 52vw, 530px);
}

#headerpic {
  background-color: rgba(0, 0, 0, 0.01);
}
.theme-nivo .nivo-controlNav .slick-dots li,
.nivo-directionNav a,
a.nivo-control,
a.nivo-control.active,
.nivo-controlNav span {
  color: #ffffff !important;
}

@media (min-width: 992px) {
  #headerpic a.nivo-prevNav {
    left: 65px;
  }

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

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

.slider-mask {
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 100%);
}

#slogan {
  position: relative;
  pointer-events: auto;
  padding-top: 15px;
  color: #2d2d2d;
  line-height: 1.2;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}

#slogan :is(h2, h3, h4, h5, h6) {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 400;
  margin: 0;
}

#slogan a {
  color: #fff;
  background-color: #db0614;
  border-radius: 24px;
  display: inline-block;
  padding: 9px 35px;
  margin-top: clamp(15px, 2vw, 25px);
  text-decoration: none;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 400;
}

@media (max-width: 767px) {
  #slogan {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  #slogan,
  #slogan :is(h2, h3, h4, h5, h6) {
    color: #ffffff;
  }

  #slogan a {
    color: #ffffff;
    border-color: #ffffff;
  }
}

#slogan a:is(:hover, :focus) {
  background: #0076ad;
}

#slogan :is(b, strong) {
  text-transform: none;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  #bannerOverlay {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 45px;
    left: 0;
    z-index: 53;
    pointer-events: none;
    border: none;
  }
}

/* ------------------------------------------------ main ----------------------------------------------- */

main {
  text-align: left;
}

#contentBox {
    padding-top: clamp(30px, 4vw, 55px);
    padding-bottom: clamp(30px, 5vw, 90px);
}

@media (min-width: 992px) {
  #contentBox {
    padding-right: 50px;
  }
}

.tabsBox {
  margin-top: 60px;
}

/* ----------------------------------------------- @1nw news -------------------------------------------- */

#nw1 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  
}

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

#nw1 .tabHeadline {
  color: #0076ad;
  hyphens: auto;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

#nw1 .tab,
#nw1 .tab_link,
#nw1 .tab_link > div {
  height: 100%;
  min-height: 100%;
}

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

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

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

#nw1 .tab_link_entry {
  font-size: 1rem;
  position: relative;
  width: 100%;
  border-radius: 20px;
  padding: 160px 30px 30px 30px;
  background: #ffffff;
  color: #2d2d2d;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

#nw1 .vorschau {
  opacity: 1;
}

#nw1 .tab_preview_picture {
  background: #ffffff;
}

#nw1 .tab_link_entry::before,
#nw1 .tab_link_entry .tab_preview_picture {
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 120px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

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

#nw1 .tab_preview_picture img {
  position: absolute;
  margin: 0 !important;
  left: 50%;
  top: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  max-width: 350px;
  width: auto;
  height: auto;
  -ms-interpolation-mode: bicubic;
  transform: translateX(-50%) translateY(-50%);
}

#nw1 .tab_date {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: -1px;
  top: 105px;
  font-weight: 600;
  color: #2d2d2d;
  font-size: 0.75rem;
  padding: 6px 20px;
  background: #a5de62;
  border-radius: 0 15px 15px 0;
}

#nw1 .tab_link_title a {
  color: #fff;
  background-color: #0076ad;
  border-radius: 24px;
  display: inline-block;
  padding: 7px 25px;
  margin-top: clamp(15px, 2vw, 25px);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
}

#nw1 .tab_link_entries + div,
#nw1 .tab_link_entries .tab_spacer,
#nw1 .tab_link_entry > div:nth-last-child(2) {
  display: none;
}

/* ------------------------------------------- @1nw buttonStyle ------------------------------------------- */

#nw1 .buttonStyle {
  text-align: right;
}

#nw1 .buttonStyle a {
  color: #fff;
  background-color: #db0614;
  border-radius: 24px;
  display: inline-block;
  padding: 10px 25px;
  margin-top: clamp(15px, 2vw, 25px);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  #nw1 .buttonStyle a + a {
    margin-left: 12px;
  }
}

#nw1 .buttonStyle a:hover,
#nw1 .buttonStyle a:focus {
  color: #ffffff;
  background: #0076ad;
}

/* ------------------------------------------------ @1tab ----------------------------------------------- */

@media (max-width: 991px) {
  #tab1 {
    padding: 30px 0;
  }

  #tab1 > .row > *:not(:first-child) + * {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  #tab1 > .row > * + * {
    margin-top: 30px;
  }
}

#tab1 .tab :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.25rem;
  font-weight: 600;
  color: #444444;
}

#tab1 .tab img {
  margin: -20px -20px 30px -20px;
  display: block;
  width: calc(100% + 40px) !important;
  min-width: calc(100% + 40px) !important;
  border-radius: 20px 20px 0 0;
}

#tab1 .tabHeadline {
  color: #0076ad;
  hyphens: auto;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

#tab1 .tab {
  padding: 20px;
  min-height: 100%;
  background-color: #f8ec62;
  color: #2d2d2d;
  font-weight: 400;
  hyphens: auto;
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
#tab1 .orange {
  background-color: #ffad05;
}
#tab1 .purple {
  background-color: #e5beed;
}
#tab1 .tab a {
  color: #2d2d2d;
  font-weight: 400;
  hyphens: auto;
  font-size: 1.125rem;
  text-align: center;
}

/* ------------------------------------------------ tabService ----------------------------------------------- */

#tabService {
  padding: 60px 0 60px 0;
}
#tabService .tabHeadline {
  color: #0076ad;
  hyphens: auto;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

@media (max-width: 991px) {
  #tabService {
    padding: 30px 0;
  }

  #tabService > .row > *:not(:first-child) + * {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  #tabService > .row > * + * {
    margin-top: 30px;
  }
}

#tabService .tab {
  padding: 20px;
  min-height: 100%;
  background-color: #ffffff;
  color: #2d2d2d;
  font-weight: 400;
  hyphens: auto;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

#tabService .red {
  background-color: #ff9a9a;
}

#tabService .blue {
  background-color: #bcf6f0;
}

#tabService .brown {
  background-color: #ffdb92;
}


#tabService .tab a {
  color: #2d2d2d;
  font-weight: 400;
  hyphens: auto;
  font-size: 1.125rem;
  text-align: center;
}

/* ------------------------------------------------ tabsRight ----------------------------------------------- */

#tabsRight {
  padding: 30px;
  padding-top: clamp(30px, 4vw, 55px);
  padding-bottom: clamp(30px, 5vw, 90px);
  background: #0076ad;
  z-index: 1;
  color: #fff;
  position: relative;
}


@media (min-width: 1200px) {
  #tabsRight::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: -365px;
    left: -15px;
    background: #0076ad;
    z-index: -1;
  }
}

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

@media (max-width: 991px) {
  #tabsRight {
    margin-top: 30px;
  }
}

.tabKontakt {
  color: #4c4c4c;
  font-size: 1rem;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  position: relative;
}


@media (min-width: 992px) {
  .tabKontakt::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75px;
    right: 0;
    height: 100%;
    width: 150%;
    background: #fff;
    border-radius: 0px 60px 60px 0;
  }
}


.tabKontakt a {
  color: #db0614;
  text-decoration: underline;
}

/* ----------------------------------------------- @10ev events -------------------------------------------- */

#ev10 .tab {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  position: relative;
  background: #ffffff;
  font-size: 0.9375rem;
  color: #2d2d2d;
  border-radius: 60px 0 0 60px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  #ev10 .tab::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -360px;
    height: 100%;
    width: 220%;
    background: url('../img/wasserzeichen-logo.png') center right no-repeat, #fff;
    border-radius: 60px 0 0 60px;
    z-index: -1;
}
}


#ev10 .tabSpecial {
  padding: 45px 20px 20px 20px;
}

#ev10 .tabSpecial .tabHeadline {
  color: #0076ad;
  hyphens: auto;
  font-size: 1.5rem;
  text-align: center;
}

#ev10 #clr-events-hide {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

#ev10 .tab .eventclndr-tab {
  margin-bottom: 0;
}

#ev10 .tab .tab_link_title a {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 1.0625rem;
}

#ev10 .tab .tab_link_mandat a {
  color: #2d2d2d;
  font-weight: 400;
}

#ev10 .tab #clr-events-hide > p:nth-child(1) {
  display: none !important;
}

#ev10 .tab .tab_spacer {
  height: 15px;
}

#ev10 .tab .tab_link_mehr {
  color: transparent;
  font-size: 0;
  padding-bottom: 20px;
  padding-right: 20px;
}

#ev10 .tab .tab_link_mehr a {
  color: #fff;
  background-color: #db0614;
  border-radius: 24px;
  display: inline-block;
  padding: 10px 25px;
  margin-top: clamp(15px, 2vw, 25px);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
}

#ev10 .tab .tab_link_mehr a:hover,
#ev10 .tab .tab_link_mehr a:focus {
  color: #ffffff;
  background: #0076ad;
}

/*-------------------------------- Newsletter ---------------------------------------*/
#newsletter {
  background-color: #ffffff;
  margin: 10px 0;
  padding: 20px 8px;
  border-radius: 20px;
  position: relative;
}

@media (min-width: 992px) {
  #newsletter::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -360px;
    height: 100%;
    width: 220%;
    background: #fff;
    border-radius: 60px 0 0 60px;
    z-index: -1;
}
}


#newsletter .tabHeadline {
  color: #0076ad;
  hyphens: auto;
  font-size: 1.5rem;
  text-align: center;
}

#newsletter label {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
#newsletterInputs {
  height: 33px;
  background: #f4f4f4;
  display: inline-block;
  position: relative;
}
#newsletter_input {
  color: #2d2d2d;
  font-size: 16px;
  font-style: 300;
  font-style: italic;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 33px;
  padding-left: 20px;
  padding-right: 85px;
  height: 33px;
  width: 100%;
}
#newsletter_submit {
  width: 33px;
  background: url("../img/icon-mail.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  line-height: 33px;
  border: none;
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  font-size: 0;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
#newsletter_submit:hover {
  background: url("../img/icon-mail-hover.png") center no-repeat;
  line-height: 33px;
  width: 33px;
}
#newsletter_input::-ms-input-placeholder {
  color: #2d2d2d !important;
  font-style: italic !important;
}
#newsletter_input::-webkit-input-placeholder {
  color: #2d2d2d !important;
  font-style: italic !important;
}
#newsletter_input::-moz-placeholder {
  opacity: 1;
}
#newsletter_input:-moz-placeholder {
  opacity: 1;
}

#socialTab {
  background-color: #ffffff;
  margin: 20px 0;
  padding: 20px 8px;
  font-size: 1rem;
  color: #2d2d2d;
  position: relative;
}

@media (min-width: 992px) {
  #socialTab::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75px;
    right: 0;
    height: 100%;
    width: 150%;
    background: #fff;
    border-radius: 0px 60px 60px 0;
  }
}

#socialTab .tabHeadline {
  color: #0076ad;
  hyphens: auto;
  font-size: 1.5rem;
  text-align: center;
}

#buttonTab {
  text-align: center;
}
#buttonTab a {
  color: #0076ad;
  background-color: #fff;
  border-radius: 24px;
  display: inline-block;
  padding: 7px 25px;
  margin-top: clamp(15px, 2vw, 25px);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

#buttonTab a:is(:hover, :focus) {
  color: #fff;
  background-color: #db0614;
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
  color: #0076ad;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

h1,
.h1,
.legacy_h1 {
  font-size: clamp(1.875rem, 5.5vw, 3rem);
}

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

h3,
.h3,
.legacy_h3 {
  font-size: clamp(1.625rem, 4.5vw, 2.5rem);
}

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

h5,
.h5,
.legacy_h5 {
  font-size: clamp(1.375rem, 3.5vw, 1.875rem);
}

h6,
.h6,
.legacy_h6 {
  font-size: clamp(1.25rem, 3vw, 1.5625rem);
}

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

#footer {
  background: #0076ad;
  padding: 40px 0;
  color: #ffffff;
  font-size: 1rem;
}

@media (max-width: 991px) {
  :is(#footer, #innerfooter) > .row > .col-xs-12 + * {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  #innerfooter > .row > .col-xs-12 + :nth-child(2) {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}

#footer a {
  color: #ffffff;
  text-decoration: underline;
}

#footer .stichpunkte a {
  text-decoration: none;
}
#footer .stichpunkte a:is(:hover, :focus) {
  text-decoration: underline;
}

.footerHeadline {
  color: #ffffff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 1.5625rem;
}

.logoFooter {
  margin-bottom: 15px;
}

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

#innerfooter {
  color: #ffffff;
  background-color: #005d88;
  font-size: 1rem;
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

.innerfooter a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 75px 32px;
}

.innerfooter a:is(:hover, :focus) {
  color: #005d88;
  background: #fff;
  text-decoration: underline;
}

.innerfooter li + li {
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .innerfooter a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 30px 20px;
  }
}

/* ------------------------------------------ scroll top ---------------------------------------- */

#scroll-top {
  font-size: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block !important;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  #scroll-top {
    margin-right: 0;
  }
}

#scroll-top::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  transform: rotate(-45deg);
  transition: border 300ms linear;
}

#scroll-top:is(:hover, :focus) {
  background: rgba(0, 0, 0, 0.2);
}
/* ------------------------------------------ vernetzt ------------------------------------------ */

#vernetzt {
  gap: 18px;
  text-align: left;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
  text-decoration: none;
}

#vernetzt strong {
  font-weight: 700;
}

#vernetzt span span {
  display: block;
}

@media (max-width: 1199px) {
  #vernetzt {
    margin-top: 15px;
  }
}



.contrast_dark_font #scroll-top::after {
  border-right: 3px solid #000;
  border-top: 3px solid #000;
}

.contrast_dark #logo img,
.contrast_dark #search img {
  background-color: #fff;
}