/*
 Theme Name:     Bootstrap Basic 4 Child IMMOBIL
 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: #242424;
    --text-hover: #464646;
    --text2: #000;
    --grey: #bbb9b5;
    --grey-lighter: #bbbbbb;
    --grey-lightest: #cacaca;
    --grey-lightestest: #f6f6f6;
    --light: #f5f5f5;
    --grey-light: #8c8c8c;
    --grey-medium: #666666;
    --grey-hover: #a7a7a7;
    --grey-dark: #282828;

    --primary-dark:#a64f0a;
    --primary:#C76235;
    --primary-medium:#d77044;
    --primary-light:#d47952;
    --primary-lightest:#e79571;
    --primary-lightestest:#fdf5f1;
    --primary-hover:var(--primary);
	--transparent-primary: #ffe0d3;

    --white75: rgba(255,255,255,0.9);
    --white-trans:#ffffff14;
    --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: 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: #5FC1B8;
    --secondary-light: #88dbd3;
    --secondary-lightest: #bdf4ee;
    --secondary-dark: #43aa9f;
    --secondary-hover: #38a196;
	--transparent-secondary: #deebe9;

    --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: 'Mona Sans', sans-serif;
    --sans2: 'Mona Sans', sans-serif;
    --serif: 'Mona Sans', serif;
    --serif: 'Mona Sans', serif;


    --h1-size:37px;
    --h2-size:34px;
    --h3-section-size:30px;
    --h3-size:20px;
    --h4-size:1.05rem;

    --larger-p-size: 1.7rem;
    --large-p-size: 1.4rem;
    --medium-p-size: 1.04rem;
    --regular-p-size: 1rem;
    --small-p-size: 0.85rem;
    --smallest-p-size: 0.75rem;

	--iconic-h-size: 2rem;

    --regular-p-mb:.86rem;

     /*SECTIONS*/
     --section-top:58px;


     /*BTN*/
    --btn-font-weight:500;
     --btn-fontsize: 1rem;
	 --btn-padding: 4px 8px 2px;
     --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:1; /*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: .95rem;
     --menu-font-family: var(--sans);
     --menu-text-transform: uppercase;
     --nav-items-padding: 0;
     --nav-items-fontweight: 600;
     --menu-height:100%; /*header-height*/
     /* --menu-height:2.1em; header-height */
     --nav-link-padding: 0 1.5rem; /* consider --menu-height*/
     --main-menu-color: var(--text);
     /*MENU collapsed*/
     --c-menu-font-family: var(--serif);
     --c-menu-font-size: 1.6rem;
     --c-nav-items-fontweight: 500;
     --c-main-menu-color: var(--white);
     --c-menu-align: center;

     --main-menu-bg:var(--gradient);
     --main-menu-hover-color: var(--primary-dark);
     --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: 82px;
     --headerheight: 82px;
     --headerheight-scrolled: 62px;
     --top-header-height: 38px;

	 --main-logo-width:10rem;

     --headerbackground: 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:352px;
     /*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;

	 --h-col-padding:20px;
	 --i-col-padding:10px;

	 --slider-h-size:3.1rem;



     --std-img-height: 296px;


	--split-section-offset-y:4rem;


     /*CTA*/
     --cta-content-fontsize:2rem;
	--cta-content-fontweight:500;

	/*footer*/
	--footer-p-size: .85rem;


	--slider-height:var(--display-header-min-h);
	--gal-slider-height:20rem;
	--gal-thumb-height:100px;

	--claim-figure-width:65px;

	--title-wrap-padding:1rem;
}




:root body.scrolled{
	/* --header-height:62px; */
	/* --headerheight: 62px; */
}
:root body.admin-bar{
     --admin-bar-height: 46px;
}
:root body.low-header,
:root body.single{
	--display-header-min-h:272px;
}
:root body:not(.has-top-header){
	--top-header-height: 0px;
}

@media(min-width:576px){
	:root body.low-header,
	:root body.single{
		/* --display-header-min-h:272px; */
	}
	:root body{
		--display-header-min-h:352px;
		--h2-size:44px;
		--iconic-h-size: 2.05rem;
	}
}
@media(min-width:640px){
	:root body{
		/* --display-header-min-h:300px; */
		--h2-size:40px;
	}
	:root body.low-header,
	:root body.single{
		--display-header-min-h:320px;
	}
}
@media(min-width:768px){
	:root body.low-header,
	:root body.single{
		/* --display-header-min-h:250px; */
	}
	:root body{
		/*TYPO*/
		--h1-size:48px;
		--h2-size:38px;
          /* --h3-size:32px; */
		--h3-section-size:30px;
		--iconic-h-size: 2.48rem;


          /*DISPLAY-HEADER*/
          --display-header-min-h:452px;
          /* --display-header-min-h:calc(100vh - var(--header-height) - var(--admin-bar-height) - 3rem); */
          --header-caption-spacing-y:1.5rem;
		  /* --slider-height:180px; */

     }
}


@media(min-width:782.02px){
     :root body.admin-bar{
          --admin-bar-height: 32px;
     }
     :root body{
          /* --header-height:82px;
          --headerheight: 72px; */
     }
     :root body.scrolled{
          /* --header-height:72px; */
          /* --headerheight: 72px; */
     }
}
@media(min-width:992px){
     :root body{
          --menu-font-size: .95rem;
          --nav-link-padding: 0 1rem;
          /* --header-height: 78px;
          --headerheight: 78px; */
          --section-top:72px;
		  --nav-logo-width:100px;
		  --mobile-nav-minwidth:100%;

		  --h4-size:1.025rem;

		  --split-section-offset-y:4rem;
          /* --display-header-min-h:calc(100vh - var(--header-height) - var(--admin-bar-height) - 3rem); */
          /* --display-header-min-h:670px; */
     }
     :root body.scrolled {
		/* --mobile-nav-minwidth:1px; */

          /* --header-height: 78px;
          --headerheight: 78px; */
      }

}
@media(min-width:1200px){
     :root body{
          --menu-font-size: .97rem;
          --nav-link-padding: 0 .6rem;
          /* --header-height: 78px;
          --headerheight: 78px; */
          --menu-width: 985px;
          --section-top:80px;

		  --iconic-h-size: 2.55rem;
		  --h1-size:52px;
		  --h4-size:1rem;

		  --display-header-min-h:520px;
		 	 /*
          --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); */
     }
	 :root body section.split-content-img{
          --display-header-min-h: 400px;
     }
}
@media(min-width:1300px){
	:root body{
		 --iconic-h-size: 2.8rem;
	}
}
@media(min-width:1400px){
	:root body{
		 --iconic-h-size: 2.54rem;
		 --h1-size:62px;
	}
}
@media(min-width:1440px){
     :root body{
          --menu-font-size: 1rem;
          /* --display-header-min-h: 620px;; */
          /* --display-header-min-h: calc(100vh - var(--header-height) - var(--admin-bar-height) - 23rem); */
		  /*DISPLAY-HEADER*/
          --display-header-min-h:520px;
     }

}
@media(min-width:1600px){
     :root body{
          /* --display-header-min-h:640px; */
		  --h1-size:4vw;
		  --nav-logo-width:132px;
          --h2-size:42px;
		  --iconic-h-size: 2.64rem;
		  --h4-size:1.075rem;
          /* --display-header-min-h: 620px;; */
          /* --display-header-min-h: calc(100vh - var(--header-height) - var(--admin-bar-height) - 23rem); */
		  --gal-slider-height:30rem;
		  --gal-thumb-height:140px;
     }

}
@media(min-width:1820px){
     :root body{
          --h2-size:46px;
          --display-header-min-h: 620px;
		  --iconic-h-size: 2.8vw;
            --claim-figure-width:82px;
          /* --display-header-min-h: calc(100vh - var(--header-height) - var(--admin-bar-height) - 23rem); */
     }
     :root body section.split-content-img{
          --display-header-min-h: 400px;
     }

}
@media(min-width:2200px){
     :root body{
		  --iconic-h-size: 3.6rem;
		  --h1-size:90px;
          /* --display-header-min-h: calc(100vh - var(--header-height) - var(--admin-bar-height) - 23rem); */
     }

}

.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;
 }