.ll-carousel {
  margin-bottom: 16px;
  z-index: 0;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0rem 0rem 0.5rem;
}
.ll-carousel.fullscreen {
  margin-bottom: 0px;
  z-index: 0;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* .owl-carousel {
   margin-bottom: 0.5rem;
}

.ll-carousel .owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.ll-carousel .owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
.ll-carousel .owl-theme { position: relative; }
.ll-carousel .owl-theme .owl-next, .ll-carousel .owl-theme .owl-prev { opacity: 0.5; border:1px solid #007bff !important; background:#e7f3f8 !important; color:#007bff !important; padding: 0; width: 30px; line-height:40px; height: 30px; margin-top: -20px; position: absolute; text-align:center; top: 50%; border-radius: 100%; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; }
.ll-carousel .owl-theme .owl-next:hover, .ll-carousel .owl-theme .owl-prev:hover { background:#007bff !important; color: white!important;  box-shadow: 0 1rem 2rem rgb(0 0 0 / 35%) !important; }
.ll-carousel .owl-theme .owl-prev { left: 10px; }
.ll-carousel .owl-theme .owl-next { right: 10px; }

 */
 
 .swiper-button-expand {
    position: fixed;
    left: auto;
    right: 1vw;
    top: 1vh;
    z-index: 11;
    color: lightgray;
}
.ll-carousel-expand:hover {
  /* background:#007bff !important; color: white!important;
  box-shadow: 0 1rem 2rem rgb(0 0 0 / 35%) !important;*/
}

.ll-carousel .swiper-slide img:hover {
  cursor: pointer;
}

.ll-carousel .swiper-slide .descr {
 position: absolute;
 left: 0;
 bottom: 0;
 right: 0;
 padding: 8px;
 text-align: center;
 background: rgba(255,255,255,0.7);
}
.ll-carousel .swiper-slide .swiper-slide:hover .descr {
 /* display: none; */
}

.ll-carousel .ll-carousel-main .owl-stage {
  
}

.ll-carousel .swiper-slide {
   text-align: center;

   display: flex;
   align-items: center;
   justify-content: center;
}

.ll-carousel .swiper-slide img {
   object-fit: contain;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
   display:inline-block;
}

.ll-carousel-main .swiper-slide {
   height: 20rem;
}
.ll-carousel-thumbs .swiper-slide {
   height: 2rem !important;      
}
.ll-carousel-thumbs .swiper-slide img {
   object-fit: contain;
   max-width: 100%;
}

.ll-carousel-main .swiper-slide .imgnr,
.ll-carousel-main .swiper-slide .imgid
{
 position: absolute;
 top: 1em;
 padding: 2px;
 text-align: center;
 font-size: 70%;
 font-weight: bold;
 color: gray;
 background: rgba(255,255,255,0.7);
 border-radius: 5px;
 display: none;
}
.ll-carousel-main .swiper-slide:hover .imgnr,
.ll-carousel-main .swiper-slide:hover .imgid
{
 display: inline;
}

.ll-carousel-main .swiper-slide .imgnr {
 left: 10px;
 top: 90%;
}
.ll-carousel-main .swiper-slide .imgid {
 left: 10px;
 right: auto;
}
 
.swiper-button-prev,
.swiper-button-next,
.swiper-button-expand {
     color: lightgray;
     --swiper-navigation-size: 2rem;
 }
 
 /*  swiper fullscreen switches */
 
.ll-carousel.fullscreen {
  margin-bottom: 0px;
  padding: 0px;
}
.ll-carousel.swiper-fullscreen {
    width: 100vw;
    height: 100vh;
    z-index: 10 !important;
    position: fixed;
    top: 0;
    left: 0;
}
.ll-carousel.swiper-fullscreen .ll-carousel-main .swiper-slide {
    height: 100%;
}
.ll-carousel.swiper-fullscreen .ll-carousel-thumbs .swiper-slide {
    height: 100%;
}
.ll-carousel.swiper-fullscreen .swiper {
    max-width: 100vh;
    max-height: 100vh;
}

/*  close button voor plaatjes rechts van plaatje of helemaal rechtsbovenin. */
.ll-carousel.swiper-fullscreen .swiper-button-expand {
    position: fixed;
}
.ll-carousel .swiper-button-expand {
    position: absolute;
}

