@import url("https://fonts.verwaltungsportal.de/import/?family=Outfit:400,400i,600,600i%7CBaloo+Bhaijaan+2:400,400i,600,600i,700,700i");

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

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

a {
  color: #c65010;
}

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

b,
strong {
  font-weight: 600;
}

#contentbottom_left {
  display: none;
}
/* ----------------------------------------------- logo ----------------------------------------------- */

.logo img {
  display: block;
}

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

#innerfooter .logo img {
  max-width: 170px;
  width: 100%;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  #menu {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  #burgerButton {
    font-size: 0;
    display: block;
    height: 50px;
    width: 60px;
    border-radius: 2px;
    padding: 6px 8px;
    cursor: pointer;
    background: #ffffff;
    border: none !important;
    -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 {
    background-color: #367e96;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 10px;
    -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;
  }

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

  #burgerButtonInner {
    top: 16px;
  }

  #burgerButtonInner2 {
    top: 24px;
  }

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

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

  .navbar-collapse {
    top: 0;
    background: #ffffff;
    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) {
  #menu {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  nav.horizontally .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

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

  .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"] {
    pointer-events: auto !important;
    opacity: 1 !important;
  }

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

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

  .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
  .navbar-default .navbar-nav li[class*="secondlevel"]:hover > u {
    z-index: 1003;
  }
}

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

.navbar-default .navbar-nav > li > a {
  color: #252525;
  font-weight: 400;
  text-align: left;
  padding: 13px 15px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "Baloo Bhaijaan 2", sans-serif;
}

@media (max-width: 991px) {
  nav.horizontally .navbar-nav > li > a.dropdown-toggle {
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li + li {
    margin-left: 15px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 1.25rem;
    padding: 9px 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }
}

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

.navbar-default .navbar-nav > li > a::before {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c65010;
  opacity: 0;
  -webkit-transition: opacity 300ms linear, width 300ms linear;
  -moz-transition: opacity 300ms linear, width 300ms linear;
  -ms-transition: opacity 300ms linear, width 300ms linear;
  -o-transition: opacity 300ms linear, width 300ms linear;
  transition: opacity 300ms linear, width 300ms linear;
}

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

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

.navbar-nav > li:hover > a::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-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

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

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

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

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

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-top: -18px;
    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: #252525;
  font-weight: 400;
  text-align: left;
  padding: 10px 25px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 991px) {
  nav.horizontally .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle2 {
    padding-right: 35px;
  }
}

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

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

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

#slider {
  height: 50vw;
  overflow: hidden;
  position: relative;
}

#slider-onebanner {
  height: 100% !important;
}

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

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

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

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

  #headerpic {
    background: rgba(37, 37, 37, 0.8);
  }
}

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

.slider-mask {
  display: none;
}

@media (min-width: 992px) {
  .slider-mask {
    display: block;
    background: rgba(37, 37, 37, 0.6);
  }
}

#headerText {
  line-height: 1.4;
}

#headerText,
#headerText .tabHeadline,
#headerText h1,
#headerText h2,
#headerText h3,
#headerText h4,
#headerText h5,
#headerText h6,
#headerText a {
  color: #ffffff;
}

@media (max-width: 991px) {
  #headerText {
    padding: 30px 15px;
    background: rgba(37, 37, 37, 0.8);
  }
}

@media (min-width: 992px) {
  #headerText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    z-index: 30;
    pointer-events: none;
  }

  #headerText > .row > * {
    pointer-events: all;
  }
}

@media (min-width: 992px) {
  #headerText {
    font-size: 1.375rem;
  }
}

#headerText .tabHeadline {
  text-transform: uppercase;
  margin-bottom: 25px;
}

#headerText a {
  text-decoration: underline;
}

/* ---------------------------------------------- all tabs --------------------------------------------- */

.tabs {
  color: #32758b;
}

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

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

.tabs:not(#tabs1):not(#tabs2) {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .tabs:not(#tabs1):not(#tabs2) {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.tabs:not(#tabs1):not(#tabs5) {
  font-size: 1rem;
}

.tabs .tabHeadline,
#tabs3 .tab h4,
#tabs3 .h4link a:link,
#tabs3 .h4link a:hover,
#tabs3 .h4link a:focus,
#tabs3 .h4link a:visited,
#tabs3 H6,
#tabs3 H5,
#tabs3 H4,
#tabs3 H3,
#tabs3 H2,
#tabs3 H1 {
  color: #367e96;
}

.tabs .tabHeadline:not(.h5):not(.h6) {
  text-transform: uppercase;
  font-weight: 700;
}

.tabs .headlineRow {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .tabs .headlineRow {
    margin-bottom: 40px;
  }

  .tabs .headlineRow h1,
  .tabs .headlineRow h2 {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------ tabs1 ----------------------------------------------- */

#tabs1 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  #tabs1 {
    position: relative;
    z-index: 30;
    margin-top: -50px;
  }
}

#tabs1 .tab::before {
  content: "";
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto 25px auto;
  background-color: #eafbfe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px auto;
}

@media (min-width: 992px) {
  #tabs1 .tab::before {
    height: 170px;
    width: 170px;
    background-size: auto;
  }
}

#tabs1 .tab.tab1::before {
  background-image: url("../img/icon-book.png");
}

#tabs1 .tab.tab2::before {
  background-image: url("../img/icon-gluehbirne.png");
}

#tabs1 .tab.tab3::before {
  background-image: url("../img/icon-hut.png");
}

#tabs1 .tabHeadline {
  font-size: 1.375rem;
  margin: 0;
}

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

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

@media (min-width: 992px) {
  #content,
  #content2 {
    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: #252525;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Baloo Bhaijaan 2", sans-serif;
}

h1,
.h1,
.legacy_h1 {
  font-size: calc(1.875rem + (40 - 30) * (100vw - 320px) / (1920 - 320));
}

h2,
.h2,
.legacy_h2 {
  font-size: calc(1.8125rem + (37 - 29) * (100vw - 320px) / (1920 - 320));
}

h3,
.h3,
.legacy_h3 {
  font-size: calc(1.75rem + (34 - 28) * (100vw - 320px) / (1920 - 320));
}

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

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

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

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

/* ------------------------------------------------ tabs2 + tabs4 ----------------------------------------------- */

#tabs2 .tab,
#tabs4 .tab {
  background: #eafbfe;
  height: 100%;
  min-height: 100%;
  padding: 30px 30px 40px 30px;
}

#tabs2 h1,
#tabs2 h2,
#tabs4 h1,
#tabs4 h2 {
  color: #32758b;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 700;
}

#tabs2 .tab h1,
#tabs2 .tab h2,
#tabs4 .tab h1,
#tabs4 .tab h2 {
  font-size: 1.5625rem;
}

#tabs2 img,
#tabs4 img {
  display: block;
  margin: -30px -30px 30px -30px;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
}

/* ------------------------------------------------ tabs3 ----------------------------------------------- */

#tabs3,
#tabs5 {
  background: #eafbfe;
}

#tabs3 .tab img {
  position: relative;
  z-index: 2;
  margin-bottom: -60px;
}

#tabs3 .tab h2 {
  color: #ffffff;
  background: #32758b;
  border-radius: 20px;
  display: block;
  font-size: 1.5625rem;
  font-weight: 400;
  padding: 70px 30px 15px 30px;
  text-transform: uppercase;
}

#tabs3 .tab h2 strong,
#tabs3 .tab h3 strong {
  font-weight: 700;
}

/* --------------------------------------------- buttonStyle -------------------------------------------- */

.buttonStyle a:not(.has-image) {
  background: #c65010;
  color: #ffffff;
  font-size: 1rem;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 15px 6px 15px;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  text-decoration: none;
}

footer .buttonStyle a:not(.has-image) {
  background: #fdc426;
  color: #285b6c;
}

.buttonStyle a:not(.has-image):hover,
.buttonStyle a:not(.has-image):focus {
  background: #296073;
}

footer .buttonStyle a:not(.has-image):hover,
footer .buttonStyle a:not(.has-image):focus {
  background: #ffffff;
}

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

#footer {
  background: #32758b;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
}

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

#footer .buttonStyle {
  margin-bottom: 30px;
}

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

@media (min-width: 992px) {
  #footer .buttonStyle {
    margin-bottom: 40px;
  }
}

#footer .buttonStyle a + a {
  margin-left: 20px;
}

@media (min-width: 992px) {
  #footer .buttonStyle a + a {
    margin-left: 40px;
  }
}

#footer .footerTab h1,
#footer .footerTab h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5625rem;
}

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

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

#innerfooter {
  background-color: #ffffff;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 1rem;
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: inline-block;
}

#innerfooter a {
  font-size: 0.9375rem;
  color: #252525;
  text-decoration: none;
  font-weight: 400;
}

#innerfooter a:hover,
#innerfooter a:focus {
  color: #32758b;
}

#innerfooter li + li {
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #innerfooter li + li {
    margin-left: 30px;
  }
}

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

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

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

#vernetzt span span {
  display: block;
}

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