.BF__bloc-newsletter .i-expandable-content:not(.disabled) {
    padding-inline-start: 0;
}

.BF__bloc-newsletter .i-expandable-content .action-link,
.BF__bloc-newsletter .i-expandable-content .action-link:hover {
    color: #fff;
}

.BF__page  .BF__clock li::after {
    font-size: 0.4em;
}

.BF__page  .BF__clock li[data-name="days"]::after {
    content: "Tage";
}

.BF__page  .BF__clock li[data-name="hours"]::after {
    content: "Stunden";
}

.BF__page  .BF__clock li[data-name="min"]::after {
    content: "MINUTEN";
}

.BF__page  .BF__clock li[data-name="sec"]::after {
    content: "SEKUNDEN";
}


/* --------POST---------- */
.BF__page.BF__page-post .BF__header-title {
    max-width: 845px;
}

@media (orientation: portrait) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .BF__page.BF__page-post .BF__header-title {
        font-size: 56px;
    }
}

@media (min-width: 769px){
    .BF__page .BF__category-name {
        font-size: calc( 20 * var(--ratioWidth) );
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .BF__page .BF__club-title {
        max-width: 335px;
        width: 100%;
    }

    .BF__page .BF__club-content-title {
        max-width: 250px;
    }

    .BF__page .BF__categories-title {
        max-width: 316px;
        width: 100%;
    }

    .BF__page  .BF__categories-text {
        width: 80%;
        margin: 0 auto;
    }

    .BF__page  .BF__categories-subtext {
        width: 90%;
    }

    /* --------POST---------- */
    .BF__page.BF__page-post .BF__header-title-wrapper {
        max-width: 410px;
    }

    .BF__page.BF__page-post .BF__header-title {
        font-size: 37px;
    }
}