/*
 Theme Name:     Bootstrap Basic 4 Child
 Theme URI:      https://bootstrap-wp.com/
 Description:    WP Bootstrap4 Child-Theme
 Author:         rot
 Author URI:     r-ot.at
 Template:       bootstrap-basic4
 Version:        1.0.0
*/




html{
    max-width:100vw;
    /* overflow-x:hidden; */
    font-feature-settings: "ss01" 1;
}

:root body{
    --text-light: #97918d;
    --text-medium: #63584c;
    --text: #2a3035;
    --text-hover: #29500c;
    --text2: #1f2024;
    --grey: #525252;
    --grey-lightest: #F9FAFB;
    --light: #f5f5f5;
    --grey-light: #8c8c8c;
    --grey-hover: #a7a7a7;

    --primary-dark:#4F1717;
    --primary:#6D3030;
    --primary-hover:#456b63;
    --primary-light:#f77575;
    --white75: rgba(255,255,255,0.9);
    --white: white;
    --realwhite: white;
    --whitewhite: white;



    --secondary-light: #f0d8ba;
    --secondary-dark: #9a6666;

    --secondary: #E3B5A5;


    --tertiary: #B3CF22;

     --admin-bar-height: 0px;


    /* --serif: "Playfair Display", Georgia, Serif; */
    --sans: 'Barlow', sans-serif;
    --sans2: 'Barlow', sans-serif;
    --serif: 'Playfair Display', serif;

    --btn-font-weight:300;
     --btn-fontsize: 1.34rem;
     --btn-padding: 8px 22px;
     --btn-padding-md: 2px 22px; /*pill*/
     --btn-border-radius: 1px;
     --btn-border-radius-pill: 50px;
     --btn-border-width:0px;
     --btn-line-height:1.15em; /*z.b. 18px -> 28px lineheight*/

     --menu-font-size: 32px;


     --header-height: 68px;
     --headerheight: 68px;
    --headerheight-992: 68px;

    --shadowgrab: 0px 1px 40px rgba(70, 70, 70, 0.09);
    --shadowdrab: 0px 1px 40px rgba(70, 70, 70, 0.17);
    --offset-top5: 12rem;
    --gal-gutter:6px;
}
:root body.admin-bar{
     --admin-bar-height: 46px;
}
@media(min-width:782.02px){
     :root body.admin-bar{
          --admin-bar-height: 32px;
     }
}
@media(min-width:992px){
     :root body{
          --header-height: 68px;
          --header-height: 68px;
          --headerheight: 68px;
     }

}

.mt-5, .my-5 {
     margin-top: 4rem !important;
 }




.logocolor-primary{fill:var(--primary)!important;}
.logocolor-secondary{fill:var(--secondary)!important;}



body.admin-bar .rot-fixed-top-mobile,
body.admin-bar .background-fixed:not(.parallax-scroll){
     top:46px!important;
}
@media(min-width:782.2px){
     body.admin-bar .rot-fixd-top-tablet,
     body.admin-bar .background-fixed:not(.parallax-scroll){
          top:32px!important;
     }
}
@media(min-width:768px){
     .position-md-fixed{
          position:fixed!important;
     }
}
@media(min-width:992px){
     .position-lg-fixed{
          position:fixed!important;
     }
     body.admin-bar .rot-fixed-top-desktop,
     body.admin-bar .background-fixed:not(.parallax-scroll){
          top:32px!important;
     }
}
