@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.btn { 
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
border-radius:50rem;
}
.btn:hover { 
    background-color: #40b93c!important;
}
#sb_category_step_container > div:nth-child(6) > div > footer > a{ 
display:none;
}
#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .title--h3::after {
    content: 'Bitte beachten Sie, dass die Verfügbarkeit der Ausrüstung begrenzt sein kann. Wir geben Ihnen Bescheid, ob das gewünschte Equipment zur Verfügung steht.';
    display: block;
    font-size: 16px;
    line-height: 1.5;
    word-break: normal;
    white-space: normal;
    height: auto;
    margin-top: 10px;
    margin-bottom: 24px;
    padding-right: 10px;
}

#sb_product_pagination:has(a.current[data-sb-page="1"]) ~ #sb_product_list_container .item.product-item .item__picture-wrapper::after,
#sb_product_container:has(a.current[data-sb-page="1"]) .item.product-item .item__picture-wrapper::after {
    content: "Unsere Empfehlung";
    color: #40b93c;
    position: absolute;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 15px;
    top: -10px;
    right: 5px;
    font-weight: bold;
    z-index: 10;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
    background-color: white;
}
.item__picture-wrapper {
    position: relative;
}
#sb-timeline .steps-nav li .content .title-sub {
    color: #d6d6d6 !important;
}

.product-section .item .badge::before,
.product-section .item .badge::after {
    /* deine bestehenden Dreiecke bleiben unverändert */
}

.product-section .item .badge {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}

.product-section .item .badge::first-line {
    font-weight: 700;
}
.product-section .item .badge::after {
    content: "pro Person";
    display: block;
    position: static;
    transform: none;
    border: 0;
    width: auto;
    height: auto;
    font-size: 11px;
    font-weight: 400;
}
#sb_category_step_container .category-item .item__picture-wrapper {
    position: relative;
    overflow: hidden;
}

#sb_category_step_container .category-item .item__picture-wrapper {
    position: relative;
}

#sb_category_step_container .category-item .item__picture-wrapper {
    position: relative;
}
/*
#sb_category_step_container > .category-item:nth-child(-n+5) .item__picture-wrapper::after {
    content: "inkl. Kaffee/Wasser Flat";
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.95);
    color: #40b93c;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    max-width: calc(100% - 20px);
}
*/
#ada-compliant {
    display: none !important;
}
@media (hover: none) and (pointer: coarse) {
  #sb_google_reviews_card{
    overflow: hidden !important;
    max-height: 104px;              /* vorher 84px -> jetzt höher */
    transition: max-height 260ms ease;
    cursor: pointer;
  }

  #sb_google_reviews_card:focus-within{
    max-height: 520px;
  }

  #sb_google_reviews_card .google-reviews__card-right{
    display: none !important;
  }

  #sb_google_reviews_card:focus-within .google-reviews__card-right{
    display: block !important;
  }

  #sb_google_reviews_card .google-reviews__card-heading{
    display: none !important;
  }

  #sb_google_reviews_card .google-reviews__card-left{
    align-items: center;
  }
}
@media (hover: none) and (pointer: coarse) {
  #sb_google_reviews_card{
    position: fixed !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;  /* echte vertikale Zentrierung */
    z-index: 9999 !important;
  }
}
