
/*** T3SB identifier: videoRatioCss-58290 */

.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%);}
		


/*** T3SB identifier: t3sbsCSSassets_37826 */

/* t3sbs_assets_37826 */
<style>

/* =========================================================

   GRUNDLAYOUT

========================================================= */

.turisede-gallery {

    width: 100%;

    padding: 30px 15px;

    box-sizing: border-box;

}

.turisede-gallery *,

.turisede-gallery *::before,

.turisede-gallery *::after,

.turisede-lightbox *,

.turisede-lightbox *::before,

.turisede-lightbox *::after {

    box-sizing: border-box;

}

/* =========================================================

   KORK-PINNWAND

========================================================= */

.turisede-gallery-board {

    position: relative;

    width: min(1500px, 100%);

    min-height: 1050px;

    margin: 0 auto;

    padding: 55px;

    overflow: hidden;

    border: 16px solid #6d4025;

    border-radius: 10px;

    background:

        radial-gradient(

            circle at 20% 30%,

            rgba(255,255,255,0.12) 0 2px,

            transparent 3px

        ),

        radial-gradient(

            circle at 70% 60%,

            rgba(80,45,20,0.10) 0 2px,

            transparent 3px

        ),

        radial-gradient(

            circle at 40% 80%,

            rgba(255,255,255,0.08) 0 1px,

            transparent 2px

        ),

        #b97842;

    background-size:

        28px 28px,

        35px 35px,

        19px 19px;

    box-shadow:

        inset 0 0 35px rgba(50,25,8,0.35),

        0 15px 35px rgba(0,0,0,0.2);

}

.turisede-gallery-board::before {

    content: "";

    position: absolute;

    inset: -12px;

    pointer-events: none;

    background:

        repeating-linear-gradient(

            90deg,

            rgba(255,255,255,0.05) 0,

            rgba(255,255,255,0.05) 3px,

            rgba(0,0,0,0.04) 4px,

            rgba(0,0,0,0.04) 8px

        );

}

/* =========================================================

   FOTOS

========================================================= */

.turisede-photo {

    position: absolute;

    padding: 9px 9px 28px;

    border: none;

    background: #fffdf6;

    cursor: pointer;

    box-shadow:

        0 7px 14px rgba(60,30,10,0.28);

    transform-origin: center;

    transition:

        transform 0.22s ease,

        box-shadow 0.22s ease;

}

.turisede-photo img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    pointer-events: none;

}

@media (hover: hover) {

    .turisede-photo:hover {

        z-index: 50;

        transform:

            rotate(0deg)

            scale(1.08) !important;

        box-shadow:

            0 18px 32px rgba(40,20,8,0.42);

    }

}

/* =========================================================

   PIN

========================================================= */

.turisede-pin {

    position: absolute;

    z-index: 5;

    top: -9px;

    left: 50%;

    width: 18px;

    height: 18px;

    transform: translateX(-50%);

    border-radius: 50%;

    background:

        radial-gradient(

            circle at 35% 30%,

            #ffb6a8 0 15%,

            #d83b31 35%,

            #8f1713 100%

        );

    box-shadow:

        0 3px 4px rgba(0,0,0,0.35);

}

.turisede-pin::after {

    content: "";

    position: absolute;

    width: 5px;

    height: 10px;

    left: 8px;

    top: 13px;

    background: rgba(50,20,10,0.35);

    transform: rotate(20deg);

    filter: blur(1px);

}

/* =========================================================

   FOTO-POSITIONEN

========================================================= */

.photo-1 {

    width: 230px;

    height: 210px;

    left: 4%;

    top: 6%;

    transform: rotate(-6deg);

}

.photo-2 {

    width: 260px;

    height: 205px;

    left: 25%;

    top: 3%;

    transform: rotate(4deg);

}

.photo-3 {

    width: 210px;

    height: 245px;

    left: 48%;

    top: 7%;

    transform: rotate(-3deg);

}

.photo-4 {

    width: 270px;

    height: 205px;

    right: 4%;

    top: 4%;

    transform: rotate(6deg);

}

.photo-5 {

    width: 255px;

    height: 220px;

    left: 8%;

    top: 29%;

    transform: rotate(5deg);

}

.photo-6 {

    width: 210px;

    height: 220px;

    left: 31%;

    top: 25%;

    transform: rotate(-7deg);

}

.photo-7 {

    width: 280px;

    height: 215px;

    left: 50%;

    top: 29%;

    transform: rotate(3deg);

}

.photo-8 {

    width: 220px;

    height: 255px;

    right: 3%;

    top: 26%;

    transform: rotate(-5deg);

}

.photo-9 {

    width: 260px;

    height: 205px;

    left: 3%;

    top: 54%;

    transform: rotate(-4deg);

}

.photo-10 {

    width: 220px;

    height: 250px;

    left: 26%;

    top: 50%;

    transform: rotate(5deg);

}

.photo-11 {

    width: 265px;

    height: 215px;

    left: 47%;

    top: 53%;

    transform: rotate(-6deg);

}

.photo-12 {

    width: 250px;

    height: 210px;

    right: 3%;

    top: 55%;

    transform: rotate(5deg);

}

.photo-13 {

    width: 220px;

    height: 220px;

    left: 8%;

    bottom: 4%;

    transform: rotate(7deg);

}

.photo-14 {

    width: 250px;

    height: 205px;

    left: 30%;

    bottom: 5%;

    transform: rotate(-3deg);

}

.photo-15 {

    width: 220px;

    height: 225px;

    left: 53%;

    bottom: 3%;

    transform: rotate(6deg);

}

.photo-16 {

    width: 245px;

    height: 210px;

    right: 3%;

    bottom: 4%;

    transform: rotate(-5deg);

}

/* =========================================================

   LIGHTBOX

========================================================= */

.turisede-lightbox {

    position: fixed;

    inset: 0;

    z-index: 999999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition:

        opacity 0.25s ease,

        visibility 0.25s ease;

}

.turisede-lightbox.is-open {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

}

.turisede-lightbox-backdrop {

    position: absolute;

    inset: 0;

    background:

        rgba(11,8,6,0.93);

    backdrop-filter: blur(8px);

}

.turisede-lightbox-inner {

    position: relative;

    z-index: 2;

    width: min(1250px, 96vw);

    display: flex;

    flex-direction: column;

    align-items: center;

}

/* =========================================================

   TOPBAR

========================================================= */

.turisede-lightbox-topbar {

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 12px;

}

.turisede-lightbox-counter {

    color: white;

    font-family: Arial, sans-serif;

    font-size: 16px;

    padding: 8px 14px;

    border-radius: 999px;

    background:

        rgba(255,255,255,0.12);

}

.turisede-lightbox-close {

    width: 48px;

    height: 48px;

    border: none;

    border-radius: 50%;

    background: rgba(255,255,255,0.94);

    color: #332218;

    font-size: 34px;

    line-height: 1;

    cursor: pointer;

    transition:

        transform 0.2s ease,

        background 0.2s ease;

}

.turisede-lightbox-close:hover {

    transform: rotate(7deg) scale(1.08);

    background: #f0d4b0;

}

/* =========================================================

   HAUPTBILD

========================================================= */

.turisede-lightbox-stage {

    width: 100%;

    display: grid;

    grid-template-columns:

        70px minmax(0, 1fr) 70px;

    align-items: center;

    gap: 18px;

}

.turisede-main-image-wrap {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: min(72vh, 760px);

    min-height: 350px;

    padding: 14px;

    background: #fdfbf6;

    border-radius: 4px;

    box-shadow:

        0 25px 70px rgba(0,0,0,0.55);

    touch-action: pan-y;

}

.turisede-main-image {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: contain;

    background: #181411;

    user-select: none;

    -webkit-user-drag: none;

}

/* =========================================================

   PFEILE

========================================================= */

.turisede-nav {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    border: none;

    border-radius: 50%;

    background: rgba(255,255,255,0.94);

    color: #412817;

    font-size: 48px;

    line-height: 1;

    cursor: pointer;

    box-shadow:

        0 6px 18px rgba(0,0,0,0.25);

    transition:

        transform 0.18s ease,

        background 0.18s ease;

}

.turisede-nav:hover {

    transform: scale(1.1);

    background: #f0d4b0;

}

/* =========================================================

   THUMBNAILS

========================================================= */

.turisede-thumbnails-wrap {

    width: min(1000px, 90vw);

    margin-top: 20px;

    overflow-x: auto;

    overflow-y: hidden;

    scrollbar-width: thin;

    scroll-behavior: smooth;

    padding: 6px 4px 10px;

}

.turisede-thumbnails {

    display: flex;

    gap: 10px;

    width: max-content;

    margin: 0 auto;

}

.turisede-thumbnail {

    position: relative;

    width: 90px;

    height: 68px;

    flex: 0 0 auto;

    padding: 3px;

    border: 3px solid transparent;

    border-radius: 5px;

    background: #fff;

    cursor: pointer;

    opacity: 0.55;

    transform: scale(0.96);

    transition:

        opacity 0.2s ease,

        border-color 0.2s ease,

        transform 0.2s ease;

}

.turisede-thumbnail:hover {

    opacity: 0.9;

    transform: scale(1);

}

.turisede-thumbnail.is-active {

    opacity: 1;

    transform: scale(1.05);

    border-color: white;

    box-shadow:

        0 4px 14px rgba(0,0,0,0.35);

}

.turisede-thumbnail img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    pointer-events: none;

}

/* =========================================================

   BODY SCROLL LOCK

========================================================= */

body.turisede-gallery-open {

    overflow: hidden;

}

/* =========================================================

   TABLET / MOBILE

========================================================= */

@media (max-width: 900px) {

    .turisede-gallery {

        padding: 20px 10px;

    }

    .turisede-gallery-board {

        min-height: auto;

        padding: 35px 22px;

        display: grid;

        grid-template-columns:

            repeat(2, minmax(0, 1fr));

        gap: 25px 15px;

        border-width: 10px;

    }

    .turisede-photo {

        position: relative !important;

        inset: auto !important;

        width: 100% !important;

        height: 190px !important;

    }

    .turisede-photo:nth-child(odd) {

        transform: rotate(-2deg);

    }

    .turisede-photo:nth-child(even) {

        transform: rotate(2deg);

    }

    .turisede-lightbox {

        padding: 12px;

    }

    .turisede-lightbox-stage {

        position: relative;

        display: block;

    }

    .turisede-main-image-wrap {

        height: 68vh;

        min-height: 300px;

        padding: 8px;

    }

    .turisede-nav {

        position: absolute;

        z-index: 10;

        top: 50%;

        transform: translateY(-50%);

        width: 48px;

        height: 48px;

        font-size: 38px;

        background:

            rgba(255,255,255,0.88);

    }

    .turisede-nav:hover {

        transform:

            translateY(-50%)

            scale(1.05);

    }

    .turisede-nav-prev {

        left: 10px;

    }

    .turisede-nav-next {

        right: 10px;

    }

    .turisede-thumbnails-wrap {

        width: 100%;

    }

    .turisede-thumbnail {

        width: 75px;

        height: 56px;

    }

}

/* =========================================================

   KLEINE SMARTPHONES

========================================================= */

@media (max-width: 540px) {

    .turisede-gallery-board {
        grid-template-columns: 1fr;
    }


    /* =====================================================
       AUF MOBILE NUR 5 AUSGEWÄHLTE BILDER ZEIGEN
    ===================================================== */

    .turisede-photo {
        display: none !important;
    }


    /*
       Sichtbar bleiben:

       photo-3  = IMG_3935.JPG
       photo-4  = photo_2025-10-14_18-10-21.jpg
       photo-11 = Hexenkueche_Hoellowum_2024__19_.jpg
       photo-5  = Fackelbau_Hoellowum_2024__12_.jpg
       photo-8  = photo_2025-10-09_18-16-34.jpg
    */

    .turisede-photo.photo-3,
    .turisede-photo.photo-4,
    .turisede-photo.photo-5,
    .turisede-photo.photo-8,
    .turisede-photo.photo-11 {
        display: block !important;

        position: relative !important;

        inset: auto !important;

        width: 100% !important;
        height: 260px !important;
    }


    /* leicht versetzt für echten Pinnwand-Look */

    .turisede-photo.photo-3 {
        transform: rotate(-2deg) !important;
    }

    .turisede-photo.photo-4 {
        transform: rotate(2deg) !important;
    }

    .turisede-photo.photo-5 {
        transform: rotate(-1.5deg) !important;
    }

    .turisede-photo.photo-8 {
        transform: rotate(2.5deg) !important;
    }

    .turisede-photo.photo-11 {
        transform: rotate(-2deg) !important;
    }


    .turisede-lightbox-counter {
        font-size: 14px;
    }


    .turisede-lightbox-close {
        width: 44px;
        height: 44px;

        font-size: 31px;
    }


    .turisede-main-image-wrap {
        height: 60vh;

        min-height: 260px;
    }


    .turisede-thumbnail {
        width: 68px;
        height: 52px;
    }

}

</style>
	

