/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2025 | 14:32:03 */
[data-id-html] {
    display: none;
}
.outer-gallery * {
    box-sizing: border-box;
}
.outer-gallery {
  _max-width:1200px;
width:100%;
   overflow: hidden;
     position: relative;
}
.html-gallery-wrap {
     max-width:1800px;
     position: relative;
     overflow: visible;
        margin:0px auto 50px auto;
}
.galleryHTML,.measure {
  display:flex; 
}
.c-arrow {
   position: absolute;
   top:50%;
   transform: translateY(-50%);
   width:30px;
   height:30px;
   background-color: #000;
   border-radius:7px;
   background-image: url('https://www.wirfindendeingold.de/wp-content/uploads/2025/11/arrow-r.png');
   background-repeat:no-repeat;
   background-size:20px 20px;
   background-position: center;
   cursor: pointer;
   border:1px solid #aaa;
}
.c-next {
    right: 5px;
}
.c-prev {
    left:5px; 
    transform: rotate(180deg) translateY(50%);
}
.html-wrap {
     position: relative;      
}

.outer-gallery video {
    width:100%;
        position: relative;
        aspect-ratio: 16/9;
    height:auto;
    margin-top:0px;
}
.html-inside {
    display: flex;
        flex-direction: column;
}
#b-wrap {
    position: absolute;
    width: 100%;
    left:50%;
    transform: translateX(-50%) ;
    display: flex;
        align-content: center;
    flex-wrap: wrap;
    row-gap:3px;
     column-gap:10px;
        justify-content: center;
}

.g-bullets {
    width:13px;
    height:13px;
    background: #333;
    border-radius: 50%;
    border:1px solid #666;
    margin-top:5px;
}
.act-bullet {
    background: #d8bf84;
}
.ishtml {
display:none !important;    
}
.html-inside video {
z-index: 100000;    
pointer-events: auto !important;    
}