/**
 * Ribbon "kostenlos und unverbindlich"
 * Für korrekte Positionierung oben rechts in .pflegeWrapper und .vergleich-eingabe
 */
.ribbon-kostenlos-und-unverbindlich {
    position: absolute;
    top: -8px;
    right: -12px;
    width: 120px;
    height: auto;
    z-index: 1;
}

/* Sicherstellen, dass die Container relative Positionierung haben */
.pflegeWrapper {
    position: relative !important;
}

#vergleich .vergleich-eingabe {
    position: relative !important;
}

/* Bootstrap Breakpoints für ribbon-kostenlos-und-unverbindlich */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .ribbon-kostenlos-und-unverbindlich {
        top: -7px;
        right: -12px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .ribbon-kostenlos-und-unverbindlich {
        top: -7px;
        right: -12px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .ribbon-kostenlos-und-unverbindlich {
        right: -12px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ribbon-kostenlos-und-unverbindlich {
        right: -12px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .ribbon-kostenlos-und-unverbindlich {
        right: -12px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
    .ribbon-kostenlos-und-unverbindlich {
        right: -12px;
    }
}
