/*
* after: https://codepen.io/jimahyland/pen/GZGrEa
*/
/* 
    Created on : Apr 21, 2018, 10:55:36 AM
    Author     : gertov
*/
#lightbox {
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 999;
}
#lightbox .lb-slider {
  width: 100%;
  height: 100%;
}
#lightbox .lb-slider .lb-slide {
  width: 100%;
  height: 100%;
}
#lightbox .lb-slider .lb-slide .frame {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
#lightbox .lb-slider .lb-slide .frame .valign {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
#lightbox .lb-slider .lb-slide .frame .valign img {
  max-width: 100%;
  height: auto;
}
#lightbox .exit {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  cursor: pointer;
}
#lightbox .prev, #lightbox .next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  cursor: pointer;
}
#lightbox .prev {
  left: 20px;
}
#lightbox .next {
  right: 20px;
}


/* 
* lightbox buttons like footer .back-to-top
*/
.lb-button {
    background-color: #0A2463;
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -70px;
    width: 48px;
}
.lb-button:hover
{
    background-color: #027BC0;
    color: #0A2463;
}

#attention-box{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    display: block;
    height: 170px;
    padding-left: 170px;
    padding-top: 25px;
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

#attention-box h4 {
    color: #FFFFFF;
}

#attention-box h4 span {
    font-weight: 800;
}


/* flickety viewport hoogte zelf zetten*/
.carousel--hero-article .flickity-viewport{
height: 670px;
}

@media (max-width: 991.98px) {
.carousel--hero-article .flickity-viewport{
height: 500px;
}
}

  @media (max-width: 767.98px) {
.carousel--hero-article .flickity-viewport{
height: 380px;
}

}
