@font-face {
  font-family: "Manrope ExtraBold";
  src: url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope SemiBold";
  src: url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SUPR";
  src: url("../fonts/SUPR-Italic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: auto;
}

html {
  scroll-behavior: smooth;
  background-color: white;
  overflow-x: hidden;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14.4px;
  }
}
html body {
  font-family: "Manrope SemiBold", sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
html body .primary {
  color: #265AA6;
}
html body .secondary {
  color: #F2F2F2;
}
html body .white {
  color: #ffffff;
}
html body .black {
  color: #000000;
}
html body .text-color {
  color: #000000;
}
html body .bg-primary {
  background-color: #265AA6;
}
html body .bg-secondary {
  background-color: #F2F2F2;
}
html body .bg-white {
  background-color: #ffffff;
}
html body h1, html body h2 {
  font-family: "SUPR", monospace;
  user-select: none !important;
  -webkit-user-select: none !important;
}
html body h3, html body h4, html body a, html body .bold {
  font-family: "Manrope ExtraBold", sans-serif;
}
html body h1 {
  font-size: 126px;
  transform: skew(-7.5deg);
  line-height: 0.8;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  html body h1 {
    font-size: 100.8px;
  }
}
@media screen and (max-width: 955px) {
  html body h1 {
    font-size: 88.2px;
  }
}
@media screen and (max-width: 768px) {
  html body h1 {
    font-size: 75.6px;
  }
}
@media screen and (max-width: 496px) {
  html body h1 {
    font-size: 63px;
  }
}
@media screen and (max-width: 406px) {
  html body h1 {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 329px) {
  html body h1 {
    font-size: 44.1px;
  }
}
html body h2 {
  font-size: 72px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  html body h2 {
    font-size: 57.6px;
  }
}
@media screen and (max-width: 955px) {
  html body h2 {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 768px) {
  html body h2 {
    font-size: 43.2px;
  }
}
@media screen and (max-width: 496px) {
  html body h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 406px) {
  html body h2 {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 329px) {
  html body h2 {
    font-size: 25.2px;
  }
}
html body h3 {
  font-size: 50.04px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  html body h3 {
    font-size: 40.032px;
  }
}
@media screen and (max-width: 955px) {
  html body h3 {
    font-size: 35.028px;
  }
}
@media screen and (max-width: 768px) {
  html body h3 {
    font-size: 30.024px;
  }
}
@media screen and (max-width: 496px) {
  html body h3 {
    font-size: 25.02px;
  }
}
@media screen and (max-width: 406px) {
  html body h3 {
    font-size: 20.016px;
  }
}
@media screen and (max-width: 329px) {
  html body h3 {
    font-size: 17.514px;
  }
}
html body h4 {
  font-size: 25.2px;
}
@media screen and (max-width: 1200px) {
  html body h4 {
    font-size: 20.16px;
  }
}
html body p {
  font-family: "Manrope SemiBold", sans-serif;
  margin: 0;
}
html body .p {
  font-family: "Manrope SemiBold", sans-serif;
  margin: 0;
}
html body section {
  margin-top: 6.2rem;
  margin-bottom: 6.2rem;
}
html body section:first-child {
  margin-top: 0;
}
html body section:last-child {
  margin-bottom: 0;
}
html body .container {
  width: 90vw;
  max-width: 1752px;
  margin: auto;
  container-type: inline-size;
}
html body .container-fluid {
  width: 100vw;
  height: auto;
}
html body .button {
  text-decoration: none;
  padding: 0.78rem 3.05rem;
  display: grid;
  width: fit-content;
  height: fit-content;
  border-radius: 4px;
}
html body .number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 38.16px;
  margin: 0;
}
html body #home {
  height: 100vh;
}
html body #home .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 6;
}
html body #home .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
html body #home .button-container {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-width: 100vw;
  cursor: pointer;
}
html body #home .button-container #scrollTop {
  border: 0;
  margin: 2.2rem;
  outline: none;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
}
@media screen and (max-width: 383px) {
  html body #home .button-container #scrollTop {
    margin: 1.2rem;
  }
}
html body #home header {
  max-width: 100vw;
  z-index: 100;
}
html body #home header .container-fluid {
  display: flex;
  justify-content: center;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0) 100%);
}
html body #home header .container-fluid #navContainer {
  mix-blend-mode: normal;
  filter: none;
  transition: all 0.3s ease;
  user-select: none;
}
html body #home header .container-fluid #navContainer.active {
  mix-blend-mode: exclusion;
  filter: grayscale(100%) contrast(75%);
}
html body #home header .container-fluid .container {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  html body #home header .container-fluid .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  html body #home header .container-fluid .container {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  html body #home header .container-fluid .container .logo svg {
    height: 35px;
  }
}
html body #home header .container-fluid .container .navbar {
  align-self: center;
}
html body #home header .container-fluid .container .navbar .front ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  html body #home header .container-fluid .container .navbar .front ul {
    display: grid;
    grid-template-columns: 0 0 0 0 auto auto;
  }
}
html body #home header .container-fluid .container .navbar .front ul li {
  margin-left: 1.67rem;
  margin-right: 1.67rem;
}
@media screen and (max-width: 317px) {
  html body #home header .container-fluid .container .navbar .front ul li {
    margin-left: 1.17rem;
    margin-right: 1.17rem;
  }
}
html body #home header .container-fluid .container .navbar .front ul li:first-child {
  margin-left: 0;
  margin-right: 1.67rem;
}
html body #home header .container-fluid .container .navbar .front ul li:last-child {
  margin-left: 0;
  margin-right: 0;
}
html body #home header .container-fluid .container .navbar .front ul li #icon_open {
  cursor: pointer;
}
html body #home header .container-fluid .container .navbar .front ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20.16px;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  html body #home header .container-fluid .container .navbar .front ul li a {
    display: none;
  }
}
html body #home header .container-fluid .container .navbar .front ul li a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #ffffff;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
html body #home header .container-fluid .container .navbar .front ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
html body #home header .container-fluid .container .navbar .front ul li .kontakt {
  border-right: 2px solid #ffffff;
  padding-right: 1rem;
}
@media screen and (max-width: 317px) {
  html body #home header .container-fluid .container .navbar .front ul li .kontakt {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  html body #home header .container-fluid .container .navbar .front ul li .kontakt {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html body #home header .container-fluid .container .navbar .front ul li .kontakt {
    font-size: 20.16px;
  }
}
@media screen and (max-width: 496px) {
  html body #home header .container-fluid .container .navbar .front ul li .kontakt {
    font-size: 15.12px;
  }
}
@media screen and (max-width: 406px) {
  html body #home header .container-fluid .container .navbar .front ul li .kontakt {
    font-size: 12.6px;
  }
}
html body #home #heroContent {
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
}
html body #home #menu_open {
  z-index: 101;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #265AA6;
  overflow: hidden;
  display: none;
  user-select: none;
}
html body #home #menu_open .navbar {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  html body #home #menu_open .navbar {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  html body #home #menu_open .navbar .logo svg {
    height: 35px;
  }
}
html body #home #menu_open .navbar .back {
  display: flex;
}
html body #home #menu_open .navbar .back .wrapper {
  display: flex;
  cursor: pointer;
  align-items: center;
}
html body #home #menu_open .navbar .back .wrapper .white {
  text-decoration: none;
  color: #ffffff;
  font-size: 20.16px;
  display: inline-block;
  margin: 0;
  border-right: 2px solid #ffffff;
  padding-right: 1rem;
}
@media screen and (max-width: 317px) {
  html body #home #menu_open .navbar .back .wrapper .white {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  html body #home #menu_open .navbar .back .wrapper .white {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html body #home #menu_open .navbar .back .wrapper .white {
    font-size: 20.16px;
  }
}
@media screen and (max-width: 496px) {
  html body #home #menu_open .navbar .back .wrapper .white {
    font-size: 15.12px;
  }
}
@media screen and (max-width: 406px) {
  html body #home #menu_open .navbar .back .wrapper .white {
    font-size: 12.6px;
  }
}
html body #home #menu_open .navbar .back .wrapper .white:after {
  display: block;
  content: "";
  border-bottom: solid 2px #ffffff;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
html body #home #menu_open .navbar .back .wrapper .white:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
html body #home #menu_open .navbar .back .wrapper .close {
  margin-left: 1.483rem;
}
@media screen and (max-width: 317px) {
  html body #home #menu_open .navbar .back .wrapper .close {
    margin-left: 2.25rem;
  }
}
html body #home #menu_open .menu_open_content {
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  height: calc(100vh - 11em);
  align-content: center;
  margin: -4.5rem 0;
}
@media screen and (min-width: 1400.5px) {
  html body #home #menu_open .menu_open_content {
    grid-template-columns: 1fr auto 1fr;
    height: calc(100vh - 14em);
  }
}
@media screen and (max-width: 1400px) {
  html body #home #menu_open .menu_open_content {
    grid-template-columns: 1fr auto 1fr;
  }
}
@media screen and (max-width: 955px) {
  html body #home #menu_open .menu_open_content {
    grid-template-columns: 1fr;
    margin: -2.5rem 0;
  }
}
html body #home #menu_open .menu_open_content .left ul {
  list-style-type: none;
  display: grid;
  grid-gap: 2.5rem;
}
@media screen and (max-width: 955px) {
  html body #home #menu_open .menu_open_content .left ul {
    height: max-content;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 698px) {
  html body #home #menu_open .menu_open_content .left ul {
    height: max-content;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
  }
}
html body #home #menu_open .menu_open_content .left ul li {
  display: grid;
  grid-gap: 3.5rem;
  grid-template-columns: 2rem auto;
}
html body #home #menu_open .menu_open_content .left ul li .number {
  font-size: 50.04px;
  display: grid;
  align-items: end;
}
@media screen and (max-width: 768px) {
  html body #home #menu_open .menu_open_content .left ul li .number {
    font-size: 36px;
  }
}
html body #home #menu_open .menu_open_content .left ul li a {
  text-decoration: none;
  color: #ffffff;
}
html body #home #menu_open .menu_open_content .left ul li a h1 {
  font-size: 126px;
}
@media screen and (max-width: 1200px) {
  html body #home #menu_open .menu_open_content .left ul li a h1 {
    font-size: 100.8px;
  }
}
@media screen and (max-width: 955px) {
  html body #home #menu_open .menu_open_content .left ul li a h1 {
    font-size: 88.2px;
  }
}
@media screen and (max-width: 768px) {
  html body #home #menu_open .menu_open_content .left ul li a h1 {
    font-size: 75.6px;
  }
}
@media screen and (max-width: 496px) {
  html body #home #menu_open .menu_open_content .left ul li a h1 {
    font-size: 63px;
  }
}
@media screen and (max-width: 406px) {
  html body #home #menu_open .menu_open_content .left ul li a h1 {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 329px) {
  html body #home #menu_open .menu_open_content .left ul li a h1 {
    font-size: 44.1px;
  }
}
html body #home #menu_open .menu_open_content .middle {
  border: 1px solid #ffffff;
  margin: 0;
}
@media screen and (max-width: 955px) {
  html body #home #menu_open .menu_open_content .middle {
    margin: 2em 0;
  }
}
html body #home #menu_open .menu_open_content .right .wrapper {
  margin-left: 9rem;
}
@media screen and (max-width: 1400px) {
  html body #home #menu_open .menu_open_content .right .wrapper {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  html body #home #menu_open .menu_open_content .right .wrapper {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 955px) {
  html body #home #menu_open .menu_open_content .right .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }
}
@media screen and (max-width: 698px) {
  html body #home #menu_open .menu_open_content .right .wrapper {
    grid-template-columns: 1fr;
  }
}
html body #home #menu_open .menu_open_content .right .wrapper .row-1 h4 {
  margin-top: 0;
  margin-bottom: 2rem;
}
html body #home #menu_open .menu_open_content .right .wrapper .row-1 .text .bold {
  margin-bottom: 1.39rem;
}
html body #home #menu_open .menu_open_content .right .wrapper .row-1 .text .addresse {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 698px) {
  html body #home #menu_open .menu_open_content .right .wrapper .row-2 {
    display: none;
  }
}
html body #home #menu_open .menu_open_content .right .wrapper .row-2 h4 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 955px) {
  html body #home #menu_open .menu_open_content .right .wrapper .row-2 h4 {
    margin-top: 0;
  }
}
html body #home #menu_open .menu_open_content .right .wrapper .row-2 .text table tbody tr .day {
  padding-right: 8.167rem;
}
@media screen and (max-width: 1400px) {
  html body #home #menu_open .menu_open_content .right .wrapper .row-2 .text table tbody tr .day {
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 783px) {
  html body #home #menu_open .menu_open_content .right .wrapper .row-2 .text table tbody tr .day {
    padding-right: 1rem;
  }
}
html body #home .hero {
  margin-left: 1.28rem;
}
html body #home .hero h4 {
  margin-left: 2.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  html body #home .hero h4 {
    font-size: 20.16px;
  }
}
@media screen and (max-width: 496px) {
  html body #home .hero h4 {
    font-size: 15.12px;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 406px) {
  html body #home .hero h4 {
    font-size: 12.6px;
  }
}
html body #home .hero h1 {
  margin: 0;
}
html body #home .hero h1 span {
  font-size: 147.6px;
}
@media screen and (max-width: 1200px) {
  html body #home .hero h1 span {
    font-size: 118.08px;
  }
}
@media screen and (max-width: 955px) {
  html body #home .hero h1 span {
    font-size: 103.32px;
  }
}
@media screen and (max-width: 768px) {
  html body #home .hero h1 span {
    font-size: 75.6px;
  }
}
@media screen and (max-width: 496px) {
  html body #home .hero h1 span {
    font-size: 63px;
  }
}
@media screen and (max-width: 406px) {
  html body #home .hero h1 span {
    font-size: 50.4px;
  }
}
@media screen and (max-width: 329px) {
  html body #home .hero h1 span {
    font-size: 44.1px;
  }
}
html body #uebersicht .container .columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1400px) {
  html body #uebersicht .container .columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  html body #uebersicht .container .columns {
    grid-template-columns: 1fr;
  }
}
html body #uebersicht .container .columns .bg-secondary {
  padding: 2.1rem;
  height: 25rem;
  display: grid;
  align-content: space-between;
}
html body #uebersicht .container .columns .bg-secondary .number {
  display: grid;
  justify-content: end;
}
html body #uebersicht .container .columns .bg-secondary .wrapper .icon {
  margin-bottom: 1.5rem;
}
html body #uebersicht .container .columns .bg-secondary .wrapper .text {
  display: grid;
  grid-gap: 1rem;
}
html body #leistungen .container-slider {
  position: relative;
}
html body #leistungen .container-slider .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: max((100vw - 1752px) / 2, 5vw);
  margin-right: max((100vw - 1752px) / 2, 5vw);
  margin-top: 7rem;
}
@media screen and (max-width: 992px) {
  html body #leistungen .container-slider .title {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 700px) {
  html body #leistungen .container-slider .title {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 576px) {
  html body #leistungen .container-slider .title {
    margin-top: 2rem;
  }
}
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide,
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active {
  background: none;
  padding: 0;
  position: relative;
}
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide img,
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active img {
  height: 75vh;
  width: 100%;
  object-fit: cover;
}
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container,
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container {
  height: 100%;
  z-index: 2;
}
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text,
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text {
  position: absolute;
  bottom: 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 799px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 700px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text {
    margin-bottom: 6.5rem;
  }
}
@media screen and (max-width: 576px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text {
    margin-bottom: 6rem;
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text {
    margin-bottom: 10rem;
  }
}
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text h3,
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text h3 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text h3,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text h3 {
    margin-bottom: 0;
  }
}
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text p,
html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text p {
  width: 27%;
}
@media screen and (min-width: 993px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text p,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text p {
    width: 50%;
  }
}
@media screen and (max-width: 992.9px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text p,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text p {
    width: 65%;
  }
}
@media screen and (max-width: 576px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text p,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text p {
    width: 75%;
  }
}
@media screen and (max-width: 438px) {
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide .container .text p,
  html body #leistungen .container-slider .leistungen-swiper .swiper-wrapper .swiper-slide-active .container .text p {
    width: 90%;
  }
}
html body #leistungen .container-slider .leistungen-swiper .container-pagination {
  margin-left: max((100vw - 1752px) / 2, 5vw);
  margin-right: max((100vw - 1752px) / 2, 5vw);
  position: absolute;
  z-index: 3;
  bottom: 3rem;
}
@media screen and (max-width: 700px) {
  html body #leistungen .container-slider .leistungen-swiper .container-pagination {
    bottom: 2rem;
  }
}
@media screen and (max-width: 700px) {
  html body #leistungen .container-slider .leistungen-swiper .container-pagination {
    bottom: 1rem;
  }
}
html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination {
  transform-origin: top left;
}
@media screen and (max-width: 576px) {
  html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination {
    margin: 0;
  }
}
@media screen and (max-width: 446px) {
  html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination {
    scale: 0.8;
  }
}
@media screen and (max-width: 350px) {
  html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination {
    scale: 0.75;
  }
}
@media screen and (max-width: 335px) {
  html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination {
    scale: 0.7;
  }
}
html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination .swiper-button-prev svg,
html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination .swiper-button-next svg {
  opacity: 1 !important;
  fill: #ffffff !important;
}
html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination .swiper-pagination {
  color: #ffffff;
}
html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination .swiper-pagination .swiper-pagination-bullet {
  border-bottom: 2px solid transparent;
  transition-duration: 0.3s;
}
html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination .swiper-pagination .swiper-pagination-bullet:hover {
  border-bottom: 2px solid #ffffff;
  opacity: 1;
}
html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination .swiper-pagination .swiper-pagination-bullet-active {
  border-bottom: 2px solid #265AA6;
  transition-duration: 0.3s;
}
html body #leistungen .container-slider .leistungen-swiper .container-pagination .pagination .swiper-pagination .swiper-pagination-bullet-active:hover {
  border-bottom: 2px solid #ffffff;
  opacity: 1;
}
html body #leistungen .container .columns {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1400px) {
  html body #leistungen .container .columns {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  html body #leistungen .container .columns .div1 {
    grid-area: 1/1/2/2;
  }
  html body #leistungen .container .columns .div2 {
    grid-area: 1/2/2/3;
  }
  html body #leistungen .container .columns .div3 {
    grid-area: 2/1/3/3;
  }
}
@media screen and (max-width: 576px) {
  html body #leistungen .container .columns {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto;
  }
  html body #leistungen .container .columns .div1 {
    grid-area: unset;
  }
  html body #leistungen .container .columns .div2 {
    grid-area: unset;
  }
  html body #leistungen .container .columns .div3 {
    grid-area: unset;
  }
}
html body #leistungen .container .columns .bg-primary {
  padding: 2.89rem 3.56rem;
  min-height: max-content;
}
@media screen and (max-width: 576px) {
  html body #leistungen .container .columns .bg-primary {
    padding: 2.1rem;
    max-height: 50rem;
  }
}
html body #leistungen .container .columns .bg-primary .text {
  width: 100%;
}
html body #leistungen .container .columns .bg-primary .text h2 {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
html body #leistungen .container .columns .bg-primary .text p {
  width: 48%;
  text-wrap: pretty;
}
@media screen and (min-width: 1401px) {
  html body #leistungen .container .columns .bg-primary .text p {
    width: 65%;
  }
}
@media screen and (max-width: 1400.9px) {
  html body #leistungen .container .columns .bg-primary .text p {
    width: 65%;
  }
}
@media screen and (max-width: 992px) {
  html body #leistungen .container .columns .bg-primary .text p {
    width: 75%;
  }
}
@media screen and (max-width: 576px) {
  html body #leistungen .container .columns .bg-primary .text p {
    width: 100%;
  }
}
html body #leistungen .container .columns .bg-primary .button {
  margin-top: 3rem;
}
html body #leistungen .container .columns .bg-secondary {
  max-height: min-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.1rem;
  min-height: min-content;
}
html body #leistungen .container .columns .bg-secondary .number {
  display: grid;
  justify-content: end;
}
html body #leistungen .container .columns .bg-secondary .wrapper .icon {
  margin-bottom: 1.5rem;
}
html body #leistungen .container .columns .bg-secondary .wrapper .text {
  display: grid;
  grid-gap: 1rem;
  width: 100%;
  text-wrap: pretty;
}
html body #leistungen .mangold-img {
  width: auto;
  height: 75vh;
  overflow: hidden;
  position: relative;
}
html body #leistungen .mangold-img img {
  margin-top: 6.2rem;
  margin-bottom: 6.2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
html body #ueber-uns .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8rem;
  margin-bottom: 6.2rem;
}
html body #ueber-uns .container .div1 p,
html body #ueber-uns .container .div2 p {
  text-wrap: pretty;
}
@media screen and (max-width: 1400px) {
  html body #ueber-uns .container .div1 p,
  html body #ueber-uns .container .div2 p {
    width: 95%;
  }
}
@media screen and (max-width: 992px) {
  html body #ueber-uns .container .div1 p,
  html body #ueber-uns .container .div2 p {
    width: 90%;
  }
}
@media screen and (max-width: 1400px) {
  html body #ueber-uns .container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  html body #ueber-uns .container .primary {
    grid-area: 1/1/2/2;
  }
  html body #ueber-uns .container .div1 {
    grid-area: 2/1/3/2;
  }
  html body #ueber-uns .container .div2 {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 576px) {
  html body #ueber-uns .container {
    grid-template-columns: 1fr;
  }
  html body #ueber-uns .container .primary {
    grid-area: unset;
  }
  html body #ueber-uns .container .div1 {
    grid-area: unset;
  }
  html body #ueber-uns .container .div2 {
    grid-area: unset;
  }
}
html body #ueber-uns .container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
html body #ueber-uns .container-fluid .image-swiper .swiper-wrapper .swiper-slide {
  width: fit-content;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 576px) {
  html body #ueber-uns .container-fluid .image-swiper .swiper-wrapper .swiper-slide {
    height: 60vh;
  }
}
html body #ueber-uns .container-fluid .image-swiper .swiper-wrapper .swiper-slide img {
  margin-top: 6.2rem;
  margin-bottom: 6.2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 364px) {
  html body #ueber-uns .container-fluid .image-swiper .container-pagination {
    margin: auto;
  }
}
@media screen and (max-width: 330px) {
  html body #ueber-uns .container-fluid .image-swiper .container-pagination {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  html body #ueber-uns .container-fluid .image-swiper .container-pagination .pagination {
    margin: 0;
  }
}
html body #karriere .container-fluid {
  display: grid;
  grid-template-columns: max((100vw - 1752px) / 2, 5vw) 383px auto;
}
@media screen and (max-width: 840px) {
  html body #karriere .container-fluid {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    margin-left: max((100vw - 1752px) / 2, 5vw);
  }
}
html body #karriere .container-fluid .left-margin {
  grid-column: 2;
  margin-right: 18px;
}
@media screen and (max-width: 840px) {
  html body #karriere .container-fluid .left-margin {
    grid-column: unset;
  }
}
html body #karriere .container-fluid .left-margin .text .primary {
  margin-bottom: 0.5rem;
}
html body #karriere .container-fluid .left-margin .text .bold {
  margin-bottom: 1rem;
}
html body #karriere .container-fluid .wrapper {
  grid-column: 3;
}
@media screen and (max-width: 840px) {
  html body #karriere .container-fluid .wrapper {
    grid-column: unset;
  }
}
html body #karriere .container-fluid .wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  html body #karriere .container-fluid .custom-swiper .pagination {
    margin: 0;
  }
}
html body #kontakt .container-fluid {
  background: #ffffff;
}
@media screen and (max-width: 576px) {
  html body #kontakt .container-fluid {
    background: #F2F2F2;
  }
}
html body #kontakt .container-fluid .container .bg-secondary {
  padding: 4.167rem;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1.75fr 2fr;
}
html body #kontakt .container-fluid .container .bg-secondary .col-1 {
  grid-area: unset;
}
html body #kontakt .container-fluid .container .bg-secondary .col-2 {
  grid-area: unset;
}
html body #kontakt .container-fluid .container .bg-secondary .col-3 {
  grid-area: unset;
}
@media screen and (max-width: 1400px) {
  html body #kontakt .container-fluid .container .bg-secondary {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 2rem;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-1 {
    grid-area: 1/1/2/2;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-2 {
    grid-area: 1/2/2/3;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-3 {
    grid-area: 2/1/3/3;
  }
}
@media screen and (max-width: 659px) {
  html body #kontakt .container-fluid .container .bg-secondary {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    padding: 2rem 1rem 0 1rem;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-1 {
    grid-area: unset;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-2 {
    grid-area: unset;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-3 {
    grid-area: unset;
  }
}
@media screen and (max-width: 576px) {
  html body #kontakt .container-fluid .container .bg-secondary {
    grid-template-columns: 1fr;
    padding: 2rem 1rem 0 1rem;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-1 {
    grid-area: unset;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-2 {
    grid-area: unset;
  }
  html body #kontakt .container-fluid .container .bg-secondary .col-3 {
    grid-area: unset;
  }
  html body #kontakt .container-fluid .container .bg-secondary {
    grid-row-gap: 0;
  }
}
html body #kontakt .container-fluid .container .bg-secondary h4 {
  margin-bottom: 2rem;
}
html body #kontakt .container-fluid .container .bg-secondary .col-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.33);
  padding-right: 3.89rem;
}
@media screen and (max-width: 659px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
    border-right: 0;
    padding-right: 0;
    padding-bottom: 3.89rem;
    padding-top: 3.89rem;
  }
}
@media screen and (max-width: 576px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
    border-right: 0;
    padding-right: 0;
    padding-bottom: 3.89rem;
    padding-top: 3.89rem;
  }
}
html body #kontakt .container-fluid .container .bg-secondary .col-1 .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
html body #kontakt .container-fluid .container .bg-secondary .col-2 {
  border-left: 1px solid rgba(0, 0, 0, 0.33);
  border-right: 1px solid rgba(0, 0, 0, 0.33);
  padding-left: 3.89rem;
  padding-right: 3.89rem;
}
@media screen and (max-width: 1902px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-2 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1405px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-2 {
    border-right: 0;
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 659px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-2 {
    border-top: 1px solid rgba(0, 0, 0, 0.33);
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
    border-right: 0;
    border-left: 0;
    padding: 3.89rem 0;
  }
}
@media screen and (max-width: 576px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-2 {
    border-top: 1px solid rgba(0, 0, 0, 0.33);
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
    border-right: 0;
    border-left: 0;
    padding: 3.89rem 0;
  }
}
html body #kontakt .container-fluid .container .bg-secondary .col-2 .text {
  width: 100%;
}
html body #kontakt .container-fluid .container .bg-secondary .col-2 .text table {
  font-family: "Manrope SemiBold", sans-serif;
  margin: 0;
}
html body #kontakt .container-fluid .container .bg-secondary .col-2 .text table tbody tr .day {
  padding-right: 8.167rem;
}
@media screen and (max-width: 1902px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-2 .text table tbody tr .day {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 1400px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-2 .text table tbody tr .day {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-2 .text table tbody tr .day {
    padding-right: 1rem;
  }
}
html body #kontakt .container-fluid .container .bg-secondary .col-3 {
  border-left: 1px solid rgba(0, 0, 0, 0.33);
  padding-left: 3.89rem;
}
@media screen and (max-width: 1400px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-3 {
    padding-top: 2rem;
    border-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 659px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-3 {
    margin-bottom: 3.89rem;
    padding-bottom: 3.89rem;
    border-top: 1px solid rgba(0, 0, 0, 0.33);
  }
}
@media screen and (max-width: 576px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-3 {
    border-left: 0;
    padding-left: 0;
    padding-top: 3.89rem;
    padding-bottom: 3.89rem;
  }
}
html body #kontakt .container-fluid .container .bg-secondary .col-3 .socials {
  margin-top: 2rem;
  width: max-content;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1.5rem;
  align-items: center;
}
html body #kontakt .container-fluid .container .bg-secondary .col-3 .socials .icons {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0.5rem;
}
html body #kontakt .container-fluid .container .bg-secondary .col-3 .socials .icons a {
  width: 25px;
  height: 25px;
}
html body #kontakt .container-fluid .container .bg-secondary .col-3 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 1400px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-3 .wrapper {
    grid-column-gap: 4.75rem;
  }
}
@media screen and (max-width: 576px) {
  html body #kontakt .container-fluid .container .bg-secondary .col-3 .wrapper {
    grid-template-columns: 1fr;
  }
}
html body #kontakt .container-fluid .container .bg-secondary .col-3 .wrapper .text {
  width: 100%;
}
html body #kontakt .container-fluid .container .bg-secondary .contact-info a {
  text-decoration: none;
  color: #265AA6;
}
html body #sponsor {
  margin-bottom: 0;
}
html body #sponsor .container .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin: 4rem 0;
}
@media screen and (min-width: 1600px) {
  html body #sponsor .container .wrapper {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 1599.9px) {
  html body #sponsor .container .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1400px) {
  html body #sponsor .container .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  html body #sponsor .container .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  html body #sponsor .container .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 378px) {
  html body #sponsor .container .wrapper {
    grid-template-columns: 1fr;
  }
}
html body #sponsor .container .wrapper .sponsor {
  background: #F2F2F2;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 1rem;
}
html body #footer {
  margin-top: 0;
  padding-bottom: 2rem;
  position: relative;
  z-index: 100;
  background: #ffffff;
  margin-bottom: 0;
}
html body #footer .container footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  padding-top: 1rem;
}
@media screen and (max-width: 576px) {
  html body #footer .container footer {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
html body #footer .container footer nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
}
@media screen and (max-width: 576px) {
  html body #footer .container footer nav ul {
    grid-gap: 0.5rem;
  }
}
html body #footer .container footer nav ul li {
  margin-right: 9rem;
}
@media screen and (max-width: 992px) {
  html body #footer .container footer nav ul li {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  html body #footer .container footer nav ul li {
    grid-template-columns: 1fr 1fr;
    justify-items: end;
  }
}
html body #footer .container footer nav ul li a {
  text-decoration: none;
  color: #000000;
}
html body .imprint-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
html body .cta {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 2rem;
  width: max-content;
}
@media screen and (max-width: 480px) {
  html body .cta {
    grid-auto-flow: row;
  }
  html body .cta:first-child {
    grid-gap: 0;
  }
}

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