@charset "UTF-8";
:root {
  --color-primary: #666666;
  --color-secondary: #BE1D33;
  --color-white: #FFFFFF;
  --color-gray: #F7F7F7;
  --color-gray-light: #CCCCCC;
  --color-gray-dark: #578094;
  --color-gray-dark2: #999999;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-bold: 700;
  --s-black: 900;
  --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
  --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  --transition: 0.3s;
}

/* lato-300 - latin */
/* Pfad relativ zu Resources/Public/Css/overrides.css → ../Fonts/ */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/lato-v23-latin-300.eot");
  src: url("../Fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-v23-latin-300.woff2") format("woff2"), url("../Fonts/lato-v23-latin-300.woff") format("woff"), url("../Fonts/lato-v23-latin-300.ttf") format("truetype"), url("../Fonts/lato-v23-latin-300.svg#Lato") format("svg");
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/lato-v23-latin-regular.eot");
  src: url("../Fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-v23-latin-regular.woff2") format("woff2"), url("../Fonts/lato-v23-latin-regular.woff") format("woff"), url("../Fonts/lato-v23-latin-regular.ttf") format("truetype"), url("../Fonts/lato-v23-latin-regular.svg#Lato") format("svg");
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/lato-v23-latin-700.eot");
  src: url("../Fonts/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/lato-v23-latin-700.woff2") format("woff2"), url("../Fonts/lato-v23-latin-700.woff") format("woff"), url("../Fonts/lato-v23-latin-700.ttf") format("truetype"), url("../Fonts/lato-v23-latin-700.svg#Lato") format("svg");
}
html {
  scroll-padding-top: 75px;
  /* height of sticky header */
}

body {
  font-family: "Lato";
}

h1, h2, h3, p.intro {
  font-family: "Lato";
}

h3 {
  letter-spacing: normal !important;
}

h1 {
  font: 700 2.5em/1.2 "Lato", serif;
  color: #666666;
  margin: 0.5em 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.header-wrap h1, .header-wrap h2, .header-wrap h3, .header-wrap h4, .header-wrap h5, .header-wrap h6 {
  font-family: "Lato" !important;
}

.content {
  z-index: 10;
}

@media (max-width: 767px) {
  .content {
    margin-top: 0;
  }
}
.content .heading-wave {
  background: #fff;
}

.content .heading-wave h1, .content .heading-wave h2, .content .heading-wave h3, .content .heading-wave h4, .content .heading-wave h5, .content .heading-wave h6 {
  font-family: "Lato" !important;
}

.content ul {
  padding-left: 17px;
}

.content ul li:before {
  font-size: 1em;
}

.hero .hero-image {
  background: var(--color-gray);
}

.hero .hero-image:after {
  content: "";
  background: #fff;
}

.hero .hero-image .kopfbild-item {
  position: relative;
  overflow: hidden;
}

.hero .hero-image .kopfbild-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-image .kopfbild-item {
    padding-top: 73%;
  }
}
.hero .hero-slider {
  z-index: auto;
}

.hero .hero-slider .swiper-wrapper .swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
}

.hero .hero-slider .swiper-wrapper .swiper-slide img.portrait {
  display: none;
}

@media (max-width: 991px) {
  .hero .hero-slider .swiper-wrapper .swiper-slide img {
    display: block;
  }
  .hero .hero-slider .swiper-wrapper .swiper-slide img.landscape {
    display: none;
  }
  .hero .hero-slider .swiper-wrapper .swiper-slide img.portrait {
    display: block;
  }
}
.hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption {
  position: relative;
  z-index: 0;
  margin-top: 18%;
  margin-left: 0;
  margin-bottom: 1.6em;
  padding: 0.7em 2em;
  text-shadow: none;
  width: 50%;
  min-height: 22em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

@media (max-width: 1500px) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption {
    margin-top: 12%;
  }
}
@media (max-width: 1199px) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption {
    margin-top: 16%;
    font-size: 75%;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption {
    min-height: 20em;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption {
    margin-top: 30%;
    min-height: 14em;
  }
}
@media (max-width: 480px) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption {
    min-height: 18em;
    font-size: 50%;
  }
}
.hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption h2 {
  color: #fff;
  font: 700 2.3em/1 "Lato", serif;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption h2 {
    margin-bottom: 0.6em;
    line-height: 1.4em;
  }
}
.hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption h3 {
  font: 300 1.2em/1.6 "Droid Sans", sans-serif;
  color: #fff;
  border: none;
  padding: 0.6em 0 0.3em 0;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

.hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption p {
  color: #fff;
  margin: 0.5em 0 0.5em 0;
  padding: 0;
  padding-left: 3em;
  position: relative;
  display: block;
  font: 400 1.5em/1.4 "Lato", serif;
}

@media (max-width: 1199px) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption p {
    margin: 1em 0 1em 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption p {
    display: none;
  }
}
.hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption p:after {
  position: absolute;
  top: -0.1em;
  left: 0.1em;
  content: "";
  width: 3.8em;
  height: 1.8em;
  background: url(../custom/frontend/img/quotes.svg) no-repeat;
  background-size: contain;
  display: block;
  opacity: 0.7;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption p:after {
    width: 2.4em;
    height: 1.2em;
  }
}
.hero .hero-slider .swiper-wrapper .swiper-slide .slide-caption a {
  position: relative;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-bottom: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

.hero .hero-slider .swiper-pagination-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.hero .hero-slider .swiper-pagination-wrapper .swiper-pagination {
  background: none;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-pagination-wrapper .swiper-pagination {
    bottom: -5px;
  }
}
.hero .hero-slider .swiper-pagination-wrapper .swiper-pagination span {
  margin: 0 6px;
  width: 1em;
  height: 1em;
  display: inline-block;
  background: var(--color-gray);
  border: 1px solid #e1ded4;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 90px;
  opacity: 1;
}

.hero .hero-slider .swiper-pagination-wrapper .swiper-pagination span:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.hero .hero-slider .swiper-pagination-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background: rgba(135, 129, 113, 0.8);
  cursor: pointer;
}

.hero .hero-slider .swiper-button-wrapper .swiper-button-prev, .hero .hero-slider .swiper-button-wrapper .swiper-button-next {
  width: 54px;
  height: 54px;
  padding: 0;
  margin: -40px 0 0;
  display: block;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  cursor: pointer;
  line-height: 54px;
  font-size: 54px;
  text-indent: -9999px;
  text-decoration: none;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  overflow: hidden;
  opacity: 0.8;
  transition: all 0.3s ease;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-button-wrapper .swiper-button-prev, .hero .hero-slider .swiper-button-wrapper .swiper-button-next {
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    opacity: 1;
    top: 20%;
    right: 10px;
  }
}
.hero .hero-slider .swiper-button-wrapper .swiper-button-prev:after, .hero .hero-slider .swiper-button-wrapper .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(../custom/frontend/img/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  line-height: 54px;
  font-size: 54px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: left;
  text-indent: -9999px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-button-wrapper .swiper-button-prev:after, .hero .hero-slider .swiper-button-wrapper .swiper-button-next:after {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    background-size: 40%;
  }
}
.hero .hero-slider .swiper-button-wrapper .swiper-button-prev:hover, .hero .hero-slider .swiper-button-wrapper .swiper-button-next:hover {
  opacity: 0.8;
}

.hero .hero-slider .swiper-button-wrapper .swiper-button-prev:hover:after, .hero .hero-slider .swiper-button-wrapper .swiper-button-next:hover:after {
  background-color: #fff;
  text-decoration: none;
}

.hero .hero-slider .swiper-button-wrapper .swiper-button-prev {
  right: inherit;
  left: 30px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-button-wrapper .swiper-button-prev {
    opacity: 1;
    left: 10px;
  }
}
.hero .hero-slider .swiper-button-wrapper .swiper-button-prev:after {
  background-image: url(../custom/frontend/img/prev.svg);
  background-size: auto;
  text-indent: -9999px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero .hero-slider .swiper-button-wrapper .swiper-button-prev:after {
    background-size: 40%;
  }
}
.flexslider .slides img {
  display: block;
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
}

.flexslider .slides img.portrait {
  display: none;
}

.flexslider .flex-control-nav {
  bottom: 0px;
}

.flex-carousel-caption h2 {
  font-family: "Lato";
}

@media (max-width: 767px) and (orientation: portrait) {
  .flexslider .slides img.portrait {
    display: block;
  }
  .flexslider .slides img.landscape {
    display: none;
  }
  .flexslider .flex-control-nav {
    bottom: -15px;
  }
}
.teaser-section-pagelinkbox-slider .swiper {
  position: inherit;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper {
  height: auto;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper .teaser {
  height: 100%;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper .teaser a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper .teaser-image {
  flex: 0 0 auto;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper .teaser-body {
  padding: 1em 1em 3em 1em;
  height: 100%;
  position: relative;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper .teaser-body h3 {
  border: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper .teaser-body h2 {
  font-size: 1.2em;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper .teaser-body p {
  color: #666666;
  font: 0.9em/1.6 "Droid Sans", sans-serif;
}

.teaser-section-pagelinkbox-slider .swiper-wrapper .swiper-slide-teaser-wrapper .teaser-body span.btn {
  position: absolute;
  bottom: 1em;
}

.teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev, .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-next {
  width: 54px;
  height: 54px;
  padding: 0;
  margin: -40px 0 0;
  display: block;
  background: transparent;
  position: absolute;
  top: 50%;
  right: -39px;
  cursor: pointer;
  line-height: 54px;
  font-size: 54px;
  text-indent: -9999px;
  text-decoration: none;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  overflow: hidden;
  opacity: 0.8;
  transition: all 0.3s ease;
}

@media (max-width: 767px) and (orientation: portrait) {
  .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev, .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-next {
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    opacity: 1;
    top: 16%;
    right: 15px;
    background-color: var(--color-white);
  }
}
.teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev:after, .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(../custom/frontend/img/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  line-height: 54px;
  font-size: 54px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: left;
  text-indent: -9999px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev:after, .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-next:after {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    background-size: 40%;
  }
}
.teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev:hover, .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-next:hover {
  opacity: 0.8;
}

.teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev:hover:after, .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-next:hover:after {
  background-color: #fff;
  text-decoration: none;
}

.teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev {
  right: inherit;
  left: -39px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev {
    opacity: 1;
    left: 15px;
  }
}
.teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev:after {
  background-image: url(../custom/frontend/img/prev.svg);
  background-size: auto;
  text-indent: -9999px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .teaser-section-pagelinkbox-slider .swiper-button-wrapper .swiper-button-prev:after {
    background-size: 40%;
  }
}
.teaser-section {
  background: var(--color-gray);
}

.teaser-section .negativ .teaser {
  background: var(--color-gray);
}

.teaser-section .teaser-contentanchor-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}

.teaser-section .teaser-contentanchor-wrapper ul li {
  margin: 0;
  padding: 0;
  padding-right: 20px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.teaser-section .teaser-contentanchor-wrapper ul li:before {
  display: none;
  content: "";
}

.teaser-section .teaser-contentanchor-wrapper ul li .teaser-contentanchor-item-index {
  text-transform: uppercase;
  font: 1.6em/1.8 "Droid Sans", sans-serif;
  padding-right: 0px;
  vertical-align: middle;
  color: #666666;
}

.teaser-section .teaser-contentanchor-wrapper ul li a {
  text-decoration: none;
  color: #878171;
  border-color: #878171;
}

.teaser-section .teaser-contentanchor-wrapper ul li a .teaser-contentanchor-item-name {
  text-transform: uppercase;
  font: 1em/1.6 "Droid Sans", sans-serif;
}

.teaser-section.frame-white {
  background: var(--color-white);
}

.teaser-section.frame-white .teaser-wrapper .teaser, .teaser-section.frame-white .swiper-slide-teaser-wrapper {
  background: var(--color-gray);
}

.teaser-section.frame-grey, .teaser-section.frame-gray {
  background: var(--color-gray);
}

.teaser-section.frame-grey .teaser-wrapper .teaser, .teaser-section.frame-grey .swiper-slide-teaser-wrapper, .teaser-section.frame-gray .teaser-wrapper .teaser, .teaser-section.frame-gray .swiper-slide-teaser-wrapper {
  background: var(--color-white);
}

.teaser-section.frame-gray-dark .teaser-contentanchor-wrapper, .teaser-section.frame-gray-dark-box .teaser-contentanchor-wrapper {
  color: var(--color-gray-light);
}

.teaser-section.frame-gray-dark .teaser-contentanchor-wrapper ul li .teaser-contentanchor-item-index, .teaser-section.frame-gray-dark-box .teaser-contentanchor-wrapper ul li .teaser-contentanchor-item-index {
  color: var(--color-gray-light);
}

.teaser-section.frame-gray-dark .teaser-contentanchor-wrapper ul li a, .teaser-section.frame-gray-dark-box .teaser-contentanchor-wrapper ul li a {
  color: var(--color-white);
  border-color: var(--color-white);
}

.teaser-section.frame-red {
  background: var(--color-secondary);
}

.teaser-section.frame-red .teaser-wrapper .teaser, .teaser-section.frame-red .teaser-wrapper .teaser h1, .teaser-section.frame-red h2, .teaser-section.frame-red h3, .teaser-section.frame-red h4, .teaser-section.frame-red h5, .teaser-section.frame-red h6, .teaser-section.frame-red p, .teaser-section.frame-red a, .teaser-section.frame-red .swiper-slide-teaser-wrapper {
  background: var(--color-white);
  color: var(--color-primary) !important;
}

@media (min-width: 992px) {
  .teaser-section .teaser-wrapper.width-66 {
    width: 68.5%;
  }
  .teaser-section .teaser-wrapper.width-33 {
    width: 34.5%;
  }
}
.frame-white {
  background-color: #FFF;
}

.frame-grey, .frame-gray {
  background-color: var(--color-gray);
}

.frame-grey-box, .frame-gray-box {
  background-color: var(--color-gray);
  padding-top: 3em;
  padding-bottom: 3em;
}

.frame-gray-dark, .frame-gray-dark-box {
  background-color: var(--color-gray-dark);
}

.frame-gray-dark .header-wrap h1, .frame-gray-dark .header-wrap h2, .frame-gray-dark .header-wrap h3, .frame-gray-dark .header-wrap h4, .frame-gray-dark .header-wrap h5, .frame-gray-dark .header-wrap h6, .frame-gray-dark-box .header-wrap h1, .frame-gray-dark-box .header-wrap h2, .frame-gray-dark-box .header-wrap h3, .frame-gray-dark-box .header-wrap h4, .frame-gray-dark-box .header-wrap h5, .frame-gray-dark-box .header-wrap h6 {
  color: #fff;
}

.frame-gray-dark h1, .frame-gray-dark h2, .frame-gray-dark h3, .frame-gray-dark h4, .frame-gray-dark h5, .frame-gray-dark h6, .frame-gray-dark p, .frame-gray-dark-box h1, .frame-gray-dark-box h2, .frame-gray-dark-box h3, .frame-gray-dark-box h4, .frame-gray-dark-box h5, .frame-gray-dark-box h6, .frame-gray-dark-box p {
  color: #fff;
}

.frame-gray-dark a.btn, .frame-gray-dark-box a.btn {
  color: #fff;
  border-color: #fff !important;
}

.frame-gray-dark a.btn:hover, .frame-gray-dark-box a.btn:hover {
  color: #fff;
}

.frame-gray-dark-box {
  padding-top: 3em;
  padding-bottom: 3em;
}

.content section.frame-red, .frame-red, .frame-red-box {
  background-color: var(--color-secondary);
  color: #fff;
}

.content section.frame-red h1, .content section.frame-red h2, .content section.frame-red h3, .content section.frame-red h4, .content section.frame-red h5, .content section.frame-red h6, .content section.frame-red p, .content section.frame-red a, .frame-red h1, .frame-red h2, .frame-red h3, .frame-red h4, .frame-red h5, .frame-red h6, .frame-red p, .frame-red a, .frame-red-box h1, .frame-red-box h2, .frame-red-box h3, .frame-red-box h4, .frame-red-box h5, .frame-red-box h6, .frame-red-box p, .frame-red-box a {
  color: #fff !important;
}

.content section.frame-red a, .content section.frame-red a.btn, .frame-red a, .frame-red a.btn, .frame-red-box a, .frame-red-box a.btn {
  color: #fff;
  border-color: #fff;
}

.content section.frame-red a:hover, .content section.frame-red a:focus, .content section.frame-red a.btn:hover, .content section.frame-red a.btn:focus, .frame-red a:hover, .frame-red a:focus, .frame-red a.btn:hover, .frame-red a.btn:focus, .frame-red-box a:hover, .frame-red-box a:focus, .frame-red-box a.btn:hover, .frame-red-box a.btn:focus {
  color: #fff;
}

.frame-red-box {
  padding-top: 3em;
  padding-bottom: 3em;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.flex-center {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  padding-left: 20px;
}

.header-wrap h1, .header-wrap h2, .header-wrap h3, .header-wrap h4 {
  font: 700 1.3em/1.4 "Droid Serif", serif;
  color: var(--color-secondary);
  letter-spacing: normal;
  text-transform: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.header-wrap h1 {
  font-size: 1.8em;
}

.header-wrap h2, .header-wrap h3 {
  font-size: 1.5em;
}

.news-list-view {
  margin-bottom: 0;
}

.news-list-view .frame-grey {
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
}

.news-list-view .paginate-insertAbove .frame-grey {
  margin-bottom: 3em;
}

.news-list-view .paginate-insertBelow .frame-grey {
  margin-top: 3em;
}

.news-list-view .f3-widget-paginator {
  padding: 0;
  margin: 0;
}

.news-list-view .f3-widget-paginator li {
  padding: 0;
  padding-right: 20px;
  margin: 0;
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font: 1.6em/1.8 "Droid Sans", sans-serif;
  color: #999999;
  text-decoration: none;
}

.news-list-view .f3-widget-paginator li:before {
  display: none;
  content: inherit;
}

.news-list-view .f3-widget-paginator li a {
  text-transform: uppercase;
  color: #999999;
  text-decoration: none;
  border-bottom: 2px solid #999999;
}

.news-list-view .f3-widget-paginator li, .news-list-view .f3-widget-paginator a {
  color: #999999;
  text-decoration: none;
}

.news-list-view .f3-widget-paginator li.current, .news-list-view .f3-widget-paginator li.current a {
  color: #666666;
  text-decoration: none;
}

.news-list-view .f3-widget-paginator li.current a {
  border-bottom: 2px solid #999999;
}

.news-list-view .f3-widget-paginator li.previous, .news-list-view .f3-widget-paginator li.previous a, .news-list-view .f3-widget-paginator li.next, .news-list-view .f3-widget-paginator li.next a {
  border: none;
}

.news-list-view .f3-widget-paginator li.previous img, .news-list-view .f3-widget-paginator li.previous a img, .news-list-view .f3-widget-paginator li.next img, .news-list-view .f3-widget-paginator li.next a img {
  max-width: 70%;
}

.news-list-view .news-list-item {
  border-top: 1px solid #e7e5dd;
  padding: 0.8em 0;
}

.news-list-view .news-list-item h3[itemprop=headline] {
  font: 700 1.3em/1.4 "Droid Serif", serif;
  color: var(--color-secondary);
  letter-spacing: normal;
  text-transform: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-family: "Lato";
  margin-top: 0;
}

.news-list-view .news-list-item h3[itemprop=headline] a {
  color: var(--color-secondary);
  border-bottom: none;
}

.news-list-view .news-list-item .extra {
  display: none;
}

.news-list-view .news-list-item .lead p {
  font-size: 0.9em;
}

@media (max-width: 991px) {
  .news-list-view .news-list-item .col-media {
    margin-bottom: 15px;
  }
}
.news-single {
  margin-bottom: 30px;
}

.news-single h1 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 2em;
}

.news-single .news-img-wrap {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.toggle-text details {
  border-bottom: 1px solid var(--color-secondary);
  /*
        background: #ffffff; border: 0px; border-radius: 3px; margin-bottom: 1rem;
        summary{
            padding: 1rem; background: #578094; color: #fff; cursor: pointer;
        }
        .text{
            padding: 1rem 1rem 1px 1rem;
        }

         */
}

.toggle-text details summary {
  padding: 1rem 35px 1rem 0;
  cursor: pointer;
  font: 700 1.3em/1.4 "Lato", serif;
  color: var(--color-secondary);
  position: relative;
}

.toggle-text details summary:before {
  content: "+";
  font-size: 2rem;
  display: block;
  position: absolute;
  width: 25px;
  height: 2rem;
  right: 0;
  top: 10px;
  line-height: 1;
}

.toggle-text details[open] summary:before {
  content: "–";
}

.dce-pagelinkcontentbox .row-content-block {
  margin-bottom: 30px;
}

.dce-pagelinkcontentbox .teaser-body h4 {
  margin-top: 0;
}

@media (max-width: 991px) {
  .dce-pagelinkcontentbox .teaser-body {
    margin-top: 3em;
  }
}
/* Embed Responsive – responsive Video/Iframe-Container */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 16:9 (Landscape, z.B. YouTube) */
.embed-responsive-16by9 {
  padding-top: 56.25%; /* 9/16 */
}

/* 4:3 (Klassisches Format) */
.embed-responsive-4by3 {
  padding-top: 75%; /* 3/4 */
}

/* 9:16 (Portrait/Vertical, z.B. Stories) */
.embed-responsive-9by16 {
  padding-top: 178%; /* 16/9 */
}
@media (min-width: 992px) {
  .embed-responsive-9by16 {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 128%;
  }
}
.embed-responsive-9by16.object-fit {
  padding-top: 128%;
}
.embed-responsive-9by16.object-fit video {
  object-fit: cover;
  max-height: 350px;
}

.dce-mediabox iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dce-mediabox .container-mobile {
  display: none;
}

@media (max-width: 991px) {
  .dce-mediabox .container-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .dce-mediabox .container-desktop {
    display: none !important;
  }
}
.std-content.before-extra-small, .dce.before-extra-small {
  margin-top: 0.25rem;
}

.std-content.before-small, .dce.before-small {
  margin-top: 0.5rem;
}

.std-content.before-medium, .dce.before-medium {
  margin-top: 1rem;
}

.std-content.before-large, .dce.before-large {
  margin-top: 2rem;
}

.std-content.before-extra-large, .dce.before-extra-large {
  margin-top: 5rem;
}

.std-content.after-extra-small, .dce.after-extra-small {
  margin-bottom: 0.25rem;
}

.std-content.after-small, .dce.after-small {
  margin-bottom: 0.5rem;
}

.std-content.after-medium, .dce.after-medium {
  margin-bottom: 1rem;
}

.std-content.after-large, .dce.after-large {
  margin-bottom: 2rem;
}

.std-content.after-extra-large, .dce.after-extra-large {
  margin-bottom: 5rem;
}

.BurnOutTest table td, .self-test table td {
  border-bottom: 1px solid var(--color-gray);
}

.BurnOutTest .extended-form-css table tr, .self-test .extended-form-css table tr {
  border-bottom: 10px solid;
  border-color: transparent;
}

.BurnOutTest .extended-form-css table th, .self-test .extended-form-css table th {
  padding: 0;
}

.BurnOutTest .extended-form-css table th h6, .self-test .extended-form-css table th h6 {
  font: 0.75em/1.4 "Droid Sans", sans-serif;
  white-space: nowrap;
  background: transparent;
  color: #878171;
  min-width: auto;
  text-transform: none;
  border-bottom: none;
  width: 70px;
  padding: 0;
  margin: 0;
}

.BurnOutTest .extended-form-css table td, .self-test .extended-form-css table td {
  padding: 0;
  text-align: center;
  border-bottom: none;
}

.BurnOutTest .extended-form-css table td p, .self-test .extended-form-css table td p {
  margin: 0;
  color: #fff;
  background-color: #578094;
  min-height: 50px;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 0.875em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.BurnOutTest .extended-form-css table td p.not-valid, .self-test .extended-form-css table td p.not-valid {
  background-color: #D8753B;
}

.BurnOutTest .extended-form-css table td input[type=checkbox], .BurnOutTest .extended-form-css table td input[type=radio], .self-test .extended-form-css table td input[type=checkbox], .self-test .extended-form-css table td input[type=radio] {
  margin: auto;
  height: 50px;
  width: 50px;
}

.BurnOutTest .extended-form-css input[type=checkbox], .BurnOutTest .extended-form-css input[type=radio], .self-test .extended-form-css input[type=checkbox], .self-test .extended-form-css input[type=radio] {
  margin: auto;
}

.self-test {
  padding: 2em 0;
}

.self-test .extended-form-css {
  display: grid;
  place-content: center;
}

.self-test table td.question p {
  text-align: left;
}

.alert.alert-error {
  color: #BE1D33;
  padding: 0.5em 0;
}

@media (max-width: 820px) {
  .BurnOutTest .extended-form-css table tr, .self-test .extended-form-css table tr {
    border-bottom: 1px solid;
    border-color: #578094;
    margin-bottom: 10px;
  }
  .BurnOutTest .extended-form-css table tr td, .self-test .extended-form-css table tr td {
    padding: 10px 0;
  }
  .BurnOutTest .extended-form-css table th h6, .self-test .extended-form-css table th h6 {
    width: 45px;
  }
  .BurnOutTest .extended-form-css table td.question, .self-test .extended-form-css table td.question {
    min-width: 50%;
  }
  .BurnOutTest .extended-form-css table td.question p, .self-test .extended-form-css table td.question p {
    padding-left: 0;
    color: #578094;
    background-color: #fff;
    text-align: left;
  }
  .BurnOutTest .extended-form-css table td.answer, .self-test .extended-form-css table td.answer {
    max-width: 46px;
  }
  .BurnOutTest .extended-form-css table td p, .self-test .extended-form-css table td p {
    line-height: unset;
    min-height: 50px;
    height: auto;
  }
  .BurnOutTest .extended-form-css table td input[type=radio], .self-test .extended-form-css table td input[type=radio] {
    width: 20px;
    height: 20px;
    border-radius: unset;
  }
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

#page-1 h1 {
  margin-top: 2em;
}

#page-1 .flex-carousel-caption h1 {
  margin-top: 0.5em;
}

.flex-carousel-caption h1 {
  margin-top: 0.5em;
}

.flex-carousel-caption p {
  font-family: "Lato";
  font-size: 1.5em;
  font-weight: 400;
}

.flex-carousel-caption a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  text-decoration: none;
}

nav#nav ul li a {
  font-family: "Lato";
  font-weight: 400;
}

.tx-kesearch-pi1 .kesearch_searchbox #ke_search_sword {
  width: 100%;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: var(--color-secondary) !important;
  /* font-weight: bold; */
}

.tx-kesearch-pi1 .kesearch_pagebrowser {
  margin: 0 auto 0;
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul {
  list-style-type: none;
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul li:before {
  content: none;
}

.tx-kesearch-pi1 .kesearch_pagebrowser ul a {
  border-bottom: none;
}

.big-ul ul {
  background: var(--color-gray);
}

ol {
  counter-reset: li;
  /* Initiate a counter */
  margin: 0 0 1em 0;
  padding: 0;
  background-color: transparent;
}

ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 0.5em 0em;
  padding: 0 0 0.5em 1.5em;
  /* Disable the normal item numbering */
  list-style: none;
  counter-increment: li;
}

ol > li:before {
  display: block;
  color: var(--color-secondary);
  font-weight: bold;
  content: counter(li) ".";
  position: absolute;
  left: 0;
  top: 0;
}

figure .figure-content {
  background: var(--color-gray);
}

#pager span {
  background: var(--color-gray);
  border: 1px solid var(--color-gray);
}

.white-box.beige {
  background-color: var(--color-gray);
}

.impressions .image {
  background-color: var(--color-gray);
}

.text_map {
  background-color: var(--color-gray);
}

@media (max-width: 767px) {
  .text_map .text_map {
    background: var(--color-gray);
  }
}
.flex-control-paging li a:hover {
  background: var(--color-gray);
  background: rgba(246, 245, 242, 0.7);
}

footer {
  border: none;
}

footer nav {
  border-bottom: none;
}

footer nav ul li {
  width: auto;
  margin-right: 30px;
}

footer nav ul li a {
  font-family: "Lato" !important;
}

.tel-display-dektop .tel-display-desktop__contents span, .tel-display-dektop .tel-display-desktop__contents a {
  font-family: "Lato";
}

.image-caption {
  text-align: center;
}

.veranstaltungen-section ul.termine li, .veranstaltungen-section ul.termine li:before {
  line-height: 2.2;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: #578093 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

/*
#kontakt-917-singleselect-3 {
    display: none;
}*/
/* 
Bugfixes 
*/
.teaser .teaser-body h3 {
  color: #000;
  font-weight: var(--p-bold);
}

.team .team-member h3 {
  color: #000;
  font-weight: var(--p-bold);
}
.team .team-member ul li:before {
  left: -12px;
  top: 3px;
}

.content ul li:before {
  top: 3px;
}

.dce.dce-mediabox ul {
  list-style: inherit;
}
.dce.dce-mediabox ul li:before {
  content: none;
}

.quote blockquote {
  float: none;
}

/* Geräte-Sichtbarkeit für Content-Elemente (Desktop / Tablet / Mobile) */
@media (max-width: 767px) {
  .ce-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ce-hide-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .ce-hide-desktop {
    display: none !important;
  }
}