
.full-height {
  height: 100dvh; /* Fullscreen */
}

/* 📱 Mobile */
.first-div {
  height: 60%;
  padding: 10px;
}

.second-div {
  height: 40%;
}

/* 💻 Tablet & Desktop */
@media (min-width: 576px) {
  .full-height {
  height: fit-content; /* Fullscreen */
}
  .first-div,
  .second-div {
    height: 100% !important; /* gleiche Höhe */
  }
}


.mobile-wrapper {
  width: 100%;          /* 📱 Full width */
  height: 100dvh;
  margin: 0 auto;
  padding: 0;
}

/* 💻 Tablet und größer */
@media (min-width: 576px) {
  .mobile-wrapper {
    height: fit-content;
    width: 80%;
    max-width: 1200px; /* optional, damit es nicht zu breit wird */
     /* padding: 10px 18px 40px; */
  }
}

    .title-small {
      font-size: clamp(18px, 4vmin, 32px);
  font-weight: 700;
      color: #4452a3;
      letter-spacing: 0px;
      margin-bottom: 0;
      padding:0;
      text-transform: uppercase;
      margin-top: -12px; 
    }


    .title-big {
      font-size: clamp(34px, 9vmin, 50px);
    line-height: 0.95;
      font-weight: 900;
      color: #111a57;
      text-transform: uppercase;
      margin-bottom: 0px;
      margin-top: -12px; 
    }

    .title-line{
        margin-top: clamp(-8px, -1vw, -12px);
    }
    @media (min-width: 576px) {
        .title-small {margin:0px;}
        .title-big {margin:0px;}
        .title-line {
        margin:0px;
        }

    }



    .cta-btn {
      border: none;
      border-radius: 24px;
      height: clamp(12px, 8vw, 40px);
      padding: 0 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap:1px;
      padding: 0px;
      font-size: clamp(10px, 3vw, 18px);
      font-weight: 700; 
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
      text-decoration: none;
      margin-bottom: 14px;
      margin-top: -5px;
    }

    .cta-primary {
      background: linear-gradient(90deg, #f7b500 0%, #ff6b5f 50%, #cc2fd1 100%);
      color: #fff;
    }

    .cta-secondary {
      background: #ffffff;
      color: #1d2760;
    }

    .cta-left {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
       
    }

    .cta-icon-circle {
      width:  clamp(12px, 8vw, 40px);
      height: clamp(12px, 8vw, 40px);
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ff6a5e;
      font-size: clamp(16px, 3vw, 15px);
      flex-shrink: 0;

    }

    .cta-secondary .cta-icon-circle {
      background: #eef2ff;
      color: #5869d6;
    }

    .info-card {
      position: relative;
      background: linear-gradient(180deg, #0f3bbd 0%, #0d2f93 100%);
      border-radius: 18px;
      padding: 5px 5px;
      color: #fff;
      box-shadow: 0 8px 18px rgba(13, 47, 147, 0.2);
      overflow: hidden;
      margin-top: 0px;
      margin-bottom: 16px;
    }

    .info-card .location-icon {
      /* font-size: 28px; */
      color: #ffbe3d;
      margin-bottom: 0px;
    }

    .info-card h3 {
      font-size: clamp(10px, 4vw, 20px);
      font-weight: 700; 
      line-height: 1.5;
      margin: 0;
      text-align: center;
      margin-top:-5px;
    }

    .city-outline {
      position: absolute;
      right: 10px;
      bottom: 6px;
      /* font-size: 82px; */
      opacity: 0.12;
      color: #ffffff;
    }

    .feature-chip {
      background: #fff;
      border-radius: 999px;
      padding: 0px 0px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: clamp(0.6rem, 2.3vw, 1.5rem);
      font-weight: 700;
      color: #2d356a;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
      height: fit-content;
    }

    .feature-chip .chip-icon {
      width: 34px;
      height: 34px;
      min-width: 34px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      /* font-size: 16px; */
    }
    .chip-icon i {
  font-size: 18px; /* 🔥 hier größer machen */
}
.chip-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-orange {
  background: #ff9538;
}

.custom-p {
  color: white;
  font-weight: 900;
  font-size: 18px; /* 🔥 Größe vom P */
}
    .icon-blue { background: #3d6cff; }
    .icon-cyan { background: #22c7d6; }
    .icon-purple { background: #8b49f7; }
    .icon-orange { background: #ff9538; }

    .description {
      text-align: center;
      color: #263265;
      font-size: clamp(0.6rem, 3vw, 2rem);
      line-height: 1.35;
      font-weight: 500;
      margin: 0;
    }

    .description strong {
      font-weight: 800;
      font-size: clamp(0.6rem, 3vw, 2rem) !important;
    }

    /* .map-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e6e8f2;

    height: 100% !important; 
    }



    @media (min-width: 576px) {
      .map-card {
        margin:20px 10px;
        height: 70% !important;
      }
    } */

.map-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e8f2;
}

.map-box {
  width: 100%;
  height: 350px;
  border: 0;
  display: block;
}

@media (min-width: 576px) {
  .map-card {
    margin: 20px 10px;
  }

  .map-box {
    height: 560px;
  }
}



.service-card {
  border: none;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(17, 26, 87, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(17, 26, 87, 0.14);
}

.service-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.service-card .card-body {
  padding: 22px 20px 20px;
}

.service-card .card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111a57;
  margin-bottom: 12px;
}

.service-card .card-text {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #39456f;
  margin-bottom: 18px;
}

.service-card .btn {
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 600;
  align-self: flex-start;
}

.opening-times {
  width: 100%;
}

.time-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  border-bottom: 1px solid #eef1f7;
  font-size: 0.95rem;
  color: #39456f;
}

.time-row:last-child {
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .service-img {
    height: 220px;
  }

  .service-card .card-title {
    font-size: 1.2rem;
  }

  .service-card .card-text,
  .time-row {
    font-size: 0.94rem;
  }
}