* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

figure img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* p {
    font-size: 16px;
    line-height: 24px;
    color: #5a2c5b;
    font-family: "Merriweather", serif;
    margin-bottom: 25px;
    font-weight: 100;

} */

body {
    background-color: #5a2c5b;
}

.content {
    background-color: white;
    padding: 20px;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

.switchmenu {
    display: none;
}

.hamburger {
    display: flex;
    top: 20px;
    right: 20px;
    z-index: 20;
    cursor: pointer;
    justify-content: flex-start;
    padding: 10px 25px;

}

.hamburger img {
    width: 50px;
}

.menu_front {
    position: absolute;
    z-index: 100;
    padding: 20px;
    left: -400px;
}

.menu_front li {
    line-height: 45px;
    font-size: 30px;
    font-family: 'n27regular';
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
}

.menu_front li a {
    text-decoration: none;
    color: #faed38;
    display: inline-block; 
    transition: transform 0.3s ease;
}

.menu_front li a:hover, 
.active {
    color: white!important;
    transform: scale(1.1); 
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #5a2c5b;
    padding: 20px;
    list-style: none;
    font-family: 'n27regular';
    text-transform: uppercase;
    font-weight: 100;
}



.menu li {
    line-height: 45px;
    font-size: 30px;
    cursor: pointer;
}

.menu li a {
    text-decoration: none;
    color: #faed38;
    display: inline-block; 
    transition: transform 0.3s ease;
}

.menu li a:hover, 
.active {
    color: white!important;
    transform: scale(1.1); 
}

.fotolinks {
    display: block;
    background-image: url(../img/herma.jpg);
    background-position: center;
    background-size: cover;
    position: anbsolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 300px;
    z-index: 1;
}

.logo {
    display: none;
}

.logo img {
    width: 100%;

}

.intro {
    position: relative;
    width: 100%;
    font-family: 'n27regular';
    font-size: 20px;
    line-height: 25px!important;
    color: #a389a0;
    font-weight: 100!important;
    line-height: 30px;
    padding: 15px 30px 0px 30px;

}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Zorgt ervoor dat items naar de volgende regel gaan als er geen ruimte meer is */
    padding: 15px;
    width: 100%;
    justify-content: flex-start; /* Optioneel, zorgt ervoor dat items links uitgelijnd zijn */
}

.gallery-item {
    width: calc(50% - 30px); /* Aanpassing voor padding: 15px aan elke kant */
    display: block;
    margin: 15px; /* Zorgt voor ruimte tussen de items */
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;

}

.gallery-item .caption {
    font-family: 'n27regular';
    color: white;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}

.gallery-item .title {
    font-family: 'n27regular';
    color:#faed38;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.video-container {
    width: 100%;
    height: auto;
    border: 0;
    margin: 15px;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container .caption {
    font-family: 'n27regular';
    color: white;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}

.video-container .title {
    font-family: 'n27regular';
    color:#faed38;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.subtitle_mobile {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.akte_mobile,
.hekje_mobile {
    font-family: 'n27regular';
    color:#faed38;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 10;
}


/* Swiper container */

.swiper-container {
    position: relative;
    height: 400px;

}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.curtain_left, .curtain_right {
    position: absolute;
    width: 350px;
    height: 1200px;
    background-color: #5a2c5b;
    z-index: 1;
    border: none;
    padding: 0;
    margin: 0;
}

.curtain_left {
    transform: rotate(8deg) translateX(-80px) translateY(-60px);
    top: 0;
    left: 0;
    bottom: 0;
}

.curtain_right {
    transform: rotate(-8deg) translateX(80px) translateY(-60px);
    top: 0;
    right: 0;
    bottom: 0;
}

.start_button_mobile {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: 2;
    font-family: 'n27regular';
    background-color: white;
    text-align: center;
    display: grid;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mobiel-container {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
}

.mobiel {
    position: relative;
    max-width: 100%;
    text-align: center;
}

.mobiel h1 {
    font-family: 'n27regular';
    font-size: 110px;
    line-height: 111px;
    color: #faed38;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    margin: 0;

}

.vijf-mobile {
    font-family: 'n27regular';
    font-size: 300px;
    line-height: 201px;
    color: #faed38;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    margin: 0;

}

.jr-mobile {
    font-family: 'n27regular';
    font-size: 130px;
    line-height: 201px;
    color: #faed38;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    margin: 0;

}

.mirror {
    display: inline-block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


@media screen and (min-width: 767px) {

    .mobile {
        display: none;
    }

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

figure img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}



#doekwrapper {
    resize: both;
    padding: 0px;
    overflow: hidden; /* Overweeg om dit te veranderen als je wilt dat #doekwrapper zelf ook scrollbaar is */
    height: 100vh; /* Dit beperkt de hoogte, wat goed is */
    position: relative;
    background-color: #5a2c5b;
}

.scroller {
    overflow-y: scroll; /* Zorgt ervoor dat de verticale scrollbar altijd zichtbaar is */
    height: 600px; /* Voorbeeld van een expliciete hoogte */
}

/* Algemene stijl voor alle scrollbars in WebKit-gebaseerde browsers */
::-webkit-scrollbar {
    width: 10px; /* Breedte van de scrollbar */
}

::-webkit-scrollbar-track {
    background: #f6fe0e; /* Achtergrondkleur van de track */
}

::-webkit-scrollbar-thumb {
    background: #5a2c5b; /* Achtergrondkleur van de thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #5a2c5b; /* Achtergrondkleur van de thumb bij hover */
}

.video-container {
    position: relative;
    width: 320px;
    height: 230px;
    border: 0;
    margin-right: 15px;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


#doek {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: hidden; /* Of een andere waarde, afhankelijk van je behoefte */
    overflow-x: hidden;
    width: 1250px;
    height: 800px;
    margin: 0;
    border: none; /* Zorgt ervoor dat er geen border is */
    padding: 0;
    box-shadow: none; /* Verwijdert box-shadow indien eerder toegepast *//
}

/* .hoofdbeeld {
    background-image: url('../img/cover.jpg');
    background-position: center;
} */

.swiper-container {
    position: absolute;
    width: 1200px;
    height: 800px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.white {
    background-color: white;
}

.fotolinks {
    background-image: url(../img/herma.jpg);
    background-position: center;
    background-size: cover;
    position: anbsolute;
    left: 0;
    width: 600px;
    height: 800px;
    z-index: 1;
}

.mirror {
    display: inline-block;
    transform: scaleX(-1);
  }

.curtain_left, .curtain_right {
    position: absolute;
    width: 730px;
    height: 1200px;
    background-color: #5a2c5b;
    z-index: 1;
    border: none;
    padding: 0;
    margin: 0;
}

.curtain_left {
    transform: rotate(8deg) translateX(-80px) translateY(-60px);
    top: 0;
    left: 0;
    bottom: 0;
}

.curtain_right {
    transform: rotate(-8deg) translateX(80px) translateY(-60px);
    top: 0;
    right: 0;
    bottom: 0;
}

.schuinmenubalk {
    position: absolute;
    width: 1300px;
    height: 100px;
    background-color: #5a2c5b;
    z-index: 2;
    top: 0;
    left: 0;
    box-shadow: 0;
    border: 0;
    transform: rotate(-2deg) translateX(-30px) translateY(-30px);

}

.content {
    position: absolute ;
    padding-right: 50px;
    top: 100px;
    width: 600px;
    left: 650px;
    z-index: 2;
    height: 100%;
    padding-bottom: 120px;
}

.paars {
    background-color: #5a2c5b;
}

.intro {
    position: absolute ;
    padding-right: 5px;
    top: 100px;
    /* left: 30px; */
    width: 900px;
    font-family: 'n27regular';
    font-size: 30px;
    line-height: 35px!important;
    color: #a389a0;
    font-weight: 100!important;
    line-height: 30px;

}

.logo {
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 2;
    width: 170px;
    opacity: 0;
}

.logo img {
    width: 100%;

}

.menu {
    display: block;
    position: absolute;
    z-index: 15;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    list-style: none;
    font-family: 'n27regular';
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    background-color: transparent;
}

.menu li {
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.menu li a {
    text-decoration: none;
    color: #faed38;
    display: inline-block; 
    transition: transform 0.3s ease;
}

.menu li a:hover, 
.active {
    color: white!important;
    transform: scale(1.1); 
}

.flexmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexmenu li {
    margin: 0 10px;
}

.akte {
    position: absolute;
    top: 10px;
    right: -500px;
    transform: translateX(-10px);
    color: #faed38;
    font-size: 50px;
    z-index: 3;
    text-transform: uppercase;
    font-family: 'n27regular';
    z-index: 10;
}

.hekje {
    position: absolute;
    top: 55px;
    right: -5px;
    color: #fff;
    font-size: 100px;
    z-index: 3;
    text-transform: uppercase;
    font-family: 'n27regular';
    z-index: 10;
}

.gallery {
    display: flex;
    flex-direction: row;
    position: relative;
    top: 320px;
    /* left: 30px; */
    width: 2000px;
}


.gallery-item {
    margin-right: 10px;
    width: 180px;
    display: block;
}

.gallery-item a img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item a img:hover {
    transform: scale(1.06);
    cursor: pointer;
}

.gallery-item .title {
    font-family: 'n27regular';
    color:#faed38;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery-item .caption {
    font-family: 'n27regular';
    color: white;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}

.video-container .caption {
    font-family: 'n27regular';
    color: white;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}

.video-container .title {
    font-family: 'n27regular';
    color:#faed38;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.titel {
    position: absolute;
    font-family: 'n27regular';
    top: 110px;
    left: 20px;
    color: white;
    z-index: 2;
    font-weight: 100;
    font-size: 190px;
    text-transform: uppercase;
    color: #ffed00;
    padding: 0;
    margin: 0;
}

.vijf, .jaar {
    position: absolute;

    color: white;
    z-index: 2;
    font-family: 'n27regular';
    font-weight: 100;
    font-size: 420px;
    text-transform: uppercase;
    color: #ffed00;
}

.vijf {
    top: 300px;
    left: 35px;
}

.jaar {
    top: 300px;
    right: 35px;
}

.start_button {
    position: absolute;
    top: 320px;
    left: 530px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: 200;
    font-family: 'n27regular';
    background-color: white;
    text-align: center;
    display: grid;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    transform: none;
    justify-content: center;
}

.start_button:hover {
    background-color: #000;
    color: white;
}   

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.desktop {
    display: flex;
}



}
