/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    /* teaser - FAQ */
    .BF__page .BF__faq-items--teaser .BF__faq-item[data-open="0"][data-faq="3"] { 
        height: 80px !important;
    }

    /* post */
    .BF__page.BF__page-post .BF__header-title {
        font-size: 40px;
    }

    /* club */
    .BF__page .BF__club-content-body .BF__button {
        margin-right: 10px;
    } 
    .BF__page .BF__button {
        font-size: 12px;
    }


    /* faq */
    .BF__page .BF__faq-items .BF__faq-item[data-open="0"] { 
        height: 60px !important;
    }


    .BF__page .BF__faq-items .BF__faq-item[data-open="0"][data-faq="4"] { 
        height: 80px !important;
    }
}

/* Tablet 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__club-content-body  {
        padding-left: 25px;
    }
    .BF__page .BF__club-content-body .BF__button {
        margin-right: 10px;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}