.linkje {
  color: grey;
  text-decoration: none;
}

.parallax-background.merelvideo {
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}

.concerts:hover {
  cursor: pointer;
  background-color: var(--bs-yellow);
  color: #fff;
}

.blanco {
  height: 50px;
}

.a_fijnetekst {
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  color: #4b4c4d;
}

.a_fijnetekst:hover {
  cursor: pointer;
  color: orange;
}

.cello:hover {
  cursor: pointer;
  color: orange;
}

.nav-item:hover, .navbar-brand {
  cursor: pointer;
  color: orange;
}

.img_gallery {
  /*width: 150%;*/
  /*height: 98%;*/
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-radius: 10px;
  min-width: 600px;
  max-width: 100%;

}

#myModal-1 {
  margin-top: 100px;
  /*border: 2px solid white;*/

}
#myModal-1 .modal-header,
#myModal-1 .modal-body,
#myModal-1 .modal-footer{
  border: 2px solid white;
  background-color: #ffffff;
  
  padding: 10px;
  width: 650px;
}

.a_fijnetekst {
  font-size: 12px;
}

.blanco {
  height: 20px;
}

.a_fijnetekst.groot {
  font-size: 24px;
}

.linkje:hover {
  cursor: pointer;
  color: orange;
}

.v_kader {
  border: 1px dotted silver;
  padding: 10px;
  margin: 5px;
}

.titel {
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}
.mgal{
  margin:5px 0px;
}
/* ***** Banner **** */
/*
.banner {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
.banner img {
    margin-top: -100px;
    margin-left: -200px;
}
*/
.o_hoofding{
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
.banner {
        object-fit: cover;
        object-position: center;
        height: 200px;
        width: 100%;

      }
.displayPhoto{
  object-fit: cover;
  object-position: center;
  height: 180px;
  width: 100%;
}
.tekst_centerleft {
  position: absolute;
  top: 50%;
  left: 20px;
  color:#FFEEEEDD;
  font-size: 24pt;
  background-color:rgba(255, 255, 255, 0.2);
  width:90%;
  height: 50px;
  padding:5px;
  /*transform: translate(-50%, -10%);*/
}
@media (max-width:767px) {
  .tekst_centerleft{
    font-size: 16pt;
  }
}
