/*  Breakpoints */
.Link-Button-1 {
  margin-bottom: 1rem;
}
.btn {
  margin-bottom: 1rem;
}
.btn.btn-primary {
  background-color: var(--primaryColor);
}
.btn.btn-secondary {
  background-color: var(--secondaryColor);
}
.accordion {
  margin-bottom: 25px;
}
.accordion .card {
  border: 2px solid var(--primaryColor);
  border-radius: 20px;
  margin-bottom: 1rem;
}
.accordion .card .card-header {
  background: transparent;
  border: unset;
  padding: 0;
  position: relative;
}
.accordion .card .card-header .btn {
  width: 100%;
  text-align: left;
  border: unset;
  background: unset;
  color: var(--secondaryColor);
  font-weight: normal;
  font-size: 1.6rem;
  padding: .75rem 2rem .75rem 1.25rem;
  position: relative;
}
.accordion .card .card-header .btn:after {
  content: '-';
  position: absolute;
  top: 50%;
  right: 1rem;
  color: inherit;
  transform: translateY(-50%);
  font-size: 2rem;
}
.accordion .card .card-header .btn:hover,
.accordion .card .card-header .btn:focus {
  text-decoration: none;
}
.accordion .card .card-header .btn:focus {
  box-shadow: unset;
}
.accordion .card .card-header .btn.collapsed:after {
  content: '+';
}
.accordion .card .collapsed .card-body .contentheader {
  margin-bottom: unset;
  display: none;
  visibility: hidden;
}
.accordion .card .collapsed .card-body .contentheader .contenttitle {
  font-size: 1.5rem;
  font-family: 'Rubik', sans-serif;
}
.accordion .card .collapsed .card-body .contenttable {
  width: 100%;
}
.accordion .card .collapsed .card-body .contenttable tr {
  display: flex;
  justify-content: space-between;
}
.accordion .card .collapsed .card-body .contenttable a:hover {
  color: var(--secondaryColor);
}
.accordion .card:not(:first-of-type) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion .card:not(:last-of-type) {
  border-bottom: 2px solid var(--primaryColor);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.accordion.hell .card {
  border-color: var(--secondaryColor);
}
.accordion.hell .card .btn:after {
  color: var(--secondaryColor);
}
.accordion.hell .card .card-body p.lightgreen a {
  text-decoration: unset;
  color: var(--secondaryColor);
}
.accordion.hell .card .card-body .contenttable a:hover {
  color: var(--secondaryColor);
}
.accordion.dunkel .card {
  border-color: var(--primaryColor);
}
.accordion.dunkel .card .btn:after {
  color: var(--primaryColor);
}
.accordion.dunkel .card .card-body p.darkgreen a {
  text-decoration: unset;
  color: var(--primaryColor);
}
.accordion.dunkel .card .card-body .contenttable a:hover {
  color: var(--primaryColor);
}
.coloroverlay1 {
  position: relative;
  line-height: 0;
}
.coloroverlay1 .videooverlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.news .btn {
  border: 1px solid var(--secondaryColor);
  color: var(--secondaryColor);
  font-size: 1rem;
}
.news .topnews {
  text-align: center;
}
.news .topnews p[itemprop="articleBody"] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.news .topnews .news-details-img img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin-bottom: 2rem;
}
.news .reduced {
  margin-bottom: 2rem;
}
.news .reduced time {
  font-size: 1rem;
}
.news .reduced .news-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.topSlope {
  position: relative;
}
.topSlope:before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  transform: translateY(-50%) skewY(3deg);
  background-color: white;
}
@media screen and (min-width: 567px) {
  .topSlope:before {
    height: 100px;
  }
}
@media screen and (min-width: 1940px) {
  .topSlope:before {
    transform: translateY(50%) skewY(1.5deg);
  }
}
.bottomSlope {
  position: relative;
}
.bottomSlope:after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  transform: translateY(50%) skewY(3deg);
  background-color: white;
}
@media screen and (min-width: 567px) {
  .bottomSlope:after {
    height: 100px;
  }
}
@media screen and (min-width: 1940px) {
  .bottomSlope:after {
    transform: translateY(50%) skewY(1.5deg);
  }
}
.topbottomSlope {
  position: relative;
}
.topbottomSlope:before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  transform: translateY(-50%) skewY(1.5deg);
  background-color: white;
}
@media screen and (min-width: 567px) {
  .topbottomSlope:before {
    height: 100px;
  }
}
@media screen and (min-width: 1940px) {
  .topbottomSlope:before {
    transform: translateY(50%) skewY(1.5deg);
  }
}
.topbottomSlope:after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  transform: translateY(50%) skewY(1.5deg);
  background-color: white;
}
@media screen and (min-width: 567px) {
  .topbottomSlope:after {
    height: 100px;
  }
}
@media screen and (min-width: 1940px) {
  .topbottomSlope:after {
    transform: translateY(50%) skewY(1.5deg);
  }
}
.bottomSlopeFollow {
  position: relative;
}
.bottomSlopeFollow:after {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  transform: translateY(50%) skewY(1.5deg);
  background-color: white;
}
@media screen and (min-width: 567px) {
  .bottomSlopeFollow:after {
    height: 100px;
  }
}
@media screen and (min-width: 1940px) {
  .bottomSlopeFollow:after {
    transform: translateY(50%) skewY(1.5deg);
  }
}
.tx-summary {
  margin-block: 3rem;
}
.tx-summary .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tx-summary .item {
    flex-direction: row;
  }
}
.tx-summary .item .text {
  width: 100%;
  font-size: 1.4rem;
  color: var(--secondaryColor);
  line-height: 1.2;
  padding: 1rem;
  order: 2;
  border-left: 1px solid white;
}
@media screen and (min-width: 768px) {
  .tx-summary .item .text {
    order: 1;
    width: 70%;
    padding-block: 0.5rem;
    padding-right: 5rem;
    font-size: 1.8rem;
    font-weight: 500;
    border-left: unset;
    border-bottom: 1px solid white;
  }
}
.tx-summary .item .target {
  width: 100%;
  display: flex;
  background-color: white;
  color: var(--primaryColor);
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
  order: 1;
}
@media screen and (min-width: 768px) {
  .tx-summary .item .target {
    order: 2;
    width: 30%;
  }
}
.tx-summary .item .target span {
  color: inherit;
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 70%;
}
@media screen and (min-width: 768px) {
  .tx-summary .item .target span {
    font-size: 1.6rem;
  }
}
.tx-summary .item .target .check {
  width: 3rem;
  height: 3rem;
  position: relative;
  border: 3px solid var(--primaryColor);
  border-radius: 50%;
}
.tx-summary .item .target .check:before {
  content: '';
  position: absolute;
  width: 1.7rem;
  height: 0.7rem;
  border-left: 3px solid var(--primaryColor);
  border-bottom: 3px solid var(--primaryColor);
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 50%;
  top: 20%;
}
.tx-platforms {
  position: relative;
}
.tx-platforms .mobileView {
  margin-top: 4rem;
}
@media screen and (min-width: 1080px) {
  .tx-platforms .mobileView {
    display: none;
  }
}
.tx-platforms .mobileView .platformitem {
  display: flex;
  padding-bottom: 4rem;
  gap: 2rem;
  overflow: hidden;
  margin-top: -2rem;
}
.tx-platforms .mobileView .platformitem .picblock {
  position: relative;
  width: 40%;
  flex: 0 0 40%;
}
.tx-platforms .mobileView .platformitem .picblock img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.tx-platforms .mobileView .platformitem:not(:last-child) .picblock:after {
  content: "";
  display: block;
  height: 200%;
  width: .5rem;
  position: absolute;
  left: 50%;
  top: 10%;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 2;
  transform: translateX(-50%);
}
.tx-platforms .mobileView .platformitem .textblock a {
  /* background: var(--secondaryColor);
                    display: inline-block;
                    padding: 5px 15px; */
  text-decoration: underline;
  font-weight: 400;
  color: var(--secondaryColor);
}
.tx-platforms svg {
  display: none;
  vertical-align: none;
}
@media screen and (min-width: 1080px) {
  .tx-platforms svg {
    display: block;
  }
}
.tx-platforms svg:before,
.tx-platforms svg *:before,
.tx-platforms svg:after,
.tx-platforms svg *:after {
  display: none;
}
.tx-platforms [id*=platform] .sensor {
  opacity: 0;
}
.tx-platforms [id*=platform] .effect {
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.tx-platforms [id*=platform] .textfield {
  width: 250px;
  height: 600px;
  font-size: 1.5rem;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-in-out;
  transform: translateY(30px);
}
@media screen and (min-width: 1500px) {
  .tx-platforms [id*=platform] .textfield {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1700px) {
  .tx-platforms [id*=platform] .textfield {
    font-size: 100%;
  }
}
.tx-platforms [id*=platform] .textfield .inner {
  background-color: var(--secondaryColor);
  color: #ffffff;
  padding: 15px;
}
.tx-platforms [id*=platform] .textfield .inner a {
  text-decoration: underline;
}
.tx-platforms [id*=platform]:hover .effect,
.tx-platforms [id*=platform].showeffect .effect {
  opacity: 1;
}
.tx-platforms [id*=platform]:hover .textfield,
.tx-platforms [id*=platform].showeffect .textfield {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.tx-platforms .desktopview .rippler {
  transition: all 250ms ease-in-out;
  opacity: 1;
}
.tx-platforms .desktopview .rippler.off {
  opacity: 0;
}
.tx-platforms .desktopview .textbox-svgext {
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
}
.tx-platforms .desktopview .textbox-svgext#platform-textbox1 {
  top: 28.7%;
  left: 21.3%;
}
.tx-platforms .desktopview .textbox-svgext#platform-textbox2 {
  top: 44.3%;
  left: 36.1%;
}
.tx-platforms .desktopview .textbox-svgext#platform-textbox3 {
  top: 28.6%;
  left: 51.2%;
}
.tx-platforms .desktopview .textbox-svgext#platform-textbox4 {
  top: 44.1%;
  left: 66.1%;
}
.tx-platforms .desktopview .textbox-svgext#platform-textbox5 {
  top: 60.3%;
  left: 51.3%;
}
.tx-platforms .desktopview .textbox-svgext#platform-textbox6 {
  top: 75.5%;
  left: 66.1%;
}
.tx-platforms .desktopview .textbox-svgext#platform-textbox7 {
  top: 60.3%;
  left: 81%;
}
.tx-platforms .desktopview .textbox-svgext#platform-textbox8 {
  top: 75.5%;
  left: 95.8%;
}
.tx-platforms .desktopview .textbox-svgext .inner {
  position: absolute;
  right: 10px;
  bottom: 11px;
  background-color: var(--secondaryColor);
  color: #ffffff;
  padding: 15px;
  width: 200px;
  height: auto;
  transition: all 500ms ease-in-out;
  transform: scale(0);
  opacity: 0;
  transform-origin: bottom right;
  z-index: 10px;
  border: 2px solid #ffffff;
}
.tx-platforms .desktopview .textbox-svgext .inner a {
  text-decoration: underline;
  color: white;
}
.tx-platforms .desktopview .textbox-svgext:after {
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 10;
}
.tx-platforms .desktopview .textbox-svgext.hover_effect:after {
  opacity: 1;
}
.tx-platforms .desktopview .textbox-svgext.hover_effect .inner {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 48em) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
.modal .modal-dialog {
  max-width: 960px !important;
}
.modal .modal-dialog .modal-content {
  background-color: var(--secondaryColor);
  color: white;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: unset;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin-bottom: 5px;
}
.modal .modal-dialog .modal-content .modal-body {
  color: inherit;
  padding: 2rem 2rem 1rem 2rem;
}
.modal .modal-dialog .modal-content .modal-body h4 {
  color: inherit;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-body p:first-of-type {
  margin-top: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .ce-gallery img {
  position: relative;
  top: 0;
  left: 0;
}
.modal .modal-dialog .modal-content .modal-body .ce-bodytext h2 {
  color: white;
}
.modal-backdrop {
  background-color: #666;
}
a.Link-Modal {
  color: var(--secondaryColor);
  font-weight: 500;
  text-decoration: underline;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .ce-intext.ce-left .ce-gallery {
    max-width: calc(50% - 30px);
    margin-right: 30px;
  }
  .ce-intext.ce-left .ce-bodytext {
    padding-left: 30px;
  }
}
.ce-intext.ce-right > * {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .ce-intext.ce-right > * {
    width: calc(50% - 30px);
  }
  .ce-intext.ce-right .ce-gallery {
    margin-left: 30px;
  }
  .ce-intext.ce-right .ce-bodytext {
    padding-right: 30px;
  }
}
.ce-textpic.ce-below {
  display: flex;
  flex-direction: column;
}
.ce-textpic.ce-below .ce-bodytext {
  order: 2;
}
.ce-textpic.ce-below .ce-gallery {
  order: 1;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .ce-textpic.ce-below .ce-bodytext {
    order: 1;
  }
  .ce-textpic.ce-below .ce-gallery {
    order: 2;
    margin-top: 10px;
  }
}
.ce-textpic.ce-center .ce-gallery .ce-column {
  float: unset;
}
.frame-custom-100 .row {
  margin-inline: 0;
}
.frame-custom-100 .frame-type-ce_columns2 .row .ce-col:first-of-type,
.frame-custom-100 .frame-type-ce_columns3 .row .ce-col:first-of-type {
  padding-inline: 0;
}
.frame-custom-100 .frame-type-ce_columns2 .row .ce-col:last-of-type,
.frame-custom-100 .frame-type-ce_columns3 .row .ce-col:last-of-type {
  padding-inline: 0;
}
@media screen and (min-width: 786px) {
  .frame-custom-100 .frame-type-ce_columns2 .row .ce-col:first-of-type,
  .frame-custom-100 .frame-type-ce_columns3 .row .ce-col:first-of-type {
    padding-inline: 0 30px;
  }
  .frame-custom-100 .frame-type-ce_columns2 .row .ce-col:last-of-type,
  .frame-custom-100 .frame-type-ce_columns3 .row .ce-col:last-of-type {
    padding-inline: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .frame-custom-110 .frame-default hr.ce-div {
    display: none;
    visibility: hidden;
  }
}
.frame-custom-110 > .ce-text {
  max-width: 100%;
}
@media screen and (min-width: 786px) {
  .frame-type-ce_columns2 .row .ce-col:first-of-type,
  .frame-type-ce_columns3 .row .ce-col:first-of-type {
    padding-inline: 30px;
  }
  .frame-type-ce_columns2 .row .ce-col:last-of-type,
  .frame-type-ce_columns3 .row .ce-col:last-of-type {
    padding-inline: 30px;
  }
}
.frame-layout-210 > .row > div[class^="col-"] {
  padding-inline: 0;
}
@media screen and (min-width: 992px) {
  .frame-layout-210 > .row > div[class^="col-"] {
    padding-inline: 30px;
  }
}
.frame-layout-210 > .row > div[class^="col-"] .frame-layout-0 div[class^="col-"] {
  padding-inline: 0;
}
@media screen and (min-width: 992px) {
  .frame-layout-210 > .row > div[class^="col-"] .frame-layout-0 div[class^="col-"] {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 991px) {
  .frame-layout-210 > .row > div[class^="col-"] .frame-layout-0 hr.ce-div {
    display: none;
    visibility: hidden;
  }
}
.gridWrap.frame-layout-0 .row {
  padding-inline: 30px;
}
@media screen and (min-width: 992px) {
  .gridWrap.frame-layout-0 .row {
    padding-inline: 0;
  }
}
.ce-textpic.ce-center .ce-outer {
  float: unset;
  left: unset;
  right: unset;
}
.ce-textpic.ce-center .ce-outer .ce-inner {
  float: unset;
  left: unset;
  right: unset;
}
.ce-textpic.ce-center .ce-outer .ce-inner figure {
  margin: 0 auto;
}
/* .frame-layout-0 {
    .ce-text {
        ul {
            list-style-type: none;
            padding-left: 0;

            li {
                padding-block: .5rem;
                position: relative;

                &:not(:last-child):after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 20%;
                    height: 1px;
                    background-color: lightgray;
                    left: 50%;
                    transform: translateX(-50%);
                }

            }
        }
    }
} */
.frame-custom-110 .Link-Telefon-Icon {
  background: url(../images/Link-Telefon-Icon-Blue.png) no-repeat center center;
}
.frame-custom-110 .Link-Mail-Icon {
  background: url(../images/Link-Mail-Icon-Blue.png) no-repeat center center;
}
.frame-default .swiper-button-next,
.frame-default .swiper-button-prev {
  color: var(--rootFontColor);
}
.frame-default .swiper-button-prev {
  left: 20px;
}
.frame-default .swiper-button-next {
  right: 20px;
}
/* Testimonial Slider Containerhöhe */
.swiper-testimonial-slider-wrapper .testimonial-text {
  display: flex;
  align-items: center;
}
.swiper-testimonial-slider-wrapper .testimonial-text.short {
  height: 250px;
}
@media screen and (min-width: 768px) {
  .swiper-testimonial-slider-wrapper .testimonial-text.short {
    height: 340px;
    max-width: 75%;
  }
}
.swiper-testimonial-slider-wrapper .testimonial-text.tall {
  height: 350px;
}
@media screen and (min-width: 567px) {
  .swiper-testimonial-slider-wrapper .testimonial-text.tall {
    height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-testimonial-slider-wrapper .testimonial-text.tall {
    height: 550px;
  }
}
.swiper-testimonial-slider-wrapper .swiper-button-prev {
  left: 10px;
}
.swiper-testimonial-slider-wrapper .swiper-button-next {
  right: 10px;
}
.swiper-testimonial-slider-wrapper .swiper-button-prev:after,
.swiper-testimonial-slider-wrapper .swiper-button-next:after {
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .swiper-testimonial-slider-wrapper .swiper-button-prev:after,
  .swiper-testimonial-slider-wrapper .swiper-button-next:after {
    font-size: var(--swiper-navigation-size);
  }
}
.swiper-button-next,
.swiper-button-prev {
  top: calc(50% + 44px);
}
@media screen and (min-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(50% + 70px - 23px);
  }
}
.videowrap {
  position: relative;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.videowrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: 10;
  background: black;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: #000000;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5830532899999999) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5830532899999999) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5830532899999999) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.videowrap video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.image-textoverlay .videowrap + .image-textoverlay-text {
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
  transform: none;
  padding-top: 3rem;
  padding-bottom: 15rem;
  z-index: 20;
}
.image-textoverlay-rangeslider + div.frame-custom-100,
.image-textoverlay-rangeslider + div.frame-custom-100 + div.frame-custom-100 {
  position: relative;
  z-index: 30;
}
.news-backlink-wrap {
  margin-top: 4rem;
}
.news-backlink-wrap .btn {
  font-size: 1.4rem;
}
.news-list-item,
.news-latest-item,
.news-backlink-wrap {
  /* .btn {
        border: none;
        background-color: var(--secondaryColor);
        color: #fff;
        padding: 5px 30px;
        font-size: 24px;
        font-weight: 300;
        text-transform: lowercase;
        
        &:hover {
            background-color: var(--primaryColor);
        }
    } */
}
.news-list-item .btn,
.news-latest-item .btn,
.news-backlink-wrap .btn {
  border: none;
  padding: 0;
  text-decoration: underline;
}
#layout-1 footer .container {
  color: white;
}
#layout-1 footer .container a {
  color: inherit;
}
header .ce-headline-center {
  text-align: center;
}
.fixed-top {
  box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.02), 0px 0px 5.3px rgba(0, 0, 0, 0.028), 0px 0px 10px rgba(0, 0, 0, 0.035), 0px 0px 17.9px rgba(0, 0, 0, 0.042), 0px 0px 33.4px rgba(0, 0, 0, 0.05), 0px 0px 80px rgba(0, 0, 0, 0.07000000000000001);
}
.main-navbar-01.open .navbar-collapse {
  box-shadow: 0px 2.8px 3px rgba(0, 0, 0, 0.02), 0px 6.7px 7.2px rgba(0, 0, 0, 0.028), 0px 12.5px 13.5px rgba(0, 0, 0, 0.035), 0px 22.3px 24.1px rgba(0, 0, 0, 0.042), 0px 41.8px 45.1px rgba(0, 0, 0, 0.05), 0px 100px 108px rgba(0, 0, 0, 0.07000000000000001);
}
.tx-projectslide {
  padding-block: 3rem 0rem;
}
@media screen and (min-width: 1024px) {
  .tx-projectslide {
    padding-block: 3rem 10rem;
  }
}
.tx-projectslide .container {
  padding: 0 1rem;
  --bulletPointSize: 12px;
  --bulletPointGap: .5rem;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container {
    padding: 0 2rem;
  }
}
.tx-projectslide .container h2 {
  color: var(--secondaryColor);
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .tx-projectslide .container h2 {
    margin-bottom: 2rem;
  }
}
.tx-projectslide .container .swiper {
  height: auto;
  margin-top: 4rem;
}
@media screen and (min-width: 64em) {
  .tx-projectslide .container .swiper {
    margin-top: 0;
    max-height: 420px;
    overflow: visible;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 64em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide {
    flex-direction: row;
    gap: 3rem;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .image {
  width: 100%;
  border-radius: .5rem;
}
@media screen and (min-width: 64em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .image {
    width: 50%;
    height: 100%;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .content {
  width: 100%;
  align-self: flex-start;
}
@media screen and (min-width: 64em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .content {
    width: 50%;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .content .headline {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  color: var(--secondaryColor);
}
@media screen and (min-width: 64em) {
  .tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .content .headline {
    font-size: 3rem;
  }
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .content .subline {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--secondaryColor);
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .content .text {
  margin-top: .5rem;
  padding-inline: unset;
  color: var(--rootFontColor);
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .content .text a {
  color: var(--secondaryColor);
  font-weight: 500;
  text-decoration: underline;
}
.tx-projectslide .container .swiper .swiper-wrapper .swiper-slide .content a {
  color: var(--secondaryColor);
  font-weight: 500;
  text-decoration: underline;
}
.tx-projectslide .container .swiper-pagination-top {
  position: relative;
  top: -2rem;
  display: flex;
  justify-content: center;
  gap: var(--bulletPointGap);
}
@media screen and (min-width: 1024px) {
  .tx-projectslide .container .swiper-pagination-top {
    display: none;
    visibility: hidden;
  }
}
.tx-projectslide .container .swiper-pagination-top .swiper-pagination-bullet {
  width: var(--bulletPointSize);
  height: var(--bulletPointSize);
}
.tx-projectslide .container .swiper-pagination-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
}
.tx-projectslide .container .swiper-pagination-bottom {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: var(--bulletPointGap);
}
.tx-projectslide .container .swiper-pagination-bottom .swiper-pagination-bullet {
  width: var(--bulletPointSize);
  height: var(--bulletPointSize);
}
.tx-projectslide .container .swiper-pagination-bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
}
.tx-projectslide .container .swiper-button-prev,
.tx-projectslide .container .swiper-button-next {
  display: none;
  visibility: hidden;
  margin-top: .5rem;
}
.tx-projectslide .container .swiper-button-prev:after,
.tx-projectslide .container .swiper-button-next:after {
  color: var(--rootFontColor);
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .tx-projectslide .container .swiper-button-prev,
  .tx-projectslide .container .swiper-button-next {
    display: block;
    visibility: visible;
    margin-top: 0;
  }
}
.tx-projectslide .container .swiper-button-prev {
  left: 1rem;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper-button-prev {
    left: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .tx-projectslide .container .swiper-button-prev {
    left: -1rem;
  }
}
.tx-projectslide .container .swiper-button-next {
  right: unset;
  left: 7rem;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper-button-next {
    left: 8rem;
  }
}
@media screen and (min-width: 64em) {
  .tx-projectslide .container .swiper-button-next {
    left: unset;
    right: -1rem;
  }
}
.tx-projectslide .container .swiper-pagination-fraction {
  bottom: unset;
  margin-top: .25rem;
  top: var(--top);
  font-size: 2rem;
  text-align: left;
  padding-left: 3rem;
}
@media screen and (min-width: 48em) {
  .tx-projectslide .container .swiper-pagination-fraction {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .tx-projectslide .container .swiper-pagination-fraction {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 64em) {
  .tx-projectslide .container .swiper-pagination-fraction {
    top: -2rem;
  }
}
.flip-card svg {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
body:not(.isTouchDevice) .flip-card .uil-ripple {
  display: none;
}
.countUpWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* font-family: "Fjalla One", Arial; */
  perspective: 1000px;
}
.countUpWrap .numCounter {
  display: inline-block;
  height: 90px;
  line-height: 90px;
  text-shadow: 0 0 2px #FFF;
  font-weight: bold;
  white-space: normal;
  font-size: 45px;
  overflow: hidden;
  padding: 0 0 1.7rem 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .countUpWrap .numCounter {
    font-size: 40px;
    padding: 0 0 1.8rem 0;
  }
}
@media screen and (min-width: 100em) {
  .countUpWrap .numCounter {
    font-size: 60px;
    padding: 0 0 1.4rem 0;
  }
}
.countUpWrap .numCounter > div {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.countUpWrap .numCounter > div:nth-last-child(3n):not(:first-child)::before {
  content: ".";
  display: inline;
  font-size: 1.1em;
  opacity: 1;
  color: var(--primaryColor);
}
.countUpWrap .numCounter > div > b {
  display: inline-block;
  width: 1.6rem;
  height: 100%;
  margin: 0 0.1em;
  border-radius: 8px;
  text-align: center;
  color: var(--secondaryColor);
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .countUpWrap .numCounter > div > b {
    width: 2rem;
  }
}
.countUpWrap .numCounter > div > b:before {
  content: " 0 1 2 3 4 5 6 7 8 9 ";
  display: block;
  word-break: break-all;
  word-break: break-word;
  transition: 0.5s cubic-bezier(0.75, 0.15, 0.6, 1.15), text-shadow 150ms;
}
.countUpWrap .numCounter > div > b.blur {
  opacity: 0.8;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), 0 0.1em 2px rgba(255, 255, 255, 0.6), 0 0.3em 3px rgba(255, 255, 255, 0.3), 0 -0.1em 2px rgba(255, 255, 255, 0.6), 0 -0.3em 3px rgba(255, 255, 255, 0.3);
}
.countUpWrap .numCounter > div > b[data-value="1"]::before {
  margin-top: -90px;
}
.countUpWrap .numCounter > div > b[data-value="2"]::before {
  margin-top: -180px;
}
.countUpWrap .numCounter > div > b[data-value="3"]::before {
  margin-top: -270px;
}
.countUpWrap .numCounter > div > b[data-value="4"]::before {
  margin-top: -360px;
}
.countUpWrap .numCounter > div > b[data-value="5"]::before {
  margin-top: -450px;
}
.countUpWrap .numCounter > div > b[data-value="6"]::before {
  margin-top: -540px;
}
.countUpWrap .numCounter > div > b[data-value="7"]::before {
  margin-top: -630px;
}
.countUpWrap .numCounter > div > b[data-value="8"]::before {
  margin-top: -720px;
}
.countUpWrap .numCounter > div > b[data-value="9"]::before {
  margin-top: -810px;
}
.countUpWrap p {
  color: var(--secondaryColor);
  font-weight: 300;
  font-size: 1.5em;
}
/* .numCounter {
    overflow: hidden;
    padding: 0 0 1.4rem 0;
    text-align: center;
} */
footer .container.logos a {
  height: auto;
  text-align: center;
  max-width: 8rem;
}
@media screen and (min-width: 48em) {
  footer .container.logos a {
    width: calc(50% - 3rem);
    height: auto;
    max-width: unset;
  }
}
@media screen and (min-width: 64em) {
  footer .container.logos a {
    width: calc(20% - 3rem);
  }
}
footer .container.logos a img {
  width: 100%;
  height: auto;
}
footer .container.logos .dhl {
  scale: .8;
}
#c158 .col-12 {
  padding-inline: 0;
}
#c155 .row .ce-textpic.ce-center .ce-gallery figure {
  margin: unset;
}
@media screen and (min-width: 992px) {
  #c155 .row .ce-textpic.ce-center .ce-gallery figure {
    margin: 0 auto;
  }
}
.ref-carousel .carousel-slider .swiper-container {
  padding-block: 2rem 8rem;
  margin-block: 3rem;
}
.ref-carousel .carousel-slider .swiper-container .swiper-slide {
  height: auto;
  aspect-ratio: 1.33333333;
  pointer-events: none;
}
@media screen and (min-width: 30em) {
  .ref-carousel .carousel-slider .swiper-container .swiper-slide {
    width: 400px;
  }
}
.ref-carousel .carousel-slider .swiper-container .swiper-slide .lightbox figure {
  width: 100%;
  height: 100%;
}
.ref-carousel .carousel-slider .swiper-container .swiper-slide .lightbox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ref-carousel .carousel-slider .swiper-container .swiper-slide .lightbox figure figcaption {
  visibility: hidden;
  text-decoration: none;
}
.ref-carousel .carousel-slider .swiper-container .swiper-slide.swiper-slide-active {
  pointer-events: all;
}
.ref-carousel .carousel-slider .swiper-container .swiper-slide.swiper-slide-active .lightbox figure figcaption {
  visibility: visible;
}
.ref-carousel .carousel-slider .swiper-container .swiper-pagination {
  z-index: 1;
}
.ref-carousel .carousel-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
}
.ref-carousel .carousel-slider .swiper-container .swiper-button-prev,
.ref-carousel .carousel-slider .swiper-container .swiper-button-next {
  top: calc(100% - 23px);
  z-index: 2;
}
.ref-carousel .carousel-slider .swiper-container .swiper-button-prev:after,
.ref-carousel .carousel-slider .swiper-container .swiper-button-next:after {
  color: var(--secondaryColor);
}
.ref-carousel .carousel-slider .swiper-container .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 48em) {
  .ref-carousel .carousel-slider .swiper-container .swiper-button-prev {
    left: 40%;
  }
}
.ref-carousel .carousel-slider .swiper-container .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 48em) {
  .ref-carousel .carousel-slider .swiper-container .swiper-button-next {
    right: 40%;
  }
}
.supportbox .icon {
  color: var(--secondaryColor);
  border: 2px solid var(--secondaryColor);
  border-radius: 50%;
  font-size: 1.5rem;
  padding: 0.6rem;
  margin-right: 0.5rem;
}
.supportbox .icon:hover {
  text-decoration: none;
}
.supportbox .p-text-large {
  margin-top: 1.5rem;
}
.image-with-flipcards-3 .flip-card.bg-green .front,
.image-with-flipcards-3 .flip-card.bg-green .back {
  background-color: var(--primaryColor);
}
.image-with-flipcards-3 .flip-card.bg-green .back * {
  color: var(--secondaryColor);
}
.image-with-flipcards-3 .flip-card.bg-blue .front,
.image-with-flipcards-3 .flip-card.bg-blue .back {
  background-color: var(--secondaryColor);
}
.tx_jobs_tiles .items {
  display: flex;
  flex-wrap: wrap;
}
.tx_jobs_tiles .items .item {
  flex-basis: 50%;
  flex-grow: 1;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.tx_jobs_tiles .items .item .image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tx_jobs_tiles .items .item .text {
  padding: 5%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 50, 101, 0.8);
  color: white;
  opacity: 0;
  transform: translateY(100%);
  transition: all 250ms ease-in-out;
}
.tx_jobs_tiles .items .item .text p {
  font-size: 2rem;
}
.tx_jobs_tiles .items .item:hover .text {
  opacity: 1;
  transform: translateY(0);
}
/*Bildkacheln*/
.imagetiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.imagetiles .imagetiles-item {
  width: 33.33333%;
  height: 33.33333%;
  display: flex;
  flex-direction: row;
  background-color: white;
  box-sizing: border-box;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.imagetiles .imagetiles-item .imagetiles-info {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 202%;
  left: -202%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  bottom: -1px;
  top: -1px;
  transition: opacity .15s linear;
}
.imagetiles .imagetiles-item .imagetiles-image {
  width: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border .15s linear;
}
.imagetiles .imagetiles-item .imagetiles-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.imagetiles .imagetiles-item:hover {
  z-index: 999;
}
.imagetiles .imagetiles-item:hover .imagetiles-info {
  border: 1px solid #e7e7e7;
  border-right-color: #e7e7e7;
  border-right-style: solid;
  border-right-width: 1px;
  border-right: none;
  padding-top: 0;
  opacity: 1;
  pointer-events: all;
  transition: opacity .15s linear;
}
.imagetiles .imagetiles-item:hover .imagetiles-image {
  border: 0.5rem solid var(--secondaryColor);
}
.imagetiles .imagetiles-item.white .imagetiles-info {
  background-color: rgba(255, 255, 255, 0.85);
}
.imagetiles .imagetiles-item.green .imagetiles-info {
  background-color: rgba(185, 209, 82, 0.85);
}
.tx_jobs_preview {
  border: 1px solid var(--primaryColor);
  border-radius: 1rem;
  padding: 2rem;
  background-color: unset;
  transition: all 250ms ease-in-out;
}
.tx_jobs_preview h3 {
  font-size: 2rem;
  line-height: 1;
}
.tx_jobs_preview:hover {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
}
.tx_jobs_preview:hover a.text {
  text-decoration: unset;
}
.tx_jobs_preview:hover a.text h3,
.tx_jobs_preview:hover a.text p {
  color: white;
}
.tx_jobs_preview:hover .btn-secondary {
  background-color: var(--primaryColor);
  color: black;
}
/*# sourceMappingURL=filename.map */