/**
 * T.b.v. de Owl carousel.
 */

 /*
.owl-carousel {
    display: none;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-loaded {
    display: block;
}
*/
/* Onderstaande 3 styles ter voorkoming van lay-out shift 
.owl-carousel {
    display: block;
}*/

.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}
/**/
.owl-carousel img {
    width: 100%;
}

/*
.owl-container-uitgaven .owl-item {
	background-color: #fbf8ed !important;
	height: 290px;
}*/
.owl-container-auteurs p {
    margin:0; 
    padding:0;
}
.owl-container-auteurs, .owl-container-uitgaven {
    max-width: 1100px; /* De breedte van de carousels */
}
.owl-container-auteurs {
    /*margin: 8px 0 0;*/
    margin: 65px 0 0;
}
.owl-container-uitgaven {
    margin: 20px 0 0;
}
/* De kopjes boven de carousels */
.auteurs, .uitgaven {
    font-size: 18px;
    margin-bottom: 5px;
    color:gray;
}


.owl-container-auteurs .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 18%;
    left: -50px;
    /*margin-left: -50px;
    display: block !important;*/
    display: none;
    border: 0px solid black;
}
.owl-container-auteurs .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 18%;
    right: -50px;
    /*display: block !important;*/
    display: none;
    border: 0px solid black;
}
.owl-container-uitgaven .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 14%;
    left: -50px;
    /*margin-left: -50px;
    display: block !important;*/
    display: none;
    border: 0px solid black;
}
.owl-container-uitgaven .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 14%;
    right: -50px;
    /*display: block !important;*/
    display: none;
    border: 0px solid black;
}
.owl-prev i, .owl-next i {
    transform : scale(1,6); 
    color: #ccc;
}
.nav {
    width: 20px;
}


/*
.owl-carousel .owl-controls{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}
.owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}
.owl-carousel .prev-slide{
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}
.owl-carousel .next-slide{
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}
.owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
  background-position: -24px -53px;
}   
*/


p .caption {
    font-size: 0.9rem;
    font-weight: 800;
    margin: 20px;
    padding: 0;
}
.description {
    font-size: 0.85rem;
    font-weight: 100;
    line-height: 1.2rem;
}
button:hover {
    background: none !important;
}
@media (max-width: 921px) {
    .owl-container-auteurs, .owl-container-uitgaven {
        margin-left: 50px;
    }
}
