.elementor-kit-5{--e-global-color-primary:#154273;--e-global-color-secondary:#535353;--e-global-color-text:#000000;--e-global-color-accent:#39870C;--e-global-color-ce50c7e:#E17000;--e-global-color-f0efaf1:#CCE0F1;--e-global-color-3f305f4:#154273;--e-global-color-af56d0c:#E5F0F9;--e-global-color-1e2cd39:#000000;--e-global-typography-primary-font-family:"rijksoverheidsanstext";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"rijksoverheidsanstext";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"rijksoverheidsanstext";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-family:"rijksoverheidsanstext";--e-global-typography-accent-font-weight:normal;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-text );}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 80px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
@media only screen and (min-width: 768px) {
    header.elementor-sticky--active .elementor-element.elementor-element-83b1941 > .elementor-widget-container{
        margin-top: 0px;
        padding: 0;
    }
    .elementor-7 header.elementor-sticky--active.elementor-element.elementor-element-ea8949b{
        min-height: 0;
    }
    .elementor-7 header.elementor-sticky--active .elementor-element-72048af {
        --width: 100px;
        margin-top: 0px;
    }
    header.sticky-header.elementor-sticky--effects.elementor-sticky--active .logo img {
      transform: scale(1);
    }
    header.elementor-sticky--active .e-con {
      height: 70px;
    }
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}
header.sticky-header .logo img{
    margin:0 0 0 0;
}
.elementor-element .widget-image-caption {
  position: absolute;
  bottom: 20px;
  display: inline;
  left: 10px;
  padding: 5px 10px;
  border-radius: 8px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'rijksoverheidsanstext';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://one.test.noblestreet.eu//wp-content/uploads/2024/04/rijksoverheidsanstext-regular.woff2') format('woff2'),
		url('https://one.test.noblestreet.eu//wp-content/uploads/2024/04/rijksoverheidsanstext-regular.woff') format('woff'),
		url('https://one.test.noblestreet.eu//wp-content/uploads/2024/04/rijksoverheidsanstext-regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */