


body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #8E1814;
    color: white;
    font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
}



h1 {
    font-family: 'Bodoni MT Condensed', serif;
    font-weight: bold;
    font-stretch: condensed;
    margin-bottom: 10px;
}


a {
    text-decoration: none;
    color: white;
}

nav a:hover {
    color: #920200 !important;
}


nav {
    display: flex;
    justify-content: flex-end;
    background-color: black;
    padding: 15px 30px;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    font-weight: bold;
    font-size: 1em;
}


header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 10%;
    background-color: #8E1814;
    color: white;
}

header img {
    max-width: 50%;
    height: auto;
}

.header-content {
    margin-left: auto;
    margin-right: auto;
    text-align: right; 

}

@media (max-width: 768px) {
    .header-content {
        text-align: center;
        padding: 0 5%; 
    }
}

.header-content h1 {
    font-size: 5em; 
    font-weight: bold; 
    margin: 0;
    color: white; 
    line-height: 1.2; 
}
.header-content h2 {
    font-size: 4em; 
    font-weight: bold; 
    margin: 10px 0;
    padding: 0;
    white-space: nowrap; 
}

.header-content .location {
    font-size: 2em; 
    font-weight: normal; 
    margin: 10px 0;
    color: white;
    line-height: 1.5;
}

.header-content p {
    font-size: 1.2em;
    line-height: 1.6;
}

.header-content .button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: white;
    color: #8E1814;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.background-black {
    background-color: black;
    color: white;
    margin-bottom: 20px;
}


main section {
    padding: 50px 10%;
    text-align: left;
}


.section-content {
    margin-left: 20px; 
    margin-right: 20px;
}

.section-content .programma-container {
    max-width: 100%; 
    margin: 0 auto;
}

main section h1 {
    font-size: 5em;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


main section h2 {
    font-size: 3em;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'anth', sans-serif;
}

main section p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

main section strong {
    font-weight: bold;
    color: #ffffff;
}

main section ul {
    list-style-type: none;
    padding-left: 0;
}

main section ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
}

main section ul li a {
    text-decoration: none;
    color: #8E1814;
    font-weight: bold;
}

main section ul li a:hover {
    color: #920200;
}

.programma-title {
    text-align: right; 
    color: #E02914; 
    font-family: 'Bodoni MT', serif; 
    font-size: 7em; 
    font-weight: bold; 
    font-stretch: condensed; 
    margin-bottom: 10px; 
    margin-right: 20px;

    transform: scaleY(1.2); /* Stretchen van hoogte lettertype */
    transform-origin: bottom;
    
}


.programma-container {
    display: flex;
    justify-content: center;
    gap: 20px; 
    padding: 40px 20px; 
}


.programma-card {
    background-color: #000; 
    color: #fff; 
    border: 2px solid #E02914; 
    border-radius: 10px; 
    padding: 20px; 
    text-align: left; 
    width: 400px; 
}


.programma-card:nth-child(2) {
    background-color: #E02914; 
    color: #ffffff;
}


.programma-card h2 {
    font-size: 1.5em; 
    color: #ffffff;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif; 
    margin-bottom: 10px;
}

.programma-card p strong {
    font-size: 1.8em; 
    color: #ffffff;
    font-weight: normal;
    font-family: 'Anth', sans-serif; 
    margin-bottom: 10px;
    display: block;
}

.programma-card ul li {
    font-size: 1.2em; 
    line-height: 1.6;
    color: #ffffff;
    font-family: 'Century Gothic', sans-serif; 
    margin-bottom: 15px;
}

.programma-card ul {
    margin-top: 5px;
    padding-left: 20px; 
    list-style-type: disc; 
}


.programma-card:nth-child(2) .button {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #fff;
}

.programma-card:nth-child(2) .button:hover {
    background-color: #fff;
    color: #E02914;
    border-color: #E02914;
}

@media (max-width: 768px) {
    .programma-container {
        flex-direction: column; 
        align-items: center; 
    }

    .programma-card {
        width: 90%; 
    }
}


.event-container {
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px; 
    justify-content: center;
    padding: 20px 0;
}

#Evenementen header h1 {
    text-align: left; 
    color: #ffffff; 
    font-family: 'Bodoni MT', serif; 
    font-size: 7em; 
    font-weight: bold; 
    font-stretch: condensed; 
    margin-bottom: 10px; 
    margin-left: -10px;
    
    

    transform: scaleY(1.2); /* Stretchen van hoogte lettertype */
    transform-origin: bottom;
    
}

.event-card {
    background-color: rgb(0, 0, 0); 
    color: black; 
    padding: 20px;
    border-radius: 20px; 
    text-align: left;
    flex: 1 1 300px; 
    max-width: 400px; 
}

.event-card img {
    width: 100%; 
    height: 200px;
    object-fit: cover; 
    border-radius: 8px; 
    margin-bottom: 10px;
}


.event-card h2 {
    font-size: 2.5em; 
    color: #E02914; 
    font-weight: bold; 
    margin-bottom: 10px;
}
.event-card p {
    font-size: 1em;
    line-height: 1.2;
    color: white;
}

.event-card .date {
    font-weight: bold; 
    font-size: 1.2em;
    margin-bottom: 3px;
}

#Onsverhaal {
    padding: 50px 10%; 
}

#Onsverhaal .section-content {
    text-align: left; 
    max-width: 1200px;
    margin: 0 auto; 
}


#Onsverhaal h1 {
    text-align: center; 
    font-size: 7em;
    color: #E02914;
    transform: scaleY(1.2); 
    transform-origin: bottom;
}

.ons-verhaal-text {
    text-align: center;  
    font-weight: bold;   
    font-size: 1.5em;    
    margin-bottom: 20px; 
    color: #E02914;      
    max-width: 800px;   
    margin: 0 auto;      
}


#Onsverhaal h2, #Onsverhaal p:not(:first-of-type) {
    text-align: left; 
    margin-left: 0; 
    color: #E02914;

}


#Onsverhaal p {
    font-size: 1.2em; 
    margin-bottom: 20px;
    color: #E02914;

}

#Onsverhaal h2 {
    font-size: 2.5em; 
    margin-bottom: 15px;
}

.section-with-image {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.text-content {
    flex: 1; 
    padding-right: 20px; 
}

.image-container {
    flex-shrink: 0; 
    width: 40%; 
}

.section-image {
    width: 100%;
    height: 100%; 
    object-fit: cover;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
}
.button-container {
    text-align: center; 
    margin-top: 30px; 
}

.button {
    display: inline-block;
    background-color: #E02914;  
    color: white;  
    text-align: center;
    padding: 15px 40px;
    font-size: 1.2em;
    border-radius: 20px; 
}


.contact-button {
    display: inline-block;
    background-color: black;
    text-align: center;
    padding: 15px 40px;
    font-size: 1.4em;
    border-radius: 20px;
    border: 2px solid #E02914;
    margin-top: 20px;
}

#Praktisch {
    padding: 50px 10%;
}


#Praktisch h1, #Contact h1 {
    text-align: left; 
    font-size: 7em;
}

#Praktisch h2{
    text-align: left; 
    font-size: 2.5em;
    margin-bottom: 5px;
}

#DomeinBeisbroek .content {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 100px; 
    
}

#DomeinBeisbroek .text {
    flex: 1; 
    text-align: left;
    margin-left: -50px; 
    max-width: 700px; 
}


#DomeinBeisbroek .image img {
    width: 100%; 
    max-width: 500px; 
    display: block;
    object-fit: cover; 
}

#DomeinBeisbroek a {
    color: #ffffff; 
    font-weight: bold;
}



@media (max-width: 768px) {
    #DomeinBeisbroek .content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #DomeinBeisbroek .image img {
        max-width: 80%;
    }

    #DomeinBeisbroek h2 {
        font-size: 2em;
    }
}



.text-container {
    max-width: 700px; 
    
}

.text-container p {
    font-size: 1.2em;
    line-height: 1.6;
    color: white;
}


.bereikbaarheid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
}

.bereikbaarheid-col {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
}

.bereikbaarheid-icon {
    width: 50px; 
    height: auto;
    margin-bottom: 15px; 
}

.bereikbaarheid-col h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.bereikbaarheid-col p {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 10px 0;
    color: #ffffff; 
}

@media (max-width: 768px) {
    .bereikbaarheid-container {
        grid-template-columns: 1fr; 
        gap: 20px; 
        padding: 0 10px; 
    }
}

#Contact {
    background-color: black;
    color: #E02914;
    text-align: center;
}

#Contact h1 {
    font-size: 7em;
    font-weight: bold;
    text-align: center;
    color: #E02914;
    margin-bottom: 20px;
}

#Contact .text-container {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

#Contact .contact-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; 
    margin-top: 20px;
}

#Contact .contact-card {
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 45%; 
    min-width: 300px; 
    box-sizing: border-box;
    text-align: center; 
}

#Contact .contact-card h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #E02914;

}

#Contact .contact-card p {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 10px 0;
    color: #E02914;
}

#Contact .image-container {
    width: 100%;
    margin-top: 30px;
}

#Contact .section-image {
    width: 100%;
    height: 300px; 
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    #Contact .contact-card {
        flex: 1 1 100%;
    }

    #Contact h1 {
        font-size: 5em;
    }
    #Contact .text-container {
        font-size: 1.2em; 
    }
    #Contact .section-image {
        height: 200px;
    }
}

footer {
    background-color: #8E1814; 
    color: white;
    padding: 10px 160px;
    position: relative; 
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-left, .footer-center, .footer-right {
    flex: 1 1 30%;
    text-align: left;
}

.footer-left h4, .footer-right h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.footer-left ul, .footer-center ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-left ul li, .footer-center ul li {
    margin-bottom: 10px;
}

.footer-left ul li a, .footer-center ul li a {
    text-decoration: none;
    color: white;
    font-size: 1em;
}

.footer-left ul li a:hover, .footer-center ul li a:hover {
    text-decoration: underline;
}


.footer-center {
    text-align: left;
    margin-top: 50px; 
    padding-left: 40px; 
}


.footer-center ul {
    list-style: none;
    padding-left: 0;
}

.footer-right {
    text-align: right;
}

.footer-right .social-icons {
    margin-top: 10px;
}


.footer-right .logos img {
    width: 100px; 
    height: auto;
    margin-bottom: 10px;
}

.footer-right .social-icons a img:hover {
    transform: scale(1.1);
}

.footer-right .logos {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 20px; 
    }

    .footer-left, .footer-center, .footer-right {
        flex: 1 1 100%;
        margin-bottom: 20px; 
    }

    
    .footer-center {
        padding-left: 0;
        text-align: center;
    }

    .footer-right {
        text-align: center; 
    }
}

.footer-copyright {
    text-align: left;
    font-size: 0.5em;
    color: white;
    padding: 5px;
}
