#wrapper {
    margin: auto;
    max-width: 1024px;
    position: relative;
}

#content {
    width: 100%;
    position: relative;
    background-color: white;
    margin-top: 20px;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 10pt;
    line-height: 1.5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#talen {
    display: none;
    width: 15%;
    background-color: rgb(255, 255, 255); /* Achtergrondkleur van de pop-up */
    border: 1px solid #e7e7e7; /* Rand voor zichtbaarheid */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optioneel: schaduw voor diepte */
    z-index: 1500; /* Zorg dat de pop-up boven andere elementen ligt */
    padding: 10px; /* Ruimte binnen de pop-up */
    position: absolute;
}

a:link {
    color: rgb(126, 180, 51);
    text-decoration: none;
}

a:visited {
    color: rgb(126, 180, 51);
    text-decoration: none;
}

a:hover {
    color: rgb(77, 110, 32);
    text-decoration: none;
}

a:active {
    color: rgb(81, 116, 33);
    text-decoration: none;
}
*/


.container {
  padding: 0px;
  margin: 0px;
  position: relative;
  border: 0px;
}

.box {
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 0;
  right: 0;
  left: 0px;
  color: #ea1d1d;
  width: 100%;
  background: white;
  border: 2px solid white;
  padding-top: 10px;;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 50px;
  z-index: 1000;
}

.container {
    width: 100%;
    max-width: 1024px; /* Pas aan naar wens */
    margin: 0 auto;
}

.menu {
    width: 100%;
    position: relative;
    float: left;
}

.menu-item {
	width: 5%;
    position: relative;
    float: left;
    font-size: 12pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(112, 177, 56);
}

.menu-item-current {
	width: 5%;
    position: relative;
    float: left;
    font-size: 12pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(192, 152, 7);
}

.menu-taal {
	max-width: 100%;
    height: 15px;
    width: 15px;
    position: relative;
	float: right;
    cursor: pointer;
    vertical-align: top;
    padding-right: 9px;
    }


.schilderij {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}


.schilderij-foto {
	width: 65%;
    position: relative;
    float: left;
}

.schilderij-tekst-naast {
    width: 35%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    padding-top: 0;
    display: inline;
}

.schilderij-tekst-onder {
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 1%;
    display: none;
}

.pagina-kop {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.pagina-kop-tekst {
	width: 65%;
    position: relative;
    float: left;
    display: inline;
}

.pagina-kop-tekst-smal {
	width: 100%;
    position: relative;
    float: left;
    display: none;
}

.pagina-kop-foto {
    width: 35%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    padding-top: 0;
    display: inline;
}
.pagina-kop-foto-left {
    width: 35%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-right: 2%;
    padding-top: 0;
    display: inline;
}

.schilderij-lijst-breed {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
    display: inline;
}

.schilderij-lijst-smal {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
    display: none;
}

.schilderij-lijst-info {
	width: 100%;
    position: relative;
    float: left;
    display: inline;
    margin-bottom: 20px;
}

.schilderij-lijst-info-container {
	width: 32.33%;
    position: relative;
    float: left;
    padding-right: 1%;
}

.schilderij-lijst-info-foto {
	width: 100%;
    position: relative;
    float: left;
}

.schilderij-lijst-info-titel {
	width: 100%;
    position: relative;
    float: left;
    margin-top: 5px;
    font-style: italic;
}

.expositie {
    width: 100%;
    position: relative;
    float: left;
}

.expositie-regel {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 40px;
}


.expositie-tekst-links {
    width: 55%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 15%;
    display: inline;
}

.exposite-tekst-onder {
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 1%;
    display: none;
}

.expositie-foto {
	width: 45%;
    padding-right: 0%;
    float: left;
    position: relative;
}

.expositie-foto-content {
	width: 100%;
    padding-left: 0%;
    float: left;
    position: relative;
}

.responsive {
    max-width: 100%;
    height: auto;
}


.taal-regel {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 4px;
}

.taal-regel-links {
    width: 75%;
    position: relative;
    float: left;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.taal-regel-rechts {
    width: 15%;
    position: relative;
	float: right;
    cursor: pointer;
    vertical-align: top;
    padding-right: 9px;
}

@media only screen and (max-width: 600px) {

	.schilderij-foto {
		width: 100%;
	}

	.schilderij-tekst-naast {
		display: none;
	}

	.schilderij-tekst-onder {
		display: inline;
	}

	.pagina-kop-tekst {
		display: none;
	}

	.pagina-kop-tekst-smal {
		display: inline;
	}

	.pagina-kop-foto {
		display: none;
	}

	.schilderij-lijst-breed {
		display: none;
	}
	
	.schilderij-lijst-smal {
		display: inline;
	}
	
	.schilderij-lijst-info-container {
		width: 49%;
	}
	
	.expositie-foto {
		width: 100%;
	}

	.expositie-tekst-naast {
		display: none;
	}

	.expositie-tekst-onder {
		display: inline;
	}



}