@charset "UTF-8";
:root {
  --primary-color: #a5023b;
  --secondary-color: #465d6d;
  --button-background-color: #b9bdc5;
  --dark-color: #485f70;
  --light-color: #F3F4F5;
  --contrast-color: #ff3535;
  --dark-1: #333333;
  --dark-2: #222222;
  --color-white: #ffffff;
}

body.overlay {
  position: relative;
}
body.overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--primary-color), 0.5);
  width: 100%;
  height: 100%;
  z-index: 999999999;
}
body header {
  background: #fff;
  z-index: 9999999999;
}
@media screen and (max-width: 767px) {
  body header img {
    width: 100px;
  }
}
body #search-form-1 {
  z-index: 9999999999;
}

header {
  background: #fff;
}

section#start-standorte .start-boxes-row > div p a, section#start-events > div > p:last-of-type a, section#start-news > div > p:last-of-type a, .content-events > div > p:last-of-type a, #start-boxes .start-boxes-row > div p a, #start-leistungen .start-boxes-row > div p a, .images figcaption a, #modal p a {
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  section#start-standorte .start-boxes-row > div p a, section#start-events > div > p:last-of-type a, section#start-news > div > p:last-of-type a, .content-events > div > p:last-of-type a, #start-boxes .start-boxes-row > div p a, #start-leistungen .start-boxes-row > div p a, .images figcaption a, #modal p a {
    font-size: 0.98rem;
  }
}

@media only screen and (max-width: 1024px) {
  section#start-standorte .start-boxes-row > div > p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  section#start-standorte .start-boxes-row > div > p {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

section#start-standorte .start-boxes-row img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #start-news .news---wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
#start-news .news---wrapper dl {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  #start-news .news---wrapper dl {
    position: relative;
    padding-bottom: 2.5rem;
  }
}
#start-news .news---wrapper dl:nth-child(3n+2) {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media only screen and (max-width: 480px) {
  #start-news .news---wrapper dl:nth-child(3n+2) {
    margin-left: auto;
    margin-right: auto;
  }
}

.all-events-link {
  text-align: center;
  margin-top: 1.5rem;
  margin-left: 1rem;
  width: 100%;
}
.all-events-link a {
  display: inline-block;
}

#start-events > div > div.mobile-right {
  margin-left: -1.21rem;
}

.all-events-link a {
  border: 1px solid var(--primary-color);
  padding: 0.75rem 2rem;
  margin-top: 1rem;
  transition: all 0.3s;
}
.all-events-link a:hover {
  background-color: var(--primary-color);
  color: white !important;
  text-decoration: none !important;
}

.cols-2-50-50 div.media-left video + p a,
.cols-2-50-50 div.media-right video + p a,
.cols-2-50-50 div.media-left .video img + p a,
.cols-2-50-50 div.media-right .video img + p a {
  width: 146px;
  height: 146px;
}

#start-events .more--link-1 > a {
  display: inline-block;
  background-color: #a5023b;
  color: #fff;
  text-decoration: none;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  #start-events .more--link-1 > a {
    position: absolute;
    bottom: 1.5rem;
  }
}
#start-events .more--link-1 > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #start-events .outer-e {
    display: flex;
    flex-wrap: wrap;
  }
}
#start-events dl {
  margin-bottom: 30px;
}

.search__Icon:before {
  font-family: "medius-icons";
  margin-left: 0.5rem;
}

#start-boxes .start-boxes-row > div p a {
  position: absolute;
  bottom: 0;
  min-width: 250px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1199px) {
  #start-boxes .start-boxes-row > div p a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  #start-boxes .start-boxes-row > div p a {
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  #start-boxes .start-boxes-row > div p a {
    position: unset;
    transform: none;
  }
}

.start-boxes-row > div {
  position: relative;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
  .event-gallery > .outer {
    display: flex;
    flex-wrap: wrap;
  }
}
.event-gallery dl dd a:hover {
  text-decoration: none !important;
}

@media only screen and (max-width: 1199px) {
  #start-video h2 {
    font-size: 1.56rem;
  }
  #start-video .cta-button {
    padding: 0.75rem;
    font-size: 1.1rem;
  }
  #start-video p {
    font-size: 92%;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  section#start-standorte .start-boxes-row > div p a {
    font-size: 1rem;
  }
}

#select-leistungen {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #select-leistungen > ul {
    width: 100%;
  }
}
#select-leistungen > ul > li:after {
  right: -5px;
}
@media only screen and (max-width: 767px) {
  #select-leistungen > ul > li:after {
    right: -5px;
  }
}

@media only screen and (max-width: 767px) {
  section#start-leistungen h3, section#start-standorte h3, section#start-events h3, section#start-news h3, section#standort-boxes h3 {
    font-size: 1.65rem;
  }
  section#start-leistungen h4 {
    font-size: 1.65rem;
  }
  section#start-image {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section#start-image h4, .two-columns h4 {
    font-size: 1.65rem;
  }
  section#start-image > div > p, .two-columns > div > p {
    font-size: 1.1rem;
  }
  section#start-image > div > p:last-of-type {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-e {
    position: relative;
    padding-bottom: 2.5rem;
  }
}

button.acc-head {
  background: #e0e0e0;
  padding: 0.5em 40px 0.45em 20px;
  margin: 0 0 1em 0;
  position: relative;
  width: 100%;
  border: none;
  color: var(--secondary-color);
  font-size: 1.2222em;
  line-height: 1.3em;
  font-family: "bree";
  font-feature-settings: "ss01" 1;
  text-align: left;
  cursor: pointer;
}
button.acc-head:after {
  content: "\e82e";
  font-family: "medius-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 0.5em;
  color: #a5023b;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 1.15em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button.acc-head:hover:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

button.acc-head-active {
  margin-bottom: 0;
}
button.acc-head-active:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.key-is-used button.acc-head:focus {
  outline: 2px solid #000;
}

@media screen and (max-width: 767px) {
  .start-slider .homeslide {
    background: var(--primary-color);
  }
}
.start-slider .homeslide > div > div > li > div {
  background: linear-gradient(to right, rgb(165, 13, 58) 0%, rgba(107, 0, 19, 0) 100%);
  left: 0;
  bottom: 0;
  width: 60%;
  padding: 2rem;
  box-sizing: border-box;
  padding-right: 10%;
  height: 300px;
}
@media only screen and (max-width: 1199px) {
  .start-slider .homeslide > div > div > li > div {
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .start-slider .homeslide > div > div > li > div {
    padding: 1rem;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .start-slider .homeslide > div > div > li > div {
    width: 100%;
    background: var(--primary-color);
    box-sizing: border-box;
    border: none;
  }
}
.start-slider .homeslide > div > div > li > div > p:last-of-type {
  position: unset;
  color: var(--primary-color);
}
.start-slider .homeslide > div > div > li > div .slider-title {
  color: #fff;
  margin-bottom: 1rem;
  width: 85%;
  font-size: 1.85rem;
}
@media screen and (max-width: 1199px) {
  .start-slider .homeslide > div > div > li > div .slider-title {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 1023px) {
  .start-slider .homeslide > div > div > li > div .slider-title {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  .start-slider .homeslide > div > div > li > div .slider-title {
    width: 100%;
  }
}
.start-slider .homeslide > div > div > li > div p {
  color: #fff;
  margin-bottom: 1rem;
  width: 85%;
  font-size: 1.222em;
  line-height: 1.75rem;
  font-weight: 100;
  font-feature-settings: "ss01" 1;
}
@media screen and (max-width: 1199px) {
  .start-slider .homeslide > div > div > li > div p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .start-slider .homeslide > div > div > li > div p {
    width: 100%;
  }
}
.start-slider .homeslide > div > div > li > div p:last-child {
  width: 100%;
  text-align: right;
  background: transparent;
}
.start-slider .homeslide > div > div > li > div p:last-child a {
  font-size: 1.5rem;
  color: var(--primary-color);
  background-color: white;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .start-slider .homeslide > div > div > li > div p:last-child a {
    left: 1rem;
    bottom: 1rem;
    padding: 0.25rem 1rem;
    font-size: 1.25rem;
  }
}
.start-slider .homeslide > div > div > li > div p:last-child a:hover {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .start-slider .homeslide .slick-dots {
    background: var(--primary-color);
    padding-bottom: 10px;
  }
}
.start-slider ul.slick-dots li button {
  text-indent: -9999999px;
}
@media screen and (max-width: 767px) {
  .start-slider .slick-slider-dots {
    display: block;
    background-color: var(--primary-color);
    padding-top: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .start-slider .slick-slider-dots ul.slick-dots {
    position: unset;
  }
}

@media screen and (max-width: 1023px) {
  .slick--mobile, .slider-both-sides, .mobile-right {
    width: 100%;
    overflow: hidden;
  }
  .slick--mobile .slick-slide, .slider-both-sides .slick-slide, .mobile-right .slick-slide {
    width: 100%;
  }
  .slick--mobile ul.slick-dots, .slider-both-sides ul.slick-dots, .mobile-right ul.slick-dots {
    position: unset;
    text-align: center;
    margin-top: 1rem;
  }
  .slick--mobile dl, .slider-both-sides dl, .mobile-right dl {
    background-color: white;
  }
  .slick--mobile .slick-track, .slider-both-sides .slick-track, .mobile-right .slick-track {
    display: flex;
  }
  section#start-standorte .start-boxes-row.slick--mobile div, section#start-standorte .start-boxes-row.slider-both-sides div {
    overflow: hidden;
    margin: 0;
  }
  section#start-standorte .start-boxes-row.slick--mobile div img, section#start-standorte .start-boxes-row.slider-both-sides div img {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  section#start-standorte .start-boxes-row.slick--mobile div p, section#start-standorte .start-boxes-row.slider-both-sides div p {
    width: 100%;
    box-sizing: border-box;
  }
  .start-boxes-row.slick--mobile > div, .start-boxes-row.slider-both-sides > div, .start-boxes-row.mobile-right > div {
    padding: 0;
  }
  .init-slick-ifMobile-2, .start-boxes-row, .slick--mobile {
    /* the parent */
  }
  .init-slick-ifMobile-2 .slick-slide, .start-boxes-row .slick-slide, .slick--mobile .slick-slide {
    margin: 0 5px !important;
  }
  .init-slick-ifMobile-2 .slick-list, .start-boxes-row .slick-list, .slick--mobile .slick-list {
    margin: 0 5px !important;
  }
  .init-slick-ifMobile-2 p a.internal-link, .start-boxes-row p a.internal-link, .slick--mobile p a.internal-link {
    font-size: 1.15rem;
  }
  .slider-both-sides {
    display: block;
    overflow: visible;
    /* the slides */
    /* the parent */
  }
  .slider-both-sides .slick-slide {
    margin: 0 5px !important;
  }
  .slider-both-sides .slick-list {
    margin: 0 -5px;
  }
  .slider-both-sides .slick-track {
    display: flex;
  }
  .slider-both-sides p a.internal-link {
    font-size: 1.15rem;
  }
  .mobile-right {
    display: block;
    overflow: visible !important;
    margin-left: -1.8rem;
    /* the slides */
    /* the parent */
  }
  .mobile-right > div {
    clip-path: inset(-100vw -100vw -100vw 0);
  }
  .mobile-right .slick-slide {
    margin: 0 5px !important;
  }
  .mobile-right .slick-list {
    margin: 0 -5px;
  }
  .mobile-right .slick-track {
    display: flex;
  }
  .mobile-right p a.internal-link {
    font-size: 1.15rem;
  }
  .start-boxes-row.slider-both-sides > div, .start-boxes-row.mobile-right > div {
    width: 100%;
  }
  section#start-standorte .start-boxes-row > div {
    background-color: transparent;
  }
  section#start-standorte .start-boxes-row.slider-both-sides > div, section#start-standorte .start-boxes-row.mobile-right > div {
    width: 100% !important;
  }
  section#start-standorte .start-boxes-row.slider-both-sides > div p a {
    width: 100%;
    box-sizing: border-box;
  }
}
#start-events, #start-news {
  overflow: hidden;
}

#search-form-1 {
  display: none;
  position: absolute;
  top: 139px;
  background: #fff;
  border-bottom: 1px solid var(--secondary-color);
  width: 100%;
  padding: 2.5rem;
  z-index: 999999;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  #search-form-1 {
    top: 89px;
  }
}
@media screen and (max-width: 767px) {
  #search-form-1 {
    top: 67px;
  }
}
#search-form-1 .searchform {
  display: flex;
  justify-content: center;
}
#search-form-1 .searchform button {
  background: var(--primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0;
  padding: 0.75rem 2rem;
  background: url(../Images/search-white.svg) no-repeat center center, -moz-linear-gradient(top, #a90051 0%, #790e11 100%);
  background: url(../Images/search-white.svg) no-repeat center center, -webkit-linear-gradient(top, #a90051 0%, #790e11 100%);
  background: url(../Images/search-white.svg) no-repeat center center, linear-gradient(to bottom, #a90051 0%, #790e11 100%);
  background-size: 1.5em 1.5em, cover;
  height: 50px;
}
#search-form-1 #serchterm {
  width: 400px;
  margin-right: 1rem;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
}
#search-form-1 p.nav-close {
  display: none;
}

header a#top-nav-search.close:before {
  content: "\e811";
  pointer-events: none;
}

body.overlay.header-fixed header {
  z-index: 9999999999;
}
body.overlay.header-fixed #search-form-1 {
  position: fixed;
}

#search-leistungen {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#search-leistungen #search-leistungen-input {
  border: none;
  border-bottom: 1px solid var(--secondary-color);
}
@media screen and (max-width: 767px) {
  #search-leistungen #search-leistungen-input {
    font-size: 1rem;
  }
}
#search-leistungen button.fireButton {
  text-indent: 0;
  background-color: var(--primary-color);
  margin-left: 1rem;
  background: url(../Images/search-white.svg) no-repeat center center, -moz-linear-gradient(top, #a90051 0%, #790e11 100%);
  background: url(../Images/search-white.svg) no-repeat center center, -webkit-linear-gradient(top, #a90051 0%, #790e11 100%);
  background: url(../Images/search-white.svg) no-repeat center center, linear-gradient(to bottom, #a90051 0%, #790e11 100%);
  background-size: 1.5em 1.5em, cover;
  border: none;
  color: #fff;
  width: auto;
  border-radius: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #search-leistungen button.fireButton {
    margin-top: 0.5rem;
  }
}
#search-leistungen button.fireButton:after {
  font-family: "medius-icons";
  margin-left: 0.5rem;
}
#search-leistungen.fixed {
  position: relative;
  z-index: 9999999999;
  background-color: #fff;
  width: 1050px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 70px;
}
@media screen and (max-width: 1050px) {
  #search-leistungen.fixed {
    width: 80%;
  }
}

.ui-autocomplete, ul#ui-id-1 {
  z-index: 100000000000000000000;
}

.w-1920 {
  width: 100%;
  max-width: 1920px;
  background-color: var(--primary-color);
}

.cols-2-50-50 {
  background-color: var(--primary-color);
}
.cols-2-50-50 > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .cols-2-50-50 > div {
    flex-wrap: wrap;
  }
}
.cols-2-50-50 > div > main {
  float: none;
  width: 50%;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1023px) {
  .cols-2-50-50 > div > main {
    width: 100%;
    order: 2;
  }
}
.cols-2-50-50 > div > main > * {
  text-align: center;
  color: #fff;
}
.cols-2-50-50 > div > main .cta-button {
  border: 1px solid #fff;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 1.4rem;
  font-family: "bree light";
}
@media screen and (max-width: 767px) {
  .cols-2-50-50 > div > main .cta-button {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.cols-2-50-50 > div > aside {
  float: none;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .cols-2-50-50 > div > aside {
    width: 100%;
    order: 1;
  }
}

.video video + p a, .video img + p a {
  background: url(../Images/play-button.svg) no-repeat;
  width: 146px;
  height: 146px;
}
@media screen and (max-width: 767px) {
  .video video + p a, .video img + p a {
    background-size: 100%;
    width: 90px;
    height: 90px;
  }
}

.video video + p, #start-video div video + img p {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#start-news {
  background-color: var(--light-color);
}
#start-news > div > h3 {
  width: 100%;
}
#start-news > div > p {
  width: 100%;
}
#start-news > div > section, #start-news > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #start-news > div > section, #start-news > div > div {
    display: block;
  }
}
#start-news > div > section dl, #start-news > div > div dl {
  width: 31.5%;
}
#start-news > div > section dl dt, #start-news > div > div dl dt {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #start-news > div > section dl dt, #start-news > div > div dl dt {
    width: 100% !important;
    float: none !important;
  }
}
#start-news > div > section dl dt img, #start-news > div > div dl dt img {
  width: 100%;
  display: block;
  height: auto;
}
#start-news > div > section dl dd, #start-news > div > div dl dd {
  width: 100%;
  background-color: #fff;
  padding: 2rem 2rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #start-news > div > section dl dd, #start-news > div > div dl dd {
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  #start-news > div > section dl dd, #start-news > div > div dl dd {
    padding: 1rem 0.5rem;
  }
}
#start-news .more--link-2 > a {
  display: inline-block;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  #start-news .more--link-2 > a {
    position: absolute;
    bottom: 1.5rem;
  }
}
#start-news .more--link-2 > a:hover {
  text-decoration: none;
  opacity: 0.9;
}

@media screen and (min-width: 1024px) {
  .c-socialwall .c-socialwall__item {
    -webkit-flex: 0 1 32%;
    flex: 0 1 24%;
  }
}
/*:root {
  --primary-color: #71d3d3;
  --secondary-color: #d9d9d9;
  --button-background-color: #de9800;
  --dark-color: #0072ce;
  --light-color: #b8c6ff;
  --contrast-color: #ff3535;
  --dark-1: #333333;
  --dark-2: #222222;
  --color-white: #ffffff;
}*/
/* Flex Container */
@media screen and (max-width: 1200px) {
  :root {
    --primary-font-size-h1: 170%;
    --primary-font-size-h2: 140%;
  }
}
@font-face {
  font-family: "accessibility";
  src: url("../Fonts/accessibility/accessibility.eot?25545456");
  src: url("../Fonts/accessibility/accessibility.eot?25545456#iefix") format("embedded-opentype"), url("../Fonts/accessibility/accessibility.woff2?25545456") format("woff2"), url("../Fonts/accessibility/accessibility.woff?25545456") format("woff"), url("../Fonts/accessibility/accessibility.ttf?25545456") format("truetype"), url("../Fonts/accessibility/accessibility.svg?25545456#accessibility") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'accessibility';
    src: url('assets/iconfont/accessibility.svg?25545456#accessibility') format('svg');
  }
}
*/
[class^=acs-icon-]:before, [class*=acs-icon-]:before {
  font-family: "accessibility";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.acs-icon-book:before {
  content: "\e800";
}

/* '' */
.acs-icon-human:before {
  content: "\e805";
}

/* '' */
.acs-icon-minus:before {
  content: "\e818";
}

/* '' */
.acs-icon-logout:before {
  content: "\e81c";
}

/* '' */
.acs-icon-nightmode-icon:before {
  content: "\e81d";
}

/* '' */
.acs-icon-plus-icon-1:before {
  content: "\e820";
}

/* '' */
.acs-icon-refresh:before {
  content: "\e821";
}

/* '' */
.acs-icon-apple-option:before {
  content: "\e826";
}

/* '' */
.acs-icon-font-icon:before {
  content: "\e829";
}

/* '' */
.acs-icon-image-icon:before {
  content: "\e82e";
}

/* '' */
.acs-icon-adhs-focus:before {
  content: "\e82f";
}

/* '' */
.acs-icon-color-weakness:before {
  content: "\e830";
}

/* '' */
.acs-icon-contrast-icon:before {
  content: "\e831";
}

/* '' */
.acs-icon-enter-icon:before {
  content: "\e832";
}

/* '' */
.acs-icon-twitter:before {
  content: "\f099";
}

/* '' */
.acs-icon-facebook:before {
  content: "\f09a";
}

/* '' */
.acs-icon-keyboard:before {
  content: "\f11c";
}

/* '' */
.acs-icon-instagram-1:before {
  content: "\f16d";
}

/* '' */
.acs-icon-linkedin-squared:before {
  content: "\f30c";
}

/* '' */
.acs-icon-th:before {
  content: "\e801";
}

/* '' */
.accessibility-dashboard {
  font-size: 1.125rem;
  font-family: Arial, serif;
  display: none;
  text-align: center;
  position: fixed;
  right: 0;
  top: 0;
  background-color: black;
  background-color: var(--button-background-color);
  color: white;
  padding: 0.75rem;
  width: 420px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: visible;
  z-index: 10000000000000000;
  box-sizing: border-box;
  /* CSS property for slider */
  /* CSS property for slider thumb */
}
@media only screen and (max-width: 500px) {
  .accessibility-dashboard {
    width: 100%;
  }
}
.accessibility-dashboard :before, .accessibility-dashboard :after {
  box-sizing: content-box;
}
.accessibility-dashboard h1, .accessibility-dashboard h2, .accessibility-dashboard h3, .accessibility-dashboard h4, .accessibility-dashboard h5, .accessibility-dashboard h6 {
  font-family: Verdana, sans-serif;
  color: #ffffff;
}
.accessibility-dashboard h4 {
  font-size: 1.25rem;
}
.accessibility-dashboard input[type=range] {
  -webkit-appearance: none;
  height: 10px;
  width: 90%;
  border-radius: 50px;
  outline: none;
  border: none;
  margin: 0;
}
.accessibility-dashboard input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.accessibility-dashboard input[type=range]:focus::-ms-fill-lower {
  background: limegreen;
}
.accessibility-dashboard input[type=range]:focus::-ms-fill-upper {
  background: lightcoral;
}
.accessibility-dashboard input[type=range]::-ms-fill-lower {
  background: limegreen;
}
.accessibility-dashboard input[type=range]::-ms-fill-upper {
  background: lightcoral;
}
.accessibility-dashboard input[type=range]:focus::-moz-range-track {
  background: transparent;
}
.accessibility-dashboard input[type=range]::-moz-range-track {
  height: auto;
  background: transparent;
  border: none;
}
.accessibility-dashboard #red {
  background: linear-gradient(90deg, #000, red);
}
.accessibility-dashboard #green {
  background: linear-gradient(90deg, #000, green);
}
.accessibility-dashboard #blue {
  background: linear-gradient(90deg, #000, blue);
}
.accessibility-dashboard #contrast {
  background: linear-gradient(90deg, #fff, #000);
}
.accessibility-dashboard img {
  display: inline-block;
  opacity: 1 !important;
}
.accessibility-dashboard .d-title {
  margin: 0;
  padding: 0.75rem 0 0.75rem 0;
  border-bottom: 1px solid #fff;
  line-height: 1.5rem;
  font-weight: normal;
  background-color: #fff;
  color: #000;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
}
.accessibility-dashboard .d-title .acs-icon-enter-icon:before {
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 0.5rem;
  width: 20px;
  height: 20px;
  padding: 0.15rem;
  line-height: 20px;
}
.accessibility-dashboard .d-title .acs-icon-font-icon:before {
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 0.5rem;
  font-size: 70%;
  width: 20px;
  height: 20px;
  padding: 0.15rem;
  line-height: 20px;
}
.accessibility-dashboard .d-title .acs-icon-color-weakness:before {
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 0.5rem;
  font-size: 70%;
  width: 20px;
  height: 20px;
  padding: 0.15rem;
  line-height: 20px;
}
.accessibility-dashboard.show {
  display: block;
}
.accessibility-dashboard .html-accordions details {
  border-radius: 0;
}
.accessibility-dashboard .html-accordions details:first-child, .accessibility-dashboard .html-accordions details:last-child {
  border-radius: 0;
}
.accessibility-dashboard .html-accordions summary {
  padding: 0;
  border-radius: 0;
  margin: 6px;
}
.accessibility-dashboard .html-accordions summary * {
  pointer-events: none;
}
.accessibility-dashboard .html-accordions details[open] summary:before {
  content: none;
}
.accessibility-dashboard .accordion-content {
  padding: 1rem 0 1rem 0;
  background-color: #252525;
  background-color: var(--primary-color);
}
.accessibility-dashboard.keyboard-shown {
  height: calc(100vh - 110px);
}
.accessibility-dashboard .hidden {
  opacity: 0;
  position: absolute !important;
  left: -99999px;
}
.accessibility-dashboard .accordion-content * {
  color: var(--color-white);
}
.accessibility-dashboard .accordion-content .minus, .accessibility-dashboard .accordion-content .minus_lh, .accessibility-dashboard .accordion-content .plus, .accessibility-dashboard .accordion-content .plus_lh {
  color: #000;
  font-size: 2rem;
}
.accessibility-dashboard .close-it {
  position: relative;
}
.accessibility-dashboard .close-it .acs-icon-plus-icon-1:before {
  position: absolute;
  margin: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.accessibility-dashboard input[type=button],
.accessibility-dashboard input[type=reset],
.accessibility-dashboard input[type=submit],
.accessibility-dashboard button {
  cursor: pointer;
  font-size: 90%;
}
.accessibility-dashboard .html-accordions details {
  overflow: hidden;
  margin: 1px 0;
}
.accessibility-dashboard .html-accordions details:first-child {
  border-radius: 15px;
}
.accessibility-dashboard .html-accordions details:last-child {
  border-radius: 17px;
}
.accessibility-dashboard .html-accordions details[open] summary i:first-of-type {
  display: none;
}
.accessibility-dashboard .html-accordions details[open] summary i:last-of-type {
  display: inline-block;
}
.accessibility-dashboard .html-accordions summary {
  padding: 0;
  cursor: pointer;
}
.accessibility-dashboard .html-accordions summary::marker {
  content: none;
}
.accessibility-dashboard .html-accordions summary i {
  margin-right: 0.5rem;
}
.accessibility-dashboard .html-accordions summary i:last-of-type {
  display: inline-block;
}
.accessibility-dashboard .html-accordions summary i:last-of-type {
  display: none;
}
.accessibility-dashboard summary::-webkit-details-marker {
  display: none;
}
.accessibility-dashboard * {
  box-sizing: border-box;
}
.accessibility-dashboard button {
  padding: 0.5rem 0.5rem;
}
.accessibility-dashboard input[type=range] {
  padding: 0;
}
.accessibility-dashboard .plus, .accessibility-dashboard .minus {
  line-height: 0;
}
.dashboard-section {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #252525;
  background-color: var(--primary-color);
  margin: 0.5rem 0;
}

.d-button {
  border: 1px solid #fff;
  background-color: #252525;
  background-color: var(--primary-color);
  width: 100%;
  color: #ffffff;
  border-radius: 10px;
  margin: 0.5rem 0;
  padding: 0.5rem 0.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
}
.d-button > span:first-of-type {
  width: 30px;
  margin-right: 1rem;
}
.d-button > span:first-of-type:before {
  margin: 0;
  padding: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.d-button > span:nth-child(2) {
  width: calc(100% - (1rem + 35px + 120px));
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .d-button > span:nth-child(2) {
    word-break: initial;
    width: 100%;
  }
}
.d-button > span:last-of-type {
  text-align: right;
  width: 120px;
}
.d-button.reset-all {
  width: 80%;
}
.d-button.reset-all > span:last-of-type {
  text-align: right;
}
.d-button.reset-all .acs-icon-refresh.done:before {
  background-color: #fff;
  border-radius: 100%;
  color: #000;
}
.d-button.nm-is---active > span:first-of-type:before, .d-button.ti-is---active > span:first-of-type:before, .d-button.adhs-is---active > span:first-of-type:before, .d-button.kv-is---active > span:first-of-type:before, .d-button.kn-is---active > span:first-of-type:before {
  margin: 0;
  color: #000;
  background: #fff;
  border-radius: 100%;
}

.keyboard-access {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  margin: 0.5rem;
  padding: 0.5rem;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.keyboard-access > span {
  display: block;
}
.keyboard-access > span:first-of-type {
  width: calc(100% - 120px);
}
.keyboard-access > span:last-of-type {
  text-align: right;
  width: 120px;
}
.keyboard-access.single {
  width: 230px;
}
.keyboard-access.single > span {
  display: block;
}
.keyboard-access.single > span:first-of-type {
  width: calc(100% - 50px);
}
.keyboard-access.single > span:last-of-type {
  text-align: right;
  width: 50px;
}

.close-it, .close-it-k {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #000;
  background-color: var(--primary-color);
  color: #fff;
  border: 2px solid #fff;
  display: block;
}
.close-it .acs-icon-plus-icon-1:before, .close-it-k .acs-icon-plus-icon-1:before {
  transform: rotate(-45deg);
}

.close-it-k {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.mac-option {
  width: 28px;
  height: 24px;
  position: relative;
  margin-top: -7px;
  top: 7px;
  display: inline-block;
  opacity: 1 !important;
}

.font-size-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
}
.font-size-wrapper > div:first-of-type {
  margin-right: 0.5rem;
}
.font-size-wrapper > div:last-of-type {
  margin-left: 0.5rem;
}

.num, .num_lh {
  color: #fff;
  padding: 0.5rem;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 22px !important;
}

.minus, .plus, .minus_lh, .plus_lh {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  font-size: 150%;
  width: 40px;
  height: 40px;
  margin: 0;
}

.sub-title {
  margin-bottom: 0.5rem;
}

.dashboard-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
}
body.key-is-used #search-form-1 #serchterm:focus,
body.key-is-used button:focus,
body.key-is-used #search-leistungen #search-leistungen-input:focus,
body.key-is-used #search-leistungen button.fireButton:focus,
body.key-is-used #start-news .more--link-2 > a:focus,
body.key-is-used #start-events p a:focus, body.key-is-used #start-news p a:focus, body.key-is-used .content-events p a:focus, body.key-is-used .content-news p a:focus,
body.key-is-used .cols-2-50-50 > div > main .cta-button:focus,
body.key-is-used section#start-standorte .start-boxes-row > div p:last-of-type a:focus {
  outline: 2px solid #000;
  outline-offset: 4px;
}
body.key-is-used .accessibility-dashboard *:focus {
  outline: 2px solid yellow;
  outline-offset: 4px;
}
body.font-size-2 {
  font-size: 1.2rem;
}
body.font-size-2 header > div, body.font-size-2 section > div, body.font-size-2 footer > div, body.font-size-2 nav#sub-nav > div {
  width: 1620px;
}
body.font-size-2 header nav#first-nav {
  width: 100%;
  position: unset;
  margin-top: 1rem;
}
body.font-size-2 header > div {
  height: 170px;
}
body.font-size-2 .acc-top-nav {
  right: 900px;
}
body.font-size-2 .accessibility-dashboard {
  font-size: 1.25rem;
}
body.font-size-2 #start-boxes .start-boxes-row > div p a {
  min-width: 350px;
}
body.font-size-2 #start-news .more--link-2 > a {
  font-size: 90%;
}
body.font-size-2 header img {
  position: relative;
}
body.font-size-3 {
  font-size: 1.3rem;
}
body.font-size-3 .accessibility-dashboard {
  font-size: 1.35rem;
}
body.font-size-4 {
  font-size: 1.4rem;
}
body.font-size-4 .accessibility-dashboard {
  font-size: 1.45rem;
}
body.font-size-5 {
  font-size: 1.5rem;
}
body.font-size-5 .accessibility-dashboard {
  font-size: 1.55rem;
}
body.line-height-2 {
  line-height: 2.5rem;
}
body.line-height-2 section#start-boxes > div > p,
body.line-height-2 section#start-leistungen > div > p, body.line-height-2 section#start-standorte > div > p, body.line-height-2 section#standort-boxes > div > p, body.line-height-2 section#start-leistungen h4, body.line-height-2 .babygallery main > p {
  line-height: 2.5rem;
}
body.line-height-2 .teaser-image-box a:after {
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
}
body.line-height-3 {
  line-height: 2.75rem;
}
body.line-height-3 section#start-boxes > div > p,
body.line-height-3 section#start-leistungen > div > p, body.line-height-3 section#start-standorte > div > p, body.line-height-3 section#standort-boxes > div > p, body.line-height-3 section#start-leistungen h4, body.line-height-3 .babygallery main > p {
  line-height: 2.75rem;
}
body.line-height-4 {
  line-height: 3rem;
}
body.line-height-4 section#start-boxes > div > p,
body.line-height-4 section#start-leistungen > div > p, body.line-height-4 section#start-standorte > div > p, body.line-height-4 section#standort-boxes > div > p, body.line-height-4 section#start-leistungen h4, body.line-height-4 .babygallery main > p {
  line-height: 3rem;
}
body.line-height-5 {
  line-height: 3.25rem;
}
body.line-height-5 section#start-boxes > div > p,
body.line-height-5 section#start-leistungen > div > p, body.line-height-5 section#start-standorte > div > p, body.line-height-5 section#standort-boxes > div > p, body.line-height-5 section#start-leistungen h4, body.line-height-5 .babygallery main > p {
  line-height: 3.25rem;
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li > a,
body.set_white_color .toolbar-navigation > ul > li > a,
body.set_white_color .main-navigation > ul > li > a {
  color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li > a:hover,
body.set_white_color .toolbar-navigation > ul > li > a:hover,
body.set_white_color .main-navigation > ul > li > a:hover {
  color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li > a:before,
body.set_white_color .toolbar-navigation > ul > li > a:before,
body.set_white_color .main-navigation > ul > li > a:before {
  background-color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li.active > a,
body.set_white_color .toolbar-navigation > ul > li.active > a,
body.set_white_color .main-navigation > ul > li.active > a {
  color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li.active > a:hover,
body.set_white_color .toolbar-navigation > ul > li.active > a:hover,
body.set_white_color .main-navigation > ul > li.active > a:hover {
  color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li.active > a:before,
body.set_white_color .toolbar-navigation > ul > li.active > a:before,
body.set_white_color .main-navigation > ul > li.active > a:before {
  background-color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li:hover:before,
body.set_white_color .toolbar-navigation > ul > li:hover:before,
body.set_white_color .main-navigation > ul > li:hover:before {
  color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li ul > .menu-column > li.active > a,
body.set_white_color .toolbar-navigation > ul > li ul > .menu-column > li.active > a,
body.set_white_color .main-navigation > ul > li ul > .menu-column > li.active > a {
  color: var(--color-white);
  text-decoration: underline;
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li ul > .menu-column > li.active:before,
body.set_white_color .toolbar-navigation > ul > li ul > .menu-column > li.active:before,
body.set_white_color .main-navigation > ul > li ul > .menu-column > li.active:before {
  color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li ul > .menu-column > li:hover > a,
body.set_white_color .toolbar-navigation > ul > li ul > .menu-column > li:hover > a,
body.set_white_color .main-navigation > ul > li ul > .menu-column > li:hover > a {
  color: var(--color-white);
  text-decoration: underline;
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li ul > .menu-column > li:hover:before,
body.set_white_color .toolbar-navigation > ul > li ul > .menu-column > li:hover:before,
body.set_white_color .main-navigation > ul > li ul > .menu-column > li:hover:before {
  color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li ul > .menu-column > li > ul > li.active > a,
body.set_white_color .toolbar-navigation > ul > li ul > .menu-column > li > ul > li.active > a,
body.set_white_color .main-navigation > ul > li ul > .menu-column > li > ul > li.active > a {
  color: var(--color-white);
  text-decoration: underline;
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li ul > .menu-column > li > ul > li:before,
body.set_white_color .toolbar-navigation > ul > li ul > .menu-column > li > ul > li:before,
body.set_white_color .main-navigation > ul > li ul > .menu-column > li > ul > li:before {
  color: var(--color-white);
}
body.set_white_color .main-navigation-toolbar .main-navigation > ul > li ul > .menu-column > li > ul > li:hover > a,
body.set_white_color .toolbar-navigation > ul > li ul > .menu-column > li > ul > li:hover > a,
body.set_white_color .main-navigation > ul > li ul > .menu-column > li > ul > li:hover > a {
  color: var(--color-white);
  text-decoration: underline;
}
body.set_white_color .toolbar-navigation > ul > li.active::before, body.set_white_color .main-navigation > ul > li.active::before {
  color: var(--white-text-color);
}
body.set_white_color .description-wrapper .slide-description,
body.set_white_color .highlight-text.text-with-bgcolor {
  background-color: var(--white-text-color);
}
body.set_white_color header nav#second-nav > ul > li:last-of-type > a {
  background-color: var(--primary-color);
}
body.set_white_color header nav#second-nav > ul > li:last-of-type > a:before {
  background: var(--primary-color);
}
body.set_white_color header nav div, body.set_white_color #sub-nav ul div {
  background: var(--secondary-color);
}
body.set_white_color #search-leistungen button.fireButton {
  background-color: var(--primary-color);
  background-image: url(../Images/search-white.svg);
}
body.set_white_color #start-news .all-events-link a,
body.set_white_color section#start-news h3,
body.set_white_color #select-leistungen ul a {
  color: var(--color-white);
}
body.set_white_color #start-news .all-events-link a {
  border-color: var(--color-white);
}
body.set_white_color header nav ul a {
  color: var(--secondary-color);
}
body.no-flip-boxes .flip-box {
  height: auto;
  perspective: unset;
}
body.no-flip-boxes .flip-box-inner {
  transform: none;
  height: auto;
}
body.no-flip-boxes .flip-box-front, body.no-flip-boxes .flip-box-back {
  position: relative;
  top: 2rem;
  -webkit-backface-visibility: unset;
}
body.no-flip-boxes .flip-box-front .box-badge.badge-long {
  margin-top: 0;
  top: 1rem;
  position: relative;
}
body.no-flip-boxes .flip-box-front {
  height: 640px;
}
body.no-flip-boxes .flip-box:hover .flip-box-inner, body.no-flip-boxes .flip-box-back {
  transform: none;
}
body.no-flip-boxes .container-3-cols > div.flip-box .btn {
  position: unset;
}

#topBlack {
  background-color: rgba(0, 0, 0, 0.8);
  width: 500%;
  display: none;
  position: fixed;
  z-index: -1000000000000000000;
  height: 2000px;
  visibility: hidden;
  opacity: 0;
}

#bottomBlack {
  background-color: rgba(0, 0, 0, 0.8);
  width: 500%;
  display: none;
  position: fixed;
  z-index: -100000000000000000;
  height: 2000px;
  visibility: hidden;
  opacity: 0;
}

body.adhs #topBlack, body.adhs #bottomBlack {
  display: block;
  z-index: 9999999999;
  opacity: 1;
  visibility: visible;
}

.glide.no-events {
  pointer-events: none;
}

.main-navigation .has-focus > ul {
  display: block;
  z-index: 9999999;
}
.main-navigation .has-focus > ul > div > li > ul {
  display: block;
  z-index: 9999999;
}
.dashboard-section {
  width: 100%;
}
.dashboard-section input {
  margin: 0 0 1rem 0;
}
.dashboard-section input:last-of-type {
  margin-bottom: 0;
}
.dashboard-section p, .dashboard-section span {
  margin: 0;
  display: block;
  line-height: 1rem;
}

.night-mode h1, .night-mode h2, .night-mode h3, .night-mode h4, .night-mode h5, .night-mode h6 {
  color: var(--color-white);
}
.night-mode input[type=text],
.night-mode input[type=email],
.night-mode input[type=number],
.night-mode input[type=color],
.night-mode input[type=date],
.night-mode input[type=datetime-local],
.night-mode input[type=month],
.night-mode input[type=search],
.night-mode input[type=tel],
.night-mode input[type=time],
.night-mode input[type=url],
.night-mode input[type=password],
.night-mode input[type=week],
.night-mode select,
.night-mode .btn-forms {
  background-color: var(--dark-1);
  border: 1px solid #ccc;
}
.night-mode .breadcrumb ul li a {
  color: var(--color-white);
}
.night-mode .breadcrumb ul li::before {
  color: var(--color-white);
}
.night-mode header {
  background-color: #000;
}
.night-mode header li, .night-mode header a, .night-mode header p, .night-mode header * {
  color: var(--color-white);
}
.night-mode header li:hover, .night-mode header a:hover, .night-mode header p:hover, .night-mode header *:hover {
  color: var(--color-white);
}
.night-mode header li:before, .night-mode header a:before, .night-mode header p:before, .night-mode header *:before {
  color: var(--color-white);
}
.night-mode a#top-nav-search:before {
  color: var(--color-white);
}
.night-mode #search-form-1 {
  background-color: #000;
}
.night-mode h1, .night-mode h2, .night-mode h3, .night-mode h4, .night-mode h5, .night-mode h6, .night-mode p, .night-mode a, .night-mode li {
  color: var(--color-white) !important;
}
.night-mode #start-news .news---wrapper dl, .night-mode #start-news > div > section dl dd, .night-mode #start-news > div > div dl dd, .night-mode section#start-standorte .start-boxes-row > div p:last-of-type a, .night-mode section#start-events > div > p:last-of-type a, .night-mode section#start-news > div > p:last-of-type a, .night-mode .content-events > div > p:last-of-type a, .night-mode #start-boxes .start-boxes-row > div p a, .night-mode #start-leistungen .start-boxes-row > div p a, .night-mode .images figcaption a, .night-mode #modal p a,
.night-mode .teaser-image-box p {
  background-color: #000;
}
.night-mode .all-events-link a {
  border-color: var(--color-white);
}
.night-mode #select-leistungen ul, .night-mode header nav div, .night-mode #sub-nav ul div {
  background-color: var(--dark-1);
}
.night-mode #start-boxes .start-boxes-row > div:before, .night-mode #start-leistungen .start-boxes-row > div:before, .night-mode p#top-nav a:before,
.night-mode form#news-filter select {
  color: var(--color-white);
}
.night-mode.key-is-used header a:focus {
  outline: 2px solid yellow;
  outline-offset: 2px;
}

.night-mode {
  background-color: black;
  color: white;
}

.hide-images img {
  opacity: 0;
}

.hide-images * {
  background-image: none !important;
}

#keyboard_dashboard {
  display: none;
  background-color: #000;
  color: #fff;
  position: fixed;
  width: 100%;
  padding: 0.5rem;
  height: 155px;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
}
#keyboard_dashboard .keyboard-access {
  margin: 0.75rem 0;
  padding: 0;
}
#keyboard_dashboard .keyboard-access:last-child {
  border: none;
}
#keyboard_dashboard .keyboard-access.single {
  width: 230px;
}
#keyboard_dashboard.show {
  display: flex;
  justify-content: space-between;
}

footer.keyboard-shown {
  margin-bottom: 110px;
}

.direct-0-50 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  width: 90%;
  margin: 0 auto;
}

.direct-btn {
  border-radius: 5px;
  text-align: center;
  padding: 0.25rem;
  min-width: 40px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
.direct-btn.selected {
  background-color: #fff;
  color: #000;
}

.has--tooltip {
  position: relative;
}
.has--tooltip details summary .is--tooltip {
  display: none;
}
.has--tooltip details summary:focus, .has--tooltip details summary:hover {
  background: red;
}
.has--tooltip details summary:focus .is--tooltip, .has--tooltip details summary:hover .is--tooltip {
  display: block;
}
.has--tooltip details[open] summary .is--tooltip {
  display: block;
}
.has--tooltip.d-button .is--tooltip, .has--tooltip.close-it .is--tooltip {
  display: none;
}
.has--tooltip.d-button:focus .is--tooltip, .has--tooltip.d-button:hover .is--tooltip, .has--tooltip.close-it:focus .is--tooltip, .has--tooltip.close-it:hover .is--tooltip {
  display: block;
}

.is--tooltip {
  position: fixed;
  top: 30%;
  width: 300px;
  background: #000;
  background-color: var(--primary-color);
  border: 2px solid #fff;
  color: #fff;
  padding: 1rem;
  z-index: 10000000000000000000;
  left: auto;
  right: 420px;
  border-radius: 15px;
  margin: 0;
  font-style: normal;
}

.is--tooltip {
  text-align: left;
}
.is--tooltip h4 {
  margin: 0 0 1rem 0;
}
.is--tooltip p {
  line-height: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .is--tooltip,
  .d-button.reset-all > span:last-of-type,
  .d-button > span:last-of-type,
  #keyboard_visible,
  #keyboard_activate,
  .font-size-wrapper > div,
  .keyboard-combination {
    display: none !important;
  }
}
.close-it-k {
  cursor: pointer;
}

nav#skip-anchors {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

nav#skip-anchors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

nav#skip-anchors ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

nav#skip-anchors ul li:focus-within {
  height: auto;
}

nav#skip-anchors ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  padding: 15px;
  font-size: 140%;
}

nav#skip-anchors a:focus {
  border: 2px solid yellow;
}

nav#skip-F-anchors {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

nav#skip-F-anchors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

nav#skip-F-anchors ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

nav#skip-F-anchors ul li:focus-within {
  height: auto;
}

nav#skip-F-anchors ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  padding: 15px;
  font-size: 140%;
}

nav#skip-F-anchors a:focus {
  border: 2px solid yellow;
}

#skip-anchors p {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screen-readers-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  display: inline-block;
}

.k---a:before {
  left: 0.5rem;
  top: 0.5rem;
  z-index: 9999;
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 30px;
  border-radius: 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 28px;
  content: "Tastensteuerung aktiv";
  display: block;
}
.k---a header nav div, .k---a #sub-nav ul div {
  bottom: -30px;
}

.container-5-cols > div {
  width: 16.5%;
}
.container-5-cols > div.single-wrapper {
  width: 13%;
}
.container-5-cols > div:last-of-type {
  width: 23%;
  margin-right: 100px;
}

.acc-top-nav {
  position: absolute;
  right: 630px;
  top: 30px;
  font-family: "bree light";
  font-feature-settings: "ss01" 1;
  text-transform: uppercase;
}
.acc-top-nav > ul > li > a {
  font-weight: 100;
  width: 70px;
  height: 70px;
  background-image: url(../Icons/acc_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: fixed;
  right: 0;
  top: 40%;
}
.acc-top-nav > ul > li > a > span {
  display: none;
}

.key-is-used #start-video .video a:focus, .key-is-used .c-socialwall__item a:focus {
  outline: 2px solid #000;
  outline-offset: 4px;
}
.key-is-used .c-socialwall__item a:focus img {
  outline-offset: -4px;
}
.key-is-used footer a:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.key-is-used header a:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.key-is-used p.nav-close a:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.key-is-used .is-active {
  outline: 2px solid #000;
  outline-offset: 4px;
  box-shadow: 0 0 0 1px #cccccc;
}

section#start-standorte .start-boxes-row > div p a, section#start-events > div > p:last-of-type a, section#start-news > div > p:last-of-type a, .content-events > div > p:last-of-type a, #start-boxes .start-boxes-row > div p a, #start-leistungen .start-boxes-row > div p a, .images figcaption a, #modal p a {
  font-size: 111%;
}

#first-nav p.nav-close a, #second-nav p.nav-close a {
  width: 45px;
  height: 36px;
  padding: 0;
}

#second-nav {
  display: flex;
  align-items: center;
}

.acc-li {
  list-style: none;
  margin-left: 0.25rem;
}
.acc-li a {
  text-decoration: none;
  display: inline-block;
  padding: 0.4em 0.8em 0.35em 0.8em;
  font-family: "bree";
  letter-spacing: 0.02em;
  font-feature-settings: "ss01";
  font-size: 1.222em;
  webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff !important;
  opacity: 1;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  position: relative;
  background: #6b0013;
  background: -moz-linear-gradient(left, #6b0013 0%, #920041 100%);
  background: -webkit-linear-gradient(left, #6b0013 0%, #920041 100%);
  background: linear-gradient(to right, #6b0013 0%, #920041 100%);
}
.acc-li a.accessibility {
  color: white !important;
}

.start-slider {
  position: relative;
}

#toggle {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border: none;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  z-index: 1;
  font-size: 0;
  color: transparent;
}
#toggle.is-play:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid #fff;
}
#toggle.is-pause:before, #toggle.is-pause:after {
  content: "";
  width: 6px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 25%;
}
#toggle.is-pause:before {
  left: 12px;
}
#toggle.is-pause:after {
  right: 12px;
}

.acc-top-nav-2 {
  position: absolute;
  right: 15px;
  top: 20px;
}

@media screen and (min-width: 1025px) {
  header nav#second-nav {
    right: 76px;
  }
}
@media screen and (max-width: 1025px) {
  .acc-top-nav-2 {
    position: absolute;
    right: 64px;
    top: 16px;
  }
  .mobile-search-btn {
    right: 14rem;
  }
  .mobile-notfall-btn {
    right: 7.5rem;
  }
  .acc-li a {
    padding: 0.3em 0.8em 0.3em 0.8em;
  }
}

/*# sourceMappingURL=medius.css.map */
