.elementor-kit-3387{--e-global-color-primary:#2F8E8E;--e-global-color-secondary:#585858;--e-global-color-text:#000000;--e-global-color-accent:#2F8E8E;--e-global-color-1c106c7:#EEEEEE;--e-global-color-2a4b9ca:#F4F4F4;--e-global-color-bb73b86:#FFFFFF;--e-global-color-639a8b3:#E9F4F6;--e-global-color-d839147:#FFFFFF;--e-global-color-8bcbfdd:#000000;--e-global-color-677e989:#EAE9EC;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:18px;line-height:1.7em;}.elementor-kit-3387 a{color:var( --e-global-color-primary );text-decoration:none;}.elementor-kit-3387 h1{font-family:"Jost", Sans-serif;}.elementor-kit-3387 h2{font-family:"Jost", Sans-serif;font-size:41px;font-weight:600;}.elementor-kit-3387 h3{font-family:"Jost", Sans-serif;}.elementor-kit-3387 h4{font-family:"Jost", Sans-serif;}.elementor-kit-3387 h5{font-family:"Jost", Sans-serif;}.elementor-kit-3387 h6{font-family:"Jost", Sans-serif;}.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-3387 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* Shrinking Sticky header, Elementor Container edition
* class: .sticky-header
* This will only work with the Elementor container section
* the header uses additional 3 classes to gain higher CSS specificity and to avoid adding !important
*/
header.sticky-header.e-container.elementor-element {
	--header-height: 100px; /* 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 */
	background-color: rgba(244, 245, 248, 1); /* Set your own background color */
	--min-height: var(--header-height);
	--transition: background-color var(--transition-timing),
					backdrop-filter var(--transition-timing),
					box-shadow var(--transition-timing),
					min-height var(--transition-timing);
}

header.sticky-header.e-container.elementor-element.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8); /* Set your own background color on scroll */
	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 */
	--min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/* Nyhetsflöde equal heigth */
.elementor-posts .elementor-post__text {
    display: flex !important;
    flex-direction: column !important;
}
.elementor-posts .elementor-post__excerpt {
    margin-bottom: auto !important;
}
.elementor-posts .elementor-post__read-more {
    margin-top: 1em !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dev.tvaralund.com/wp-content/uploads/2024/03/OpenSans-Regular-1.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://dev.tvaralund.com/wp-content/uploads/2024/03/OpenSans-Bold-1.woff') format('woff');
}
/* End Custom Fonts CSS */