/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 0px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  

  #map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }

  table {
    width: 100%;

  }

th, td {
  border-bottom: 1px solid;
  border-color: #BBA33F;
  border-collapse: collapse;
  text-align: left;
  padding: 4px 8px; 
}

.zon {
  color: #ffd700;
}

.mercurius {
  color: #dcdcdc;
}

.venus {
  color: #fff0f5;
}

.aarde {
  color: #228B22;
}

.mars {
  color: #B22222;
}

.jupiter {
  color: #f0e68c;
}

.saturnus {
  color: #f5f5dc;
}

.uranus {
  color: #1e90ff;
}

.neptunus {
  color: #f0f8ff;
}

.pluto {
  color: #faebd7;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #1c75cc;
  color: #E2B86D;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  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;
}

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