/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/header.css ***!
  \******************************************************************************************************/
body #canvas {
    background-color: rgba(255, 255, 255, 0);
}


#header {
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

div {
    display: block;
}

article, aside, details, figcaption, figure, header, hgroup, section {
    display: block;
}

h2, p {
    color: rgb(80, 75, 75);
}

.page-divider {
    border-bottom: 1px solid #ddd;
}

body h1 {
    color: #a8a8a8;
}

.navbar {
    padding-top: 40px;
    z-index: 1000;
}



/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/img.css ***!
  \***************************************************************************************************/
.logo img {
    width: 150px;
    padding-top: 40px;
    transform: scale(1);
    max-height: 100%;
    display: block;
}


.logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    line-height: 0;
    margin: 0;
    display: inline-block;
    height: 100px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    overflow-clip-margin: content-box;
    overflow: clip;
}

#logo,
.layout-style-center,
.layout-style-center #logo {
    width: 100%;
    text-align: center;
}

.layout-style-right,
.layout-style-right #logo {
    margin: 0;
    text-align: right;
    float: right;
}

.layout-style-center site-title h1.logo,
.layout-style-right site-title h1.logo {
    margin-right: 1px;
}

/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/topnav.css ***!
  \******************************************************************************************************/
.submenu-links {
  display: none; /* Hide submenu by default */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background-color: #fff; /* Adjust styling as needed */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow */
}

.has-submenu:hover .submenu-links {
  display: block; /* Show submenu on hover */
}

.submenu-links li {
  padding: 10px;
  border-bottom: 1px solid #ddd; /* Optional: Add a border between items */
}

.submenu-links li:last-child {
  border-bottom: none; /* Remove border from the last item */
}


.main-nav {
  display: block; 
}

.hamburger-icon {
  display: none; 
  cursor: pointer;
}

/* Show the main navigation when the "show-menu" class is added */
.main-nav.show-menu {
  display: block;
}

/* Show the submenu items when the "active" class is present */
.submenu.active {
  display: block;
}

/* Hide the submenu items by default */
.submenu {
  display: none;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  /* Hide the main navigation on smaller screens */
  .main-nav {
    display: none;
  }
  
  /* Show the hamburger icon on smaller screens */
  .hamburger-icon {
    display: block;
  }

  /* Show the submenu items when clicking on the hamburger icon */
  .hamburger-icon.active + .main-nav {
    display: block;
  }
}






.submenu {
  display: none;
}
/* Verberg alle sublists (ul elementen binnen de nav-menu) standaard */
.nav-menu ul {
  display: none;
}

/* Wanneer je met de muis over de hoofdmenu-items gaat, worden de sublists zichtbaar */
.nav-menu > li:hover > ul {
  display: block;
}

/* Show submenu items when .active class is present */
.submenu.active {
  display: block;
}

a.nu.gray{
  color: grey;
}
a{
  color:grey;
}

#nav li a {
  color: white;
    display: inline-block;
    line-height: 26px;
  }

nav li {
    float: left;
    position: relative;
    margin-right: 30px
}

#topNav nav .folder-collection>a {
    cursor: pointer
}

#topNav nav .folder-collection .subnav {
    position: absolute;
    top: 100%;
    left: -15px;
    background: #fff;
    height: 0;
    overflow: hidden;
    opacity: 1;
    z-index: 1000
}
#topNav nav .folder-collection ul {
    overflow: hidden;
    padding: 7.5px 0;
    display: block
}
#topNav nav li ul {
  position: absolute;
  top: 100%; /* Position the submenu below the parent item */
  left: 0;
  background-color: #f9f9f9;
  padding: 10px;
  z-index: 9999; /* Ensure the submenu appears above other content */
}

/* Show the submenu when hovering over the parent item */
nav li:hover ul {
  display: block;
}

 nav .folder-collection ul li {
    margin: 0;
    display: block;
    width: 100%
}

 nav .folder-collection ul li a {
    padding: 0;
    margin: 0;
    line-height: normal;
    white-space: nowrap;
    display: block;
    padding: 3.75px 15px
}
#topNav nav .folder-collection:hover .subnav,#topNav nav .folder-collection .subnav:hover {
    height: auto !important
}

.layout-style-center #topNav {
    margin-top: 20px
}
.layout-style-center #topNav nav,.layout-style-center #topNav ul,.layout-style-center #topNav li {
    display: inline-block;
    float: none
}

.layout-style-center #topNav nav li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal
}
.layout-style-center #topNav nav .folder-collection .subnav {
    margin-top: 0 !important;
    left: 50%
}

.layout-style-left #topNav {
    float: right
}

.layout-style-left .main-nav li {
    float: left
}

#topNav ul,#topNav li {
    text-decoration: none !important
}
body #topNav .active-link>a {
    color: #000;
}
#logo .logo {
      padding-top: 60px;
    transform: scale(1.8);
    line-height: 0;
    margin: 0;
    display: inline-block;
    height: 100px;
  }
  
  .main-nav ul,
  .main-nav li,
  .main-nav a {
    font-family: Georgia, serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "Merriweather";
    font-size: 13px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    font-weight: 400;
    font-style: normal;
  }
  
  #topNav .main-nav,
  #topNav ul,
  #topNav li {
    
    float: none;
  }

#topNav .main-nav {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .main-nav {
    text-align: center;
  }

  .nav-menu{    
    display:grid;
    align-items:center;
   }


  .submenu {
    display: none;
}

.has-submenu:hover .submenu {
    display: block;
}
.has-submenu .submenu-item {
  display: block;
  clear: both; /* Clear the float property */
  margin-right: 0; /* Remove any unwanted margins */
  padding-top: 10px;
  padding-left: 60px;
}

  
  
  .page-collection{
    margin:16px 0;
  }

  .bar{
    display: block;
    width: auto;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
  }

  .page-collection{
    margin:16px 0;
  }
  

a:hover{
  color:grey;
}
  
.navbar{
  color:rgb(153, 153, 153);
  font-family: Georgia,serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0px;
  font-family: "Merriweather";
  font-size: 13px;
  line-height: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  font-weight: 400;
  font-style: normal;
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  display:center;
  align-items:center;
  justify-content:space-between;

}

.navbar {
  z-index: 1000; /* Kies een waarde die voldoende is */
}
.navbar .logo a{
  font-size:1.5rem;
  font-weight:bold;

}
.navbar .links{
  display:flex;
  gap: 2rem;
  padding: 40px;
}
.navbar .toggle_btn{
  color: #4b4444;
  font-size: 1.5rem;
  cursor: pointer;
  display:none;


}

.toggle_btn {
    display: none; /* Hide the toggle button by default */
}

/*responsive design*/
@media(max-width: 992px){
  .navbar .links{
    display:none;
  }
  .navbar .toggle_btn{
      padding-top:30px;
      display: block;
      flex: 1; /* Set flex property to 1 to take up the remaining space */
      justify-content: center; /* Center the toggle button horizontally */
  }
}

/* Dropdown menu*/
.dropdown_menu{
  right: 2rem;
  top: 60px;
  height:0;
  width:300px;
  background: rgba(255,255,255,0.1) ;
  backdrop-filter: blur(15px);
  border-radius:10px;
  overflow:hidden;
  transition:height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu li{
  padding:0.7rem;
  display:flex;
  align-items: center;
  justify-content:center;
}
.dropdown_menu{
  display:none;
}
.dropdown_menu.open{
  display:block;
  height:500px;
}
@media(max-width: 576px){
  .dropdown_menu{
    left: 2rem;
    width: unset;
  }
  .navbar .toggle_btn{
    padding-top:30px;
    display: block;
    flex: 1; 
    justify-content: center; 
}


}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/responsive.css ***!
  \**********************************************************************************************************/

/* Voor schermen van 768px breedte en hoger */
@media (min-width: 768px) {
  .image-wrapper {
    position: relative; 
    width: 268px;
    height: 268px;
    overflow: hidden; 
  }
  
  .ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
  }
}


/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/over-mij.css ***!
  \********************************************************************************************************/
* Add this to your existing CSS or create a new CSS file and link it in the header */
.about-container {
  display: flex;
  justify-content: center; /* Center the text container horizontally */
}

.text-container {
  max-width: 60%; /* Set the maximum width for the text container */
  display: flex;
  flex-direction: column; /* Arrange the title, image, and content in a column */
  align-items: center; /* Center the text and image vertically within the container */
}

 
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/exposities.css ***!
  \**********************************************************************************************************/
.expositie-container {
    width: 100%;
    display: block;
    align-items: center;
    clear: both;
    margin-bottom: 20px;
  }
  
  .container-text {
    flex: 1;
  }

    
  .corner-image {
    position: relative;
    max-width: 100%;
    height: auto;
    float: right;
  }
  
  .container-text p {
    margin-bottom: 10px;
  }
  
 
  
  
  
/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/nieuws.css ***!
  \******************************************************************************************************/
.expositie-container {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .container-text {
    margin-bottom: 10px;
  }
  
  .corner-image {
    max-width: 100%;
    height: auto;
  }
  
  
/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/zoom.css ***!
  \****************************************************************************************************/
/* Add the following CSS to your stylesheet or <style> tag */

/* Hide the checkbox input */

  .zoom{
   
    position: relative;
    overflow: hidden;
  }

  .zoom img{
    width:400px
  }

  #imgZoom{
    position: absolute;
    left:0;
    top: 0;
    --zoom-x:50%;
    --zoom-y:50%;
    transform: scale(1.5);
    opacity: 0.5;
    pointer-events: none;
    clip-path:circle(100px at var(--zoom-x) var(--zoom-y));
    opacity:0;
  }
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/responsive_surface_duo.css ***!
  \**********************************************************************************************************************/
@media (min-width: 540px) and (max-width: 720px) and (orientation: portrait){
    /* CSS-regels voor de Microsoft Surface Duo in de landschapsmodus */
   
}

.container {
  display: block; 
  row-gap: 0px;
  column-gap: 0px;
  place-items: center;
  grid-gap: 10px
}
.container-categorie { 
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin: 30px auto;
  display: grid;
  grid-gap: 10px;
  place-items: center;
  }  
    

  
  
  
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/responsive_nesthub.css ***!
  \******************************************************************************************************************/
@media (max-width: 1280px) and (max-height: 800px) {
    
  .image-wrapper {
    position: relative; 
    justify-content: center; 
    align-items: center; 
     }
    .image-wrapper img {
      display: block;
      width: 268px;
      height: 268px;
      object-fit: cover;
      transform: scale(1.0);
  }
  
 
}
@media (min-width: 654px) and (max-width: 1200px) {
  .container-categorie {
      grid-template-columns: repeat(2, 1fr); /* Pas twee kolommen toe op middelgrote schermen */
      
  }
}

@media (min-width: 1201px) {
  .container-categorie {
      grid-template-columns: repeat(3, 1fr); /* Pas drie kolommen toe op grotere schermen */
  }
}

@media (max-width: 370px), (max-height: 933px) {
  .image-wrapper {
    position: relative;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 412px) and (max-height: 1100px) {
  .image-wrapper {
    position: relative;
    justify-content: center;
    align-items: center;
  }
}





/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/responsive_galaxy_fold.css ***!
  \**********************************************************************************************************************/
@media (min-width: 280px) and (max-width: 374px) and (orientation: portrait) {
  /* CSS-regels voor de Samsung Galaxy Fold in de portretmodus */
  
  .container {
    display: block;        
    row-gap: 0px;
    column-gap: 0px;
    place-items: center;
    grid-gap: 10px
  }
  
  .image-container {
    display: grid;
    position: relative;
  }

  .container-categorie {
    grid-template-columns: repeat(1, 1fr); /* Slechts één kolom */
  }
}

@media (min-width: 375px) and (max-width: 667px) and (orientation: portrait) and (max-width: 667px) {
  /* CSS-regels voor de iPhone SE in de portretmodus */
  
  .iphone-se-container .container-categorie {
    grid-template-columns: repeat(2, 1fr); /* Twee kolommen */
  }
}

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./css/modules/cookie-notice.css ***!
  \*************************************************************************************************************/
/* cookie-notice.css */

.cookie-notice {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f8f8;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    z-index: 1000; /* Zorg ervoor dat de banner bovenop andere inhoud wordt weergegeven */
}

.cookie-notice button {
    margin-top: 10px;
}

.cookie-notice button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.cookie-notice button:hover {
    background-color: #0056b3;
}


/*# sourceMappingURL=index.css.map*/