/*
 Theme Name:     Bootstrap Basic 4 Child SCHRÖCK
 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: #a5a5a5;
    --text-medium: #5e5e5e;
    --text: #000;
    --text-hover: #d0db62;
    --text2: #000;
    --grey: #BFBFBF;
    --grey-lighter: #bbbbbb;
    --grey-lightest: #cacaca;
    --light: #f5f5f5;
    --grey-light: #8c8c8c;
    --grey-hover: #a7a7a7;
    --grey-dark: #282828;

    --primary-dark:#a71a17;
    --primary-darker:#971715;
    /*Farbe vom Logo*/
    --primary:#00847E;
    --primary-orig:var(--primary);
    --primary-anti:white;
    --primary-anti2:var(--primary-light);
	--primary-anti3:#e2e6c4;
	--primary-anti4:var(--text);
    --primary-medium:#b91c19;
    --primary-light:#D1FF95;
    --primary-light:#d6fe9c;
    --primary-lightest:#f1f7ed;
    --primary-hover:var(--grey);

    --white75: rgba(255,255,255,0.9);
    --white-trans:#ffffff14;
    --warmwhite: #f5f5f5;
    --white: #e3dbd3;
    --white: #fff;
    --realwhite: white;
    --whitewhite: white;

    --header-text-color:var(--text);

    --gradient: radial-gradient(165.13% 68.97% at 32.02% 70.23%, var(--primary) 0%, var(--primary-dark) 100%);
    --gradient2: radial-gradient(165.13% 68.97% at 32.02% 70.23%, var(--secondary) 0%, var(--secondary-darkest) 200%);
    --gradient3: radial-gradient(165.13% 68.97% at 32.02% 70.23%, var(--text-hover) 0%, var(--text) 60%);

    --btn-theme-color: var(--primary);

    --transparent:transparent;

    --secondary-light: #54595F;
    --secondary-lightest: #e5ecef;
    --secondary-lightest: #ebebeb;
    --secondary-dark: #27282c;


    --secondary: #222324;

    --bg-transparent-light:#B11A181A;
    /* --bg-transparent-light:#6e6e6e0d;
    --bg-transparent-light:#f3f3f391; */
    --bg-transparent-dark:#00000014;
    --blur-dark-bg: #1f1f1fb5;
    /* --gradient: radial-gradient(165.13% 68.97% at 32.02% 70.23%, #0E8B8B 0%, #017981 100%); */

    /* --bg-transparent-dark:#ffffff14;
    --bg-transparent-light:#00000014; */

    --tertiary: #B3CF22;

     --admin-bar-height: 0px;


     /*TYPO*/
    --sans: 'DM Sans', sans-serif;
    --sans2: 'DM Sans', sans-serif;
    --serif: 'DM Sans', sans-serif;


    --h1-size:36px;
    --h2-size:32px;
    --h3-size:26px;
    --title-large: 56px;
    --larger-p-size: 1.25rem;
    --large-p-size: 1.45rem;
    --medium-p-size: 1.2rem;
    --regular-p-size: 1rem;
    --small-p-size: 0.73rem;
    --smallest-p-size: 0.75rem;

    --regular-p-mb:.86rem;

     /*SECTIONS*/
     --section-top:58px;


     /*BTN*/
    --btn-font-weight:400;
     --btn-fontsize: 1rem;
     --btn-padding: 5px 15px 7px;
     --btn-padding-sm: 4px 12px 1px;
     --btn-padding-regular: 0.3rem 1.04rem .2rem;
     --btn-padding-md: 2px 22px; /*pill*/
     --btn-border-radius:0;
     --btn-border-radius-pill: 4px;
     --btn-border-width:1px;
     --btn-line-height:1; /*normal z.b. 18px -> 28px lineheight*/

     --cube-btn-height:32px;

     --border-radius-md:12px;
     --border-radius-lg:20px;
     --border-radius-sm:6px;

     /*BREADCRUMBS, TERMS*/
     --smallest-link-padding: 3px 8px 0;
     --breadcrumb-fontsize: var(--small-p-size);

     /*MENU*/
     --menu-font-size: 1rem;
     --menu-font-family: var(--sans);
     --menu-text-transform: none;
     --nav-items-padding: 0;
     --nav-items-fontweight: 800;
     --menu-height:100%; /*header-height*/
     /* --menu-height:2.1em; header-height */
     --nav-link-padding: 0 1.5rem; /* consider --menu-height*/
     --main-menu-color: var(--secondary);
     /*MENU collapsed*/
     --c-menu-font-family: var(--sans);
     --c-menu-font-size: 1.5rem;
     --c-nav-items-fontweight: 800;
     --c-main-menu-color: var(--text);
     --c-menu-align: center;

     --main-menu-bg:var(--white);
     --main-menu-hover-color: inherit;
     --menu-item-hover-shadow:1px 1px 1px #000000a8;
     --menu-item-hover-shadow:none;
     /* --main-menu-font-size: 1.64rem; */
     /* --main-menu-font-weight: 400; */
     --menu-width: 900px;
     --menu-line-hight:1.8;

     --mobile-nav-minwidth:100%;


     /*NAV-HEADER*/
     --header-height: 102px;
     --headerheight: 102px;
     --headerheight-scrolled: 80px;
     --top-header-height: 38px;

     --headerbackground: var(--white);
     /*set this to transparent if you don't want any shading after the header*/
     --header-after-gradient2:linear-gradient(180deg, rgb(22 22 34 / 38%) 00%, rgba(0,0,0,0) 100%);
     --header-after-gradient:transparent;
     --content-bg-color:var(--white);
     /*DISPLAY-HEADER (video,slider etc)*/
     --display-header-min-h:432px;
     /*set text-shadow to "none" if you dont want any*/
     /* --header-caption-text-shadow:2px 2px 7px #00000087; */
     --header-caption-text-shadow:none;
     --header-caption-spacing-y:1rem;
     --border-radius-large:14px;
     --border-radius-medium:12px;


     /*CARD, BOX*/
     --card-border-radius:12px;


    --cpt-item-padding-x:.6rem;

    /*SPACING*/
     --spacing-lg:82px;
     --spacing-md:68px;

     --std-img-height: 296px;


     /*CTA*/
     --cta-content-fontsize:2rem;
	--cta-content-fontweight:500;



     /*SPECIAL*/
     --special-h-offset-y:14rem;
	 --bastl-step-height: 400px;
}
:root body.scrolled {
	--header-height: 62px;
	--headerheight: 62px;
}

:root body.admin-bar{
	--admin-bar-height: 46px;
}
:root body:not(.has-top-header){
	--top-header-height: 0px;
}

@media(min-width:576px){
     :root body{
          --display-header-min-h:432px;
         /*  --h2-size:44px;
		  --h3-size:28px; */
            --h2-size: 40px;
            /* --title-large: 46px; */
     }
}
@media(min-width:768px){
     :root body{
          /*TYPO*/
         /*  --h1-size:36px;
          --h2-size:40px;
          --h3-size:32px; */
          /* --h3-size:32px; */
          --regular-p-size: 1rem;
          --c-menu-font-size: 1.8rem;
          /*DISPLAY-HEADER*/
          --display-header-min-h:480px;
          /* --display-header-min-h:calc(100vh - var(--header-height) - var(--admin-bar-height) - 3rem); */
          --header-caption-spacing-y:1.5rem;
          --title-large: 62px;
          --header-height: 170px;
          --headerheight: 170px;
          --headerheight-scrolled: 102px;
     }
     :root body.scrolled{
          --header-height:62px;
          --headerheight: 62px;
     }
}


@media(min-width:782.02px){
     :root body.admin-bar{
          --admin-bar-height: 32px;
     }
    /*  :root body{
          --header-height:122px;
          --headerheight: 122px;
     }
     :root body.scrolled{
          --header-height:82px;
          --headerheight: 82px;
     } */
}
@media(min-width:992px){
     :root body{
          --menu-font-size: .95rem;
          --nav-link-padding: 0 .4rem;
          --logo-width-threshold:180px;
          /* --header-height: 78px;
          --headerheight: 78px; */
          --section-top:72px;
          --h1-size:48px;
          --h2-size:40px;
          --h3-size:32px;
          --title-large: 78px;
          --larger-p-size: 1.7rem;
          /* --display-header-min-h:calc(100vh - var(--header-height) - var(--admin-bar-height) - 3rem); */
          --display-header-min-h:500px;
     }


}
@media(min-width:1200px){
     :root body{
          --menu-font-size: 1rem;
          --logo-width-threshold:252px;
          --logo-height:2.7rem;
          --nav-link-padding: 0 .4rem;
          /* --header-height: 78px;
          --headerheight: 78px; */
          --menu-width: 985px;
          --section-top:80px;
          --c-menu-font-size: 70px;
		  --h3-size:32px;


/*
          --btn-fontsize: 1rem;
          --btn-padding: 10px 23px 9px;
          --btn-border-width:2px; */
          /* --display-header-min-h:520px; */
          --border-radius-large:14px;
          /* --display-header-min-h: calc(100vh - var(--header-height) - var(--admin-bar-height) - 13rem); */
     }

}
@media (min-width: 1200px) and (max-height: 767px) {
     :root body{
          --c-menu-font-size: 35px;
     }
}
@media(min-width:1440px){
     :root body{
          --menu-font-size: 1.2rem;
          --header-height:170px;
          --headerheight: 170px;
          --logo-width-threshold:300px;
     }
     :root body.scrolled{
          --header-height:170px;
          --headerheight: 170px;
     }

}
@media(min-width:1600px){
     :root body{
          --display-header-min-h:760px;
          --h1-size: 70px;
          --h2-size:60px;
          --title-large: 126px;
          --logo-width-threshold:352px;
          --logo-height:2.9rem;
          /* --display-header-min-h: 620px;; */
          /* --display-header-min-h: calc(100vh - var(--header-height) - var(--admin-bar-height) - 23rem); */
     }

}
@media(min-width:1820px){
     :root body{
          /* --display-header-min-h: 620px;; */
          /* --display-header-min-h: calc(100vh - var(--header-height) - var(--admin-bar-height) - 23rem); */
     }

}
@media(min-width:2200px){
     :root body{
          --logo-width-threshold:600px;
          --logo-height:2.9rem;
     }

}


.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:calc(0px + var(--top-header-height))!important; */
     top:calc(var(--admin-bar-height) + var(--top-header-height))!important;
}
@media(min-width:782.2px){
     body.admin-bar .rot-fixd-top-tablet,
     body.admin-bar .background-fixed:not(.parallax-scroll){
          /* top:calc(0px + var(--top-header-height))!important; */
          top:calc(var(--admin-bar-height) + var(--top-header-height))!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:calc(0px + var(--top-header-height))!important; */
          top:calc(var(--admin-bar-height) + var(--top-header-height))!important;
     }
}

#wwidth {
     display: block;
     position: fixed;
     top: var(--admin-bar-height);
     right: 0;
     color: white;
     background: #999999;
     padding: 4px 1rem;
     z-index: 20000000;
     pointer-events: none;
 }



 /*lightmode*/

 :root.user-colorscheme-light body{
    --text: #242424;


	--primary-orig:#a1b500;
    --primary-dark:#949e8b;
    --primary:#d0db62;
    --primary-medium:#afc011;
    --primary-light:#d6fe9c;
    --primary-lightest:#f1f7ed;
    --primary-hover:var(--grey);
    --primary-anti:var(--primary-orig);
    --primary-anti2:var(--primary-orig);
    --primary-anti3:var(--white);
    --primary-anti4:var(--primary-orig);

    --header-text-color:white;

 }
