@font-face {
  font-family: 'Source Sans Pro Light';
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
}
html,
body {
  font-size: 12px;
}
@media screen and (min-width: 360px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html,
  body {
    font-size: 20px;
  }
}
body {
  font-family: 'Source Sans Pro Light', sans-serif;
  overflow-x: hidden;
  font-weight: 300;
  background: #ffffff;
  color: #525252;
  padding-top: 0px;
  position: relative;
}
body b,
body strong {
  font-family: 'Source Sans Pro Bold';
}
body.showNav {
  overflow: hidden;
}
body.showNav .navsidebar {
  overflow-y: scroll;
}
section {
  padding: 1em 0;
}
@media screen and (min-width: 992px) {
  section {
    padding: 2em 0;
  }
}
.pagebackground {
  display: none;
  height: 40em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  background-position: top right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
a {
  word-wrap: break-word;
}
a:hover {
  color: #ed2e35;
}
.row {
  margin: 1rem auto;
}
.container {
  max-width: 1340px;
  padding: 0 2rem;
}
.container.big {
  max-width: 1600px;
}
.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.reallysmall {
  max-width: 1340px;
}
.specialfont {
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  color: #525252;
}
h1,
h2,
h3 {
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  color: #525252;
  margin-top: 0;
  line-height: 1em;
}
.bigtitle {
  font-size: 2rem;
  color: #525252;
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .bigtitle {
    font-size: 3rem;
  }
}
h1 {
  line-height: 1.05em;
}
h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 3rem;
}
.headline,
.subline {
  display: block;
  text-transform: uppercase;
  font-size: clamp(2rem,6vw,3rem);
  line-height: 1;
}
.headline {
  font-family: "Source Sans Pro Bold";
}
.subline {
  font-family: "Source Sans Pro Light";
}
p {
  font-size: 1rem;
}
@media screen and (min-width: 78.75em) {
  p {
    font-size: .9rem;
  }
}
span.big {
  font-size: 1.5rem;
  line-height: 1;
}
span.bigger {
  font-size: 2rem;
  line-height: 1;
}
ul {
  padding-left: 1rem;
  list-style-type: square;
}
ul li {
  font-size: .9rem;
}
ul li::marker {
  color: #ed2e35;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
}
.contentheader .contenttitle.black {
  color: #000000;
}
.contentheader .contenttitle.white {
  color: #ffffff;
}
.contentheader h2 {
  font-size: 2rem !important;
}
.contentheader h3 {
  font-size: 1.6rem !important;
}
.contentheader h4 {
  font-size: 1.4rem !important;
}
.contentheader h5 {
  font-size: 1.2rem !important;
}
a {
  color: #525252;
  text-decoration: underline;
}
.btn {
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  border: none;
  background-color: #ed2e35;
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 10px 25px;
}
p,
ol {
  margin-bottom: 20px;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
header.contentheader {
  margin-bottom: 2rem;
}
header.contentheader .contenttitle {
  margin-bottom: 0.5rem;
}
ol {
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 0.5rem;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #ed2e35;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #ffffff;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
a.scroll-top svg {
  height: 80%;
  width: 80%;
}
@media screen and (max-width: 767px) {
  a.scroll-top {
    bottom: 60px;
    right: 10px;
  }
}
.scrollheader a.scroll-top {
  opacity: 1;
  pointer-events: auto;
}
.pageoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 100;
}
.pageoverlay.show {
  opacity: .8;
  visibility: visible;
  cursor: pointer;
}
.contentheader .contenttitle {
  font-size: 2rem;
  color: #525252;
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .contentheader .contenttitle {
    font-size: 3rem;
  }
}
.kopfgrafik {
  margin-top: 70px;
}
.kopfgrafik .image img {
  height: calc(70vh - 70px);
  object-position: top;
}
@media screen and (min-width: 30em) {
  .kopfgrafik {
    margin-top: 140px;
  }
  .kopfgrafik .image img {
    height: calc(80vh - 140px);
  }
}
.contentwrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.folgeseite .kopfgrafik {
  margin-top: 70px;
}
.folgeseite .kopfgrafik .img {
  height: calc(100vh - 70px);
}
@media screen and (min-width: 30em) {
  .folgeseite .kopfgrafik {
    margin-top: 140px;
  }
  .folgeseite .kopfgrafik .img {
    height: calc(100vh - 140px);
  }
}
.folgeseite .contentwrap {
  margin-top: calc(70px - 1em);
}
@media screen and (min-width: 78.75em) {
  .folgeseite .contentwrap {
    margin-top: calc(140px - 2em);
  }
}
@media screen and (min-width: 30em) {
  .row >.col-12:nth-child(2) {
    padding-left: 2rem;
  }
}
.video {
  width: 100%;
  aspect-ratio: 1.7777777777778;
}
@media screen and (min-width: 48em) {
  .video {
    aspect-ratio: 2.3333333333333;
  }
}
.text-v1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v1 .tv1-title {
  font-size: 2rem;
  color: #525252;
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  line-height: 1em;
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 640px) {
  .text-v1 .tv1-title {
    font-size: 3rem;
  }
}
.text-v1 .tv1-badge {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.text-v1 .tv1-badge img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .text-v1 .tv1-badge {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .text-v1 .tv1-badge img {
    max-width: 10rem;
  }
}
.text-v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 2.25em;
}
.text-v2 p:last-child {
  margin-bottom: 0;
}
.text-v2 .tv2-title {
  font-size: 2rem;
  color: #525252;
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  line-height: 1em;
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 640px) {
  .text-v2 .tv2-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .text-v2 .tv2-left {
    text-align: right;
  }
}
.text-v2 .tv2-right {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .text-v2 .tv2-right {
    padding-right: 5rem;
  }
}
.text-v2 .tv2-right .floral {
  display: inline-block;
  position: relative;
  height: 1em;
}
.text-v2 .tv2-right .floral svg {
  width: 5rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#googlemaps [aria-label="Schließen"] {
  top: 0 !important;
  right: 0 !important;
}
.iconlist h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.iconlist ul {
  list-style: none;
  padding-left: 0;
}
.iconlist .listitem {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.iconlist .listitem a {
  text-decoration: unset;
}
.iconlist .listitem a:hover {
  color: #525252;
  text-decoration: underline;
}
.tab-v1 .nav-tabs {
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs {
    flex-direction: row;
  }
}
.tab-v1 .nav-tabs .nav-item {
  flex: 1;
}
.tab-v1 .nav-tabs .nav-item .nav-link {
  background-color: #ed2e35;
  text-decoration: unset;
  border: unset;
  border-radius: unset;
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tab-v1 .nav-tabs .nav-item .nav-link {
    font-size: 1.2rem;
  }
}
.tab-v1 .nav-tabs .nav-item .nav-link.active,
.tab-v1 .nav-tabs .nav-item .nav-link:hover {
  background-color: #ed2e35;
}
.tab-v1 .tab-content {
  padding: .5rem;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content {
    padding: 1.5rem .8rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tab-v1 .tab-content {
    padding: 2.5rem 1rem;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  .tab-v1 .tab-content .tab-pane .ce-textpic {
    width: 50%;
  }
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery {
  max-width: 40%;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.tab-v1 .tab-content .tab-pane .ce-textpic .ce-bodytext p {
  font-size: .8em;
  line-height: 1.2;
}
.start-intro {
  position: relative;
  z-index: 0;
}
.start-intro .img {
  width: 100vw;
  height: calc(-40vh);
  object-fit: contain;
}
.start-intro .img.full {
  object-position: top;
}
.start-intro .img.right {
  object-position: top;
}
@media screen and (min-width: 48em) {
  .start-intro .img.right {
    object-position: top left;
  }
}
.start-intro .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg,#fff 0%,rgba(255,255,255,0) 50%);
}
.start-intro .text {
  position: absolute;
  width: 90vw;
  height: auto;
  left: 5vw;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 1;
  max-width: 700px;
  font-size: clamp(3rem,7vw,5rem);
  animation: slidein 1s ease;
  animation-delay: .5s;
}
@media screen and (min-width: 48em) {
  .start-intro .text {
    width: 50vw;
    left: 10vw;
    font-size: clamp(2rem,7vw,5rem);
  }
}
@keyframes slidein {
  .start-intro .text from {
    transform: translateY(0);
    opacity: 0;
  }
  .start-intro .text to {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.start-intro .text >* {
  display: block;
}
.start-intro .text.center {
  top: 50%;
  transform: translateY(-50%);
}
.start-intro .text.bottom {
  bottom: 20%;
}
@media screen and (min-width: 78.75em) {
  .start-intro .text.bottom {
    bottom: 10%;
  }
}
.start-intro .text .intro-headline {
  font-family: 'Source Sans Pro Bold';
  color: inherit;
  font-size: inherit;
}
.start-intro .text .intro-headline b {
  font-weight: 300;
  font-family: 'Source Sans Pro Light', sans-serif;
}
.subcats h2 {
  text-transform: uppercase;
  text-align: center;
}
.subcats .subcat-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media screen and (min-width: 64em) {
  .subcats .subcat-list {
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 78.75em) {
  .subcats .subcat-list {
    grid-gap: 3rem;
  }
}
.subcats .subcat-list .imagelink {
  text-decoration: none;
}
.subcats .subcat-list .imagelink:hover {
  text-decoration: none;
  color: #525252;
}
.subcats .subcat-list .imagelink .category img {
  width: 100%;
  height: auto;
  position: relative;
}
.subcats .subcat-list .imagelink .category img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237,46,53,0);
  transition: background-color .3s ease;
}
.subcats .subcat-list .imagelink .category .content .top {
  display: grid;
  grid-template-columns: 9fr 1fr;
  margin: .5rem 0;
}
.subcats .subcat-list .imagelink .category .content .top .text-top .category-name {
  font-weight: 800;
  font-size: clamp(1rem,2.3vw,1.7rem);
  line-height: 1.5;
}
.subcats .subcat-list .imagelink .category .content .top .text-top .category-subline {
  font-weight: 300;
  font-size: 1rem;
}
.subcats .subcat-list .imagelink .category .content .top .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ed2e35;
  font-size: 2rem;
  font-weight: bold;
  transition: all .3s ease-in-out;
}
.subcats .subcat-list .imagelink .category:hover .icon {
  transform: translateX(10px);
}
@media screen and (min-width: 30em) {
  .subcats .subcat-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 64em) {
  .subcats .subcat-list.small {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.trenner {
  background-position: center;
  position: relative;
  background: #666666;
}
@media screen and (min-width: 1024px) {
  .trenner {
    height: 770px;
  }
}
@media screen and (min-width: 78.75em) {
  .trenner {
    height: 780px;
  }
}
.trenner .image {
  position: relative;
}
@media screen and (min-width: 64em) {
  .trenner .image {
    position: absolute;
    height: 100%;
    right: calc(1vw * -1.5);
    max-width: 45%;
  }
}
@media screen and (min-width: 78.75em) {
  .trenner .image {
    max-width: 50%;
  }
}
.trenner .image img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 64em) {
  .trenner .image img {
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .trenner .image img {
    object-position: center;
  }
}
.trenner .half {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .trenner .half {
    height: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .trenner .half {
    width: 50%;
  }
}
@media screen and (min-width: 100em) {
  .trenner .half {
    width: calc(100vw - 960px);
  }
}
.trenner .half .frame {
  display: none;
  visibility: hidden;
  position: absolute;
  border: 17px solid #ed2e35;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
  padding: 3rem;
  min-height: 675px;
  width: 100%;
}
@media screen and (min-width: 78.75em) {
  .trenner .half .frame {
    display: block;
    visibility: visible;
    width: 90%;
  }
}
@media screen and (min-width: 100em) {
  .trenner .half .frame {
    left: 20%;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (min-width: 120em) {
  .trenner .half .frame {
    width: 85%;
    max-width: 1111px;
  }
}
@media screen and (min-width: 3000px) {
  .trenner .half .frame {
    width: 75%;
  }
}
.trenner .half .content {
  color: #ffffff;
  background: #666666;
  padding: 2rem;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 64em) {
  .trenner .half .content {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 50vw;
    transform: translateY(-50%);
    text-align: right;
  }
}
@media screen and (min-width: 78.75em) {
  .trenner .half .content {
    left: 0;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 100em) {
  .trenner .half .content {
    left: unset;
    right: 0;
  }
}
@media screen and (min-width: 120em) {
  .trenner .half .content {
    left: 0;
  }
}
@media screen and (min-width: 3000px) {
  .trenner .half .content {
    max-width: 50vw;
  }
}
.trenner .half .content .headline {
  color: #ffffff;
}
.trenner .half .content .headline b {
  font-family: "Source Sans Pro Light";
}
.linktrenner {
  width: 100%;
  background-color: #666666;
  color: #ffffff;
  position: relative;
  display: grid;
  padding: 4rem 1rem;
}
@media screen and (min-width: 48em) {
  .linktrenner {
    height: 700px;
  }
}
.linktrenner .linkbox {
  width: 100%;
  order: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 3px solid #ed2e35;
}
@media screen and (min-width: 48em) {
  .linktrenner .linkbox {
    position: absolute;
    width: 98vw;
    border: 17px solid #ed2e35;
    top: 50%;
    transform: translateY(-50%);
    left: 1vw;
    padding: 3rem;
    min-height: 600px;
  }
}
@media screen and (min-width: 64em) {
  .linktrenner .linkbox {
    position: absolute;
    width: 750px;
    border: 17px solid #ed2e35;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    padding: 3rem;
    min-height: 555px;
  }
}
.linktrenner .linkbox .links {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .linktrenner .linkbox .links {
    width: 30vw;
    max-width: 470px;
  }
}
.linktrenner .linkbox .links .link {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 0.4rem 2rem 0.4rem 1rem;
  margin: 1rem 0;
  color: #ffffff;
  text-decoration: unset;
  font-size: 1rem;
}
.linktrenner .linkbox .links .link .icon {
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.8rem;
  transition: transform .3s ease-in-out;
}
.linktrenner .linkbox .links .link:hover .icon {
  transform: translate(5px,-50%);
}
.linktrenner .textbox {
  width: 100%;
  order: 1;
  border-top: 5px solid #ed2e35;
  padding: 1rem 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .linktrenner .textbox {
    border: unset;
    width: 60vw;
    background-color: #666666;
    padding: 2rem;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .linktrenner .textbox {
    width: 50vw;
    max-width: 700px;
    left: min(800px,50%);
  }
}
.linktrenner .textbox h2 {
  color: inherit;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .linktrenner .textbox h2 .headline,
  .linktrenner .textbox h2 .subline {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .linktrenner .textbox h2 .headline,
  .linktrenner .textbox h2 .subline {
    font-size: 3rem;
  }
}
.linktrenner .textbox p {
  font-size: 1rem;
}
.sozialleistungen {
  text-align: center;
}
.sozialleistungen h2 {
  margin-bottom: .3rem;
}
.sozialleistungen a {
  text-decoration: unset;
}
.sozialleistungen a:hover {
  text-decoration: unset;
}
.sozialleistungen .leistungen {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  grid-gap: .5rem;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 48em) {
  .sozialleistungen .leistungen {
    gap: 1rem;
    grid-gap: 1rem;
  }
}
.sozialleistungen .leistungen .leistung {
  background: #efefef;
  padding: 2rem 0.7rem 1rem 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
  transition: all .3s ease-in-out;
  width: 140px;
}
@media screen and (min-width: 48em) {
  .sozialleistungen .leistungen .leistung {
    width: 162px;
  }
}
.sozialleistungen .leistungen .leistung .icon {
  width: 70px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.sozialleistungen .leistungen .leistung .icon svg {
  fill: #525252;
  transition: all .3s ease-in-out;
  max-height: 70px;
}
@media screen and (min-width: 48em) {
  .sozialleistungen .leistungen .leistung .icon svg {
    max-height: 90px;
  }
}
@media screen and (min-width: 48em) {
  .sozialleistungen .leistungen .leistung .icon {
    width: 90px;
  }
}
.sozialleistungen .leistungen .leistung .text {
  color: #525252;
  font-style: italic;
  font-size: .8rem;
  line-height: 1.2;
  display: block;
  transition: all .3s ease-in-out;
}
.sozialleistungen .leistungen .leistung:hover {
  background: #ed2e35;
  color: #ffffff;
}
.sozialleistungen .leistungen .leistung:hover svg {
  fill: #ffffff;
}
.sozialleistungen .leistungen .leistung:hover .text {
  color: inherit;
}
.sozialleistungen .leistungen.red .leistung {
  background: #ed2e35;
}
.sozialleistungen .leistungen.red .leistung svg {
  fill: #ffffff;
}
.sozialleistungen .leistungen.red .leistung .text {
  color: #ffffff;
}
.sozialleistungen .leistungen.red .leistung:hover {
  background: #efefef;
  color: #525252;
}
.sozialleistungen .leistungen.red .leistung:hover svg {
  fill: #525252;
}
.sozialleistungen .leistungen.red .leistung:hover .text {
  color: inherit;
}
.sozialleistungen .leistungen.text .leistung {
  padding: 1rem .7rem;
  justify-content: center;
}
.sozialleistungen .leistungen.text .leistung .text {
  font-style: normal;
}
.ce-textpic .extbase-debugger {
  display: none;
  visibility: hidden;
}
.ce-textpic .video-embed-item {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ce-textpic .image .lightbox img {
  width: 100%;
  height: auto;
}
[id*="accordion-"] {
  margin-bottom: 25px;
}
[id*="accordion-"] .card {
  border: 2px solid #ed2e35;
  border-radius: 20px;
}
[id*="accordion-"] .card .card-header {
  background: transparent;
  height: 60px;
  border: unset;
  padding: 0;
}
[id*="accordion-"] .card .card-header .btn {
  width: 100%;
  text-align: left;
  border: unset;
  background: unset;
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  padding: .75rem 1.25rem;
}
[id*="accordion-"] .card .card-header .btn:after {
  content: '-';
  position: absolute;
  top: 50%;
  right: 1rem;
  color: inherit;
  transform: translateY(-50%);
  font-size: 2rem;
}
[id*="accordion-"] .card .card-header .btn:hover,
[id*="accordion-"] .card .card-header .btn:focus {
  text-decoration: none;
}
[id*="accordion-"] .card .card-header .btn:focus {
  box-shadow: unset;
}
[id*="accordion-"] .card .card-header .btn.collapsed:after {
  content: '+';
}
[id*="accordion-"] .card [id*="collapse-"] .card-body .contentheader {
  margin-bottom: unset;
  display: none;
  visibility: hidden;
}
[id*="accordion-"] .card [id*="collapse-"] .card-body .contentheader .contenttitle {
  font-size: 1.5rem;
}
.ctype-gridelements_pi1 section {
  padding-block: 0;
  margin-block: 0;
}
@media screen and (max-width: ) {
  .ctype-gridelements_pi1 section .col-12 {
    padding-inline: 0;
  }
}
.ctype-gridelements_pi1 .col-md-12 {
  padding-inline: 0;
}
.ctype-gridelements_pi1 .ctype-text .container-fluid {
  padding-inline: 0;
}
.pictureWithHeadline .container {
  position: relative;
  height: 60vh;
  padding-inline: 1rem;
}
@media screen and (min-width: 30em) {
  .pictureWithHeadline .container {
    height: 100vh;
  }
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline .container {
    height: 60vh;
  }
}
.pictureWithHeadline .container .image {
  width: 100%;
  height: 55%;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline .container .image {
    width: 60%;
    height: 100%;
  }
}
.pictureWithHeadline .container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pictureWithHeadline .container .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.pictureWithHeadline .container .content .frame {
  width: 100%;
  height: 80%;
  border: 17px solid #ed2e35;
  position: absolute;
  top: 10%;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline .container .content .frame {
    width: 60vw;
    max-width: 880px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.pictureWithHeadline .container .content .frame:before,
.pictureWithHeadline .container .content .frame::after {
  content: '';
  width: 40px;
  height: 70px;
  position: absolute;
}
.pictureWithHeadline .container .content .frame:before {
  top: -17px;
  border-top: 17px solid #ed2e35;
}
.pictureWithHeadline .container .content .frame:after {
  border-top: 17px solid #ed2e35;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline .container .content .frame:after {
    bottom: -17px;
    border-bottom: 17px solid #ed2e35;
  }
}
.pictureWithHeadline .container .content .text {
  position: absolute;
  top: 20%;
  width: 80%;
  transform: translateY(-20%);
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline .container .content .text {
    top: 50%;
    max-width: 35%;
    transform: translateY(-50%);
  }
}
.pictureWithHeadline .container .content .text .headline,
.pictureWithHeadline .container .content .text .subline {
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline .container .content .text .headline,
  .pictureWithHeadline .container .content .text .subline {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 78.75em) {
  .pictureWithHeadline .container .content .text .headline,
  .pictureWithHeadline .container .content .text .subline {
    font-size: 2.6rem;
  }
}
.pictureWithHeadline.left .image {
  right: 0;
}
.pictureWithHeadline.left .frame {
  border-top: unset !important;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline.left .frame {
    border-top: 17px solid #ed2e35 !important;
    border-left: unset !important;
    right: 10%;
  }
}
.pictureWithHeadline.left .frame::before {
  left: -17px;
  border-left: 17px solid #ed2e35;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline.left .frame::before {
    border-top: 17px solid #ed2e35;
  }
}
.pictureWithHeadline.left .frame::after {
  top: -17px;
  right: -17px;
  border-right: 17px solid #ed2e35;
  border-bottom: unset;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline.left .frame::after {
    top: unset;
    right: unset;
    bottom: -17px;
    left: -17px;
    border-right: unset;
    border-top: unset !important;
    border-left: 17px solid #ed2e35;
  }
}
.pictureWithHeadline.left .text {
  text-align: center;
  left: 10%;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline.left .text {
    text-align: right;
    left: 0;
  }
}
.pictureWithHeadline.right .image {
  left: 0;
}
.pictureWithHeadline.right .frame {
  border-top: unset !important;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline.right .frame {
    border-top: 17px solid #ed2e35 !important;
    border-right: unset !important;
    left: 10%;
  }
}
.pictureWithHeadline.right .frame::before {
  right: -17px;
  border-right: 17px solid #ed2e35;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline.right .frame::before {
    border-top: 17px solid #ed2e35;
  }
}
.pictureWithHeadline.right .frame::after {
  top: -17px;
  left: -17px;
  border-left: 17px solid #ed2e35;
  border-bottom: unset;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline.right .frame::after {
    top: unset;
    bottom: -17px;
    left: unset;
    right: -17px;
    border-left: unset;
    border-top: unset !important;
    border-right: 17px solid #ed2e35;
  }
}
.pictureWithHeadline.right .text {
  left: 10%;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .pictureWithHeadline.right .text {
    text-align: left;
    left: unset;
    right: 0;
  }
}
.jobdetails img {
  width: 100%;
  height: auto;
}
.jobdetails .jd-sidetext {
  background-color: #666666;
  padding: 2rem 1rem;
  color: #ffffff;
}
.jobdetails .jd-sidetext a {
  color: inherit;
}
.jobdetails h3 {
  background: #dedee0;
  display: inline-block;
  padding: 0.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.jobdetails ul {
  list-style: none;
  margin-bottom: 2rem;
}
.jobdetails ul li {
  position: relative;
  margin-bottom: 1rem;
}
.jobdetails ul li::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ed2e35;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
}
#c129 {
  align-items: self-end;
  justify-content: space-between;
}
.greybox {
  background-color: #666;
}
.steps {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}
.steps.swiper {
  overflow: hidden;
  height: auto;
}
.steps.swiper .swiper-wrapper {
  align-items: stretch;
}
.steps.swiper .swiper-slide {
  height: auto;
}
.steps__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(30,60,120,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.steps__image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #b0c4d8;
}
.steps__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.steps__image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(102,102,102,0.45);
  pointer-events: none;
}
.steps__content {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.steps__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #ed2e35;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.steps__title {
  font-size: 20px;
  font-weight: 700;
  color: #525252;
  margin: 0 0 14px;
  line-height: 1.25;
}
.steps__text {
  flex: 1;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
.steps__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.steps__text ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.steps__text ul li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8.5l3.5 3.5 7-7' stroke='%23ed2e35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.steps__link {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  align-self: flex-end;
  font-size: 13px;
  color: #525252;
  text-decoration: none;
}
.steps__link:hover {
  text-decoration: underline;
}
.steps__btn {
  position: absolute;
  top: 150px;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: #ed2e35;
  border: none;
  cursor: pointer;
  color: #fff;
}
.steps__btn::after {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 700;
}
.steps__btn--prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.steps__btn--next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.steps__pagination {
  bottom: 12px;
}
.steps__pagination .swiper-pagination-bullet {
  background: #b0bec5;
  opacity: 1;
}
.steps__pagination .swiper-pagination-bullet-active {
  background: #ed2e35;
  transform: scale(1.25);
}
.contactbox {
  display: flex;
  align-items: stretch;
  background-color: #7d8281;
  border-radius: 0;
  padding: 3rem 2.5rem;
  color: #fff;
  gap: 0;
  position: relative;
}
.contactbox__image {
  position: absolute;
  left: -5rem;
  bottom: 0;
  margin: 0;
  pointer-events: none;
}
.contactbox__image img.contactbox__img {
  display: block;
  width: 250px;
  height: auto;
  object-fit: contain;
  object-position: bottom left;
}
.contactbox__left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding-right: 3rem;
  border-right: 2px solid white;
}
.contactbox__text p {
  margin: 0 0 .75rem;
  font-size: .95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}
.contactbox__text p:last-child {
  margin-bottom: 0;
}
.contactbox__text h2,
.contactbox__text h3 {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.contactbox__text a {
  color: #fff;
  text-decoration: none;
  font-size: .9rem;
  margin-top: .5rem;
  transition: opacity .2s ease;
}
.contactbox__text a:hover {
  opacity: .75;
}
.contactbox__text a[href^="javascript:linkTo_UnCryptMailto"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iY3VycmVudENvbG9yIj4KICA8cGF0aCBkPSJNMiA0YTIgMiAwIDAgMC0yIDJ2MTJhMiAyIDAgMCAwIDIgMmgyMGEyIDIgMCAwIDAgMi0yVjZhMiAyIDAgMCAwLTItMkgyem0wIDJoMjB2Ljk5bC0xMCA2LjVMMiA2Ljk5VjZ6bTAgMy4yNCA5LjQ1IDYuMTRhMSAxIDAgMCAwIDEuMSAwTDIyIDkuMjRWMThIMlY5LjI0eiIvPgo8L3N2Zz4K");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iY3VycmVudENvbG9yIj4KICA8cGF0aCBkPSJNMiA0YTIgMiAwIDAgMC0yIDJ2MTJhMiAyIDAgMCAwIDIgMmgyMGEyIDIgMCAwIDAgMi0yVjZhMiAyIDAgMCAwLTItMkgyem0wIDJoMjB2Ljk5bC0xMCA2LjVMMiA2Ljk5VjZ6bTAgMy4yNCA5LjQ1IDYuMTRhMSAxIDAgMCAwIDEuMSAwTDIyIDkuMjRWMThIMlY5LjI0eiIvPgo8L3N2Zz4K");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.contactbox__text a[href^="tel"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iY3VycmVudENvbG9yIj4KICA8cGF0aCBkPSJNNi42IDEwLjhjMS40IDIuOCAzLjggNS4xIDYuNiA2LjZsMi4yLTIuMmMuMy0uMy43LS40IDEtLjIgMS4xLjQgMi4zLjYgMy42LjYuNiAwIDEgLjQgMSAxVjIwYzAgLjYtLjQgMS0xIDFDMTAuNiAyMSAzIDEzLjQgMyA0YzAtLjYuNC0xIDEtMWgzLjVjLjYgMCAxIC40IDEgMSAwIDEuMy4yIDIuNS42IDMuNi4xLjMgMCAuNy0uMiAxTDYuNiAxMC44eiIvPgo8L3N2Zz4K");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iY3VycmVudENvbG9yIj4KICA8cGF0aCBkPSJNNi42IDEwLjhjMS40IDIuOCAzLjggNS4xIDYuNiA2LjZsMi4yLTIuMmMuMy0uMy43LS40IDEtLjIgMS4xLjQgMi4zLjYgMy42LjYuNiAwIDEgLjQgMSAxVjIwYzAgLjYtLjQgMS0xIDFDMTAuNiAyMSAzIDEzLjQgMyA0YzAtLjYuNC0xIDEtMWgzLjVjLjYgMCAxIC40IDEgMSAwIDEuMy4yIDIuNS42IDMuNi4xLjMgMCAuNy0uMiAxTDYuNiAxMC44eiIvPgo8L3N2Zz4K");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.contactbox__right {
  flex: 0 0 50%;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactbox__right .contentheader .contenttitle {
  color: #fff;
}
.contactbox__right .tx-powermail {
  width: 100%;
}
.contactbox__right .powermail_fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.contactbox__right .powermail_fieldset .powermail_legend {
  display: none;
}
.contactbox__right .powermail_fieldset .fieldsetbody .row {
  margin-left: 0;
  margin-right: 0;
  gap: .75rem 0;
}
.contactbox__right .powermail_fieldset .fieldsetbody .row [class*="col-"] {
  padding-left: .5rem;
  padding-right: .5rem;
}
.contactbox__right .powermail_fieldset .fieldsetbody .row [class*="col-"]:first-child {
  padding-left: 0;
}
.contactbox__right .powermail_fieldset .fieldsetbody .row [class*="col-"]:last-child {
  padding-right: 0;
}
.contactbox__right .form-group {
  margin-bottom: 0;
}
.contactbox__right label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
.contactbox__right input.form-control,
.contactbox__right textarea.form-control {
  width: 100%;
  background: #fff;
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 0;
  padding: .8rem 1rem;
  color: #ed2e35;
  font-size: .95rem;
  outline: none;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  -webkit-appearance: none;
}
.contactbox__right input.form-control::placeholder,
.contactbox__right textarea.form-control::placeholder {
  color: rgba(0,0,0,0.4);
}
.contactbox__right input.form-control:focus,
.contactbox__right textarea.form-control:focus {
  border-color: #ed2e35;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
  background: #fff;
  color: #ed2e35;
  outline: none;
}
.contactbox__right textarea.form-control {
  min-height: 130px;
  resize: vertical;
}
.contactbox__right .row:has(.powermail_fieldwrap_type_textarea) {
  flex-direction: column;
}
.contactbox__right .row:has(.powermail_fieldwrap_type_textarea) .powermail_fieldwrap_type_textarea,
.contactbox__right .row:has(.powermail_fieldwrap_type_textarea) .powermail_fieldwrap_type_submit {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contactbox__right .powermail_fieldwrap_type_submit {
  display: flex;
  justify-content: flex-end;
}
.contactbox__right input.btn[type="submit"] {
  background-color: #ed2e35;
  border-color: transparent;
  color: #fff;
  border-radius: 0;
  padding: .8rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.contactbox__right input.btn[type="submit"]:hover {
  background-color: #9d0e13;
  transform: translateY(-1px);
}
.contactbox__right input.btn[type="submit"]:active {
  transform: translateY(0);
}
@media (max-width: 900px) {
  .contactbox {
    flex-direction: column;
    padding: 2rem 1.5rem;
  }
  .contactbox__image {
    display: none;
  }
  .contactbox__left {
    flex: none;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 2rem;
  }
  .contactbox__right {
    flex: none;
    padding-left: 0;
    padding-top: 2rem;
  }
  .contactbox__right .fieldsetbody .row {
    margin-left: 0;
    margin-right: 0;
  }
  .contactbox__right .fieldsetbody .row [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.contentwrap {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-top: 0;
}
header.pageheader {
  position: fixed;
  z-index: 250;
  width: 100%;
  height: 70px;
  top: 0;
}
@media screen and (min-width: 48em) {
  header.pageheader {
    height: 70px;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader {
    height: 100px;
  }
}
@media screen and (min-width: 100em) {
  header.pageheader {
    height: 200px;
  }
}
header.pageheader .topmenu-wrap {
  display: none;
  align-items: start;
  position: absolute;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .topmenu-wrap {
    display: flex;
    height: 100px;
  }
}
@media screen and (min-width: 100em) {
  header.pageheader .topmenu-wrap {
    height: 200px;
  }
}
header.pageheader .topmenu-wrap .topmenu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 0;
  padding-left: 0;
}
header.pageheader .topmenu-wrap .topmenu a {
  color: #525252;
  font-size: 0.8rem;
  text-decoration: none;
}
header.pageheader .topmenu-wrap .topmenu .dropdown-menu .nav-link {
  padding: .5rem 1rem;
}
header.pageheader .langmenu {
  z-index: 100;
  flex-direction: row;
}
header.pageheader .langmenu li {
  text-transform: uppercase;
  text-decoration: unset;
}
header.pageheader .langmenu li.active a {
  font-weight: bold;
  color: #ed2e35;
}
header.pageheader .navbar-brand {
  width: 80px;
  top: 0;
  right: 0;
  position: absolute;
  padding-top: 0;
  transition: all .3s ease-in-out;
  z-index: 100;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar-brand {
    width: 130px;
    right: 0;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar-brand {
    width: 150px;
    height: 100%;
    right: 5vw;
  }
}
@media screen and (min-width: 100em) {
  header.pageheader .navbar-brand {
    width: 150px;
    height: 100%;
    right: 5vw;
  }
}
header.pageheader .navbar-brand img {
  width: 100%;
  height: auto;
}
header.pageheader .navbar {
  height: 70px;
  justify-content: start;
  align-items: flex-end;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: fit-content;
  background-color: #ffffff;
}
@media screen and (min-width: 30em) {
  header.pageheader .navbar {
    background-color: unset;
  }
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar {
    height: 110px;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar {
    left: 140px;
    height: 110px;
  }
}
header.pageheader .navbar .navbar-toggler {
  position: absolute;
  top: 50%;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar .navbar-toggler {
    display: none;
    visibility: hidden;
  }
}
header.pageheader .navbar .navbar-toggler svg {
  width: 2.7rem;
  height: auto;
  fill: #ed2e35;
}
header.pageheader .navbar .navbar-toggler.left {
  left: 5px;
}
header.pageheader .navbar .navbar-toggler.right {
  right: 5px;
}
header.pageheader .navbar .navbar-toggler .navbar-toggler-icon,
header.pageheader .navbar .navbar-toggler svg * {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.pageheader .navbar .navbar-nav {
  flex-direction: row;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar .navbar-nav {
    display: flex;
    visibility: visible;
    width: 100%;
  }
}
header.pageheader .navbar .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  padding: .5rem 1rem 0 1rem;
  font-size: 1.1rem;
  border-bottom: 3px solid transparent;
  transition: border-bottom .3s ease;
}
header.pageheader .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ed2e35;
}
header.pageheader .navbar .navbar-nav .nav-item .nav-link:after {
  visibility: hidden;
  display: none;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #666666;
  border-top: 3px solid #ed2e35;
  border-radius: unset;
  position: absolute !important;
  margin-top: -3px;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff;
  font-size: .9rem;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu .nav-link:hover {
  color: #ed2e35;
}
header.pageheader .navbar .navbar-nav .nav-item .dropdown-menu .nav-link.active {
  font-weight: bold;
}
header.pageheader .navbar .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}
header.pageheader .navbar .navbar-nav .nav-item.active >.nav-link {
  font-weight: bold;
  border-bottom: 3px solid #ed2e35;
}
header.pageheader .navbar #mainmenupanel {
  position: fixed;
  height: 100vh;
  width: 25vw;
  min-width: 300px;
  top: 0;
  background-color: #ed2e35;
  z-index: 0;
  padding: 4rem 0 1rem 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar #mainmenupanel {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar #mainmenupanel {
    display: none;
    visibility: hidden;
  }
}
header.pageheader .navbar #mainmenupanel .langmenu {
  display: block;
  visibility: visible;
  position: absolute;
  top: 0;
}
header.pageheader .navbar #mainmenupanel .langmenu li {
  float: left;
  text-transform: uppercase;
  padding: .3rem 0.8rem;
  font-size: 2rem;
}
header.pageheader .navbar #mainmenupanel .langmenu li a {
  color: #ffffff;
  text-decoration: unset;
}
header.pageheader .navbar #mainmenupanel .langmenu li.active a {
  font-weight: bold;
}
header.pageheader .navbar #mainmenupanel.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
header.pageheader .navbar #mainmenupanel.left .langmenu {
  right: 0;
}
header.pageheader .navbar #mainmenupanel.right {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
header.pageheader .navbar #mainmenupanel.right .langmenu {
  left: 0;
}
header.pageheader .navbar #mainmenupanel .contact {
  margin: .5rem 0;
  display: flex;
  flex-direction: row;
}
header.pageheader .navbar #mainmenupanel .contact .btn {
  display: flex;
  flex: 1;
  justify-content: center;
  margin: 0 .4rem;
  background: #ed2e35;
  border-radius: unset;
}
header.pageheader .navbar #mainmenupanel .contact .btn svg {
  height: 1.5em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #ffffff;
}
header.pageheader .navbar #mainmenupanel .social {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1rem 0;
}
header.pageheader .navbar #mainmenupanel .social .sociallink {
  color: white;
  text-decoration: unset;
  font-size: 1.5rem;
}
header.pageheader .navbar #mainmenupanel .social .sociallink .icon {
  color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .mainbar {
  padding: 0;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav {
  display: flex;
  visibility: visible;
  flex-direction: column;
  padding: 0;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item {
  padding-left: 0;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link {
  border: unset;
  padding: .5rem 1rem;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:after {
  display: inline-block;
  visibility: visible;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:hover .dropdown {
  position: static;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #666666;
  width: 100%;
  min-width: unset;
  border-top: unset;
  position: unset !important;
  display: none;
  visibility: hidden;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link {
  color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .dropdown-menu .nav-link.active {
  color: #ed2e35;
  background-color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .nav-link {
  font-family: "Source Sans Pro Bold";
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link {
  font-family: "Source Sans Pro Light";
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link.active {
  font-family: "Source Sans Pro Bold";
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item:hover {
  background-color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .nav-link,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item:hover .nav-link {
  color: #ed2e35;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item:hover .dropdown-menu .nav-link {
  color: #ffffff;
  font-weight: unset;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show {
  background-color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .nav-link {
  color: #ed2e35;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu {
  background-color: #666666;
  display: block;
  visibility: visible;
  position: absolute;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.show .dropdown-menu .nav-link {
  color: #ffffff;
}
header.pageheader .navbar .header-socialbox {
  justify-self: flex-start;
}
header.pageheader .navbar .header-socialbox svg {
  display: inline-block;
  width: 32px;
  height: 32px;
}
header.pageheader .navbar .header-socialbox svg * {
  fill: #776d5b;
}
header.pageheader .navbar .topbar {
  background: #525252;
  font-size: 1rem;
  padding: 0.5rem;
}
header.pageheader .navbar .topbar a {
  color: #fdfdfd;
  padding: 0;
}
header.pageheader .navbar .topbar .buttonlink {
  color: #525252;
  padding: 0 0.5rem 0 0;
}
header.pageheader .navbar .topbar .buttonlink .inner {
  background: #fdfdfd;
  padding: 0.25rem 0.5rem;
}
header.pageheader .navbar .topbar .buttonlink svg {
  width: 1rem;
  height: 1rem;
}
header.pageheader .navbar .topbar .buttonlink svg * {
  fill: #525252;
}
header.pageheader .navbar .mainbar {
  padding: 20px 0;
}
header.pageheader .navbar .mainbar ul {
  padding: 10px 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 0;
  list-style: none;
}
header.pageheader .navbar .mainbar li {
  padding-left: 4rem;
}
header.pageheader .navbar .mainbar li a {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  text-decoration: none;
}
header.pageheader .navbar .mainbar li.active >a,
header.pageheader .navbar .mainbar li:hover >a {
  color: #525252;
}
header.pageheader .navbar .mainbar .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 20rem;
  -webkit-box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  border: none;
}
header.pageheader .navbar .mainbar .dropdown-menu a {
  font-size: 1rem;
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  color: #525252;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active {
  color: #ed2e35 !important;
  background-color: #ffffff;
}
header.pageheader .navbar .mainbar .dropdown-menu a:hover {
  background: #ed2e35;
  color: #ffffff;
}
header.pageheader .navbar .mainbar li {
  border-top: 1px solid rgba(255,255,255,0.5);
}
header.pageheader .navbar .mainbar li a {
  text-align: center;
  font-size: 2rem;
}
header.pageheader .navbar .mainbar li.trenner {
  border: none;
}
header.pageheader .navbar .mainbar .dropdown.show {
  background: #efefef;
}
header.pageheader .navbar .mainbar .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.pageheader .navbar .mainbar .dropdown-menu a {
  font-size: 1.25rem;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active {
  color: #ed2e35;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active:hover {
  color: #ffffff;
}
.showNav header.pageheader .navbar .navbar-toggler .navbar-toggler-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.showNav header.pageheader .navbar .navbar-toggler .navbar-toggler-icon svg * {
  fill: #ffffff;
}
.showNav header.pageheader .navbar #mainmenupanel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.folgeseite header.pageheader {
  background-color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .folgeseite header.pageheader {
    height: 140px;
  }
}
@media screen and (min-width: 78.75em) {
  .folgeseite header.pageheader .topmenu-wrap {
    height: 140px;
  }
}
.folgeseite header.pageheader .navbar-brand {
  width: 60px;
}
@media screen and (min-width: 48em) {
  .folgeseite header.pageheader .navbar-brand {
    width: 110px;
  }
}
.folgeseite header.pageheader .navbar {
  height: 70px;
  align-items: unset;
}
@media screen and (min-width: 78.75em) {
  .folgeseite header.pageheader .navbar {
    height: 140px;
  }
}
.folgeseite header.pageheader .navbar .navbar-nav,
.folgeseite header.pageheader .navbar .breadcrumb {
  align-self: end;
}
.folgeseite.scrollheader header.pageheader {
  height: 70px;
}
@media screen and (min-width: 78.75em) {
  .folgeseite.scrollheader header.pageheader {
    height: 120px;
  }
}
.folgeseite.scrollheader header.pageheader .navbar {
  height: 70px;
}
@media screen and (min-width: 78.75em) {
  .folgeseite.scrollheader header.pageheader .navbar {
    height: 120px;
  }
}
.folgeseite.scrollheader header.pageheader .navbar-brand {
  width: 60px;
}
@media screen and (min-width: 78.75em) {
  .folgeseite.scrollheader header.pageheader .navbar-brand {
    width: 90px;
  }
}
.scrollheader header.pageheader {
  background-color: #ffffff;
  height: 60px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader {
    height: 100px;
  }
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .topmenu-wrap {
    height: 100px;
  }
}
.scrollheader header.pageheader .navbar {
  top: 0;
  height: 60px;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar {
    height: 100px;
    align-content: center;
  }
}
.scrollheader header.pageheader .navbar-brand {
  width: 50px;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar-brand {
    width: 80px;
  }
}
.scrollheader header.pageheader #mainmenupanel {
  padding-top: 69px;
}
.scrollheader .contentwrap {
  padding-top: 0;
}
.navbar-toggler {
  outline: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon .line {
  width: 40px;
  height: 5px;
  background-color: #ed2e35;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon:hover {
  cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/icomoon.eot?5sj6sk');
  src: url('../fonts/icomoon.eot?5sj6sk#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?5sj6sk') format('truetype'), url('../fonts/icomoon.woff?5sj6sk') format('woff'), url('../fonts/icomoon.svg?5sj6sk#icomoon') format('svg');
}
.icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pdf:before {
  content: "\e91d";
}
.icon-info:before {
  content: "\e924";
}
.icon-instagram-square:before {
  content: "\e92d";
}
.icon-quote:before {
  content: "\e91c";
}
.icon-smiley:before {
  content: "\e91a";
}
.icon-facebook-thin:before {
  content: "\e918";
}
.icon-instagram-thin:before {
  content: "\e919";
}
.icon-down:before {
  content: "\e917";
}
.icon-star:before {
  content: "\e913";
}
.icon-print:before {
  content: "\e914";
}
.icon-text:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e907";
}
.icon-back-thin:before {
  content: "\e910";
}
.icon-next-thin:before {
  content: "\e912";
}
.icon-like:before {
  content: "\e90c";
}
.icon-envelope:before {
  content: "\e90d";
}
.icon-phonecall:before {
  content: "\e90e";
}
.icon-up:before {
  content: "\e90f";
}
.icon-placeholder:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
.icon-back:before {
  content: "\e902";
}
.icon-shield:before {
  content: "\e903";
}
.icon-money:before {
  content: "\e904";
}
.icon-next:before {
  content: "\e905";
}
.icon-checkmark:before {
  content: "\e906";
}
.icon-arrow-down:before {
  content: "\e91b";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-xing:before {
  content: "\ead4";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-remove:before {
  content: "\e911";
}
.icon-youtube-square:before {
  content: "\e908";
}
.icon-lock:before {
  content: "\e909";
}
.icon-facebook-square:before {
  content: "\e90a";
}
.icon-xing-square:before {
  content: "\e90b";
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(237,46,53,0.7);
}
.modal .modal-dialog {
  max-width: 650px;
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  margin: auto;
}
.modal .modal-dialog.modal-centered {
  min-height: calc(96.5%);
}
.modal .modal-dialog.modal-centered .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
  outline: 0;
}
.modal .modal-dialog .modal-content {
  background-color: #ffffff;
  color: #525252;
}
.modal .modal-dialog .modal-content .modal-header {
  border: unset;
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: inherit;
  font-family: PaytoneOne;
  font-size: 2.6rem;
  padding: 0 1rem;
  color: #ed2e35;
}
.modal .modal-dialog .modal-content .modal-body {
  color: inherit;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  color: inherit;
  font-family: PaytoneOne;
  margin-bottom: .5rem;
}
.modal .modal-dialog .modal-content .modal-body .modal-content {
  border: unset;
}
@media screen and (min-width: 64em) {
  .modal.fade .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
  }
}
.social {
  display: flex;
  height: 32px;
}
.social .sociallink {
  color: #ed2e35;
}
.social .sociallink .icon {
  padding: .3rem;
  color: #ed2e35;
  font-size: 1rem;
}
.social .sociallink .icon:not(first-of-type) {
  margin-left: .4rem;
}
.bigintro {
  background-color: #9aabe9;
  position: relative;
  height: 80vh;
  overflow: hidden;
}
.bigintro .row,
.bigintro .row [class^=col-] {
  height: 100%;
}
.bigintro .bi-picside img {
  height: 100%;
  width: auto;
  float: right;
}
.bigintro .bi-textside {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 1.1rem;
}
.bigintro .bi-textside .bi-title {
  color: #525252;
}
svg.bi-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
}
svg.bi-mask * {
  fill: ;
}
#offcanvasmenu {
  width: 20em;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 2002;
  padding: 78px 1em 15px 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#offcanvasmenu .inner {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  #offcanvasmenu {
    padding-right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 400px) {
  #offcanvasmenu {
    width: 100vw;
  }
}
#offcanvasmenu .togglewrap {
  position: absolute;
  right: -100px;
  top: 0px;
  background-color: transparent;
  padding: 10px 20px;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
#offcanvasmenu.open {
  background-color: #ffffff;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#offcanvasmenu.open .togglewrap {
  -webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.25);
  box-shadow: 5px 0 5px rgba(0,0,0,0.25);
}
@media screen and (max-width: 3440px) {
  #offcanvasmenu.open .togglewrap {
    right: -10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#offcanvasmenu .navbar-navi a {
  color: #ed2e35;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#offcanvasmenu .navbar-navi li > a {
  padding: 10px 30px;
  border-top: 1px solid #ececec;
  display: block;
}
#offcanvasmenu .navbar-navi li:first-child a {
  border: none;
}
#offcanvasmenu .navbar-navi li.active a,
#offcanvasmenu .navbar-navi li:hover a {
  color: #000000;
  text-decoration: none;
  background: none;
}
#offcanvasmenu .navbar-navi li.active a {
  background-color: #efefef;
}
#offcanvasmenu .navbar-navi .drop-down-menu {
  margin-bottom: 20px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#offcanvasmenu .navbar-navi .drop-down-menu a {
  font-weight: 400;
  text-transform: none;
}
#offcanvasmenu .navbar-navi .caret {
  display: none;
}
#offcanvasmenu .mainmenu-sub {
  margin-top: 50px;
}
#offcanvasmenu .mainmenu-sub a {
  font-size: 12px;
}
#offcanvasmenu .mainmenu-sub li:first-child a {
  border: none;
}
#offcanvasmenu #socialmenu {
  position: absolute;
  right: -240px;
  top: 25px;
  z-index: 10001;
  width: 120px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#offcanvasmenu #socialmenu li a {
  height: 30px;
  width: auto;
  display: inline-block;
}
#offcanvasmenu #socialmenu li a svg {
  width: auto;
  height: 100%;
  position: relative;
}
#offcanvasmenu #socialmenu li a svg * {
  fill: #ffffff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  #offcanvasmenu #socialmenu {
    left: 30px;
  }
}
body.scrollheader #offcanvasmenu #socialmenu {
  top: 15px;
}
body.openmenu  #offcanvasmenu #socialmenu {
  left: 30px;
}
body.openmenu  #offcanvasmenu #socialmenu li a svg * {
  fill: #ed2e35;
}
body.openmenu  #offcanvasmenu #socialmenu li a:hover svg * {
  fill: #000000;
}
.bottommenu {
  z-index: 2001;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #39536b;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px) {
  .bottommenu {
    display: none;
  }
}
.bottommenu .bottomLink {
  height: 100%;
  width: 16.666%;
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #42607c;
}
.bottommenu .bottomLink:hover {
  background-color: #42607c;
}
.bottommenu .bottomLink:last-child {
  border: none;
}
.bottommenu .bottomLink img,
.bottommenu .bottomLink svg {
  height: 20px;
  width: auto;
  margin: 15px auto;
  position: relative;
}
.bottommenu .bottomLink span {
  display: none;
}
.submenu ul {
  padding: 10px 20px;
  margin: 50px 0;
  list-style: none;
  text-align: left;
  background: ;
}
.submenu ul li {
  padding: 5px 10px;
  position: relative;
  display: inline-block;
}
.submenu ul li a {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #525252;
  line-height: 1em;
  padding: 10px;
  position: relative;
}
.submenu ul li:hover a,
.submenu ul li.active a {
  color: #ffffff;
  background: #ed2e35;
  text-decoration: none;
  display: block;
  height: 2em;
  position: relative;
}
.submenu ul li:hover a:before,
.submenu ul li:hover a:after,
.submenu ul li.active a:before,
.submenu ul li.active a:after {
  border-color: ;
}
.footer-info {
  padding-block: 2rem;
}
.footer-info .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container {
    gap: 3rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 78.75em) {
  .footer-info .container {
    gap: 5rem;
  }
}
.footer-info .container .partA {
  display: flex;
  flex-direction: row;
  min-width: fit-content;
}
.footer-info .container .partA .contact .title {
  font-size: .8rem;
  font-family: 'Source Sans Pro Bold';
}
.footer-info .container .partA .contact p {
  font-size: .8rem;
}
.footer-info .container .partB {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer-info .container .partB .meta .social {
  display: flex;
  height: 32px;
}
.footer-info .container .partB .meta .social .sociallink {
  text-decoration: unset;
}
.footer-info .container .partB .meta .social .sociallink .icon {
  padding: .3rem;
  color: #666666;
  font-size: 1rem;
}
.footer-info .container .partB .meta .social .sociallink .icon:not(first-of-type) {
  margin-left: .4rem;
}
.footer-info .container .partB .meta .social .sociallink .icon:hover {
  color: #ed2e35;
}
.footer-info .container .partB .meta .footermenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .footer-info .container .partB .meta .footermenu {
    flex-direction: row;
  }
}
.footer-info .container .partB .meta .footermenu > * + * {
  border-left: 1px solid #666666;
}
.footer-info .container .partB .meta .footermenu .nav-item {
  display: inline-block;
  margin-block: .3rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container .partB .meta .footermenu .nav-item {
    margin-block: unset;
  }
}
.footer-info .container .partB .meta .footermenu .nav-item a {
  text-decoration: unset;
  padding: 0 10px;
  color: #525252;
}
.footer-info .container .partB .meta .footermenu .nav-item a:hover {
  color: #ed2e35;
}
.footer-info .container .partB .footerlogo {
  width: 100%;
  max-width: 90px;
  display: inline-block;
  margin-top: -1rem;
  margin-right: 3rem;
  padding: 0;
  height: auto;
}
.footer-info .container .partB .footerlogo img {
  width: 100%;
  height: auto;
}
.zeropadrow {
  margin: 0;
}
.zeropadrow >div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.ribbon {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 auto 20px 0;
}
.ribbon:after,
.ribbon:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -0.5em;
  width: 1em;
  height: 100%;
  background-color: #d09c00;
  pointer-events: none;
}
.ribbon:after {
  right: -0.57em;
  z-index: -1;
}
.ribbon:before {
  bottom: auto;
  top: -0.5em;
  left: -0.57em;
  z-index: -1;
}
.ribbon .text {
  display: inline-block;
  position: relative;
  padding: .15em .75em;
  text-decoration: none;
  color: #112435;
  font-weight: 700;
  background-color: #ffc004;
}
.ribbon .text:after,
.ribbon .text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -0.5em;
  left: -0.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.ribbon .text:before {
  bottom: auto;
  top: -0.5em;
  border-bottom: 0.5em solid #ffda6a;
  border-left: .5em solid transparent;
}
.ribbon .text:after {
  left: auto;
  right: -0.05em;
  border-top: 0.5em solid #ffda6a;
  border-right: .5em solid transparent;
}
.powermail_field {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.tx-powermail legend {
  display: none;
}
.powermail_field select,
.powermail_field .powermail_textarea,
.powermail_field .powermail_input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 15px;
  outline: 0;
  border: 1px solid #525252;
  border-radius: 0;
  color: #525252;
  appearance: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.powermail_field .powermail_textarea,
.powermail_field .powermail_input {
  text-align: center;
}
.powermail_field select::-ms-expand {
  display: none;
}
.powermail_field select:hover,
.powermail_field select:focus {
  color: #000000;
  background: #ffffff;
}
.powermail_field select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 18px;
  height: 18px;
  border: solid #ed2e35;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.powermail_field select:hover ~ .select_arrow,
.powermail_field select:focus ~ .select_arrow {
  border-color: #000000;
}
.powermail_field select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.powermail_submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ed2e35;
  width: 100%;
  background-color: #525252;
  border: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.powermail_submit:hover {
  background-color: #6c6c6c;
}
.powermail_fieldwrap_type_check .checkbox label {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.powermail_fieldwrap_type_check .checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.powermail_fieldwrap_type_check .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #eee;
  border: 4px solid #ed2e35;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.powermail_fieldwrap_type_check .checkbox label:hover input ~ .checkmark {
  background-color: #ccc;
}
.powermail_fieldwrap_type_check .checkbox label input:checked ~ .checkmark {
  background-color: #ed2e35;
}
.powermail_fieldwrap_type_check .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.powermail_fieldwrap_type_check .checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.powermail_fieldwrap_type_check .checkbox label .checkmark:after {
  left: 9px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.controls {
  text-align: right;
}
.controls .btn {
  background-color: #ed2e35;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 1rem;
}
.controls .btn:first-child {
  margin-right: 10px;
}
.tx-powermail .layout1 {
  margin-bottom: 75px;
}
.tx-powermail .layout1 legend {
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  color: #525252;
  font-size: 2.222222rem;
  text-transform: uppercase;
  color: #ed2e35;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0 0.8rem 5rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: relative;
}
.tx-powermail .layout1 legend span {
  color: #ffffff;
  background: #ed2e35;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: baseline;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin-right: 1rem;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 479px) {
  .tx-powermail .layout1 legend {
    font-size: 2rem;
  }
}
.tx-powermail .layout1 .card {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .card-header {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend {
  color: #666666;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend span {
  background: #666666;
}
.tx-powermail .layout1 .card .card-body {
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .tx-powermail .layout1 .card .card-body {
    padding-left: 0;
  }
}
.tx-powermail .layout1 .card .card-border {
  border-bottom: 3px solid #666666;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .show + .card-border {
  border-color: #ed2e35;
}
.tx-powermail .layout1 .card:last-child {
  display: none;
}
.tx-powermail .layout1 .powermail_fieldset {
  padding: 25px 0 0px 0;
  display: block;
}
.tx-powermail .layout1 .powermail_fieldset .fieldsetbody {
  padding-bottom: 40px;
}
.tx-powermail .layout1 .powermail_fieldset .powermail_label {
  font-size: 1.555556rem;
}
.news-list-view,
.news-single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-list-view img,
.news-single img {
  -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}
.news-list-view .caption,
.news-single .caption {
  margin-top: 10px;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .news-list-view .news-list-item img,
  .news-single .news-list-item img {
    margin-top: 20px;
  }
}
.news-list-view h2,
.news-single h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
}
.news-list-view h3,
.news-single h3 {
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  margin-bottom: px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.news-list-view .article {
  border-bottom: 1px solid #666666;
}
.news-list-view .article:last-of-type {
  border-bottom: unset;
}
.news-list-view .article .teaser-text {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .news-list-view .article .teaser-text {
    float: left;
  }
}
.news-list-view .article .teaser-text .header {
  margin-block: 1rem 2rem;
}
.news-list-view .article .teaser-text .header a {
  text-decoration: unset;
}
.news-list-view .article .teaser-text .more {
  border: 2px solid #ed2e35;
  text-decoration: unset;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  transition: all .3s ease;
}
.news-list-view .article .teaser-text .more:hover {
  background: #ed2e35;
  color: #ffffff;
}
.news-list-view .article .news-img-wrap {
  margin: 0;
}
.news-list-view .article .news-img-wrap a {
  padding: unset;
  border: unset;
  background: unset;
}
.news-list-view .article .news-img-wrap a img {
  max-width: 100%;
}
.news-list-view .f3-widget-paginator {
  text-align: center;
}
.news-single .article .news-img-wrap {
  float: left;
  margin: 0 2rem 0 0;
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  color: #525252;
  margin-bottom: 0;
  line-height: 0.7em;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  color: #525252;
  font-weight: 400;
  text-transform: uppercase;
}
.startnews {
  padding-top: 0;
  padding-bottom: 0;
}
.startnews .news-list-item {
  padding: 1rem;
  color: #efefef;
  font-size: 16px;
  border: none;
  margin-bottom: 1rem;
  border: 4px solid #ed2e35;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.startnews .news-list-item h3 {
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.startnews .news-list-item h3 a {
  color: #525252;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #525252;
  margin-bottom: 0;
  line-height: 1em;
}
.startnews .news-list-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.startnews .news-list-item .btn-read-more {
  background: #ffffff;
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-family: "Source Sans Pro Bold";
  font-weight: 700;
  color: #525252;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: center;
  border: 0.3rem solid #ed2e35;
  color: #ed2e35;
  margin-left: 20px;
}
.startnews .news-list-item .btn-read-more:hover,
.startnews .news-list-item .btn-read-more:focus,
.startnews .news-list-item .btn-read-more:active {
  text-decoration: none;
}
.detailstext {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-browsebox {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox label {
  min-width: 200px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  display: inline-block;
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit label {
  display: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px 15px;
  border: none;
  background-color: #ccc;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-for {
  clear: both;
}
@media screen and (min-width: 640px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 40%;
    float: left;
  }
}
.tx-indexedsearch-rules {
  padding: 20px;
  margin: 20px 0;
  background-color: #efefef;
}
.tx-indexedsearch-rules h2 {
  margin-bottom: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.tx-indexedsearch-res .tx-indexedsearch-info >* {
  display: inline-block;
}
.swiper.simpleSlideshow {
  width: 100%;
  height: 100%;
}
.swiper.simpleSlideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper.simpleSlideshow .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.simpleSlideshow .swiper-button-next,
.swiper.simpleSlideshow .swiper-button-prev {
  color: #ed2e35;
}
.swiper.simpleSlideshow .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed2e35;
}
.tx-slideshow {
  height: 600px;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #ed2e35;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper2 {
  height: 80%;
  width: 100%;
}
.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-carousel {
  width: 100%;
  z-index: 2;
  padding-block: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-carousel {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-carousel {
    padding-block: 5rem;
  }
}
.tx-carousel .swiper {
  height: 450px;
}
.tx-carousel .swiper .swiper-slide {
  width: 100vw;
  height: auto;
  pointer-events: none;
}
@media screen and (min-width: 30em) {
  .tx-carousel .swiper .swiper-slide {
    width: 500px;
  }
}
.tx-carousel .swiper .swiper-slide.swiper-slide-active {
  pointer-events: all;
}
.tx-carousel .swiper .swiper-pagination {
  bottom: 0;
  position: relative;
}
.tx-carousel .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #525252;
}
.tx-carousel .swiper .swiper-button-next {
  right: 25px;
}
.tx-carousel .swiper .swiper-button-prev {
  left: 25px;
}
@media screen and (min-width: 78.75em) {
  .tx-carousel .swiper .swiper-button-next {
    transform: translateX(100px);
    transition: all .3s ease;
  }
  .tx-carousel .swiper .swiper-button-prev {
    transform: translateX(-100px);
    transition: all .3s ease;
  }
}
.tx-carousel .swiper .swiper-button-next,
.tx-carousel .swiper .swiper-button-prev {
  background: #ed2e35;
  width: 3rem;
  height: unset;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all .3s ease;
}
@media screen and (min-width: 78.75em) {
  .tx-carousel .swiper .swiper-button-next,
  .tx-carousel .swiper .swiper-button-prev {
    background: rgba(237,46,53,0.5);
  }
}
.tx-carousel .swiper .swiper-button-next:hover,
.tx-carousel .swiper .swiper-button-prev:hover {
  background: #ed2e35;
}
.tx-carousel .swiper .swiper-button-next::after,
.tx-carousel .swiper .swiper-button-prev::after {
  color: white;
}
@media screen and (min-width: 78.75em) {
  .tx-carousel .swiper:hover .swiper-button-next {
    transform: translateX(0);
  }
  .tx-carousel .swiper:hover .swiper-button-prev {
    transform: translateX(0);
  }
}
header.pageheader .topmenu-wrap {
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .topmenu-wrap {
    visibility: visible;
  }
}
header.pageheader .topmenu-wrap .menucontainer {
  height: 60px;
  position: relative;
  padding: 10px 10px 10px 20px;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu > * + * {
  border-left: 1px solid #666666;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li {
  padding: 0 .3rem;
}
header.pageheader .topmenu-wrap .menucontainer #langmenu li a {
  text-transform: uppercase;
  text-decoration: unset;
}
.topsearchwrap .navbar-form {
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 1010;
  border: 0;
}
.topsearchwrap .navbar-form .input-group {
  background-color: #ffffff;
  height: 32px;
}
.topsearchwrap .navbar-form .input-group button,
.topsearchwrap .navbar-form .input-group #ke_search_sword {
  padding: 4px 9px;
  border: 0;
  margin: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.topsearchwrap .navbar-form .input-group #ke_search_sword {
  padding: 0 0 0 .75rem;
  opacity: 0;
  color: #ffffff !important;
  display: none;
  position: relative;
  top: auto;
  font-size: 0.7rem;
  width: 80%;
  float: left;
  height: 32px;
  z-index: 0;
}
.topsearchwrap .navbar-form .input-group .input-group-btn {
  width: auto;
  display: block;
  position: absolute;
  right: 0;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] {
  display: table;
  color: #ffffff;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] .icon,
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: table-cell;
  vertical-align: middle;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] .icon {
  font-size: 24px;
  font-weight: bold;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="submit"] span {
  display: none;
}
.topsearchwrap .navbar-form .input-group .input-group-btn button[type="reset"] {
  display: none;
  visibility: hidden;
  position: absolute;
  right: 0;
  z-index: 1;
}
.topsearchwrap .navbar-form.active {
  width: 250px;
  right: 0;
  top: 0;
}
.topsearchwrap .navbar-form.active button,
.topsearchwrap .navbar-form.active #ke_search_sword {
  display: table-cell;
  opacity: 1;
  color:  !important;
}
.topsearchwrap .navbar-form.active #ke_search_sword {
  width: 80%;
  color: #525252 !important;
}
.topsearchwrap .navbar-form.active .input-group {
  background-color: #ffffff;
}
.topsearchwrap .navbar-form.active .input-group button[type="submit"] {
  display: none;
  visibility: hidden;
}
.topsearchwrap .navbar-form.active .input-group button[type="reset"] {
  display: block;
  visibility: visible;
  color: #525252;
}
@media (min-width: 48em) {
  .topsearchwrap .navbar-form #ke_search_sword {
    height: 90px;
  }
  .topsearchwrap .navbar-form.active {
    width: 280px;
  }
}
@media (min-width: 78.75em) {
  .topsearchwrap .navbar-form #ke_search_sword {
    height: 100px;
  }
  .topsearchwrap .navbar-form.active {
    width: 370px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 170px;
    height: 40px;
  }
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
  width: 1%;
}
.badegcontainer {
  position: fixed;
  right: .5rem;
  top: 20%;
  display: flex;
  flex-direction: column;
  z-index: 200;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  .badegcontainer {
    top: 50%;
    right: 1rem;
    display: flex;
    visibility: visible;
  }
}
.badegcontainer .badgelink {
  text-decoration: unset;
}
.badegcontainer .badgelink .badge {
  width: 70px;
  height: 75px;
  margin-bottom: .3rem;
  color: #ffffff;
  padding: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 400;
  border-radius: unset;
  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
}
.badegcontainer .badgelink .badge .triggerbutton {
  opacity: 1;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  cursor: pointer;
}
.badegcontainer .badgelink .badge .triggerbutton .icon {
  width: 40px;
  margin: 0 auto .2rem auto;
}
.badegcontainer .badgelink .badge .triggerbutton .icon svg {
  width: 40px;
}
.badegcontainer .badgelink .badge .triggerbutton .icon img {
  fill: #ffffff;
  width: 100%;
  height: auto;
}
.badegcontainer .badgelink .badge .triggerbutton .text p {
  white-space: normal;
}
.badegcontainer .badgelink .badge .contentbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 380px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  margin-bottom: 0;
}
.badegcontainer .badgelink .badge .contentbox .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem 0.7rem;
  font-size: 1.5rem;
  font-family: PaytoneOne;
  text-shadow: unset;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel {
  -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.5);
  box-shadow: 0px 15px 30px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  color: #ffffff;
  padding: 30px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .title {
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: PaytoneOne;
  line-height: 2;
}
@media screen and (min-width: 48em) {
  .badegcontainer .badgelink .badge .contentbox .inner .panel .title {
    font-size: 1.5rem;
  }
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .text {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  white-space: normal;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn {
  background: #ffffff;
  color: #525252;
  text-decoration: unset;
  text-align: left;
  padding: .3rem 1rem;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn svg {
  height: 1.5em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.badegcontainer .badgelink .badge .contentbox .inner .panel .btn:hover {
  text-decoration: unset;
}
.badegcontainer .badgelink .badge.active .contentbox {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.badegcontainer .badgelink .badge.corona-info {
  background-color: #ed2e35;
}
.badegcontainer .badgelink .badge.corona-info .panel {
  background-color: #ed2e35;
}
.badegcontainer .badgelink .badge.kontakt {
  background-color: #f6024d;
}
.badegcontainer .badgelink .badge.kontakt .panel {
  background-color: #f6024d;
}
.badegcontainer .badgelink .badge.kneipp {
  background-color: #124baa;
}
.badegcontainer .badgelink .badge.kneipp .icon img {
  width: 60px;
  height: auto;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field {
  text-align: left;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_input,
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_textarea {
  text-align: inherit;
  padding: .3rem 1rem;
  border-width: 2px;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_input:focus,
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_textarea:focus {
  border-color: #ed2e35;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .checkbox .checkmark {
  background: unset;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .checkbox label {
  font-size: 0.9rem;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit {
  background-color: #ed2e35;
  color: #ffffff;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit:hover {
  background-color: #ed2e35;
  color: #ffffff;
}
.ce-image {
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .ce-image {
    margin-bottom: unset;
  }
}
.ce-image .ce-gallery .image img {
  width: 100%;
  height: auto;
}
.img.dce.default {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .img.dce.default {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 64em) {
  .img.dce.mobile {
    display: none;
    visibility: hidden;
  }
}
.breadcrumb {
  display: none;
  visibility: hidden;
  background: unset;
}
@media screen and (min-width: 78.75em) {
  .folgeseite .breadcrumb {
    display: flex;
    visibility: visible;
    align-self: end;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.8rem;
  }
}
