*{
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #4B0082; 
    color: #FFEB3B; 
    padding: 20px 10px;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    border: solid #000000;
}

.hype-kom {
  display: flex;
  justify-content: right;
  align-items:center;
  background-image: url("img/curio_mbo_campagne.jpg");
  position: relative;
  color: white;
  height: 800px;
  padding-right: 50px;
}


.titel-over{
    display: flex;
    justify-content: center;
    font-size: 30px;
    background-color: #4B0082;
    border: solid #000000;
    color: #FFEB3B;
}

.background-img{
    background-image: url("img/curio_locatie.jpg");
    padding-top: 40px;
    padding-bottom: 40px;
}

.background-img2{
background-image: url("img/curio_locatie_mbo_terheijdenseweg_350-1.jpg");
padding-top: 20px;
padding-bottom: 20px;
}

.background-img3{
    background-image: url("img/images.png");
    padding-bottom: 20px;
}

.uitleg-over {
    display: flex;
    justify-content: center;
    background-color: #4B0082;
  border: solid #000000; 
  color: #ffffff;
  padding: 50px;  
  margin: 20px 300px;     
  line-height: 1.6;     
  font-size: 1rem;          
  border-radius: 15px;
}


.container-flex{
    display: flex;
    flex-direction: row ;
    justify-content:baseline;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
}

.container-flex1{
    display: flex;
    flex-direction: row ;
    justify-content:baseline;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 40px;
}

.vak-name{
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color:#FFEB3B; 
}

.vakken-text{
    padding:30px;
    background-color:#4B0082;
    height: 100%;
    color: #ffffff;
}

.titel-vakken{
    text-align: center;
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #4B0082; 
    border: solid #000000;
}


.list-flex{
  display: flex;
  justify-content: center;  
}

h2 {
    color: #FFEB3B;
}

.list-box{
 list-style-type: none;
 display: flex;
 border: black solid;
 margin: 20px; 
 flex-direction:column;
 border-radius: 10px;
}

.rooster-uitleg{
    display: flex;
    justify-content: center;  
    background-color: #4B0082;
    border: solid #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
    color: #FFEB3B;
}

.foto-rooster-plek{
    display: flex;
}

.foto-rooster{
    display: flex;
    justify-items: center;
    border: solid black;
    padding: 40px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 250px;
}

.foto-rooster, img{
    height: 400px;
    width: 500px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#overlay1 img {
    width: 1000px;
    height: 800px;
}

#overlay2 img {
    width: 1000px;
    height: 800px;
}

.versnellen{
    display: flex;
    justify-content: center;  
    background-color: #4B0082;
    border: solid #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
    color: #FFEB3B;
}

#extraTekst {
    display: none;
}

.versnellen-uitleg{
  background-color: #4B0082; 
  border: solid #000000; 
  color: #ffffff;
  padding: 20px;            
  margin: 20px 500px;        
  line-height: 1.6;     
  font-size: 1rem; 
  border-radius: 15px;
}

#meerLezenBtn{
    background-color: #4B0082;
    color: #ffffff;
}

.footer, p{
    display: flex;
    justify-content: center;
    background-color: #4B0082;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
}