h4 {
    font-weight: 800;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote::before {
    color: #ccc;
    content: open-quote;
    font-size: 3em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}

.img-stars {
    max-width: 150px;
}

#div-mobile {
    display: block;
    width: 100%;
    background: #347e12;
    height: 55px;
    line-height: 35px;
    position: sticky;
    bottom: 0;
    padding-top: 10px;
    font-size: 19px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

p br {
    content: "";
    /*margin: 20px 0;*/
    display: block;
    font-size: 50%;
}

.br-default br {
    margin: 0;
}

.btn-danger {
    text-decoration: none;
    background-image: linear-gradient(180deg, #4ba614, #008c00);
    border: 1px solid #34740e;
}

.btn.btn-danger:hover {
    border: 1px solid #224b09;
    background-color: #36780f;
    background-image: linear-gradient(180deg, #36780f, #005900);
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.disclaimer-inner {
    max-width: 1160px;
}

.sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: saturate(160%) blur(8px);
    border-top: 1px solid #e5e7eb
}

.sticky-cta--visible {
    display: block
}

.sticky-cta__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    position: relative
}

/* Nutzt deine bestehende .btn-Optik; Fallback-Style für den Fall, dass .btn fehlt */
.sticky-cta__btn {
    font-weight: 800;
    border-radius: 14px;
    padding: 14px 22px;
    text-decoration: none
}

.sticky-cta__btn.btn {
    box-shadow: 0 10px 28px rgba(15, 23, 42, .10)
}

.sticky-cta__btn {
    background: #217702;
    color: #fff
}

.sticky-cta__btn:hover {
    transform: translateY(-1px);
    color: #ffffff;
}

.sticky-cta__btn:visited {
    color: #ffffff;
}

.sticky-cta__close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: transparent;
    border: 0;
    font-size: 22px;
    line-height: 1;
    padding: 6px;
    cursor: pointer;
    color: #6b7280
}

@media(min-width:1024px) {
    .sticky-cta__inner {
        padding: 12px 24px
    }
}

@media(pointer:coarse) {
    .sticky-cta {
        padding-bottom: env(safe-area-inset-bottom)
    }
}