@import url("../dist/output.css");
@import url("../css/slick-theme.css");
@import url("../css/slick.css");
h2, h3, h5 {
  color: #B1161F;
}

h4, h6 {
  color: #31586B;
}

p {
  color: #707070;
}

.bg-color-1 {
  background-color: none;
}

.bg-color-2 {
  background-color: #D5E3D7;
}
.bg-color-2 h2, .bg-color-2 h3, .bg-color-2 h5 {
  color: #fff;
  font-weight: 600;
}
.bg-color-2 h4, .bg-color-2 h6 {
  color: #31586B;
}
.bg-color-2 p {
  color: #707070;
}

.bg-color-3 {
  background-color: #31586B;
}
.bg-color-3 h2, .bg-color-3 h3, .bg-color-3 h5 {
  color: #D5E3D7;
  font-weight: 600;
}
.bg-color-3 h4, .bg-color-3 h6 {
  color: #fff;
}
.bg-color-3 p {
  color: #fff;
}

body {
  font-family: "Fira Sans", sans-serif;
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #31586B;
  margin: auto;
  padding: 30px 90px 30px calc((100vw - 1640px) / 2);
  text-transform: uppercase;
}
@media screen and (max-width: 1640px) {
  h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: 2px;
    padding: 30px 90px 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 200;
  letter-spacing: 3px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #B1161F;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #B1161F;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.5rem;
  padding: 0 0 10px;
  color: #31586B;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  h4 {
    padding: 30px 0px 30px;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    padding: 10px 0px 20px;
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
  letter-spacing: 3px;
  padding: 0 0 10px;
  text-transform: uppercase;
  color: #B1161F;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 0 0 10px;
  text-transform: uppercase;
  color: #31586B;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

p {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #707070;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
    line-height: 1.375;
  }
}

button {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: white;
  background-color: #31586B;
}
@media screen and (max-width: 768px) {
  button {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
button:hover {
  opacity: 0.8;
}

a {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
  max-width: fit-content;
  color: #31586B;
}
@media screen and (max-width: 768px) {
  a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

main {
  position: relative;
  top: 105px;
}
@media screen and (max-width: 768px) {
  main {
    top: 60px;
  }
}

.module {
  width: 100%;
  margin: 60px auto 0;
}

.footer {
  position: relative;
  top: 105px;
}
@media screen and (max-width: 768px) {
  .footer {
    top: 60px;
  }
}

.header {
  z-index: 11;
  position: fixed;
  height: 105px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -4rem 6rem 0 #31586B;
  min-width: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.header_nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .header_nav {
    height: 60px;
  }
}

.left-nav {
  display: flex;
  align-items: center;
}

.header_logo {
  width: 100%;
  height: auto;
  max-width: 150px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 70%;
  }
}

.burger-nav {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 0 0 0 20px;
  width: 40px;
  height: 30px;
}

.burger-nav span {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #D5E3D7;
}

.burger-nav span:last-of-type {
  margin-bottom: 0;
}

.main-nav {
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  padding: 60px;
  background-color: rgba(213, 227, 215, 0.9215686275);
  height: fit-content;
  position: fixed;
  top: -20px;
  z-index: 1;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: bottom 15px left 15px;
}

.main-nav.is-closed {
  right: -100%;
}

.main-nav.is-open {
  right: -15px;
  position: absolute;
}

.main-nav ul {
  list-style: none;
  padding: 0;
}

.main-nav ul li {
  margin-top: 3rem;
  text-align: left;
}

.main-nav ul li a:hover {
  color: #31586B;
}

.main-nav ul li a {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s linear;
  text-decoration: none;
}

.navigation-container {
  display: flex;
  justify-content: end;
}

.main-nav .navigation-container a {
  text-decoration: none;
  font-style: normal;
  margin: 0 10px;
  color: #31586B;
}

.main-nav .navigation-container a.close {
  color: #31586B;
  font-size: 55px;
}

@media screen and (max-width: 1024px) {
  .header .social-media-icons, .main-nav .social-media-icons {
    height: 25px;
  }
  .burger-nav {
    width: 33px;
    height: 25px;
  }
  .burger-nav span {
    height: 4px;
  }
  .logo-container img {
    max-width: 125px;
  }
  .main-nav.is-closed {
    right: -390px;
  }
  .main-nav ul li a {
    font-size: 1.5rem;
  }
  .main-nav ul li a:focus {
    color: #31586B;
  }
  .main-nav .navigation-container a.close {
    color: #31586B;
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .social-media-icons, .main-nav .social-media-icons {
    height: 20px;
  }
  .burger-nav {
    width: 26px;
    height: 20px;
  }
  .burger-nav span {
    height: 3px;
  }
  .navigation-container a {
    margin: 0 5px;
  }
  .logo-container img {
    max-width: 90px;
  }
  /*.header .social-media-icons {
      display: none;
  }*/
  .main-nav .social-media-icons {
    display: block;
  }
  .main-nav {
    height: calc(100vh + 20px);
  }
  .main-nav.is-open {
    max-width: 100%;
    right: 0;
  }
  .main-nav ul li a {
    font-size: 18px;
  }
  .main-nav ul li a:focus {
    color: #31586B;
  }
  .main-nav .navigation-container a.close {
    color: #fff;
    font-size: 35px;
  }
}
.footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #31586B;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 50px 0;
}
.footer .footer-sections,
.footer .copyright-section {
  width: 100%;
  max-width: 1600px;
}
.footer .footer-sections {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer-sections .footer-col {
  box-sizing: border-box;
  width: 100%;
  max-width: 25%;
  padding: 0 20px;
  margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .footer .footer-sections .footer-col {
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer-sections .footer-col {
    max-width: 100%;
  }
}
.footer .footer-sections .footer-col a {
  color: #fff;
}
.footer .footer-sections .footer-col.social {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .footer .footer-sections .footer-col.social {
    justify-content: flex-start;
  }
}
.footer .footer-sections .footer-col.social img.instagram, .footer .footer-sections .footer-col.social img.youtube {
  width: 50px;
  height: 50px;
}
.footer .footer-sections .footer-col.social a {
  display: inline-block;
  margin: 10px;
  color: #fff;
}
.footer .copyright-section {
  margin-top: 20px;
  text-align: right;
  padding: 0 20px;
}
.footer .copyright-section a {
  color: #fff;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}

.spenden-stoerer {
  position: fixed;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  z-index: 10;
}

.spenden-stoerer.is-closed {
  right: -300px;
}

.spenden-stoerer.is-open {
  right: 0;
}

.spenden-stoerer .stoerer-toggle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  cursor: pointer;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.spenden-stoerer .stoerer-image {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 11;
  margin-bottom: -27px;
}

.spenden-stoerer .stoerer-image img {
  width: 58%;
}

.spenden-stoerer .arrow-wrapper img {
  width: 65%;
}

.spenden-stoerer .stoerer-text {
  position: relative;
  text-align: center;
  background-color: #D5E3D7;
  opacity: 0.9;
}

.spenden-stoerer .stoerer-text h3 {
  font-size: 2.5rem;
  margin: 15px 0;
}

.spenden-stoerer .stoerer-text p {
  color: #31586B;
}

.spenden-stoerer .stoerer-text a {
  color: #fff;
}

.spenden-stoerer .stoerer-text p {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: bold;
}

.spenden-stoerer .stoerer-text a {
  font-family: "Fira Sans Condensed";
  font-size: 18px;
  display: inline-block;
  background-color: #B1161F;
  transition: all 0.3s ease-out;
  padding: 10px 35px;
  text-decoration: none;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.spenden-stoerer .stoerer-text a:hover {
  background-color: #941018;
}

.spenden-stoerer .arrow-wrapper {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.spenden-stoerer .text-link-wrapper {
  margin-right: 20px;
}

.spenden-stoerer .stoerer-text {
  display: flex;
  width: 21.5rem;
  justify-content: space-between;
}

/* Desktop */
.headerslider {
  position: relative;
  width: 100%;
  height: fit-content;
}

.page-headline {
  position: absolute;
  left: 0;
  bottom: 90px;
  background: rgba(213, 227, 215, 0.9);
  z-index: 10;
  margin: auto;
}

.main-slider {
  height: 80vh;
}

.hs-img-content {
  width: 100%;
  height: 80vh;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.slick-prev.slick-arrow {
  font-size: 0px;
  z-index: 10;
  height: 45px;
  width: 20px;
  border: 0px;
  position: absolute;
  left: 1%;
  bottom: 50%;
  background: url(../images/Slider_Arrow-Previous.png) 0 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.slick-next.slick-arrow {
  font-size: 0px;
  z-index: 10;
  height: 45px;
  width: 20px;
  border: 0px;
  position: absolute;
  right: 1%;
  bottom: 50%;
  background: url(../images/Slider_Arrow-Next.png) 0 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.hs-headline-content {
  width: 1024px;
  margin: auto;
}

.hs-headline-content h1 {
  position: absolute;
  bottom: 60px;
  margin: 0px;
}

/* Tablet */
@media only screen and (max-width: 1024px) {
  .main-slider {
    height: 50vh;
  }
  .hs-img-content {
    width: 100%;
    height: 50vh;
  }
  .slick-prev.slick-arrow {
    height: 25px;
    width: 15px;
    left: 25px;
  }
  .slick-next.slick-arrow {
    height: 25px;
    width: 15px;
    right: 25px;
  }
  .hs-headline-content {
    width: 100%;
    margin: auto;
  }
  .hs-headline-content h1 {
    bottom: 60px;
    left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .hs-headline-content h1 {
    bottom: 90px;
    left: 60px;
  }
}
/* Mobile */
@media only screen and (max-width: 600px) {
  .main-slider {
    height: 35vh;
  }
  .hs-img-content {
    width: 100%;
    height: 35vh;
  }
  .slick-prev.slick-arrow {
    height: 25px;
    width: 15px;
    left: 15px;
  }
  .slick-next.slick-arrow {
    height: 25px;
    width: 15px;
    right: 15px;
  }
  .hs-headline-content {
    width: 100%;
    margin: auto;
  }
  .hs-headline-content h1 {
    width: 100%;
    bottom: 90px;
    left: 30px;
    right: 30px;
    margin: 0px;
  }
}
/*# sourceMappingURL=headerslider.css.map */
.text-image-module .readmore-link {
  color: #31586B;
  font-family: "Playfair Display";
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
}

.text-image .readmore-link {
  color: #31586B;
  font-family: "Playfair Display";
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
}
.text-image .readmore-link a {
  padding-bottom: 1rem;
}
.text-image .readmore-link a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.text-image .wrapper {
  width: 100%;
  max-width: 1640px;
}
.text-image .wrapper .image-wrapper {
  width: 50%;
}
.text-image .wrapper .image-wrapper .ti-image {
  background-size: cover;
  width: 100% !important;
}
.text-image .wrapper .text-wrapper {
  width: 50%;
  padding-top: 10rem;
  justify-content: flex-start;
}

.pr {
  padding-right: 4rem;
}

@media screen and (max-width: 992px) {
  .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wrapper .text-wrapper {
    width: 100% !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem;
  }
  .wrapper .pr {
    padding-right: 0rem;
  }
  .text-image-module {
    flex-wrap: wrap !important;
  }
  .image-wrapper {
    width: 100% !important;
  }
  .text-left, .text-right {
    padding: 2.5rem 0 0;
  }
}
.text-image-module .readmore-link {
  color: #31586B;
  font-family: "Playfair Display";
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
}
.text-image-module .readmore-link a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.text {
  width: 50%;
  padding: 5rem 2rem;
}

.bg-green {
  background-color: #D5E3D7;
}

.image-wrapper {
  width: 50%;
  height: auto;
}
.image-wrapper .image {
  background-size: cover;
  width: 90%;
}

@media screen and (max-width: 992px) {
  .container {
    flex-wrap: wrap;
  }
  .vw {
    max-width: none;
  }
  .image-wrapper {
    height: 350px;
    width: 100%;
  }
  .image-wrapper .image {
    width: 100%;
  }
  .text {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .text {
    padding: 2.5rem 2rem;
  }
  .readmore-link a {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .text {
    padding: 2.5rem 2rem;
  }
  .readmore-link a {
    justify-content: flex-start;
  }
}
.map-module {
  width: 100%;
  max-width: 1640px;
}

h1 {
  line-height: 40px;
}

.headline {
  position: relative;
  margin-right: auto;
}

.map-wrapper {
  min-height: 350px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .map-module {
    justify-content: center;
    width: fit-content;
  }
  .content-wrapper {
    width: fit-content;
    flex-direction: column;
  }
  .headline {
    padding-bottom: 0;
  }
  .map-text {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Allgemeine Formularelemente */
form {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 3rem 0;
}

textarea {
  height: 20rem;
}

label {
  display: none;
}

.buttons {
  display: flex;
  justify-content: space-between;
}

.buttons button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 45%;
  max-width: 20rem;
  color: white;
  background-color: #31586B;
}

#btn_presse {
  background-color: #B1161F;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

/* Fehlermeldungen */
.error {
  color: #ff0000;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* Erfolgsmeldung */
.success {
  color: #4caf50;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .buttons button {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .form-wrapper {
    width: 100%;
  }
}

.image-slider-module {
  align-items: center;
  width: 100%;
  max-width: 1640px;
}

.swiper-container {
  position: relative;
  width: 100%;
  max-width: 1640px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide {
  transition: all 0.5s ease !important;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  color: white !important;
}

.content {
  max-width: 1640px;
  margin: auto;
}
.content .headline {
  max-width: 80%;
  margin: auto;
}
.content .column {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.content .column .item {
  width: 100%;
  margin: auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.content .column .item .img-small {
  width: 60% !important;
}
.content .column .item .img-medium {
  width: 70% !important;
}
.content .column .item .img-big {
  width: 100% !important;
}
.content .column .item .image-wrapper {
  margin: 0;
  box-sizing: border-box;
}
.content .column .item .image-wrapper .image {
  height: 100%;
  float: right;
  object-fit: cover;
}
.content .column .item .textarea {
  width: 50%;
  margin: 0;
  padding: 60px;
  display: flex;
  flex-direction: column;
}
.content .column .item .textarea .text {
  padding: 0;
}
.content .column .item .textarea .link {
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  .content .column .item .img-small, .content .column .item .img-medium {
    width: 100% !important;
  }
  .content .column .item .image-wrapper .image {
    height: 300px;
    width: 100%;
    max-width: 36rem;
    float: left;
  }
  .content .column .item .textarea {
    width: 100%;
    max-width: 36rem;
    padding: 20px 10px;
  }
}
.content {
  max-width: 1640px;
  margin: auto;
}
.content .center {
  width: 100%;
  margin: auto;
  text-align: center;
}
.content .center .bg-img {
  width: 100%;
  height: 600px;
  padding: 30px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.content .center .headline, .content .center .text {
  padding: 0 0 4rem;
  max-width: 812px;
}
.content .center .link a {
  padding: 1rem 4rem;
  max-width: fit-content;
  color: white;
  background-color: #31586B;
}

.teaser-module {
  width: 100%;
  max-width: 50%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.teaser-module .teaser {
  width: min(100%, 812px);
  padding: 80px 60px;
}
.teaser-module .teaser .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  margin: auto;
  border-right-color: 1px solid #707070;
}
.teaser-module .teaser .headline {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.teaser-module .teaser .headline h2 {
  color: #31586B;
}
.teaser-module .teaser .text {
  padding: 0 !important;
}
.teaser-module .teaser .btn button {
  padding: 1rem 4rem;
  margin-top: 4rem;
  max-width: fit-content;
}
.teaser-module .vl-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  width: fit-content;
}
.teaser-module .vl {
  position: absolute;
  width: 3px;
  height: 80%;
  background-color: #31586B;
  opacity: 0.5;
}
.teaser-module hr {
  display: none;
  width: 90%;
  max-width: 840px;
  height: 3px;
  background-color: #31586B;
  opacity: 0.5;
}

@media screen and (max-width: 1600px) {
  .teaser-module {
    flex-direction: column;
    align-items: center;
  }
  .teaser-module .vl {
    display: none;
  }
  .teaser-module hr {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .teaser-module .teaser {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .teaser-module .teaser {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 512px) {
  .teaser-module .teaser {
    padding: 40px 30px;
  }
}
.module {
  position: relative;
}
.module .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 60px;
  background-color: #D5E3D7;
  z-index: -10;
}
.module .content {
  max-width: 1640px;
  margin: auto;
}
.module .content .headline {
  width: 100%;
  margin: auto;
  padding: 30px 15px 0;
}
.module .content .headline h2 {
  color: #31586B;
}
.module .content .paragraph {
  width: 100%;
  margin: auto;
  padding: 30px 15px 0;
  column-count: 2;
  column-gap: 60px;
}

.content {
  max-width: 1640px;
  margin: auto;
}
.content .video {
  width: 100%;
}
.content .video video {
  width: 100%;
}
.content .headline {
  width: 100%;
  margin: auto;
}
.content .text {
  width: 100%;
  margin: auto;
}

.image-slider-module {
  align-items: center;
  width: 100%;
  max-width: 1640px;
}

.swiper-container {
  position: relative;
  width: 100%;
  max-width: 1640px;
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}

.swiper-wrapper {
  position: absolute;
  left: 0 !important;
  align-items: flex-start;
}

.swiper-slide .img-wrapper {
  height: 400px;
  background-position: center;
  background-size: cover;
}
.swiper-slide .text-wrapper {
  padding-top: 2rem;
  padding-right: 2rem;
}
.swiper-slide .readmore-link a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.swiper-slide {
  transition: all 0.5s ease !important;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  color: #B1161F !important;
  top: 35% !important;
}

.gallery-module {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.gallery-module .gallery-headline-section {
  min-height: 30px;
}
.gallery-module .gallery-subline-section {
  min-height: 30px;
}
.gallery-module .gallery-items {
  padding-top: 20px;
}
.gallery-module .gallery-items.logo-style .gallery-item-row:nth-child(odd) {
  justify-content: center;
}
.gallery-module .gallery-items.logo-style .gallery-item-row:nth-child(odd).desktop {
  justify-content: flex-start;
}
.gallery-module .gallery-items.logo-style .gallery-item-row:nth-child(even) {
  justify-content: center;
}
.gallery-module .gallery-items.logo-style .gallery-item-row:nth-child(even).desktop {
  justify-content: flex-end;
}
.gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-image img {
  width: 100%;
  height: auto;
}
.gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-title {
  display: none;
}
.gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-headline h5, .gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-title h5 {
  color: #707070;
  font-weight: 400;
  text-align: center;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-subline p {
  font-size: 1rem;
  padding: 5px 0 0;
}
.gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-title, .gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-headline {
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-title, .gallery-module .gallery-items.logo-style .gallery-item-row .gallery-item-headline {
    min-height: unset;
  }
}
.gallery-module .gallery-items.portrait-style .gallery-item-row:nth-child(odd) {
  justify-content: center;
}
.gallery-module .gallery-items.portrait-style .gallery-item-row:nth-child(odd).desktop {
  justify-content: flex-end;
}
.gallery-module .gallery-items.portrait-style .gallery-item-row:nth-child(even) {
  justify-content: center;
}
.gallery-module .gallery-items.portrait-style .gallery-item-row:nth-child(even).desktop {
  justify-content: flex-start;
}
.gallery-module .gallery-items.portrait-style .gallery-item-row .gallery-item .gallery-item-image {
  display: flex;
  justify-content: center;
  max-width: 220px;
}
.gallery-module .gallery-items.portrait-style .gallery-item-row .gallery-item .gallery-item-image img {
  width: 100%;
  height: auto;
}
.gallery-module .gallery-items.portrait-style .gallery-item-row .gallery-item .gallery-item-title h5, .gallery-module .gallery-items.portrait-style .gallery-item-row .gallery-item .gallery-item-headline h5 {
  font-family: "Fira Sans", sans-serif;
  color: #707070;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.gallery-module .gallery-items.portrait-style .gallery-item-row .gallery-item .gallery-item-subline p {
  font-size: 1rem;
  padding: 5px 0 0;
}
.gallery-module .gallery-items .gallery-item-row {
  display: flex;
  flex-wrap: wrap;
}
.gallery-module .gallery-items .gallery-item-row .gallery-item {
  width: 100%;
  max-width: 260px;
  margin: 0 20px 40px;
}
.gallery-module .gallery-items .gallery-item-row .gallery-item .gallery-item-image {
  margin-bottom: 20px;
}
.gallery-module .gallery-items .gallery-item-row .gallery-item .gallery-item-image img {
  width: 100%;
  height: auto;
}
.gallery-module .gallery-items .gallery-item-row .gallery-item .gallery-item-title h5, .gallery-module .gallery-items .gallery-item-row .gallery-item .gallery-item-headline h5 {
  font-family: "Fira Sans", sans-serif;
  color: #707070;
  font-weight: 400;
  font-style: normal;
}

.timeline-swiper-module {
  position: relative;
  padding: 1rem 2rem;
}

.swiper-button-prev {
  left: 2rem !important;
}

.swiper-button-next {
  right: 2rem !important;
}

.timeline-swiper {
  position: relative;
  width: 100%;
  max-width: 1640px;
  overflow: hidden;
  margin-inline: 2rem;
}
.timeline-swiper .swiper-wrapper {
  padding: 1rem 0;
}
.timeline-swiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px !important;
}
.timeline-swiper .swiper-slide span, .timeline-swiper .swiper-slide hr, .timeline-swiper .swiper-slide button {
  position: absolute;
}
.timeline-swiper .swiper-slide button {
  z-index: 100;
  background-color: #31586B;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.timeline-swiper .swiper-slide .h-line {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 5px solid #31586B;
  padding: 0;
}
.timeline-swiper .swiper-slide .v-line {
  position: absolute;
  display: none;
  width: 3px;
  height: 100%;
  background-color: #31586B;
  margin: 0 1em;
}
.timeline-swiper .swiper-slide .last {
  width: 50%;
  left: 0;
}
.timeline-swiper .swiper-slide .first {
  width: 50%;
  right: 0;
}
.timeline-swiper .swiper-slide .top {
  height: 50%;
  bottom: 0;
}
.timeline-swiper .swiper-slide .bottom {
  height: 50%;
  top: 0;
}
.timeline-swiper .swiper-slide .swiper-scrollbar {
  height: 5px;
  max-width: 1640px;
  margin-inline: auto !important;
}
.timeline-swiper .swiper-slide .label-bottom {
  bottom: 0;
}
.timeline-swiper .swiper-slide .label-top {
  top: 0;
}
.timeline-swiper .swiper-slide .btn.selected {
  background-color: #B1161F;
}
.timeline-swiper .swiper-slide .btn {
  position: relative;
}

.label-bottom, .label-top {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  src: url(../fonts/PlayfairDisplay-Italic.ttf) format("truetype");
  color: #B1161F;
}

.event-wrapper {
  width: 100%;
}

.event {
  max-width: 25rem;
}

.events {
  width: 100%;
  padding-top: 2.5rem;
}

.event-text-left {
  margin-right: 4rem;
  padding-left: 0;
}

.event-text-right {
  margin-left: 4rem;
  padding-right: 0;
}

@media screen and (max-width: 992px) {
  .events {
    flex-direction: column;
    justify-content: center;
  }
  .event {
    max-width: none;
  }
  .event-text-left, .event-text-right {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .timeline-swiper {
    padding: 0;
    margin: 2.5rem 0;
    height: 500px;
  }
  .timeline-swiper .swiper-slide {
    height: 100px !important;
    width: 200px !important;
    margin-inline: auto;
  }
  .timeline-swiper .timeline button {
    background-color: #31586B;
    height: 20px;
    width: 20px;
    border-radius: 50%;
  }
  .timeline-swiper .h-line {
    display: none !important;
  }
  .timeline-swiper .v-line {
    display: block !important;
  }
  .timeline-swiper .label-top {
    inset: unset;
    left: 0;
    bottom: 35px !important;
  }
  .timeline-swiper .label-bottom {
    inset: unset;
    right: 0;
    bottom: 35px !important;
  }
}
.section-modular-text .container-m {
  max-width: 1700px;
  margin: 0 auto;
}
.section-modular-text .container-m .sw_text {
  padding: 5rem;
  max-width: 65%;
}
@media screen and (max-width: 1200px) {
  .section-modular-text .container-m .sw_text {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section-modular-text .container-m .sw_text {
    padding: 2rem;
  }
}
.section-modular-text .container-m .sw_text li a {
  padding-left: unset;
}
.section-modular-text .container-m .sw_text a {
  font-family: exo-2-variable, sans-serif;
  font-weight: 600;
  color: #31586B;
  text-decoration: unset;
  font-size: 16px;
  line-height: 16px;
}
.section-modular-text .container-m .sw_text a:hover {
  text-decoration: underline;
  opacity: 0.9;
}

h2, h3, h5 {
  color: #B1161F;
}

h4, h6 {
  color: #31586B;
}

p {
  color: #707070;
}

.bg-color-1 {
  background-color: none;
}

.bg-color-2 {
  background-color: #D5E3D7;
}
.bg-color-2 h2, .bg-color-2 h3, .bg-color-2 h5 {
  color: #fff;
  font-weight: 600;
}
.bg-color-2 h4, .bg-color-2 h6 {
  color: #31586B;
}
.bg-color-2 p {
  color: #707070;
}

.bg-color-3 {
  background-color: #31586B;
}
.bg-color-3 h2, .bg-color-3 h3, .bg-color-3 h5 {
  color: #D5E3D7;
  font-weight: 600;
}
.bg-color-3 h4, .bg-color-3 h6 {
  color: #fff;
}
.bg-color-3 p {
  color: #fff;
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/FiraSans-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 200;
  src: url(../fonts/FiraSans-ExtraLightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/FiraSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/FiraSans-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FiraSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/FiraSans-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/FiraSansCondensed-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/PlayfairDisplay-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/PlayfairDisplay-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/PlayfairDisplay-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/PlayfairDisplay-SemiBoldItalic.ttf) format("truetype");
}
body {
  min-width: 375px;
}

@media screen and (max-width: 1500px) {
  .px-sec, .px-t {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  .px-sec, .px-t {
    padding: 0 35px;
  }
}

@media screen and (max-width: 992px) {
  .py-10 {
    padding-top: unset;
    padding-bottom: unset;
  }
}

@media screen and (max-width: 768px) {
  .p-8 {
    padding: unset;
  }
}

@media screen and (max-width: 768px) {
  .vw-100 {
    width: unset;
  }
}

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