/* Core Web Vitals optimizations */
html {
    scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* basis voor mobiele menu-knop */
.mobile-menu-button {
    display:none;
    border:none;
    background:transparent;
    padding:0;
}

#mainNav {
    display:block;
}
img {
    max-width:100%;
    height:auto;
}

/* Zorg dat het logo top_left.gif altijd zichtbaar blijft en niet raar schaalt */
img[src*="top_left.gif"] {
    max-width:none;
    width:auto;
    height:auto;
}

body {
	margin:0;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center
}

a:link, a:visited {
	color:#405476;
	text-decoration:none;
}
a:hover {
	color:#4A6384;
	text-decoration:underline;
}

a.linkProd:link, a.linkProd:visited {
	color: #333333;
	text-decoration:none;
}
a.linkProd:hover {
	color: #4A6384;
	text-decoration:underline;
}

.frame {
    width:100%;
    margin:0 auto;
    padding:0 10px;
    background:#fff;
    text-align:left;
    clear:both;
}
.slot {
	border-width:1px 1px 1px 1px;
	clear:both;
	border-style: solid;
	border-color: #CFCFCE;
	background: #EAF4F8;
	margin-bottom: 12px;
}

.slot ul {
	list-style-type:disc;
	margin:5px 5px 0 5px;
	padding:0 0 0 35px;
}
.slot li {
	margin:0 0 5px 0;
	padding:0 0 0 0;	
	clear: both;
}


.lijn {
	border:3px solid #fff;
	clear:both;
	margin-left: auto;
	margin-right: auto;
}
.top_page {
	
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	padding: 6px 6px 6px 6px;
	text-align: right;
}
#sbar {
	padding:0 0 0 0;
	margin-top: 6px;
}

#box {
	line-height:16px;

}
#boxLeft {
	float:left;
	margin:0; 
	padding:0; 
	width:540px;
	clear:none;
}
#boxRight {
	float:right;
	margin:0;
	padding:0;
	width:200px;
}
#pad {
	padding:6px 4px 4px 6px;
	font-size: 11px;
}
#pad1 {
	padding:10px 10px 10px 10px;
	font-size: 11px;
}

#title {
	letter-spacing:2px;
	font-size:10px;
	color:#888888;
	text-decoration:none;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 1px;
}
#bottom, #copyright {
	text-align:center;
	height:20px;
	font-size:10px;
}

#bottom {
	border-top:2px solid #73819D;
	padding-top:7px;
}

.tabel {
    font-size: 11px;
    width: 100%;
}
.tabel1 {
    font-size: 11px;
    width: 100%;
    height:auto;
}

}
.box0 {
	background-image: url(images/border_bckg.gif);
}
.box0 .box1 {
	background-image: url(images/border_bckg.gif);
	background-repeat: repeat-x;
}
.box0 .box1 .w1 {
	background-image: url(images/border_left.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: auto;
	/*height: 19px;*/
	/*position: relative;*/	
}
.box0 .box1 .w2 {
	background-image: url(images/border_right.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	height: auto;
	/*height: 19px;*/
	/*position: relative;*/	
}
.box0 .box1 .title {
	letter-spacing:2px;
	font-size:10px;
	color:#888888;
	text-decoration:none;
	font-weight: bold;
	padding: 1px 1px 1px 5px;
	height: auto;
	/*background-color:#4A6584;*/
}

/* -------------------- RESPONSIVE AANPASSINGEN -------------------- */
@media (max-width: 800px) {

    .mobile-menu-button {
        display:inline-flex;
        align-items:center;
        justify-content:center;
        width:40px;
        height:40px;
        border-radius:50%;
        border:1px solid #405476;
        background:#ffffff;
        margin:8px auto;
        cursor:pointer;
    }

    .mobile-menu-button .hamburger-icon,
    .mobile-menu-button .hamburger-icon::before,
    .mobile-menu-button .hamburger-icon::after {
        display:block;
        width:18px;
        height:2px;
        background:#405476;
        content:"";
        position:relative;
    }

    .mobile-menu-button .hamburger-icon::before {
        position:absolute;
        top:-5px;
    }

    .mobile-menu-button .hamburger-icon::after {
        position:absolute;
        top:5px;
    }

    #mainNav {
        display:none;
    }


    /* Header-logo expliciet tonen op mobiel */
    img[src*="top_left.gif"] {
        display:block;
        margin:0;
    }

    body {
        font-size:14px;
    }

    .frame {
        padding:0 8px;
        max-width:100%;
    }

    table {
        width:100% !important;
    }

    .tabel,
    .tabel1 {
        width:100% !important;
        max-width:100%;
    }

    #boxLeft,
    #boxRight {
        float:none;
        width:100% !important;
        margin:0 0 10px 0;
    }

    #pad .tabel td,
    #pad1 .tabel td,
    .tabel td {
        display:block;
        width:100% !important;
        text-align:center;
        margin-bottom:5px;
    }

    td, th, p, div {
        word-wrap:break-word;
    }

    .slot {
        margin-bottom:8px;
    }
}

.prijs-button {
    display:inline-block;
    padding:6px 10px;
    background:#9DADD7;
    color:#ffffff;
    text-decoration:none;
    border-radius:5px;
    font-size:13px;
    font-weight:bold;
}
.prijs-button:hover {
    opacity:0.85;
}

img[src*='top_right.gif'] { width: 40px !important; height: auto !important; }



/* --- Daisycon vergelijker styling overrides (definitief) --- */

/* Forceer lettertype in de volledige tool, inclusief interne elementen */
.dc-tool.dc-dating-tool,
.dc-tool.dc-dating-tool div,
.dc-tool.dc-dating-tool span,
.dc-tool.dc-dating-tool table,
.dc-tool.dc-dating-tool tr,
.dc-tool.dc-dating-tool td,
.dc-tool.dc-dating-tool input,
.dc-tool.dc-dating-tool select,
.dc-tool.dc-dating-tool a {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

/* Achtergrondkleur Vergelijker: #EAF418 */
.dc-dating-tool,
.dc-dating-tool *:not(input):not(select) {
    background-color: #EAF418 !important;
}



/* === DEFINITIEVE KLEUR VOOR DAISYCON VERGELIJKER (NIEUWE KLEUR) === */

html body .dc-tool.dc-dating-tool,
html body .dc-tool.dc-dating-tool * {
    background: #EAF4F9 !important;
}

/* Zorg dat invoervelden wit blijven */
html body .dc-tool.dc-dating-tool input,
html body .dc-tool.dc-dating-tool select {
    background: #ffffff !important;
}



/* Active menu item highlight */
a.linkProd.active,
a.linkProd.active:link,
a.linkProd.active:visited {
    background-color: #405476;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 3px;
}


/* Verbeterde mobiele hamburger + menu dropdown */
@media (max-width: 800px) {
    .mobile-menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid #405476;
        background: #ffffff;
        margin: 8px auto;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    }

    .mobile-menu-button .hamburger-icon,
    .mobile-menu-button .hamburger-icon::before,
    .mobile-menu-button .hamburger-icon::after {
        display: block;
        width: 20px;
        height: 2px;
        background: #405476;
        border-radius: 2px;
        position: relative;
        content: "";
        transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
    }

    .mobile-menu-button .hamburger-icon::before {
        position: absolute;
        top: -6px;
    }

    .mobile-menu-button .hamburger-icon::after {
        position: absolute;
        top: 6px;
    }

    /* Animatie naar kruisje wanneer menu open is */
    .mobile-menu-button.is-active .hamburger-icon {
        background-color: transparent;
    }

    .mobile-menu-button.is-active .hamburger-icon::before {
        transform: translateY(6px) rotate(45deg);
    }

    .mobile-menu-button.is-active .hamburger-icon::after {
        transform: translateY(-6px) rotate(-45deg);
    }

    /* Mobiel menu netjes als blok direct onder de knop */
    #mainNav {
        display: none;
        margin: 8px auto 12px;
        padding: 4px 0;
        background: #ffffff;
        border: 1px solid #e0e4ef;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    }

    #mainNav .tabel {
        width: 100% !important;
    }

    #mainNav .tabel td {
        padding: 6px 10px;
    }
}
