/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
    /*** Termin size and position --START ***/
            .ap-appointment-arrow { height: 56px; margin: 2px 30px 0 0 }
            .ap-appointment-number { margin: 6px 0 0; }
            .ap-appointment-number span { font-family: "Futura Bold"; font-weight: 900; font-size: 33px; letter-spacing: 3px; }
            .ap-appointment-title { margin: 8px 0 0; }
            .ap-appointment-title span { font-weight: 100; font-size: 33px; letter-spacing: 4px; }
            .ap-appointment-wrapper  { margin: 30px 40px 0 0; display: flex; flex-direction: row; justify-content: right; align-items: center; color: inherit; text-decoration: none; }
        /**** Sticky adjustments ****/
            .mfn-header-scrolled .ap-appointment-wrapper  { margin: 0 40px 0 0 }
            #Top_bar.is-sticky { height: 70px; top: 0px!important; }
        /**** Sticky adjustments ****/
            .mfn-header-scrolled a.responsive-menu-toggle { top: 21px!important; }
        /* tablet size and position */
            @media only screen and (min-width: 768px) and (max-width: 959px) {
                .ap-appointment-arrow { height: 42px; margin: 6px 13px 0 6px; }
                .ap-appointment-number { margin: 6px 0 0; }
                .ap-appointment-number span { font-size: 22px; }
                .ap-appointment-title span { font-size: 22px; }
                .ap-appointment-wrapper { margin: -16px -87px 0 0; }
            }
        /* mobile sizes and position */
            @media only screen and (max-width: 767px) {
                .ap-appointment-arrow { height: 38px; margin: 6px 22px 0 18px; }
                .ap-appointment-number { margin: 6px 0 0; }
                .ap-appointment-number span { font-size: 22px; }
                .ap-appointment-title span { font-size: 22px; }
                .ap-appointment-wrapper { width: 375px; margin: 14px 130px 0 0; justify-content: center; }
                .ap-appointment-wrapper { display: none; }
            }
    /*** Termin size and position --END ***/