.topgarden-garantiehinweise {
    box-sizing: border-box;
    margin: 1rem 0;
    max-width: 46rem;
}

.topgarden-garantiehinweise *,
.topgarden-garantiehinweise *::before,
.topgarden-garantiehinweise *::after {
    box-sizing: inherit;
}

.topgarden-garantiehinweise__heading {
    font-size: 1.25rem;
    margin: 0 0 .75rem;
}

.topgarden-garantiehinweise__official-notice,
.topgarden-garantiehinweise__compact-frame img,
.topgarden-garantiehinweise__full-frame img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.topgarden-garantiehinweise__summary {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    max-width: 28rem;
}

.topgarden-garantiehinweise__summary::-webkit-details-marker {
    display: none;
}

.topgarden-garantiehinweise__summary:focus-visible {
    outline: 3px solid #003399;
    outline-offset: 3px;
}

.topgarden-garantiehinweise__compact-frame,
.topgarden-garantiehinweise__full-frame {
    display: block;
    position: relative;
}

.topgarden-garantiehinweise__compact-duration {
    align-items: center;
    background: #fff;
    bottom: 8%;
    display: flex;
    font-size: clamp(2rem, 7vw, 4.25rem);
    font-weight: 700;
    justify-content: center;
    left: 2.5%;
    line-height: 1;
    position: absolute;
    top: 8%;
    width: 17%;
}

.topgarden-garantiehinweise__full-frame {
    margin-top: 1rem;
    max-width: 32rem;
}

.topgarden-garantiehinweise__brand,
.topgarden-garantiehinweise__model,
.topgarden-garantiehinweise__duration {
    background: #fff;
    color: #111;
    overflow: hidden;
    position: absolute;
}

.topgarden-garantiehinweise__brand,
.topgarden-garantiehinweise__model {
    font-size: clamp(.55rem, 2.2vw, 1rem);
    line-height: 1.25;
    top: 22.5%;
    white-space: nowrap;
}

.topgarden-garantiehinweise__brand {
    left: 2.2%;
    width: 46%;
}

.topgarden-garantiehinweise__model {
    right: 2.2%;
    text-align: right;
    width: 46%;
}

.topgarden-garantiehinweise__duration {
    align-items: center;
    display: flex;
    font-size: clamp(4rem, 20vw, 9rem);
    font-weight: 700;
    height: 27%;
    justify-content: center;
    left: 2.2%;
    line-height: 1;
    top: 31%;
    width: 45%;
}

.topgarden-garantiehinweise__conditions {
    margin: .75rem 0 0;
}

@media (max-width: 575.98px) {
    .topgarden-garantiehinweise {
        margin: .75rem 0;
        width: 100%;
    }
}
