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

body {
  font-family: "Barlow", sans-serif;
  color: #3c4241;
  background: #fffef9;
  font-size: 1rem;
  /* 1rem = 16px */
  line-height: 1.5;
}

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

a {
  color: #025948;
}

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

b,
strong {
  font-weight: 600;
}

/* ------------------------------------------------- topbar ------------------------------------------------ */

.topbar {
  background-color: #fdfee0;
  padding: 10px 0;
}

/* ----------------------------------------- mail + phone ----------------------------------------- */

address {
  font-style: normal;
}

.mail,
.phone {
  color: #1f1f1f;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-left: 20px;
  min-height: 17px;
  font-size: 0.75rem;
}

@media (max-width: 991px) {
  .mail,
  .phone {
    display: block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    margin: 15px 15px 0 15px;
  }
}

@media (min-width: 992px) {
  .phone {
    margin-left: 45px;
  }
}

.mail a,
.phone a {
  color: #1f1f1f;
}

.mail a:hover,
.phone a:hover,
.mail a:focus,
.phone a:focus {
  text-decoration: underline;
}

.mail::before,
.phone::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mail::before {
  background: url("../img/icon-mail.png") center right no-repeat;
  width: 13px;
  height: 11px;
}

.phone::before {
  background: url("../img/icon-phone.png") center right no-repeat;
  width: 12px;
  height: 12px;
}

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

#logo {
  display: inline-block;
}

#logo img {
  display: block;
}

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

  #logo {
    padding: 15px 0;
  }
}

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

#menu {
  padding: 20px 0;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}

.is-sticky #menu {
  padding: 15px 0;
  background-color: #fffef9;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/* burgermenu for tablet */

@media (max-width: 991px) {
  #burgerButton {
    font-size: 0;
    border: none !important;
    position: relative;
    z-index: 1002;
    display: block;
    width: 46px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ffffff;
    padding: 3px;
  }

  #burgerButton:before,
  #burgerButton:after,
  #burgerButtonInner {
    background-color: #e4e5c3;
    border-radius: 2px;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 2px;
    -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"]:before {
    opacity: 0;
  }

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

  #burgerButtonInner {
    top: 10px;
  }

  #burgerButton:before {
    top: 18px;
  }

  #burgerButton:after {
    top: 26px;
  }

  #burgerButton:before,
  #burgerButton:after {
    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.collapse.in {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .navbar-header {
    height: 50px;
    width: 60px;
    border-radius: 2px;
    padding: 6px 8px;
    background-color: #ffffff;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 101;
    -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);
  }

  .navbar-collapse.in:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 90px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

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

  .navbar-collapse.collapse.in:after {
    width: 40%;
  }
}

/* menu desktop */

@media (min-width: 992px) {
  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 .navbar-nav > li {
    flex-grow: 1;
  }

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

  /* Fade in Hover Start */
  .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;
  }

  /* Pseudo */

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

  /* 3rd */

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

  /* Fade in Hover End */
}

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

.navbar-default .navbar-nav > li > a {
  color: #3c4241;
  font-weight: 600;
  text-align: center;
  padding: 10px 35px 15px 35px;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid rgba(46, 60, 72, 0.2);
  }
}

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

  .navbar-default .navbar-nav > li > a {
    padding: 18px 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: 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: 5vw;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8px;
  background-color: #e4e5c3;
  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 (max-width: 991px) {
  .navbar-default .navbar-nav > li > a::before {
    width: 25vw;
  }
}

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

.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: #3c4241;
  background-color: transparent;
}

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

/* -------------------------------------- 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 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

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

@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;
    border-radius: 5px;
  }

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

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

@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 {
    padding: 7px 20px 7px 40px;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li + li + li > a,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li + li + li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a::before,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 100%;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #038c71;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > .dropdown-menu > li > a::before,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a::before {
    left: 25px;
  }
}

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

.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: transparent;
  color: #3c4241;
}

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

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

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

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

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

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

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

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

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

  #headerpic {
    left: -20vw;
    width: calc(100% + 20vw);
    background-color: #1f1f1f;
  }

  #bannerOverlay {
    left: 20vw;
    position: absolute;
    bottom: 30px;
    z-index: 12;
    color: #ffffff;
    text-shadow: 1px 1px 0 #1f1f1f;
  }

  #bannerOverlay .tabHeadline {
    color: #ffffff;
    font-size: 2rem;
    text-shadow: 1px 1px 0 #1f1f1f;
  }

  .theme-default .nivo-controlNav {
    bottom: unset !important;
    top: 15px;
  }
}

#bannerOverlay .tabHeadline {
  margin-bottom: 12px;
}

#bannerOverlay a {
  color: #1f1f1f;
  text-shadow: none;
  font-size: 0.75rem;
  font-weight: 600;
  position: relative;
  padding: 12px 35px 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  background-color: #e4e5c3;
  display: inline-block;
  margin-top: 15px;
}

#bannerOverlay a:hover,
#bannerOverlay a:focus {
  background-color: #fdfee0;
}

#bannerOverlay a::after {
  content: "\00BB";
  position: absolute;
  right: 25px;
}

#bannerOverlay .tab a + a {
  margin-left: 30px;
}

#bannerOverlay .tab a:last-child {
  background-color: #e4e5c3;
}

#bannerOverlay .tab a:hover:last-child,
#bannerOverlay .tab a:focus:last-child {
  background-color: #fdfee0;
}

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

.slider-mask {
  display: none;
}

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

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

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

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

/* ------------------------------------------------ shortInfo ----------------------------------------------- */
.bannerWrapper {
  background-color: #d1e0d1;
}
.shortInfo {
  position: relative;
}

@media (min-width: 992px) {
  .shortInfo::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18.3vw;
    width: 29vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .shortInfo::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18.3vw;
    width: 29vw;
    background-color: rgba(216, 226, 220, 0.92);
  }
}

.shortInfo .tab {
  position: relative;
  z-index: 1;
  color: #1f1f1f;
  font-size: 0.9375rem;
  padding: 20px 0;
}

.shortInfo h1 {
  color: #1f1f1f;
  font-size: 1.25rem;
}

.shortInfo .tab a {
  color: #1f1f1f;
}

.shortInfo .tab b,
.shortInfo .tab strong {
  font-weight: 700;
}

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

  .shortInfo .tab {
    padding: 20px;
  }

  .shortInfo::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .shortInfo::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(216, 226, 220, 0.92);
  }
}

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

main {
  text-align: left;
}

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

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

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

#contact {
  background: #fdfee0;
  overflow: hidden;
}

#contact > .row > div {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  #contact > .row > div {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

#contact > .row > div:last-child {
  position: relative;
}

@media (min-width: 768px) {
  #contact > .row > div:last-child {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  #contact > .row > div:last-child {
    padding-left: 60px;
  }
}

#contact > .row > div:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -19vw;
  width: 39.8vw;
  background-color: rgba(253, 254, 224, 0.9);
}

#contact > .row > div:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -19vw;
  width: 39.8vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #contact > .row > div:last-child::before {
    right: 0;
    width: 100%;
  }

  #contact > .row > div:last-child::after {
    right: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contact > .row > div:last-child {
    margin-bottom: 30px;
  }
}

#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5,
#contact h6,
#contact .tab {
  color: #1f1f1f;
}

#contact .tab a {
  color: #1f1f1f;
  text-decoration: underline;
}

#contact .tabHeadline {
  font-size: 32px;
  margin: 0 0 50px 0;
  position: relative;
}

#contact .tabHeadline::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 120px;
  left: 0;
  bottom: -20px;
  background-color: #ffffff;
}

#contact .tabHeadline2 {
  font-size: 1.25rem;
  margin: 0 0 15px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

#contact .phoneNumber {
  background: #ffffff url("../img/icon-telefon.png") center left 20px no-repeat;
  border-radius: 3px;
  padding: 7px 20px 7px 72px;
  font-weight: 600;
  font-size: 26px;
  width: 100%;
  position: relative;
  z-index: 1;
}

#contact .phoneNumber a {
  color: #1f1f1f;
}

@media (min-width: 576px) {
  #contact .phoneNumber {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  #contact .phoneNumber {
    font-size: 32px;
  }
}

#contact table td,
#contact table th {
  padding: 0 4px;
}

#contact table td:first-of-type,
#contact table th:first-of-type {
  padding: 0;
}

/* ------------------------------------------------ slogan ----------------------------------------------- */

#slogan {
  padding: 30px 0;
  font-weight: 600;
  color: #1f1f1f;
}

#slogan a {
  color: #1f1f1f;
}

@media (min-width: 992px) {
  #slogan {
    padding: 80px 0 155px 0;
    background-image: url("../img/hand.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 1.375rem;
  }

  #slogan .tabHeadline {
    font-size: 2rem;
  }
}

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

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

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

@media (min-width: 768px) {
  h1,
  .h1,
  .legacy_h1 {
    font-size: 2rem;
  }
}

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

@media (min-width: 768px) {
  h2,
  .h2,
  .legacy_h2 {
    font-size: 1.7rem;
  }
}

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

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

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

footer {
  background-color: #d5e1d9;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #1f1f1f;
  font-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

footer .tabHeadline {
  font-size: 1.375rem;
}

.iframetab iframe,
.iframetab .iframe-wrapper-manual-enabling {
  min-width: 100% !important;
  width: 100% !important;
  display: block;
  max-height: 183px;
}

@media (min-width: 992px) {
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 65.2vw;
    background-color: rgba(216, 226, 220, 1);
  }

  .tablogo {
    margin: 0 20px 45px 100px;
  }
}

.tablogo {
  margin: 30px 20px 45px 20px;
}

@media (max-width: 767px) {
  footer .row > .col-xs-12:not(:first-child)::before {
    background: #1f1f1f;
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
    margin: 25px 0;
    opacity: 0.2;
  }

  footer .row > .col-xs-12.hidden-xs ~ .col-xs-12::before,
  footer .row > .col-xs-12.hidden-sm ~ .col-xs-12::before {
    display: none;
  }
}

#innerfooter ul {
  padding: 0;
}

#innerfooter li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#innerfooter li:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

#innerfooter li:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#innerfooter a {
  color: #1f1f1f;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
}

#innerfooter li::before {
  content: "•";
  margin: 0 15px 0 0;
  color: rgba(0, 0, 0, 0.2);
}

#innerfooter li:hover::before,
#innerfooter li:focus::before {
  color: #ffffff;
}

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

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

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

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

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

#vernetzt span {
  color: #1f1f1f;
}

#vernetzt span span {
  display: block;
}

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