/*
body {
    background: url('../opmaak/Zon/Zon_achtergrond.jpg') center center;
}
*/

/* Style the button that is used to open and close the collapsible content */
.collapsible2 {
  background-color: #0A224A;
  color: #E2B86D;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.collapsible {
    background-color: #0A224A;
    color: #E2B86D;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
  }
  
  .active {
    height: 100%;
  }

  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
 
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

.container {
  position: relative;
}

.image{
  display: block;
}

.verbergen {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
}

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