@charset "UTF-8";
/* 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: "FiraRegular";
  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: "FiraMedium";
  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-regular {
  font-family: "FiraRegular", sans-serif !important;
}

.fira-medium {
  font-family: "FiraMedium", sans-serif !important;
}

.fs-28, .fs28 {
  font-size: 28px;
}
@media (max-width: 992px) {
  .fs-28, .fs28 {
    font-size: 24px;
  }
}

.fs26, .fs-26 {
  font-size: 26px !important;
}
@media (max-width: 992px) {
  .fs26, .fs-26 {
    font-size: 22px;
  }
}

.fs46, .fs-46 {
  font-size: 46px !important;
}
@media (max-width: 992px) {
  .fs46, .fs-46 {
    font-size: 36px;
  }
}

.fs36, .fs-36 {
  font-size: 36px;
}
@media (max-width: 992px) {
  .fs36, .fs-36 {
    font-size: 28px;
  }
}

.fs15, .fs-15 {
  font-size: 15px !important;
}
@media (max-width: 992px) {
  .fs15, .fs-15 {
    font-size: 14px;
  }
}

.lh28 {
  line-height: 28px;
}
@media (max-width: 992px) {
  .lh28 {
    line-height: 24px;
  }
}

h1 {
  font-size: 46px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  padding: 30px 0;
  padding-bottom: 40px;
  font-size: 28px;
}

html {
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 250);
  font-family: "FiraRegular";
  font-size: 16px;
}

body {
  padding-top: 110px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background-color: rgb(250, 250, 250);
  font-family: "FiraRegular";
  font-size: 16px;
  color: #062b4d;
}

h1, h2, h3, h4, p, div {
  color: rgb(34, 34, 34);
}

.w1350, .wp-block-group h2, #sb_instagram {
  max-width: 1350px;
  margin: 0 auto;
}

.wp-block-heading {
  opacity: 0 !important;
}
.wp-block-heading.visible {
  opacity: 1 !important;
  transition: opacity 0.6s ease-out;
}

@media (max-width: 992px) {
  .w1350 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .w1350.videocontainer {
    padding-left: 0;
    padding-right: 0;
  }
  .w1350.videocontainer * {
    border-radius: unset !important;
  }
}

.h110 {
  height: 110px;
}

footer .h110 {
  height: 110px;
}
@media (max-width: 992px) {
  footer .h110 {
    height: auto;
  }
}

.br-10, .br10 {
  border-radius: 10px !important;
}

.mousecursor {
  cursor: pointer;
}

/* Headings */
h2 {
  max-width: 1350px;
  margin: 0 auto;
}
h2.icon-map {
  position: relative;
  padding-left: 120px;
}
h2.icon-map:before {
  content: "";
  background-image: url("../images/map.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 103px;
  width: 94px;
  height: 103px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 992px) {
  h2.icon-map:before {
    left: 1rem;
  }
}
h2.icon-lageplan {
  position: relative;
  padding-left: 100px;
}
h2.icon-lageplan:before {
  content: "";
  background-image: url("../images/lageplan.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 68px;
  width: 68px;
  height: 68px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 992px) {
  h2.icon-lageplan:before {
    left: 1rem;
  }
}
h2.icon-programmplan {
  position: relative;
  padding-left: 100px;
}
h2.icon-programmplan:before {
  content: "";
  background-image: url("../images/programmplan.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 66px;
  width: 66px;
  height: 63px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
}
h2.icon-attraktionen {
  position: relative;
  padding-left: 100px;
}
h2.icon-attraktionen:before {
  content: "";
  background-image: url("../images/attraktionen.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 65px;
  width: 63px;
  height: 65px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 992px) {
  h2.icon-attraktionen:before {
    left: 1rem;
  }
}
h2.icon-sponsoren {
  position: relative;
  padding-left: 100px;
}
h2.icon-sponsoren:before {
  content: "";
  background-image: url("../images/sponsoren.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 62 px;
  width: 60px;
  height: 62px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 992px) {
  h2.icon-sponsoren:before {
    left: 1rem;
  }
}

h2[class*=icon] {
  padding-bottom: 90px !important;
}
@media (max-width: 992px) {
  h2[class*=icon] {
    padding-bottom: 40px !important;
  }
}
h2[class*=icon]:before {
  transform: scale(0.9);
  left: 12px;
}

/*
fading rows
*/
.container.w1350 {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
}

.container.w1350.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
}

header {
  top: 0;
  z-index: 999999999;
  background-color: #fff;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
}
header .logo-title {
  font-size: 24px;
  margin-left: 15px;
}
header .logo-image {
  max-height: 36px;
}
header .logo-image-footer {
  max-height: 36px;
}
header nav {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header nav #menu-mainmenu {
  padding-top: 20px;
}
header nav #menu-mainmenu li {
  list-style: none;
}
header nav #menu-mainmenu li a {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-family: "FiraRegular";
  padding: 0 10px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
header nav #menu-mainmenu li.active a, header nav #menu-mainmenu li.current-menu-item a {
  font-family: "FiraMedium";
}

.lottie-container {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 5%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .lottie-container {
    top: 10%;
  }
}

.lottie-konfetti {
  width: 100%;
  max-width: 500px;
  text-align: center;
  top: 0;
}
@media (max-width: 992px) {
  .lottie-konfetti {
    max-width: 300px;
  }
}

.breadcrumbs-wrapper {
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
}

ul.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
ul.breadcrumbs li {
  margin: 0 5px;
}
ul.breadcrumbs li a {
  color: rgba(34, 34, 34, 0.6);
  font-size: 15px;
  text-decoration: none;
}
ul.breadcrumbs li:not(:last-child)::after {
  content: "";
  background-image: url("../images/chevron-right-black.svg");
  margin-left: 15px;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  position: relative;
}

ul.breadcrumbs {
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  scrollbar-width: none; /* Für Firefox */
  -ms-overflow-style: none;
}
@media (max-width: 768px) {
  ul.breadcrumbs {
    padding-left: 10px;
  }
}
ul.breadcrumbs::-webkit-scrollbar {
  display: none; /* Für Chrome, Safari und Opera */
}

footer {
  background-color: #fff;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
  min-height: 90px;
  height: auto;
}
footer .redline {
  width: 100%;
  min-height: 90px;
  height: auto;
  background-color: rgb(200, 20, 21);
  overflow: hidden;
}
footer .redline ul {
  list-style: none;
}
footer .redline ul li a {
  color: #fff;
  font-size: 16px;
  font-family: "FiraRegular";
  padding: 0 10px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  margin-right: 40px;
}
footer .logo-title {
  font-size: 24px;
  margin-left: 15px;
}
footer .logo-image {
  max-height: 36px;
}
footer .logo-image-footer {
  max-height: 36px;
}
footer span.phone:before {
  content: "";
  background-image: url("../images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
  left: 0px;
  margin-right: 10px;
}
footer span.mail:before {
  content: "";
  background-image: url("../images/icons/mail.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 19px;
  width: 20px;
  height: 14px;
  display: inline-block;
  left: 0px;
  margin-right: 10px;
}
footer nav {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer nav #menu-mainmenu {
  padding-top: 20px;
}
footer nav #menu-mainmenu li {
  list-style: none;
}
footer nav #menu-mainmenu li a {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-family: "FiraRegular";
  padding: 0 10px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
footer nav #menu-mainmenu li:first-child a {
  font-family: "FiraMedium";
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
  background-color: rgb(200, 20, 21);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
}
.back-to-top img {
  width: 20px;
  height: 20px;
}

main {
  min-height: 80vh;
}
main .mapheadlinebox .map-image {
  max-width: 130px;
  height: auto;
}
main .mapheadlinebox .map-subline {
  font-size: 16px;
  opacity: 0.7;
}
main .uebersicht-item {
  transition: all 0.3s;
  width: 19.2%;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  background-color: rgb(255, 255, 255);
  height: 250px;
}
main .uebersicht-item.inactive {
  opacity: 0.5;
}
main .uebersicht-item a {
  text-decoration: none;
  color: rgb(34, 34, 34);
}
@media (max-width: 992px) {
  main .uebersicht-item {
    width: 100%;
  }
}
@media (max-width: 992px) {
  main .uebersicht-item {
    height: 200px;
  }
}
main .uebersicht-item img {
  max-width: 50px;
  height: auto;
  margin: auto;
  transition: all 0.3s;
}
main .uebersicht-item .uebersicht-item-title {
  font-size: 15px;
  color: rgb(34, 34, 34);
}
main .uebersicht-item:hover img {
  scale: 1.1;
  transition: all 0.3s;
}
main .uebersicht-item:hover a {
  font-family: "FiraMedium", sans-serif !important;
}
main .blog-item {
  width: 30%;
}
@media (max-width: 768px) {
  main .blog-item {
    width: 100%;
  }
}
main .blog-item .uebersicht-item-thumbnail img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
main .blog-item .blog-item-title h2 {
  font-size: 22px;
}
main .wp-block-group.bg-white, main .wp-block-group {
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
}
main .overlay {
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  position: absolute;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
main .text-overlay {
  position: absolute;
  bottom: 0;
  z-index: 1002;
  width: 100%;
  padding: 20px;
  color: white;
  text-align: center;
}
main .video-thumbnail {
  cursor: pointer;
}
main .playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1003;
  cursor: pointer;
  color: white;
}
main .video {
  position: absolute;
  bottom: 0;
  z-index: 1003;
  width: 100%;
  padding: 20px;
  color: white;
  text-align: center;
}
main .programmplan-container .programmplan-content .programmplan-date-section h3 {
  font-size: 28px;
  padding-bottom: 30px;
  font-family: "FiraRegular", sans-serif;
}
main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item {
  border-radius: 10px;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  background-size: 275px;
  background-position: left;
  background-position-x: 0px;
  background-repeat: no-repeat;
  min-height: 200px;
  height: auto;
  position: relative;
  padding-left: 330px !important;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item {
    background-size: 375px;
    background-position: left;
    background-position-x: -100px;
  }
}
main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item .programm-image {
  display: none;
}
@media (max-width: 1100px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item {
    padding-left: 340px !important;
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item {
    background-image: none !important;
    padding-left: 0 !important;
    padding-right: 0;
    padding-top: 0;
    height: auto;
  }
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item .programm-image {
    display: block;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item div {
  height: 10px;
  font-size: 15px;
  color: rgb(34, 34, 34);
}
@media (max-width: 992px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item div {
    display: block;
    height: auto;
  }
}
main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item div strong {
  font-family: "FiraMedium", sans-serif;
  color: rgb(34, 34, 34);
}
main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item h4 {
  font-size: 28px;
}
@media (max-width: 1100px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item h4 {
    font-size: 22px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item h4 {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item .wp-block-columns {
    display: block;
  }
}
@media (max-width: 768px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item .wp-block-columns {
    padding-left: 20px;
  }
}
main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item .wp-block-column:last-child p {
  font-size: 22px;
  margin-top: -20px;
  color: rgb(34, 34, 34);
  padding-left: 100px;
}
@media (max-width: 992px) {
  main .programmplan-container .programmplan-content .programmplan-posts .programmplan-item .wp-block-column:last-child p {
    padding-left: 0 !important;
    padding-top: 20px;
    font-size: 20px;
  }
}

.badge {
  display: inline-block;
  background-color: #f3f3f3;
  color: #333;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  border-radius: 100px;
  margin-bottom: 0.75rem;
}

.description {
  color: #666;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.logogrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.logo-grid-image {
  max-width: 100%;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* Responsive grid adjustments */
@media (max-width: 768px) {
  .logogrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .mobile-as-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 3rem;
}
.blog-grid .blog-item {
  width: 100% !important;
}
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 680px) {
  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.sbi_photo_wrap {
  border-radius: 12px !important;
}

.timeliner {
  height: auto;
}
.timeliner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.timeliner .title {
  font-size: 46px;
  color: #fff;
  font-weight: 800;
}
.timeliner .container-timeline {
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.timeliner .container-timeline .swiper-container {
  height: 800px;
  width: 100%;
  position: relative;
}
.timeliner .container-timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeliner .container-timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeliner .container-timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.timeliner .container-timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  right: 50%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .timeliner .container-timeline .swiper-slide-content {
    top: 16%;
  }
}
.timeliner .container-timeline .swiper-slide .timeline-year {
  display: block;
  font-style: normal;
  font-size: 36px !important;
  font-family: FiraMedium;
  margin-bottom: 50px;
  transform: translate3d(20px, 0, 0);
  color: rgb(200, 20, 21);
  font-weight: 500 !important;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeliner .container-timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.timeliner .container-timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.timeliner .container-timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.timeliner .container-timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.timeliner .container-timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
  line-height: 1.87;
}
.timeliner .container-timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeliner .container-timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeliner .container-timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #fff;
  margin: 15px 0 !important;
  position: relative;
}
.timeliner .container-timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -36px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: white;
  transform: scale(0);
  transition: 0.2s;
}
.timeliner .container-timeline .swiper-pagination-bullet-active {
  color: rgb(200, 20, 21);
}
.timeliner .container-timeline .swiper-pagination-bullet-active::before {
  transform: scale(1);
  background-color: rgb(200, 20, 21);
}
.timeliner .container-timeline .swiper-button-next,
.timeliner .container-timeline .swiper-button-prev {
  top: 15%;
  background: none !important;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.timeliner .container-timeline .swiper-button-next img,
.timeliner .container-timeline .swiper-button-prev img {
  width: 23px;
  height: auto;
}
.timeliner .container-timeline .swiper-button-prev img {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .timeliner .container-timeline .swiper-button-prev {
    transform: rotate(180deg);
    margin-bottom: unset;
    margin-left: 15%;
  }
}
.timeliner .container-timeline .swiper-button-next {
  transform: rotate(180deg);
}
.timeliner .container-timeline .swiper-button-next img {
  margin-bottom: -50px;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .timeliner .container-timeline .swiper-button-next {
    transform: unset;
    margin-bottom: unset;
    margin-right: 15%;
  }
}
@media screen and (min-width: 768px) {
  .timeliner .container-timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeliner .container-timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeliner .container-timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeliner .container-timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeliner .container-timeline .swiper-pagination {
    display: flex;
  }
  .timeliner .container-timeline .swiper-button-prev {
    top: 5%;
    left: auto;
    right: 15.4%;
    transform: rotate(-90deg) translate(0, 10px);
    opacity: 0.9;
  }
  .timeliner .container-timeline .swiper-button-prev img {
    position: absolute;
    left: -10px;
  }
  .timeliner .container-timeline .swiper-button-prev:hover {
    opacity: 1;
    transition: all 0.3s;
  }
  .timeliner .container-timeline .swiper-button-next {
    top: auto;
    bottom: 1%;
    right: 14.9%;
    transform: rotate(90deg);
    opacity: 0.9;
  }
  .timeliner .container-timeline .swiper-button-next:hover {
    opacity: 1;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .timeliner .container-timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .timeliner .container-timeline .swiper-slide-content {
    right: 25%;
  }
}

#map {
  height: 800px;
  width: 100%;
}

.leaflet-pane {
  z-index: 655;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  width: 500px;
  font-family: FiraMedium;
  border-radius: 12px !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 0px !important;
  z-index: 660;
}
.leaflet-popup-content-wrapper h3, .leaflet-popup-tip h3 {
  font-size: 22px;
  text-align: left;
}
.leaflet-popup-content-wrapper .leaflet-popup-content, .leaflet-popup-tip .leaflet-popup-content {
  margin: 0px;
  width: auto !important;
  max-width: 600px;
}
@media (max-width: 992px) {
  .leaflet-popup-content-wrapper, .leaflet-popup-tip {
    width: 200px;
    min-height: 300px;
    height: auto;
    padding-bottom: 20px;
    text-align: left !important;
  }
  .leaflet-popup-content-wrapper .leaflet-popup-content h3, .leaflet-popup-tip .leaflet-popup-content h3 {
    font-size: 18px;
  }
  .leaflet-popup-content-wrapper .leaflet-popup-content h3, .leaflet-popup-content-wrapper .popup-text, .leaflet-popup-tip .leaflet-popup-content h3, .leaflet-popup-tip .popup-text {
    width: 100% !important;
    padding: 10px;
    margin: 0;
  }
}

.custom-popup {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  padding: 10px;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  background-size: 150px 150px;
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .custom-popup {
    text-align: left;
  }
}

.custom-popup img {
  width: auto;
  height: 100%;
  max-height: 200px;
  border-radius: 10px;
  max-width: 200px;
}
@media (max-width: 992px) {
  .custom-popup img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

.custom-popup a {
  display: block;
  margin-top: 5px;
  color: #007bff;
  text-decoration: none;
}

.custom-popup a:hover {
  text-decoration: underline;
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 34px;
  height: 34px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
  font-size: 36px !important;
  right: 5px !important;
  top: 5px !important;
}
@media (max-width: 992px) {
  .leaflet-container a.leaflet-popup-close-button {
    color: #fff !important;
    font-size: 36px !important;
    right: 5px !important;
    top: 5px !important;
  }
}

.popup-bg-image {
  width: 200px;
  height: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-right: 20px;
}

#menuopener {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 9999;
}
#menuopener #nav-icon {
  width: 40px;
  height: 30px;
  margin-top: 0px;
  cursor: pointer;
}
#menuopener #nav-icon span {
  position: absolute;
  text-align: end;
  background-color: rgb(200, 20, 21);
  width: 40px;
  height: 3px;
  margin-bottom: 8px;
  display: block;
  transition: all 0.3s ease-in-out;
}
#menuopener #nav-icon span:nth-child(1) {
  margin-top: 0;
}
#menuopener #nav-icon span:nth-child(2) {
  width: 30px;
  margin-left: 10px;
  margin-top: 24px;
}
#menuopener #nav-icon span:nth-child(3) {
  margin-top: 48px;
}
#menuopener #nav-icon.open span:nth-child(1) {
  margin-top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#menuopener #nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -6px;
}
#menuopener #nav-icon.open span:nth-child(3) {
  margin-top: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mobile-contact {
  position: fixed;
  margin-top: 110px !important;
  background-color: rgb(247, 247, 247);
  right: -100%;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  width: 100%;
  z-index: 1004;
}
.mobile-contact.open {
  right: 0;
}
.mobile-contact .mobile-contact-item {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px !important;
  padding-bottom: 0px;
}
.mobile-contact .mobile-contact-item:first-child {
  padding-top: 40px !important;
}
.mobile-contact .mobile-contact-item:last-child {
  padding-bottom: 40px;
}
.mobile-contact .mobile-contact-item a {
  color: rgb(34, 34, 34);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.mobile-contact .mobile-contact-item a.phone:before {
  content: "";
  background-image: url("../images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
  left: 0px;
  margin-right: 10px;
}
.mobile-contact .mobile-contact-item a.mail:before {
  content: "";
  background-image: url("../images/icons/mail.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 19px;
  width: 20px;
  height: 14px;
  display: inline-block;
  left: 0px;
  margin-right: 10px;
}

#mainmenu-mobile {
  position: fixed;
  margin-top: 110px !important;
  background: #fff;
  top: 0;
  right: -100%;
  padding-bottom: 30px;
  z-index: 1005;
  box-shadow: 0 43px 86px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
#mainmenu-mobile.open {
  right: 0;
}
#mainmenu-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mainmenu-mobile ul li a {
  color: rgb(34, 34, 34);
  display: flex;
  font-weight: 600;
  text-decoration: none;
  font-family: FiraRegular;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 40px !important;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(250, 250, 250);
}
#mainmenu-mobile ul li a:hover {
  color: rgb(200, 20, 21);
}
#mainmenu-mobile ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 22px;
  background-image: url(../images/icons/chevron-dark.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  position: relative;
}

.page-template-default:not(.home):not(.page-template-page-jubilaeum) {
  /*
  normal page.php
  */
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  max-width: 1350px;
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main h2 {
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main h2:not(:first-of-type) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1.5rem;
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main h2:not(:first-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background: rgb(209, 209, 209);
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-query {
  margin: 0 auto;
  max-width: 1350px;
  padding-bottom: 1.5rem;
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}
@media (max-width: 1200px) {
  .page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-post-template .wp-block-post {
  padding: 0 !important;
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-post-template .wp-block-post .wp-block-group {
  box-shadow: unset;
  padding: 0 !important;
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-post-template .wp-block-post .wp-block-group .wp-block-group__inner-container h2 {
  cursor: pointer;
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-post-template .wp-block-post .wp-block-group .wp-block-group__inner-container h2 a {
  color: rgb(34, 34, 34);
  font-size: 28px;
  line-height: 1.54;
  cursor: pointer;
}
.page-template-default:not(.home):not(.page-template-page-jubilaeum) main .wp-block-post-template .wp-block-post .wp-block-group .wp-block-group__inner-container h2 a:hover {
  text-decoration: underline;
}

.page-template-default:not(.page-template-page-jubilaeum) {
  /*
  normal page.php
  */
}
.page-template-default:not(.page-template-page-jubilaeum) h2:not(.custom-post-title-class):not(:first-of-type) {
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 1350px) {
  .page-template-default:not(.page-template-page-jubilaeum) h2:not(.custom-post-title-class):not(:first-of-type) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 769px) {
  .page-template-default:not(.page-template-page-jubilaeum) h2:not(.custom-post-title-class):not(:first-of-type) {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .page-template-default:not(.page-template-page-jubilaeum) h2:not(.custom-post-title-class):not(:first-of-type)::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-left: 40px;
    background: rgb(209, 209, 209);
  }
}

@media (max-width: 1350px) {
  main.blog-post {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 680px) {
  main.blog-post .wp-block-spacer {
    max-height: 20px !important;
  }
}
main.blog-post h1 {
  font-size: 46px;
  line-height: 1.37;
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  main.blog-post h1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  main.blog-post h1 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
@media (max-width: 680px) {
  main.blog-post h1 {
    margin-bottom: 40px;
    font-size: 30px;
    margin-top: -30px;
  }
}
main.blog-post h1 .category-badge {
  opacity: 0.7;
  font-family: FiraRegular;
  font-size: 16px;
  display: block;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: rgb(34, 34, 34);
}
main.blog-post .wp-block-image {
  border-radius: 10px;
}
main.blog-post .wp-block-image img {
  border-radius: 10px;
}
@media (min-width: 993px) {
  main.blog-post .wp-block-columns .wp-block-column {
    padding-left: 40px;
  }
}
main.blog-post .wp-block-columns .wp-block-column:first-child {
  padding-left: 0;
}
main.blog-post h2:not(.custom-post-title-class) {
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0 !important;
  padding-right: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  main.blog-post h2:not(.custom-post-title-class) {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  main.blog-post h2:not(.custom-post-title-class)::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-left: 40px;
    background: rgb(209, 209, 209);
  }
}

/*
patterns
*/
.custom-post-template-class {
  max-width: 1350px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .custom-post-template-class {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1150px) {
  .custom-post-template-class {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .custom-post-template-class {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.custom-post-template-class li.wp-block-post {
  position: relative;
}
.custom-post-template-class li .custom-post-category-class {
  position: absolute;
  right: 0;
  padding: 5px 10px;
  background-color: transparent;
  color: rgb(34, 34, 34);
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid rgb(34, 34, 34);
  border-radius: 20px;
  letter-spacing: 0.91px;
  margin-top: -38px;
}
.custom-post-template-class li .custom-post-category-class a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
.custom-post-template-class li .wp-block-post-excerpt {
  margin-top: 20px;
}
.custom-post-template-class li .custom-post-date-class {
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
}
.custom-post-template-class li img.attachment-bloglist {
  border-radius: 10px;
  margin-top: 20px;
}
.custom-post-template-class h2.custom-post-title-class {
  cursor: pointer;
  height: 110px;
}
@media (max-width: 768px) {
  .custom-post-template-class h2.custom-post-title-class {
    height: auto;
  }
}
.custom-post-template-class h2.custom-post-title-class a {
  color: rgb(34, 34, 34);
  font-size: 22px;
  line-height: 1.54;
  cursor: pointer;
}
.custom-post-template-class h2.custom-post-title-class a:hover {
  text-decoration: underline;
}
.custom-post-template-class .wp-block-post-author {
  width: 100%;
}
.custom-post-template-class .wp-block-post-author .wp-block-post-author__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px !important;
  width: 100%;
}
.custom-post-template-class .wp-block-post-author .wp-block-post-author__content p {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  line-height: 1.71 !important;
  color: rgb(34, 34, 34);
  display: inline-block;
  width: auto;
}

@media (max-width: 1350px) {
  .p-x-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#servicebar {
  box-shadow: 0 33px 36px 0 rgba(93, 108, 123, 0.08);
  background: white;
  padding: 100px;
}
#servicebar img {
  height: 61px;
  width: auto;
  margin-bottom: 20px;
}

.staricon {
  margin-right: 5px;
}

#yellowbanner {
  background-image: url("../images/yellow_banner.webp");
  min-height: 100px;
}

#inforow {
  padding: 40px 150px;
  box-shadow: 0 33px 36px 0 rgba(93, 108, 123, 0.08);
}

#contact-banner {
  box-shadow: 0 33px 36px 0 rgba(93, 108, 123, 0.08);
}
@media (max-width: 992px) {
  #contact-banner {
    margin-top: 90px !important;
  }
}

@media (max-width: 992px) {
  .partner-content.image-bg {
    min-height: 350px;
    width: 100%;
  }
  .partner-content.image-bg:after {
    content: "";
    display: block;
    background-image: url("../images/yellow_sidebar.webp");
    width: 100%;
    height: 10px;
    background-size: 100%;
    position: relative;
    top: 350px;
  }
}

#partner-banner {
  height: 500px;
  box-shadow: 0 33px 36px 0 rgba(93, 108, 123, 0.08);
  background-image: url("../images/yellow_sidebar.webp");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  #partner-banner {
    height: auto;
    background-image: none;
  }
}

@media screen and (max-width: 1200px) {
  #team, #subpages {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
}

input, select {
  border-radius: 0 !important;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea, select {
  padding: 20px !important;
}

.frm_primary_label {
  font-size: 20px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 1200px) {
  .frm_primary_label {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 992px) {
  .frm_primary_label {
    font-size: 15px !important;
  }
}

*::-webkit-input-placeholder, *::placeholder, select {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-position: right 15px center; /* Change the px value here to change the distance */
  -moz-appearance: none;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 30px;
}

.frm_submit {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end;
}
.frm_submit .frm_button_submit {
  transition: all 0.3s ease-in-out !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: rgb(3, 34, 62) !important;
  color: white !important;
  padding: 20px 60px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
@media (max-width: 992px) {
  .frm_submit .frm_button_submit {
    padding: 15px 30px !important;
  }
}
.frm_submit .frm_button_submit:hover {
  background-color: rgba(3, 34, 62, 0.8) !important;
}

@media screen and (max-width: 992px) {
  .frm4, .frm6, .frm3 {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    grid-column: span 12 !important;
  }
}

@media (max-width: 1200px) {
  .slick-slide {
    margin: 0 5px !important;
  }
  .slick-slide .single-post {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
  }
}

.slick-dots li {
  width: 55px;
  height: 3px;
}

.slick-dots li button:before {
  width: 47px;
  height: 6px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.slick-dots li.slick-active button:before {
  width: 47px;
  content: "";
  background-color: #03223e;
}