.elementor-editor-active .hidden { 
    display:block; 
} 
#dashboardsec {
	display: none;
	max-height: none;
  	overflow: hidden;
  	transition: max-height 0.5s ease-out;
}

@media (max-width: 768px) {
   #dashboardknop .elementor-button-text {
      visibility: hidden;
      height: 0;
      padding: 0;
		 width: 0;
   }
}

.wp-block-file:not(.wp-element-button) {
	font-family:"Segoe UI";
	font-size:16px;
}

/* Kolommen verticaal goed uitlijnen zodat buttons onderaan staan */
.kolom-uitlijnen > .elementor-widget-wrap { 
	flex-direction: column; 
} 

.kolom-uitlijnen > .elementor-widget-wrap div:last-child { 
	margin-top: auto; 
}

/* Ik Eijkhagen Slider */

.n2-ss-slider .n2-ss-layer-row-inner {
	align-items:center!important;
}
.columnheightslider > div {
	flex: 0 1 auto;!important;
}

