
.maanposter {
    z-index: 1;
}

.poster_frame {
    overflow: hidden;
}

.posterinzet {
    left: 0px;
    top: 0px;
}

.controles {
    position:relative;
    background: url('../opmaak/Achtergrond.jpg');
    z-index: 10;
}

.item-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.controle_item {
    pointer-events: auto;
    cursor: pointer;
    border: none;
    padding: 0.5rem;
    margin: 5px;
    font-family: inherit;
    font-size: inherit;
    position: relative;
}

.controle_item::before,
.controle_item::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}

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

.kolom1 {
    width: 20%;
}
.kolom2 {
    width: 30%;
}
.kolom3 {
    width: 50%;
}

.button--anthe {
	font-family: bely-display, sans-serif;
	color: #fff;
	background: none;
}

.button--anthe::before {
	content: '';
	background: #1D3966;
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
	transition: clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.button--anthe:hover::before {
	background: #1D3966;
	-webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.button--anthe span {
	display: block;
	mix-blend-mode: difference;
	transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.button--anthe:hover span {
	transform: translate3d(-10px,0,0);
}

/* Style the button that is used to open and close the collapsible content */
.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;
}

#bg_video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg_video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(35,45,57,0.4);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.intro_text {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #FFDFA7;
}

.intro_text h4 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

#fg_video {
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
/*# sourceMappingURL=C:/Data/WEBSERVER/Astro/app/public/maps/indeling_maanlanding.css.map */
