/* 
Theme Name: Marktetingkandidaat Child
Theme URI: 
Description: 
Author: Design voor Online
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.elementor-message {
    margin: 10px 0;
    color: white;
    margin-top: 30px;
    background: #ffffff12;
    width: max-content;
    padding: 15px 30px;
    border-radius: 5px;
}


.nummer-wwd h3{
    width:40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    margin: 0px;
}

.e-n-tabs-heading {
    z-index: 99;
}

.e-n-tabs-heading {
    margin-top: -30px;
}

@media only screen and (min-width: 1024px) {
.blok-rechts-tekst, .blok-rechts-button {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* Overlay wordt zichtbaar bij hover */
.blok-rechts:hover .blok-rechts-tekst,
.blok-rechts:hover .blok-rechts-button {
    max-height: 175px; /* Stel de max-height in op een waarde die groot genoeg is om de inhoud weer te geven */
    opacity: 1;
}

.blok-links-tekst, .blok-links-button {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* Overlay wordt zichtbaar bij hover */
.blok-links:hover .blok-links-tekst,
.blok-links:hover .blok-links-button {
    max-height: 175px; /* Stel de max-height in op een waarde die groot genoeg is om de inhoud weer te geven */
    opacity: 1;
}
}

span.header-accent {
    font-weight: 800;
    border-bottom: 2px solid;
    color: #f4b20d;
}

span.accent {
    color: #f4b20d;
}

.page-img {
    outline: 2px solid lightgrey;
    outline-offset: 5px;
    border-radius: 10px;
}

.logo-icon-head{
    background: #f7f7f7;
    height:75px;
    width: 75px;
    padding: 12px;
    outline: 1px solid #f7f7f7;
    outline-offset: 3px;
    transform: translate(-50%, -50%);
	border-radius: 5px;
}

.logo-icon-mobile{
    outline: 1px solid #f7f7f7;
    outline-offset: 3px;
	border-radius: 5px;
}

a.elementor-button {
    outline: 1px solid var( --e-global-color-accent );
    outline-offset: 2px;
    margin-left: 3px;
}

.logo-icon-head.elementor-widget.elementor-widget-image {
    box-shadow: -1px 0px 15px #1e394a54;
}

.elementor-nav-menu li a,
.close-icon-menu{
    outline: none !important;
}