.elementor-kit-9{--e-global-color-primary:#7ABEFF;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-b25cc75:#2A93C9;--e-global-typography-primary-font-family:"Varela Round";--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.7;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, 0);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
}
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 (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}
header.sticky-header .logo img {
	transition: transform var(--transition);
	-webkit-transform-origin-x: 0;
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.7);
}
.kolom .bericht_titel {
  height: calc(100% - 40px); 
  text-align: center;  
  opacity: 0;   
  transition: opacity 0.5s ease;
  border: 5px solid #fff;
  margin:20px;
  width: calc(100% - 40px);
}
.kolom:hover .bericht_titel {
  opacity: 1;   
}
.kolom .bericht_titel h2 {
  position: absolute;
  top: 50%;                     
  left: 50%;                    
  transform: translate(-50%, -50%); 
}
.kolom {
  overflow: hidden;   
  position: relative;       
}

.kolom img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out; /* zoom + dimming */
}
.kolom:hover img {
  transform: scale(1.1);   /* zoom */
  filter: brightness(0.5); /* dim naar 50% helderheid */
}
.menu-item.current-menu-ancestor > a,

.elementor-nav-menu--main .current-menu-ancestor > a,
.elementor-nav-menu--main .current-menu-item > a {
    color: #ffffff !important;
    background-color: #7abeff !important;
}
.footer-menu .current-menu-ancestor > a,
.footer-menu .current-menu-item > a {
    color: #2A93C9 !important; 
    background-color: #7abeff !important; 
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #7abeff;
    color: #fff;
    text-decoration: none;
}
.titel {
  position: relative;
  display: inline-block;
}
.titel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px; 
  width: 30px;
  height: 2px;
  background-color: #2A93C9; 
  border-radius: 1px;
}

.elementor-widget-heading .elementor-heading-title {
line-height: 1.3em;
    }


#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    font-family: Varela 'Varela Round' !important;
    font-size: 20px !important;
    font-weight: inherit !important;
    font-style: normal !important;
    line-height: 1.5em !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
}
.wp-block-responsive-lightbox-gallery {
    margin-bottom: 50px;
}/* End custom CSS */