/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.page {
  transition: margin-left .5s;
  /* If you want a transition effect */
}

/* Grid Layout voor Main Content */
.header-grid {
  display: grid;
  grid-template-columns: 2fr 6fr 4fr;
  gap: 20px;
  padding: 20px;
}

.header-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
}

header::after {
  content: "";
  clear: both;
  display: table; 
}

.titel-grid {
  display: grid;
  grid-template-columns: 1fr 11fr;
  gap: 20px;
  padding: 20px;
}

.inhoud1-grid {
  display: grid;
  grid-template-columns: 12fr;
  gap: 20px;
  padding: 20px;
}

.inhoud2-grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 20px;
  padding: 20px;
}

.inhoud2r-grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 20px;
  padding: 20px;
}

.inhoud2l-grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 20px;
  padding: 20px;
}

.inhoud3-grid {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  gap: 20px;
  padding: 20px;
}

.inhoud4-grid {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr 4fr;
  gap: 20px;
  padding: 20px;
}

footer {
  position: relative;
  background-size: cover; 
}

footer::after {
    content: "";
    clear: both;
    display: table; 
}

section {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 48em) {
    section {
      margin-bottom: 2em; } 
}

@media (min-width: 75em) {
    section {
      margin-bottom: 3em; } 
}

section::after {
    content: "";
    clear: both;
    display: table; 
}

.logo img {
  position: relative;
  max-width: 189px; 
}

nav {
  top: 1em;
  left: 1em;
  z-index: 99;
  position: fixed; 
}

  /*========================================================================
Menu - icoon (hamburger) 
========================================================================== */
.menu {
    cursor: pointer; 
}
  
.menu__dropdown__icoon__bar1,
.menu__dropdown__icoon__bar2,
.menu__dropdown__icoon__bar3 {
    width: 35px;
    height: 5px;
    background-color: #FFDFA7;
    margin: 6px 0;
    transition: 0.2s;
    border-radius: 6px; 
}
  
/* Rotate first bar */
/* Fade out the second bar */
/* Rotate last bar */  
.change .menu__dropdown__icoon__bar1 {
      -webkit-transform: rotate(-45deg) translate(-10px, 5px);
      transform: rotate(-45deg) translate(-10px, 5px); 
}
.change .menu__dropdown__icoon__bar2 {
      opacity: 0; 
}
.change .menu__dropdown__icoon__bar3 {
      -webkit-transform: rotate(45deg) translate(-10px, -5px);
      transform: rotate(45deg) translate(-10px, -5px); 
}
  
/*========================================================================
Dropdown menu en inhoud
========================================================================== */
/* The sidebar menu */
.sidebar {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */ 
}
  
  /* The sidebar links */
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s; 
}
  
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #f1f1f1; 
}
  
.sidebar-aan {
    width: 250px; 
}
  
 
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
      padding-top: 15px; }
    .sidebar a {
      font-size: 18px; } 
    }
  
/* Style the button that is used to open and close the collapsible content */
.menu-collapsible {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px; 
}
  
/* Style the collapsible content. Note: hidden by default */
.menu-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; 
}

/*# sourceMappingURL=C:/Data/WEBSERVER/Astro/app/public/maps/structuur.css.map */
