.elementor-kit-5{--e-global-color-primary:#B91317;--e-global-color-secondary:#B91317;--e-global-color-text:#4A4A4A;--e-global-color-accent:#61CE70;--e-global-color-a5dfa0c:#890D10;--e-global-color-5e704df:#F4F4F4;--e-global-color-376bd07:#FCFCFC;--e-global-color-25ac9ff:#111315;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;--e-global-typography-88a8fa6-font-family:"Nunito Sans";--e-global-typography-88a8fa6-font-size:32px;--e-global-typography-88a8fa6-font-weight:800;--e-global-typography-88a8fa6-text-transform:uppercase;--e-global-typography-88a8fa6-line-height:40px;--e-global-typography-c5a741c-font-size:48px;--e-global-typography-c5a741c-font-weight:800;--e-global-typography-c5a741c-text-transform:uppercase;--e-global-typography-c5a741c-line-height:48px;--e-global-typography-8b1de93-font-size:24px;--e-global-typography-8b1de93-line-height:30px;--e-global-typography-85a53a6-font-family:"Nunito Sans";--e-global-typography-85a53a6-font-size:18px;--e-global-typography-85a53a6-font-weight:800;--e-global-typography-85a53a6-text-transform:uppercase;--e-global-typography-56330f2-font-family:"Nunito Sans";--e-global-typography-56330f2-font-size:16px;--e-global-typography-56330f2-font-weight:600;--e-global-typography-56330f2-text-transform:uppercase;--e-global-typography-0bb4c2d-font-family:"Nunito Sans";--e-global-typography-0bb4c2d-font-size:18px;--e-global-typography-0bb4c2d-font-weight:800;--e-global-typography-0bb4c2d-text-transform:uppercase;color:var( --e-global-color-text );font-family:"Nunito Sans", Sans-serif;background-color:#FCFCFC;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 a:hover{color:var( --e-global-color-a5dfa0c );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:12px;font-weight:800;text-transform:uppercase;color:var( --e-global-color-primary );background-color:#FFFFFF00;border-style:none;padding:12px 0px 12px 0px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{color:var( --e-global-color-a5dfa0c );}.elementor-kit-5 img{border-style:none;border-radius:10px 10px 10px 10px;filter:brightness( 100% ) contrast( 100% ) saturate( 75% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-text-font-size:15px;--e-global-typography-88a8fa6-font-size:28px;--e-global-typography-88a8fa6-line-height:1.2em;--e-global-typography-c5a741c-font-size:42px;--e-global-typography-c5a741c-line-height:42px;--e-global-typography-8b1de93-font-size:22px;--e-global-typography-8b1de93-line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-88a8fa6-font-size:22px;--e-global-typography-88a8fa6-line-height:1.3em;--e-global-typography-c5a741c-font-size:28px;--e-global-typography-c5a741c-line-height:28px;--e-global-typography-8b1de93-font-size:18px;--e-global-typography-8b1de93-line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1 span, h2 span, h3 span, h4 span {
    color: var(--e-global-color-primary);
}

.bold{
    font-weight: bold;
}



/*
header.sticky-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
   padding-top: 12px;
   padding-bottom: 12px;
}
*/




/***
* Shrinking Sticky header
* class: .sticky-header
* Uses the built-in .elementor-container class for shrinking the header in non-container installs
*/


@media only screen and (max-width: 767px) {
    header.sticky-header {
	--header-height: 65px; /* Set your own header height */
	--shrink-header-to: 0.6; /* Shrinks to 60%, values: 0.1 to 1 */
	--transition-timing: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */ 
	--logo-height: 36px !important; 
	--logo-shrink-to: 1.00 !important;
	
    }
	
}

@media only screen and (min-width: 786px) {
    
    header.sticky-header {
	--header-height: 95px; /* Set your own header height */
	--shrink-header-to: 0.6; 
	--transition-timing: .45s cubic-bezier(.4, 0, .2, 1); 
	--logo-height: 70px; 
	--logo-shrink-to: 0.55;
    }
}

/*
header.sticky-header {

	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition-timing),
				backdrop-filter var(--transition-timing),
				box-shadow var(--transition-timing);
				
}
*/

header.sticky-header .logo img,
header.sticky-header .logo.elementor-widget-theme-site-logo img,
header.sticky-header .logo .elementor-icon svg {
	height: var(--logo-height);
	transition: height var(--transition-timing);
}	
	
header.sticky-header.elementor-sticky--effects {

	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); /* Delete this line if you don't want shadow on scroll */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
}
header.sticky-header  {
	min-height: var(--header-height);
	transition: min-height var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}



@media only screen and (max-width: 767px) {
    header #navMain nav.elementor-nav-menu--dropdown {
        margin-top: 16px !important;
    } 
    header.sticky-header #navMain nav.elementor-nav-menu--dropdown {
        margin-top: 3px !important;
    }
}





/***
* class: .logo
* Add the class "logo" to your logo to scale your logo to 80% on scroll
*/
header.sticky-header .logo img,
header.sticky-header .logo.elementor-widget-theme-site-logo img,
header.sticky-header .logo .elementor-icon svg {
	height: var(--logo-height);
	transition: height var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects .logo img,
header.sticky-header.elementor-sticky--effects .logo.elementor-widget-theme-site-logo img,
header.sticky-header.elementor-sticky--effects .logo .elementor-icon svg {
	height: calc(var(--logo-height) * var(--logo-shrink-to));
}
header.sticky-header .logo .elementor-icon svg {
	width: auto;
}




/* disable bs language option temporary */
/*
#headerTop ul li.lang-item-61 {
 display: none;
}
*/


/* disable sk language option temporary */
/*
#headerTop ul li.lang-item-24 {
 display: none;
}
*/

/* disable cs language option temporary */
/*
#headerTop ul li.lang-item-71 {
 display: none;
}
*/

/* disable german language switcher temporary */
/*#headerTop ul li.menu-item-1045 {
 display: none;
} */

/* disable hu language option temporary */
/*
#headerTop ul li.lang-item-16 {
 display: none;
}
*/

/* disable it language option temporary */
/*
#headerTop ul li.lang-item-20 {
 display: none;
}
*/

/* disable pl language option temporary */
/*
#headerTop ul li.lang-item-56 {
 display: none;
}
*/

/* disable sr language option temporary */
/*
#headerTop ul li.lang-item-66 {
 display: none;
}
*/

/* make sure that uppercase strings are not uppercase (Mag.a) */
.elementor-image-box-title sup {
    text-transform: none;
}


li.login ul.sub-menu li:nth-child(2) {
    display: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.oesterreichinstitut.com/wp-content/uploads/2024/03/NunitoSans_10pt-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.oesterreichinstitut.com/wp-content/uploads/2024/03/NunitoSans_10pt-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.oesterreichinstitut.com/wp-content/uploads/2024/03/NunitoSans_10pt-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.oesterreichinstitut.com/wp-content/uploads/2024/03/NunitoSans_10pt-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.oesterreichinstitut.com/wp-content/uploads/2024/03/NunitoSans_10pt-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.oesterreichinstitut.com/wp-content/uploads/2024/03/NunitoSans_10pt-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.oesterreichinstitut.com/wp-content/uploads/2024/03/NunitoSans_10pt-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito Sans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.oesterreichinstitut.com/wp-content/uploads/2024/03/NunitoSans_10pt-MediumItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */