﻿@import url( https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i,900 );
@import url( https://fonts.googleapis.com/css?family=Fjalla+One );
@import url( https://fonts.googleapis.com/css?family=Roboto:300,400,700,900 );
@import url( https://fonts.googleapis.com/css?family=Montserrat:700 );
* { 
margin: 0;
padding: 0;
}

body { 
font-family: "Roboto", sans-serif;
font-size: 100%;
color: rgb(0, 0, 0);
} 
#kop { 
width: 900px;
height: 74px;
margin: 0 auto;
color: rgb(0, 0, 0);
} 

#kop p {
font-family: "Playfair Display",serif;
font-size: 30px;
text-transform: uppercase;
color: rgb(0, 0, 0);
font-variant: small-caps;
padding-left: 10px;
padding-top: 16px;
}

.auto-style2 {
    text-align: center;
}

.styled {
    border: 0;
    line-height: 1.5;
    padding: 0 10px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(134, 98, 50, 1);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(0, 0, 0, .6);
}

    .styled:hover {
        background-color: rgba(169, 98, 50, 1);
    }

    .styled:active {
        box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6), inset 2px 2px 3px rgba(0, 0, 0, .6);
    }

#midden { 
width: 900px;
height: 100%;
margin: 0 auto;
overflow: hidden;
} 

#menubalk { 
height: 40px;
width: 900px;
margin: 0 auto;
} 
#menubalk:after { 
clear: both; 
content: " "; 
display: table;
}

#menubalk ul { 
list-style-type: none;
}

#hoofdmenu > li { 
float: left; 
position: relative; 
}

#hoofdmenu > li > a { 
display: block;
width: 110px;
height: 36px;
padding-top: 4px;
text-align: center;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
color: rgb(0, 0, 0);
}

#hoofdmenu > li > a:hover { 
background-color: white;
}

.submenu > ul { 
display: none; 
}

#hoofdmenu > li:hover ul { 
display: block; 
position: absolute; 
z-index: 2; 
}

.submenu > ul > li > a { 
background: #F0ECE1;
display: block;
width: 110px;
height: 36px;
padding-top: 4px;
text-align: center;
font-size: 14px;
text-decoration: none;
text-transform: capitalize;
color: rgb(0, 0, 0);
}

.submenu > ul > li > a:hover {
 background: white;
}

#hoofdvak { 
color:black;
float: left;
width: 675px;
height: 548px;
padding-left: 18px;
font-size: 14px;
padding-right: 0px;
padding-top: 18px;
overflow:auto;
padding-bottom: 21%;
margin-bottom: 0px;
text-decoration: none;
}

#hoofdvak p {
color:black;
font-size: 14px;
padding-bottom: 20%;
margin-bottom: 0px;
text-decoration: none;
}

#hoofdvak ul, #hoofdvak ol {
color:black;
font-size: 14px;
margin-bottom: 18px;
margin-left: 18px;
padding-bottom: 20%;
margin-bottom: 0px;
text-decoration: none;
}

#hoofdvak h1 {
color:black;
font-size: 14px;
color: ;
padding-bottom: 14px;
margin-bottom: 0px;
text-decoration: none;
}

#hoofdvak h2 {
color:black;
font-size: 14px;
color: rgb(0, 0, 0);
padding-bottom: 20%;
margin-bottom: 0px;
text-decoration: none;
}

#kolomrechts {
text-decoration: none;
width: 196px;
height: 538px;
float: left;
font-size: 14px;
overflow: auto;
color: rgb(0, 0, 0);
padding-right: 4px;
padding-left: 4px;
padding-top: 28px;
text-align: center;
padding-bottom: 21%;
margin-bottom: 0px;
text-transform: capitalize;
text-decoration: none;
    }

#kolomrechts p {
text-decoration: none;
font-size: 14px;
padding-bottom: 22%;
margin-bottom: 0px;
}

#voet { 
height: 18px;
clear: both;
width: 900px;
font-size: 14px;
margin: 0 auto;
background-color: ;
color: rgb(0, 0, 0);
text-align:justify;
border-top: 1px solid;
border-bottom: 1px solid;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
}

.nadruk {
color: ;
}
@media screen and (min-width:600px) {
  nav {
float: left;
width: 25%;
  }
  section {
margin-left: 25%;
  }
}
@media screen and (max-width:599px) {
  nav li {
display: inline;
  }
}
.search-form {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    max-width: 300px;
    /* Dwing de balk naar de rechterkant */
    float: right !important;
}
.search-button i {
    font-size: 32px; /* Grootte van het vergrootglas */
    color: #ffffff; /* Kleur van het vergrootglas (nu wit) */
}
/* 1. Zet de twee kolommen strak naast elkaar */
.pagina-indeling {
    display: flex;
    gap: 5%; /* Ruimte tussen het hoofdvak en de rechterkolom */
    align-items: flex-start;
    width: 100%;
}

/* 2. Geef het hoofdvak een maximale breedte zodat hij niet alles opeist */
.hoofdvak-container {
    width: 70%; /* Neemt 70% van de breedte in */
    flex-shrink: 0;
}

/* 3. Geef de rechterkolom zijn eigen vaste ruimte */
.kolomrechts {
    width: 25%; /* Neemt 25% van de breedte in */
    flex-shrink: 0;
    display: block !important; /* Dwing de kolom om zichtbaar te zijn */
}

/* optioneel: Zorg dat het op mobiel wel onder elkaar klapt */
@media (max-width: 768px) {
    .pagina-indeling {
        flex-direction: column;
    }

    .hoofdvak-container, .kolomrechts {
        width: 100%;
    }
}