/* ********************* TOPSLIDESHOW ********************** */
.topslide-container
{
height: 70vh;
}

.topslider-height
{
  height: 70vh;
}


.embedpicture {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

#topslidehue
{
  background-color: rgba(0, 0, 0, 0.7);
}
/*
.vergrijs
{
  filter: grayscale(100%);
}
*/
.carousel-link
{
  position: absolute;
  top:0;
  height: 100%;
  width: 100%;

}

.carousel-name
{
  font-variant-caps: all-small-caps;
  font-size: 10vw;
  text-shadow: 0px 0px 2px #ccc;
  color:#efefef;
}

.carousel-lead
{
  display: block;
  padding:15px;
  background-color: rgba(255,255,255,0.7);
  color:#000;
  font-size: 18px;
}

.carousel-lead p
{
  margin:0;
}

.carousel-brand-container
{
  display: flex;
  flex-direction: column;
  justify-content:flex-end;
  align-items: center;
  position: absolute;
  top: 0px;
  height: 25vh;
  width: 100%;
}

.carousel-control-prev
{z-index:1000;}

.carousel-control-next
{z-index:1000;}


.carousel-brand
{
  padding:100% 15px 15px 15px;
  text-align: center;
  background-color: #9fc23b;
  /*background-color: rgba(255,255,255,0.6);*/
}

/**** HOME-CHEVRON ***/
#home-chevron {
    color:#fff;
    font-size: 14pt;
    -webkit-animation-name: moveitdown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: moveitdown;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index:3000;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes moveitdown {
  from {top: 0px;opacity:0;}
  to {top: 50px; opacity:1;}
}

/* Standard syntax */
@keyframes moveitdown {
  from {top: 0px;opacity:0;}
  to {top: 50px; opacity:1;}
}
