﻿html {height:100%;}
body{
	height:100%;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	margin: 0px;
	text-align:left;
	color:#36353c;
    overflow-x: hidden;
	}
	
a {color: #000;text-decoration: underline;}
a:link{color: #000;text-decoration: none;font-size: 18px;text-decoration: underline;}
a:visited{color: #0063af;text-decoration: underline;}
a:hover{color:#000;text-decoration: none;text-decoration:none;}
a:active{text-decoration: underline;}

#footer a {color: #000;text-decoration: underline;}
#footer a:link{color: #000;text-decoration: none;font-size: 14px;}
#footer a:visited{color: #000;text-decoration: underline;}
#footer a:hover{color:#000;text-decoration: none;text-decoration: underline;}
#footer a:active{text-decoration: underline;}



#maincontent{
    max-width: 1200px;
    margin:0px auto;
    
}

#content{
    margin-left:10px;
    margin-right:10px; 
    

}


#footer{
    text-align:center;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}

#footer2links {font-size: 13px;color:#FFF;margin-left: 10px;float:left;}

#tabel {
    
    width:100%;
    font-size: 15px;
    border-spacing: 0px;
    border: #666;
    border-style: solid;
    border-width: 1px;
    }


#tabel th{
    background-color:#4d592e;
    color:#FFF;
    padding:10px;
    
    }

#tabel tr:nth-child(even){
    }
    
#tabel tr, #tabel td{

    border: #666;
    border-style: solid;
    border-width: 1px;

padding: 5px;    }



h1{
    color:#474852;
    font-size: 60px;
    margin: 0px;
    font-family: 'Poiret One', cursive;
    font-weight: 100;}

h2{
    color:#474852;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Poiret One', cursive;
    font-weight: 100;
}

h3{
    color:#474852;
    font-size: 20px;    
}

ul > li {color:#4d592e;}

ul > li > span {color:#36353c;}

#opsommingitem{
    float: none;
    text-align: left;
    padding: 10px;
    padding: 7px;
}  


    /* Galerij */

        .gallery-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: left;
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 16px;
        }

        .gallery-item {
            width: 220px;
            background: white;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            text-align: center;
            cursor: pointer;
            transition: transform 0.2s ease-in-out;
        }

        .gallery-item:hover { transform: translateY(-5px); }

        .gallery-item img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 4px;
        }

        .image-label {
            margin-top: 12px;
            color: #2c3e50;
        }

        /* 2. LIGHTBOX STYLING */
        .lightbox {
            display: none;
            position: fixed;
            z-index: 9999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .lightbox-content-wrapper {
            position: relative;
            max-width: 85%;
            max-height: 80%;
            text-align: center;
        }

        .lightbox-content {
            max-width: 100%;
            max-height: 70vh;
            border: 4px solid white;
            box-shadow: 0 0 20px rgba(0,0,0,0.5);
        }

        #lightbox-caption {
            color: white;
            font-size: 24px;
            margin-top: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        /* Navigatie & Sluiten */
        .close-btn { position: absolute; top: -50px; right: 0; color: white; font-size: 45px; cursor: pointer; }
        
        .nav-btn {
            position: fixed;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.15);
            color: white;
            border: none;
            padding: 20px;
            font-size: 35px;
            cursor: pointer;
            border-radius: 5px;
            transition: 0.3s;
        }

        .nav-btn:hover { background: rgba(255,255,255,0.4); }
        .prev-btn { left: 20px; }
        .next-btn { right: 20px; }



@media screen and (max-width:750px){.gallery-item {width: 200px;}}
@media screen and (max-width:600px){.gallery-item {width: 150px;}}
@media screen and (max-width:500px){h1{font-size:35px;}}}