
/* Preise */
/* kann nach dem Update nach dem 20.03.2024 WEG */
.qui-control-childrenlist-3er.grid-children {
    overflow: visible;
}

.qui-control-childrenlist-3er-row {
        row-gap: 40px;
    flex-wrap: wrap;
}

.qui-control-childrenlist-3er-entry {
        flex-basis: 250px !important;
}

.qui-control-childrenlist-3er-entry-content {
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: left !important;
    border: 1px solid #eee;
}

/* box with star */
.boxWithStar .qui-control-childrenlist-3er-entry {
    --rotate: 15deg;    
}

.boxWithStar .qui-control-childrenlist-3er-entry-content {
    position: relative;
}

.boxWithStar .qui-control-childrenlist-3er-entry-content:after {
    content: "\f005";
    position: absolute;
    text-rendering: auto;
    z-index: 1;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    line-height: 1;
    color: darkorange;
    font-size: 2rem;
    top: -1rem;
    right: -1rem;
    transform: rotate(var(--rotate));
}

.boxWithStar .qui-control-childrenlist-3er-entry:nth-child(2n+1) {
    --rotate: 25deg;
}

.boxWithStar .qui-control-childrenlist-3er-entry:nth-child(2n+2) {
    --rotate: -10deg;
}

.qui-control-childrenlist-3er-entry-content > header {
    margin-bottom: 1rem;
}
/* END Preise */

.content-body .quiqqer-frontendUsers-login {
    max-width: 30rem;
    margin-inline: auto;
}