html, body, .body {
    font-family: "Inter", sans-serif !important;  
}

.feat_font_1 {
    font-family: "Inter", sans-serif !important;
}

.btn {
    font-weight: 600 !important;
background: #F47A45 !important;
color: #ffffff !important;
border-color: #F47A45 !important;
}

.text-primary, .text-color-primary {
    color: #0B1220 !important;
}

.text-secondary, .text-color-secondary {
    color: #F47A45 !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #F47A45 !important;
}
.overlay-gradient-lr {
       background: transparent linear-gradient(180deg, #2F6BFF33 0%, #80808000 100%) 0% 0% no-repeat padding-box !important;
}

#header .header-row .header-nav .header-nav-main nav ul li a {
    color: #5C6B80 !important;
}

.sticky_custom_menu #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    background: #E1E7EF !important;
    color: #0B172C !important;
}

/* Target the button container */
.login_button.bg-color-primary.bg-color-hover-dark.text-white {
    background-color: #ffffff !important;
    border: 1px solid #1c1e21 !important;
    border-radius: 50px !important; /* Creates the capsule shape */
    color: #1c1e21 !important;
    padding: 4px 10px !important; /* Adjusted for better spacing */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Remove the default hover background if you want to keep it white */
.login_button.bg-color-primary.bg-color-hover-dark.text-white:hover {
    background-color: #f8f9fa !important; /* Slight gray on hover */
    color: #000000 !important;
}

/* Style the icon */
.login_button .icon.material-symbols-sharp {
    color: #1c1e21 !important;
    margin-bottom: 0 !important; /* Overriding the .mb-1 class */
   font-weight: 600 !important;
    font-size: 30px !important;
}

/* Style the text */
.login_button .text-3 {
    color: #1c1e21 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.aspect_ratio_16_7 {
    aspect-ratio: 16 / 7 !important;
}

.banner-slider .subtitletext {
    display: none !important;
}

/* Target the specific container */
.container.container-xl.small-view-font {
    /* clamp(minimum, preferred, maximum) */
    /* This creates padding that is 5% of the screen width, 
       but never less than 15px and never more than 80px */
    padding-left: 90px !important;
    padding-right: 0px !important;
    
    /* Ensure the container behaves correctly in its absolute parent */
    width: 100%;
    max-width: 1460px; /* Matching your container-xl max-width */
    margin-right: auto;
    margin-left: auto;
}

/* On mobile devices, we might want the content to take more width */
@media (max-width: 768px) {
    .container.container-xl.small-view-font .w-50 {
        width: 100% !important; /* Make data take full width on mobile */
    }
    
    .container.container-xl.small-view-font {
        align-items: center !important; /* Center data on mobile for better UX */
        text-align: center;
    }
}

/* 1. Set the main footer background and text color */
footer#footer {
    background-color: #ffffff !important;
    color: #1A1A1A !important;
}

/* 2. Ensure all text elements, links, and icons inside the footer inherit the new color */
footer#footer p,
footer#footer a,
footer#footer div,
footer#footer li,
footer#footer i,
footer#footer span,
footer#footer .text-color-light {
    color: #1A1A1A !important;
}

/* 3. Remove background from copyright section to show the footer background */
footer#footer .footer-copyright {
    background-color: transparent !important;
    border-top: 1px solid #eee; /* Optional: adds a subtle separator */
}

/* 4. Optional: Handle link hover states if needed */
footer#footer a:hover {
    color: #000000 !important; /* Slightly darker on hover */
    text-decoration: underline;
}

.footer-copyright.footer-copyright-style-2 {
    padding-top: 0 !important;
}

.counter-section-forside .counters .counter span.text-small {
    font-size: 26px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 1.3 !important;
}

/* Top part: Labels (e.g., Faciliteter, Aktiviteter) */
section.counter-section-forside .counter span {
    font-size: 32px !important;    /* Change as needed */
    color: #6B7280 !important;      /* Change as needed */
    font-weight: 600 !important;        /* Change as needed */
    display: inline-block;          /* Required for width to take effect */
}

/* Bottom part: Numbers (e.g., 1, 7, 0) */
section.counter-section-forside .counter strong {
    font-size: 40px !important;    /* Change as needed */
    color: #0B1220 !important;      /* Change as needed */
    font-weight: 600 !important;        /* Change as needed */
    display: inline-block;          /* Required for width to take effect */
}

/*Card Carousel*/

.card-carousel-section {
      padding: 48px 120px;
      overflow: hidden;
      position: relative;
    }

    .carousel-wrapper {
      max-width: 1540px;
      margin: 0 auto;
      position: relative;
    }

    .carousel-viewport {
      overflow: hidden;
      width: 100%;
    }

    .carousel-track {
      display: flex;
      gap: 34px;
      transition: transform 0.45s ease;
      will-change: transform;
    }

    .activity-card {
      flex: 0 0 calc((100% - 68px) / 3);
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0 14px 35px rgba(18, 24, 40, 0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 760px;
    }

    .activity-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
    }

    .card-content {
      padding: 46px 56px 58px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .card-content h2 {
      margin: 0 0 26px;
      font-size: 30px;
      line-height: 1.08;
      font-weight: 700;
      letter-spacing: 0em;
      color: #151722;
    }

    .card-content p {
      margin: 0;
      font-size: 20px;
      line-height: 1.55;
      font-weight: 400;
      color: #343846;
    }

    .card-actions {
      margin-top: auto;
      padding-top: 54px;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 184px;
      min-height: 62px;
      padding: 15px 30px;
      border: 0;
      border-radius: 11px;
      background: #F47A45 !important;
      color: #ffffff;
      font-size: 20px;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .btn-primary:hover {
      background: #d85f33;
    }

    .btn-primary:active {
      transform: translateY(1px);
    }

    .btn-primary:focus-visible,
    .carousel-button:focus-visible {
      outline: 4px solid rgba(232, 115, 69, 0.35);
      outline-offset: 4px;
    }

    .carousel-button {
      position: absolute;
      top: 50%;
      z-index: 10;
      width: 66px;
      height: 66px;
      border: 0;
      border-radius: 50%;
      background: #F47A45;
      box-shadow: 0 12px 28px rgba(18, 24, 40, 0.14);
      color: #ffffff;
      cursor: pointer;
      display: grid;
      place-items: center;
      transform: translateY(-50%);
      transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    }

    .carousel-button:hover {
      transform: translateY(-50%) scale(1.04);
      box-shadow: 0 16px 34px rgba(18, 24, 40, 0.18);
    }

    .carousel-button:active {
      transform: translateY(-50%) scale(0.97);
    }

    .carousel-button[hidden] {
      display: none;
    }

    .carousel-button:disabled {
      opacity: 0.45;
      cursor: not-allowed;
    }

    .carousel-button-prev {
      left: -95px;
    }

    .carousel-button-next {
      right: -95px;
    }

    .carousel-button svg {
      width: 50px;
      height: 50px;
      stroke-width: 1.2;
    }

    @media (max-width: 1200px) {
      .card-carousel-section {
        padding: 40px 72px;
      }

      .carousel-track {
        gap: 24px;
      }

      .activity-card {
        flex-basis: calc((100% - 24px) / 2);
      }

      .carousel-button {
        width: 58px;
        height: 58px;
      }

      .carousel-button-prev {
        left: -65px;
      }

      .carousel-button-next {
        right: -65px;
      }
    }

    @media (max-width: 768px) {
      .card-carousel-section {
        padding: 28px 48px;
      }

      .carousel-track {
        gap: 20px;
      }

      .activity-card {
        flex-basis: 100%;
        min-height: auto;
      }

      .activity-card img {
        height: 230px;
      }

      .card-content {
        padding: 30px 28px 36px;
      }

      .card-content h2 {
        font-size: 25px;
      }

      .card-content p {
        font-size: 18px;
        line-height: 1.55;
      }

      .carousel-button {
        width: 52px;
        height: 52px;
      }

      .carousel-button-prev {
        left: -26px;
      }

      .carousel-button-next {
        right: -26px;
      }
    }

    @media (max-width: 480px) {
      .card-carousel-section {
        padding: 24px 42px;
      }

      .carousel-button {
        width: 48px;
        height: 48px;
      }

      .carousel-button-prev {
        left: -24px;
      }

      .carousel-button-next {
        right: -24px;
      }

      .carousel-button svg {
        width: 35px;
        height: 35px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .carousel-track,
      .btn-primary,
      .carousel-button {
        transition: none;
      }
    }

.feature-box.feature-box-style-2 h4 {
    line-height: 1.3 !important;
    font-size: 25px;
}

/* Home Image text */
.text-8.line-height-3.font-weight-medium.billed_title_text_color {
   font-size: 60px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.text-3.line-height-1.font-weight-bold.billed_title_text_color {
    font-size: 30px !important;
}

#billedText_488, 
#billedText_488 p, 
#billedText_488 #billedText_488 {
    font-size: 22px !important;
}

.col-lg-6.pr-0 .left-15 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertical center */
    align-items: flex-start; /* Keeps the block on the left (if it has a width) */
    text-align: left;
}

img.aspect_ratio_16_5 {
  aspect-ratio: 16 / 6 !important;
  /* or remove aspect-ratio entirely to let it use its natural shape */
}

.cms-flow-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.cms-card-image {
    height: 400px;
}

.cms-img-badge {
    top: 55px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 500;
}

/*opening-hour-css-start*/

    .opening-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      padding: 42px !important;
      background: #FAFBFC !important;
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);

      box-shadow:
        0 6px 18px rgba(15, 23, 42, 0.06) !important;
    }

    .opening-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(
          135deg,
          rgba(255,255,255,0.12),
          transparent 40%
        );
      pointer-events: none;
    }

    .opening-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 42px;
    }

    .opening-title-area h1 {
      margin: 0 0 14px;
      font-size: 40px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0px;
      color: rgb(0 0 0);
    }

    .opening-title-area p {
      margin: 0;
      max-width: 600px;
      font-size: 18px;
      line-height: 1.5;
      color: rgb(0 0 0);
    }

    .live-status {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 14px 20px;
      border-radius: 999px;
      background: #2A466B !important;
      border: 1px solid rgba(255,255,255,0.08) !important;
      color: #FFFFFF !important;
      font-size: 16px;
      font-weight: 700;
      white-space: nowrap;
    }

    .live-status::before {
      content: "";
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #8BB7A2 !important;
      box-shadow:
        0 0 0 0 rgba(66,255,140,0.7);
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(66,255,140,0.6);
      }

      70% {
        box-shadow: 0 0 0 12px rgba(66,255,140,0);
      }

      100% {
        box-shadow: 0 0 0 0 rgba(66,255,140,0);
      }
    }

    .opening-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 18px;
    }

    .day-card {
      position: relative;
      border-radius: 12px;
      padding: 10px 18px;
      background: rgba(255,255,255,0.05);

      transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    }

    .day-card:hover {
      transform: translateY(-6px);
      background: rgba(255,255,255,0.09);

      box-shadow:
        0 20px 40px rgba(0,0,0,0.24);
    }

    .day-card.today {
      background:#EEF2F6;
      border: 1px solid #E3EAF2 !important;
      /*border-color: rgba(238,116,71,0.38);*/
    }

    .day-name {
      margin-bottom: 10px;
      margin-top: 5px;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0px;
    }

    .day-hours {
      font-size: 28px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }


    .today-badge {
      position: absolute;
      top: 16px;
      right: 16px;
      padding: 7px 11px;
      border-radius: 999px;
      background: #ee7447;
      color: #ffffff;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .club-footer {
      margin-top: 42px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .club-info {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .club-icon {
      width: 62px;
      height: 62px;
      border-radius: 18px;

      background:
        linear-gradient(
          135deg,
          #ee7447,
          #f18f67
        );

      display: flex;
      align-items: center;
      justify-content: center;

      font-size: 28px;

      box-shadow:
        0 14px 28px rgba(238,116,71,0.28);
    }

    .club-info h2 {
      margin: 0 0 6px;
      font-size: 22px;
      font-weight: 700;
    }

    .club-info p {
      margin: 0;
      font-size: 16px;
      color: rgba(255,255,255,0.7);
    }

    .club-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 190px;
      min-height: 60px;
      padding: 16px 28px;

      border-radius: 14px;
      background: #ee7447;
      color: #ffffff;

      text-decoration: none;
      font-size: 18px;
      font-weight: 800;

      box-shadow:
        0 16px 32px rgba(238,116,71,0.32);

      transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
    }

    .club-button:hover {
      background: #f28359;

      transform: translateY(-4px);

      box-shadow:
        0 24px 40px rgba(238,116,71,0.42);
    }

    @media (max-width: 1200px) {
      .opening-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    @media (max-width: 768px) {
      .opening-card {
        padding: 28px 22px;
        border-radius: 24px;
      }

      .opening-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 28px;
      }

      .opening-title-area h1 {
        font-size: 38px;
      }

      .opening-title-area p {
        font-size: 17px;
      }

      .opening-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .day-hours {
        font-size: 24px;
      }
    }

    @media (max-width: 480px) {
      .opening-grid {
        grid-template-columns: 1fr;
      }

      .opening-title-area h1 {
        font-size: 32px;
      }

      .club-footer {
        flex-direction: column;
        align-items: stretch;
      }

      .club-button {
        width: 100%;
      }
    }

    /*opening-hour-css-end*/


.header-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 80px;
    padding: 100px 64px 32px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #f57760;
    overflow: hidden;
}

.medium-length-hero-6 {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-top: -1px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 110%;
    font-style: normal;
}

.vector-18 {
    position: absolute;
    top: 70px;
    left: 1280px;
    width: 192px;
    height: 192px;
}

.vector-19 {
    position: absolute;
    top: 120px;
    left: 1208px;
    width: 154px;
    height: 116px;
}

.vector-20 {
    position: absolute;
    top: 88px;
    left: 1239px;
    width: 14px;
    height: 14px;
}

/*prise-card-css-start*/

    .pricing-section {
      max-width: 1440px;
      margin: 0 auto;
      background: #f4f6f500;
      color: #24343d;
      padding: 80px 20px !important;
    }

    .pricing-header {
      text-align: center;
      margin-bottom: 64px;
    }

    .pricing-header span {
      display: inline-block;
      margin-bottom: 18px;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #6d8792;
    }

    .pricing-header h1 {
      margin: 0 0 20px;
      font-size: 56px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: -2px;
      color: #1f3138;
    }

    .pricing-header p {
      max-width: 720px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 1.7;
      font-weight: 400;
      color: #5e737d;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 42px;
    }

    .pricing-card {
      background: #ffffff;
      border-radius: 28px;
      padding: 38px;
      border: 1px solid #e5ece9;

      transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;

      box-shadow:
        0 10px 30px rgba(28, 43, 51, 0.04);
    }

    .pricing-card:hover {
      transform: translateY(-6px);

      border-color: #d9e4e0;

      box-shadow:
        0 20px 40px rgba(28, 43, 51, 0.08);
    }

    .pricing-card.featured {
      background: #E6EDF5;
      border-color: #E6EDF5;
    }

    .pricing-label {
      display: inline-flex;
      align-items: center;
      justify-content: center;

      min-height: 34px;
      padding: 0 14px;
      margin-bottom: 28px;

      border-radius: 999px;

      background: transparent linear-gradient(180deg, #2A466B 0%, #172C48F2 100%) 0% 0% no-repeat padding-box;
      color: #FFFFFF;

      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.04em;
    }

    .pricing-card h2 {
      margin: 0 0 14px;
      font-size: 34px;
      line-height: 1.15;
      font-weight: 600;
      letter-spacing: -1px;
      color: #22343b;
    }

    .pricing-subtitle {
      margin-bottom: 34px;

      font-size: 17px;
      line-height: 1.6;
      color: #172C48;
    }

    .pricing-price {
      display: flex;
      align-items: flex-start;
      gap: 8px;

      margin-bottom: 34px;
    }

    .pricing-price .amount {
      font-size: 72px;
      line-height: 0.9;
      font-weight: 500;
      letter-spacing: -3px;
      color: #1f3138;
    }

    .pricing-price .currency {
      margin-top: 10px;

      font-size: 24px;
      font-weight: 500;
      color: #70848c;
    }

    .pricing-features {
      margin: 0 0 34px;
      padding: 0;
      list-style: none;

      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .pricing-features li {
      position: relative;
      padding-left: 28px;

      font-size: 17px;
      line-height: 1.5;
      color: #172C48;
    }

    .pricing-features li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;

      width: 8px;
      height: 8px;
      border-radius: 50%;

      background: #172C48;
    }

    .pricing-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;

      width: 100%;
      min-height: 58px;

      border-radius: 16px;

      background: #f57760;
      color: #FFFFFF;

      text-decoration: none;

      font-size: 20px;
      font-weight: 600;

      transition:
        background 0.28s ease,
        transform 0.28s ease;
    }

    .pricing-button:hover {
      background: #F47A45;
      color: #FFFFFF;
      transform: translateY(-2px);
    }

    .pricing-card.featured .pricing-button {
      background: #f57760;
      color: #ffffff;
    }

    .pricing-card.featured .pricing-button:hover {
      background: #F47A45;
    }

    .pricing-info {
      background: #ffffff;
      border-radius: 28px;
      padding: 44px;
      border: 1px solid #e5ece9;

      box-shadow:
        0 10px 30px rgba(28, 43, 51, 0.04);

      text-align: center;
    }

    .pricing-info h3 {
      margin: 0 0 24px;
      font-size: 36px;
      line-height: 1.1;
      font-weight: 600;
      letter-spacing: -1px;
      color: #22343b;
    }

    .pricing-info p {
      max-width: 900px;
      margin: 0 auto 22px;

      font-size: 22px;
      line-height: 1.7;
      font-weight: 400;

      color: #5c717b;
    }

    .pricing-info p:last-child {
      margin-bottom: 0;
    }

    .pricing-info strong {
      font-weight: 600;
      color: #22343b;
    }

    @media (max-width: 1100px) {
      .pricing-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      body {
        padding: 60px 18px;
      }

      .pricing-header {
        margin-bottom: 42px;
      }

      .pricing-header h1 {
        font-size: 40px;
      }

      .pricing-header p {
        font-size: 18px;
      }

      .pricing-card,
      .pricing-info {
        padding: 28px 24px;
        border-radius: 22px;
      }

      .pricing-card h2 {
        font-size: 28px;
      }

      .pricing-price .amount {
        font-size: 56px;
      }

      .pricing-info h3 {
        font-size: 30px;
      }

      .pricing-info p {
        font-size: 19px;
      }
    }

    @media (max-width: 480px) {
      .pricing-header h1 {
        font-size: 34px;
      }

      .pricing-price .amount {
        font-size: 48px;
      }

      .pricing-info p {
        font-size: 17px;
      }
    }

    /*prise-card-css-end*/


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: #F47A45 !important;
    color: #ffffff !important;
}

/*table-css-start*/

.schedule-section {
      max-width: 1480px;
      margin: 0 auto;
      background: rgb(242, 242, 242);
      color: #1f3439;
      padding: 30px 25px !important;
      border-radius: 20px;
    }

    .schedule-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 28px;
      margin-bottom: 30px;
    }

    .schedule-kicker {
      margin: 0 0 12px;
      color: #d9765d;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .schedule-header h1 {
      margin: 0;
      font-size: 46px;
      line-height: 1.04;
      font-weight: 650;
      letter-spacing: -1.6px;
      color: #203e45;
    }

    .schedule-header p {
      margin: 14px 0 0;
      max-width: 680px;
      font-size: 18px;
      line-height: 1.6;
      color: #657b80;
    }

    .schedule-pill {
      flex-shrink: 0;
      padding: 14px 20px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #dfe8e4;
      color: #47646b;
      font-size: 15px;
      font-weight: 650;
      box-shadow: 0 12px 30px rgba(43, 70, 74, 0.08);
    }

    .schedule-board {
      background: rgba(255, 255, 255, 0.74);
      border: 1px solid rgba(211, 224, 219, 0.9);
      border-radius: 12px;
      padding: 18px;
      box-shadow:
        0 30px 80px rgba(43, 70, 74, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .schedule-scroll {
      overflow-x: auto;
      padding-bottom: 6px;
    }

    .schedule-table {
      width: 100%;
      min-width: 1240px;
      border-collapse: separate;
      border-spacing: 10px;
    }

    .schedule-table caption {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
    }

    .schedule-table th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 18px 14px;
      border-radius: 8px;
      background: #ecf3ef;
      color: #3e717b;
      font-size: 17px;
      font-weight: 500;
      text-align: center;
      box-shadow: inset 0 0 0 1px #d9e6e0;
    }

    .schedule-table th:first-child {
      left: 0;
      z-index: 5;
      color: #d9765d;
      background: #fff8ef;
    }

    .schedule-table td,
    .schedule-table tbody th {
      height: 96px;
      padding: 0;
      vertical-align: stretch;
    }

    .time-cell {
      position: sticky;
      left: 0;
      z-index: 4;
      width: 112px;
      min-width: 112px;
      border-radius: 18px;
      background: #ffffff;
      box-shadow:
        inset 0 0 0 1px #e1ebe6,
        0 8px 22px rgba(43, 70, 74, 0.06);
      color: #486971;
      font-size: 15px;
      font-weight: 650;
      line-height: 1.35;
      text-align: center;
    }

    .time-cell span {
      display: grid;
      place-items: center;
      height: 100%;
    }

    .slot {
      height: 100%;
      
      border-radius: 8px;
      padding: 14px 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      text-align: center;
      border: 1px solid transparent;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .slot:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 34px rgba(43, 70, 74, 0.14);
      border-color: rgba(255,255,255,0);
    }

    .slot-title {
      font-size: 17px;
      line-height: 1.25;
      font-weight: 500;
      color: #233e44;
    }

    .slot-note {
      font-size: 13px;
      line-height: 1.2;
      color: #657b80;
      font-weight: 500;
    }

    .slot-school {
      background: linear-gradient(180deg, #f7fbf8, #edf5f0);
    }

    .slot-badminton {
      background: linear-gradient(180deg, #eaf6f6, #dff0f0);
    }

    .slot-handball {
      background: linear-gradient(180deg, #eef3fb, #e4ecf8);
    }

    .slot-football {
      background: linear-gradient(180deg, #eef6e8, #e3efd9);
    }

    .slot-tournament {
      background: linear-gradient(180deg, #fff3e8, #fbe5d8);
    }

    .slot-empty {
      background: rgba(255,255,255,0.42);
      border: 1px dashed #d5e2dd;
      color: #9aacaf;
    }

    .legend {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }

    .legend-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 13px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #e1ebe6;
      color: #547079;
      font-size: 14px;
      font-weight: 600;
    }

    .legend-dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
    }

    .dot-badminton { background: #8fcaca; }
    .dot-school { background: #a8cdb4; }
    .dot-handball { background: #aebfe3; }
    .dot-football { background: #b8d99b; }
    .dot-tournament { background: #efaa82; }

    @media (max-width: 900px) {
      body {
        padding: 44px 14px;
      }

      .schedule-header {
        display: block;
      }

      .schedule-header h1 {
        font-size: 34px;
      }

      .schedule-header p {
        font-size: 16px;
      }

      .schedule-pill {
        display: inline-flex;
        margin-top: 20px;
      }

      .schedule-board {
        border-radius: 8px;
        padding: 10px;
      }

      .schedule-table {
        min-width: 1040px;
        border-spacing: 8px;
      }

      .slot-title {
        font-size: 15px;
      }

      .slot-note {
        font-size: 12px;
      }
    }

.slot-tennis {
  background: linear-gradient(180deg, #eef6ff, #e2eff9);
}

.slot-gymnastik {
  background: linear-gradient(180deg, #f4eefb, #eadff5);
}

.slot-fitness {
  background: linear-gradient(180deg, #f1f4ea, #e5ecd9);
}

.dot-tennis {
  background: #92b8dd;
}

.dot-gymnastik {
  background: #c3a7db;
}

.dot-fitness {
  background: #b8cfa1;
}

/*table-css-end*/

/*cafeteria-menu-css-start*/

.menu-section {
      max-width: 1180px;
      margin: 0 auto;
      background:#FAFBFC;
      color: #253b42;
      padding: 70px 18px !important;
      border-radius: 15px;
    }

    .menu-header {
      text-align: center;
      margin-bottom: 46px;
    }

    .menu-kicker {
      display: inline-flex;
      padding: 9px 16px;
      margin-bottom: 18px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #e4ebe6;
      color: #d9765d;
      font-size: 17px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .menu-header h1 {
      margin: 0 0 16px;
      font-size: 52px;
      line-height: 1;
      font-weight: 650;
      letter-spacing: -1.8px;
      color: #203e45;
    }

    .menu-header p {
      max-width: 680px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1.6;
      color: #687d82;
    }

    .menu-grid {
      display: grid;
      grid-template-columns: 1.1fr 1.1fr 0.8fr;
      gap: 22px;
      align-items: start;
    }

    .menu-card {
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      padding: 30px;
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(220, 231, 226, 0.95);
      box-shadow:
        0 24px 60px rgba(43, 70, 74, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .menu-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.55), transparent 42%);
      pointer-events: none;
    }

    .menu-card-header {
      position: relative;
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 24px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e5eee9;
    }

    .menu-icon {
      width: 52px;
      height: 52px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      font-size: 25px;
      background: #eef5f1;
      color: #44666f;
    }

    .menu-card h2 {
      margin: 0;
      font-size: 28px;
      line-height: 1.1;
      font-weight: 650;
      letter-spacing: -0.8px;
      color: #213a42;
    }

    .menu-card small {
      display: block;
      margin-top: 5px;
      font-size: 14px;
      color: #789096;
    }

    .menu-list {
      position: relative;
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .menu-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 15px 16px;
      border-radius: 18px;
      background: #f8fbf8;
      border: 1px solid #eef3ef;
      transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
    }

    .menu-item:hover {
      transform: translateY(-3px);
      background: #ffffff;
      box-shadow: 0 14px 28px rgba(43, 70, 74, 0.08);
    }

    .menu-name {
      font-size: 17px;
      line-height: 1.35;
      font-weight: 400;
      color: #172C48F2;
    }

    .menu-price {
      flex-shrink: 0;
      min-width: 58px;
      min-height: 38px;
      display: inline-grid;
      place-items: center;
      padding: 0 12px;
      border-radius: 999px;
      background: #edf4f0;
      color: #42636b;
      font-size: 16px;
      font-weight: 600;
    }

    .menu-note {
      position: relative;
      margin-top: 18px;
      padding: 17px 18px;
      border-radius: 20px;
      background: #fff3e8;
      border: 1px solid #f2dfcf;
      color: #8d5d45;
      font-size: 16px;
      line-height: 1.45;
    }

    .menu-note strong {
      color: #cf7659;
    }

    .menu-card.food .menu-icon {
      background: #fff1e8;
    }

    .menu-card.drinks .menu-icon {
      background: #e9f4f6;
    }

    .menu-card.coffee .menu-icon {
      background: #f3eee6;
    }

    @media (max-width: 1100px) {
      .menu-grid {
        grid-template-columns: 1fr 1fr;
      }

      .menu-card.coffee {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 700px) {
      body {
        padding: 48px 14px;
      }

      .menu-header h1 {
        font-size: 38px;
      }

      .menu-header p {
        font-size: 16px;
      }

      .menu-grid {
        grid-template-columns: 1fr;
      }

      .menu-card {
        padding: 24px;
        border-radius: 22px;
      }

      .menu-card.coffee {
        grid-column: auto;
      }

      .menu-item {
        padding: 14px;
      }

      .menu-name {
        font-size: 16px;
      }
    }

/*cafeteria-menu-css-end*/


/*gallery-css-start*/

 .gallery-section {
    padding: 30px 20px !important;
    background: #f6f4ec;
    color: #20343a;
    border-radius: 15px;
    }

    .gallery-container {
      max-width: 1480px;
      margin: 0 auto;
    }

    .gallery-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 30px;
      margin-bottom: 34px;
    }

    .gallery-kicker {
      margin: 0 0 12px;
      color: #d9765d;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .gallery-header h1 {
      margin: 0;
      font-size: 45px;
      line-height: 1.05;
      font-weight: 550;
      letter-spacing: 0.5px;
      color: #203e45;
    }

    .gallery-header p {
      margin: 14px 0 0;
      max-width: 680px;
      font-size: 18px;
      line-height: 1.6;
      color: #657b80;
    }

    .gallery-pill {
      flex-shrink: 0;
      padding: 14px 20px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #dfe8e4;
      color: #47646b;
      font-size: 15px;
      font-weight: 650;
      box-shadow: 0 12px 30px rgba(43, 70, 74, 0.08);
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      min-height: 230px;
      border: 0;
      padding: 0;
      border-radius: 15px;
      cursor: pointer;
      background: #dce7e3;
      box-shadow: 0 18px 40px rgba(40, 62, 67, 0.12);
      isolation: isolate;
    }

    .gallery-item.large {
      grid-column: span 2;
      grid-row: span 2;
      min-height: 478px;
    }

    .gallery-item.wide {
      grid-column: span 2;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      min-height: inherit;
      object-fit: cover;
      display: block;
      transform: scale(1.02);
      transition: transform 0.6s ease, filter 0.6s ease;
    }

    .gallery-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.58) 100%);
      opacity: 0;
      transition: opacity 0.35s ease;
      z-index: 1;
    }

    .gallery-item-content {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      z-index: 2;
      color: #ffffff;
      opacity: 0;
      transform: translateY(14px);
      transition: opacity 0.35s ease, transform 0.35s ease;
      text-align: left;
    }

    .gallery-item-content strong {
      display: block;
      margin-bottom: 4px;
      font-size: 18px;
      font-weight: 700;
    }

    .gallery-item-content span {
      font-size: 14px;
      color: rgba(255,255,255,0.82);
    }

    .gallery-item:hover img {
      transform: scale(1.09);
      filter: saturate(1.05) contrast(1.05);
    }

    .gallery-item:hover::after,
    .gallery-item:hover .gallery-item-content {
      opacity: 1;
    }

    .gallery-item:hover .gallery-item-content {
      transform: translateY(0);
    }

    .gallery-item:focus-visible {
      outline: 4px solid rgba(217, 118, 93, 0.35);
      outline-offset: 4px;
    }

    

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @keyframes imagePop {
      from {
        opacity: 0;
        transform: scale(0.985);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    @media (max-width: 1100px) {
      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .gallery-item.large {
        min-height: 430px;
      }
    }

    @media (max-width: 700px) {
      .gallery-section {
        padding: 38px 17px;
      }

      .gallery-header {
        display: block;
      }

      .gallery-header h1 {
        font-size: 30px;
      }

      .gallery-header p {
        font-size: 16px;
      }

      .gallery-pill {
        display: inline-flex;
        margin-top: 20px;
      }

      .gallery-grid {
        grid-template-columns: 1fr;
      }

      .gallery-item,
      .gallery-item.large,
      .gallery-item.wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 250px;
      }

      .lightbox-top {
        padding: 16px;
      }

      .lightbox-stage {
        padding: 10px 16px;
      }

      .lightbox-image-wrap {
        border-radius: 18px;
      }

      .lightbox-arrow {
        top: auto;
        bottom: 96px;
        width: 48px;
        height: 48px;
      }

      .lightbox-prev {
        left: 20px;
      }

      .lightbox-next {
        right: 20px;
      }

      .lightbox-thumbs {
        justify-content: flex-start;
        padding: 14px 16px 18px;
      }
    }

/*gallery-css-end*/

a, .search_bar .search_filter .field .field_label, .search_bar .search_filter .button .field_label, .search_bar .search_button .field .field_label, .search_bar .search_button .button .field_label {
    color: #F47A45;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: #F47A45;
    border-color: #F47A45;
}


#tabs_ul .nav-item .nav-link.active {
    color: #ffffff !important;
}

.search-section-forside .col-lg-12 > .bg-ultralight-grey {
    background-image: none !important;
    background-color: transparent !important;
}

.search-section-forside .tab-content label.form-control-label {
    color: #ffffff !important;
}

.gallery-section {
    background: #EEF2F6 !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .slots .slot.free.slot-selected, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .slots .slot.free.slot-selected {
    background: #F47A45 !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .slots .slot.free, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .slots .slot.free {
    border: none !important;
    background: #2A466B !important;
    color: #FFF !important;
    font-weight: 500;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .slots .slot, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .slots .slot {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding: 1rem 1.5rem !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .slots .slot.reserved, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .slots .slot.reserved {
    border-color: rgba(0, 16, 32, 0.5019607843) !important;
    pointer-events: none !important;
    cursor: default;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .card.border-0 .card-body .feat_font_1.text-6, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .card.border-0 .card-body .feat_font_1.text-6 {
    font-size: 1.5rem !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .card.border-0 .card-body .shop_table.cart .head .wrap_head_items, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .card.border-0 .card-body .shop_table.cart .head .wrap_head_items {
    font-size: 1rem !important;
}

.product_name, .product_name span {
    text-transform: inherit;
    display: block !important;
}

.text-2-3, .text-2-5 {
    font-size: 0.85rem !important;
}

result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .card.border-0 .card-body .shop_table.cart .py-2 .d-flex.align-items-baseline.pt-4 .text-4, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .card.border-0 .card-body .shop_table.cart .py-2 .d-flex.align-items-baseline.pt-4 .text-4 {
    font-size: 1.15rem !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .card.border-0 .card-body .shop_table.cart .py-2 .d-flex.border-top .text-4-5, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .card.border-0 .card-body .shop_table.cart .py-2 .d-flex.border-top .text-4-5 {
    font-size: 1.2rem !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion .card .card-header .text-5, #result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion .card .card-header .text-5-5, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion .card .card-header .text-5, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion .card .card-header .text-5-5 {
    font-size: 0.9rem !important;
    letter-spacing: 0;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots p.text-4-5, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots p.text-4-5 {
    font-size: 1.1rem !important;
    letter-spacing: 0;
    color: #2A466B;
    padding-top: 1rem;
}

#result_list #alle_search_result_view #NormalLaneVw .card-header .card-title a .feat_font_1, #result_list #alle_search_result_view #PriorityLaneVw .card-header .card-title a .feat_font_1 {
    font-size: 1.3rem !important;
    color: #2A466B;
}

#result_list #fastlane_weekoptdiv > div.pt-2 {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 3px;
}

#result_list #fastlane_weekoptdiv > div.pt-2 #mainActiverHeding h1 {
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
    color: #2A466B;
}

#result_list #fastlane_weekoptdiv #FastlaneOptionDiv #fastlaneTextDiv #stederTextDivId, #result_list #fastlane_weekoptdiv #FastlaneOptionDiv #fastlaneTextDiv #kalenderTextDivId {
    font-size: 0.9rem !important;
    letter-spacing: 0;
    color: #2A466B;
}

#result_list #datecalnav {
    padding: 0 0 0.75rem !important;
}

#result_list #datecalnav > div.gap-3 {
    gap: 0.35rem !important;
    color: #2A466B;
}

#result_list .date_info {
    padding-bottom: 0.5rem;
    margin-top: -0.75rem !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots {
    margin-top: 0 !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .row, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .row {
    border-bottom: 1px solid rgba(0, 16, 32, 0.5019607843);
    margin-bottom: 1.25rem;
    padding-bottom: 1.5rem;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .row .mb-4, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .row .mb-4 {
    margin-bottom: 0.75rem !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion {
    margin-bottom: 0 !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion .card, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion .card {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin-bottom: 1rem;
}


#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion .card .collapse, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion .card .collapse {
    font-size: 0.84rem !important;
    line-height: 1.4;
    letter-spacing: 0;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .card.border-0::before, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .card.border-0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, #ccc 0 2px, transparent 2px 6px);
}

/* Using specific class combinations to target only this element type */
.clsTimeslotGreyColour_1.clsTimeslotPrimaryColour_1_0.clsSlotMinute_60.bg-primary {
    background-color: #172C48F2 !important; /* Change to your preferred color */
    border-radius: 5px !important; /* Change to your preferred radius */
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .card.border-0, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .card.border-0 {
    padding: 1rem 0.75rem 0 !important;
}

/* Using specific class combinations to target only this element type */
.clsTimeslotGreyColour_1.clsTimeslotPrimaryColour_1_0.clsSlotMinute_60.bg-primary {
    background-color: #172C48F2 !important; /* Change to your preferred color */
    border-radius: 5px !important; /* Change to your preferred radius */
}

#switch_page {
    background-color: #F47A45 !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .card.border-0 .card-body .shop_table.cart .head, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .card.border-0 .card-body .shop_table.cart .head {
    padding-bottom: 0.75rem !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion .card .collapse .text-5, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion .card .collapse .text-5 {
    padding: 0 !important;
    font-size: 1.1rem !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion .card .collapse .text-3, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion .card .collapse .text-3 {
    font-size: unset !important;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion .card .collapse, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion .card .collapse {
    font-size: 0.84rem !important;
    line-height: 1.4;
    letter-spacing: 0;
}

#result_list #alle_search_result_view #NormalLaneVw .wrap_booking_slots .accordion .card .collapse .py-3.mt-4.border-top, #result_list #alle_search_result_view #PriorityLaneVw .wrap_booking_slots .accordion .card .collapse .py-3.mt-4.border-top {
    border-top: none !important;
    margin-top: 0px !important;
    padding-left: 2rem;
    padding-right: 2rem;
}

.search_filter_bar {
    background: #e5eaef;
    color: #222222;
    margin-bottom: 0 !important;
}

.search_filter_bar label, .reset_text.ws-nowrap {
    color: #2A466B !important;
}

hr.w-100.bg-white-50 {
    background: rgba(0, 0, 0, 0.1);
}

.search_result_list .spot > div.mt-4.pt-2 {
    margin-top: 0 !important;
    padding: 1.3rem 1.2rem 0 !important;
}

.search_result_list .spot > div.mt-4.pt-2 h2 {
    font-size: 1.135rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-top: 0;
    letter-spacing: -0.01rem;
}

.search_result_list .spot > div.mt-4.pt-2 p.text-4 {
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    margin-bottom: 0.75rem !important;
    text-transform: lowercase !important;
}

.search_result_list .spot > div.mt-4.pt-2 .btn {
    font-size: 1.1rem !important;
    padding: 1rem !important;
    margin-bottom: 0.75rem;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    border: none !important;
}

#Imagess .spot.m-1.mb-3.bg-ultralight-grey.border.border-radius.pb-3.overflow-hidden.w-230px {
    background-color: #F8FAFC !important;
}

section.search-section-forside {
    background: transparent linear-gradient(180deg, #2A466B 0%, #172C48F2 100%) 0% 0% !important;
}

.text-3 {
    font-size: 0.93rem !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #2A466B !important;
}

/*membership-card-css-start*/

    .membership-card {
      place-items: center;
      max-width: 100%;
      min-height: 260px;
      padding: 40px 40px !important;
      border-radius: 20px;
      border: 1px solid rgba(232, 237, 243, 1);
      background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
      box-shadow: 0px 8px 24px 0px rgba(15, 23, 42, 0.06);
      display: grid;
      grid-template-columns: 365px 1fr 210px;
      align-items: center;
      gap: 42px;
    }

    .membership-intro {
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 30px;
      align-items: center;
    }

    .membership-main-icon {
      width: 82px;
      height: 82px;
      display: grid;
      place-items: center;
    }

    .membership-main-icon img {
      width: 72px;
      height: 72px;
      object-fit: contain;
      display: block;
    }

    .membership-intro h2 {
      margin: 0 0 14px;
      font-size: 30px;
      line-height: 1.08;
      font-weight: 600;
      letter-spacing: -0.8px;
      color: rgba(23, 44, 72, 1);
    }

    .membership-intro p {
      margin: 0;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 400;
      color: rgba(23, 44, 72, 1);
    }

    .membership-benefits {
      padding: 0px 55px 0px 32px;
      border-left: 1px solid #e4eaf1;
      border-right: 1px solid #e4eaf1;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
      align-items: center;
    }

    .benefit-item {
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 16px;
      align-items: center;
    }

    .benefit-icon {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
    }

    .benefit-icon img {
      width: 30px;
      height: 30px;
      object-fit: contain;
      display: block;
    }

    .benefit-item strong {
      display: block;
      margin-bottom: 5px;
      font-size: 17px;
      line-height: 1.15;
      font-weight: 600;
      color: rgba(23, 44, 72, 1);
    }

    .benefit-item span {
      display: block;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 400;
      color: rgba(23, 44, 72, 1);
    }

    .membership-action {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-right: 70px;
    }

    .membership-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 196px;
      min-height: 43px;
      padding: 16px 24px;
      border-radius: 6px;
      background: rgba(244, 122, 69, 1);
      color: #ffffff;
      text-decoration: none;
      font-size: 20px;
      font-weight: 600;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .membership-button:hover {
      background: #c86b42;
      transform: translateY(-2px);
      color: #fff;
    }

    .membership-button:focus-visible {
      outline: 4px solid rgba(212, 122, 80, 0.28);
      outline-offset: 4px;
    }

    .membership-action p {
      margin: 18px 0 0;
      max-width: 185px;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 400;
      color: rgba(23, 44, 72, 1);
    }

    .membership-action a:not(.membership-button) {
      font-weight: 600;
      color: rgba(23, 44, 72, 1);
      font-size: 13px;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    @media (max-width: 1050px) {
      .membership-card {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 36px;
      }

      .membership-benefits {
        padding: 28px 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #e4eaf1;
        border-bottom: 1px solid #e4eaf1;
      }

      .membership-action {
        align-items: flex-start;
        text-align: left;
      }

      .membership-action p {
        max-width: none;
      }
    }

    @media (max-width: 720px) {
      body {
        padding: 18px;
      }

      .membership-card {
        padding: 24px 28px;
        border-radius: 18px;
      }

      .membership-intro {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .membership-intro h2 {
        font-size: 25px;
      }

      .membership-benefits {
        gap: 18px;
      }

      .membership-button {
        width: 100%;
      }

      .membership-action {
        align-items: stretch;
        text-align: center;
      }
    }

/*membership-card-css-end*/

.flex_image.w-100-mobile img,
.flex_image.w-100-mobile .aspect_ratio_16_5 {
    max-height: 6500px !important;
    height: 650px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.tabs .nav-tabs .nav-item .nav-link {
    font-size: 1.5rem !important;
}

div#collapseMemAllActivities > div > div > div > div:nth-of-type(2) > div > h4 > a:hover {
    color: #172C48 !important;
}

.card-body span.text-2.line-height-2.font-weight-medium.mb-2.text-secondary {
    color: #172C48 !important;
}

.flex_image.w-100-mobile img.aspect_ratio_16_9 {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    aspect-ratio: auto !important;
}

.advertisment-section-forside .main-section a.btn.btn-secondary {
    max-width: none !important;
    min-width: 200px !important;
    width: auto !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.page-header h1 {
    margin-bottom: 20px !important;
}


/*employee-directory-module-css-start*/

    .employee-directory-module {
      width: 100%;
      background: #e9eff400;
      color: #20252b;
    }

    .hero-employee {
      min-height: clamp(260px, 32vw, 400px);
      background:
        linear-gradient(rgba(30, 20, 10, .18), rgba(30, 20, 10, .18)),
        url("https://absalonx.brnd.com/upload/xgq7nklzE0n6f8LcpxZl/AnalegLogophoto/aa362db4-452e-49cf-ae5a-36c1d35346a5@banner_contact.png");
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
    }

    .hero-inner-employee {
      width: min(100%, 1180px);
      margin: 0 auto;
      padding: clamp(32px, 5vw, 56px) 24px;
    }

    .hero-employee h1 {
      max-width: 700px;
      margin: 0 0 10px;
      color: #ffffff;
      font-size: clamp(2.15rem, 5vw, 3.5rem);
      line-height: .92;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: -1.5px;
    }

    .hero-employee p {
      max-width: 820px;
      margin: 0;
      color: #ffffff;
      font-size: clamp(1rem, 2vw, 1.4rem);
      line-height: 1.45;
      font-weight: 500;
    }

    .employee-main {
      padding: clamp(34px, 5vw, 42px) 24px clamp(64px, 8vw, 90px);
    }

    .employee-section {
      width: min(100%, 1440px);
      margin: 0 auto;
      text-align: center;
    }

    .employee-breadcrumb {
      margin-bottom: 18px;
      font-size: 0.8rem;
      color: #5f6c76;
      text-transform: uppercase;
      letter-spacing: .8px;
      line-height: 24px;
    }

    .employee-breadcrumb span {
      margin: 0 8px;
    }

    .employee-section h2 {
      margin: 0 0 18px;
      font-size: clamp(1.75rem, 3vw, 2.3rem);
      font-weight: 500;
      color: #252b31;
      line-height: 1.2;
    }

    .employee-intro {
      max-width: 880px;
      margin: 0 auto 34px;
      font-size: clamp(.9rem, 1.4vw, .93rem);
      line-height: 1.6;
      color: #3f4a53;
      font-weight: 400;
    }

    .employee-filters {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px 18px;
      margin-bottom: 34px;
    }

    .employee-filter-btn {
      border: 0;
      border-bottom: 3px solid transparent;
      background: transparent;
      padding: 0 0 6px;
      font: inherit;
      font-size: clamp(.78rem, 1.4vw, .9rem);
      font-weight: 500;
      color: #606c75;
      text-transform: uppercase;
      cursor: pointer;
      min-height: 32px;
    }

    .employee-filter-btn:hover,
    .employee-filter-btn:focus-visible {
      color: #1861ac;
      outline: 2px solid rgba(24, 97, 172, .25);
      outline-offset: 4px;
      border-radius: 3px;
    }

    .employee-filter-btn.active {
      color: #1861ac;
      border-bottom-color: #1861ac;
    }

    .employee-grid-wrapper {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(38px, 5vw, 56px) clamp(18px, 3vw, 28px);
      text-align: center;
      align-items: start;
    }

    .employee-card {
      min-width: 0;
    }

    .employee-photo {
      width: 100%;
      aspect-ratio: 12 / 8;
      border-radius: .7rem;
      overflow: hidden;
      background: #eef2f6;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: clamp(16px, 2vw, 25px);
    }

    .employee-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .employee-initials {
      font-size: clamp(2.4rem, 5vw, 3.5rem);
      color: #2a466b;
      font-weight: 500;
      letter-spacing: 1px;
    }

    .employee-name {
      margin: 0 0 5px;
      font-size: clamp(1rem, 1.6vw, 1.1rem);
      font-weight: 600;
      color: #2a466b;
    }

    .employee-role {
      margin: 0 0 12px;
      font-size: clamp(.82rem, 1.4vw, .9rem);
      font-weight: 500;
      line-height: 1.35;
      color: #f47a45;
    }

    .employee-contact-links {
      display: flex;
      justify-content: center;
      gap: 14px;
    }

    .employee-contact-links a {
      color: #f47a45;
      text-decoration: none;
      font-size: 1.25rem;
      font-weight: 100;
      line-height: 1;
      min-width: 28px;
      min-height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .employee-contact-links a:hover,
    .employee-contact-links a:focus-visible {
      color: #b7461c;
      outline: 2px solid rgba(233, 103, 47, .25);
      outline-offset: 3px;
      border-radius: 3px;
    }

    .employee-empty-state {
      display: none;
      margin-top: 30px;
      font-size: 14px;
      color: #5f6c76;
    }

    @media (max-width: 1100px) {
      .employee-grid-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .hero-employee {
        align-items: flex-end;
      }

      .hero-inner-employee {
        padding-left: 20px;
        padding-right: 20px;
      }

      .employee-main {
        padding-left: 18px;
        padding-right: 18px;
      }

      .employee-grid-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .employee-filters {
        gap: 10px 14px;
      }
    }

    @media (max-width: 520px) {
      .employee-breadcrumb span {
        margin: 0 5px;
      }

      .employee-intro {
        margin-bottom: 28px;
      }

      .employee-filters {
        flex-direction: column;
        align-items: center;
      }

      .employee-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 38px;
      }

      .employee-card {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
      }
    }

    @media (max-width: 360px) {
      .hero-employee h1 {
        letter-spacing: -1px;
      }

      .employee-main {
        padding-left: 14px;
        padding-right: 14px;
      }
}
/* Frivillighedsside - begræns plakatbilledet */

.content-block .flex_image.w-100-mobile img.aspect_ratio_16_9[src*="@frivillig.jpg"] {
    width: 100% !important;
    max-width: 980px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    margin: 60px auto !important;
    display: block !important;
}

.main-section .image-text .learn-more {
    max-width: 450px !important;
    padding-top: 5px !important;
}

/* spotannonce forside - frivillighed */

.advertisment-section-forside .main-section .image-text {
    padding-left: 50px !important;
}

.advertisment-section-forside .main-section .image-text > div {
    line-height: normal !important;
}

.advertisment-section-forside .main-section .image-text h2.title {
    max-width: 700px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.15 !important;
    padding-top: 8px !important;
    margin-bottom: 12px !important;
}

.advertisment-section-forside .main-section .image-text a.learn-more {
    display: block !important;
    max-width: 700px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.35 !important;
    margin-bottom: 0 !important;
}

/* svarkupon / kontaktformular */

.contactus-section .border.bg-white {
  max-width: 1195px !important;
  margin: 0 auto !important;
  padding: 50px 56px !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  border: 0 !important;
  color: #253b42 !important;
}

.contactus-section h1,
.contactus-section h2,
.contactus-section h3 {
  color: #203e45 !important;
  font-weight: 700 !important;
}

.contactus-section p {
  color: #253b42 !important;
  line-height: 1.6 !important;
}

.contactus-section label {
  color: #253b42 !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}

.contactus-section input,
.contactus-section textarea {
  border: 1px solid #d5dee6 !important;
  border-radius: 10px !important;
  background: #eef2f6 !important;
  color: #253b42 !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

.contactus-section input:focus,
.contactus-section textarea:focus {
  border-color: #173c68 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(23, 60, 104, 0.12) !important;
}

.contactus-section textarea {
  min-height: 220px !important;
}

.contactus-section .btn,
.contactus-section button,
.contactus-section input[type="submit"] {
  border-radius: 10px !important;
  background: #f47a45 !important;
  color: #ffffff !important;
  border: 0 !important;
  padding: 14px 28px !important;
  font-weight: 700 !important;
}
.contactus-section textarea{
    margin-bottom:30px !important;
}

.accordion-modern-status .accordion-toggle span {
    color: #1f3138;
}

img.max-w-175px[src*="logo_gribskov"] {
    max-width: 300px !important;
}

#container .flex_image.mb-5.border.border-radius.bg-white.p-4 {
    display: none !important;
}


/* medlemsside hero - korrekt target */

.post-image .id_images {
    height: 440px !important;
    overflow: hidden !important;
}

.post-image .wrap_feature_img {
    width: 60% !important;
    height: 440px !important;
    overflow: hidden !important;
}

.post-image .feature.flex_image {
    height: 440px !important;
    min-height: 440px !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
}

.post-image .feature.flex_image .bg-img-full {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.post-image .w-40 {
    width: 40% !important;
    height: 440px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    overflow: hidden !important;
}

.post-image .w-40 > div {
    height: calc(50% - 6px) !important;
    overflow: hidden !important;
}

.post-image .w-40 .feature.flex_image {
    height: 100% !important;
    min-height: 100% !important;
}

.post-image .w-40 .bg-img-full {
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* medlemsside hero - centreret og stabil på store skærme */

.post-image {
    width: 100% !important;
}

.post-image .id_images {
    max-width: 1440px !important;
    width: calc(100% - 120px) !important;
    height: 440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
}

.post-image .wrap_feature_img {
    width: calc(66.666% - 6px) !important;
    height: 440px !important;
    overflow: hidden !important;
}

.post-image .w-40 {
    width: calc(33.333% - 6px) !important;
    height: 440px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    overflow: hidden !important;
}

.post-image .w-40 > div {
    width: 100% !important;
    height: calc(50% - 6px) !important;
    overflow: hidden !important;
}

.post-image .feature.flex_image,
.post-image .thumb-info-wrapper,
.post-image .bg-img-full {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
}

.post-image .bg-img-full {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 900px) {
    .post-image .id_images {
        width: 100% !important;
        height: auto !important;
        max-width: none !important;
    }

    .post-image .wrap_feature_img,
    .post-image .w-40 {
        width: 100% !important;
        height: auto !important;
    }
}
.cart-flow-indicator span, .cart-flow-indicator a , .cart-flow-indicator div{
color: #F47A45 !important;
}
#leftMainMenu .menu-item{
display:inherit !important;
border-radius:0px;
}
.btn-outline-secondary{
     border-color:#F47A45  !important;
}