@font-face {
  font-family: 'Open Sans';
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 25% 151%;
}
html,
body {
  scroll-behavior: smooth;
  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: 'Open Sans';
  font-weight: 400;
  overflow-x: hidden;
  background: #ffffff;
  color: #727372;
  padding-top: 0px;
  position: relative;
  scroll-behavior: smooth;
}
body b,
body strong {
  font-family: 'Open Sans';
  font-weight: 700;
}
body.showNav {
  overflow: hidden;
}
body.showNav .navsidebar {
  overflow-y: scroll;
}
section {
  padding: 1em 0;
}
@media screen and (min-width: 992px) {
  section {
    padding: 2em 0;
  }
}
section.fullheight {
  padding: 0;
  min-height: 100vh;
  scroll-snap-align: start;
}
.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: #e02129;
}
.row {
  margin: 1rem auto;
}
.container {
  max-width: 1140px;
  padding: 0 1rem;
}
@media screen and (min-width: 48em) {
  .container {
    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: 1140px;
}
.specialfont {
  font-family: 'Open Sans';
  font-weight: 800;
  color: #727372;
}
h1,
h2,
h3 {
  font-family: 'Open Sans';
  font-weight: 800;
  color: #727372;
  margin-top: 0;
  line-height: 1.2em;
}
.bigtitle {
  font-size: 2rem;
  color: #727372;
  font-family: 'Open Sans';
  font-weight: 800;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .bigtitle {
    font-size: 3rem;
  }
}
.font-light {
  font-family: 'Open Sans';
  font-weight: 300;
}
.font-regular {
  font-family: 'Open Sans';
  font-weight: 400;
}
.font-bold {
  font-family: 'Open Sans';
  font-weight: 700;
}
.font-extrabold {
  font-family: 'Open Sans';
  font-weight: 800;
}
.font-upper {
  text-transform: uppercase;
}
.font-center {
  text-align: center;
}
.clr-white {
  color: white;
}
.clr-primary {
  color: #e02129;
}
.clr-primary-light {
  color: rgba(224,33,41,0.5);
}
.clr-secondary {
  color: #ffb69b;
}
.is--centered {
  text-align: center;
}
.is--bold {
  font-weight: 700;
}
h1 {
  line-height: 1.05em;
}
h2 {
  margin-top: 0;
  font-size: 3rem;
}
.headline,
.subline {
  display: block;
  text-transform: uppercase;
  font-size: clamp(2rem,6vw,3rem);
  line-height: 1;
}
.ce-headline-center {
  display: block;
}
.headline {
  font-weight: 300;
  line-height: 1.1;
}
.subline {
  font-weight: 700;
}
p {
  font-size: 1rem;
}
p a {
  color: #e02129;
}
ul {
  padding-left: 1rem;
  list-style-type: square;
}
ul li {
  font-size: .9rem;
}
ul li::marker {
  color: #e02129;
}
@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 h1 a {
  text-decoration: none;
}
.contentheader h1 a:hover {
  color: #e02129;
}
.contentheader h2 a {
  text-decoration: none;
}
.contentheader h2 a:hover {
  color: #e02129;
}
a {
  color: #727372;
  text-decoration: underline;
}
a:not([href]) {
  scroll-margin-top: 4rem;
}
.btn {
  color: #ffffff;
  font-size: .8rem;
  font-weight: 400;
  border: none;
  background-color: #727372;
  display: inline-block;
  position: relative;
  line-height: 2;
  padding: .5rem 1rem;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #e02129;
  color: #ffffff;
  margin: 0.3rem;
}
.btn.btn-primary a {
  color: inherit;
  text-decoration: none;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:hover {
  background-color: rgba(224,33,41,0.4);
}
.btn:hover {
  background-color: #e02129;
}
.btn-round {
  border-radius: 100vmax;
}
.btn-secondary {
  background-color: #ffb69b;
}
.btn-secondary:hover {
  background-color: #e02129;
}
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: #e02129;
  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;
}
.row .col-12 {
  float: left;
}
.row>div {
  padding-inline: unset;
}
@media screen and (min-width: 48em) {
  .row>div {
    padding-inline: 15px;
  }
}
.contact-link {
  margin-right: 1rem;
}
.sticky {
  position: sticky;
  top: 1rem;
  align-self: flex-start;
}
.cover {
  object-fit: cover;
}
.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: #727372;
  font-family: 'Open Sans';
  font-weight: 800;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .contentheader .contenttitle {
    font-size: 3rem;
  }
}
.kopfgrafik .image img {
  height: calc(100vh - 70px);
  object-position: top;
}
@media screen and (min-width: 30em) {
  .kopfgrafik .image img {
    height: calc(100vh - 140px);
  }
}
.contentwrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.folgeseite .kopfgrafik .img {
  height: calc(100vh - 70px);
}
@media screen and (min-width: 30em) {
  .folgeseite .kopfgrafik .img {
    height: calc(100vh - 140px);
  }
}
@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: #727372;
  font-family: 'Open Sans';
  font-weight: 800;
  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: #727372;
  font-family: 'Open Sans';
  font-weight: 800;
  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: #727372;
  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: #ffb69b;
  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: #e02129;
}
.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;
}
.pp-accordion-custom .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid #727372;
  border-bottom: 1px solid #727372 !important;
  border-radius: .5rem !important;
}
.pp-accordion-custom .accordion-item .accordion-header {
  margin-bottom: 0;
  padding: 0;
  background-color: unset;
}
.pp-accordion-custom .accordion-item .accordion-header .accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #989f98;
  text-align: left;
  background-color: unset;
  border-radius: .5rem;
  overflow-anchor: none;
  line-height: 1.2;
  margin-bottom: 0;
  transition: all .3s ease;
}
.pp-accordion-custom .accordion-item .accordion-header .accordion-title:before {
  content: '+';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #e02129;
  z-index: 0;
}
.pp-accordion-custom .accordion-item .accordion-header .accordion-title .accordion-title-link {
  text-decoration: none;
  color: #e02129;
  padding: 1rem 1.25rem 1rem 3rem;
  z-index: 1;
  transition: color .3s ease;
}
.pp-accordion-custom .accordion-item .accordion-header .accordion-title .accordion-title-link.collapsed {
  color: #727372;
}
.pp-accordion-custom .accordion-item .accordion-header .accordion-title .accordion-title-link:hover {
  color: #e02129;
}
.pp-accordion-custom .accordion-item .accordion-collapse .contentheader {
  display: none;
  visibility: hidden;
}
.pp-accordion-custom .accordion-item .collapse:not(.show) {
  display: none;
}
@media screen and (min-width: 48em) {
  .ctype-ce_columns2 .row>.col-md-6:first-of-type {
    padding-left: 0;
  }
  .ctype-ce_columns2 .row>.col-md-6:last-of-type {
    padding-right: 0;
  }
}
.frame-gray {
  background-color: #f2f0f1;
}
.frame-gray--no-padding {
  background-color: #f2f0f1;
  padding: 0;
}
.frame-no-padding {
  padding: 0;
}
.round img {
  border-radius: 100rem;
}
.ce-col.contact div,
.ce-col.contact section {
  padding: 0;
}
.play {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 25%;
  transform: translate(-50%,-25%);
  background: unset;
  border: unset;
  transition: all .3s ease;
}
@media screen and (min-width: 100em) {
  .play {
    left: 75%;
    top: 50%;
    transform: translate(-75%,-50%);
  }
  .play:hover {
    transform: translate(-75%,-55%);
  }
}
.play .icon-play {
  font-size: 4rem;
  background-color: rgba(224,33,41,0.4);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  color: #ffffff;
  transition: background-color .3s ease;
}
.play:hover {
  cursor: pointer;
}
.play:hover .icon-play {
  background-color: #e02129;
}
.modalBtn {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 75%;
  transform: translate(-50%,-75%);
  background: unset;
  border: unset;
  transition: all .3s ease;
}
.modalBtn .icon-play {
  font-size: 4rem;
  background-color: rgba(224,33,41,0.4);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  color: #ffffff;
  transition: background-color .3s ease;
}
.modalBtn:hover {
  cursor: pointer;
}
.modalBtn:hover .icon-play {
  background-color: #e02129;
}
.modal {
  display: none;
  position: fixed;
  z-index: 250;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8) !important;
  cursor: pointer;
}
.modal .modal-content {
  background-color: #000000;
  margin: 5% auto;
  padding: 20px;
  width: 70%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  .modal .modal-content from {
    top: -300px;
    opacity: 0;
  }
  .modal .modal-content to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  .modal .modal-content from {
    top: -300px;
    opacity: 0;
  }
  .modal .modal-content to {
    top: 0;
    opacity: 1;
  }
}
.modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal.show {
  display: block;
}
.modalBtn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  color: #000000;
  text-decoration: none;
}
.modalBtn:hover {
  cursor: pointer;
  text-decoration: none;
}
[id^=modal] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
[id^=modal]:target {
  display: block;
}
input[type=checkbox] {
  position: absolute;
  clip: rect(0 0 0 0);
}
.popup {
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.popup .popup__overlay {
  position: fixed;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000b3;
}
.popup .popup__overlay:hover {
  cursor: pointer;
}
.popup .popup__wrapper {
  position: fixed;
  z-index: 9;
  width: 80%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 8px;
  padding: 58px 32px 32px 32px;
  background: #000000;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  .popup .popup__wrapper from {
    top: -300px;
    opacity: 0;
  }
  .popup .popup__wrapper to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  .popup .popup__wrapper from {
    top: -300px;
    opacity: 0;
  }
  .popup .popup__wrapper to {
    top: 0;
    opacity: 1;
  }
}
.popup .popup__wrapper .popup__close {
  position: absolute;
  top: 16px;
  right: 26px;
  text-decoration: none;
}
.popup .popup__wrapper .popup__close:hover {
  text-decoration: none;
  cursor: pointer;
}
.tx-headerimage {
  width: 100vw;
  height: 80vh;
  min-height: 500px;
  position: relative;
}
.tx-headerimage .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tx-headerimage .image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(224,33,41,0.4);
}
.tx-headerimage .image .img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-headerimage .video {
  width: 100%;
  height: 100%;
}
.tx-headerimage .video video {
  width: 100%;
}
.tx-headerimage .video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(224,33,41,0.4);
}
.tx-headerimage .poly {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  overflow-x: hidden;
}
.tx-headerimage .poly .img-poly,
.tx-headerimage .poly .img-polylines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: auto;
}
@media screen and (min-width: 48em) {
  .tx-headerimage .poly .img-poly,
  .tx-headerimage .poly .img-polylines {
    width: 140%;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-headerimage .poly .img-poly,
  .tx-headerimage .poly .img-polylines {
    width: 100%;
  }
}
.tx-headerimage .content {
  position: absolute;
  z-index: 3;
  bottom: 10%;
  left: 10vw;
  width: 80vw;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .tx-headerimage .content {
    width: 70vw;
  }
}
@media screen and (min-width: 100em) {
  .tx-headerimage .content {
    width: 50vw;
  }
}
.tx-headerimage .content h1 {
  color: inherit;
  font-size: clamp(2rem,5vw,3.7rem);
  line-height: 1.2;
}
.tx-headerimage .content .tag,
.tx-headerimage .content .link {
  color: inherit;
  display: block;
}
.tx-headerimage .content .tag {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.tx-headerimage .content .link {
  font-size: 1.5rem;
}
@media screen and (min-aspect-ratio: 2) {
  .tx-headerimage .content {
    width: 80%;
    max-width: 60vw;
  }
  .tx-headerimage .content h1 {
    font-size: clamp(2rem,4vw,3.7rem);
  }
}
.tx-intro {
  background-color: #f2f0f1;
  padding-top: 3rem;
}
@media screen and (min-width: 48em) {
  .tx-intro p {
    column-count: 2;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-intro p {
    column-gap: 5rem;
  }
}
.tx-quote {
  background-color: #f2f0f1;
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 1rem;
  padding-bottom: 0;
  position: relative;
}
@media screen and (min-width: ) {
  .tx-quote {
    flex-wrap: nowrap;
  }
}
.tx-quote:after {
  content: '';
  position: absolute;
  bottom: -12vw;
  right: 0;
  width: 100%;
  height: 20vw;
  background-image: url("/fileadmin/user_upload/Bilder/quote-after.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 78.75em) {
  .tx-quote:after {
    height: 395px;
    bottom: -250px;
  }
}
.tx-quote .image {
  margin-left: 5vw;
  width: 50vw;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tx-quote .image {
    width: 40vw;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-quote .image {
    margin-left: 10vw;
    width: 30vw;
  }
}
.tx-quote .image img {
  width: 100%;
  height: auto;
}
.tx-quote .image .play {
  top: 75%;
  left: 50%;
  transform: translate(-50%,-75%);
}
.tx-quote .content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  padding-inline: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-quote .content {
    padding-inline: 0;
    width: 50vw;
  }
}
@media screen and (min-width: 100em) {
  .tx-quote .content {
    justify-content: center;
  }
}
.tx-quote .content .headline,
.tx-quote .content .subline {
  font-size: clamp(1.2rem,3vw,1.8rem);
  line-height: 1.2;
}
.tx-quote .content p {
  margin-top: .5rem;
}
.tx-jobs {
  padding-top: 8rem;
  position: relative;
  z-index: 2;
}
.tx-jobs .items {
  display: block;
  columns: 22rem;
  gap: 2rem;
  margin-block: 3rem;
}
.tx-jobs .items .item {
  border: 2px solid #727372;
  border-radius: .5rem;
  padding-block: 1rem;
  padding-inline: 1rem 3rem;
  font-size: clamp(.9rem,4vw,1.1rem);
  font-weight: 700;
  text-decoration: unset;
  position: relative;
  transition: all .5s ease;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-jobs .items .item {
    margin-bottom: 2rem;
  }
}
.tx-jobs .items .item:nth-of-type(5n+1) {
  background-color: #e02129;
  border-color: #e02129;
  color: #ffffff;
}
.tx-tiles {
  display: flex;
  width: 100vw;
  flex-wrap: wrap;
}
.tx-tiles .image {
  width: 50%;
  position: relative;
  aspect-ratio: 1;
}
@media screen and (min-width: 64em) {
  .tx-tiles .image {
    width: 25%;
    flex-basis: 25%;
  }
}
.tx-tiles .image img {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-tiles .image .play {
  top: 75%;
  left: 50%;
  transform: translate(-50%,-75%);
}
.tx-tiles .image .play .icon-play {
  font-size: 4rem;
}
.tx-tiles .content {
  width: 50%;
  aspect-ratio: 1;
  padding-block: 2rem;
  padding-inline: 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all .5s ease;
}
@media screen and (min-width: 64em) {
  .tx-tiles .content {
    width: 25%;
    flex-basis: 25%;
  }
}
.tx-tiles .content .headline,
.tx-tiles .content .subline {
  color: inherit;
  font-size: clamp(1rem,6vw,2rem);
}
@media screen and (min-width: 78.75em) {
  .tx-tiles .content .headline,
  .tx-tiles .content .subline {
    font-size: clamp(2rem,6vw,3rem);
  }
}
.tx-tiles .content.red {
  background-color: #e02129;
  color: #ffffff;
}
.tx-tiles .content.white {
  background-color: #ffffff;
  color: #e02129;
}
.tx-benefits {
  padding-bottom: 0;
  position: relative;
  background-color: #e02129;
  margin-top: 37vw;
  padding-bottom: 29vw;
}
@media screen and (min-width: 48em) {
  .tx-benefits {
    height: 100vh;
  }
}
.tx-benefits:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29vw;
  background-image: url("/fileadmin/user_upload/Bilder/ALTEC_Metalltechnik_benefits_after.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.tx-benefits .image {
  width: 100%;
  transform: translateY(-100%);
}
.tx-benefits .image img {
  width: 100%;
  height: auto;
}
.tx-benefits .content {
  color: #ffffff;
  width: 80vw;
  max-width: 1140px;
  margin-inline: auto;
}
@media screen and (min-width: 525px) {
  .tx-benefits .content {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media screen and (min-width: 48em) {
  .tx-benefits .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  }
}
.tx-benefits .content h2 {
  color: inherit;
}
.tx-benefits .content .benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none;
  margin-top: 2rem;
}
@media screen and (min-width: 48em) {
  .tx-benefits .content .benefits {
    margin-top: 5rem;
  }
}
.tx-benefits .content .benefits li {
  text-transform: uppercase;
  position: relative;
  margin: 1rem;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .tx-benefits .content .benefits li {
    margin: 2rem 3rem;
  }
}
.tx-benefits .content .benefits li:before {
  content: '+';
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
@media screen and (min-width: 48em) {
  .tx-benefits .content .benefits li:nth-of-type(1) {
    font-size: 1.3rem;
    margin-left: -1rem;
    font-weight: 600;
  }
  .tx-benefits .content .benefits li:nth-of-type(1):before {
    font-size: 8rem;
    top: -5rem;
    left: -3.3rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(2) {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .tx-benefits .content .benefits li:nth-of-type(2):before {
    font-size: 9rem;
    top: -5.5rem;
    left: -3.5rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(3) {
    font-size: 1rem;
    width: 100%;
    padding-left: 1rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(3):before {
    font-size: 8rem;
    top: -5rem;
    left: -2rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(4) {
    font-size: 1.3rem;
    margin-left: -2rem;
    font-weight: 600;
  }
  .tx-benefits .content .benefits li:nth-of-type(4):before {
    font-size: 8rem;
    top: -5rem;
    left: -3rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(5) {
    font-size: 1rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(5):before {
    font-size: 8rem;
    top: -5rem;
    left: -3.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-benefits .content .benefits li:nth-of-type(1) {
    font-size: 1.5rem;
    margin-left: -1rem;
    font-weight: 600;
  }
  .tx-benefits .content .benefits li:nth-of-type(1):before {
    font-size: 8rem;
    top: -5rem;
    left: -3.3rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(2) {
    font-size: 2rem;
    font-weight: 600;
  }
  .tx-benefits .content .benefits li:nth-of-type(2):before {
    font-size: 9rem;
    top: -5.5rem;
    left: -3.5rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(3) {
    font-size: 1.2rem;
    width: 100%;
    padding-left: 1rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(3):before {
    font-size: 8rem;
    top: -5rem;
    left: -2rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(4) {
    font-size: 1.5rem;
    margin-left: -2rem;
    font-weight: 600;
  }
  .tx-benefits .content .benefits li:nth-of-type(4):before {
    font-size: 8rem;
    top: -5rem;
    left: -3rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(5) {
    font-size: 1.2rem;
  }
  .tx-benefits .content .benefits li:nth-of-type(5):before {
    font-size: 8rem;
    top: -5rem;
    left: -3.5rem;
  }
}
.tx-hero {
  padding-top: 0;
  width: 100vw;
  height: 80vh;
  min-height: 500px;
  position: relative;
}
.tx-hero .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.tx-hero .image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(224,33,41,0.4);
}
.tx-hero .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-hero .content {
  position: absolute;
  z-index: 2;
  width: 90vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .tx-hero .content {
    max-width: 80ch;
    width: max-content;
  }
}
.containerElement .row >div,
.containerElement .row .container-fluid {
  padding-inline: 0;
}
.social-container.flex {
  display: flex;
  justify-content: center;
}
.seite_22 .contentwrap {
  scroll-snap-type: y mandatory;
  height: 100vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.seite_22 .contentwrap::-webkit-scrollbar {
  display: none !important;
}
.seite_22 .btn:hover,
.seite_23 .btn:hover,
.seite_24 .btn:hover {
  color: #ffffff;
}
.seite_22 .navbar,
.seite_23 .navbar,
.seite_24 .navbar {
  display: none;
  visibility: hidden;
}
.seite_22.noheader .pageheader,
.seite_23.noheader .pageheader,
.seite_24.noheader .pageheader {
  top: -80px;
}
@media screen and (min-width: 78.75em) {
  .seite_22.noheader .pageheader,
  .seite_23.noheader .pageheader,
  .seite_24.noheader .pageheader {
    top: -100px;
  }
}
.seite_22 .sectionNav,
.seite_23 .sectionNav,
.seite_24 .sectionNav {
  width: 1rem;
  position: fixed;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.seite_22 .sectionNav .navbar-nav .nav-list-item,
.seite_23 .sectionNav .navbar-nav .nav-list-item,
.seite_24 .sectionNav .navbar-nav .nav-list-item {
  margin-bottom: 1rem;
}
.seite_22 .sectionNav .navbar-nav .nav-list-item .nav-link,
.seite_23 .sectionNav .navbar-nav .nav-list-item .nav-link,
.seite_24 .sectionNav .navbar-nav .nav-list-item .nav-link {
  border: 1px solid #ffffff;
  cursor: pointer;
  text-decoration: unset;
  border-radius: 50%;
  padding: .5rem;
  background-color: transparent;
  transition: all .5s ease;
}
.seite_22 .sectionNav .navbar-nav .nav-list-item .nav-link.active,
.seite_22 .sectionNav .navbar-nav .nav-list-item .nav-link:hover,
.seite_23 .sectionNav .navbar-nav .nav-list-item .nav-link.active,
.seite_23 .sectionNav .navbar-nav .nav-list-item .nav-link:hover,
.seite_24 .sectionNav .navbar-nav .nav-list-item .nav-link.active,
.seite_24 .sectionNav .navbar-nav .nav-list-item .nav-link:hover {
  background-color: #ffffff;
}
.seite_22 .sectionNav.negative .nav-link,
.seite_23 .sectionNav.negative .nav-link,
.seite_24 .sectionNav.negative .nav-link {
  border: 1px solid #e02129 !important;
}
.seite_22 .sectionNav.negative .nav-link.active,
.seite_22 .sectionNav.negative .nav-link:hover,
.seite_23 .sectionNav.negative .nav-link.active,
.seite_23 .sectionNav.negative .nav-link:hover,
.seite_24 .sectionNav.negative .nav-link.active,
.seite_24 .sectionNav.negative .nav-link:hover {
  background-color: #e02129 !important;
}
.seite_22 .footer-info .social .sociallink.phone,
.seite_23 .footer-info .social .sociallink.phone,
.seite_24 .footer-info .social .sociallink.phone {
  background-color: #c81d26;
}
.seite_23 header.pageheader .navbar-brand svg .cls-1,
.seite_24 header.pageheader .navbar-brand svg .cls-1 {
  fill: #e02129;
}
.tx-portal-intro {
  position: relative;
  background-color: #e02129;
  overflow-x: hidden;
}
.tx-portal-intro .background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.tx-portal-intro .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx-portal-intro .element-image {
  position: absolute;
  bottom: 0;
}
.tx-portal-intro .element-image img {
  height: 40vh;
  width: auto;
}
@media screen and (min-width: 48em) {
  .tx-portal-intro .element-image img {
    height: 50vh;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-portal-intro .element-image img {
    height: 80vh;
  }
}
.tx-portal-intro .person-image {
  position: absolute;
  bottom: 0;
}
.tx-portal-intro .person-image img {
  height: 40vh;
  width: auto;
}
@media screen and (min-width: 48em) {
  .tx-portal-intro .person-image img {
    height: 50vh;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-portal-intro .person-image {
    left: 0;
  }
  .tx-portal-intro .person-image img {
    height: 80vh;
  }
}
.tx-portal-intro .content {
  position: absolute;
  top: 10vh;
  width: 100%;
  padding-inline: 2rem;
  color: #ffffff;
}
.tx-portal-intro .content .text {
  margin-bottom: 2rem;
}
.tx-portal-intro .content .text .headline p,
.tx-portal-intro .content .text .subline p {
  font-size: clamp(1.8rem,6vw,2.1rem);
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .tx-portal-intro .content .text .headline p,
  .tx-portal-intro .content .text .subline p {
    font-size: clamp(1.8rem,6vw,3rem);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-portal-intro .content .text .headline p,
  .tx-portal-intro .content .text .subline p {
    font-size: clamp(1.8rem,6vw,2.1rem);
  }
}
@media screen and (min-width: 100em) {
  .tx-portal-intro .content .text .headline p,
  .tx-portal-intro .content .text .subline p {
    font-size: clamp(1.8rem,6vw,3rem);
  }
}
.tx-portal-intro .content .links {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
@media screen and (min-width: 64em) {
  .tx-portal-intro .content .links {
    flex-direction: row;
  }
}
.tx-portal-intro .content .links .link {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: .5rem;
  padding: .5rem 1rem;
  text-decoration: unset;
  text-transform: uppercase;
  align-self: flex-start;
  transition: all .3s ease;
}
.tx-portal-intro .content .links .link p {
  margin-bottom: 0;
}
.tx-portal-intro .content .links .link:hover {
  background-color: #ffffff;
  color: #e02129;
}
@media screen and (min-width: 78.75em) {
  .tx-portal-intro .content {
    left: 50%;
    width: 40vw;
    min-width: 400px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.tx-portal-section {
  background-color: #e02129;
  position: relative;
  scroll-snap-align: start;
}
.tx-portal-section.white {
  background-color: #ffffff;
}
.tx-portal-section .background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.tx-portal-section .background-image img {
  height: 100%;
}
.tx-portal-section .element-image {
  position: absolute;
  bottom: 0;
  height: 46vh;
  width: 100%;
}
.tx-portal-section .element-image img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section .element-image {
    height: 100vh;
    width: auto;
    top: 0;
  }
}
.tx-portal-section .content {
  position: absolute;
  top: 10vh;
  width: 100%;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section .content {
    gap: 3rem;
  }
}
@media screen and (min-width: 100em) {
  .tx-portal-section .content {
    gap: 5rem;
  }
}
.tx-portal-section .content .logo {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section .content .logo {
    display: block;
    visibility: visible;
  }
}
.tx-portal-section .content .logo svg {
  width: 10rem;
}
.tx-portal-section .content .logo svg .cls-1 {
  fill: #ffffff;
}
.tx-portal-section .content .logo svg .cls-2 {
  fill: #96A098;
}
.tx-portal-section .content .text .headline p,
.tx-portal-section .content .text .subline p {
  font-size: clamp(1.8rem,6vw,2.1rem);
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .tx-portal-section .content .text .headline p,
  .tx-portal-section .content .text .subline p {
    font-size: clamp(1.8rem,6vw,3rem);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section .content .text .headline p,
  .tx-portal-section .content .text .subline p {
    font-size: clamp(1.8rem,6vw,2.1rem);
  }
}
@media screen and (min-width: 100em) {
  .tx-portal-section .content .text .headline p,
  .tx-portal-section .content .text .subline p {
    font-size: clamp(1.8rem,6vw,3rem);
  }
}
.tx-portal-section .content .tag p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section .content .tag p {
    font-size: 2rem;
  }
}
.tx-portal-section .content .link {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: .5rem;
  padding: .5rem 1rem;
  text-decoration: unset;
  text-transform: uppercase;
  transition: all .3s ease;
  align-self: flex-start;
}
.tx-portal-section .content .link p {
  margin-bottom: 0;
}
.tx-portal-section .content .link:hover {
  background-color: #ffffff;
  color: #e02129;
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section .content {
    width: 40vw;
    min-width: 400px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section.textimage .content {
    left: 10vw;
  }
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section.textimage .element-image {
    right: 0;
  }
}
.tx-portal-section.textimage .element-image img {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section.imagetext .element-image {
    left: 0;
  }
}
.tx-portal-section.imagetext .element-image img {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 78.75em) {
  .tx-portal-section.imagetext .content {
    left: 55%;
  }
}
.tx-portal-outro {
  display: flex;
  align-items: center;
}
.tx-portal-outro .footerlogo svg {
  width: max(20vw,10rem);
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-portal-outro .footerlogo svg {
    width: max(20vw,20rem);
  }
}
.tx-portal-outro .partA {
  text-align: center;
}
.tx-portal-outro .partA .meta .navbar-nav {
  flex-direction: row;
  margin-bottom: 2rem;
  gap: 1rem;
  justify-content: center;
}
.tx-portal-outro .partB p {
  font-size: 0.8rem;
}
@media screen and (min-width: 48em) {
  .tx-portal-outro .partB p {
    font-size: 1rem;
  }
}
.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;
  transition: all .3s ease;
}
@media screen and (min-width: 48em) {
  header.pageheader {
    height: 70px;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader {
    height: 100px;
  }
}
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: #727372;
  font-size: 0.8rem;
  text-decoration: none;
}
header.pageheader .topmenu-wrap .topmenu .dropdown-menu .nav-link {
  padding: .5rem 1rem;
}
header.pageheader .langmenu {
  display: none;
  visibility: hidden;
  z-index: 100;
  flex-direction: row;
  position: absolute;
  right: 3rem;
  top: 0rem;
  gap: 1rem;
  padding: .5rem 1rem;
}
@media screen and (min-width: 78.75em) {
  header.pageheader .langmenu {
    display: flex;
    visibility: visible;
  }
}
header.pageheader .langmenu li {
  text-transform: uppercase;
  text-decoration: unset;
}
header.pageheader .langmenu li a {
  opacity: .6;
  color: transparent;
}
header.pageheader .langmenu li.active a {
  opacity: 1;
}
header.pageheader .langmenu li:hover a {
  opacity: 1;
}
header.pageheader .langmenu li.flag .flag-de {
  background-image: url(../flags/de.svg);
  background-size: 100%;
}
header.pageheader .langmenu li.flag .flag-gb {
  background-image: url(../flags/gb.svg);
  background-size: 100%;
}
header.pageheader .navbar-brand {
  width: 80px;
  left: 1rem;
  position: absolute;
  padding-block: 0;
  transition: all .3s ease-in-out;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar-brand {
    left: 1rem;
    width: 200px;
  }
}
@media screen and (min-width: 78.75em) {
  header.pageheader .navbar-brand {
    left: 2rem;
  }
}
header.pageheader .navbar-brand svg .cls-1 {
  fill: #ffffff;
}
header.pageheader .navbar {
  justify-content: start;
  align-items: center;
  -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: 2rem;
  right: 0;
  width: 100%;
  max-width: fit-content;
}
@media screen and (min-width: 30em) {
  header.pageheader .navbar {
    background-color: unset;
  }
}
header.pageheader .navbar .navbar-toggler {
  position: absolute;
  top: 50%;
  transition: all 250ms ease-out;
  transform: translateY(-50%);
  z-index: 1001;
  display: block;
  visibility: visible;
}
header.pageheader .navbar .navbar-toggler svg {
  height: auto;
  fill: #ffffff;
}
header.pageheader .navbar .navbar-toggler.left {
  left: 5px;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar .navbar-toggler.left {
    left: 3rem;
  }
}
header.pageheader .navbar .navbar-toggler.right {
  right: 5px;
}
@media screen and (min-width: 48em) {
  header.pageheader .navbar .navbar-toggler.right {
    right: 1rem;
  }
}
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-toggler:hover #navbar-toggler-icon--middle {
  transform: scaleX(.5);
  transform-origin: right;
}
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;
  margin-inline: 1rem;
  padding: 0 0 .3rem 0;
  font-size: .9rem;
  border-bottom: 3px solid transparent;
  color: #ffffff;
  text-transform: uppercase;
  transition: border-bottom .3s ease, color .3s ease;
}
header.pageheader .navbar .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 3px solid #ffb69b;
}
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 #e02129;
  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: #e02129;
}
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 #ffb69b;
}
header.pageheader .navbar #mainmenupanel {
  position: fixed;
  height: 100vh;
  width: 25vw;
  min-width: 300px;
  top: 0;
  background-color: #e02129;
  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;
  }
}
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: #8B9CB9;
  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: center;
  margin: 1rem 0;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding-inline: 10%;
}
header.pageheader .navbar #mainmenupanel .social li {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-inline: .2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
}
header.pageheader .navbar #mainmenupanel .social li.item3 {
  margin-right: 1rem;
}
header.pageheader .navbar #mainmenupanel .social li .sociallink {
  color: #ffffff;
  text-decoration: unset;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.pageheader .navbar #mainmenupanel .social li .sociallink .icon {
  color: #ffffff;
  margin: 0;
  font-size: .8rem;
}
header.pageheader .navbar #mainmenupanel .social li .sociallink svg {
  fill: #ffffff;
  height: 1rem;
}
header.pageheader .navbar #mainmenupanel .social li:hover {
  background-color: #ffffff;
  color: #e02129;
}
header.pageheader .navbar #mainmenupanel .social li:hover .icon {
  color: #e02129;
}
header.pageheader .navbar #mainmenupanel .social li:hover svg {
  fill: #e02129;
}
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,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link {
  border: unset;
  padding: .5rem 1rem;
  font-size: .9rem;
  text-align: center;
  margin-inline: 1rem;
  text-transform: uppercase;
  display: block;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:after,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-link:after {
  display: inline-block;
  visibility: visible;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .nav-link:hover .dropdown,
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item .footermenu-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: #e02129;
  background-color: #ffffff;
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .nav-link {
  font-family: 'Open Sans';
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link {
  font-family: 'Open Sans';
}
header.pageheader .navbar #mainmenupanel .mainbar .navbar-nav .nav-item.active .dropdown-menu .nav-link.active {
  font-family: 'Open Sans';
}
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: #e02129;
}
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: #e02129;
}
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: #727372;
  font-size: 1rem;
  padding: 0.5rem;
}
header.pageheader .navbar .topbar a {
  color: #fdfdfd;
  padding: 0;
}
header.pageheader .navbar .topbar .buttonlink {
  color: #727372;
  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: #727372;
}
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: #727372;
}
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: 'Open Sans';
  font-weight: 800;
  color: #727372;
  font-weight: 700;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active {
  color: #e02129 !important;
  background-color: #ffffff;
}
header.pageheader .navbar .mainbar .dropdown-menu a:hover {
  background: #e02129;
  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: #e02129;
}
header.pageheader .navbar .mainbar .dropdown-menu a.active:hover {
  color: #ffffff;
}
.showNav header.pageheader .navbar .navbar-toggler .navbar-toggler-icon #navbar-toggler-icon--middle {
  transform: scaleX(.5);
  transform-origin: right;
}
.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 .navbar .navbar-nav,
.folgeseite header.pageheader .navbar .breadcrumb {
  align-self: end;
}
.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: 80px;
  }
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .topmenu-wrap {
    height: 100px;
  }
}
.scrollheader header.pageheader .navbar-brand {
  width: 120px;
}
.scrollheader header.pageheader .navbar-brand svg .cls-1 {
  fill: #e02129;
}
@media screen and (min-width: 48em) {
  .scrollheader header.pageheader .navbar-brand {
    width: 140px;
  }
}
.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: 80px;
    align-content: center;
  }
}
.scrollheader header.pageheader .navbar .social .sociallink svg {
  fill: #e02129;
}
.scrollheader header.pageheader .navbar .navbar-toggler .navbar-toggler-icon svg {
  fill: #e02129;
}
.scrollheader header.pageheader #mainmenupanel {
  padding-top: 69px;
}
.scrollheader .contentwrap {
  padding-top: 0;
}
.scrollheader.showNav header.pageheader .navbar .social .sociallink svg {
  fill: #ffffff;
}
.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: #ffb69b;
  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(255,182,155,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: #727372;
}
.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: #ffb69b;
}
.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: #e02129;
}
.social .sociallink .icon {
  padding: .3rem;
  color: #e02129;
  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: #727372;
}
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: #ffb69b;
  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: #ffb69b;
}
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: #727372;
  line-height: 1em;
  padding: 10px;
  position: relative;
}
.submenu ul li:hover a,
.submenu ul li.active a {
  color: #ffffff;
  background: #e02129;
  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:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/Footer-poly-right.png");
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
.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;
  }
}
.footer-info .container .partA {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
  align-items: center;
}
.footer-info .container .partA .meta .social {
  display: flex;
  height: 32px;
}
.footer-info .container .partA .meta .social .sociallink {
  text-decoration: unset;
}
.footer-info .container .partA .meta .social .sociallink .icon {
  padding: .3rem;
  color: #666666;
  font-size: 1rem;
}
.footer-info .container .partA .meta .social .sociallink .icon:not(first-of-type) {
  margin-left: .4rem;
}
.footer-info .container .partA .meta .social .sociallink .icon:hover {
  color: #e02129;
}
.footer-info .container .partA .meta .footermenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-info .container .partA .meta .footermenu>*+* {
  border-left: 1px solid #727372;
}
.footer-info .container .partA .meta .footermenu .nav-item {
  display: inline-block;
  margin-block: .3rem;
}
@media screen and (min-width: 48em) {
  .footer-info .container .partA .meta .footermenu .nav-item {
    margin-block: unset;
  }
}
.footer-info .container .partA .meta .footermenu .nav-item a {
  text-decoration: unset;
  padding: 0 10px;
  color: #727372;
}
.footer-info .container .partA .meta .footermenu .nav-item a:hover {
  color: #e02129;
}
.footer-info .container .partA .footerlogo {
  width: 100%;
  max-width: 230px;
  display: inline-block;
  margin-bottom: .5rem;
  padding: 0;
  height: auto;
}
.footer-info .container .partA .footerlogo img {
  width: 100%;
  height: auto;
}
.footer-info .container .partA .contact .title {
  font-size: .8rem;
}
.footer-info .container .partA .contact p {
  font-size: .8rem;
}
.footer-info .container .partB {
  width: 100%;
}
.footer-info .container .partB p {
  font-size: .7rem;
}
.footer-info .social {
  position: fixed;
  bottom: 7rem;
  right: 0;
  z-index: 249;
  height: auto;
  list-style-type: none;
  padding-left: 0;
  width: 84px;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 78.75em) {
  .footer-info .social {
    display: block;
    visibility: visible;
  }
}
.footer-info .social li {
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.footer-info .social li.item1 {
  z-index: 1;
  top: -40px;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
}
.footer-info .social li.item2 {
  z-index: 2;
  top: -30px;
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  -o-transform: scale(.85);
}
.footer-info .social li.item3 {
  z-index: 3;
  top: -20px;
  -webkit-transform: scale(.90);
  -moz-transform: scale(.90);
  -ms-transform: scale(.90);
  -o-transform: scale(.90);
}
.footer-info .social li.item4 {
  z-index: 4;
  top: -10px;
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
}
.footer-info .social li.item5 {
  z-index: 5;
}
.footer-info .social .sociallink {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem;
  text-decoration: unset;
  background-color: #e02129;
  border-radius: .3rem;
}
@media screen and (min-width: ) {
  .footer-info .social .sociallink {
    margin: 0.2rem;
  }
}
@media screen and (min-width: 48em) {
  .footer-info .social .sociallink {
    margin: 0.4rem;
  }
}
@media screen and (min-width: 64em) {
  .footer-info .social .sociallink {
    margin: 0.5rem;
  }
}
.footer-info .social .sociallink .icon {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-info .social .sociallink img {
  height: 30px;
  width: auto;
}
.footer-info .social .sociallink svg {
  height: 1.5rem;
  fill: #ffffff;
}
.footer-info .social .sociallink.mail img {
  height: 23px;
}
.footer-info .social .sociallink.phone {
  background-color: #e02129;
}
.footer-info .social .sociallink.mail {
  background-color: #666666;
}
.footer-info .social .sociallink.location {
  background-color: #0F9D58;
}
.footer-info .social .sociallink.facebook {
  background-color: #39569c;
}
.footer-info .social .sociallink.linkedin {
  background-color: #0e76a8;
}
.footer-info .social:hover li {
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
}
.footer-info .social:hover li.item1 {
  top: calc(80px * -4);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.footer-info .social:hover li.item2 {
  top: calc(80px * -3);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.footer-info .social:hover li.item3 {
  top: calc(80px * -2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.footer-info .social:hover li.item4 {
  top: calc(80px * -1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.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 #727372;
  border-radius: 0;
  color: #727372;
  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 #ffb69b;
  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: #e02129;
  width: 100%;
  background-color: #727372;
  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: #8b8d8b;
}
.powermail_fieldwrap_type_file input {
  border: unset;
  padding: .2rem 0;
}
.powermail_fieldwrap_type_file input::file-selector-button,
.powermail_fieldwrap_type_file input::-webkit-file-upload-button {
  color: #e02129;
  padding: .2rem 0.5em;
  border: thin solid #e02129;
  border-radius: .25rem;
  background-color: unset;
  margin-right: 1rem;
}
.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 #ffb69b;
  -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: #ffb69b;
}
.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: #e02129;
  -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: 'Open Sans';
  font-weight: 800;
  color: #727372;
  font-size: 2.222222rem;
  text-transform: uppercase;
  color: #e02129;
  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: #e02129;
  -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: #e02129;
}
.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;
}
.tx-powermail .powermail_form h3 {
  display: none;
  visibility: hidden;
}
.tx-powermail .powermail_form .powermail_fieldset .row {
  display: block;
}
.tx-powermail .powermail_form .powermail_fieldset .row .powermail_fieldwrap {
  max-width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldset .row .powermail_fieldwrap >* {
  max-width: 100%;
}
.tx-powermail .powermail_form .btn {
  width: 100%;
}
.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 #e02129;
  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: #e02129;
  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: 'Open Sans';
  font-weight: 800;
  color: #727372;
  margin-bottom: 0;
  line-height: 0.7em;
  font-weight: 700;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-family: 'Open Sans';
  font-weight: 800;
  color: #727372;
  font-weight: 400;
  text-transform: uppercase;
}
.startnews {
  padding-top: 0;
  padding-bottom: 0;
}
.startnews .news-list-item {
  padding: 1rem;
  color: #f2f0f1;
  font-size: 16px;
  border: none;
  margin-bottom: 1rem;
  border: 4px solid #ffb69b;
  -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: #727372;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #727372;
  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: 'Open Sans';
  font-weight: 800;
  color: #727372;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: center;
  border: 0.3rem solid #ffb69b;
  color: #ffb69b;
  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: #e02129;
}
.swiper.simpleSlideshow .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e02129;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #e02129;
}
.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;
}
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: #727372 !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: #727372;
}
@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: #727372;
  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: #ffb69b;
}
.badegcontainer .badgelink .badge.corona-info .panel {
  background-color: #ffb69b;
}
.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: #ffb69b;
}
.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: #ffb69b;
  color: #ffffff;
}
.tx-powermail .powermail_form .powermail_fieldset .fieldsetbody .powermail_fieldwrap .powermail_field .powermail_submit:hover {
  background-color: #e02129;
  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;
  }
}
