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

  .submenu {
    display: none;
  }
  
  .submenu.visible {
    display: block;
  }
  

  
  .serie {
    display: none;
  }
    .cluster,
    .cluster2,
    .cluster3,
    .cluster4 {
      flex-direction: column;
      align-items: center; /* center images horizontally */
      margin-bottom: 0px;
    }
  
    .image-text-wrapper,
    .image-text-wrapper2,
    .image02 {
      width: 100%;
      margin-left: 0;
    }
  
    .image-text-wrapper img,
    .image-text-wrapper2 img,
    .image02 {
      width: 100%;
      height: auto; /* Behoud aspect ratio */
    }

  
    .column1,
    .column3,
    .column4,
    .text-frame3 {
      position: static; /* Verwijder absolute positioning */
      margin-left: 0;
      width: 100%;
    }

    .two-column-text {
      column-count: 1;
      width: 70%;
      margin-left: 15%;

    }

    .text-frame3 {
      margin-left: 20%;
      width: 75%;
    }


    .submenu {
      text-align: center;
      background-color: #FCF6F6; 
      padding-left: 10px;
      padding-right: 10px;
      left: -180px;
    }
    .submenu a {
      font-size: 16pt;
    }

    #submenu2{
      left: 35%;
      text-align: center;
    }

    .center-section {
      left: 75%;
 
    }
  
    #extra {
      left: 30%;

    }
  



  }


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

  .slideshow {
    height: 500px;
    margin-left: 0.5%;
  }
  
  #longimg {
    height: 400px;
  }

}

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

    .center-section {
      left: 61%;    
    }

    .two-column-text {
      width: 74%;

    }
    #longimg {
      height: 300px;
    }

    .submenu {
      left: -200%;
      text-align: center;
    }
    .submenu a {
      font-size: 16pt;
    }

    #submenu2{
      left: 35%;
      text-align: center;
    }

    #longimg {
      height: 380px;
    }
    

  }

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

    body {
      margin-top: 60px;
    }

    .menu-bar {
      font-size: 14pt;
      height: 50px
    }
    .leftcorner, .rightcorner, .center-section, .serie {
      top: 15px;
    }


    .leftcorner {
      left: 1%;
    }
    
    .rightcorner {
      right: 3%;
    }
  

    .textframe1 {
      font-size: 9.5pt;
      line-height: 10pt;
      align-items: center;
      flex-direction: column;
      margin-bottom: 20px;
      width: 100%;
      margin-left: 0%;
  }

  .textframe1 .credit { 
    margin-bottom: 0px;
    }

  .slideshow {
    height: 450px;
}

  .slideshow img {
    margin-left: 0%;
    align-items: center;
    margin-bottom: 1%;    
}

#longimg {
  height: 350px;
}


.submenu {
  left: -130px;
}


.submenu a {
  font-size: 14pt;
  }



.text-frame3 {
  margin-left: 20%;
  width: 75%;
}

.title2 {
  font-size: 14pt;
}

 }
 @media screen and (max-width: 600px) {
 .submenu {
  left: -150px;
}
}
 @media screen and (max-width: 430px) {



.slideshow {
  height: 275px;
  margin-left: 0.5%;
}

#longimg {
  height: 170px;
}

.two-column-text {
  font-size: 11pt;
  line-height: 12pt;
  width: 93%;
  margin-left: 2%;
  }

  .text-frame3 {
    font-size: 11pt;
    line-height: 12pt;
    margin-left: 5%;
    width: 90%;

  }
  
  .title2 {
    font-size: 12pt;
  }
  .text-frame {
    font-size: 11pt;
    width: auto;
  }

  .serie {
    display: none;
  }

  .image-text-wrapper,
  .image-text-wrapper2 {
    margin-bottom: 20px;
  }

  .rightcorner {
    right: 4%;
  }

  .center-section {
    left: 65%;

  }

  #extra {
    left: 35%;

  }
 }

 @media screen and (max-width: 600px) {
  .submenu {
   left: -250px;
 }
 }

 @media screen and (max-width: 912px) {
  .submenu {
   left: -220px;
 }
 }

 @media screen and (max-width: 414px) {
  .submenu {
   left: -230px;
 }

 .slideshow {
  height: 265px;
  margin-left: 0.5%;
}

#longimg {
  height: 162px;
}
 }



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

 .menu-bar {
  font-size: 12pt;
  height: 50px
}
.submenu  {
left: -200px;
}
.submenu a {
  font-size: 12pt;
}

#submenu2{
  font-size: 12pt;
}

.slideshow {
  height: 250px;
  margin-left: 0.5%;
}

#longimg {
  height: 160px;
}

}

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

  .slideshow {
    height: 240px;
    margin-left: 0.5%;
  }
  
  #longimg {
    height: 150px;
  }

}




  


