@import url("https://fonts.verwaltungsportal.de/import/?family=Red+Hat+Text:400,500,700,400i,500i,700i");
body {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 400;
  color: #444444;
  background: #ffffff;
  font-size: 1rem; /* 1rem = 16px */
  line-height: 1.5;
}

a {
  color: #0091b3;
}

a:hover {
  color: #0091b3;
}

b,
strong {
  font-weight: 700;
}

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

#topbar {
  background-color: #ffffff;
  color: #aaaaaa;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  #topbar {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
  }
}

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

#innerfooter {
  width: 100%;
  color: #444444;
  font-size: 1rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

#innerfooter a {
  color: #444444;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 767px) {
  #innerfooter {
    flex-direction: column;
  }
  #innerfooter a {
    display: inline;
  }
}

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

#innerfooter a:hover {
  color: #0091b3;
}

/* ----------------------------------------------- topbar2 --------------------------------------------- */

#topbar2 {
  padding-top: 22px;
}

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

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

#logoMobil img {
  max-width: 230px;
  max-height: 50px;
  width: 100%;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

/* ----------------------------------------------- search ----------------------------------------------- */

#search {
  background: #f4f4f4;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  #search {
    border-radius: 30px;
    height: 38px;
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  #search {
    max-width: 240px;
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  #search,
  #search input:first-child {
    max-width: 100%;
  }
}

#search_input {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 38px;
  padding-left: 14px;
  padding-right: 14px;
  height: 38px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  #search_input {
    padding-right: 47px;
    text-align: left;
  }
}

#search_submit {
  width: 100%;
  height: 38px;
  background: #26b3cc url("../img/lupe-icon.png") center no-repeat;
  border: none;
  background-size: 14px 14px;
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  display: block;
  -webkit-transition: transform 150ms linear;
  -moz-transition: transform 150ms linear;
  -ms-transition: transform 150ms linear;
  -o-transition: transform 150ms linear;
  transition: transform 150ms linear;
}

@media (min-width: 768px) {
  #search_submit {
    position: absolute;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    width: 48px;
    height: 48px;
    border: 5px solid #ffffff;
  }
  #search_submit:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 992px) {
  #search_submit {
    border-color: #ffffff;
  }
}

#search_input::-ms-input-placeholder,
#newsletter_input::-ms-input-placeholder {
  color: #6e6e6e !important;
}

#search_input::-webkit-input-placeholder,
#newsletter_input::-webkit-input-placeholder {
  color: #6e6e6e !important;
}

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

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

/* ------------------------------------------------ styler ---------------------------------------------- */

#style {
  display: inline-block;
  height: 38px;
}

#style button {
  padding: 0 0 2px 0;
  font-size: 17px;
  border: none;
  color: #ffffff;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-weight: 400;
  text-align: center;
  background-color: #26b3cc;
  position: relative;
  line-height: 1;
  -webkit-transition: background-color 150ms linear;
  -moz-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

#style button + button {
  margin-left: 8px;
}

#style button:hover {
  background-color: #6b017d;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
  #menu-wrapper {
    margin-top: 70px;
  }

  #burgerButton {
    font-size: 0;
    position: absolute;
    z-index: 1002;
    display: block;
    width: 46px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ffffff;
    padding: 3px;
    right: 12px;
    top: 50%;
    margin-top: -20px;
  }
  #burgerButtonInner2,
  #burgerButton:after,
  #burgerButtonInner {
    background-color: #26b3cc;
    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"] #burgerButtonInner2 {
    opacity: 0;
  }
  #burgerButton[aria-expanded="true"]:after {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-4px, -6px);
  }
  #burgerButtonInner {
    top: 11px;
  }
  #burgerButtonInner2 {
    top: 19px;
  }
  #burgerButton:after {
    top: 27px;
    content: "";
    display: block;
  }
  .navbar-nav {
    margin: 20px 0;
  }
  .navbar-collapse {
    top: 70px;
    background: #26b3cc;
    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 {
    height: 70px;
    line-height: 1;
    border-radius: 2px;
    padding: 10px 15px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    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-toggle::before {
    content: "";
    opacity: 0;
    position: fixed;
    top: 70px;
    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;
  }

  .dropdown-toggle-button-wrapper, .dropdown-toggle-button-wrapper2 {
    right: -10px;
}
}

@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 {
    background-color: #26b3cc;
  }

  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 > ul,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    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;
  }

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

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

  .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::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    top: 0;
    bottom: 0;
    left: -10px;
  }
}

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

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px 15px 5px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid #ffffff;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li + li {
    margin-left: 20px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 20px 4px;
    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: 0;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: width 300ms linear, background-color 300ms linear;
  -moz-transition: width 300ms linear, background-color 300ms linear;
  -ms-transition: width 300ms linear, background-color 300ms linear;
  -o-transition: width 300ms linear, background-color 300ms linear;
  transition: width 300ms linear, background-color 300ms linear;
}

/* -------------------------------------------- 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: #ffffff;
  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 {
  width: 100%;
  background-color: #ffffff;
}

/* -------------------------------------- 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: 30px;
    padding-bottom: 30px;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: 6px;
    left: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-left: 6px;
    margin-top: -30px;
    border-radius: 4px;
  }
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
  color: #444444;
  font-weight: 400;
  text-align: left;
  padding: 6px 20px 6px 10px;
  font-size: 1.125rem;
}

@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 {
  color: #444444;
  font-weight: 400;
  text-align: center;
  padding: 6px 25px;
  font-size: 1.125rem;
}
}

/* ------------------------------------------ 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 {
  background: #b580be;
  color: #ffffff;
}

.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: #b580be;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

.slider-mask {
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 40%);
}

@media (min-width: 768px) {
  #headerpic .nivo-directionNav a {
    top: auto;
    bottom: 12px;
  }

  #headerpic .nivo-controlNav {
    pointer-events: none;
  }

  #headerpic .nivo-controlNav a {
    pointer-events: auto;
  }
}

@media (min-width: 1200px) {
  #headerpic .nivo-directionNav a {
    bottom: 20px;
  }

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

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

#headerpic .slider-wrapper {
  position: relative;
}

#slogan {
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: auto;
  color: #e37b9f;
  line-height: 1.2;
  font-size: 1rem;
}

@media (min-width: 576px) {
  #slogan {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  #slogan {
    border-bottom: 1px solid #e0e0e0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  #bannerOverlay {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 9;
    pointer-events: none;
  }
  #slogan {
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  #slogan {
    color: #ffffff;
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  #bannerOverlay {
    bottom: 90px;
  }
}

#slogan .headline {
  line-height: 1.1;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  #slogan .headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  #slogan .headline {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  #slogan .headline {
    font-size: 4.5rem;
  }
}

@media (min-width: 1200px) {
  #slogan .headline {
    font-size: 5.875rem;
  }
}

#slogan a {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
  border: 3px solid #ffffff;
  border-radius: 28px;
  color: #ffffff;
  padding: 10px 15px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.6);
  backface-visibility: hidden;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: transform 150ms linear;
  -moz-transition: transform 150ms linear;
  -ms-transition: transform 150ms linear;
  -o-transition: transform 150ms linear;
  transition: transform 150ms linear;
}

@media (min-width: 992px) {
  #slogan a {
    font-size: 1rem;
    padding: 17px 22px;
    margin-top: 25px;
    background: rgba(0, 0, 0, 0.2);
  }
}

#slogan a:nth-child(2n + 1) {
  background: #c94f7c;
}

#slogan a:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#slogan a + a {
  margin-left: 15px;
}

@media (min-width: 992px) {
  #slogan a + a {
    margin-left: 25px;
  }
}

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

.tab {
  padding: 0;
  font-size: 1rem;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.tab .tabHeadline {
  margin: 0;
  font-size: 1.25rem;
  color: #ffffff;
  background-color: #b580be;
  text-align: center;
  padding: 25px 0 20px 0;
  line-height: 1;
}

.tab .tabContent {
  padding: 20px 25px;
  font-weight: 300;
  color: #555555;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.tab#veranstaltungen .tabContent {
  padding-top: 0;
}

.tab#veranstaltungen .tabContent .eventclndr-tab {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
}

.tab_link_title a {
  color: #680475;
  font-weight: 400;
  line-height: 1.4em;
}

.tab_link_mandat a {
  color: #680475;
  font-weight: 400;
  line-height: 1.4em;
}

.tab_spacer {
  height: 10px;
}

.tab#veranstaltungen .tab_link_mehr {
  color: transparent;
  margin-top: 10px;
}

.tab#veranstaltungen .tab_link_mehr a {
  font-size: 1rem;
  color: #0091b3;
  font-weight: 400;
}

.tab#veranstaltungen .tab_link_mehr a:after {
  content: " erfahren \0203A";
}

.tab#veranstaltungen2 .tab_link_mehr {
  color: transparent;
  margin-top: 10px;
}

.tab#veranstaltungen2 .tab_link_mehr a {
  font-size: 1rem;
  color: #0091b3;
  font-weight: 400;
}

.tab#veranstaltungen2 .tab_link_mehr a:after {
  content: " erfahren \0203A";
}

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

main {
  background-image: url("../img/bg-main.jpg");
  background-attachment: fixed;
  background-position: 0 bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

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

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

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

@media (min-width: 1200px) {
  #content-wrapper {
    padding-bottom: 160px;
  }

  #content {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content.noPaddingRight {
    padding-right: 15px;
  }
}

/* ------------------------------------------ h1, #content .legacy_h1, .legacy_h1 - h6, #content .legacy_h6, .legacy_h6, newslink ----------------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:visited,
h6, #content .legacy_h6, .legacy_h6,
h5, #content .legacy_h5, .legacy_h5,
h4, #content .legacy_h4, .legacy_h4,
h3, #content .legacy_h3, .legacy_h3,
h2, #content .legacy_h2, .legacy_h2,
h1, #content .legacy_h1, .legacy_h1 {
  color: #444444;
  line-height: 1.2;
}
h1, #content .legacy_h1, .legacy_h1,
h2, #content .legacy_h2, .legacy_h2,
.h1,
.h2 {
  color: #0091b3;
}

h1, #content .legacy_h1, .legacy_h1,
.h1 {
  font-size: 2.25rem;
}

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

h3, #content .legacy_h3, .legacy_h3,
.h3 {
  font-size: 1.75rem;
}

h4, #content .legacy_h4, .legacy_h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:visited {
  font-size: 1.5625rem;
}

h5, #content .legacy_h5, .legacy_h5,
.h5 {
  font-size: 1.375rem;
}

h6, #content .legacy_h6, .legacy_h6,
.h6 {
  font-size: 1.1875rem;
}

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

/* --------------------------------------------------- teaser --------------------------------------------------- */

#teaser {
  background-size: cover;
  margin-top: 30px;
}

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

@media (max-width: 991px) {
  #teaser > .row:nth-child(1) > div + div {
    margin-top: 30px;
  }
}

@media (min-width: 576px) {
  #teaser > .row:nth-child(1) > div + div:nth-child(2) {
    margin-top: 0;
  }
}

.teaser {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  min-height: 100%;
  height: 100%;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .teaser {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

#teaser .teaserImg {
  min-height: 50px;
  line-height: 0;
}

#teaser .teaserImg .cleaner {
  display: none;
}

#teaser .teaserImg {
  display: block;
  border-bottom: 3px solid #ef7aa3;
  position: relative;
}

#teaser .teaserImg img {
  display: block;
  width: 100%;
  height: auto;
}

#teaser .teaserImg:before {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(215, 68, 119, 0.75), transparent);
}

#teaser .teaserImg .template-page .row {
  margin-right: -15px;
  margin-left: -15px;
}

#teaser .teaserImg .template-page div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .teaser {
    backface-visibility: hidden;
    -webkit-transition: transform 150ms linear;
    -moz-transition: transform 150ms linear;
    -ms-transition: transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
    position: relative;
  }
  .teaser:hover {
    z-index: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.teaserContent {
  padding: 20px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .teaserContent {
    padding: 30px 25px;
    font-size: 1.25rem;
  }
}

.teaserHeadline {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .teaserHeadline {
    font-size: 1.5625rem;
  }
}

.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6,
.teaserHeadline {
  text-transform: uppercase;
  color: #d74276;
  font-weight: 700;
  margin: 0;
}

.teaserContent a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  color: #707070;
}

.teaserContent a:after {
  content: " \0203A";
}

.teaserContent a:hover {
  color: #333333;
}

.teaser.large {
  margin-top: 30px;
  padding-top: 100px;
  background-size: cover;
  background-position: center;
  min-height: auto;
  height: auto;
}

@media (min-width: 768px) {
  .teaser.large {
    padding-top: 130px;
  }
}

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

footer {
  background: #cbecf3 url("../img/kinder.png") center no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #595959;
}

#footerTab {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  footer .row > .col-xs-12:not(:first-child)::before {
    background: #000000;
    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;
  }
}

/* ------------------------------------------------- counter ------------------------------------------------- */

#counter {
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  text-align: justify;
  text-align-last: justify;
  max-width: 270px;
  margin: 0 auto;
}

#counter span {
  padding: 10px 15px;
  display: inline-block;
}

#counter span:nth-of-type(1) {
  color: #ffffff;
  background: #26b3cc;
}

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

#scrollTop {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #26b3cc;
  margin: 0 auto 25px auto;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 30px;
  padding: 10px 20px;
  max-width: 170px;
  opacity: 1 !important;
}

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

#scrollTop:hover {
  background-color: #6b017d;
}

#scrollTop span {
  font-size: 0;
  width: 18px;
  height: 35px;
  display: inline-block;
  position: relative;
  margin-right: 4px;
  -webkit-transition: border-radius 300ms linear;
  -moz-transition: border-radius 300ms linear;
  -ms-transition: border-radius 300ms linear;
  -o-transition: border-radius 300ms linear;
  transition: border-radius 300ms linear;
}

#scrollTop span::after {
  content: "";
  position: absolute;
  border-radius: 1px;
  left: 0;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

#vernetzt {
  font-size: 0.875rem;
  text-align: right;
  line-height: 1.3;
  margin: 0 auto;
  font-weight: 400;
}

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

#vernetzt b {
  color: #595959;
  font-weight: 700;
}

#vernetzt span {
  color: #595959;
}

#vernetzt span span {
  display: block;
}

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

.banner img {
  display: block;
  margin: auto 100px;
  width: calc(100% - 200px);
}
