@media screen and (max-width: 768px) {
  /* Ensure the nav container takes full width and moves up */
  .u-custom-menu {
    width: 100%;
    margin-top: -40px; /* Adjust this value as needed */
  }
  /* Stack each menu item vertically and right-align text */
  .u-nav.u-unstyled li {
    display: block;
    width: 100%;
    text-align: right;
  }
  /* Style the links to fill the container */
  .u-nav.u-unstyled li a {
    display: block;
    padding: 10px 20px;
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  /* Use stretch so each item in the row is the same height */
  align-items: stretch;
  text-align: center;
  padding: 20px;
  background-color: #333; /* adjust as needed */
}

.grid-item {
  display: flex;
  flex-direction: column;      /* stack child elements vertically */
  justify-content: center;     /* center them vertically within the grid item */
  align-items: center;         /* center them horizontally */
  padding: 10px;
  border-radius: 4px;
}

/* Map iframe styling */
.map iframe {
  width: 100%;
  height: 200px; /* adjust height if needed */
  border: 0;
}

/* Address styling */
.address {
  margin-top: 10px;
  font-style: normal;
}

/* QR Image styling */
.qr-image {
  justify-content: flex-start;
  max-width: 100%;
  height: auto;
}
.grid-item.qr-text {
  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertikal zentrieren */
  align-items: center;      /* horizontal zentrieren */
  width: 100%;
  height: 100%;
}

.qr-image {
  width: 100%;
}
/* Support text styling */
.support-text {
  margin-top: 10px;
}

/* Social Icons styling */
.social-icons a {
  margin: 0 5px;
  text-decoration: none;
}

/* Mimic the original icon sizing and SVG behavior */
.u-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}

/* Ensure SVG fills inherit the white color */
.u-svg-link,
.u-svg-content {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

/* Login link styling */
.u-login {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #555;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.u-section-1 .u-text-1 {
  font-size: 3rem;
  margin: 20px auto 0;
}

.u-section-1 .u-text-2{
  max-width: 680px;   /* keep the readable max width … */
  width: 100%;        /* … but let it grow if the sheet is narrower */
  margin: 19px auto 60px; /* left/right “auto” = perfectly centred */
  text-align: center;     /* (already set by .u-align-center, but harmless) */
}
/* --- custom overrides --- */
#sec-9573 .u-text-2{          /* more specific selector + later in the cascade */
  width:auto !important;      /* throw away the fixed width                     */
  max-width:680px;            /* keep the pleasant reading width                */
  margin:19px auto 60px!important; /* centre horizontally                       */
  text-align:center;          /* (already set, but explicit never hurts)        */
}

.u-btn:hover {
  background-color: #b70b1e !important;
}
@media (max-width: 1199px) {
  .u-section-1 .u-text-2 {
    width: 680px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 400px;
}

.u-section-2 .u-blog-1 {
  margin: 5px auto 8px -10px;
}

.u-section-2 .u-repeater-1 {
  grid-auto-columns: calc(33.3333% - 6.66667px);
  grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
  min-height: 400px;
  row-gap: 10px;
  column-gap: 10px;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px 12px;
}

.u-section-2 .u-text-1 {
  margin: 25px 36px 0 0;
}

.u-section-2 .u-image-1 {
  height: 140px;
  margin: 11px 0 0;
}

.u-section-2 .u-text-2 {
  margin: 25px 18px 0;
}

.u-section-2 .u-btn-1 {
  margin: 30px 18px 0;
}

.u-section-2 .u-container-layout-2 {
  padding: 30px 12px;
}

.u-section-2 .u-text-3 {
  margin: 25px 36px 0 0;
}

.u-section-2 .u-image-2 {
  height: 140px;
  margin: 11px 0 0;
}

.u-section-2 .u-text-4 {
  margin: 25px 18px 0;
}

.u-section-2 .u-btn-2 {
  margin: 30px 18px 0;
}

.u-section-2 .u-container-layout-3 {
  padding: 30px 12px;
}

.u-section-2 .u-text-5 {
  margin: 25px 36px 0 0;
}

.u-section-2 .u-image-3 {
  height: 140px;
  margin: 11px 0 0;
}

.u-section-2 .u-text-6 {
  margin: 25px 18px 0;
}

.u-section-2 .u-btn-3 {
  margin: 30px 18px 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-blog-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-repeater-1 {
    grid-auto-columns: calc(33.333333333333336% - 6.66667px);
    grid-template-columns: repeat(3, calc(33.333333333333336% - 6.66667px));
    min-height: 400px;
    grid-gap: 10px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 0;
  }

  .u-section-2 .u-image-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-btn-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-text-3 {
    margin-right: 0;
  }

  .u-section-2 .u-image-2 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-text-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-btn-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-text-5 {
    margin-right: 0;
  }

  .u-section-2 .u-image-3 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-text-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-btn-3 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5.0000025px);
    grid-template-columns: repeat(2, calc(50% - 5.0000025px));
    min-height: 1344px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-repeater-1 {
    grid-auto-columns: 100%;
  }

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 412px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 316px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 296px;
  }}


}