@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*
Domain: https://www.viktorgordienko.com/
Author: Viktor Gordienko
Description: Simple and minimalistic theme
Version: 1.1
*/ --------------------------------------------------------------
/* Basis
-------------------------------------------------------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom for footer height */
    background-color: #ffffff;
    color: #0d3578; /* Aangepast van grijs naar blauw */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

/* Dit element activeert het logo over de volledige pagina-laag */
html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Zorgt dat het achter alle content-elementen blijft */
    pointer-events: none; /* Zorgt dat links en knoppen klikbaar blijven */
    background-image: url('/bl-themes/sea-point/img/bretagne.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%; /* Dit is de grootste variant (60% van het scherm) */
    opacity: 0.10; /* Verhoogd van 0.10 naar 0.50 zodat hij goed zichtbaar is */
}
#page {
    z-index: 10;
    position: relative;
    opacity: 0;
    margin-top: 20px;
    background: transparent; /* Aangepast van #fff naar transparent */
    transition: all 1s ease 1s;
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
}

#page.displayed {
    opacity: 1;
    margin: 0;
}

hr {
    height: 1px;
    background-color: #e9e9e9;
    border: 0px;
}

/* --------------------------------------------------------------
/* Typography
-------------------------------------------------------------- */
p {
    color: #0d3578; /* Aangepast van grijs naar blauw */
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

h1, h2, h3, h4, h5, h6,
.main strong, 
.main b {
    color: #0d3578; /* De blauwe kleur uit je logo */
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

ul, ol, li {
    color: #0d3578; /* Aangepast van grijs naar blauw */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

li {
    margin-left: 10px;
}

.page-link {
    color: #000;
}

blockquote {
    margin: 0px 50px 0px 50px;
    padding: 30px 30px 30px 50px;
    font-weight: 300;
    border-left: 5px solid #dfdfdf;
    background: #f4f4f4;
    color: #999999;
    font-size: 20px;
    font-style: oblique;
    line-height: 24px;
}

blockquote p {
    margin: 0;
}

preformatted {
    font-family: monospace;
    white-space: pre;
}

a {
    outline: none;
    text-decoration: none;
    color: #0d3578;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
    padding-bottom: 4px;
}

a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

textarea {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* --------------------------------------------------------------
/* Header
-------------------------------------------------------------- */
header {
    width: 100%;
    top: 0;
}


#nav {
    float: right;
}

#nav ul li {
    float: left;
    list-style: none;
}

#nav ul li a {
    display: block;
    margin-left: 40px;
    margin-top: 10px;
    color: #0d3578;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 0px;
    padding-bottom: 0px;
}

header .logo {
    height: 90px;
    margin-top: 25px;
    float: left;
    position: absolute;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
}

header img:hover {
    opacity: 0.7;
}

header .instagram-header-icon {
    height: 15px;
    margin-top: 8px;
}

/* --------------------------------------------------------------
/* Hero Image
-------------------------------------------------------------- */
.hero {
    padding: 100px 0;
    height: 300px;
    background-image: url(../img/background-hero.jpg);
    min-height: 100%;
    background-color: #c7c7c7;
    background-size: 100%;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero-hidden {
    display: none;
}

.hero-text {
    color: white;
    text-align: center;
}

p.hero-text {
    font-size: 24px;
}

.hero-image-home {
    width: 100%;
    height: 500px;
    background-color: #f3f3f3;
    background-image: url('https://images-assets.nasa.gov/image/PIA13845/PIA13845~orig.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.hero-image-menu {
    width: 100%;
    height: 350px;
    background-color: #f3f3f3;
    background-image: url('../img/hero-image-menu.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.hero-image-gallery {
    width: 100%;
    height: 350px;
    background-color: #f3f3f3;
    background-image: url('../img/hero-image-gallery.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.hero-image-contact {
    width: 100%;
    height: 350px;
    background-color: #f3f3f3;
    background-image: url('../img/hero-image-contact.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

/* --------------------------------------------------------------
/* Main
-------------------------------------------------------------- */
.container {
    max-width: 95% !important; /* Dwingt Bootstrap om bijna het volledige scherm te gebruiken */
}
.main {
    padding: 0 30px;
    width: 100% !important; /* Verhoogd naar 100% voor maximale breedte */
    max-width: 1500px;      /* Zorgt dat het op heel grote schermen mooi gecentreerd blijft */
    margin: 0 auto;
}

/* --------------------------------------------------------------
/* Table
-------------------------------------------------------------- */
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0.6px;
    table-layout: auto; /* Gewijzigd van fixed naar auto zodat de browser de ruimte zelf verdeelt */
}

th, td {
    padding: 18px 20px 18px 20px;
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
    color: #0d3578;
}

th {
    color: #0d3578;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #c7c7c7;
}

/* Zorgt dat alle links binnen tabellen (zoals mailadressen) ook blauw worden */
table td a,
table td:last-child a, 
table td a[href^="mailto:"],
table td [class*="cf_email"] {
    color: #0d3578 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

table td a:hover,
table td:last-child a:hover,
table td a[href^="mailto_"]:hover {
    color: #3282b8 !important; /* Lichtblauwe kleur bij het aanwijzen */
    text-decoration: underline !important;
    opacity: 1 !important;
}

/* Zorgt ervoor dat de telefoonkolom op de contactpagina netjes op 1 regel blijft */
table td {
    white-space: normal;
}

table td:nth-child(3) {
    white-space: nowrap; 
}

/* --------------------------------------------------------------
/* Contact Form
-------------------------------------------------------------- */
form input, form textarea {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: 1px solid #c7c7c7;
    height: 35px;
    margin-bottom: 20px;
    padding-left: 14px;
    font-size: 12px;
    border-radius: 1px;
    font-weight: 300;
    letter-spacing: 0.6px;
    transition: 500ms ease;
}

form input:active, form textarea:active, form input:focus, form textarea:focus {
    border: 1px solid #343638;
    outline: none;
}

form textarea {
    height: 100px;
    padding: 10px 0 0 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

form textarea:focus {
    height: 200px;
}

form input:last-of-type {
    color: #343638;
    padding-left: 14px;
    display: block;
    width: 300px;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    height: 40px;
    line-height: 36px;
}

form input:last-of-type:hover, form input:last-of-type:focus, form input:last-of-type:active {
    background-color: white;
    color: #000;
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.contact-form {
    margin-left: 20px;
}

.links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 20px;
    margin-top: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}

.link-block {
    display: flex;
    flex-direction: column;
    width: calc(25% - 15px); /* Neemt exact een kwart van de rij in, minus de tussenruimte */
    min-width: 140px;        /* Zorgt dat ze op heel kleine schermen niet té smal worden */
    box-sizing: border-box;
}

.link-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 50px;
    width: 100%;
}

.link-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    background-color: transparent; 
    box-shadow: none;
    padding: 10px;
    box-sizing: border-box;
}

.link-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.link-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 15px);
    min-width: 150px;
    height: 120px;
    background-color: transparent;
    box-shadow: none;
    padding: 10px;
    box-sizing: border-box;
}

.link-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* --------------------------------------------------------------
/* Footer
-------------------------------------------------------------- */
footer {
    position: absolute;
    width: 100%;
    padding: 10px 0 25px;
    height: 60px;
    text-align: center;
    color: #aaa;
    bottom: 0;
}

footer .copyright {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.btn-primary {
    width: 300px;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #c7c7c7
}

.btn-primary:active,.btn-primary:focus, .btn-primary:hover {
    color: #c7c7c7;
    background-color: #f3f3f3!important;
    border-color: #f3f3f3!important
}

/* --------------------------------------------------------------
/* Timeline Layout (Histoire) - Strak Zonder Bolletjes
-------------------------------------------------------------- */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px 0;
    list-style: none;
}

/* De verticale centrale blauwe lijn */
.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #0d3578;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

/* Elk list-item beslaat de VOLLEDIGE breedte en verdeelt de elementen */
.timeline li {
    position: relative;
    width: 100%;
    margin-left: 0;
    padding: 15px 0;
    display: flex;
    align-items: center; /* Zorgt dat jaartal en tekst verticaal mooi uitlijnen */
    box-sizing: border-box;
}

/* Beide basiselementen nemen exact de helft van het scherm in */
.timeline-date, .timeline-content {
    width: 50%;
    box-sizing: border-box;
}

.timeline-date {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: #0d3578;
}

.timeline-content {
    color: #0d3578; /* Aangepast van grijs naar blauw */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

/* --- DE OM-EN-OM STRUCTUUR OP DESKTOP --- */
@media screen and (min-width: 769px) {
    
    /* ONEVEN ITEMS (1, 3, 5...): Jaartal LINKS, Uitleg RECHTS */
    .timeline li:nth-child(odd) .timeline-date {
        text-align: right;
        padding-right: 30px; /* Ruimte tot de lijn */
    }
    .timeline li:nth-child(odd) .timeline-content {
        text-align: left;
        padding-left: 30px; /* Ruimte tot de lijn */
    }

    /* EVEN ITEMS (2, 4, 6...): Uitleg LINKS, Jaartal RECHTS */
    .timeline li:nth-child(even) .timeline-date {
        order: 2; /* Schuift de datum naar de rechterkant */
        text-align: left;
        padding-left: 30px; /* Ruimte tot de lijn */
    }
    .timeline li:nth-child(even) .timeline-content {
        order: 1; /* Schuift de uitleg naar de linkerkant */
        text-align: right;
        padding-right: 30px; /* Ruimte tot de lijn */
    }
}

/* Mobiele weergave: Alles netjes onder elkaar op kleine schermen */
@media screen and (max-width: 768px) {
    .timeline::after {
        left: 20px;
    }
    
    .timeline li {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 45px;
    }
    
    .timeline-date, .timeline-content {
        width: 100% !important;
        text-align: left !important;
        padding: 0 !important;
    }
    
    .timeline li:nth-child(even) .timeline-date {
        order: 1;
    }
    
    .timeline li:nth-child(even) .timeline-content {
        order: 2;
    }
    
    .timeline-date {
        margin-bottom: 5px;
    }
}


/* --------------------------------------------------------------
/* Responsive / Screen under 1600px
-------------------------------------------------------------- */
@media screen and (max-width: 1600px) {
    header {
        padding-left: 30px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    header p, header span, .header-subtitle { 
        display: block;
        white-space: normal;
        max-width: 85%;
        line-height: 1.4;
        font-size: 13px;
        margin-top: 5px;
    }

    /* Schakel het oude handmatige CSS-menu volledig uit om conflicten met Bootstrap te vermijden */
    #nav {
        display: none !important;
    }

    .hero-image-home, .hero-image-menu, .hero-image-gallery, .hero-image-contact {
        height: 300px;
    }

    /* Breedte hersteld naar 90% zodat je geschiedenis en tabellen de ruimte behouden */
    .main {
        padding: 0 30px;
        width: 100% !important;
    }

    .example-image {
        width: 100%;
        height: auto;
    }

    .example-image-link, .example-image-link:nth-of-type(4n+0) {
        width: 48%;
        height: auto;
        margin-bottom: 20px;
        margin-right: 4%;
        border-bottom: 0;
        padding-bottom: 0;
    } /* Sluitaccolade voor .example-image-link toegevoegd */

} /* Sluitaccolade voor de @media query toegevoegd */