
            div {
                position: absolute;
                overflow: hidden;
            }

            div img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
                mix-blend-mode: multiply;
            }

            .font-10 {
                font-size: 10vmin;
            }

            .font-3 {
                font-size: 3vmin;
            }

            .font-1 {
                font-size: 1hmin;
            }

            .margin-top-33 {
                margin-top: 33.3%;
            }

            .margin-top-50 {
                margin-top: 50%;
            }

            .margin-top-66 {
                margin-top: 66.6%;
            }

            .quad-10 {
                width: 10%;
                aspect-ratio: 1/1;
            }

            .quad-15 {
                width: 15%;
                aspect-ratio: 1/1;
            }

            .quad-20 {
                width: 20%;
                aspect-ratio: 1/1;
            }

            .quad-25 {
                width: 25%;
                aspect-ratio: 1/1;
            }

            .quad-33 {
                width: 33.3%;
                aspect-ratio: 1/1;
            }

            .quad-50 {
                width: 50%;
                aspect-ratio: 1/1;
            }

            .quad-66 {
                width: 66.6%;
                aspect-ratio: 1/1;
            }

            .quad-75 {
                width: 75%;
                aspect-ratio: 1/1;
            }

            .quad-100 {
                width: 100%;
                aspect-ratio: 1/1;
            }

            .quad-200 {
                width: 200%;
                aspect-ratio: 1/1;
            }

            .quad-300 {
                width: 300%;
                aspect-ratio: 1/1;
            }

            .width-10 {
                width: 10%;
            }   
            .width-25 {
                width: 25%;
            }
            .width-33 {
                width: 33.3%;
            }

            .width-50 {
                width: 50%;
            }

            .width-66 {
                width: 66.6%;
            }

            .width-100 {
                width: 100%;
            }

            .width-200 {
                width: 200%;
            }

            .height-10 {
                height: 10%;
            }

            .height-25 {
                height: 25%;
            }
            .height-33 {
                height: 33.3%;
            }

            .height-50 {
                height: 50%;
            }

            .height-66 {
                height: 66.6%;
            }

            .height-100 {
                height: 100%;
            }

            .height-200 {
                height: 200%;
            }

            .bottom-0 {
                bottom: 0;
            }

            .bottom-5 {
                bottom: 5%;
            }

            .bottom-10  {
                bottom: 10%;
            }

            .bottom-33 {
                bottom: 33.3%;
            }

            .bottom-50 {
                bottom: 50%;
            }

            .top-0 {
                top: 0;
            }

            .top-5 {
                top: 5%;
            }

            .top-10 {
                top: 10%;
            }

            .top-25 {
                top: 25%;
            }

            .top-33 {
                top: 33.3%;
            }

            .top-50 {
                top: 50%;
            }

            .left-0 {
                left: 0 !important;
            }

            .left-5 {
                left: 5% !important;
            }

            .left-10 {
                left: 10% !important;
            }

            .left-25 {
                left: 25% !important;
            }

            .left-33 {
                left: 33.3% !important;
            }

            .left-50 {
                left: 50% !important;
            }

            .right-0 {
                right: 0 !important;
            }

            .right-5 {
                right: 5% !important;
            }

            .right-33 {
                right: 33.3% !important;
            }

            .right-50 {
                right: 50% !important;
            }

            .green {
                box-shadow: 0 0 5vmin 0.5vmin rgba(0, 255, 0, 1), inset 0 0 2vmin 1vmin rgba(0, 255, 0, 0.5);
            }

            .innergreen {
                box-shadow: inset 0 0 1.5vmin 0.5vmin rgba(0, 255, 0, 0.5);
                position: absoute;
            }

            .outergreen {
                box-shadow: 0 0 2vmin 1vmin rgba(0, 255, 0, 0.75);
                position: absolute;
            }

            .outergreen-50 {
                box-shadow: 0 0 2vmin 1vmin rgba(0, 255, 0, 0.50);
                position: absolute;
            }

            .red {
                box-shadow: 0 0 5vmin 0.5vmin rgba(255, 0, 0, 1), inset 0 0 2vmin 1vmin rgba(255, 0, 0, 0.5);
            }

            .innerred {
                position: absolute;
                box-shadow: inset 0 0 1.5vmin 0.5vmin rgba(255, 0, 0, 0.5);
            }

            .outerred {
                position: absolute;
                box-shadow: 0 0 2vmin 1vmin rgba(255, 0, 0, 0.75);
            }

            .blue {
                box-shadow: 0 0 5vmin 0.5vmin rgba(0, 0, 255, 1), inset 0 0 2vmin 1vmin rgba(0, 0, 255, 0.5);
            }

            .innerblue {
                position: absolute;
                box-shadow: inset 0 0 1.5vmin 0.5vmin rgba(0, 0, 255, 0.5);
            }

            .outerblue {
                box-shadow: 0 0 2vmin 1vmin rgba(0, 0, 255, 0.75);
                position: absolute;
            }

            .outerblue-50 {
                box-shadow: 0 0 2vmin 1vmin rgba(0, 0, 255, 0.50);
                position: absolute;
            }

            .white {
                box-shadow: 0 0 5vmin 0.5vmin rgba(255, 255, 255, 1), inset 0 0 2vmin 1vmin rgba(255, 255, 255, 0.5);
            }

            .innerwhite {
                position: absolute;
                box-shadow: inset 0 0 1.5vmin 0.5vmin rgba(255, 255, 255, 0.5);
            }

            .outerwhite {
                position: absolute;
                box-shadow: 0 0 2vmin 1vmin rgba(255, 255, 255, 0.75);
            }

            .outerwhite-50 {
                position: absolute;
                box-shadow: 0 0 2vmin 1vmin rgba(255, 255, 255, 0.50);
            }

            @keyframes outerwhite-animation {
                from {
                    box-shadow: 0 0 2vmin 1vmin rgba(255, 255, 255, 0.5);
                }

                to {
                    box-shadow: 0 0 2vmin 1.5vmin rgba(255, 255, 255, 0.8);
                }
            }

            .outerwhite-animation {
                animation-name: outerwhite-animation;
                animation-duration: 4s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                animation-timing-function: linear;
            }

            .bgred {
                background-color: rgba(255, 0, 0, 0.2);
            }

            .bgred-05 {
                background-color: rgba(125, 0, 0, 1);
            }

            .bgred-04 {
                background-color: rgba(100, 0, 0, 1);
            }

            .bgred-03 {
                background-color: rgba(75, 0, 0, 1);
            }

            .bgred-02 {
                background-color: rgba(50, 0, 0, 1);
            }

            .bgred-01 {
                background-color: rgba(25, 0, 0, 1);
            }

            .bggreen {
                background-color: rgba(0, 255, 0, 0.2);
            }

            .bggreen-05 {
                background-color: rgba(0, 125, 0, 1);
            }

            .bggreen-04 {
                background-color: rgba(0, 100, 0, 1);
            }

            .bggreen-03 {
                background-color: rgba(0, 75, 0, 1);
            }

            .bggreen-02 {
                background-color: rgba(0, 50, 0, 1);
            }

            .bggreen-01 {
                background-color: rgba(0, 25, 0, 1);
            }

            .bgblue {
                background-color: rgba(0, 0, 255, 0.2);
            }

            .bgblue-05 {
                background-color: rgba(0, 0, 125, 1);
            }

            .bgblue-04 {
                background-color: rgba(0, 0, 100, 1);
            }

            .bgblue-03 {
                background-color: rgba(0, 0, 75, 1);
            }

            .bgblue-02 {
                background-color: rgba(0, 0, 50, 1);
            }

            .bgblue-01 {
                background-color: rgba(0, 0, 25, 1);
            }

            .bggreen {
                background-color: rgba(0, 255, 0, 0.2);
            }

            .bggreen-05 {
                background-color: rgba(0, 255, 0, 0.2);
            }

            .bggreen-04 {
                background-color: rgba(0, 255, 0, 0.2);
            }

            .bgwhite {
                background-color: rgba(255, 255, 255, 0.2);
            }

            .bgblack {
                background-color: rgba(0, 0, 0, 1);
            }

            .bgredgradient {
                background-image: linear-gradient(rgba(255, 0, 0, 0.5), rgba(0, 0, 0, 0));
            }

            .bgredgradient-05 {
                background-image: linear-gradient(rgba(125, 0, 0, 0.5), rgba(0, 0, 0, 0));
            }

            .bggreengradient {
                background-image: linear-gradient(rgba(0, 255, 0, 0.5), rgba(0, 0, 0, 0));
            }

            .bggreengradient-05 {
                background-image: linear-gradient(rgba(0, 125, 0, 0.5), rgba(0, 0, 0, 0));
            }

            .bgbluegradient {
                background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(0, 0, 0, 0));
            }

            .bgbluegradient-05 {
                background-image: linear-gradient(rgba(0, 0, 125, 0.5), rgba(0, 0, 0, 0));
            }

            .bgwhitegradient {
                background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0));
            }

            .bgblackgradient {
                background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            }

            .angle-45 {
                transform: rotateY(0deg) rotate(-45deg);
            }

            .angle45 {
                transform: rotateY(0deg) rotate(45deg);
            }

            .angle90 {
                transform: rotateY(0deg) rotate(90deg);
            }

            .rotate3d-1 {
                transform:
                    perspective(1000px)
                    rotateX(4deg)
                    rotateY(-16deg)
                    rotateZ(4deg);
            }

            .op10 {
                opacity: 0.1;
            }

            .op20 {
                opacity: 0.2;
            }

            .op30 {
                opacity: 0.3;
            }

            .op40 {
                opacity: 0.4;
            }

            .op50 {
                opacity: 0.5;
            }

            .op60 {
                opacity: 0.6;
            }

            .op70 {
                opacity: 0.7;
            }

            .op80 {
                opacity: 0.8;
            }

            .op90 {
                opacity: 0.9;
            }

            .op100 {
                opacity: 1;
            }

            .filtered-image {
                
                opacity: 0.6;
            }

            .multiply-effect {
                background-image: url('assets/g3KU.gif');
                background-color: rgba(0, 255, 0, 1); /* Blaue Farbe für den Multiply-Effekt */
                background-blend-mode: multiply;
                 background-size: cover;
            }