/*
 Theme Name:     Bootstrap Basic 4 Child RKPMARKETING
 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; /* ss01 ist leeres "a" - 3-geschossiges "g" wäre ss02*/
}

:root body{
    --text-light: #a5a5a5;
    --text-medium: #5e5e5e;
    --text: #3b3b3b;
    --text-hover: #464646;
    --text2: #000;
    --grey: #c8c8c8;
    --grey-lighter: #dddddd;
    --grey-lightest: #f5f5f5;
    --light: #f5f5f5;
    --grey-light: #8c8c8c;
    --grey-hover: #a7a7a7;
    --grey-dark: #595959;

    --primary-dark:#de6a18;
    --primary:#f07532;
    --primary-medium:#e36e1b;
    --primary-light:#f3893e;
    --primary-lightest:#f09c61;
    --primary-hover:var(--primary-dark);

    --white75: rgba(255,255,255,0.9);
    --white-trans:#ffffffe8;
    --white-trans: #ffffff78;
    --warmwhite: #f5f5f5;
    --white: #e3dbd3;
    --white: #fff;
    --realwhite: white;
    --whitewhite: white;

    --gradient: radial-gradient(165.13% 68.97% at 32.02% 70.23%, var(--primary) 0%, var(--primary-dark) 100%);
    --gradient2: linear-gradient(135deg, #ffefef61 0%, #ffffff 41%, #fffafa 100%);
    --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: #787878;
    --secondary-lightest: #d7d7d7;
    --secondary-dark: #393939;
    --secondary-darkest: #262626;

    --secondary: #ADBD12;

    --bg-transparent-light:#ffffff14;
    --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: 'Work Sans', sans-serif;
    --sans2: 'Space Grotesk', sans-serif;
    --serif: 'Space Grotesk', serif;


    --h1-size:44px;
    --h2-size:40px;
    --h3-size:2rem;
    --h4-size:1.75rem;

    --larger-p-size: 1.4rem;
    --large-p-size: 1.4rem;
    --medium-p-size: 1.04rem;
    --regular-p-size: 1.1rem;
    --small-p-size: 0.95rem;
    --smallest-p-size: 0.9rem;

    --regular-p-mb:.86rem;

     /*SECTIONS*/
     --section-top:68px;

     /*SPECIAL*/
     --theme-border:18px 18px 52px 18px;
     --theme-border-lg:22px 22px 152px 22px;

     --card-padding:1.2rem 1.7rem;


     /*BTN*/
    --btn-font-weight:400;
     --btn-fontsize: 1.5rem;
     --btn-padding: 6px 15px 5px;
     --btn-padding-sm: 4px 12px 1px;
     --btn-padding-regular: 0.3rem 1.04rem .2rem;
     --btn-padding-md: 2px 22px; /*pill*/
     --btn-border-radius:1px;
     --btn-border-radius-pill: 4px;
     --btn-border-width:1px;
     --btn-line-height:normal; /*z.b. 18px -> 28px lineheight*/

     --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: uppercase;
     --nav-items-padding: 0;
     --nav-items-fontweight: 400;
     --menu-height:100%; /*header-height*/
     /* --menu-height:2.1em; header-height */

     --nav-link-padding: 0.4rem 1.7rem 0.4rem; /* consider --menu-height*/
     --main-menu-color: var(--text);
     /*MENU collapsed*/
     --c-menu-font-family: var(--serif);
     --c-menu-font-size: 1.12rem;
     --c-nav-items-fontweight: 500;
     --c-main-menu-color: var(--text);
     --c-menu-align: center;

     /* --main-menu-bg:var(--gradient); */
     --main-menu-bg:var(--white);
     --main-menu-hover-color: var(--primary);
     --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;


     /*NAV-HEADER*/
     --header-height: 56px;
     --headerheight: 56px;
     --headerheight-scrolled: 56px;

     --headerbackground: transparent;
     /*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:120px;
     /*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;

	 --searchbar-height: 46px;
	 --searchbar-width: 250px;

	 --header-caption-offset-top: 19rem;

	 --logo-width:0px;

     /*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;
}
:root body.scrolled{
	--header-height:56px;
	--headerheight: 56px;
     --logo-width:110px;
     /* --headerbackground:var(--white); */
}
:root body.admin-bar{
     --admin-bar-height: 46px;
}

@media(min-width:576px){
     :root body{
          --display-header-min-h:120px;
          --h2-size:46px;

		  --header-caption-offset-top: 22rem;

            --card-padding:1.7rem 2.5rem;
     }
}
@media(min-width:768px){
     :root body{
          /*TYPO*/
          --h1-size:48px;
          --h2-size:40px;
		  --h3-size:2rem;
          /* --h3-size:32px;  */
          --card-padding:1.7rem 2.5rem;
          --larger-p-size: 1.7rem;


          /*DISPLAY-HEADER*/
          --display-header-min-h:220px;
          /* --display-header-min-h:calc(100vh - var(--header-height) - var(--admin-bar-height) - 3rem); */
          --header-caption-spacing-y:1.5rem;


     }
     
}


@media(min-width:782.02px){
     :root body.admin-bar{
          --admin-bar-height: 32px;
     }
     :root body{
          --header-height:78px;
          --headerheight: 78px;
     }
     :root body.scrolled{
          --header-height:78px;
          --headerheight: 78px;
     }
}
@media(min-width:992px){
     :root body{
          --menu-font-size: 1rem;
          --header-height: 78px;
          --headerheight: 78px;
          --section-top:72px;

          --h2-size:84px;
          --display-header-min-h:260px;
		  --header-caption-offset-top: 0rem;
            --nav-link-padding: 0.2rem 1rem 0.2rem; /* consider --menu-height*/
     }
     :root body.scrolled {
          --header-height: 78px;
          --headerheight: 78px;
      }

}
@media(min-width:1200px){
     :root body{
          --menu-font-size: 1rem;
          --header-height: 78px;
          --headerheight: 78px;
          --menu-width: 985px;
          --section-top:80px;
          --border-radius-large:14px;
     }
}
@media(min-width:1440px){
     :root body{
          --menu-font-size: 1rem;
     }
}
@media(min-width:1600px){
     :root body{
          --display-header-min-h:280px;
          --menu-font-size: 1rem;

          --h1-size:42px;
          --h2-size:7vw;
          --h3-size:30px;
          --h4-size:26px;

          --card-padding:2.1rem 3.5rem;
     }
}
@media(min-width:1820px){
     :root body{
          --card-padding:2.4rem 4.5rem;
     }
}
@media(min-width:2000px){
     :root body{
          --display-header-min-h:320px;
          --h2-size:8.7vw;
          --h3-size:5vw;
          --h4-size:3vw;

     }
}
.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;
     }
}



/*lightmode*/

:root.user-colorscheme-light body{
     --text: #a5a5a5;
     --darkest-grey:#2a2928;

      --primary-orig:#a1b500;
     --primary-dark:#949e8b;
     /* --primary:#DBDDD5; */
     --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;
     --content-bg-color:var(--darkest-grey);
     --white:var(--darkest-grey);

  }

  :root.user-colorscheme-dark body .footer-logo svg,
  :root.user-colorscheme-dark body .site-logo svg{
      --primary:var(--primary);
  }
  /* :root.user-colorscheme-light body .footer-logo svg,
  :root.user-colorscheme-light body .site-logo svg{
      --primary:var(--primary-orig);
  } */