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

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

body {
  font-family: "Dosis", sans-serif;
  color: #252525;
  background: #ffffff;
  font-size: 1rem;
  /* 1rem = 16px */
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

a {
  color: #0062ae;
}

a:hover,
a:focus {
  color: #0062ae;
}

b,
strong {
  font-weight: 600;
}

@media (min-width: 1200px) {

  .row,
  .compact,
  ._op-container .container {
    max-width: 1600px;
    width: 100%;
  }
}

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

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

#logo img {
  display: block;
}

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

/* --------------------------------------------- options --------------------------------------------- */

.options {
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .options {
    background-color: #f6f6f6;
    padding: 10px 0;
    position: relative;
    z-index: 44;
  }
}

/* --------------------------------------------- buttons --------------------------------------------- */

.button2 a:not(.has-image):not([rel]) {
  border-radius: 30px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 15px;
  padding: 13px 25px;
  transition: all 300ms;
  background-color: #0062ae;
  color: #fff;
}

.button2 a:not(.has-image):not([rel]):hover {
  background-color: #004275;
}

#search {
  height: 50px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(3, 68, 119, 0.1);
}

#search_input {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  background: transparent;
  padding: 0;
  padding-right: 0px;
  padding-left: 0px;
  border: 0;
  line-height: 46px;
  padding-left: 38px;
  padding-right: 267px;
  height: 50px;
  width: 100%;
}

#search_submit {
  width: 100px;
  background: url("../img/icon-suche.png") center no-repeat;
  padding: 0;
  cursor: pointer;
  line-height: 46px;
  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;
}

#search_input::-ms-input-placeholder {
  color: #252525 !important;
}

#search_input::-webkit-input-placeholder {
  color: #252525 !important;
}

#search_input::-moz-placeholder {
  opacity: 1;
}

#search_input:-moz-placeholder {
  opacity: 1;
}

/* ------------------------------------------- navigation ------------------------------------------- */

#menu {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 0 15px 0;
  position: relative;
  transition: padding 200ms linear;
}

.is-sticky #menu {
  padding: 10px 0 10px 0;
}

/* burgermenu for tablet */
@media (max-width: 991px) {
  #menu {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    padding: 10px 0 10px 0;
    position: relative !important;
  }

  #burgerButton {
    background-color: #0062ae;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 50px;
    padding: 6px 8px;
    width: 60px;
  }

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

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

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

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

  #burgerButtonInner {
    top: 16px;
  }

  #burgerButtonInner2 {
    top: 24px;
  }

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

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

  .navbar-collapse {
    background: #ffffff;
    bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    height: auto !important;
    left: -100%;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: left 300ms linear, opacity 300ms linear;
    z-index: 100;
    padding: 0 15px;
  }

  .navbar-collapse[aria-expanded="true"],
  .navbar-collapse.in {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .navbar-header {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 101;
  }

  .navbar-toggle::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    display: block;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: width 300ms linear, opacity 300ms linear;
    width: 0;
    z-index: -1;
  }

  .navbar-toggle[aria-expanded="true"]::before {
    opacity: 1;
    width: 90px;
  }

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

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

@media (min-width: 575px) and (max-width: 991px) {
  .navbar-collapse {
    width: 60%;
  }

  .navbar-collapse.collapse.in:after,
  .navbar-toggle[aria-expanded="true"]::before {
    width: 40%;
  }
}

/* menu desktop */
@media (min-width: 992px) {
  .horizontally .navbar-nav {
    align-items: center !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 27px;
    transition: margin-top 200ms linear;
  }

  .is-sticky .navbar-nav {
    margin-top: 15px;
  }

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

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

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

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

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

  .navbar-default .open>.dropdown-menu,
  .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]:hover>ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within>ul {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .navbar-default .nav .open>.dropdown-menu {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* Pseudo */
  .navbar-default .navbar-nav>li>.dropdown-menu::before {
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: -40px;
  }

  /* 3rd */
  .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
    bottom: 0;
    content: "";
    display: block;
    left: -40px;
    position: absolute;
    top: 0;
    width: 50px;
  }

  /* Fade in Hover End */
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */
.navbar-default .navbar-nav>li>a {
  color: #0062ae;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 10px 35px 10px 15px;
  position: relative;
  text-align: left;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav>li>a {
    align-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 7px 12px;
    text-align: center;
  }

  .navbar-default .navbar-nav>li>a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 0px;
    background: #004275;
    opacity: 0;
    margin: 0 auto;
    transition: all 300ms;
  }

  .navbar-default .navbar-nav>li+li {
    margin-left: 10px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
  .navbar-default .navbar-nav>li>a {
    display: block;
  }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav>li:hover>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.open>a,
.navbar-nav>li.open>a:hover,
.navbar-nav>li.open>a:focus,
.navbar-nav>li[class$="_over"]>a,
.navbar-nav>li[class$="_over"]>a:hover,
.navbar-nav>li[class$="_over"]>a:focus {
  color: #004275;
  text-decoration: none;
}

.navbar-nav>li:focus-within>a {
  color: #004275;
}

.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after,
.navbar-nav>li.open>a::after,
.navbar-nav>li.open>a:hover::after,
.navbar-nav>li.open>a:focus::after,
.navbar-nav>li[class$="_over"]>a::after,
.navbar-nav>li[class$="_over"]>a:hover::after,
.navbar-nav>li[class$="_over"]>a:focus::after {
  opacity: 1;
}

.navbar-nav>li:focus-within>a::after {
  opacity: 1;
}

.navbar-nav>li>a:hover::before,
.navbar-nav>li>a:hover::before,
.navbar-nav>li>a:focus::before,
.navbar-nav>li.open>a::before,
.navbar-nav>li.open>a:hover::before,
.navbar-nav>li.open>a:focus::before,
.navbar-nav>li[class$="_over"]>a::before,
.navbar-nav>li[class$="_over"]>a:hover::before,
.navbar-nav>li[class$="_over"]>a:focus::before {
  opacity: 1;
  width: 40px;
}

.navbar-nav>li:focus-within>a::before {
  opacity: 1;
  width: 40px;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */
.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
}

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

  .navbar-default .navbar-nav>li>.dropdown-menu,
  .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    border-radius: 10px;
    margin: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav>li>.dropdown-menu {
    margin-top: 40px;
  }

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

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

.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
  border-radius: 30px;
  color: #252525;
  font-size: 1rem;
  font-weight: normal;
  padding: 8px 15px;
  text-align: left;
}

/* ------------------------------------------ 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: #0062ae;
  color: #ffffff;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
  background: #0062ae;
  color: #ffffff;
}

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

#slider {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  #slider {
    max-height: 400px;
  }

  body.index #slider {
    max-height: 700px;
  }

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

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

  #headerpic {
    background-color: #004275;
  }

  .theme-nivo .nivo-controlNav .slick-dots li {
    color: #fff;
  }
}

#headerpic {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

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

.slider-mask {
  display: block;
  background: linear-gradient(to bottom, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.5) 50%, rgba(40, 40, 40, 0.8) 100%);
}

#banneroverlay {
  position: relative;
  padding-top: 20px;
}

.slogan {
  color: #004275;
  font-size: clamp(1.125rem, 3vw, 1.5625rem);
}

@media (min-width: 992px) {
  .slogan {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  .slogan :is(h1, h2, h3, h4, h5, h6) {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

.slogan :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 0;
}

.slogan a {
  color: #fff;
}

@media (min-width: 992px) {
  #banneroverlay {
    position: absolute;
    width: 100%;
    z-index: 55;
    bottom: 15%;
  }

  .slogan,
  .slogan a {
    color: #fff;
  }

  .slogan :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
  }
}

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

#content {
  text-align: left;
  padding-bottom: 30px;
  padding-top: 30px;
}

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

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
  color: #0062ae;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Dosis", sans-serif;
}

h1,
.h1,
.legacy_h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {

  h1,
  .h1,
  .legacy_h1 {
    font-size: 2.75rem;
  }
}

h2,
.h2,
.legacy_h2 {
  font-size: 1.75rem;
}

@media (min-width: 768px) {

  h2,
  .h2,
  .legacy_h2 {
    font-size: 2rem;
  }
}

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

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
.legacy_h4 {
  font-size: 1.5rem;
}

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

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

/* ----------------------------------------------- contact ----------------------------------------------- */
#contact {
  margin-bottom: 50px;
}

#service {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (min-width: 1600px) {

  #service>.row,
  #contact>.row {
    max-width: 1820px;
    width: 100%;
  }
}

#contact .tab,
#service .tab {
  background-color: #0062ae;
  padding: 50px clamp(50px, 3vw, 200px);
  color: #fff;
  font-size: clamp(1.125rem, 3vw, 1.75rem);
  position: relative;
  transition: all 300ms;
  height: 100%;
}

#service .tab {
  padding: 70px clamp(30px, 3vw, 200px);
}

@media (max-width: 767px) {
  #service .tab {
    overflow: hidden;
  }
}

#service .tab::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 300ms;
  opacity: 0;
  pointer-events: none;
}

#service .tab:hover::after {
  opacity: 1;
}

#contact .darkBlue,
#service .darkBlue {
  background-color: #004275;
  position: relative;
}

#contact .tabHeadline,
#contact a,
#service .tabHeadline,
#service a {
  color: #fff;
}

.noPadding {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {

  #contact .darkBlue::before,
  #service .darkBlue::before,
  #service .thirdTab::before {
    background-size: 10vw;
  }
}

@media (max-width: 767px) {

  #contact .darkBlue::before,
  #service .darkBlue::before,
  #service .thirdTab::before {
    display: none;
  }

  #contact .darkBlue {
    border-top: 5px solid #fff;
  }

  #service .darkBlue {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
}

/* ----------------------------------------------- donate ----------------------------------------------- */

#donate {
  position: relative;
  padding-bottom: 40px;
}

#donate::before {
  content: "";
  display: block;
  margin: 0 auto clamp(40px, 4vw, 40px) auto;
  max-width: 1570px;
  height: 1px;
  opacity: 0.5;
  background: #0062ae;
}

#donate a:not(.has-image):not([rel]) {
  border-radius: 30px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 13px 25px;
  transition: all 300ms;
  background-color: #0062ae;
  color: #fff;
}

#donate a:not(.has-image):not([rel]):hover {
  background-color: #004275;
}

#donate :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.5rem;
}



/* ----------------------------------------------- @16nw news -------------------------------------------- */

#nw16 {
    position: relative;
    margin-top: 30px;
    padding-top: 210px;
    margin-bottom: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    #nw16 {
        padding-top: 110px;
    }
}

#nw16>.row>* {
    position: relative;
    z-index: 12;
    margin-bottom: -60px;
}

#nw16 .tab {
    font-size: 1rem;
    color: #fff;
    padding: 33px 36px;
    background: #0062ae;
    border-radius: 20px 20px 0 0;
}

#nw16 .tab a {
    color: #ffffff;
}

#nw16 .tabHeadline {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.875rem;
    margin: 0;
}

#nw16 .tabContent a {
    color: #0062ae !important;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 15px;
}

@media (min-width: 1200px) {
    #nw16>.row {
        margin-right: 80px;
    }
}

#nw16 .news16Box {
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
    #nw16 .tab_link_entries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #nw16 .tab_link_entry {
        width: calc(50% - 15px);
    }

    #nw16 .tab_link_entry:nth-child(2n+1) {
        margin-right: 15px;
    }

    #nw16 .tab_link_entry:nth-child(2n+2) {
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    #nw16 .tab_link_entry {
        width: calc(33.33% - 25px);
        padding: 10px 0;
    }

    #nw16 .tab_link_entry:is(:nth-child(3n+2), :nth-child(3n+3)) {
        margin-left: 25px;
        padding-left: 25px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
}

@media (min-width: 1200px) {
    #nw16 .tab_link_entry {
        width: calc(33.33% - 45px);
        padding: 22px 0 10px 0;
    }

    #nw16 .tab_link_entry:is(:nth-child(3n+2), :nth-child(3n+3)) {
        margin-left: 45px;
        padding-left: 45px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
}

@media (max-width: 767px) {
    #nw16 .tab_link_entry+.tab_link_entry {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #nw16 .tab_link_entry:nth-child(2) {
        margin-top: 0;
        border-top: 0;
        padding-top: 0;
    }
}

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

#nw16 .tab_link_entry {
    position: relative;
}

#nw16 .tab_link {
    padding: 25px 30px;
}

#nw16 .tab_link_title a {
    color: #252525;
    font-weight: 700;
    font-size: 1.125rem;
    display: block;
    line-height: 1.2;
    margin-bottom: 8px;
}

#nw16 .tab_link_date {
    color: #252525;
    font-size: 1rem;
}

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

@media (min-width: 768px) {
    #nw16 .tab_link_mehr {
        position: absolute;
        top: 33px;
        right: 33px;
    }
}

@media (max-width: 767px) {
    #nw16 .tab_link_mehr {
        margin-top: 25px;
    }

    #nw16 .tab_link_mehr a {
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
}

#nw16 .tab_link_mehr a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #444444;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 20px;
    padding: 3px 22px;
    background: #ffffff;
    transition: color 300ms linear, background 300ms linear;
}

#nw16 .tab_link_mehr a:hover,
#nw16 .tab_link_mehr a:focus {
    color: #ffffff;
    background: #0c5c82;
}

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

#scrollTop {
  opacity: 1 !important;
  font-size: 0;
  border: 1px solid #fff;
  background-color: #004275;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #scrollTop {
    float: right;
    position: fixed;
    right: 50px;
    bottom: 25%;
    z-index: 60;
  }
}

#scrollTop::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 16px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  display: inline-block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border 300ms linear;
  -moz-transition: border 300ms linear;
  -ms-transition: border 300ms linear;
  -o-transition: border 300ms linear;
  transition: border 300ms linear;
}

#scrollTop:hover,
#scrollTop:focus {
  background-color: #0062ae;
}

/* ----------------------------------------------- @11f footer ----------------------------------------------- */

footer {
  color: #ffffff;
  font-size: 1.125rem;
}

footer a {
  color: #ffffff;
}

.footerTab a {
  color: #ffffff;
}

.footerTab a:hover {
  color: #fff;
  text-decoration: underline;
}

.footerTab a[href*="mailto"] {
  font-style: italic;
  color: #fff;
}

#footer {
  background: #0062ae;
  padding-top: 70px;
  padding-bottom: 25px;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 991px) {
  #footer {
    margin-top: 0px;
    padding-top: 50px;
  }

  .footerTab,
  .iframeMapsTab {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  #footer>.row>*+*:nth-child(2) {
    margin-top: 0;
    padding-left: 40px;
  }
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.footerHeadline {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.footerTab {
  margin-bottom: 50px;
  line-height: 1.6;
}

.footerTabSocials p {
  display: inline-block;
}

.footerTabSocials p+p {
  margin-left: clamp(15px, 3vw, 30px);
}

/* --------------------------------------------- footer2 -------------------------------------------- */

.footer2 {
  padding-top: 25px;
  border-top: 2px solid #fff;
  margin-top: 30px;
}

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

#vernetzt {
  text-align: right;
  font-size: 0.9375rem;
  color: #e0e0e0;
  line-height: 1.3;
  margin: 0 auto;
  font-weight: 400;
  text-decoration: none;
}

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

#vernetzt span {
  color: #ffffff;
}

#vernetzt b {
  color: #ffffff;
  font-weight: 400;
}

#vernetzt span span {
  display: block;
}

#vernetzt img {
  margin-left: 18px;
}

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

#innerfooter {
  font-size: 1rem;
}

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

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  color: #ffffff;
  padding: 24px 0px;
  display: inline-block;
}

#innerfooter a:hover {
  text-decoration: underline;
  color: #fff;
}

#innerfooter li+li::before {
  content: "|";
  margin: 0 15px;
  color: #ffffff;
}

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

/* --------------------------------------------- order -------------------------------------------- */
@media (max-width: 991px) {
  .order1 {
    order: 1;
  }

  .order2 {
    order: 3;
  }

  .order3 {
    order: 2;
  }
}


#counter {
  border: 1px solid #fff;
  padding: 5px 15px;
  display: inline-block;
}

#counter-l, #counter-r {
  display: inline-block;
}