/* fira-sans-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/fira-sans-v17-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/fira-sans-v17-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fira-sans-v17-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/fira-sans-v17-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/fira-sans-v17-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-v17-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fira-sans-v17-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.text-module {
  padding-top: 90px;
  padding-bottom: 120px;
}
.text-module .text-section {
  margin-bottom: 30px;
}
.text-module .text-section a {
  color: #BA3522;
  font-style: italic;
  display: flex;
  align-items: center;
}
.text-module .text-section a::after {
  content: "";
  width: 13px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/arrow_right_red.svg");
  margin-left: 10px;
}
.text-module .box-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.text-module .box-flex .box-container {
  width: 212px;
  height: 212px;
  position: relative;
}
.text-module .box-flex .box-container .box-red {
  height: 193px;
  width: 193px;
  background-color: #BA3522;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.text-module .box-flex .box-container .box-grey {
  height: 193px;
  width: 193px;
  background-color: #EBEBEB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 20px;
  color: #4A4A4A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 15px;
}
.text-module .box-flex .box-container .box-grey::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-image: url("../images/arrow_right_grey.svg");
  height: 20px;
  width: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.text-image-module {
  padding-top: 80px;
  padding-bottom: 25px;
}
.text-image-module.text-einspaltig {
  padding-top: 15px;
  padding-bottom: 180px;
}
.text-image-module .button-container {
  width: 178px;
  height: 55px;
  position: relative;
  margin: auto;
  margin-top: 76px;
  margin-bottom: 122px;
}
.text-image-module .button-container button {
  background-color: #BA3522;
  color: white;
  width: 178px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: none;
  font-weight: bold;
  padding-top: 7px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.text-image-module .button-container .button-decoration {
  position: absolute;
  width: 178px;
  height: 55px;
  background-color: #EBEBEB;
  z-index: 10;
  left: -8px;
  bottom: -10px;
}
.text-image-module a {
  color: #BA3522;
}
.text-image-module a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .text-image-module img {
    width: 300px;
    max-width: 100%;
  }
}
.text-image-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-image-module ul li {
  display: flex;
  margin-bottom: 35px;
}
.text-image-module ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #BA3522;
  display: block;
  flex-shrink: 0;
  margin-top: 9.5px;
  margin-right: 20px;
}

.text-zweispaltig {
  padding-top: 25px;
  padding-bottom: 70px;
}
.text-zweispaltig ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-zweispaltig ul li {
  display: flex;
  margin-bottom: 18px;
  min-height: 55px;
}
.text-zweispaltig ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #BA3522;
  display: block;
  flex-shrink: 0;
  margin-top: 9.5px;
  margin-right: 20px;
}

.bloecke-module {
  padding-top: 50px;
  padding-bottom: 65px;
  overflow-x: hidden;
  margin-bottom: 100px;
}
.bloecke-module.padding-none {
  padding-top: 0px;
  padding-bottom: 20px;
}
.bloecke-module .box-row {
  width: 100%;
  min-height: 212px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloecke-module .box-row {
    min-height: 440px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-row {
    min-height: 330px;
  }
}
.bloecke-module .box-row .details-container {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s;
  padding-left: 280px;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .bloecke-module .box-row .details-container {
    padding-left: 225px;
  }
}
@media screen and (max-width: 700px) {
  .bloecke-module .box-row .details-container {
    padding-left: 0px;
    padding-top: 230px;
  }
}
@media screen and (max-width: 600px) {
  .bloecke-module .box-row .details-container {
    top: 230px;
    left: 0px;
    transform: none;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-module .box-row .details-container {
    padding-top: 210px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-row .details-container {
    padding-top: 180px;
  }
}
.bloecke-module .box-row .details-container.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.bloecke-module .box-row .details-container ul {
  list-style-type: square;
}
.bloecke-module .box-container {
  width: 212px;
  height: 212px;
  position: absolute;
  top: 0;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .bloecke-module .box-container {
    width: 173px;
    height: 173px;
  }
}
@media screen and (max-width: 767px) {
  .bloecke-module .box-container {
    width: 192px;
    height: 192px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-module .box-container {
    width: 173px;
    height: 173px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-container {
    width: 144px;
    height: 144px;
  }
}
.bloecke-module .box-container.hidden {
  opacity: 0;
  pointer-events: none;
}
.bloecke-module .box-container.box-1 {
  left: 0;
}
.bloecke-module .box-container.box-2 {
  left: 27%;
}
@media screen and (max-width: 767px) {
  .bloecke-module .box-container.box-2 {
    left: 235px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-module .box-container.box-2 {
    left: 185px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-container.box-2 {
    left: 154px;
  }
}
.bloecke-module .box-container.box-3 {
  left: 54%;
}
@media screen and (max-width: 767px) {
  .bloecke-module .box-container.box-3 {
    left: 0%;
    top: 235px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-module .box-container.box-3 {
    top: 185px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-container.box-3 {
    top: 155px;
  }
}
.bloecke-module .box-container.box-4 {
  left: 80.5%;
}
@media screen and (max-width: 767px) {
  .bloecke-module .box-container.box-4 {
    left: 235px;
    top: 235px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-module .box-container.box-4 {
    left: 185px;
    top: 185px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-container.box-4 {
    left: 154px;
    top: 155px;
  }
}
.bloecke-module .box-container .box-red {
  height: 193px;
  width: 193px;
  background-color: #BA3522;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .bloecke-module .box-container .box-red {
    height: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .bloecke-module .box-container .box-red {
    height: 180px;
    width: 180px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-module .box-container .box-red {
    height: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-container .box-red {
    height: 132px;
    width: 132px;
  }
}
.bloecke-module .box-container .box-grey {
  height: 193px;
  width: 193px;
  background-color: #EBEBEB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 20px;
  color: #BA3522;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  transition: 0.3s;
}
.bloecke-module .box-container .box-grey .back {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 9px;
  bottom: 18px;
  font-weight: bold;
  width: 20px;
  height: 13px;
  background-image: url("../images/arrow_down_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
  .bloecke-module .box-container .box-grey .back {
    width: 17px;
    height: 10px;
    right: 7px;
    bottom: 16px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-container .box-grey .back {
    width: 15px;
    height: 9px;
    right: 5px;
    bottom: 13px;
  }
}
@media screen and (max-width: 991px) {
  .bloecke-module .box-container .box-grey {
    height: 160px;
    width: 160px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bloecke-module .box-container .box-grey {
    height: 180px;
    width: 180px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-module .box-container .box-grey {
    height: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-module .box-container .box-grey {
    height: 132px;
    width: 132px;
  }
}
.bloecke-module .box-container.box-1.active.no-link, .bloecke-module .box-container.box-2.active.no-link, .bloecke-module .box-container.box-3.active.no-link, .bloecke-module .box-container.box-4.active.no-link {
  left: 0;
  top: 0;
}
.bloecke-module .box-container.box-1.active.no-link .box-red, .bloecke-module .box-container.box-2.active.no-link .box-red, .bloecke-module .box-container.box-3.active.no-link .box-red, .bloecke-module .box-container.box-4.active.no-link .box-red {
  background-color: #EBEBEB;
}
.bloecke-module .box-container.box-1.active.no-link .box-grey, .bloecke-module .box-container.box-2.active.no-link .box-grey, .bloecke-module .box-container.box-3.active.no-link .box-grey, .bloecke-module .box-container.box-4.active.no-link .box-grey {
  background-color: #BA3522;
  color: white;
}
.bloecke-module .box-container.box-1.active.no-link .box-grey .back, .bloecke-module .box-container.box-2.active.no-link .box-grey .back, .bloecke-module .box-container.box-3.active.no-link .box-grey .back, .bloecke-module .box-container.box-4.active.no-link .box-grey .back {
  opacity: 1;
}
.bloecke-module .button-container {
  width: 178px;
  height: 55px;
  position: relative;
  margin: auto;
  margin-top: 73px;
}
.bloecke-module .button-container button {
  background-color: #BA3522;
  color: white;
  width: 178px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: none;
  font-weight: bold;
  padding-top: 7px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.bloecke-module .button-container .button-decoration {
  position: absolute;
  width: 178px;
  height: 55px;
  background-color: #EBEBEB;
  z-index: 10;
  left: -8px;
  bottom: -10px;
}

.kooperationspartner {
  padding-top: 60px;
  position: relative;
  margin-bottom: 20px;
  margin-top: -40px;
}
.kooperationspartner.bg-full {
  background-color: #EBEBEB;
}
.kooperationspartner .partner-slider {
  padding-top: 60px;
  padding-bottom: 118px;
  background-color: #EBEBEB;
}
@media screen and (max-width: 767px) {
  .kooperationspartner .partner-slider {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.kooperationspartner .partner-slider .slide-container {
  width: 890px;
  max-width: 80%;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .kooperationspartner .partner-slider .slide-container {
    width: 720px;
  }
}
@media screen and (max-width: 991px) {
  .kooperationspartner .partner-slider .slide-container {
    width: 665px;
  }
}
.kooperationspartner .partner-slider .slide-container .partner-img {
  width: 340px;
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .kooperationspartner .partner-slider .slide-container .partner-img {
    width: 310px;
    height: 310px;
  }
}
@media screen and (max-width: 991px) {
  .kooperationspartner .partner-slider .slide-container .partner-img {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .kooperationspartner .partner-slider .slide-container .partner-img {
    margin: auto;
  }
}
.kooperationspartner .partner-slider .slide-container .partner-info {
  padding-left: 35px;
}
@media screen and (max-width: 991px) {
  .kooperationspartner .partner-slider .slide-container .partner-info {
    padding-left: 23px;
  }
}
@media screen and (max-width: 400px) {
  .kooperationspartner .partner-slider .slide-container .partner-info {
    padding-left: 15px;
  }
}
.kooperationspartner .partner-slider .slide-container .partner-info .partner-name {
  font-size: 32px;
  font-weight: 600;
  color: #BA3522;
}
@media screen and (max-width: 1199px) {
  .kooperationspartner .partner-slider .slide-container .partner-info .partner-name {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .kooperationspartner .partner-slider .slide-container .partner-info .partner-name {
    margin-top: 25px;
  }
}
@media screen and (max-width: 400px) {
  .kooperationspartner .partner-slider .slide-container .partner-info .partner-name {
    font-size: 21px;
  }
}
.kooperationspartner .partner-slider .slide-container .partner-info .partner-name a.grey {
  color: #707070;
  font-family: "Fira Sans";
}
.kooperationspartner .partner-slider .slide-container .partner-info .partner-name a.grey:hover {
  text-decoration: none;
}
.kooperationspartner .partner-slider .slider-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-100%);
  z-index: 1000;
}
.kooperationspartner .partner-slider .slider-navigation .slider-navigation-container {
  max-width: 1100px;
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .kooperationspartner .partner-slider .slider-navigation .slider-navigation-container {
    width: 90%;
  }
}
.kooperationspartner .partner-slider .slider-navigation .slide-prev,
.kooperationspartner .partner-slider .slider-navigation .slide-next {
  width: 43px;
  height: 55px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_right_red.svg");
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .kooperationspartner .partner-slider .slider-navigation .slide-prev,
.kooperationspartner .partner-slider .slider-navigation .slide-next {
    width: 23px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .kooperationspartner .partner-slider .slider-navigation .slide-prev,
.kooperationspartner .partner-slider .slider-navigation .slide-next {
    width: 15px;
    height: 23px;
  }
}
.kooperationspartner .partner-slider .slider-navigation .slide-prev {
  transform: rotate(180deg);
}

.kooperationspartner-unternehmen {
  padding-top: 100px;
  padding-bottom: 85px;
}
.kooperationspartner-unternehmen .partner-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 1199px) {
  .kooperationspartner-unternehmen .partner-flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kooperationspartner-unternehmen .partner-flex {
    flex-direction: column;
  }
}
.kooperationspartner-unternehmen .partner-flex .partner {
  background-color: #EBEBEB;
  padding: 15px;
  width: 310px;
  max-width: 100%;
}
.kooperationspartner-unternehmen .partner-flex .partner .partner-img {
  width: 100%;
  height: 76px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border: solid 10px white;
}
.kooperationspartner-unternehmen .partner-flex .partner .partner-name {
  color: #707070;
  margin-top: 10px;
}
.kooperationspartner-unternehmen .partner-flex .partner .partner-link {
  color: #BA3522;
  font-size: 18px;
}

.accordion-zweispaltig {
  padding-top: 140px;
  padding-bottom: 70px;
}
.accordion-zweispaltig .accordion {
  margin-bottom: 30px;
}
.accordion-zweispaltig .accordion .accordion-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.accordion-zweispaltig .accordion .accordion-toggle::before {
  content: "";
  display: block;
  background-image: url("../images/arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 17px;
  margin-right: 7px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .accordion-zweispaltig .accordion .accordion-toggle::before {
    width: 23px;
    height: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-zweispaltig .accordion .accordion-toggle::before {
    width: 20px;
    height: 12px;
    margin-bottom: 13px;
  }
}
.accordion-zweispaltig .accordion .accordion-toggle h3 {
  font-size: 20px;
  font-weight: bold;
  color: #BA3522;
}
@media screen and (max-width: 575px) {
  .accordion-zweispaltig .accordion .accordion-toggle h3 {
    font-size: 17px;
  }
}
.accordion-zweispaltig .accordion .accordion-toggle.active h3 {
  color: #4A4A4A;
}
.accordion-zweispaltig .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-left: 35px;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .accordion-zweispaltig .accordion .accordion-content {
    padding-left: 0px;
  }
}
.accordion-zweispaltig .vita-link .box-container {
  width: 152px;
  height: 148px;
  position: relative;
  margin: auto;
  margin-top: 140px;
}
@media screen and (max-width: 575px) {
  .accordion-zweispaltig .vita-link .box-container {
    margin-top: 50px;
  }
}
.accordion-zweispaltig .vita-link .box-container .box-grey {
  height: 130px;
  width: 130px;
  background-color: #EBEBEB;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.accordion-zweispaltig .vita-link .box-container .box-red {
  height: 130px;
  width: 130px;
  background-color: #BA3522;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 14px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 15px;
}
.accordion-zweispaltig .vita-link .box-container .box-red span.big {
  font-size: 30px;
  line-height: 38px;
}

.bloecke-mit-zeitstrahl {
  padding-top: 80px;
  padding-bottom: 65px;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper {
  position: relative;
  min-height: 212px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper {
    min-height: 385px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper {
    min-height: 315px;
  }
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container {
  position: absolute;
  top: 0;
  width: 212px;
  height: 212px;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container {
    width: 148px;
    height: 148px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container {
    width: 173px;
    height: 173px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container {
    width: 144px;
    height: 144px;
  }
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.hidden {
  opacity: 0;
  pointer-events: none;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.block-1 {
  left: 0;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.block-2 {
  left: 50%;
  transform: translateX(-50%);
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.block-2.active {
  left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 575px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.block-2 {
    left: 100%;
    transform: translateX(-100%);
  }
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.block-3 {
  left: 100%;
  transform: translateX(-100%);
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.block-3.active {
  left: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 575px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.block-3 {
    left: 0;
    transform: translate(0%, -100%);
    top: 100%;
  }
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.block-3.active {
    transform: translate(0%, 0%);
    top: 0%;
  }
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-red {
  height: 193px;
  width: 193px;
  background-color: #BA3522;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-red {
    height: 168px;
    width: 168px;
  }
}
@media screen and (max-width: 767px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-red {
    height: 138px;
    width: 138px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-red {
    height: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-red {
    height: 132px;
    width: 132px;
  }
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-red.active {
  background-color: #EBEBEB;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey {
  height: 193px;
  width: 193px;
  background-color: #EBEBEB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 27px;
  color: #BA3522;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  transition: 0.3s;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey .back {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 9px;
  bottom: 18px;
  font-weight: bold;
  width: 20px;
  height: 13px;
  background-image: url("../images/arrow_down_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
@media screen and (max-width: 991px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey .back {
    width: 17px;
    height: 10px;
    right: 7px;
    bottom: 16px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey .back {
    width: 15px;
    height: 9px;
    right: 5px;
    bottom: 13px;
  }
}
@media screen and (max-width: 991px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey {
    height: 168px;
    width: 168px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey {
    height: 138px;
    width: 138px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 575px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey {
    height: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 430px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey {
    height: 132px;
    width: 132px;
  }
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container .block-grey.active {
  background-color: #BA3522;
  color: white;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.active .block-grey {
  background-color: #BA3522;
  color: white;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.active .block-grey .back {
  opacity: 1;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .block-container.active .block-red {
  background-color: #EBEBEB;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container {
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: 0.3s;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline {
  padding-left: 280px;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline {
    padding-left: 240px;
  }
}
@media screen and (max-width: 767px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline {
    padding-left: 165px;
  }
}
@media screen and (max-width: 690px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline {
    padding-left: 0px;
    padding-top: 220px;
  }
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex {
  display: flex;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .timeline-date {
  width: 110px;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
  align-items: start;
  justify-content: end;
  padding: 20px 0px;
}
@media screen and (max-width: 450px) {
  .bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .timeline-date {
    width: 85px;
  }
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .line-container {
  width: 22px;
  position: relative;
  flex-shrink: 0;
  margin: 0px 20px;
  padding: 20px 0px;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .line-container .line-vertical,
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .line-container .line-horizontal {
  position: absolute;
  background-color: #BA3522;
  left: 0;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .line-container .line-vertical {
  height: 100%;
  width: 3px;
  top: 0;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .line-container .line-horizontal {
  top: 30px;
  width: 100%;
  height: 3px;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .timeline-description {
  padding: 20px 0px;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry .timeline-flex .timeline-description p {
  margin-bottom: 0px;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry:first-child .line-container::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-36.5%, -100%);
  background-image: url("../images/arrow_up_red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bloecke-mit-zeitstrahl .bloecke-wrapper .details-container .timeline .timeline-entry:last-child .line-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 14.5px;
  background-image: url("../images/timeline_after.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(120%);
}
.bloecke-mit-zeitstrahl .button-container {
  width: 178px;
  height: 55px;
  position: relative;
  margin: auto;
  margin-top: 145px;
}
.bloecke-mit-zeitstrahl .button-container button {
  background-color: #BA3522;
  color: white;
  width: 178px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: none;
  font-weight: bold;
  padding-top: 7px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.bloecke-mit-zeitstrahl .button-container .button-decoration {
  position: absolute;
  width: 178px;
  height: 55px;
  background-color: #EBEBEB;
  z-index: 10;
  left: -8px;
  bottom: -10px;
}

.accordion-module {
  padding-top: 90px;
  padding-bottom: 110px;
}
.accordion-module.padding-small {
  padding-top: 10px;
  padding-bottom: 40px;
}
.accordion-module.padding-small:last-child {
  padding-bottom: 100px;
}
.accordion-module .accordion {
  margin-bottom: 20px;
}
.accordion-module .accordion .accordion-toggle {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.accordion-module .accordion .accordion-toggle h2 {
  margin: 0;
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .accordion-module .accordion .accordion-toggle h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-module .accordion .accordion-toggle h2 {
    font-size: 18px;
  }
}
.accordion-module .accordion .accordion-toggle.active h2 {
  color: #4A4A4A;
}
.accordion-module .accordion .accordion-toggle::before {
  content: "";
  display: block;
  background-image: url("../images/arrow_down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 13px;
  margin-right: 7px;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .accordion-module .accordion .accordion-toggle::before {
    width: 20px;
    height: 10px;
    margin-right: 4px;
  }
}
.accordion-module .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-left: 35px;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .accordion-module .accordion .accordion-content {
    padding-left: 0px;
  }
}
.accordion-module .button-label {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 90px;
}
.accordion-module .button-container {
  width: 178px;
  height: 55px;
  position: relative;
  margin: auto;
  margin-top: 30px;
}
.accordion-module .button-container button {
  background-color: #BA3522;
  color: white;
  width: 178px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: none;
  font-weight: bold;
  padding-top: 7px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.accordion-module .button-container .button-decoration {
  position: absolute;
  width: 178px;
  height: 55px;
  background-color: #EBEBEB;
  z-index: 10;
  left: -8px;
  bottom: -10px;
}

.accordion-mit-bild {
  padding-top: 90px;
  padding-bottom: 110px;
}
.accordion-mit-bild .accordion {
  margin-bottom: 20px;
}
.accordion-mit-bild .accordion .accordion-toggle {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.accordion-mit-bild .accordion .accordion-toggle h2 {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .accordion-mit-bild .accordion .accordion-toggle h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-mit-bild .accordion .accordion-toggle h2 {
    font-size: 18px;
  }
}
.accordion-mit-bild .accordion .accordion-toggle.active h2 {
  color: #4A4A4A;
}
.accordion-mit-bild .accordion .accordion-toggle::before {
  content: "";
  display: block;
  background-image: url("../images/arrow_down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 17px;
  margin-right: 7px;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .accordion-mit-bild .accordion .accordion-toggle::before {
    width: 20px;
    height: 10px;
    margin-right: 4px;
  }
}
.accordion-mit-bild .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-left: 35px;
  padding-top: 10px;
}
.accordion-mit-bild .accordion .accordion-content.no-transition {
  transition: max-height 0s ease-out;
}
@media screen and (max-width: 575px) {
  .accordion-mit-bild .accordion .accordion-content {
    padding-left: 0px;
  }
}
.accordion-mit-bild .accordion .accordion-content a {
  color: #BA3522;
}
.accordion-mit-bild .button-label {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 90px;
}
.accordion-mit-bild .button-container {
  width: 178px;
  height: 55px;
  position: relative;
  margin: auto;
  margin-top: 30px;
}
.accordion-mit-bild .button-container button {
  background-color: #BA3522;
  color: white;
  width: 178px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: none;
  font-weight: bold;
  padding-top: 7px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.accordion-mit-bild .button-container .button-decoration {
  position: absolute;
  width: 178px;
  height: 55px;
  background-color: #EBEBEB;
  z-index: 10;
  left: -8px;
  bottom: -10px;
}

.accordion-mit-bild-klein {
  padding-top: 90px;
  padding-bottom: 40px;
}
.accordion-mit-bild-klein .accordion {
  margin-bottom: 20px;
}
.accordion-mit-bild-klein .accordion h2, .accordion-mit-bild-klein .accordion h3 {
  margin: 0;
  font-size: 18px;
  color: #4A4A4A;
  font-weight: 600;
}
.accordion-mit-bild-klein .accordion a {
  color: #BA3522;
}
.accordion-mit-bild-klein .accordion .accordion-toggle {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.accordion-mit-bild-klein .accordion .accordion-toggle.active h2 {
  color: #4A4A4A;
}
.accordion-mit-bild-klein .accordion .accordion-toggle::before {
  content: "";
  display: block;
  background-image: url("../images/arrow_down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 13px;
  margin-right: 7px;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .accordion-mit-bild-klein .accordion .accordion-toggle::before {
    width: 20px;
    height: 10px;
    margin-right: 4px;
  }
}
.accordion-mit-bild-klein .accordion .accordion-toggle.active::before, .accordion-mit-bild-klein .accordion .accordion-toggle:hover::before {
  background-image: url("../images/arrow_down_red.svg");
}
.accordion-mit-bild-klein .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-left: 28px;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .accordion-mit-bild-klein .accordion .accordion-content {
    padding-left: 0px;
  }
}
.accordion-mit-bild-klein .button-label {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 90px;
}
.accordion-mit-bild-klein .button-container {
  width: 178px;
  height: 55px;
  position: relative;
  margin: auto;
  margin-top: 30px;
}
.accordion-mit-bild-klein .button-container button {
  background-color: #BA3522;
  color: white;
  width: 178px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: none;
  font-weight: bold;
  padding-top: 7px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.accordion-mit-bild-klein .button-container .button-decoration {
  position: absolute;
  width: 178px;
  height: 55px;
  background-color: #EBEBEB;
  z-index: 10;
  left: -8px;
  bottom: -10px;
}

.accordion-small {
  min-height: 450px;
  padding-bottom: 80px;
}
.accordion-small h3, .accordion-small h4 {
  font-size: 18px;
  color: #4A4A4A;
  font-weight: 600;
}
.accordion-small .accordion {
  margin-bottom: 10px;
}
.accordion-small .accordion .accordion-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.accordion-small .accordion .accordion-toggle::before {
  content: "";
  display: block;
  background-image: url("../images/arrow_down_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 17px;
  margin-right: 7px;
  flex-shrink: 0;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .accordion-small .accordion .accordion-toggle::before {
    width: 23px;
    height: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-small .accordion .accordion-toggle::before {
    width: 20px;
    height: 12px;
    margin-bottom: 13px;
  }
}
.accordion-small .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-left: 35px;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .accordion-small .accordion .accordion-content {
    padding-left: 0px;
  }
}

.wissenswertes-accordion {
  padding-top: 45px;
}
.wissenswertes-accordion:last-child {
  padding-bottom: 200px;
}
.wissenswertes-accordion .accordion-toggle {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  width: 100%;
  background-color: #EBEBEB;
  justify-content: space-between;
  padding: 0px 10px;
}
@media screen and (max-width: 575px) {
  .wissenswertes-accordion .accordion-toggle {
    align-items: center;
    padding: 3px 10px;
  }
}
.wissenswertes-accordion .accordion-toggle h2 {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .wissenswertes-accordion .accordion-toggle h2 {
    font-size: 20px;
  }
}
.wissenswertes-accordion .accordion-toggle::after {
  content: "";
  display: block;
  background-image: url("../images/arrow_down_red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 17px;
  margin-right: 7px;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .wissenswertes-accordion .accordion-toggle::after {
    width: 24px;
    height: 14px;
  }
}
.wissenswertes-accordion .accordion-toggle:hover {
  background-color: #BA3522;
}
.wissenswertes-accordion .accordion-toggle:hover h2 {
  color: white;
}
.wissenswertes-accordion .accordion-toggle:hover::after {
  background-image: url("../images/arrow_down_white.svg");
}
.wissenswertes-accordion .accordion-toggle.active {
  background-color: #4A4A4A;
}
.wissenswertes-accordion .accordion-toggle.active h2 {
  color: white;
}
.wissenswertes-accordion .accordion-toggle.active::after {
  background-image: url("../images/arrow_down_white.svg");
}
.wissenswertes-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-top: 10px;
}
.wissenswertes-accordion .accordion-content .accordion-content-inner {
  padding-top: 45px;
}
@media screen and (max-width: 575px) {
  .wissenswertes-accordion .accordion-content .accordion-content-inner {
    padding-top: 25px;
  }
}
.wissenswertes-accordion .accordion-content .quotes-link {
  color: #BA3522;
  font-style: italic;
  display: flex;
  align-items: center;
  line-height: 18px;
  margin-top: 27px;
}
.wissenswertes-accordion .accordion-content .quotes-link::after {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  background-image: url("../images/arrow_right_red.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7.5px;
  margin-bottom: 3px;
}
.wissenswertes-accordion .accordion-content .box-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 84px;
}
.wissenswertes-accordion .accordion-content .box-row .placeholder {
  font-style: italic;
  padding: 10px;
  color: #707070;
}
.wissenswertes-accordion .accordion-content .box-row .box-container {
  width: 212px;
  height: 212px;
  position: relative;
}
.wissenswertes-accordion .accordion-content .box-row .box-container .box-red {
  height: 193px;
  width: 193px;
  background-color: #BA3522;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.wissenswertes-accordion .accordion-content .box-row .box-container .box-grey {
  height: 193px;
  width: 193px;
  background-color: #EBEBEB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 20px;
  color: #4A4A4A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.wissenswertes-accordion .accordion-content .box-row .box-container .box-grey .title {
  font-weight: 600;
}
.wissenswertes-accordion .accordion-content .box-row .box-container .box-grey.download::after, .wissenswertes-accordion .accordion-content .box-row .box-container .box-grey.link::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.wissenswertes-accordion .accordion-content .box-row .box-container .box-grey.download::after {
  width: 20px;
  height: 18px;
  background-image: url("../images/download.svg");
  right: 19px;
  bottom: 14px;
}
.wissenswertes-accordion .accordion-content .box-row .box-container .box-grey.link::after {
  height: 20px;
  width: 13px;
  background-image: url("../images/arrow_right_grey.svg");
  right: 19px;
  bottom: 14px;
}

.kontaktformular {
  padding-top: 60px;
  padding-bottom: 118px;
}
@media screen and (max-width: 575px) {
  .kontaktformular {
    padding-top: 25px;
  }
}
.kontaktformular .kontaktformular-container {
  background-color: #EBEBEB;
  padding: 37px 44px;
}
@media screen and (max-width: 575px) {
  .kontaktformular .kontaktformular-container {
    padding: 37px 28px;
  }
  .kontaktformular .kontaktformular-container ul {
    padding-left: 15px;
  }
}
.kontaktformular .kontaktformular-container h3 {
  color: #BA3522;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}
.kontaktformular .kontaktformular-container .form-flex {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .kontaktformular .kontaktformular-container .form-flex {
    flex-direction: column;
    gap: 25px;
  }
}
.kontaktformular .kontaktformular-container .form-flex .form-group {
  width: 248px;
  max-width: 32%;
}
@media screen and (max-width: 767px) {
  .kontaktformular .kontaktformular-container .form-flex .form-group {
    max-width: 43%;
  }
}
@media screen and (max-width: 575px) {
  .kontaktformular .kontaktformular-container .form-flex .form-group {
    max-width: 100%;
  }
  .kontaktformular .kontaktformular-container .form-flex .form-group label {
    margin-bottom: 0px;
  }
}
.kontaktformular .kontaktformular-container .form-flex .form-group input {
  border: none;
  border-bottom: solid 2px #4A4A4A;
  border-radius: 0px;
  font-size: 18px;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0);
}
.kontaktformular .kontaktformular-container .form-end-flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  gap: 33px;
}
@media screen and (max-width: 767px) {
  .kontaktformular .kontaktformular-container .form-end-flex {
    flex-direction: column;
  }
}
.kontaktformular .kontaktformular-container .form-end-flex p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 17px;
}
.kontaktformular .kontaktformular-container .form-end-flex .formcheckbox {
  color: #BA3522;
  font-weight: bold;
}
.kontaktformular .kontaktformular-container .form-end-flex .formcheckbox input[type=checkbox] {
  display: none;
}
.kontaktformular .kontaktformular-container .form-end-flex .formcheckbox label {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  line-height: 18px;
  font-size: 14px;
}
.kontaktformular .kontaktformular-container .form-end-flex .formcheckbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #BA3522;
  border-radius: 0px;
  z-index: 5;
}
.kontaktformular .kontaktformular-container .form-end-flex .formcheckbox label:has(input[type=checkbox]:checked)::after {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  background-image: url("/assets/default/images/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -3px;
  top: -2.5px;
  z-index: 10;
  position: absolute;
}
.kontaktformular .kontaktformular-container .form-end-flex .btn-datenschutz {
  background-color: #4A4A4A;
  font-size: 10px;
  border-radius: 0px;
  border: none;
  color: white;
  line-height: 10px;
  padding: 3px;
  cursor: pointer;
  display: inline-block;
}
.kontaktformular .kontaktformular-container textarea {
  border-radius: 0px;
  border: none;
  background-color: white;
  height: 210px;
  width: 100%;
  padding: 28px 32px;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .kontaktformular .kontaktformular-container textarea {
    padding: 18px;
  }
}
.kontaktformular .kontaktformular-container textarea::placeholder {
  color: #4A4A4A;
}
.kontaktformular .kontaktformular-container button[type=submit] {
  background-color: #BA3522;
  font-size: 30px;
  font-weight: bold;
  color: white;
  border-radius: 0px;
  border: none;
  display: flex;
  align-items: center;
  padding: 13px 10px;
}
@media screen and (max-width: 575px) {
  .kontaktformular .kontaktformular-container button[type=submit] {
    font-size: 27px;
    padding: 10px;
  }
}
.kontaktformular .kontaktformular-container button[type=submit]::after {
  content: "";
  display: block;
  width: 70px;
  height: 38px;
  background-image: url("../images/submit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .kontaktformular .kontaktformular-container button[type=submit]::after {
    width: 50px;
    height: 22px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  color: #4A4A4A;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
}
body h1 {
  font-size: 65px;
  color: #BA3522;
}
@media screen and (max-width: 1199px) {
  body h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  body h1 {
    font-size: 32px;
  }
}
body h2 {
  color: #BA3522;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  body h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  body h2 {
    font-size: 22px;
  }
}
body ul {
  list-style-type: square;
}
body header {
  background-color: white;
  padding: 41px 0px;
}
@media screen and (max-width: 450px) {
  body header {
    padding: 30px 0px;
  }
}
body header #header-logo {
  width: 400px;
}
@media screen and (max-width: 1199px) {
  body header #header-logo {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  body header #header-logo {
    width: 220px;
  }
}
@media screen and (max-width: 450px) {
  body header #header-logo {
    width: 180px;
  }
}
body header #menu-wrapper {
  width: 38px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 450px) {
  body header #menu-wrapper {
    width: 33px;
    height: 25px;
  }
}
body header #menu-wrapper #menu-toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
body header #menu-wrapper #menu-toggle.active {
  background-image: url("../images/close.svg");
}
body header #menu-wrapper #menu {
  position: absolute;
  right: 0;
  bottom: -65px;
  transform: translateY(100%);
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.63);
  width: 341px;
  max-width: 82vw;
  display: none;
}
@media screen and (max-width: 767px) {
  body header #menu-wrapper #menu {
    width: 250px;
    bottom: -47px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media screen and (max-width: 450px) {
  body header #menu-wrapper #menu {
    bottom: -35px;
  }
}
body header #menu-wrapper #menu.active {
  display: block;
}
body header #menu-wrapper #menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body header #menu-wrapper #menu ul li {
  text-align: right;
}
body header #menu-wrapper #menu ul li a {
  color: #BA3522;
  font-size: 30px;
  font-weight: 600;
  text-align: right;
  padding: 12px 45px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  body header #menu-wrapper #menu ul li a {
    font-size: 22px;
    padding: 5px 20px;
  }
}
body header #menu-wrapper #menu ul li a:hover {
  color: #707070;
  text-decoration: none;
}
body header #menu-wrapper #menu ul li:first-child a {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  body header #menu-wrapper #menu ul li:first-child a {
    padding-top: 5px;
  }
}
body .ds-container {
  max-width: 1100px;
  width: 80%;
  margin: auto;
}
body #hero {
  height: 510px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body #hero {
    height: 430px;
  }
}
@media screen and (max-width: 575px) {
  body #hero {
    height: 330px;
  }
}
body #hero #hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.52);
}
body .breadcrumb-back {
  color: #BA3522;
  font-style: italic;
  display: flex;
  align-items: center;
  line-height: 18px;
  margin-bottom: 200px;
}
body .breadcrumb-back::before {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  background-image: url("../images/arrow_left_red.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7.5px;
  margin-bottom: 3px;
}
body footer {
  background-color: #EBEBEB;
  padding: 60px 0px;
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer #footer-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  body footer #footer-flex {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  body footer #footer-flex {
    display: flex;
  }
}
@media screen and (max-width: 350px) {
  body footer #footer-flex {
    display: block;
  }
}
body footer nav#footer-nav {
  transform: translateX(-15px);
}
body footer nav#footer-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 575px) {
  body footer nav#footer-nav ul {
    flex-direction: column;
  }
}
body footer nav#footer-nav ul a {
  color: #BA3522;
  font-weight: bold;
  padding: 15px;
}
@media screen and (max-width: 1400px) {
  body footer nav#footer-nav ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  body footer nav#footer-nav ul a {
    display: block;
    padding: 5px 15px;
  }
}
body footer #legal-links {
  transform: translateX(16px);
}
@media screen and (max-width: 1199px) {
  body footer #legal-links {
    transform: translateX(-16px);
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  body footer #legal-links {
    margin-top: 0px;
    transform: translateX(0px);
  }
}
@media screen and (max-width: 350px) {
  body footer #legal-links {
    transform: translateX(-16px);
  }
}
body footer #legal-links a {
  color: #707070;
  font-weight: bold;
  font-size: 14px;
  padding: 16px;
}
@media screen and (max-width: 575px) {
  body footer #legal-links a {
    display: block;
    text-align: right;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 350px) {
  body footer #legal-links a {
    text-align: left;
  }
}

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