html {
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
}
.header {
    text-align: center;
    background-color: darkblue;
    padding: 10px;
    color: white;
    box-shadow: 0px 5px 10px black;
}
.nav {
    background-color: darkblue;
    margin: 20px;
    font-size: x-large;
    box-shadow: 0px 5px 10px black;
    
}
.nav a {
    color: white; 
    text-decoration: none; 
    padding: 15px; 
    display: inline-block;
}
.nav a:hover {
    background-color: rgba(255, 255, 255, 0.327);
}

.footer2 {
    text-align: center;
    background-color: darkblue;
    padding: 1px;
    color: white;
    box-shadow: 0px 5px 10px black;
}
.welkomhome {
    display: flex;
    justify-content: center; 
    font-size: xx-large;
    margin-bottom: 20px;
}
.welkomhome img {
    width: 200px;
}
.home1 {
    text-align: center;
    font-size: x-large;
    line-height: 40px;
}

.regel {
    text-align: center;
    background-color: rgb(139, 0, 0);
    color: white;
    margin: 20px;
    padding: 1px;
    box-shadow: 0px 5px 10px black;
}
.bestuurtekst {
    font-size: x-large;
    block-size: auto;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}
.bestuurtekst img {
    width: auto;
    height: auto;
    margin: 10px;
}
.footer {
    color: black; 
    padding: 15px; 
    text-align: center; 
    clear: both
}
.footer img{
    width: 100px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.footer img:hover {
    background-color: #3e3d3d;
    transform: scale(1.1);
}
.padding {
    padding: 0px 10px;
}
.post {
    border-radius: 50px;
    background-color: beige;
    overflow: auto;
    padding: 10px;
    margin-bottom: 25px;
}
.post img { 
    max-height: 150px;
}
.home1-flex-parent {
    display: flex;
    justify-content: space-between; 
    gap: 30px;
    padding: 20px;
    flex-wrap: wrap;
    margin-right: 20px;
}

.home1-flex-box {
    flex: 1 1 calc(20% - 30px); 
    max-width: calc(20% - 30px);
}

.home1-usp-item {
    width: 100%;
    background-color: beige;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}

.home1-usp-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.home1-usp-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.home1-usp-cta a {
    display: inline-block;
    text-decoration: none;
    background-color: rgb(139, 0, 0);
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.3s, transform 0.3s ease-in-out;
}

.home1-usp-cta a:hover {
    background-color: rgb(95, 1, 1);
    transform: scale(1.1);
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h2 {
    background-color: #004080;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.titel {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.highlight {
    font-weight: bold;
    color: #004080;
}

.contact {
    margin-top: 20px;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.dates {
    font-weight: bold;
    color: #cc0000;
}

.gallery img {
    width: 200px;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.1);
}

/* Stijl voor de tabel */
.projecten {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.projecten th {
    background-color: #003366;
    color: white;
    padding: 10px;
    text-transform: uppercase;
}

.projecten td, .projecten th {
    border: 1px solid #003366;
    padding: 8px;
    text-align: center;
}

.projecten tr:nth-child(even) {
    background-color: #e6f0ff;
}

.projecten a {
    text-decoration: none;
    font-weight: bold;
    color: #003366;
}

.projecten a:hover {
    text-decoration: underline;
    color: #ff6600;
}
.fotoformaat img{
    max-width: 100%;
    max-height: 250px;
    height: auto;
    width: auto;
}
