/* ===== banner ===== */
.getzoo-banner-container {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.getzoo-banner-intro {
    margin-bottom: 20px;
}
.getzoo-banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.getzoo-banner-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.getzoo-banner-card:hover {
    transform: scale(1.05);
}
.getzoo-banner-card img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    align-self: center;
}
.getzoo-banner-text {
    margin-top: auto;
    text-align: center;
}
.getzoo-banner-download-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 18px;
    background: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
}
.getzoo-banner-download-btn:hover {
    background: #218838;
}

/* ===== bewertung ===== */
.verified-badge {
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: #f5f5f8;
    font-size: 0.8em;
    border-radius: 3px;
    margin-left: 10px;
    float: right;
}

/* ===== bewertungs-widget ===== */
.review-widget--headline.bg-light.p-1.pr-2.pl-2 {
    background-color: #EA8507;
    color: white;
}
.mill-average-review-rating-widget {
    display: block !important; /* Oder inline-block, falls nötig */
}
.mill-average-review-rating-widget.is-bottom-left.shadow-sm {
    z-index: 200 !important;
    position: fixed !important; /* Wichtiger als relative */
    left: 1.5rem;
    bottom: 1.5rem;
}

.mill-average-review-rating-widget.is-bottom-left.shadow-sm.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}

@media (max-width: 996px) {
    .mill-average-review-rating-widget.is-bottom-left.shadow-sm {
        display: none !important;
    }
}

/* ===== category ===== */
.filter-panel-item-dropdown {
    border-radius: 10px;
}
.filter-boolean, span.filter-active {
    border: 1px solid #f5f5f8;
    border-radius: 10px;
}
.getzoo-category-cms .card .card-body {
    height: 470px;
}
span.filter-active {
    background-color: #FFBD59;
    color: white;
}
.getzoo-category-subcategory {
    padding: 70px 0px;
}
.getzoo-category-description::after {
    content: "";
    position: absolute;
    bottom: -62px;
    left: 0;
    height: 62px;
    width: 100%;
    z-index: 5;
    background: url(/bundles/getzootemplate/category/subcategory_top_line.svg);
    background-position-y: center;
    margin-bottom: 30px;
}

.getzoo-category-description {
    position: relative;
}
.getzoo-category-subcategory-top-line {
    background-size: unset !important;
    background-repeat: unset !important;
}

.cms-section.bg-color.pos-0.cms-section-default > section.cms-section-default.full-width > .cms-block.bg-color.pos-0.cms-block-moorl-twig.position-relative > .cms-block-container, 
body.is-ctl-product .container-main > .cms-page > .cms-sections > .cms-section.bg-color.pos-3.cms-section-default 
{
    background: url(/bundles/getzootemplate/category/subcategory_bottom_line.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: -5px;
}
.cms-section.bg-color.pos-3.cms-section-default {
    padding-bottom: 50px;
}
.cms-section.home-slider-section.productpage-getzoo.bottom-line.pos-4.cms-section-default {
    margin-top: -50px;
}

/* ===== category-discount ===== */
.category-discount-getzoo {
    padding-top: 20px;
    max-width: 1000px;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.alert-content-container {
    /*border-radius: 10px;*/
    /*padding: 20px;*/
}

/* Überschrift mit weißem Strich darunter */
.category-discount-getzoo .alert-content-container h2 {
    color: #ffffff !important;
    margin-bottom: 10px; /* Etwas mehr Abstand nach unten */
    font-family: inherit;
    position: relative;
    padding-bottom: 8px; /* Abstand für die Linie */
}

.category-discount-getzoo .alert-content-container h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Volle Breite */
    height: 1px;
    background-color: #ffffff;
}

/* Optionaler kleiner Akzent in der Ecke */
.category-discount-getzoo > div:before {
    content: "%";
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 70px;
    font-weight: 700;
    opacity: 0.07;
    color: #ffffff;
    line-height: 0.6;
}

/* Etwas mehr Padding für bessere Lesbarkeit */
.category-discount-getzoo > div {
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Subtiler Hintergrund-Effekt */
.category-discount-getzoo > div {
    background: linear-gradient(to right, #62B74B, #62B74B);
    position: relative;
    overflow: hidden;
}


/* ===== checkout ===== */
body.is-ctl-checkout.is-act-cartpage [title~=PayPal] {
    padding: 0px 20px;
    margin-top: -10px;
}

.line-item.line-item-product.is-offcanvas.js-cart-item > .row.line-item-row > .line-item-info > .row.line-item-row > .line-item-details > .line-item-details-container > .line-item-product-number, .line-item.line-item-product.is-offcanvas.js-cart-item > .row.line-item-row > .line-item-info > .row.line-item-row > .line-item-details > .line-item-details-container > .line-item-delivery-date, .line-item.line-item-product.is-offcanvas.js-cart-item > .row.line-item-row > .line-item-info > .row.line-item-row > .line-item-details > .line-item-details-container > .product-wishlist  {
    display: none;
}

form.offcanvas-cart-promotion-form.js-offcanvas-cart-add-promotion {
    display: none;
}

.line-item-product-number {
    margin-bottom: unset;
}
.frosh-share-basket--buttons .btn-share-basket-whatsapp, .frosh-share-basket--buttons .btn-share-basket-facebook {
    background-color: #EA8507;
}

.order-placed-information.test1 {
    background: #F9E7CD !important;
    border-radius: 16px;
    margin-top: 20px;
}

.footer-minimal {
    background: url(/bundles/getzootemplate/home/getzoo-footer-bg-all_v2.png);
    background-position: top;
    background-size: cover;
    padding-top: 50px;
    margin-top: -10px;
    border: unset;
}

.is-act-checkoutregisterpage .container-main {
    border-radius: 20px;
}

.checkout .checkout-aside .checkout-aside-container {
    padding-bottom: 20px;
}
/* fix modal cancle window is under the modal-backgdrop */
.modal-open.is-ctl-accountorder  .checkout-aside-wrapper-sticky{
 position:unset;   
}

.line-item.line-item-product.is-offcanvas.js-cart-item {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
label.mb-1 {
    padding-left: 15px;
	font-weight: 700;
}
.js-frosh-share-basket-container > .alert.alert-info.alert-has-icon, .flashbags > .alert.alert-info.alert-has-icon {
    margin: 10px 0 !important;
}

img#swag-amazon-pay-change-amazon-payment-logo {
    width: 50px;
    margin-right: 5px;
}

.swag-amazon-pay-wrapper.checkout-cart {
    display: none;
    visibility: hidden;
}

textarea#customerComment {
    min-height: 200px;
    border-radius: 20px;
}
.line-item-delivery-date {
    display: none;
}
.line-item-details {
    width: 70%;
}
.checkout .checkout-main .line-item .line-item-row div {
    justify-content: unset;
}
.checkout-aside-action {
    padding: 0 20px;
}

form.js-frosh-share-basket-form > button.btn.btn-primary {
    border-radius: 10px;
}


body.is-ctl-checkout span.product-price {
    color: unset;
}
body.is-ctl-checkout .product-price-wrapper, body.is-ctl-checkout a.product-name {
    text-align: center;
}

body.is-ctl-checkout .product-price-wrapper {
    margin-bottom:15px;
}

/* ===== cls - bilder ===== */
.up-focus-visible,
.up-focus-hidden,
[up-href]:focus,
[up-clickable]:focus {
  outline: none !important;
  box-shadow: none !important;
}
up-progress-bar {
  background-color: #EA8507 !important;
}


.footer-line {
  display: block;        
  width: 100%;          
  height: auto;          
  aspect-ratio: 1920 / 20;
  object-fit: contain;
}
.wave-decorator {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 200; 
  object-fit: cover;
}
.header-logo-main-img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 4 / 3; 
  object-fit: contain;
}
.logo-on-the-nature {
  display: block;       
  width: 150px;             
  height: auto;             
  aspect-ratio: 300 / 80;   
  object-fit: contain;       
}


/* ===== container-main ===== */
.container-main {
    border-radius: 10px;
}
.account-content-aside.col-lg-3.col-xl-2.d-none.d-lg-block {
    background-color: var(--bs-body-bg);
    padding-top: 20px;
    border-radius: 10px;
}
.col-12.card-col.account-overview-card.account-loyalty-discount-card {
    background-color: #f5e9cd;
    padding: 20px;
    border-radius: 0 10px 10px 0;
}
.cms-block .cms-block-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* ===== faq ===== */
.accordion {
    display: block;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    color: #696969;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: .875rem;
    margin-bottom: 20px;
}

.accordion *,
.accordion *:before,
.accordion *:after {
    box-sizing: border-box;
}

.accordion__item {
    display: block;
    width: 100%;
    border: 1px solid #ebeded;
	border-radius: 10px;
    background-color: #fff;
    -webkit-transition: border .6s ease;
    transition: border .6s ease;
}

.accordion__item + .accordion__item {
    margin-top: 8px;
}

.accordion__toggle {
    position: relative;
    color: #5f7285;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: .875rem;
    cursor: pointer;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease;
}

.accordion__toggle:before,
.accordion__toggle:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 25px;
    left: 21px;
    background-color: #54b02b;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

.accordion__toggle:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion__toggle:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.accordion__toggle,
.accordion__content {
    padding: 14px 18px 14px 70px;
}

.accordion__content {
    text-align: justify;
}

.accordion__content p {
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.accordion__content p:last-child {
    margin-bottom: 0;
}

.accordion__content b,
.accordion__content strong {
    color: #5f7285;
}

.accordion__content a {}

.accordion__content ol {
    /*list-style: initial;*/
}

.accordion__item.is-open {
    border-color: #62b74b;
}

.accordion__item.is-open .accordion__toggle {
    background-color: #eaf0e8;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
}

.accordion__toggle {
    background-color: #eaf0e8;
    border-radius: 10px;
    font-weight: 700;
}

.accordion__item.is-open .accordion__toggle:before,
.accordion__item.is-open .accordion__toggle:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

@media only screen and (max-width: 480px) {
    .accordion__content {
        padding-left: 18px;
    }
}

[data-accordion="content"] {
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.3s ease-in-out;
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.accordion__item.is-open [data-accordion="content"] {
    max-height: 1000px; /* Automatische Anpassung an den Text */
    opacity: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* ===== footer ===== */
footer.footer-main {
    background-image: url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2.png"); /* Fallback */
    background-image: -webkit-image-set(
        url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2.avif") type("image/avif"),
        url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2.webp") type("image/webp"),
        url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2.png") type("image/png")
    );
    background-image: image-set(
        url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2.avif") type("image/avif"),
        url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2.webp") type("image/webp"),
        url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2.png") type("image/png")
    );
    background-position: top;
    background-size: cover;
    padding-top: 50px;
    margin-top: -25px;
    border: unset;
}

/* Hintergrundbild für kleinere Bildschirme (bis 580px) */
@media screen and (max-width: 580px) {
    footer.footer-main {
        background-image: url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2_mobil.png"); /* Fallback */
        background-image: -webkit-image-set(
            url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2_mobil.avif") type("image/avif"),
            url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2_mobil.webp") type("image/webp"),
            url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2_mobil.png") type("image/png")
        );
        background-image: image-set(
            url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2_mobil.avif") type("image/avif"),
            url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2_mobil.webp") type("image/webp"),
            url("/bundles/getzootemplate/home/getzoo-footer-bg-all_v2_mobil.png") type("image/png")
        );
    }
}


.contact-icon.extra {
    min-width: 90px;
}

img.img-footer-extra {
    width: 80px !important;
}
img.wave-down {
    width: unset;
    z-index: unset;
}

.scroll-up-button.is-visible {
    transform: scale(1.16) !important;
}


/* ===== general ===== */
.dvaccess-pos-rb .dvaccess-toggle {
    right: 24px;
    bottom: 20px;
    border-radius: 10px;
    transform: scale(0.95);
}
.dvaccess {
    z-index: unset !important;
}

.scroll-up-button {
    bottom: 75px !important;
}

a:hover {
    text-decoration: unset;
}
.hr-with-image {
    display: flex;
    align-items: center;
    margin-top: -20px;
    margin-bottom: -10px;
}

.hr-with-image hr {
    flex-grow: 1;
    border: none;
    border-top: 1px solid #000;
}

.hr-with-image img {
    height: 75px;
    margin-left: -10px;
}

h1.kategorietext, h2.kategorietext, h3.kategorietext, h4.kategorietext, h5.kategorietext, h6.kategorietext {
    font-weight: 700;
    font-size: 28px;
}
table {
    border: 2px solid rgba(var(--bs-link-color-rgb));
    border-radius: 10px;
    border-collapse: unset;
}
table tr:nth-child(even) td {
    background: #f5e9cd !important;
}
td {
    padding: 10px 10px 0;
}

.mill-average-review-rating-widget.is-bottom-left.shadow-sm {
    border-radius: 10px;
}

.review-widget--headline.bg-light.p-1.pr-2.pl-2 {
    border-radius: 10px 10px 0 0;
}

.scroll-up-button.js-scroll-up-button.is-visible > button.btn.btn-primary {
    border-radius: 10px;
}
.getzootemplate-categories-link-section, .cms-section.getzoo-category-slider-product.pos-2.cms-section-default, .getzoo-additional-information {
    background-repeat: repeat-x;
    background-size: auto 100%;
}
.getzoo-category-subcategory-bottom-line {
    background-repeat: unset !important;
    background-size: unset !important;
}
img.description-wave {
    max-height: 130px;
}
.data-protection-information.grecaptcha-protection-information {
    font-size: x-small;
    padding-bottom: 10px;
}

.alert.alert-info.alert-has-icon {
    margin: 20px !important;
}

/* ===== header ===== */
header.header-main {
    box-shadow: 0 5px 10px 5px white;
    border-bottom: 5px solid white;
}
span.icon.icon-ratgeber-icon {
    margin-left: 7px;
    padding-bottom: 2px;
}
.header-main .header-row .header-search-col .row .header-search .search-guard {
    left: 225px;
	bottom: -3px;
}
.getzootemplate-top-bar {
    padding-bottom: 10px;
}

.getzootemplate-home-wrapper {
    background-image: url('/bundles/getzootemplate/home/getzoo-home-banner.png'); /* Fallback */
    background-image: -webkit-image-set(
        url('/bundles/getzootemplate/home/ggetzoo-home-banner.webp') type('image/webp'),
        url('/bundles/getzootemplate/home/getzoo-home-banner.png') type('image/png')
    );
    background-image: image-set(
        url('/bundles/getzootemplate/home/getzoo-home-banner.webp') type('image/webp'),
        url('/bundles/getzootemplate/home/getzoo-home-banner.png') type('image/png')
    );
}

.header-main {
    background-image: url('/bundles/getzootemplate/home/getzoo-header-bg_v2.png'); /* Fallback */
    background-image: -webkit-image-set(
        url('/bundles/getzootemplate/home/getzoo-header-bg_v2.webp') type('image/webp'),
        url('/bundles/getzootemplate/home/getzoo-header-bg_v2.png') type('image/png')
    );
    background-image: image-set(
        url('/bundles/getzootemplate/home/getzoo-header-bg_v2.webp') type('image/webp'),
        url('/bundles/getzootemplate/home/getzoo-header-bg_v2.png') type('image/png')
    );
    z-index: 500;
    background-position: bottom;
    margin-bottom: -20px;
    padding-bottom: 30px;
}

/* Hintergrundbild für kleinere Bildschirme (bis 580px) */
@media screen and (max-width: 580px) {
    .header-main {
        background-image: url('/bundles/getzootemplate/home/getzoo-header-bg_v2_mobil.png'); /* Fallback */
        background-image: -webkit-image-set(
            url('/bundles/getzootemplate/home/getzoo-header-bg_v2_mobil.webp') type('image/webp'),
            url('/bundles/getzootemplate/home/getzoo-header-bg_v2_mobil.png') type('image/png')
        );
        background-image: image-set(
            url('/bundles/getzootemplate/home/getzoo-header-bg_v2_mobil.webp') type('image/webp'),
            url('/bundles/getzootemplate/home/getzoo-header-bg_v2_mobil.png') type('image/png')
        );
    }
    .getzootemplate-home-wrapper {
        background-image: url('/bundles/getzootemplate/home/getzoo-home-banner-mobile.png'); /* Fallback */
        background-image: -webkit-image-set(
            url('/bundles/getzootemplate/home/ggetzoo-home-banner-mobile.webp') type('image/webp'),
            url('/bundles/getzootemplate/home/getzoo-home-banner-mobile.png') type('image/png')
        );
        background-image: image-set(
            url('/bundles/getzootemplate/home/getzoo-home-banner-mobile.webp') type('image/webp'),
            url('/bundles/getzootemplate/home/getzoo-home-banner-mobile.png') type('image/png')
        );
    }
}


a.nav-link.main-navigation-link:last-child {
    color: #62B74B;
}
.header-cart .header-cart-badge {
    position: absolute;
    right: -0.25rem;
    top: 1px;
}
.header-main .header-logo-main .logo-on-the-nature {
    margin-top: 1px;
}
button.btn.header-search-btn {
    background-color: #f5f5f8;
}
.form-control:focus {
    box-shadow: none;
}

header.header-minimal {
    background: url(/bundles/getzootemplate/home/getzoo-header-bg_v2.png);
    z-index: 500;
    background-position: bottom;
    margin-bottom: -20px;
    padding-bottom: 30px;
}

.nav-main {
    margin-bottom: 15px;
    background: unset;
}
.body-inner-custom-block .header-line-decoration {
    bottom: -35px;
}

@media screen and (min-width: 48em) {
.getzootemplate-top-bar {
    background-repeat: unset !important;
}
}

.flashbags.container {
    display: none;
}

/* ===== hinweis ===== */
.alert.alert-info.alert-has-icon {
    margin: 20px 50px 20px 70px !important;
    border-radius: 5px;
}

/* ===== listing ===== */
.getzoo-category-cms .card .card-body .product-badges .badge-discount, .badge.bg-danger.badge-discount {
    margin-left: 0 !important;
    border-radius: 0 8px 8px 0 !important;
}



/* ===== listing-stoerer ===== */
.listing-stoerer-getzoo.green h2, .listing-stoerer-getzoo.orange h2 {
    color: white;
}
.listing-stoerer-getzoo.green {
    background-color: #62B74B;
    color: white;
}
.listing-stoerer-getzoo.orange {
    background-color: #EA8507;
    color: white;
}

.listing-stoerer-getzoo {
    border-radius: 10px;
    border: 1px solid;
    border-color: #D9D9D9;
    height: 470px;
    margin-top: 10px;
    padding: 20px;
    background-color: #D9D9D9;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listing-stoerer-getzoo.video {
    padding: unset;
}
.cms-element-vimeo-video {
    height: 100%;
}

/* Test */
.cms-element-vimeo-video {
    position: relative;
    padding-bottom: 177%;
    margin-top: -10px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.cms-element-vimeo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ===== merkzettel ===== */
.alert.alert-info.alert-has-icon {
    margin: 0 20px;
}
.cms-element-product-listing-wrapper {
    margin: 20px;
}

/* ===== mobil ===== */
button.btn.nav-main-toggle-btn.header-actions-btn:after {
    content: " Menü";
}

@media (max-width: 576px) {
    
    img#tinymce-editor-image-d4826072-f9f4-4847-9b23-f58b1833f9e8 {
        width: 100%;
        height: 100%;
    }
    .container.top-bar-container > .information {
        padding: 0 !important;
    }
    .row.g-2.mt-0.justify-content-end {
        justify-content: center;
    }
    form.header-search-form {
         width: 95%;
    }
    /* Footer Orange */
    .home-pluses-container .container .home-pluses-wrapper .home-plus img, .getzoo-additional-information .home-plus img {
        width: 100px;
        height: 100px;
    }    
    .home-pluses-container .container .home-pluses-wrapper .home-plus .subtitle, .getzoo-additional-information .home-plus .subtitle {
        font-size: 0.875rem;
    }
    .col-lg-5.product-detail-buy {
        border-radius: unset;
    }
    .additional-product-information {
         border-radius: 0 !important;
    }
}

@media (max-width: 680px) {
    img.search-guard {
        display: none !important;
    }
    
}

/* Sticky Header */
@media (max-width: 990px) {
  .header-row.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: #F9E7CD; /* Hier den Hintergrund ändern */
    min-height: 60px;
    padding: 10px 0;
    transition: background-color 0.6s ease, box-shadow 0.6s ease, transform 0.6s ease;
  }
  .header-row.is-sticky .header-logo-col {
    display: none !important;
  }
  .col-12.card-col.account-overview-card.account-loyalty-discount-card {
    border-radius: 10px;
    margin-left: unset;
    padding-left: 20px;
    }
}


@media (max-width: 768px) {
    /* Sticky Header */
  .getzoo-additional-information {
        margin-top: -100px;
        z-index: 1;
        padding-bottom: 150px;
    }
    .custom-kplin-product-share.col-lg-12 {
        z-index: 2;
    }
    .cms-section.test-breadcrumb.pos-0.cms-section-default {
        display: none;
    }
     /* Mobil Produktbeschreibung */
    .product-detail-mobile-description.d-block.d-md-none > .offcanvas-header > button.btn.btn-light.offcanvas-close.js-offcanvas-close {
    display: none;
    }
    .product-detail-description.tab-pane-container {
        padding-bottom: 50px;
    }
    .cms-block.pos-0.cms-block-product-description-reviews.position-relative {
     margin-top: -90px;
    }
    /* Mobil - Cross Selling Produktpage */ 
    .product-detail-tabs.cms-element-product-description-reviews > .card.card-tabs > .product-detail-tabs-content {
        display: none;
    }
    .product-detail-tabs-content {
        display: block;
    }
    .cms-block.cross-selling-tabs-3 .card-header.product-detail-tab-navigation {
        display: none;
    }
    .cms-block.cross-selling-tabs-3.pos-0.cms-block-product-slider.position-relative {
        padding-bottom: 50px;
    }

}

/* ===== modal ===== */
.modal-body.js-pseudo-modal-template-content-element > .cms-sections > .cms-section.versand-faq, .modal-body.js-pseudo-modal-template-content-element > .cms-section.versand-faq.pos-2.cms-section-default {
    display: none;
}

.cms-section.versand-faq > section.cms-section-default.boxed {
    padding: 0 40px;
}

/* ===== pages ===== */
.cms-page.getzoocms, .container-main {
    background-color: white;
}
.cms-page.getzoocms {
    padding: 50px 0;
}

.getzoo-cms-page {
    max-width: 1400px;
    margin: 0 auto;
}


.getzoo-home-pluses-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    margin: 20px 0;
}

.getzoo-home-plus {
    background-color: #f7f7f7;
    border: 1px solid #dadae5;
    border-bottom: 3px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    text-align: center;
}

.getzoo-home-plus img, .getzoo-full-width-plus img {
    height: 75px;
    margin-bottom: 10px;
}

.getzoo-home-plus .subtitle {
    color: #3f4c58;
    font-size: 18px;
    margin-bottom: 5px;
}

.getzoo-home-plus .title {
    color: #3f4c58;
    font-size: 16px;
    font-weight: bold;
}

.getzoo-home-plus p {
    margin: 10px 0 0;
}

.getzoo-hr-with-image {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.getzoo-hr-with-image hr {
    flex-grow: 1;
    border: none;
    border-top: 1px solid #000;
}

.getzoo-hr-with-image img {
    height: 75px;
    margin-left: -10px;
}

.customer-trust-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px; /* Added margin for spacing */
}

.customer-trust-text {
    flex: 1 1 50%;
}

.google-reviews-box {
    background-color: #f7f7f7;
    border: 1px solid #dadae5;
    border-bottom: 3px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    flex: 1 1 calc(50% - 20px); /* Adjusted size to span two boxes */
    box-sizing: border-box;
}

.google-reviews-box h3 {
    color: #3f4c58;
    margin-bottom: 10px;
}

.google-reviews-box p {
    margin: 10px 0 0;
}

.google-reviews-box a {
    display: block;
    margin-top: 10px;
    color: #3f4c58;
    text-decoration: underline;
}

.google-reviews-box img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 10px;
}

.getzoo-full-width-plus {
    background-color: #f7f7f7;
    border: 1px solid #dadae5;
    border-bottom: 3px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

.small-text {
    font-size: 0.8em;
    color: #666;
    margin-bottom: unset;
}

@media (max-width: 768px) {
    .getzoo-home-plus {
        flex: 1 1 100%;
    }

    .customer-trust-section {
        flex-direction: column;
    }

    .google-reviews-box {
        margin-top: 20px;
        flex: 1 1 100%; /* Make the box full width on smaller screens */
    }
     .getzoo-full-width-plus {
        flex: 1 1 100%;
    }
}

iframe.cms-element-youtube-video__video {
    border-radius: 10px;
    border: 1px solid #dadae5;
    border-bottom: 3px solid #ddd;
}
table tr:nth-child(even) td {
    background: #f5f5f5;
}

.cms-section.bg-color.pos-3.cms-section-default {
    margin-top: 20px;
}


/* ===== product ===== */
.image-zoom-container, .modal-body {
    background-color: white;
}
.product-block-prices {
    margin-top: 10px;
}
.gallery-slider-thumbnails-item-inner picture, .product-box .product-image-wrapper .product-image-link picture {
    width: unset;
}
.ongrano-product-detail-ask-question {
    margin-top: 1rem;
}
tr.product-block-prices-row > th.product-block-prices-cell, td.product-block-prices-cell {
    background: #f5e9cd !important;
}
.buybox-floating {
    bottom: 4px;
}

@media screen and (min-width: 48em) {
    .product-detail-name-container.buybox-floating-inner-container.has-purchase-unit.col {
        text-align: right;
    }
    .buybox-floating .product-detail-name, .buybox-floating .product-detail-price-unit {
        text-align: unset !important;
    }
}

.cms-section.home-slider-section.productpage-getzoo {
    padding: unset;
}
.product-detail-tabs.cms-element-product-description-reviews {
    margin-top: -70px;
}
.acris-stock-notification {
    padding: 0 40px;
}
.cms-section.getzoo-category-slider-product.pos-5.cms-section-default {
    padding: 30px 0;
}
legend.product-detail-configurator-group-title {
    text-align: center;
}

a#cs-productsSameCategory-tab, a#cs-customersAlsoBought-tab, a#cs-customersAlsoViewed-tab, .nav-link[title="Zuletzt angesehen"] {
    padding: 10px 30px;
    background: white;
    color: black;
    font-size: 15px;
    border-radius: 6px;
    border: 2px solid #D9D9D9;
    text-transform: uppercase;
    font-weight: 800;
}

.nav-link[title="Zuletzt angesehen"] {
    border: unset;
}

a#cs-recentlyViewed-tab {
    display: none;
}

    #cs-productsSameCategory-tab[aria-selected="true"], #cs-customersAlsoBought-tab[aria-selected="true"], #cs-customersAlsoViewed-tab[aria-selected="true"]  {
        background: #EA8507;
        color: white;
        border-color: rgba(0, 0, 0, 0);
    }


li#acris-suggested-productsSameCategory, li#acris-suggested-customersAlsoBought, li#acris-suggested-customersAlsoViewed {
    margin-bottom: 10px;
}

.cms-block.cross-selling-tabs-2 #cs-productsSameCategory-tab-pane .cms-element-title, .cms-block.cross-selling-tabs-2 #cs-customersAlsoBought-tab-pane .cms-element-title, .cms-block.cross-selling-tabs-2 #cs-customersAlsoViewed-tab-pane .cms-element-title {
  display: none;
}

.cms-block.cross-selling-tabs-2.pos-0.cms-block-product-slider.position-relative {
    padding-top: 20px;
}
span.product-detail-tab-navigation-icon {
    float: right;
}

/* ===== profil ===== */
.account-deleting.py-4 {
    border: 2px solid orange;
    border-radius: 10px;
    padding: 10px;
}

.is-ctl-tanmarproductreviews.is-act-index .body-inner-custom-block.overflow-hidden .content-main .container-main {
    padding: 100px 50px;
}
.account-recover-password.row.justify-content-md-center {
    padding: 100px 20px;
}
/*
a.btn.btn-light.btn-sm {
    background-color: #EA8507;
    color: white;
    border: unset;
    border-radius: 15px;
    padding: 0 10px;
}
*/
button#accountOrderDropdown {
    border: 2px solid #EA8507;
}
.col-12.card-col.account-overview-card.account-loyalty-discount-card {
    margin-left: -10px;
    padding-left: 30px;
}

/* ===== ratgeber ===== */
.headline-ratgeber {
    background-color: #62b74b;
    background-image: linear-gradient(to bottom, #62b74b 0%, #578f30 100%);
    color: white;
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0px;
    font-size: 1.225rem;
    line-height: 1.75rem;
    border: 2px solid #62b74b;
	scroll-margin-top: 70px;
}

.panel.lexicon-text-detail >h1, .panel.lexicon-text-detail >h1 {
    background-color: #62b74b;
    background-image: linear-gradient(to bottom, #62b74b 0%, #578f30 100%);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.3125rem;
    line-height: 1.75rem;
    border: 1px solid #62b74b;
    margin: 1.225rem 0rem 1.225rem 0rem;
}

.ratgeber-content {
    border: 2px solid #62b74b;
    border-top: none;
    padding: 25px 10px 10px 10px;
    margin-top: -25px;
    border-radius: 0px 0px 10px 10px;
	border-bottom: 4px solid #62b74b;
	margin-bottom: 20px;
}

.headline-ratgeber.borderround {
    border-radius: 10px;
}

.guide--summary, .lexicon-text-index {
    border-radius: 10px;
    background: #f5f5f8;
	padding: 10px;
	border: 1px solid #dadae5;
	border-bottom: 3px solid #ddd;
	margin-bottom: 20px;
}

img.guide--image.is--right {
    float: right;
    border-radius: 10px;
	margin-left: 10px;
    margin-bottom: 10px;
}

img.guide--image.is--left {
    float: left;
    border-radius: 10px;
	margin-right: 10px;
    margin-bottom: 10px;
}

.guide--infobox {
    background-color: #ff7900;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    color: white;
    opacity: 0.8;
}

.guide--infobox > p {
    margin: 0;
}

.ratgeber-listing-bild {
    float: right;
    padding-left: 10px;
    width: 150px;
    height: 300px;
    object-fit: cover;
}

a.lexikon.untermenue::before {
	color: #ff7900 !important;
	font-family: 'shopware';
	content: "\e60f";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	left: 0;
	top: -2px;
	font-size: 6px;
	padding-right: 10px;
}

li.navigation--entry.lexikon.untermenue {
	border-bottom: none;
	padding-bottom: 0px;
}


@media screen and (max-width: 48em) {
	.pdwe-reviews-rating-sidebar .pdwe-reviews-rating-stars-box { border-radius:0;}
	
	li.navigation--entry.lexikon {
		padding: 10px !important;
	}
	
	.shop-sites--container.is--rounded.lexikon-inhalt {
		display: none !important;
	}
	.ratgeber-listing-bild {
		width: 250px;
	}
	li.navigation--entry.lexikon.untermenue {
		border-bottom: 1px solid #dadae5;
	}
}

@media screen and (min-width: 48em) {
	#keyword_index {
		border-radius: 10px;
	}
}


/** max. 479px **/
@media screen and(max-width: 479px) {
	.ratgeber-listing-bild {
		width: 150px;
	}
	img.guide--image {
		max-height: 450px !important;
	}
}
/** min. 480px **/
@media screen and(min-width: @phoneLandscapeViewportWidth) {
	.ratgeber-listing-bild {
		width: 250px;
	}
}

/** min 768px  **/
@media only screen and (min-width: 768px) {
	.ratgeber-listing-bild {
		width: 300px;
	}
}

/** max 768px  **/
@media only screen and (max-width: 768px) {
	ul.shop-sites--navigation.sidebar--navigation.navigation--list.is--drop-down.is--level0.index {
		border: unset;
	}
	li.navigation--entry.lexikon.index {
		border-bottom: 1px solid #dadae5;
	}
}

/** min 1024px* */
@media only screen and (min-width: @tabletLandscapeViewportWidth) {
	.ratgeber-listing-bild {
		width: 150px;
	}
}


/** Ratgeber Fix **/

.lexicon.content.listing--content > .listing--container {
    padding-top: 10px;
}

a.lexicon--close-btn {
    background-color: #62b74b;
    background-image: linear-gradient(to bottom, #62b74b 0%, #578f30 100%);
}

.description {
    padding: 0px 10px 10px 10px;
}

li.navigation--entry.lexikon > a {
	color: #5f7285;
}

li.navigation--entry.lexikon {
    border-bottom: 1px solid #dadae5;
    padding: 10px 0px;
}

a.btn.is--small.is--full.is--center {
    color: #fff;
    background-color: #ff993d;
    background-image: linear-gradient(to bottom, #ff993d 0%, #ff7900 100%);
    border-radius: 10px;
	line-height: 2.1875rem;
    font-size: 1.0625rem;
}

.box--content.is--rounded > h3 {
    padding: 0 10px;
}

.shop-sites--container.is--rounded.lexikon > ul.shop-sites--navigation.sidebar--navigation.navigation--list.is--drop-down.is--level0 > li.navigation--entry {
    margin-left: 0;
}

.lexikonbuttons {
    float: right;
}

.alert--content > span.description {
    padding: 0;
}

/** Ratgeber Index **/
a.btn.is--small.is--full.is--center.index {
    background: #f5f5f8;
    border: 1px solid #dadae5;
    border-bottom: 3px solid #ddd;
    color: #5f7285;
}

.headline-ratgeber > .modal_lexicon > a {
    color: white;
    text-decoration: none;
}

li.navigation--entry.lexikon.index.untermenue.last {
    margin-bottom: 10px;
}

li.navigation--entry.lexikon.index {
    margin-right: 35px;
}
li.navigation--entry.lexikon.index > a {
    display: block;
}
.panel.lexicon-text-detail {
    counter-reset: index;
}
li.navigation--entry.lexikon.index {
    counter-increment: index;
}
.indexanzahl::before {
    content: counter(index);
	padding-right: 5px;
}

.lexikon-grauertext {
    color: #8798a9;
    padding: 0.225rem 0.625rem 0.225rem 0.625rem;
	position: relative;
    font-weight: 700;
    text-decoration: none;
	font-family: 'Kalam', "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.625rem;

}

ul.shop-sites--navigation.sidebar--navigation.navigation--list.is--drop-down.is--level0.lexikon {
    margin-top: -10px;
}
/** Ratgeber Copyright Bilder **/

.copyright {
    display: grid;
    margin: 0;
    padding: 0;
    justify-items: center;
	margin-bottom: 10px;
}
.copyright.is--left {
    float:left;
}
.copyright.is--right {
    float:right;
}

span.copyright {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
	margin-top: -10px;
}

.ratgeber-content.freiebox {
    border: 2px solid #62b74b;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 0;
}

.guide--infobox > p > .modal_lexicon > a {
    color: white;
}

/* ===== ratgeber-anpassungen ===== */
.cms-block.getzoo-ratgeber-inhaltsverzeichnis {
    font-size: 24px;
    padding: 0 20px 8px 20px;
    border-bottom: 1px solid #f5f5f8;
    margin: 0 20px 20px 20px;
}

.cms-block.getzoo-ratgeber-inhaltsverzeichnis-unterpunkte > .cms-block-container > .cms-block-container-row.row.cms-row.has--sidebar > .col-12 > .cms-element-text > ul.shop-sites--navigation.sidebar--navigation.navigation--list.is--drop-down {
    list-style: none;
}

.lexicon-detail-title {
    display: flex;
    flex-direction: column; /* Wenn es untereinander sein soll */
    align-items: flex-start; /* Text links ausrichten */
    background-image: url('https://getzoo.de/media/89/cd/16/1721282863/getzoo-hamster-page-rodent.png?ts=1721282863');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 75px auto;
    padding-top: 10px;
    padding-right: 90px;
    text-align: left;
}

.cms-breadcrumb.container {
    padding-top: 40px;
}
.cms-section-sidebar-sidebar-content.col-lg-4.col-xl-3 {
    background-color: #f5f5f8;
    border-radius: 10px 10px 0 0;
}
.is-lexicon .cms-element-cbax-lexicon-navigation .lexicon-navigation-panel .btn {
    color: white;
}

li.navigation--entry.lexikon > a {
    color: #3f4c58;
}
.is-lexicon .lexicon-sidebar-category .lexicon-sidebar-category-link.is-active {
    color: #3f4c58;
    font-weight: unset;
}
.is-lexicon .lexicon-sidebar-category .lexicon-sidebar-category-headline {
    font-size: 20px;
    margin-left: -10px;
}
a.lexikon.untermenue::before {
    color: white !important;
}
.is-lexicon .cms-element-cbax-lexicon-navigation .lexicon-navigation-panel {
    border-radius: 10px;
    background-color: #EA8507;
}
.lexicon-navigation {
    margin-top: -20px;
}

.cms-block.getzoo-ratgeber-inhaltsverzeichnis, .is-lexicon .lexicon-sidebar-category .lexicon-sidebar-category-headline {
    border-bottom: 1px solid #EA8507;
}
.category-navigation-link {
    font-size: 14px;
}

.guide--summary {
    min-height: 475px;
}
.guide--infobox {
    margin-bottom: 20px;
}
.ratgeber-content.image {
    min-height: 495px;
}

@media screen and (max-width: 36.25em) { /* Bis 580px */
    img.guide--image.is--left {
        float: none; /* Entfernt das linke Floating auf kleinen Bildschirmen */
        display: block; /* Sorgt für zentrierte Darstellung */
        max-width: 100%; /* Bild nimmt max. die volle Breite des Containers ein */
        height: auto; /* Verhindert Verzerrungen */
        margin: 0 auto 10px; /* Zentriert das Bild mit etwas Abstand */
    }
    
    .ratgeber-content.image {
        min-height: auto; /* Entfernt die feste Höhe, damit sich der Container anpasst */
    }
}

@media screen and (max-width: 48em) { /* 48em ? 768px */
    .cms-page.is-lexicon.slider .row > * {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%; /* Volle Breite */
        max-width: 100%;
    }
}

img.guide--image.is--right {
    max-width: 100%; /* Bild passt sich der Containerbreite an */
    max-height: none; /* Entfernt die 350px Begrenzung */
    height: auto; /* Stellt sicher, dass das Bild nicht verzerrt wird */
    float: right;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.guide--summary {
    min-height: auto; /* Automatische Höhe, passt sich dem Inhalt an */
}
.lexicon-modal a {
    text-decoration: none;
}

.card.product-box.box-minimal {
    border-radius: 10px;
    height: 470px;
    margin-bottom: 50px;
}

/* New */
span.icon-shop-card.position-absolute > span.icon.icon-shop-icon{
    color: white;
}
.headline-ratgeber > .lexicon-modal a, .guide--infobox > p > .lexicon-modal a {
    color: white;
    font-weight: 900;
}

h1 > .lexicon-modal a, h2 > .lexicon-modal a, h3 > .lexicon-modal a, h4 > .lexicon-modal a {
    text-decoration: unset;
}
.guide--infobox > .lexicon-modal a {
    color: white;
}

/* ===== ratgeber-flex ===== */
.gallery-item-4, .gallery-item-2 {
    background: white;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    flex-basis: 24%;
    min-width: 220px;
    max-width: 250px;
    height: auto; /* Automatische Höhe, aber mit flex für Gleichmäßigkeit */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 2px solid transparent; /* Transparenter Rahmen als Platzhalter */
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}


.gallery-img-4, .gallery-img-2 {
    max-width: 100%;
    height: 180px; /* Feste Höhe für einheitliche Bildgrößen */
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


a.ratgeber.block.btn.is--primary.is--center.is--large {
    background-color: #6BBE44;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: auto; /* Hält den Button unten */
}

.gallery-container-4, .gallery-container-2  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
 margin-bottom: 20px; /* Abstand unter dem gesamten Container */

}

div.gallery-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    min-height: 40px; /* Sicherstellen, dass alle Titel gleich hoch sind */
}

.gallery-item-4:hover, .gallery-item-2:hover {
    border-color: #ff7900; /* Ändert nur die Rahmenfarbe */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Optional: Schatten für einen coolen Effekt */
    transform: translateY(-3px); /* Optional: Leichtes Anheben */
}

/* Mobile Ansicht (bis 480px) - 1 Spalte */
@media screen and (max-width: 30em) {
    .gallery-item-4, .gallery-item-2 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Tablet Hochformat (ab 480px) - 2 Spalten */
@media screen and (min-width: 30em) and (max-width: 48em) {
    .gallery-item-4, .gallery-item-2 {
        flex-basis: 48%;
        max-width: 48%;
    }
}

/* Tablet Querformat (ab 768px) - 2 Spalten */
@media screen and (min-width: 48em) and (max-width: 64em) {
    .gallery-item-4, .gallery-item-2 {
        flex-basis: 49%;
        max-width: 49%;
    }
}

/* Kleiner Desktop (ab 1024px) - 3 Spalten */
@media screen and (min-width: 64em) and (max-width: 78.75em) {
    .gallery-item-4, .gallery-item-2 {
        flex-basis: 32%;
        max-width: 32%;
    }
}

/* Großer Desktop (ab 1260px) - 4 Spalten */
@media screen and (min-width: 78.75em) {
    .gallery-item-4, .gallery-item-2 {
        flex-basis: 24%;
        max-width: 24%;
    }
}

@media screen and (max-width: 36.25em) { /* 36.25em ? 580px */
    .gallery-item-4, .gallery-item-2 {
        flex-basis: 100%;
        max-width: 100%;
    }
}


/* ===== ratgeber-table ===== */
/** Ratgeber Tabelle **/
table.ratgeber {
    border: 1px solid #ccc;
    width: 100%;
    table-layout: fixed;
    border-radius: 10px;
    margin-bottom: 20px;
    border-spacing: 0px;
	margin-top: 20px;
}

div.panel.lexicon-text-detail > table tr:nth-child(even) {
    background: #f5f5f8;
}

td#oben {border-radius: 10px;}
td#links {border-bottom-left-radius: 10px;}
td#rechts {border-bottom-right-radius: 10px;}

table.ratgeber tr {
    border: 1px solid #ddd;
    padding: .35em;
	border-radius: 10px;
}

table.ratgeber td {
    padding: .625em;
    text-align: left;
    border: 0px;
}

@media screen and (max-width: 600px) {
    table.ratgeber  {
        border: 0;
    }

    td#oben, td#links, td#rechts {border-radius: 0px;}

    table.ratgeber  thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.ratgeber  tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.ratgeber td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

    table.zusatz tr:first-child {
        display: none;
    }

    td#displaynone {
     display: none;
    }

    table.ratgeber td::before {
        content: attr(data-label);
        float: right;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 10px;
        padding-bottom: 5px;
    }

    table.ratgeber  td:last-child {
        border-bottom: 0;
    }
}

/* ===== ratgeber-ubersicht ===== */
.keyword-image {
    width: 100%;
    position: relative;
    padding-top: 100%; /* erzwingt ein quadratisches Seitenverhältnis */
    overflow: hidden;
}

.keyword-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover; /* Schneidet das Bild passend zu */
    transform: translate(-50%, -50%);
}
.is-lexicon .keyword-box {
    border-radius: 12px; /* weiche Ecken */
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.is-lexicon .keyword-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
    box-shadow: 0 4px 8px rgba(0,0,0,0.08); /* dezenter Schatten */
}
h3.keyword-name {
    margin-top: 10px;
    color: #3f4c58;
    height: 2.75rem;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
h3.keyword-name > a.title {
    font-weight: 700;
}

/* ===== search ===== */
body.is-ctl-search.is-act-search > main.content-main {
    background-color: white;
	padding: 50px 0;
}
.cms-section[class*="404-suche"] img.search-guard {
    display: none !important;
}


/* ===== startseite ===== */
.cms-section.home-slider-section.startseite-new.pos-1.cms-section-default {
    margin-top: -100px;
}
.cms-block.getzoo-startseite.pos-0.cms-block-moorl-twig {
    margin-top: -40px;
}
.base-slider.product-slider.js-slider-initialized > div#tns1-ow > .tns-nav {
    display: none;
}
.cms-section.getzoo-startseite.pos-0.cms-section-default {
    margin-top: -60px;
}
.tns-nav {
    display: none;
}

body.is-act-home {
    .category-discount-getzoo {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .getzootemplate-home-wrapper .container .banner-content {
        bottom: 50px;
    }
}
