        /* General ------------------------------------------------------------------ */
        :root {
            --Fliesstext: #888181;
            --Logo: #731111;
            --Logo2: #a99f96;
            --FLText: #807a7a;
            --white: #ffffff;
            --HLFontFam: "Creepster", system-ui;
            --HL2FontFam: "AlbertusMedium";
            --FLTextFam: "Quicksand", sans-serif;

            /*  
            "Bangers", system-ui;
            "Bodoni Moda", serif;
            "Gruppo", sans-serif;
            "AlbertusMedium";
            "Alegreya Sans SC", sans-serif;
            "Quicksand", sans-serif;*/
            /* font-family: "Alegreya Sans SC", sans-serif; */
        }



        p {
            font-family: var(--FLTextFam);
            font-size: 1.3rem;
            line-height: 1.3;
            font-weight: 500;
            color: var(--FLText);
            -webkit-text-size-adjust: none;
            /* color: rgb(208, 208, 208); */
        }


        @font-face {
            font-family: "AlbertusMedium";
            src: url("fonts/AlbertusMedium.ttf");
            font-weight: normal;
            font-style: normal;
        }

        html {
            overflow-x: hidden;
            height: auto;
        }

        body {
            background-color: rgb(0, 0, 0);
            margin: 0;
            padding: 0;
            display: inline;
            box-sizing: border-box;
            width: 100%;
            overflow-x: hidden;
            height: auto;
        }
/*         html, body {
            overflow: hidden;
            height: 100%;
        } */

        .site {
            overflow-x: hidden;
            /* Unnecessary IMHO, uncomment next line to force hidden behavior */
            /* overflow-x: hidden !important; */
            /* Additional tunning proposed by the community */
            position: relative;
            width: 100%;
        }

        .h1Page {
            font-weight: 900;
            font-style: normal;
            position: relative;
            font-family: var(--HLFontFam);
            font-size: clamp(20px, 15vw, 100px);
            white-space: nowrap;
            line-height: .9;
            text-align: left !important;
            font-weight: 100;
            color: var(--Logo);
        }

        .welcome_text {
            font-weight: 900;
            font-style: normal;
            position: relative;
            margin: auto;
            margin-top: 80px;
            font-family: var(--HLFontFam);
            -webkit-text-stroke-width: .05em;
            -webkit-text-stroke-color: var(--Logo2);
            text-shadow: 4px 4px 22px rgba(0, 0, 0, 0.452);
            font-size: clamp(20px, 8vw, 60px);
            white-space: nowrap;
            line-height: .9;
            text-align: center !important;
            font-weight: 100;
            color: var(--Logo);
        }

        .welcome_text {
            display: inline-block;
            /* Um sicherzustellen, dass Transformationen angewendet werden können */
            transition: transform 0.2s ease-in-out;
            /* Sanfte Übergänge bei der Transformation */
        }

        .Secndheadline {
            position: relative;
            font-family: var(--HL2FontFam);
            font-weight: 600;
            text-transform: uppercase;
            font-style: normal;
            font-size: clamp(16px, 5vw, 22px);
            line-height: 1.2;
            color: var(--Logo2);
        }

        .Thirdheadline {
            position: relative;
            font-family: var(--HL2FontFam);
            font-weight: 600;
            font-style: normal;
            font-size: clamp(20px, 4vw, 1.3rem);
            line-height: 1.2;
            color: var(--Logo2);
        }

        .DatenschutzUL {
            margin: 0;
            padding: 0;
            line-height: 1;
        }

        .DatenschutzUL a {
            word-wrap: break-word;
            word-break: break-all;
            display: inline-block;
            text-decoration: none;
            color: white;
        }

        .DatenschutzUL li {
            list-style-type: circle;
            list-style-position: inherit;
            margin-left: 12px;
        }

        .DatenschutzUL p {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .mobile-br {
            display: none;
        }


        .h1Page_Left {
            position: relative;
            font-family: var(--HLFontFam);
            font-weight: 400;
            font-style: normal;
            font-size: clamp(20px, 10vw, 100px);
            margin: auto;
            color: var(--Logo);
            width: 80vw;
            max-width: 800px;
            z-index: 2;
        }

        .h1Page_Leftklein {
            font-family: var(--HLFontFam);
            font-weight: 400;
            font-size: clamp(60px, 8vw, 70px);
            margin: auto;
            text-shadow: 4px 4px 22px rgb(0, 0, 0);
            font-weight: 100;
            color: var(--Logo);
            max-width: 800px;
            z-index: 2;
        }

        .h1Page_LeftkleinTour {
            position: relative;
            font-family: var(--HLFontFam);
            font-weight: 400;
            font-size: clamp(60px, 8vw, 70px);
            text-align: center;
            text-shadow: 4px 4px 22px rgb(0, 0, 0);
            font-weight: 100;
            color: var(--Logo);
            z-index: 2;
        }

        .h1Page_Booking {
            font-family: var(--HLFontFam);
            margin: 0;
            font-size: clamp(60px, 8vw, 70px);
            text-shadow: 4px 4px 22px rgb(0, 0, 0);
            font-weight: 100;
            color: var(--Logo);
            max-width: 800px;
            z-index: 2;
        }

        .content_textFont {
            position: relative;
            font-family: var(--HL2FontFam);
            font-size: clamp(10px, 5vw, 20px);
            white-space: nowrap;
            margin: 10px;
            font-weight: 100;
            color: #6d1818;
            color: #888181;
            max-width: 800px;
            z-index: 2;
        }







        /* Spacer */
        .spacer50 {
            height: 50px;
        }

        .spacer100 {
            height: 100px;
        }

        .spacer200 {
            height: 200px;
        }

        .spacer200rel {
            height: 23vw;
            max-height: 300px;
            /*             border: 1px solid red; */
            z-index: 9999999999;
        }












        /* Header ------------------------------------------------------------------ */
        .header-container {
            position: absolute;
            /* Absolut positioniert */
            top: 40px;
            /* Direkt an den oberen Rand der Seite setzen */
            left: 0;
            z-index: 1;
            /* Z-Index sicherstellen, dass es über anderen Elementen liegt */
            width: 100%;
            height: 935px;
            /* Höhe des Containers anpassen */
            overflow: hidden;
            margin: 0;
            /* Kein zusätzlicher Abstand */
            padding: 0;
            /* Kein zusätzliches Padding */
            overflow-x: hidden !important;
        }

        .Headerbild_img {
            position: absolute;
            top: 40px;
            /* Direkt am oberen Rand des Containers */
            left: 50%;
            transform: translateX(-50%);
            /* Zentriert das Bild horizontal */
            width: 100%;
            /* Volle Breite des Bildes */
            max-width: 1400px;
            /* Maximale Breite des Bildes */
            height: auto;
            /* Höhe beibehalten */
            z-index: 1;
        }

        @media screen and (max-width: 800px) {
            .Headerbild_img {
                width: 115%;
                /* Volle Breite des Bildes */
            }
        }

        /* Container für Partikel */
        .particle {
            position: absolute;
            top: 0;
            left: 0;
            width: 2000px;
            /* Testweise eine feste Größe einstellen */
            height: 2000px;
            /* Testweise eine feste Größe einstellen */
            background-size: contain;
            /* Passt das Hintergrundbild an */
            background-repeat: no-repeat;
            opacity: 0;
            z-index: 2;
            /*     filter: invert(1); */
        }

        /* Keyframe-Animation für das Flackern */
        @keyframes flicker {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }

        /* Partikel flackern */
        .flicker-effect {
            animation: flicker 0.5s infinite;
            /* Flackern alle 0.5 Sekunden */
        }



        .marquee {
            width: 100%;
            /* Nimmt die gesamte Breite des Bildschirms ein */
            height: 25px;
            /* Höhe des Laufbandes */
            overflow: hidden;
            /* Verhindert, dass der Text außerhalb des Containers sichtbar wird */
            position: fixed;
            top: 75px;
            z-index: 4;
            background-color: rgba(17, 18, 18, 0.91);
            /* background-color: var(--Logo); */
            /* Optional: Hintergrundfarbe des Laufbandes */
            box-shadow: 0px 10px 20px rgba(0, 0, 0, .6);
        }

        .marquee-text {
            display: inline-block;
            white-space: nowrap;
            font-family: var(--HL2FontFam);
            /* Verhindert Zeilenumbruch */
            padding-left: 100%;
            /* Startet außerhalb des Sichtfeldes */
            font-weight: 600;
            text-transform: uppercase;
            font-size: 1.1rem;
            /* Größe des Textes */
            color: #a99588;
            /* color: var(--Logo2); */
            /* Farbe des Textes */
            animation: marquee 15s linear infinite;
            /* Animiert den Text mit einer Endlosschleife */
        }

        @keyframes marquee {
            0% {
                transform: translateX(10%);
                transform: translateY(4px);
                /* Startet rechts außerhalb des Bildschirms */
            }

            100% {
                transform: translateX(-100%);
                /* Läuft nach links und verschwindet */
            }
        }







        /* Parallax Image ------------------------------------------------------- */
        .parallaxContainer {
            overflow-x: hidden;
        }

        #hero,
        .layer {
            position: relative;
            min-height: 700px;
        }

        #hero {
            height: 100vh;
            overflow: hidden;
            position: relative;
            max-width: 1920px;
            margin: auto;
        }

        .layer {
            background-position: bottom center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            height: 100vh;
            position: fixed;
            z-index: -11;
        }

        .layer-bg {
            background-image: url('images/Cover_Layer01.jpg');
            /* background gradient */
            background-position: center center;
            z-index: -18;
        }

        .layer-1 {
            background-image: url('images/Cover_Layer02.png');
            /* mountains */
            background-position: center center;
            transform: translateY(-150px);
            z-index: -17;
        }

        .layer-2 {
            background-image: url('images/Cover_Layer03.png');
            /* Trees black */
            height: 100vh;
            background-position: center center;
            background-size: cover;
            background-size: 100%;
            background-size: min(200ch, calc(100vw + 85rem));
            transform: translateY(300px);
            z-index: -16;
        }

        .layer-3 {
            background-image: url('images/Cover_Layer04.png');
            /* Haus */
            height: 100vh;
            background-position: center center;
            background-size: cover;
            background-size: 100%;
            background-size: min(130ch, calc(150vw - 2rem));
            z-index: -15;
        }

        .layer-4 {
            background-image: url('images/Cover_Layer04Light.png');
            /* Haus leuchtet */
            height: 100vh;
            background-position: center center;
            background-size: cover;
            background-size: 100%;
            background-size: min(130ch, calc(150vw - 2rem));
            /* background-size: calc(max(90%, 700px)); */
            /* background-size: min(130ch, calc(150vw - 2rem)); */
            /* background-size: 100vw; */
            /* transform: translateY(-180px); */
            z-index: -14;
            animation: flicker 2s alternate infinite;
        }

        @keyframes flicker {
            0% {
                opacity: 0;
            }

            4% {
                opacity: 0;
            }

            5% {
                opacity: 1;
            }

            6% {
                opacity: 0;
            }

            5% {
                opacity: 0;
            }

            10% {
                opacity: 0;
            }

            11% {
                opacity: .4;
            }

            12% {
                opacity: 0;
            }

            18% {
                opacity: .6;
            }

            19% {
                opacity: 0;
            }

            22% {
                opacity: 0;
            }

            25% {
                opacity: .3;
            }

            28% {
                opacity: 0;
            }

            38% {
                opacity: 0;
            }

            39% {
                opacity: 0;
            }

            40% {
                opacity: 1;
            }

            40% {
                opacity: 0;
            }

            60% {
                opacity: 0;
            }

            62% {
                opacity: .8;
            }

            66% {
                opacity: 0;
            }

            87% {
                opacity: 0;
            }

            88% {
                opacity: 1;
            }

            89% {
                opacity: 0;
            }

            90% {
                opacity: 0;
            }

            91% {
                opacity: 0.4;
            }

            92% {
                opacity: 0;
            }
        }

        .layer-5 {
            background-image: url('images/Cover_Layer05.png');
            /* black frame */
            height: 100vh;
            background-position: top center;
            background-size: cover;
            background-size: 100%;
            background-size: min(100vw, calc(150vw - 2rem));
            z-index: -13;
        }

        /*     .layer-overlay {
                    background-image: url('images/Cover_Layer05.png');
                    background-position: center center;
                } */
        .layer-6 {
            background-image: url('images/Cover_Layer06.png');
            /* people in front */
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: 80px;
            transform: translateY(min(300px, calc(80vw - 10rem)));
            z-index: -11;
        }

        .layer-7 {
            position: absolute;
            background-image: url(images/Logo.png);
            background-size: contain;
            scale: .75;
            width: min(50ch, calc(100vw - 2rem));
            height: auto;
            left: 50%;
            translate: -50% -50%;
            z-index: -12;
        }





        /* gallery */


        section {
            column-width: 300px;
            column-gap: 5px;
            padding: 5px;
            /*             margin: auto;
            margin: 0 40px; */
            box-sizing: border-box;
        }

        section img {
            width: 100%;
            cursor: pointer;
        }

        .lightbox {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            display: none;
            background: #7f8c8d;
            background: #000000;
            perspective: 1000;
        }

        .filter {
            position: absolute;
            width: 100%;
            height: 100%;
            filter: blur(20px);
            opacity: 0.9;
            background-position: center;
            background-size: cover;
        }

        .lightbox img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotateY(0deg);
            max-height: 95vh;
            max-width: calc(95vw - 100px);
            transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
            transform-style: preserve-3d;
        }


        /*.lightbox:hover img{
            transform: translate(-50%, -50%) rotateY(180deg);
          }*/

        [class^="arrow"] {
            height: 200px;
            width: 50px;
            /* background: rgba(0, 0, 0, 0.4); */
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            z-index: 3;
        }

        [class^="arrow"]:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-45deg);
            width: 15px;
            height: 15px;
        }

        .arrowr {
            right: 0;
            z-index: 3;
        }

        .arrowr:after {
            border-right: 1px solid white;
            border-bottom: 1px solid white;
        }

        .arrowl {
            left: 0;
            z-index: 3;
        }

        .arrowl:after {
            border-left: 2px solid white;
            border-top: 2px solid white;
        }

        .closeLB {
            position: absolute;
            right: 20px;
            top: 80px;
            width: 30px;
            height: 30px;
            border-radius: 5px;
            background: rgba(0, 0, 0, 0.4);
            margin: 20px;
            cursor: pointer;
            z-index: 3;
        }

        .closeLB:after,
        .closeLB:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 1px;
            height: 50%;
            background: #ffffff;
        }

        .closeLB:after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }

        .closeLB:before {
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .title {
            font-size: 20px;
            color: #000;
            z-index: 1000;
            position: absolute;
            top: 0;
            left: 0;
        }













        .containerAni {
            width: 100%;
            position: relative;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Stil der Box */
        .box {
            height: max-content;
            transition: all 1s ease;
            opacity: 0;
            transform: translateY(300px);
            /* Startposition der Box außerhalb des Containers */
        }

        /* Startposition außerhalb des Sichtfeldes */
        .loadfade {

            opacity: 0;
            transform: translateY(300px);
            transition: all .5s ease;
        }

        /* Animationsstart beim Laden der Seite */
        .loadfade.loaded {
            opacity: 1;
            transform: translateY(0);
            /* In die normale Position schieben */
        }

        /* Startposition außerhalb des Sichtfeldes */
        .loadfadeVerzoegert {
            opacity: 0;
            transform: translateY(300px);
            transition: all .5s ease;
            /* Übergangsdauer */
        }

        /* Animationsstart mit Verzögerung */
        .loadfadeVerzoegert.loaded {
            opacity: 1;
            transform: translateY(0);
        }

        /* Sichtbar und in die normale Position (translateX(0)) */
        .box.visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* Unsichtbar, bevor sie sichtbar wird */
        .hidden {
            visibility: hidden;
        }

        .visible {
            visibility: visible;
        }


        /* Content 1 ------------------------------------------------------------ */

        .logoBig {
            position: relative;
            width: 60vw;
            max-width: 600px;
            margin: auto;
            text-shadow: 4px 4px 22px rgba(0, 0, 0, 0.437);
        }

        .HomeContent01 {
            position: relative;
            justify-content: center;
            width: 100%;
            z-index: 2;
            display: flex;
        }

        .HomeContent01Inhalt {
            position: relative;
            color: white;
            color: #4a4545;
            color: #a62424;
            width: 80vw;
            max-width: 800px;
            margin-top: -20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .columnArticle {
            columns: 1;
        }





        /* News ------------------------------------------------------------ */
        .NewsContent {
            position: relative;
            margin-left: 40px;
            margin-right: 40px;
            overflow-x: hidden;
        }

        .NewsContentInhalt01 {
            position: relative;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            flex-basis: 50%;
            justify-content: center;
            margin: auto;
            width: 80vw;
            max-width: 800px;
            color: white;
            color: #4a4545;
            color: #888181;
        }

        .NewsKacheln {
            padding: 0px;
            width: min-content;
        }

        .NewsH3 {
            background-color: #4a454571;
            ;
            font-size: 16px;
            color: #afa8a8;
            border-radius: 0px;
            padding: 8px;
            margin: -8px 2px -10px 2px;
        }

        .NewsKachelnP2 {
            font-size: 12px;
        }

        .NewsKacheln a {
            color: #a52b2b;
            cursor: pointer;
        }

        .newsImg {
            margin: auto;
            width: clamp(10vw, 34.5vw, 25vw);
            margin: 2px;
            filter: saturate(.2);
        }







        /* Bands In Town ------------------------------------------------------ */
        /*             .tourbild_frame{
                position: absolute;
                left: 50%;
                transform: translate(-50%, -260px);
                width: 80vw;
                max-width: 800px;
                height: 400px;
                z-index: -1;
            }
            .tour_bild {
                height: 350px;
                width: 600px;
                position: absolute;
                right: 0;
                background-image: url(images/LiveBild02.jpg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: right center;
            } */

        .tourbild_frame {
            position: absolute;
            width: 100vw;
            z-index: -1;
        }

        .tour_bild {
            width: 100vw;
            height: 200px;
            transform: translateY(-135px);
            position: absolute;
            right: 0;
            background-image: url(images/live4.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: left center;
        }



        .tableBody {
            /* background-color: rgb(0, 0, 0); */
            /* overflow: hidden; */
            z-index: 0;
        }

        .bit-html-export {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: auto;
            margin-bottom: 40px;
            overflow: hidden;
            width: clamp(380px, 80vw, 1800px);
            max-width: 800px;
            /*                                 background: #fff;
                                background: #25383875;*/
            /* background: rgba(120, 112, 104, 0.246);  */
            font-family: var(--FLTextFam);
            /* color: var(--Fliesstext); */
            color: white;
            /* color: #4a4545; */
            font-size: 1.3rem;
            font-weight: 400;
            border-radius: 10px;
        }

        .bit-table {
            width: 100%;
            z-index: 2;
        }

        .bit-table td {
            /* padding: 10px 20px; */
            vertical-align: middle;
            z-index: 2;
            padding: 10px 20px;
            font-family: var(--FLTextFam);
            font-size: 1.3rem;
            line-height: 1.3;
            font-weight: 500;
            color: var(--FLText);
        }

        .bit-table a {
            /* color: var(--Fliesstext); */
            font-family: var(--FLTextFam);
            font-size: 1.3rem;
            line-height: 1.3;
            font-weight: 500;
            color: var(--FLText);
            color: white;
            text-decoration: none;
            z-index: 2;
        }

        /* alternate row background color */
        .bit-table tr:nth-of-type(2n) {
            background: #eee;
            background: #0000001f;
            background: #24242431;
            z-index: 2;
        }

        /* separate line between rows */
        .bit-table tr td {
            /* border-bottom: 1px solid #68686831; */
            /* border-right: 1px solid #686868;  */
        }

        .bit-table .bit-cta {
            text-align: center;
            width: 20%;
            z-index: 2;
            font-family: var(--FLTextFam);
            font-size: 1.3rem;
            line-height: 1.3;
            font-weight: 500;
            color: var(--FLText);
        }

        .bands_in_town_widget {
            width: 90vw;
            margin: auto;
            transform: translateY(-60px);
            padding: 0;
            /* max-width: 1200px; */
        }

        .data-font {
            font-size: 3rem;
        }

        /* Beispiel für benutzerdefiniertes CSS für das Bandsintown Widget */

        /* Standard-Schrift für das gesamte Widget */
        .bands_in_town_widget {
            font-family: 'DeineStandardSchriftart', sans-serif;
            /* Standard-Schriftart */
            font-family: var(--FLTextFam);
            font-weight: 200;
            font-size: 1.2rem;
        }

        /* Spezifische Schriftart für die Location */
        .bands_in_town_widget .bit-location .bit-location-text {
            font-family: var(--FLTextFam);
            font-weight: 200;
            font-size: 1.2rem;
            /* Andere Schriftart für die Location */
        }

        /* Du kannst auch andere Teile des Widgets anpassen */
        .bands_in_town_widget .bit-venue {
            font-family: var(--FLTextFam);
            font-weight: 200;
            font-size: 1.2rem;
            /* Andere Schriftart für die Venue */
        }

        /* Optional kannst du die Farben oder Größen auch gezielt anpassen */
        /*         .bands_in_town_widget .bit-location {
            color: var(--Logo2);
            font-family: var(--FLTextFam);
            font-weight: 200;
            font-size: 1.2rem;/* Schriftgröße anpassen */

        /* Spezifische Anpassung für das Datum */
        .bands_in_town_widget .bit-date {
            font-family: var(--FLTextFam);
            /* Schriftart für das Datum */
            font-size: 1.2rem;
            /* Schriftgröße für das Datum */
            color: var(--Logo2);
            /* Optional: Farbe für das Datum */
        }

        /* Falls du das Datum noch genauer ansprechen möchtest */
        .bands_in_town_widget .bit-date .bit-date-text {
            font-family: var(--FLTextFam);
            /* Schriftart für das Datum im Text */
            font-size: 1.2rem;
            /* Schriftgröße für das Datum im Text */
        }












        /* Merchandise ----------------------------------------------------- */
        .walltrees {
            position: absolute;
            translate: -10px -1350px;
            width: 100%;
            overflow-x: hidden;
            z-index: 2;
        }

        .merch_content {
            position: relative;
            margin: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 1;
        }

        .merch_Text a {
            margin: auto;
            display: flex;
            justify-content: center;
            width: min-content;
            justify-content: center;
        }

        .merch_examples {
            position: relative;
            left: 50%;
            top: 0px;
            display: flex;
            justify-content: center;
            align-items: start;
            width: 100vw;
            height: auto;
            transform: translate(-50%, -80px);
        }

        .merch_examples img {
            margin: auto;
            width: auto;
            max-width: 1000px;
            z-index: -1;
            height: auto;
            height: 75vh;
        }

        .content_textbox {
            margin: auto;
            z-index: 1;
        }

        .content_textbox a {
            white-space: nowrap;
            text-decoration: none;
            box-sizing: border-box;
            margin: auto;
            padding: 8px 18px 8px 18px;
            border-radius: 10px;
            color: #a52b2b;
            z-index: 111;
            translate: 0px 0px;
            font-size: clamp(15px, 15vw, 25px);
        }

        .Linkbox {
            background-color: rgb(147, 142, 142);
            z-index: 999999;
        }

        .Linkbox:hover {
            background-color: rgb(187, 182, 182);
            transition: 600ms;
        }

        .book_image {
            width: 80vw;
            height: 700px;
            position: absolute;
            left: 20vw;
            transform: translate(0px, -80px);
            background-image: url(images/Book.jpg);
            background-size: contain;
            background-position: top right;
            background-repeat: no-repeat;
        }










/*             Contact PopUp */
.container{
    padding: 20px;
    z-index: 1;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969494;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #969494;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #969494;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #969494;
  }
  
  
  .animate-top{
    position:relative;
    animation:animatetop 0.6s
  }
  @keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
  
  .modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    margin: auto;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgb(210, 24, 24);
    background-color: rgba(55, 51, 48, 0.5);
  }
  
  .modal-content {
    margin: 8% auto;
    border: 1px solid #000000;
    max-width: 475px;
    background-color: #0c0c0c;
    border: 1px solid rgb(29, 29, 29);
    border-radius: .8rem;
    outline: 0;
  }
  .modal-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1rem;
      border-bottom: 1px solid rgb(40, 40, 40);
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem;
  }
  .modal-title {
      margin-bottom: 0;
      line-height: 1.5;
      margin-top: 0;
  }
  h5.modal-title {
      font-size: 2.5rem;
      color: var(--Logo2);
  }
  .close {
      float: right;
      font-size: 3.5rem;
      font-weight: 100;
      line-height: 1;
      color: var(--Logo2);
      /* text-shadow: 0 1px 0 #fff; */
      opacity: 1;
  }
  .close:hover {
      color: #b7aca3;
  }
  button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
  }
  .modal-header .close {
      padding: 1rem;
      margin: -1rem -1rem -1rem auto;
  }
  .close:not(:disabled):not(.disabled) {
      cursor: pointer;
  }
  
  .modal-body {
      flex: 1 1 auto;
      padding: 1rem;
  }
  .modal-body p {
      margin-top: 0;
      margin-bottom: 1rem;
  }
  .modal-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 1rem;
      border-top: 1px solid #303030;
  }
  .btn {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid transparent;
      padding: .275rem .99rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: .35rem;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      cursor: pointer;
  }
  .btn-primary {
      color: var(--Logo2);
      background-color: var(--Logo);
      border-color: #202020;
      display: block;
      margin: 0 auto;
  }
  .btn-primary:hover {
      color: #b7aca3;
      background-color: rgb(134, 33, 33);
      /* background-color: #0069d9;
      border-color: #0062cc; */
  }
  .btn:focus, .btn:hover {
      text-decoration: none;
  }
  h2{text-align: center;}
  .form-group {
      color: var(--Logo2);
      margin-bottom: 15px;
  }
  label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 700;
  }
  .form-control {
      display: block;
      width: 95%;
      /*height: 34px;*/
      resize: vertical; /* Erlaubt das Vergrößern nur in der Höhe */
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #b3b3b3;
      background-color:rgb(0, 0, 0);
      background-image: none;
      border: 1px solid #303030;
      border-radius: 6px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  .form-control:focus {
      border-color: rgb(68, 67, 64);
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(89, 81, 81, 0.3);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(89, 81, 81, 0.3);
  }
  
  .alert {
      position: relative;
      padding: .75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem;
  }
  .alert-success {
      color: #155724;
      background-color: #d4edda;
      border-color: #c3e6cb;
  }
  .alert-danger {
      color: #721c24;
      background-color: #f8d7da;
      border-color: #f5c6cb;
  }












        /*     media screen */
        @media screen and (max-width: 850px) {
            .shoppingcaddy {
                position: absolute;
                width: 600px;
                translate: 0px -50px;
                left: 50%;
                transform: translateX(50%);
                scale: -1 1;
                z-index: -1;
                overflow: hidden;
            }
        }




        @media screen and (max-width: 750px) {
            .columnArticle {
                columns: 1;
                width: 100%;
            }
        }


        @media screen and (max-width: 450px) {
            .Secndheadline {
                position: relative;
                font-family: var(--HL2FontFam);
                font-weight: 600;
                text-transform: uppercase;
                font-style: normal;
                font-size: clamp(16px, 5vw, 22px);
                line-height: 1.2;
                text-align: left !important;
                color: var(--Logo2);
            }
        }

        @media screen and (max-width: 570px) {
            .mobile-br {
                display: block;
            }
        }