/*
Theme Name: deBoei
Theme URI: https://mkshop.nl
Author: Lisette Koster
Author URI: https://mkshop.nl
Description: De Boei
Version: 1.0.1
Text Domain: deboei
Tags: 
*/

.tribe-events-calendar-month__calendar-event-title.tribe-common-h8  {          background: #fffde8;    border-left: 4px solid #d7c60f;    padding-left: 5px;}
.tribe-events-calendar-month__calendar-event-title.tribe-common-h8 a.tribe-events-calendar-month__calendar-event-title-link { color: #9c921d}

/*
 * rood
.tribe-events-calendar-month__calendar-event.tribe-common-h--alt {background: #fff2f5;    border-left: 4px solid #d70f19;    padding-left: 5px;}	
.tribe-events-calendar-month__calendar-event.tribe-common-h--alt a {color:#ae1f3b} */

/* MailPoet Archive styling gebaseerd op UIkit list styling */
.mailpoet_archive {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mailpoet_archive > li {
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.mailpoet_archive > li:last-child {
    border-bottom: none;
}

/* Datum styling */
.mailpoet_archive_date {
    color: #ae1f3b;
    margin-bottom: 0.25rem;
}

/* Subject/titel styling */
.mailpoet_archive_subject {
    font-size: 1rem;
    line-height: 1.5;
}

.mailpoet_archive_subject a {
    color: #3f566e;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.mailpoet_archive_subject a:hover {
    color: #0f6ecd;
    text-decoration: underline;
}

/* Alternatieve layout - horizontaal op grotere schermen */
@media (min-width: 768px) {
    .mailpoet_archive > li {
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        gap: 1rem;
    }
    
    .mailpoet_archive_date {
        flex-shrink: 0;
        margin-bottom: 0;
        min-width: 150px;
    }
    
    .mailpoet_archive_subject {
        flex-grow: 1;
    }
}

 /* Custom styling voor MailPoet formulier met UIkit classes */
.mailpoet_confirm_unsubscribe a:hover {color:#fff}
.mailpoet_confirm_unsubscribe a {background-color: #AE1F3B;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;}
	
	.mailpoet_confirm_unsubscribe {font-size: 14px;
    color: #ae1f3b;}

        .mailpoet-manage-subscription {
            max-width: 600px;
            margin: 0 auto;
            padding: 30px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }
        
        .mailpoet-manage-subscription .mailpoet_paragraph {
            margin-bottom: 20px;
        }
        
        /* Labels styling */
        .mailpoet-manage-subscription .mailpoet_text_label,
        .mailpoet-manage-subscription .mailpoet_select_label,
        .mailpoet-manage-subscription .mailpoet_segment_label {
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
            display: block;
            font-size: 14px;
        }
        
        /* Input fields styling - UIkit stijl */
        .mailpoet-manage-subscription .mailpoet_text,
        .mailpoet-manage-subscription .mailpoet_select {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #e5e5e5;
            border-radius: 4px;
            font-size: 14px;
            background: #fff;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
        
        .mailpoet-manage-subscription .mailpoet_text:focus,
        .mailpoet-manage-subscription .mailpoet_select:focus {
            outline: none;
            border-color: #1e87f0;
            box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.1);
        }
        
        /* Submit button - UIkit primary button stijl */
        .mailpoet-manage-subscription .mailpoet_submit {
            background: #1e87f0;
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.15s ease-in-out;
            min-width: 120px;
        }
        
        .mailpoet-manage-subscription .mailpoet_submit:hover {
            background: #0f7ae5;
        }
        
        .mailpoet-manage-subscription .mailpoet_submit:active {
            background: #0e6dce;
        }
        
        /* Email info styling */
        .mailpoet-manage-subscription .mailpoet-change-email-info {
            color: #666;
            font-size: 13px;
            font-style: italic;
            margin-top: 8px;margin-bottom:20px;
            display: block;
        }
        
        /* Checkbox styling */
        .mailpoet-manage-subscription .mailpoet_checkbox_label {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px;
            cursor: pointer;
        }
        
        .mailpoet-manage-subscription .mailpoet_checkbox {
            margin-right: 10px;
            width: 16px;
            height: 16px;
            border: 1px solid #e5e5e5;
            border-radius: 3px;
        }
        
        .mailpoet-manage-subscription .mailpoet_checkbox:checked {
            background: #1e87f0;
            border-color: #1e87f0;
        }
        
        /* Required asterisk */
        .mailpoet-manage-subscription .mailpoet_required {
            color: #f0506e;
            margin-left: 3px;
        }
        
        /* Fieldset styling */
        .mailpoet-manage-subscription fieldset {
            border: 1px solid #e5e5e5;
            border-radius: 4px;
            padding: 15px;
            margin: 0;
        }
        
        .mailpoet-manage-subscription fieldset legend {
            padding: 0 10px;
            font-weight: 600;
            color: #333;
        }
        
        /* Loading animation */
        .mailpoet-manage-subscription .mailpoet_form_loading {
            display: none;
            margin-left: 10px;
        }
        
        .mailpoet-manage-subscription .mailpoet_bounce1,
        .mailpoet-manage-subscription .mailpoet_bounce2,
        .mailpoet-manage-subscription .mailpoet_bounce3 {
            width: 8px;
            height: 8px;
            background-color: #1e87f0;
            border-radius: 100%;
            display: inline-block;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            margin-right: 2px;
        }
        
        .mailpoet-manage-subscription .mailpoet_bounce1 {
            animation-delay: -0.32s;
        }
        
        .mailpoet-manage-subscription .mailpoet_bounce2 {
            animation-delay: -0.16s;
        }
        
        @keyframes sk-bouncedelay {
            0%, 80%, 100% {
                transform: scale(0);
            } 40% {
                transform: scale(1.0);
            }
        }
        
        /* Error container styling */
        .mailpoet-manage-subscription .mailpoet_error_m6h92,
        .mailpoet-manage-subscription .mailpoet_error_1bq51,
        .mailpoet-manage-subscription .mailpoet_error_d1sld,
        .mailpoet-manage-subscription .mailpoet_error_1gd4j {
            color: #f0506e;
            font-size: 12px;
            margin-top: 5px;
            display: block;
        }
        
        /* Responsive */
        @media (max-width: 640px) {
            .mailpoet-manage-subscription {
                padding: 20px;
                margin: 10px;
            }
        }

.category-24  .trail-item.trail-end, .page-id-2858 .trail-item.trail-end, .single-post.deboei-willisstee .trail-item.trail-end{display:none}

.deboei-willisstee .wpcf7-form-control.wpcf7-submit{  background-color: #4db53a;}
.mk-mobile-menu .uk-navbar-item.uk-logo{    display: left;    justify-content: left;}
.single-tribe_venue .tribe-events-header__content-title .tribe-events-header__content-title-text  {display:none}
.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item a {width: 30px;height: 30px;}

.deboei-willisstee .search-submit.mk-willisstee {background:#4db53a;border-color:#4db53a;color:#fff;height:42px}
.deboei-willisstee .mk-list-deboei span {color:#23950e;}
.deboei-willisstee .mk-footer .uk-navbar-item {justify-content: left;}

.willisstee-header.mk-canvas-menu .mk-sidebar-blue {background:#23950e;}
.willisstee-header.mk-canvas-menu {border-left: 20px solid #4db53a;}
.willisstee-header.mk-canvas-menu .mk-sidebar-blue .mk-slogan span {background:#4db53a;}

.willisstee-header.mk-canvas-menu .mk-sidebar-blue .uk-active, .willisstee-header.mk-canvas-menu .mk-sidebar-blue .uk-parent.uk-open {
    background: #23950e;
}

.deboei-willisstee .btn-3 span {
  color: rgb(255, 255, 255);
  background-color: #4db53a;
}

.deboei-willisstee .btn.hover-border-2::before {
  bottom: 0; left: 0;
  border-left: 1px solid #4db53a;
  border-bottom: 1px solid #4db53a;
}
.deboei-willisstee .btn.hover-border-2::after {
  top: 0; right: 0;
  border-right: 1px solid #4db53a;
  border-top: 1px solid #4db53a;
}


.deboei-willisstee .nav-links .uk-icon, .tribe-events-sub-nav li span { background-color: #4db53a;}
.deboei-willisstee .comments-area .form-submit input[type="submit"], .deboei-willisstee button[type="submit"], .deboei-willisstee .search-submit
{background-color: #4db53a;color:#fff;border:0}


.mk-list-deboei span {color:#AE1F3B;font-weight:400}
.mk-canvas-menu {z-index: 9;box-shadow: 4px 0 15px rgba(68, 68, 68, 0.11);
/*  border-right: 1px solid #e0e0e0;*/border-left: 20px solid #ae1f3b;}

.deboei-blog-sidebar.mk-sidebar label.wp-block-search__label{display:none;}

.mk-breadcrumb{padding:0 0 0px 0;list-style:none;font-size:0;margin-bottom:0}
.mk-breadcrumb>li{font-size:14px;vertical-align:top}
.mk-breadcrumb>li,.km-breadcrumb>li>a,.mk-breadcrumb>li>span{display:inline-block}
.mk-breadcrumb>li:nth-child(n+4):before{content:"/";display:inline-block;margin:0 8px}

.mk-nieuws-blog.mk-tab-content {margin-bottom:40px}

.mk-single-header,
.mk-nieuws-blog.v2 .uk-card-title a, .uk-card-title.mk-white a, .mk-nieuws-blog .uk-card-title a{font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-style: normal;
  text-decoration: none;
  line-height: 120%;
  color: #1C244B;font-weight: bold;}


  .mk-single-subheading{color: #324A6D;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;}

.mk-footer .main-logo {margin-bottom:20px}
.mk-footer .widget_block:nth-child(n+1){margin-top:25px}

.mk-first-post {background: #25356f;
  border-radius: 5px;color:#fff;
  padding: 40px;}


@media (min-width: 768px) {
  .elementor-image-gallery .gallery-columns-2 .gallery-item {
    max-width: 100%!important;
  }
}

.mk-content-wrapper h3.uk-card-title, .mk-bieren h3{font-size: 1.4rem;}
.uk-modal-body ul {padding-left: 20px!important;}

body a:hover {
  color: #25356d;
}

.mk-alert {font-size:15px}

.uk-navbar-nav > li.menu-item-87.uk-active > a {background: #a78c49}
.deboei-willisstee li.menu-item-463.uk-active a {background:#2c474f!important}

.deboei-willisstee li.menu-item-463 a:hover {background:#1c363e!important}


.deboei-willisstee  .top-menu .uk-subnav > * {
padding-left: 10px;}
 

.deboei-willisstee .top-menu .uk-subnav,.deboei-willisstee .uk-navbar-nav > li > a {
  font-size: 15px;
}

.home .mk-versie-one.uk-slideshow .uk-slideshow-items  { background:#a78c49 }



@media only screen and (min-width: 960px) {
 .mk-switch.mk-afbeeldingen .uk-height-large {
		height: 650px;
	}
	


	.page-id-366 .mk-versie-one .uk-slideshow-items.mk-height-large .uk-cover-container img {
	  margin-top:240px; 
	}
	
	.page-id-370 .mk-featured-image.mk-gradient-willisstee .uk-background-cover{background-position: 100% 30%;}
    


.postid-806 .mk-featured-image .uk-background-cover{background-position: 100% 20%;}
.postid-124 .mk-featured-image .uk-background-cover{background-position: 100% 20%;}

	.uk-slideshow-items.mk-height-large {height:650px}
	
	
	
}

	.mk-versie-one .uk-slideshow-items.mk-height-large .uk-cover-container {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%; 
	}
	
	.mk-versie-one .uk-slideshow-items.mk-height-large .uk-cover-container img {width:100%}

@media only screen and (max-width: 640px) {
	 .uk-dotnav.uk-dotnav-vertical {display:none;}
	 .home .uk-slideshow-items{background: #a78c49;}
	 
	 .mk-nieuws-blog.v2 {
		padding-top: 35px;
	 }
	 
	


	 
}

.mk-object-fill {
  width: 100%;
}
	

.mk-rotate-180 {left: -50px;
  transform: rotate(180deg);
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2.1px;
  writing-mode: vertical-lr;
  margin-top: 0px;
  color: #fff;
  background: #a78c49;
  padding: 10px 2px 10px 5px;
 }


#sb_instagram .sbi_header_text h3 {font-weight:600;font-family:Montserrat}
#sb_instagram .sbi_bio {font-family:Montserrat;font-size:15px!important;margin-top:20px;display:block;color:#333;font-weight:500}
#sb_instagram .sbi_header_img img {height:50px}



/* causes conflict with eten en drinken elementor width afbeelding height*/
/* @media screen and (min-width: 1200px)  {
	.uk-height-large {
	  height: 625px;
	}
} 
.mk-lisette, .mk-lisette:hover, .mk-lisette:focus {color: #a5de0;}*/
.page-template-page-willisstee .mk-lisette, .page-template-page-willisstee .mk-lisette:hover, .page-template-page-willisstee .mk-lisette:focus{  color: #ffc637;}

body a {color:#333;}

.mk-width-280 {max-width: 280px;}
.mk-height-650 .elementor-widget-video{max-height: 650px;}
.mk-content-wrapper .wpcf7-submit {background: #363837;
  padding: 10px 15px;
  border: 0;
  color: #fff;}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 { margin-bottom:0!important;margin-top: 0;}

address, dl, fieldset, figure, ol, p, pre, ul {
margin-bottom: 0px!important;}

.uk-navbar ul {box-sizing: unset;}
.mk-dark{color:#333!important}
.mk-white, .mk-nieuws-blog .mk-white  {color:#fff!important}
.mk-bg-beige {background: #f7ebdf;}
.mk-brown {color: #dcb745!important;}
.dark-main-bgcolor {background:#F8F5E9!important}
  .mk-bg-white {background: #fff;}

.mk-light-grey{
  background: #fff;
}
.mk-ivoor {background:#F8F5E9}
.mk-gradient-ivoor {
  background: rgb(250,250,250);
  background: -moz-linear-gradient(180deg, #F8F5E9 0%, #F8F5E9 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(180deg, #F8F5E9 0%, #F8F5E9 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(180deg, #F8F5E9 0%, #F8F5E9 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#ffffff",GradientType=1); 
}


.mk-grey {background:#fafafa}
.mk-gradient-grey {
  background: rgb(250,250,250);
  background: -moz-linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#ffffff",GradientType=1); 
}

.mk-gradient-dark { background: rgb(34,34,34);
background: -moz-linear-gradient(180deg, rgba(34,34,34,1) 50%, rgba(255,255,255,0) 50%);
background: -webkit-linear-gradient(180deg, rgba(34,34,34,1) 50%, rgba(255,255,255,0) 50%);
background: linear-gradient(180deg, rgba(34,34,34,1) 50%, rgba(255,255,255,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#ffffff",GradientType=1); }

.mk-gradient-willisstee {  background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(166,166,166,1) 50%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(166,166,166,1) 50%);
background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(166,166,166,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a6a6a6",GradientType=1); }

.mk-gradient-willisstee-two { background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(167,140,73,1) 50%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(167,140,73,1) 50%);
background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(167,140,73,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a78c49",GradientType=1);  }


a:hover {text-decoration:none;color:initial} 
.main-bgcolor, .top-menu{
    background:#ae1f3b; color: #fff;
	
  font-size: 15px;
}
.bgcolor-gold{
background-color: #a78c49!important;}
  
/*   .mk-bold {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #222;
} */

.mk-default-padding {
    padding: 70px 0;
}


ul, .mk-footer ul {margin-bottom:0}

.widget > ul  {list-style: none;padding-left: 0;}


/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.mk-sidebar-blue .uk-nav > li > a .uk-nav-parent-icon
{
  margin-right: 10px;
}
.uk-navbar-nav > li > a{font-size: 15px;color:#3f3f3f;}
.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li > a:hover, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a[aria-expanded="true"] 
{ background:#AE1F3B;  color: #fff;;border-radius:5px}
.uk-navbar-nav > li > a {min-height:auto!important;  padding:5px 12px;font-size: initial;
  text-transform: none;font-size: 15px;}

.uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.uk-navbar-nav > li > a {

  color: #343434;}

@media (min-width: 960px) {
 .uk-navbar-nav {    gap: 0px;  }
}

.uk-navbar-container:not(.uk-navbar-transparent)
{
  background: transparent;
}


.deboei-header .uk-navbar-toggle
{
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.deboei-header .uk-logo.deboei-willisstee {padding-top: 20px;}
.deboei-header .uk-navbar-item
{
  font-size: inherit;
  font-size: 15px;
}

.deboei-header .uk-navbar-center
{
  margin-top: 70px;
}

.deboei-header .mk-min-margin
{
  margin-top: -150px;
}




.deboei-header .uk-list > :nth-child(n+2)
{
  margin-top: 0px; margin-left:15px;
}
.top-menu .uk-subnav {font-size: 16px;}
.deboei-header .mk-button.mk-button-reserveren {border: 1px solid #a78c49;background: #a78c49; color: #fff;}
.deboei-header .mk-button {background: #ffffff45;
  color: #fff;min-height: 30px !important;
  padding: 2px 10px 4px 10px;
  border-radius: 2px;display:inline-block;
  border: 1px solid #fff;
  font-size: 15px;}
  
.mk-button.mk-button-afhalen{padding-bottom: 0;
  padding-bottom: 1px;
  font-size: 15px;
  padding-top: 6px;}
  
.deboei-header .mk-button:hover {cursor:pointer; border: 1px solid #a78c49;background: #a78c49; color: #fff;}
  
.deboei-header .mk-button.mk-button-bestellen{padding: 6px 10px 6px 10px;
  display: block;}
  
  

  .mk-slogan{font-size: 20px;color:#000;text-align:center}
.mk-slogan span {color: #fff;
    background: #ae1f3b;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;}

  .mk-canvas-menu  .uk-nav .menu-item a {
    padding: 10px 30px;
  display: block; 
}




.mk-canvas-menu .uk-nav .menu-item {
  border-bottom: 1px solid #e0e0e0; 
}


.mk-canvas-menu  .uk-nav .menu-item:first-child {
  border-top: 1px solid #e0e0e0; 
}

.mk-canvas-menu .uk-navbar-item.mk_willisstee_default{display:block;margin:20px 0 0 0}
  

.main-bg-bier {
  background: #2c474f !important;
  color: #fff;
}


/*--------------------------------------------------------------
# Mobile menu
--------------------------------------------------------------*/

.mk.uk-nav-header{
  
  text-transform: none;
  font-size: inherit;
  font-weight: 400;
  font-size: 18px;
}

.mk.uk-navbar-item {  font-size: inherit;color:#fff;}


.deboei-mobile-menu > li > a[aria-expanded="true"], .deboei-mobile-menu a:hover { background: #AE1F3B;  color: #fff!important;}
.deboei-mobile-menu a.main-logo:hover, .mk-navigation .mk-mobile-menu a.main-logo:hover{background:none;}


.deboei-mobile-menu .mk-mobile-menu
{
  padding: 10px 20px 10px 20px;
  position: relative;
}


.deboei-mobile-menu #deboei-mobile-menu .uk-nav > li.uk-active a {color:#fff;}

.deboei-mobile-menu #deboei-mobile-menu .uk-nav > li a
{
  padding: 12px 40px 12px 30px;
  color: #fff;
  font-size: initial;
  margin: 0;
}

.deboei-mobile-menu li.uk-parent .uk-nav li a {padding-left:45px!important}


.deboei-mobile-menu .uk-nav .uk-nav 
{
  /*padding-left:10px ;*/

}


.deboei-mobile-menu{
    background: #25356f;
    color: #fff;
}


.deboei-mobile-menu .uk-offcanvas-bar .uk-nav-default > li.uk-active > a{background:#a78c49;padding-left:13px}


.deboei-mobile-menu a:focus, .deboei-mobile-menu a:active, .deboei-mobile-menu  li.uk-active
{
   background: #AE1F3B;
    color: #fff!important;
}



.deboei-mobile-menu .uk-navbar-nav > li.uk-active > a, 
.deboei-mobile-menu .uk-navbar-nav > li > a:hover, 
.deboei-mobile-menu .uk-navbar-nav > li > a:focus, 
.deboei-mobile-menu .uk-navbar-nav > li > a[aria-expanded="true"], 
.deboei-mobile-menu  li.uk-active.uk-open > a{ background: #AE1F3B;
  color: #fff;}




/*--------------------------------------------------------------
# Hamburger menu
--------------------------------------------------------------*/

.km-mobile-nav .deboei-navbar-toggle.nav-open em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.km-mobile-nav .deboei-navbar-toggle.nav-open em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.km-mobile-nav .deboei-navbar-toggle.nav-open em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.km-mobile-nav .deboei-navbar-toggle em, .km-mobile-nav .deboei-navbar-toggle em::after, .km-mobile-nav .deboei-navbar-toggle em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
/*  background-color: #fff; */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.deboei-mobile-menu .deboei-navbar-toggle em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.km-mobile-nav .deboei-navbar-toggle em::before, .km-mobile-nav .deboei-navbar-toggle em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.km-mobile-nav .deboei-navbar-toggle em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.km-mobile-nav .deboei-navbar-toggle em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

 .km-mobile-nav .deboei-navbar-toggle:hover {cursor:hand;cursor:pointer;}


.km-mobile-nav .deboei-navbar-toggle em, .km-mobile-nav .deboei-navbar-toggle em::after, .km-mobile-nav .deboei-navbar-toggle em::before {
    background-color: #fff;
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
#openingstijden  .uk-modal-body .mk-bold span {
  margin-left: 10px;
  color: #c89f3a;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  
}

#openingstijden  .uk-modal-body {font-family: montserrat;font-size: 16px;}

#openingstijden .uk-modal-body .mk-bold{margin:25px 0 0px 0;}
#openingstijden .uk-modal-body .mk-bold {  font-weight: 600;  font-family: montserrat;  color: #222;text-transform: none;}

#openingstijden  .uk-modal-body h3{font-family: montserrat;
  color: #222;
  font-weight: 500;
  font-size: 22px;}

@media (min-width: 640px) {
  .uk-modal-body {
    padding: 50px 50px;
  }
}

.uk-modal .uk-modal-dialog{border-top: 30px solid #a78c49;}

.uk-modal-body .mk-bold{margin: 30px 0 15px 0;}

.mk-solliciteer {border: 1px solid #a78c49;
  padding: 3px 15px 5px 15px;
  display: inline-block;
  color: #a78c49;
  border-radius: 5px;}

.mk-solliciteer:hover{color:#fff;border: 1px solid #a78c49;
  background: #a78c49;}
.uk-modal-body {
    font-size: 95%;
    color: #666;
}


.mk-deboei-aanvullende-info p:last-child{margin-bottom:0}


/*--------------------------------------------------------------
# Copyright + Footer
--------------------------------------------------------------*/


.mk-copyright {padding:10px 0 ;font-size:14px;}

.mk-footer {background:#ededed;
  color: #333;} 
.mk-footer .mk-meta-two {font-weight:bold;text-transform:uppercase;font-size: 85%;}
  
  
.mk-footer li a {
  color: #333;
}
.mk-footer li a:hover {
  color: #ae1f3b;
}
.mk-footer .uk-list {margin-top:0;padding-left: 0 !important;}
.mk-footer .uk-list > :nth-child(n+2) {
  margin-top: 0px;
}
  
  .mk-footer h4 {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  line-height: normal;text-transform: uppercase;
  color: #333;padding-bottom: 10px;
}

.mk-footer button{font-size: 14px;
  background: #ffffff45;
  color: #fff;
  padding: 5px 15px 7px 15px;
  border-radius: 2px;
  border: 1px solid #fff;}
  
  
  .mk-footer .widget_nav_menu ul {list-style: none;padding-left:0;}
  


 
@media screen and (max-width: 640px) {
    .mk-footer  .uk-grid-small > .uk-grid-margin {
	  margin-top: 45px;
	}
}

/* Voeg voor tablets (481px - 1024px breedte) margin-top toe aan de laatste 2 divs */
@media screen and (min-width: 641px) and (max-width: 960px) {
    .mk-footer  .uk-grid-small > .uk-grid-margin {
	  margin-top: 45px;
	}
}








.mk-pagination {
  text-align: center;
  margin: 20px 0;
}

.mk-pagination .uk-pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mk-pagination .uk-pagination li {
  margin: 0 5px;
}

.mk-pagination .uk-pagination a, .mk-pagination .uk-pagination span {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd; /* Lichtgrijze rand */
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Hover Effect voor de pagina-nummers */
.mk-pagination .uk-pagination a:hover {
  background-color: #F8F5E9;
  border-color: #F8F5E9; color:#25356f
}

/* Active page (de huidige pagina) */
.mk-pagination .uk-pagination .current {
  background-color: #25356f; 
  color: white;
  border-color: #25356f; 
}

/* Volgende en vorige knoppen */


/* Volgende en vorige knoppen hover effect */
.mk-pagination .uk-pagination .next:hover, .mk-pagination .uk-pagination .prev:hover {
 
  border-color: #F8F5E9;
}



/* Zorg ervoor dat de laatste en eerste items geen extra randen hebben */
.mk-pagination .uk-pagination li:first-child a {
  border-left: none;
}

.mk-pagination .uk-pagination li:last-child a {
  border-right: none;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
  .mk-archive-blog-grid{} 
  
  .mk-bg-transparent{background:#FFFFFF9E;}
  .mk-nieuws-blog .btn span {padding: 5px 20px;}
  .mk-nieuws-blog .main-bgcolor .mk-date{color:#fff;}
  
  .entry-content {font-size: 16px;}
  .entry-content, .mk-date {font-size: 15px;}
  .mk-vacatures {font-size: 15px}
  
  
  .mk-nieuws-blog .mk-date, .mk-date.posted-on{color:#999999;}

  .mk-nieuws-blog .mk-mini-card .uk-card-title a,  .mk-nieuws-blog .mk-mini-card .uk-card-title{margin: 4px 0 0 0;font-size: 24px;
    line-height: normal;}




    .mk-nieuws-blog .mk-mini-card .uk-card-body {    background: #Fff;
  display: block;
  position: relative;
  padding: 0;
  margin: -40px 40px 0px 40px!important;
  padding: 30px 30px 10px 30px!important;border-radius: 5px;} 

  
   .mk-nieuws-blog .uk-overlay-primary{color:#fff; background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5354342420561975) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5354342420561975) 100%);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5354342420561975) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1); }
  
  
 .mk-nieuws-blog .mk-blog-lees-meer {border: 1px solid #fff;
  padding: 2px 10px 5px 10px;
  display: inline-block;
  margin-top: 20px;}
  
  
.mk-nieuws-blog.v2 .uk-card-title a, .uk-card-title.mk-white a {}

.mk-nieuws-blog .uk-card ::before,
.mk-nieuws-blog .uk-card ::after {
  position: absolute;
  content: "";
}


.mk-post-nav-results {background: #fff;margin-bottom: 60px!important;    padding: 20px;}

.mk-search-results {padding-top:0px;}
.mk-search-results .mk-nieuws-blog.v2 {padding-top:40px}


/*--------------------------------------------------------------
# Button effect
--------------------------------------------------------------*/
.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 10px auto 35px;
}
.btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* margin: 0px 25px 15px;
  min-width: 150px; */
}
  .btn span {         
    position: relative;
    display: inline-block;   
    letter-spacing:1px;
    top: 0; left: 0;font-size: 13px;    
    padding: 5px 20px;
    transition: 0.3s;
  }
  
  
  .btn-3 {
  padding: 5px;
}
.btn-3 span {
  color: rgb(255, 255, 255);
  background-color: #ae1f3b;
}
.btn-3::before,
.btn-3::after {
  background: transparent;
  z-index: 2;
}

/* 12. hover-border-2 */
.btn.hover-border-2::before,
.btn.hover-border-2::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.btn.hover-border-2::before {
  bottom: 0; left: 0;
  border-left: 1px solid #ae1f3b;
  border-bottom: 1px solid #ae1f3b;
}
.btn.hover-border-2::after {
  top: 0; right: 0;
  border-right: 1px solid #ae1f3b;
  border-top: 1px solid #ae1f3b;
}




.btn.hover-border-2:hover::before,
.btn.hover-border-2:hover::after {
  width: 99%;
  height: 99%;
}







/*--------------------------------------------------------------
# Tab Switcher
--------------------------------------------------------------*/

.mk-inhoud .mk-disclaimer {font-size: 90%;}

.mk-tab-content ::before,
.mk-tab-content ::after {
  position: absolute;
  content: "";
}



  .mk-tabs li a {font-size: 16px;
  text-transform: none;padding-left: 15px;/* background: #ffffffb0; */
  margin: 5px 0;
  color: #957c3f;
  border-radius: 2px;}  
  
  .mk-tabs li a:hover {background-color: #a78c49;
  color: #fff!important;}
  
.mk-tabs > .uk-active > a {
  background-color: #a78c49;
  color: #fff!important;
  
} 




/*--------------------------------------------------------------
# Slider Elementor
--------------------------------------------------------------*/

.uk-light .uk-dotnav.uk-dotnav-vertical > * > * {width: 7px;height: 7px;}
.uk-light .uk-dotnav.uk-dotnav-vertical > * > * {
    background-color: #ffffff69;
    border: none;
}

.uk-light .uk-dotnav.uk-dotnav-vertical > .uk-active > * {
    background: #fff;    
} 


.uk-slidenav-container {z-index: 9;margin-bottom: 7px;}

.uk-slideshow .uk-icon > * {background:#ffffff69;
  width: 22px!important;border-radius: 2px;
}

.mk-previous {padding: 5px;
  border: 1px solid #ffffff69;}
.mk-next{padding: 5px;
  border: 1px solid #ffffff69;
  margin-left: -1px;
}

.uk-light .uk-dotnav.uk-dotnav-vertical li {position:relative}
.uk-light .uk-dotnav.uk-dotnav-vertical li.uk-active span{border: 2px solid #fff;
  top: 7px;
  right: -5px;
  position: absolute;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transition: .2s ease-in-out;
    transition-property: all;
  transition-property: all;
  transition-property: background-color,border-color;}


  
.deboei-willisstee .mk-footer h4{color:#222}


.deboei-willisstee .main-bgcolor,.deboei-willisstee .top-menu
{
  background: #2c474f!important;
  color: #fff;z-index: 999;
  display: block;
  position: relative;
}

.deboei-willisstee .deboei-mobile-menu
{
  background: #23950e
}

.deboei-willisstee .uk-navbar-nav > li.uk-active > a, 
.deboei-willisstee .uk-navbar-nav > li > a:hover, 
.deboei-willisstee .uk-navbar-nav > li > a:focus, 
.deboei-willisstee .uk-navbar-nav > li > a[aria-expanded="true"],
.deboei-mobile-menu  li.uk-active.uk-open > a
{background:#4db53a}

.deboei-willisstee .deboei-mobile-menu a:focus, 
.deboei-willisstee .deboei-mobile-menu a:active, 
.deboei-willisstee .deboei-mobile-menu li.uk-active
{background:#4db53a}


.deboei-willisstee .deboei-mobile-menu > li > a[aria-expanded="true"], 
.deboei-willisstee .deboei-mobile-menu a:hover { background:#4db53a}

.deboei-willisstee .main-grey-bgcolor{background-color: #a6a6a6;color:#222;}

.mk-footer.mk-marmer {padding:40px 0}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page h3.uk-card-title {padding-bottom:20px;}

.mk-content-wrapper {padding:40px 0}
.single .mk-content-wrapper {padding-top:0}
.mk-content-wrapper.mk-featured-image {padding-top:0}

.mk-content-wrapper .widget.widget_block:nth-child(n+2) {margin-top:40px}
.mk-content-wrapper .widget.widget_block h4 {margin-bottom: 10px !important;
  font-size: 18px;}

.mk-content-wrapper .widget.widget_block ul {list-style: none; padding: 0;}
.mk-content-wrapper .widget.widget_block ul li a {color:#222}


p.mk-mouse {
  letter-spacing:6px;
  font-size:14px;
  color: #ffffff;
  animation:nudgeText 5.5s ease-out infinite;
   position:absolute;
  left:50%;
  top:90px; 
  transform:translateX(-50%) translateY(0);
  z-index: 9;
}

.mouse {
  top:0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  animation: nudgeMouse 5.5s ease-out infinite;
  z-index: 9;
}

.mouse:after {
  content: '';
  background-color: #ffffff;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  animation: trackBallSlide 5.5s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform:translateY(20px);
}

.mouse .frame {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.mouse .frame path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  opacity:0.5;
}

.mouse .mouse-left,
.mouse .mouse-right {
  width: 50%;
  position: absolute;
  z-index: 2;
}

.mouse .mouse-right {
  right: 0;
}

.mouse .Animate-Draw {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  fill-opacity: 1;
}

.mouse .mouse-left .Animate-Draw {
  animation: DrawLine 5.5s ease-out infinite;
}

.mouse .mouse-right .Animate-Draw {
  animation: DrawLineBack 5.5s ease-out infinite;
}


/*Keyframes*/

@keyframes DrawLine {
  0% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  22% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  38%{
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  38.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
  48%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  64%{
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  64.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
  74%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  90%{
    stroke-opacity:1;
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
  }
  90.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
}

@keyframes DrawLineBack {
  0% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  22% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  38%{
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  38.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
  48%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  64%{
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  64.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
  74%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:1;
  }
  90%{
    stroke-opacity:1;
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
  }
  90.1%{
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity:0;
  }
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  22% {
    transform: translateY(0px) translateX(-50%);
  }
  38%{
    transform: translateY(9px) translateX(-50%);
  }
  48%{
    transform: translateY(0px) translateX(-50%);
  }
  64%{
    transform: translateY(9px) translateX(-50%);
  }
  74%{
    transform: translateY(0px) translateX(-50%);
  }
  90%{
    transform: translateY(9px) translateX(-50%);
  }
}


/*Text*/

@keyframes nudgeText {
  0% {
    transform: translateY(0) translateX(-50%) scaleY(1);
    opacity:1;
  }
  22% {
    transform: translateY(0px) translateX(-50%)  scaleY(1);
    opacity:1;
  }
  38%{
    transform: translateY(5px) translateX(-50%) scaleY(0.9);
    opacity:0.5;
  }
  48%{
    transform: translateY(0px) translateX(-50%) scaleY(1);
    opacity:1;
  }
  64%{
    transform: translateY(5px) translateX(-50%) scaleY(0.9);
    opacity:0.5;
  }
  74%{
    transform: translateY(0px) translateX(-50%) scaleY(1);
    opacity:1;
  }
  90%{
    transform: translateY(5px) translateX(-50%) scaleY(0.9);
    opacity:0.5;
  }
}




/*Mouse wheel*/
@keyframes trackBallSlide {
  0% {
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
  22% {
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
  26%{
    transform:translateY(30px)
      scale(0.9);
    opacity:1;
  }
  34%{
    transform:translateY(55px)
      scale(0.1);
    opacity:0;
  }
  41%{
    transform:translateY(30px)
      scale(0);
    opacity:0.3;
  }
  48%{
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
  52%{
    transform:translateY(30px)
      scale(0.9);
    opacity:1;
  }
  60%{
    transform:translateY(55px)
      scale(0.1);
    opacity:0;
  }
  67%{
    transform:translateY(30px)
      scale(0);
    opacity:0.3;
  }
  74%{
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
  78%{
    transform:translateY(30px)
      scale(0.9);
    opacity:1;
  }
  86%{
    transform:translateY(55px)
      scale(0.1);
    opacity:0;
  }
  93%{
    transform:translateY(30px)
      scale(0);
    opacity:0.3;
  }
  100%{
    transform:translateY(20px)
      scale(1);
    opacity:1;
  }
}


.wpcf7-form-control.wpcf7-submit {background: #AE1F3B;
  color: #fff;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;}

/*--------------------------------------------------------------
# navigation Post-navigation
--------------------------------------------------------------*/
.post-navigation {padding-top:30px;border-top: 1px solid #c3c3c3;border-bottom: 1px solid #c3c3c3;margin: 60px 0;}
.post-navigation  .nav-links {padding-bottom: 30px;}
.post-navigation .nav-links .nav-subtitle{display:inline-block;font-weight:600;text-transform:uppercase;font-size:13px;letter-spacing:0.5px;
  margin-bottom:5px;border-radius:5px}
.post-navigation .nav-title {color:#898989;}
.post-navigation .nav-title:hover{ color: #25356d;}
.post-navigation .nav-previous {border-right: 1px solid #c3c3c3;
  padding-right:20px;}

  .post-navigation .nav-next {padding-left:20px;}

.nav-links .uk-icon, .tribe-events-sub-nav li span {padding: 2px 5px;background: #ae1f3b;   border-radius: 500px;     color: #fff;}
.nav-links .nav-previous .uk-icon{ margin-right: 10px;}
.nav-links .nav-next .uk-icon { margin-left: 10px;}


/*--------------------------------------------------------------
# comments-area + input velden
--------------------------------------------------------------*/
.comments-area h3.comment-reply-title {margin-bottom:20px!important}
.comments-area input[type="text"], .comments-area input[type="email"], .comments-area input[type="url"] {width:100%}
.comments-area .form-submit input[type="submit"], button[type="submit"], .search-submit

{position: relative;
    display: inline-block;    letter-spacing: 1px;   font-size: 13px;    padding: 15px 20px;    transition: 0.3s;
    background: #ae1f3b;    border: 0;    color: #fff;}
.comments-area .form-submit input[type="submit"]:hover, input[type="submit"]:hover, .search-submit:hover {background:#a78c49;cursor:pointer}

input[type="search"] {min-height:43px;padding: 3px 10px!important;min-width: 50%;}
.not-found .search-submit {padding: 11px 20px; border-radius: 3px;    margin-left: 5px;}
 
p.no-comments {text-align:center; padding: 10px; background: #eee;}

ol.comment-list  {padding-left:0}
ol.comment-list .comment-meta {    display: flex;    align-items: center; }
ol.comment-list .comment-author, ol.comment-list  .comment-metadata {    margin-right: 10px; }
ol.comment-list .comment-author img {border-radius: 50%; }

ol.comment-list .comment-meta {    display: flex;    align-items: center; }
ol.comment-list .comment-author {    margin-right: 10px; }
ol.comment-list .comment-metadata {    margin-left: auto; }
ol.comment-list .comment-author img {    border-radius: 50%; }

ol.comment-list .comment-metadata a{color: #878787;}
ol.comment-list .comment-edit-link {    background: #eee;    padding: 2px 10px;    border-radius: 5px;    color: #333;    font-size: 14px;margin-left:15px}
ol.comment-list .comment-author.vcard a {color: #333;}

body ol, body ul {padding-left:0;}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.mk-sidebar h2, h2.comments-title{font-size:20px;}

.mk-sidebar-blue {background: #25356f; color: #fff;}
  .mk-sidebar-blue .uk-nav .menu-item a{color:#fff;display: flex;font-size: 16px;}



  .mk-sidebar-blue  .uk-nav .menu-item:first-child {
    border-top: 1px solid #e0e0e045;
  }

  .mk-sidebar-blue  .uk-nav .menu-item {
    border-bottom:1px solid #e0e0e045;
  }


  .mk-sidebar-blue .mk-slogan {color:#fff}

  .mk-sidebar-blue .uk-active, .mk-sidebar-blue .uk-parent.uk-open{background: #2a3f8d}
  
 /*--------------------------------------------------------------
# Gutenberg blocks voor sidebar
--------------------------------------------------------------*/ 
.wp-block-gallery {margin-top:40px}
.wp-block-latest-posts ul {
    list-style: none; 
    padding: 0; 
}

.wp-block-latest-posts li {
    margin-bottom: 20px; 
    border-bottom: 1px solid #ccc; 
    padding-bottom: 20px;
}

.wp-block-latest-posts__featured-image {float: left; margin-right: 20px;}
.wp-block-latest-posts__post-title {color: #222;font-weight: 600;display: block;}
.wp-block-latest-posts__post-author, 
.wp-block-latest-posts__post-date { color: #878787; display: inline-block; font-size: .8125em;  }
.wp-block-latest-posts__post-author { margin-right: 10px;}

.wp-block-latest-comments__comment-author {color:#333;    font-weight: 500;}
 
  
  
/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
.content .mk-link-after a {
	color: #25356f;
  background: #e3e9ff;
  padding: 0 10px;
  border-radius: 5px;
}

.content .mk-link-after a:hover  {color: #25356f; background:#e9edfb; }

.mk-link-default a {color: #25356f; background:#e9edfb;margin:0 0 10px 0;padding: 5px 10px;border-radius:2px}
.mk-link-default a:hover {background:#e9edfb;}



  .content .mk-link-after a {display: inline-flex; 
  align-items: center;}

  .content .mk-link-after  a:after {
    content: ""; /* Geen tekst in de content */
    display: inline-block; /* Zorg ervoor dat het icoon naast de tekst verschijnt */
    width: 16px; /* Grootte van het icoon */
    height: 16px; /* Grootte van het icoon */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z"></path></svg>') no-repeat center center; /* Het icoon gebruiken als achtergrond via data-URL */
    background-size: contain; /* Zorg ervoor dat het icoon goed schaalt */
    margin-left: 8px; /* Ruimte tussen de tekst en het icoon */
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
    -moz-appearance: button;   
    appearance: button;   
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
  appearance: textfield;  
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: textfield; 
    -moz-appearance: textfield;     
    appearance: textfield;         
    outline-offset: -2px; 
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
} */


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"]{
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}
/* 
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
/* .widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
} */

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}



.read-more-link {
  background: #eff6ff;
  padding: 0px 10px 0px 10px !important;
  border-radius: 5px;
  color: #1d4ed8!important;

 
  font-size: 13px;
  text-decoration: none; /* Verwijder standaard onderstreping */
  display: inline-block; /* Zorg ervoor dat de link zich gedraagt als een blok voor betere positionering */
  transition: all 0.3s ease; /* Voeg een vloeiende overgang toe voor hover-effecten */
}

.read-more-link:hover {
  background: #dbeafe;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* Stijling voor de radio button container */
.wpcf7-radio {
  display: flex;
  width: 100%;
  margin: 15px 0;
  gap: 10px;
}

/* Stijling voor elk radio button item */
.wpcf7-list-item {
  flex: 1;
  border: 0px solid #ccc;
  border-radius: 2px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Verberg de originele radio button maar houd hem toegankelijk */
.wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2; /* Zorg ervoor dat deze bovenop ligt zodat de hele gebied klikbaar is */
}

.content .wpcf7-list-item {
  margin: 0 0 0 0;
}

/* Stijling voor de label */
.wpcf7-list-item-label {
  display: block;
  padding: 10px 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;border: 1px solid #ccc;
  pointer-events: none; /* Voorkomt dat de label interfereert met de klikbaarheid */
}

/* Custom radio indicator */
.wpcf7-list-item-label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid #757575;
  vertical-align: middle;
  transition: all 0.3s ease;
}

/* Hover effect */
.wpcf7-list-item:hover {
  /* background-color: #f5f9ff; */
}

/* Geselecteerde radio button stijling */
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #2196F3;
  color: white;border: 1px solid #2196F3;
}

/* Geselecteerde radio button indicator */
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border-color: white;
  background-color: white;
  box-shadow: inset 0 0 0 4px #2196F3;
}

/* Focus stijling */
.wpcf7-list-item input[type="radio"]:focus + .wpcf7-list-item-label {
  outline: 0px solid rgba(33, 150, 243, 0.4);
  outline-offset: -2px;
}

/* Responsive aanpassingen */
@media (max-width: 640px) {
  .wpcf7-radio {
    flex-direction: column;
  }
  
  .wpcf7-list-item {
    margin-bottom: 8px;
  }
}