@import url("https://fonts.verwaltungsportal.de/import/?family=Noto+Sans:400,700");

body {
  font-family: "Noto Sans", sans-serif;
  color: #6e6e6e;
  background: #ffffff;
  font-size: 1rem;
  /* 1rem = 16px */
  line-height: 1.5;
}

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

a {
  color: #000000;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

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

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

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

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

#headerpic .nivo-imageLink,
#headerpic .nivo-main-image {
  height: 300px !important;
  width: 100%;
}

#slider {
  overflow: visible;
}

@media (min-width: 576px) {
  #headerpic .nivo-imageLink,
  #headerpic .nivo-main-image {
    height: 400px !important;
  }
}

@media (min-width: 768px) {
  #headerpic .nivo-imageLink,
  #headerpic .nivo-main-image {
    height: 500px !important;
  }
}

@media (min-width: 992px) {
  #headerpic .nivo-imageLink,
  #headerpic .nivo-main-image {
    height: 600px !important;
  }

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

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

  .slider-mask {
    display: block;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url("../img/bannerOverlay.png") bottom right no-repeat;
    top: 0;
    right: 0;
    left: 0;
    min-height: 700px;
  }
}

@media (min-width: 1200px) {
  #headerpic .nivo-imageLink,
  #headerpic .nivo-main-image {
    height: 600px !important;
  }
}

@media (max-width: 991px) {
  .slider-mask {
    display: none;
  }
}

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

#headerpic .theme-default .nivo-controlNav a {
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: relative;
}

#headerpic .theme-default .nivo-controlNav a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  margin-top: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #e6e6e6;
  -webkit-transition: width 200ms linear, height 200ms linear, margin 200ms linear;
  -moz-transition: width 200ms linear, height 200ms linear, margin 200ms linear;
  -ms-transition: width 200ms linear, height 200ms linear, margin 200ms linear;
  -o-transition: width 200ms linear, height 200ms linear, margin 200ms linear;
  transition: width 200ms linear, height 200ms linear, margin 200ms linear;
}

#headerpic .theme-default .nivo-controlNav a.active::after,
#headerpic .theme-default .nivo-controlNav a:hover::after,
#headerpic .theme-default .nivo-controlNav a:focus::after {
  margin-top: -4px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
}

#headerpic .theme-default .nivo-controlNav a + a {
  margin-left: 5px;
}

#headerpic .theme-default .nivo-controlNav {
  z-index: 60;
  font-size: 0;
  bottom: calc(0px + (20 - 0) * (100vw - 320px) / (575 - 320));
  text-align: right;
  right: 15px;
}

@media (min-width: 576px) {
  #headerpic .theme-default .nivo-controlNav {
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  #headerpic .theme-default .nivo-controlNav {
    bottom: calc(20px + (28 - 20) * (100vw - 768px) / (991 - 768));
  }
}

@media (min-width: 992px) {
  #headerpic .theme-default .nivo-controlNav a + a {
    margin-left: 10px;
  }

  #headerpic .theme-default .nivo-controlNav {
    right: 210px;
    bottom: calc(30px + (38 - 30) * (100vw - 992px) / (1199 - 992));
  }
}

@media (min-width: 1200px) {
  #headerpic .theme-default .nivo-controlNav {
    right: 210px;
    bottom: calc(-10px + (46 - 10) * (100vw - 1200px) / (1920 - 1200));
  }
}

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

@media (min-width: 992px) {
  #headerpic .nivo-directionNav {
    position: absolute;
    z-index: 60;
    right: 60px;
    bottom: calc(18px + (26 - 18) * (100vw - 992px) / (1199 - 992));
    text-align: right;
  }
}

@media (min-width: 1200px) {
  #headerpic .nivo-directionNav {
    bottom: calc(-20px + (56 - 20) * (100vw - 1200px) / (1920 - 1200));
  }
}

#headerpic .theme-default .nivo-directionNav a {
  background: #4c4c4c;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: 0;
  font-size: 0;
  color: #feed01;
}

@media (min-width: 992px) {
  #headerpic .theme-default .nivo-directionNav a {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    opacity: 1;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
  }
}

#headerpic .theme-default .nivo-directionNav a:hover,
#headerpic .theme-default .nivo-directionNav a:focus {
  background: rgba(0, 0, 0, 0.7);
}

#headerpic .theme-default .nivo-directionNav a::after {
  font-size: 2.5rem;
  position: absolute;
  line-height: 1;
  top: -3px;
  color: #feed01;
}

#headerpic .theme-default .nivo-directionNav a.nivo-prevNav::after {
  content: "\2039";
  left: 12px;
}

#headerpic .theme-default .nivo-directionNav a.nivo-nextNav::after {
  content: "\203A";
  right: 12px;
}

#headerpic .theme-default .nivo-directionNav a + a {
  margin-left: 30px;
}

.nivo-directionNav a {
  color: #ffffff !important;
}

a.nivo-control {
  color: #ffffff !important;
}

a.nivo-control.active {
  color: #ffffff !important;
}

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

/* burgermenu for tablet */

#burgerButton {
  font-size: 0;
  border: none !important;
  display: block;
  height: 50px;
  width: 28px;
  border-radius: 2px;
  padding: 0;
  cursor: pointer;
  position: relative;
  background: transparent;
}

#burgerButtonInner2,
#burgerButton:after,
#burgerButtonInner {
  background-color: #4b4b4b;
  border-radius: 2px;
  position: absolute;
  width: 28px;
  height: 3px;
  left: 0;
  -webkit-transition: transform 200ms linear, opacity 200ms linear;
  -moz-transition: transform 200ms linear, opacity 200ms linear;
  -ms-transition: transform 200ms linear, opacity 200ms linear;
  -o-transition: transform 200ms linear, opacity 200ms linear;
  transition: transform 200ms linear, opacity 200ms linear;
}

#burgerButtonInner {
  top: 16px;
}

#burgerButtonInner2 {
  top: 24px;
}

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

@media (max-width: 991px) {
  .dropdown-toggle-button-wrapper,
  .dropdown-toggle-button-wrapper2 {
    right: 4px;
    top: 6px;
  }

  #burgerButton {
    height: 50px;
    width: 48px;
    padding: 6px 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  }

  #burgerButtonInner2,
  #burgerButton:after,
  #burgerButtonInner {
    left: 10px;
  }

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

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

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

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

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

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

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

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

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

@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) {
  #burgerButton {
    pointer-events: none;
  }

  nav {
    padding: 30px 20px 35px 20px;
    min-height: 430px;
    background-color: #f8f8f8;
    border-radius: 3px;
    position: relative;
  }

  nav::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 30px;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
  }

  #navBox {
    position: relative;
    z-index: 63;
    margin-bottom: 60px;
  }

  .navbar-header {
    margin-bottom: 8px;
  }

  .navbar-default .navbar-nav {
    width: 100%;
  }

  .navbar-default .navbar-nav > li {
    display: block !important;
    width: 100%;
    float: none;
  }

  .navbar-default .navbar-nav > li {
    position: relative;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li:not(:first-of-type):not(:last-of-type) {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
    width: 100%;
  }

  .navbar-default .navbar-nav > li > ul {
    position: relative;
    left: 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;
  }

  .dropdown-toggle-button-wrapper {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .dropdown-toggle-button-wrapper > .dropdown-toggle-button::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: transparent;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 7px;
    top: 16px;
  }
  .dropdown-toggle-button-wrapper > .dropdown-toggle-button::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: transparent;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 7px;
    top: 16px;
  }
  .dropdown-toggle-button-wrapper > .dropdown-toggle-button {
    position: relative;
    padding: 18px 30px;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
  }

  /* secondtoggle */

  .dropdown-toggle-button-wrapper2 {
    position: absolute;
    right: 10px;
    top: 5px;
    display: block !important;
  }
  .dropdown-toggle-button-wrapper2 > .dropdown-toggle-button::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #000000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 7px;
    top: 16px;
  }
  .dropdown-toggle-button-wrapper2 > .dropdown-toggle-button::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #000000;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 7px;
    top: 16px;
  }

  .dropdown-toggle-button-wrapper2 > .dropdown-toggle-button-open::after {
    -webkit-transform: rotate(-45deg) translate(-4px, -6px);
    transform: rotate(-45deg) translate(9px, -2px);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left: 5px;
    top: 21px;
  }
  .dropdown-toggle-button-wrapper2 > .dropdown-toggle-button-open::before {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-6px, -5px);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    right: 9px;
    top: 21px;
  }

  .dropdown-toggle-button-wrapper2 > .dropdown-toggle-button {
    position: relative;
    padding: 15px;
    background: #f3f3f3;
    border-radius: 8px;
    cursor: pointer;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
  .navbar-header .menuTitle {
    background: transparent;
  }
}

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

.navbar-default .navbar-nav > li > a {
  color: #4b4b4b;
  font-weight: 400;
  text-align: left;
  padding: 7px 35px 7px 10px;
  position: relative;
  z-index: 0;
  font-size: 1.25rem;
  background: #fff899;
  border-radius: 3px;
  line-height: 1.2;
  text-decoration: none;
}

.navbar-default .navbar-nav > li + li > a {
  margin-top: 2px;
}

.navbar-default .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #4c4c4c;
  border-radius: 3px;
  z-index: -1;
  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;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 8px 20px 8px 20px;
  }

  .navbar-default .navbar-nav > li > a.dropdown-toggle::before {
    content: "\00BB";
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 0;
  }

  .navbar-default .navbar-nav > li > a.dropdown-toggle {
    padding-right: 40px;
  }
}

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

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .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: #feed01;
  background: #4c4c4c;
}

.navbar-nav > li:focus-within > a {
  color: #feed01;
  background: #4c4c4c;
}

.navbar-default .navbar-nav > li:hover > a::after,
.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a:focus::after,
.navbar-default .navbar-nav > li.open > a::after,
.navbar-default .navbar-nav > li.open > a:hover::after,
.navbar-default .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;
}

/* -------------------------------------- second+thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu {
  padding: 10px;
  background: #f8f8f8;
  border-radius: 3px;
}

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

  .navbar-default .navbar-nav > li > .dropdown-menu > li {
    margin-bottom: 2px;
    position: relative;
  }

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  margin: 0px;
  padding: 4px 0;
}



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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
  color: #666666;
  font-weight: 400;
  text-align: left;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  padding: 8px 35px 8px 10px;
  font-size: 1.25rem;
  background: #f3f3f3;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    padding: 8px 20px 8px 20px;
  }
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
  padding: 6px 15px 6px 38px;
  font-size: 1.125rem;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a::before {
  content: "\00BB";
  display: block;
  position: absolute;
  top: 15px;
  line-height: 0;
  left: 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 {
  color: #000000;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a {
  color: #000000;
}

.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 {
  color: #3174ae;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
  color: #3174ae;
}

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

#content {
  text-align: left;
  min-height: 200px;
}

@media (min-width: 768px) {
  #overflow {
    overflow: hidden;
  }
}

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

main {
  padding-top: 30px;
  position: relative;
}

@media (max-width: 991px) {
  #bg-left {
    order: 13;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .index main {
    padding-top: 0px;
    position: relative;
    z-index: 60;
  }

  main {
    padding-top: 60px;
  }

  .index #bg-left {
    position: relative;
    z-index: 60;
    padding-right: 30px;
  }
}

.shadow {
  position: relative;
  z-index: 1;
}

#bg-left .shadow {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.shadow::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 30px;
  z-index: -1;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
}

#kalender .shadow::after {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.45);
}

/* ------------------------------------------------ kalender ----------------------------------------------- */

#kalender {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 576px) {
  #kalender {
    padding-top: 110px;
    padding-bottom: 110px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  #kalender {
    padding-top: 130px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  #kalender {
    padding-top: 180px;
    padding-bottom: 170px;
  }
}

#kalender::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(3.5deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) center top / 100% 130px no-repeat;
}

#kalender .tabCalendar {
  background: #4c4c4c;
  border-radius: 3px;
  padding: 15px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  #kalender .tabCalendar {
    padding-bottom: 30px;
  }
}

#kalender .tabCalendar > .row,
#kalender .tabCalendar > .row > div {
  position: static;
}

#clr-events-hide,
#clr-events-hide + div {
  display: none;
}

.eventclndr-tab {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .eventclndr-tab {
    margin-bottom: 0;
  }
}

#kalender .tabHeadline {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #feed01;
  font-size: 1.5rem;
}

.tab_link_title a {
  color: #ffffff;
  font-weight: 700;
}

.tab_link_mandat a {
  color: #ffffff;
}

.tab_link_mehr {
  color: transparent;
  font-size: 0;
}

.tab_link_date {
  color: #ffffff;
}

.tab_link_mehr a {
  padding-top: 32px;
  padding-left: 32px;
  text-align: left;
  display: block;
  color: #4b4b4b;
  font-weight: 400;
  font-size: 1.1875rem;
  width: 99px;
  height: 89px;
  background: url("../img/polygon-button.png") center / contain no-repeat;
  position: absolute;
  right: -14px;
  bottom: -45px;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-transition: transform 300ms linear;
  -moz-transition: transform 300ms linear;
  -ms-transition: transform 300ms linear;
  -o-transition: transform 300ms linear;
  transition: transform 300ms linear;
}

@media (min-width: 992px) {
  .tab_link_mehr a {
    right: -35px;
    bottom: 15px;
  }
}

.tab_link_mehr a:hover,
.tab_link_mehr a:focus {
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

#kalender .tab_link_entries {
  padding-left: 55px;
  background: url("../img/icon-info.png") center left no-repeat;
}

@media (min-width: 992px) {
  #kalender .tab_link_entries {
    padding-right: 55px;
  }
}

#kalender .tab_link_entries > div:last-child .tab_spacer {
  height: 0;
}

#kalender .tab_link_entry {
  color: #ffffff;
}

/* ---------------------------------------------------- tab ---------------------------------------------------- */

address {
  font-style: normal;
}

.tabMenu {
  position: relative;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #666666;
  padding: 22px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  pointer-events: all;
}

.tabMenu::after {
  content: "";
  position: absolute;
  display: block;
  top: 22px;
  right: 20px;
  bottom: 22px;
  left: 20px;
  background-color: #feed01;
  pointer-events: none;
  z-index: -1;
}

#bg-left .tab {
  font-size: 1rem;
  padding: 15px;
}

@media (min-width: 992px) {
  #bg-left nav + .tab {
    margin-top: 60px;
  }
}

#bg-left .tab .tabContent {
  padding: 22px 20px;
}

#bg-left .tab .tabContent a {
  color: #666666;
  text-decoration: underline;
}

#bg-left .tab .tabContent a:hover,
#bg-left .tab .tabContent a:focus {
  color: #000000;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1,
.legacy_h1 {
  font-size: calc(22px + (38 - 22) * (100vw - 320px) / (1920 - 320));
}

h2,
.h2,
.legacy_h2 {
  font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
}

h3,
.h3,
.legacy_h3 {
  font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
}

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
.legacy_h4 {
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
}

h5,
.h5,
.legacy_h5 {
  font-size: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
}

h6,
.h6,
.legacy_h6 {
  font-size: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}

#newslinks,
#newsmandate {
  border: 1px solid #000000;
}

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

#footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  footer {
    font-size: 1.0625rem;
    background-color: #fff899;
  }

  .contactTab {
    background-color: #4c4c4c;
    padding: 50px 40px;
    margin-top: -50px;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: -1px;
    position: relative;
    z-index: 65;
  }
}

.contactTab {
  background-color: #4c4c4c;
  padding: 50px 40px;
  font-size: 1rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  #contact > .row > * + * {
    margin-top: -50px;
  }
}

.contactTab a {
  color: #feed01;
}

.footerTab {
  padding-top: 25px;
  padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footerTab {
    display: flex;
    justify-content: space-between;
  }
}

#contact {
  position: relative;
}

#contact > .row,
#contact > .row > *:last-child {
  padding-left: 0;
  padding-right: 0;
}

#contact > .row > *:last-child .template-page .row,
#contact > .row > *:last-child .template-page div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

#contact iframe {
  width: 100%;
  display: block;
}

#contact .iframe-wrapper-manual-enabling {
  min-width: 100% !important;
  display: block;
}

@media (min-width: 768px) {
  #contact iframe,
  #contact .iframe-wrapper-manual-enabling {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    left: 0;
    height: 100% !important;
    display: block;
    min-height: 367px;
    min-width: auto !important;
  }

  #contact > .row,
  #contact > .row > *:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #contact iframe,
  #contact .iframe-wrapper-manual-enabling {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50% !important;
    left: 55%;
    height: 100% !important;
    display: block;
    min-height: 367px;
    min-width: auto !important;
    margin-top: -50px;
  }

  #contact > .row,
  #contact > .row > *:last-child {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
}

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

#innerfooter {
  font-size: 1.0625rem;
  padding-top: 5px;
  padding-bottom: 35px;
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: block;
}

#innerfooter a {
  color: #4b4b4b;
  text-decoration: none;
  display: block;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 5px;
}

#innerfooter a:hover,
#innerfooter a:focus {
  color: #feed01;
  background-color: #4c4c4c;
}

/* ---------------------------------------------- contact -------------------------------------------- */

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

@media (min-width: 992px) {
  #contact hr {
    margin: 0 0 60px 0;
  }
}

#contact h1 i,
#contact h2 i,
#contact h3 i,
#contact h4 i,
#contact h5 i,
#contact h6 i,
#contact h1 em,
#contact h2 em,
#contact h3 em,
#contact h4 em,
#contact h5 em,
#contact h6 em,
#contact .tabHeadline {
  color: #feed01;
  font-weight: 700;
  font-size: 1.5rem;
}

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

#contact #vernetzt {
  text-align: left;
  font-size: 0.875rem;
  color: #4b4b4b;
  line-height: 1.3;
  margin: 0 auto;
  text-decoration: none;
}

#vernetzt {
  font-size: 0.8125rem !important;
}

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

#vernetzt span {
  color: #4b4b4b;
  display: block;
}

#vernetzt img {
  display: block;
  margin-right: 20px;
}
