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

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

body {
  font-family: "Istok Web", sans-serif;
  color: #222222;
  background: #ffffff;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
}

a {
  color: #0069b4;
  text-decoration: underline;
}

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

b,
strong {
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid #ca3c2c !important;
}

/* #region --------------------- topbar + contrast + styler + kontaktBtn ------------------------ */

#topbar {
  font-size: 0.875rem;
  background: #ededed;
  overflow: hidden;
  color: #222222;
}

#topbar h2 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222222;
  margin: 0 15px 0 0;
  width: unset;
}

#topbar > .row > div > *:not(h2, address) {
  margin-right: clamp(15px, 2vw, 30px);
}

#language,
#contrast_style,
#style {
  background-color: rgba(255, 255, 255, 0.8);
}

:is(#contrast_style, #style, #styleSwitch) button {
  border: none;
  display: inline-block;
  background: transparent;
  min-height: 24px;
}

#language a:is(:hover, :focus, .language-active) img,
:is(#contrast_style, #style, #styleSwitch) button:is(:hover, :focus) {
  background: #ededed;
}
:is(#style) button:is(:hover, :focus) {
  color: #0069b4;
}

/* contrast */

#contrast_style {
  line-height: 0;
  padding: 5px 15px;
}

#contrast_style button {
  min-width: 24px;
  position: relative;
  padding: 5px;
}

#contrast_style button:nth-child(2) {
  transform: scale(-1);
}

#contrast_style button::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #222222;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

#contrast_style button:after {
  background: linear-gradient(45deg, #222222, #222222 50%, #ffffff 50%);
}

#contrast_style button:nth-child(3):after {
  background: #222222;
}

/* style */


  #style {
    background-repeat: no-repeat;
    padding: 5px 10px;
  }

  #style button,
  #styleSwitch button {
    min-width: 30px;
    padding: 4px;
    color: inherit;
    text-align: center;
    line-height: 1;
  }
 #styleSwitch {
  align-items: center;
  align-content: center;
  padding: 5px 15px;
 }
  #styleSwitch h2 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222222;
  margin: 0 15px 0 0;
  width: unset;
}


.kontaktBtn {
  background: #fff;
  color: #222222;
  font-weight: 400;
  line-height: 1.2;
  min-height: 34px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .kontaktBtn {
    margin-left: 10px;
    max-width: 40%;
    background: #ededed;
  }
}

/* #endregion ------------------ topbar + contrast + styler + kontaktBtn ------------------------ */

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

@media (max-width: 991px) {
  #logo img {
    max-width: calc(100vw - 120px);
    width: 100%;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  #logo img {
    display: block;
    margin-top: -92px;
  }
  .is-sticky #logo img {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) {
  .is-sticky #logo img {
    max-height: 80px;
  }
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  @media (max-width: 991px) {
  .dropdown-toggle-button {
    background-color: #f39200 !important;
  }
}
  .sticky-wrapper {
    height: unset !important;
  }

  nav.horizontally {
    position: static !important;
    padding-top: 15px;
  }

  #burgerButton {
    font-size: 0;
    border: none !important;
    display: block;
    height: 50px;
    width: 60px;
    border-radius: 2px;
    padding: 6px 8px;
    cursor: pointer;
    background-color: #222222;
  }

  #burgerButton::before,
  #burgerButton::after,
  #burgerButtonInner {
    background-color: #f39200;
    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;
    background-color: #ffffff;
  }

  .navbar-collapse {
    width: calc(100% - 90px);
    max-width: 300px;
    top: 0;
    background: #fff;
    padding-bottom: 140px;
    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 {
    background-color: #222222;
  }

  .dropdown-toggle-button::before,
  .dropdown-toggle-button::after {
    background-color: #f39200;
  }

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

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

/* menu desktop */

@media (min-width: 992px) {
  nav.horizontally {
    background: #ffffff;
    padding-top: 40px;
  }

  .is-sticky .horizontally {
    padding-top: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }

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

  nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav>li, nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }

    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: #222222;
  font-weight: 700;
  text-align: left;
  padding: 10px 15px;
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

@media (max-width: 991px) {
  nav.horizontally li[class*="toplevel"] {
    border-bottom: 1px solid #f2ece7;
  }

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

@media (min-width: 992px) {
  nav.horizontally a[class*="toplevel"] {
    padding: 30px 0 25px 0;
    text-align: center;
  }

  nav.horizontally li[class*="toplevel"] + li {
    margin-left: 15px;
  }

  nav.horizontally a[class*="toplevel"][data-toggle="dropdown"] {
    padding-right: 20px;
  }

  nav.horizontally a:is([class*="toplevel"], [class*="secondlevel"])[data-toggle="dropdown"]::after {
    content: "";
    position: absolute;
    display: block;
    right: 2px;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    display: inline-block;
    border-left: 2px solid #b5b5b5;
    border-bottom: 2px solid #b5b5b5;
    transform: rotate(-45deg);
    transition: border 300ms linear;
  }
}

/* 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: #0069b4;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu {
    background: #0069b4;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background: #084fa0;
}

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

@media(min-width:992px) {

    .navbar-default .navbar-nav>li>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu {
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .navbar-default .navbar-nav>li>.dropdown-menu::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #ffffff transparent transparent transparent;
        -webkit-transition: top 150ms linear;
        -moz-transition: top 150ms linear;
        -ms-transition: top 150ms linear;
        -o-transition: top 150ms linear;
        transition: top 150ms linear;
    }

    .navbar-default .navbar-nav>li:hover>.dropdown-menu::after {
        top: 0;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -30px;
        margin-left: 10px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
    }
}

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

.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 8px 25px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@media(min-width:992px) {

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        text-align: center;
        padding: 13px 25px;
    }
}

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

.navbar-nav>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
    background: #084fa0;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #0069b4;
}

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

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

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

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

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

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

  body.index #headerpic .nivo-controlNav {
    bottom: 100px !important;
  }
}

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

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

.slider-mask {
  display: block;
  background:
    url(../img/wasserzeichen-logo-banner.png) bottom right 230px no-repeat,
    linear-gradient(to top, #0069b4, rgba(255, 255, 255, 0) 40%);
}

/* -------------------------------------------- welcome ----------------------------------------- */

#welcome {
  background: #0069b4;
  padding: 30px 0;
}

@media (min-width: 992px) {
  body.index #welcome {
    padding-top: 0;
  }
}

/* ------------------------------------------ bannerOverlay ------------------------------------- */

#bannerOverlay {
  z-index: 12;
  position: relative;
  font-size: clamp(1.625rem, 5vw, 3.125rem);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 992px) {
  #bannerOverlay {
    margin-top: -90px;
  }
}

#bannerOverlay :is(b, strong) {
  font-size: clamp(1.875rem, 6vw, 4.375rem);
  font-weight: 700;
}

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

#searchbar {
  margin-top: clamp(30px, 6vw, 70px);
}

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

#searchbar .tabHeadline {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}

#search {
  background: #ffffff;
  display: inline-flex;
  width: 100%;
  position: relative;
}

@media (max-width: 575px) {
  #search {
    margin-top: 20px;
  }
}

#search::before {
  content: "";
  position: absolute;
  right: 60px;
  top: 9px;
  bottom: 9px;
  width: 2px;
  background: rgba(41, 35, 0, 0.2);
}

#search_input {
  color: inherit;
  font-size: clamp(1rem, 2vw, 1.375rem);
  font-style: normal;
  background: transparent;
  padding: 13px clamp(15px, 2vw, 22px);
  border: 0;
  width: 100%;
}

#search_submit {
  width: 60px;
  flex-shrink: 0;
  background: url("../img/suche-icon.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  border: none;
  font-size: 0;
  transition: all 300ms linear;
}

#search_submit:is(:hover, :focus) {
  background-color: #f2ece7;
}

#search_input::placeholder {
  color: inherit !important;
  opacity: 0.8 !important;
  font-style: italic !important;
}

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

/* ----------------------------------------- scroll bottom -------------------------------------- */

#scrollBottom {
  position: relative;
  margin: 35px auto clamp(35px, 6vw, 70px) auto;
  width: 40px;
  height: 38px;
  display: block;
  font-size: 0;
  color: inherit;
  animation: bounceAni 2s infinite 2s;
}

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

#scrollBottom::after {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg);
  transition: border 200ms linear;
}

#scrollBottom:is(:hover, :focus)::after {
  border-color: #ffe2a3;
}

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

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

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

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

#content {
  text-align: left;
  padding-bottom: clamp(40px, 7vw, 95px);
  padding-top: clamp(40px, 4vw, 65px);
}

/* #region ----------------------------- tabSpecialHeadline ------------------------------------- */

.tabSpecialHeadline {
  font-size: 1rem;
}

.tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6) {
  text-transform: none;
  font-weight: 700;
  position: relative;
  margin: 0;
}

.tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6)::after {
  content: "";
  display: block;
  width: 100px;
  height: 8px;
  background: #0069b4;
}

.tabSpecialHeadline :is(i, em) {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

.tabSpecialButton a {
  background: #f39200;
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  padding: 16px 70px 16px 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 10px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {
  .tabSpecialButton a {
    max-width: 270px;
  }
}

.tabSpecialButton a::before {
  content: "\00BB";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  line-height: 45px;
  font-size: 30px;
  display: block;
  background-color: #ffb618;
  transition: background-color 300ms linear;
}

.tabSpecialButton a:is(:hover, :focus) {
  background: #ffb618;
}

.tabSpecialButton a:is(:hover, :focus)::before {
  background: #f39200;
}

.tabSpecialButton .btgrid > .row {
  align-items: center;
}

/* #endregion -------------------------- tabSpecialHeadline ------------------------------------- */

/* #region ------------------------------------ news -------------------------------------------- */

#news {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(40px, 6vw, 70px) 0;
}
#news .tabSpecialHeadline {
  color: #fff;
}

#news .tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6) {
  color: #fff;
}
#news .tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6)::after {
  content: "";
  display: none;
}

#news .tab_link_entries {
  display: grid;
  gap: 30px;
  margin-top: clamp(30px, 4vw, 60px);
}

@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(4, 1fr);
  }
}

#news .tab_link_entry {
  font-size: 1rem;
  position: relative;
  box-shadow: 0 60px 30px -30px rgba(66, 58, 1, 0.2);
  background: #ffffff;
  padding: 230px 20px 70px 20px;
  border: none !important;
}

#news .tab_link_entry::after {
  content: "";
  position: absolute;
  display: block;
  top: 180px;
  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: 200px;
  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: 700;
  font-size: 1.25rem;
  display: block;
  color: #003e67;
  margin-bottom: 20px;
  line-height: 1.2;
}

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

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

#news .tab_link_entry .tab_link_mehr a {
  display: inline-block;
  position: absolute;
  text-decoration: none;
  bottom: 20px;
  left: 20px;
  font-size: 0.875rem;
  color: #222222;
  padding: 7px 26px;
  background-color: #ffffff;
  border: 2px solid #f39100;
  margin-top: 25px;
  transition: all 200ms linear;
  font-weight: 700;
}

#news .tab_link_entry .tab_link_mehr :is(a:hover, :focus) {
  background-color: #f39100;
  color: #222222;
}

#news .tab_spacer {
  height: 5px;
}

/* #endregion --------------------------------- news -------------------------------------------- */


.video {
  padding: 40px 0;
}


.countermodul {
  padding: 40px 0;
  hyphens: auto;
}
/* ------------------------------------------------ @26tab ----------------------------------------------- */

#tab26 {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 60px 0;
}

#tab26 .tab {
  font-size: 1rem;
  padding: 20px;
  background: #ffffff;
  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);
  color: #222222;
}

#tab26 .tab :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.6875rem;
  font-weight: 700;
  color: #003e67;
}

#tab26 .tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6)::after {
  content: "";
  display: none;
}
#tab26 .tabSpecialHeadline {
  margin-bottom: 60px;
}

#tab26 .tab a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  color: #222222;
  padding: 7px 26px;
  background-color: #ffffff;
  border: 2px solid #f39100;
  margin-top: 25px;
  transition: all 200ms linear;
  font-weight: 700;
}

#tab26 .tab a:is(a:hover, :focus) {
  background-color: #f39100;
  color: #222222;
}

#tab26 .tp-image-wrapper img {
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  margin: auto;
  align-content: center;
  align-items: center;
  display: block;
  max-width: unset;
  position: relative;
  width: calc(100% + 40px);
}
#tab16 .tabWrapper {
  align-content: center;
  align-items: center;
}
/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#tab26 .slick-slide {
  padding: 15px;
}

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

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

#tab26 .slick-prev {
  margin-left: 124px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#tab26 .slick-animate-control {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: -5px;
  left: 10px;
  border: 1px solid #ffffff;
  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");
}

#tab26 .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");
}

/* #region ------------------------------------ spot -------------------------------------------- */

#spot,
#newsletterBereich {
  padding: clamp(40px, 7vw, 100px) 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#newsletterBereich {
  height: 100%;
  align-content: center;
  align-items: center;
  padding:0;
   margin-top: clamp(30px, 6vw, 70px);
   max-height: calc(100% - 70px);
}

@media (max-width: 991px) {
  #newsletterBereich {
   max-height: 100%;
}
}

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

#spot :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 30px;
}

#spot .banner + .tabSpecialButton {
  margin-top: 30px;
}

#spotTabs {
  display: grid;
  gap: 30px;
  margin-top: clamp(30px, 6vw, 70px);
}

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

  #spotTabs .banner img {
    height: 100%;
    object-fit: cover;
  }
}

#spotTabs :is(.tab, .banner img) {
  position: relative;
  transition: all, 200ms;
}

#spotTabs .tab {
  background: #f39100;
  line-height: 1.2;
  display: inline-block;
  box-shadow: 0 60px 30px -30px rgba(66, 58, 1, 0.2);
  min-height: 270px;
}

#spotTabs .tab a {
  color: #222222;
  text-decoration: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: clamp(1.625rem, 3vw, 2.1875rem);
  font-weight: 600;
  padding: 20px 30px;
  display: block;
  padding-top: 0;
}

#spotTabs .tab a br {
  height: 0;
}
#spotTabs .tab :is(br) {
  height: unset !important;
  display: none;
}

#spotTabs .tab a :is(i, em) {
  text-transform: uppercase;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: clamp(50px, 10vw, 150px);
  padding-bottom: 0 !important;
  display: block;
}
#spotTabs :is(.tab, .banner img):is(:hover, :focus-within) {
  transform: scale(1.05);
  background-color: #0069b4;
  color: #fff;
}
#spotTabs :is(.tab, .banner img):is(:hover, :focus-within) {
  background-color: #0069b4;
  color: #fff;
}
#spotTabs :is(.tab, .banner img):is(:hover, :focus-within) a {
  color: #fff;
}
@media (min-width: 1200px) {
#spot .tabSpecialHeadline {
  margin-right:90px;
}
}
#newsletter label {
  font-size: 0.875rem;
  margin-bottom: 4px;
  display: none;
}
#newsletterInputs {
  height: 33px;
  background: transparent;
  display: block;
  position: relative;
  color: #fff;
  border: solid 1px #fff;
  margin: 0 40px;
}
#newsletter_input {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 43px;
  height: 33px;
  width: 100%;
  opacity: 1;
  display: block;
}
#newsletter_submit {
  width: 33px;
  background: transparent url("../img/icon-mail.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  line-height: 33px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 0;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
#newsletter_submit:hover {
  background-color: #0069b4;
}
#newsletter_input::-ms-input-placeholder {
  color: #fff !important;
}
#newsletter_input::-webkit-input-placeholder {
  color: #fff !important;
}
#newsletter_input::-moz-placeholder {
  opacity: 1;
}
#newsletter_input:-moz-placeholder {
  opacity: 1;
}

#newsletterBereich .tabNewsletter {
  padding: 0 40px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1rem;
}

#newsletterBereich .tabNewsletter .tabHeadline {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
}

/* #endregion --------------------------------- spot -------------------------------------------- */

/* #region ----------------------------------- service ------------------------------------------ */

#service {
  padding: clamp(40px, 7vw, 100px) 0;
  hyphens: auto;
  position: relative;
}

#service > .row + .row {
  margin-top: clamp(1px, 4vw, 30px);
}

#service .tab {
  margin-top: 30px;
  background: #0069b4;
  border-bottom: 8px solid #f39100;
  height: calc(100% - 30px);
  font-size: 1rem;
  color: #fff;
}

#service .tabSpecialHeadlineTab {
  position: relative;
  z-index: 12;
  margin-bottom: 30px;
  padding: 30px 20px 0px 20px;
}

#service .tabSpecialHeadlineTab :is(h1, h2, h3, h4, h5, h6) {
  padding: 0px 0px 30px 0px;
  font-size: 1.25rem;
  margin: 0;
  position: relative;
  color: #fff;
  hyphens: auto;
}

#service .tabSpecialHeadlineTab :is(i, em) {
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 30px;
  font-style: normal;
}

#service .tab1 .tabSpecialHeadlineTab {
  background: url("../img/icon-europa.png") top 15px right 15px no-repeat, #0d78c4;
}

#service .tab2 .tabSpecialHeadlineTab {
  background: url("../img/icon-datenschutz.png") top 15px right 15px no-repeat, #0d78c4;
}

#service .tab3 .tabSpecialHeadlineTab {
  background: url("../img/icon-berufsrecht.png") top 15px right 15px no-repeat, #0d78c4;
}

#service .tab4 .tabSpecialHeadlineTab {
  background: url("../img/icon-duale-ausbildung.png") top 15px right 15px no-repeat, #0d78c4;
}

#service .tab5 .tabSpecialHeadlineTab {
  background: url("../img/icon-soziale-sicherheit.png") top 15px right 15px no-repeat, #0d78c4;
}

#service .tab6 .tabSpecialHeadlineTab {
  background: url("../img/icon-fachkraeftebedarf.png") top 15px right 15px no-repeat, #0d78c4;
}

#service .tab7 .tabSpecialHeadlineTab {
  background: url("../img/icon-soziale-sicherheit.png") top 15px right 15px no-repeat, #0d78c4;
}

#service .tab8 .tabSpecialHeadlineTab {
  background: url("../img/icon-fachkraeftebedarf.png") top 15px right 15px no-repeat, #0d78c4;
}

#service .tab a {
  color: #fff;
  text-decoration: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  border: solid 2px #f39100;
  font-size: 1rem;
  font-weight: 600;
  padding: 1px 6px;
  display: inline-block;
  text-align: right;
}

#service .tab a:is(:hover, :focus) {
  background-color: #f39100;
}

@media (min-width: 1200px) {
  #service::before {
    content: "";
    position: absolute;
    background: url(../img/wasserzeichen-logo-tabs.png) no-repeat;
    width: 619px;
    height: 554px;
    top: 50px;
    z-index: 0;
    pointer-events: none;
    right: 0px;
    display: block;
  }
}

#service .tabContent {
  padding: 0 20px 30px 20px;
}

/* #endregion -------------------------------- service ------------------------------------------ */

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

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

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

h2,
.h2,
.legacy_h2,
.tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

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

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

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

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

/* #region -------------------------------- footerwrapper --------------------------------------- */

.footerwrapper {
  background: #0069b4;
  font-size: 1rem;
  position: relative;
  color: #fff;
  hyphens: auto;
}

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

.footerwrapper .theme .tabHeadline {
  font-size: 1.5625rem;
  font-weight: 700;
}
.footerwrapper .theme a {
  color: #ffffff;
  text-decoration: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  border: solid 2px #f39100;
  font-size: 1rem;
  font-weight: 600;
  padding: 1px 6px;
  display: inline-block;
  text-align: right;
}
.footerwrapper .theme a:is(:hover, :focus) {
  background-color: #f39100;
  color: #222222;
}

@media (min-width: 992px) {
  .footerwrapper > .row:first-child > * {
    padding-top: clamp(30px, 5vw, 50px);
    padding-bottom: clamp(30px, 5vw, 50px);
  }
}

.footerwrapper > .row:last-child {
  padding: 35px 0;
}

.footerwrapper a {
  color: inherit;
}

.footerwrapper .tabHeadline {
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #fff;
}

.tabSocial .tabHeadline {
  margin: 0;
  width: auto;
}

.footerwrapper .tab2 {
  line-height: 1.8;
}

.footerwrapper .tab2 a {
  text-decoration: underline;
}

.footerwrapper .theme {
  line-height: 2;
}

.footerwrapper .theme ul {
  margin-top: 0 !important;
}

.tabSocial {
  gap: 10px 30px;
}

.tabSocial .template-page {
  width: auto;
}

.tabSocial :is(p + p, a + a) {
  margin-left: 20px;
}

/* #endregion ----------------------------- footerwrapper --------------------------------------- */

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

#vernetzt {
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
}
#vernetzt img {
  margin-bottom: 10px;
}

#vernetzt span {
  display: block;
}

#vernetzt strong {
  font-weight: 700;
  color: #ffffff;
}

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

#innerfooter {
  background: #003e67;
  padding: 22px 0;
}

#innerfooter ul {
  padding: 0;
}

#innerfooter a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 5px;
  display: inline-block;
}

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

@media (min-width: 576px) {
  #innerfooter li {
    display: inline-block;
  }

  #innerfooter li + li {
    margin-left: clamp(15px, 5vw, 50px);
  }
}

/* --------------------------------------------- contrast --------------------------------------- */

.contrast_dark :is(#language, #style, #contrast_style) {
  background-color: #ffffff !important;
}
.contrast_dark #tab26 .slick-prev,
.contrast_dark #tab26 .slick-next {
  background-color: #fff !important;
}
.contrast_dark #search_input,
.contrast_dark #news .tab_link_entry,
.contrast_dark .tabSpecialButton a,
.contrast_dark #tab26 .tab,
.contrast_dark #service .tab {
  border: solid 1px #fff !important;
}

.contrast_dark #innerfooter,
.contrast_dark .footerwrapper {
  border-top: solid 1px #fff;
}
.contrast_dark .kontaktBtn img,
.contrast_dark .kontaktBtn {
  background-color: #fff !important;
  color: #fff !important;
}

.contrast_dark #burgerButton::before,
.contrast_dark #burgerButton::after,
.contrast_dark #burgerButtonInner {
  background-color: #fff !important;
}
.contrast_light #burgerButton::before,
.contrast_light #burgerButton::after,
.contrast_light #burgerButtonInner {
  background-color: #000 !important;
}
#scrollBottom a.contrast_dark_font:is(:hover, :focus)::after {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

#scrollBottom a.contrast_light_font:is(:hover, :focus)::after {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

:is(.contrast_light_font, .contrast_dark_font) #news .tab_link_title a::before,
:is(.contrast_light_font, .contrast_dark_font) .tab_link_title a::after {
  display: none !important;
}

.contrast_dark_font #vernetzt img {
  background-color: #000000;
}

.contrast_light_font .tabSocial img,
.contrast_dark_font #bannerOverlay {
  background-color: #ffffff;
}

#logo .contrast_dark img {
  background: #fff;
}

.navbar-default .navbar-nav > li:is(.contrast_light_font, .contrast_dark_font) .dropdown-menu > li:first-child,
.navbar-default .navbar-nav > li:is(.contrast_light_font, .contrast_dark_font) .dropdown-menu > li:last-child {
  display: none !important;
}

.contrast_light #news .tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6),
.contrast_light #news .tabSpecialHeadline :is(i, em) {
  color: #fff !important;
}

.contrast_light #search_input {
  border: solid 1px #000;
}
.contrast_dark_font #newsletterBereich .tabNewsletter .tabHeadline,
.contrast_dark_font #newsletterBereich .tabNewsletter p,
.contrast_dark_font #newsletterBereich #newsletter_input {
  color: #fff !important;
}

.contrast_light #newsletterInputs {
  border: solid 1px #fff !important;
  background-color: #000;
}
.contrast_light #innerfooter,
.contrast_light .footerwrapper {
  border-top: solid 1px #000;
}

.contrast_light #service .tab {
  border: solid 1px #000 !important;
}

.contrast_dark #search_input {
  color: #fff !important;
}
.contrast_light #search_input {
  color: #000 !important;
}

