/* HTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML RESET ENDE */

/* GENERAL STYLING */

html {
    scroll-behavior: smooth;
}

::-moz-selection {
    color: var(--main-color);
    background: #ffffffcc;
    text-shadow: none;
}

::selection {
    color: var(--main-color);
    background: #ffffffcc;
    text-shadow: none;
}

:root {
    --main-color: #000000;
}

body {
    font-family: aktiv-grotesk-extended, sans-serif;
    background-color: var(--main-color);
    cursor: none;
    overscroll-behavior: none;
}

.Text-Outlines {
    color: transparent !important;
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: #ffffff !important;
}

h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
}

h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #242424;
}

a {
    text-decoration: none;
    cursor: none;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #242424;
}

ul {
    list-style: none;
}

button {
    padding: 6px 20px 8px 20px;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 30px;
    transition: all 200ms ease-in-out;
    cursor: none;
}

button a {
    color: inherit;
}

button:hover {
    color: var(--main-color);
    background: #ffffff;
}

button:focus {
    outline: none;
}

img {
    color: #ffffff;
}

/* GENERAL STYLING ENDE */

/* CURSOR */

.cursor {
    display: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: rgba(255, 255, 255, 1);
    z-Index: 9999;
    transition: all 200ms ease-in-out;
    transition-property: width, height, background;
}

.cursorGrow {
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.5)
}

/* CURSOR ENDE*/

/* NAVIGATION */

.Navbar {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #000000 0%, #00000010 80%, #00000000 100%);
}

.Icon_Hamburger_Menue {
    width: 35px;
    height: 30px;
    padding: 30px 35px 30px 30px;
}

.Menue {
    position: fixed;
    opacity: 0;
    pointer-events: visible;
    visibility: hidden;
    top: 0;
    z-index: -1;
    padding: 80px 0 0 30px;
    width: 100%;
    height: 100vh;
    background: var(--main-color);
    transition: 400ms ease-in-out;
}

.Menue_Active {
    visibility: visible;
    opacity: 1;
}

.Menue a {
    padding-left: 8px;
    opacity: 0;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 200;
    font-size: 28px !important;
    line-height: 60px !important;
    color: #ffffff;
    transition: all 200ms ease-in-out;
}

.Menue a:hover {
    color: #ffffff !important;
}

.MenueDesktop {
    display: none;
    margin: 30px 0px 30px 0px;
}

.MenueDesktop li {
    display: inline-block;
    margin-right: 20px;
}

.MenueDesktop a {
    padding: 20px 20px 20px 0px;
    font-size: 20px;
    font-weight: 200;
    color: #ffffff;
    transition: all 200ms ease-in-out;
}

.MenueDesktop a:hover {
    color: #ffffff9d;
}

/* NAVIGATION ENDE */

/* CONTAINER */

.Container {
    margin: 0 30px;
}

.ImgContainer {
    margin: 0px;
}

/* CONTAINER ENDE */

/* RAIN */

.rain {
    position: fixed;
    z-index: 999;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.4;
    mix-blend-mode: screen;
    animation: heroFade 600ms cubic-bezier(0.5, 0, 0.5, 1);
    animation-delay: 0ms;
    animation-fill-mode: backwards;
}

/* RAIN ENDE*/

/* HERO-SECTION */

.Hero {
    width: 100%;
    height: 100vh;
    background-color: var(--main-color);
    background-origin: border-box;
    background-size: 90vh;
    background-position: 40% 90%;
    background-repeat: no-repeat;
    animation: heroFade 1000ms cubic-bezier(0.5, 0, 0.5, 1);
    animation-delay: 0ms;
    animation-fill-mode: backwards;
}

.BG1 {
    background-image: url("../_images/_HotDogFestival/HeaderM_V2.jpg");
    background-image: url("../_images/_HotDogFestival/HeaderM.jpg");
}

.BG2 {
    background-image: url("../_images/_HotDogFestival/HeaderM.jpg");
    background-image: url("../_images/_HotDogFestival/HeaderM_V2.jpg");
}

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

    100% {
        opacity: 1;
    }
}

.HeroText {
    padding: 100px 0px 40px 0px;
}

.HeroText ul li {
    margin-left: -8px;
    padding-left: 8px;
    overflow: hidden;
    height: 56px;
}

.Hero ul li h1 {
    font-size: 52px;
    margin: 10px 0px 0px -2px;
    animation: textFade 1000ms cubic-bezier(0.5, 0, 0.5, 1);
    animation-delay: 400ms;
    animation-fill-mode: backwards;
}

@keyframes textFade {
    0% {
        margin-top: 140px
    }

    100% {
        margin-top: 10px
    }
}

/* HERO_SECTION ENDE */

/* Hot Dog Festival Content */

.ContentBG {
    background-color: var(--main-color);
}

.Content h1 {
    padding-top: 60px;
    font-size: 42px;
}

.Description {
    padding: 30px 0px 60px 0px;
    display: grid;
    grid-template-columns: auto;
    gap: 20px 40px;
}

.Description p {
    color: #ffffff;
    font-weight: 200;
}

.Description p b {
    color: #ffffff;
    font-weight: 600;
}

.ImgContainer .imgElement {
    width: 100%;
    margin-top: 20px;
}

/* DECORATIVE ELEMENTS */

.decor {
    display: none;
    position: absolute;
    width: 100%;
}

/* DECORATIVE ELEMENTS ENDE*/

.gridWrapper {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 0px;
}

.one {
    z-index: 0;
    grid-column: 1 / 4;
    grid-row: 1 / 3;
}

.one img {
    height: 340px;
    width: auto;
}

.two {
    z-index: 0;
    grid-column: 1 / 4;
    grid-row: 3 / 5;
}

.two img {
    padding: 20px 0px 0px 0px;
    height: auto;
    width: 360px;
}

.three {
    z-index: 0;
    grid-column: 1 / 4;
    grid-row: 5 / 7;
}

.three img {
    padding: 20px 0px 0px 0px;
    height: auto;
    width: 350px;
}

.four {
    z-index: 0;
    grid-column: 1 / 4;
    grid-row: 7 / 9;
}

.four img {
    padding: 20px 0px 0px 0px;
    height: auto;
    width: 300px;
}

.five {
    z-index: 0;
    grid-column: 1 / 4;
    grid-row: 9 / 11;
}

.five img {
    padding: 20px 0px 0px 0px;
    height: auto;
    width: 360px;
}

.six {
    z-index: 0;
    grid-column: 1 / 4;
    grid-row: 11 / 13;
}

.six img {
    padding: 20px 0px 0px 0px;
    height: auto;
    width: 360px;
}

.seven {
    z-index: 0;
    grid-column: 1 / 4;
    grid-row: 13 / 15;
}

.seven img {
    padding: 20px 0px 0px 0px;
    height: auto;
    width: 360px;
}

.eight {
    z-index: 0;
    grid-column: 1 / 4;
    grid-row: 15 / 17;
}

.eight img {
    height: auto;
    width: 320px;
}

.Logo {
    display: flex;
    justify-content: space-between;
}

.Text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.Logo1 {
    display: none;
}

.Logo2 {
    width: 100%;
    height: auto;
}

.Text1 {
    display: none;
}

.Text2 {
    padding: 0px 0px 60px 10px;
    width: 100%;
    height: auto;
}

/* Hot Dog Festival Content Ende */

/* Other Projects */

.Work {
    padding-top: 20px;
    background-color: var(--main-color);
}

.Work h1 {
    margin: 0px 0px 40px 0px;
}

.shadingScroll {
    position: absolute;
    margin-top: 160px;
    pointer-events: none;
    background: linear-gradient(to right, #24242499 0%, #24242400 10%, #24242400 90%, #24242499 100%);
    height: 400px;
    width: 100%;
    z-index: 999;
}

.Headline_Mobile {
    display: inline-block;
}

.Headline_Desktop {
    display: none;
}

.All_Cards {
    padding: 5px 30px;
    display: grid;
    overflow: scroll;
    grid-template-columns: minmax(280px, 300px) minmax(280px, 300px) minmax(280px, 300px);
    grid-auto-rows: 300px;
    gap: 40px 40px;
}

/* Dieses Element fixt das Margin-right Problem bei den Karten im vertical Scroll. */

.Card:nth-child(3n)::after {
    content: '';
    position: absolute;
    right: -30px;
    width: 30px;
    height: 100%;
    background: none;
}

/* HIDE SCROLLBAR ON HORIZONTAL SCROLL */

.All_Cards::-webkit-scrollbar {
    display: none;
}

.All_Cards {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* HIDE SCROLLBAR ON HORIZONTAL SCROLL ENDE*/

.Card {
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    transform-style: preserve-3d;
    transform: perspective(1000px);
}

.Card_Title {
    opacity: 0;
    padding: 15px 20px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    transition: opacity 200ms ease-in-out;
}

.Card_Title h2 {
    margin-bottom: 4px;
}

/* CURT CARD */

.CardCurtBg {
    background-image: url("../_images/_MainPage/Fraunhofer/Curt_Hintergrund.jpg");
    background-origin: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff3e8;
}

/* CURT CARD ENDE */

/* TRDLO FACTORY CARD */

.CardTrdloBg {
    background-image: url("../_images/_MainPage/TrdloFactory/TrdloFactoryBG.jpg");
    background-origin: border-box;
    background-position: center;
    background-size: 130%;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.TrdloLogo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 11%;
    left: 0;
    right: 0;
    text-align: center;
    width: 220px;
    height: auto;
    transform: translateZ(0px);
    transition: 200ms ease-in-out;
}

.TrdloLogoZ {
    transform: translateZ(60px);
}

/* TRDLO FACTORY CARD ENDE */

/* SaveTheDate CARD */

.CardSaveTheDateBg {
    background-image: url("../_images/_MainPage/SaveTheDate/SaveTheDate.jpg");
    background-origin: border-box;
    background-position: center;
    background-size: 130%;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

/* SaveTheDate CARD ENDE */

/* Other Projects Ende*/

/* FOOTER */

.footerBG {
    background-color: var(--main-color);
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px 20px 0px;
    background-color: var(--main-color);
}

.Footer_Links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
}

.Footer_Links a {
    padding: 20px 20px 20px 0px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    transition: all 200ms ease-in-out;
}

.Footer_Links a:hover {
    color: #ffffff9d;
}

.Scroll_up {
    transition: all 200ms ease-in-out;
}

/* FOOTER ENDE */

@media (max-width: 360px) {

    /*ALL HANDYS AUSSER S5, G4, SE */
    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .Menue {
        padding: 80px 0 0 30px;
    }

    .Menue a {
        font-size: 40px;
        line-height: 60px;
    }

    .Hero {
        background-size: 90vh;
        background-position: 40% 90%;
    }

    .HeroText {
        padding: 100px 0px 0px 0px;
    }

    .HeroText ul li {
        overflow: hidden;
        height: 48px;
    }

    .Hero ul li h1 {
        font-size: 43px;
        margin: 10px 0px 0px 0px;
    }

    .Content h1 {
        padding-top: 60px;
        font-size: 36px;
    }

    .Work {
        padding-top: 20px;
    }

    .All_Cards {
        grid-template-columns: minmax(240px, 300px) minmax(240px, 300px) minmax(240px, 300px);
        grid-auto-rows: 300px;
    }

    .TrdloLogo {
        top: 10%;
    }
}

@media (min-width: 600px) {

    /* I PAD */
    h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .Icon_Hamburger_Menue {
        width: 40px;
        padding: 30px 30px 30px 45px;
    }

    .Menue {
        padding: 100px 0 0 60px;
    }

    .Menue a {
        padding-left: 0px;
        font-size: 80px;
        line-height: 120px;
    }

    .Container {
        margin: 0 50px;
    }

    .ImgContainer {
        margin: 0 50px;
    }

    .Hero {
        background-size: 100vh;
        background-position: 10% 70%;
    }

    .HeroText {
        margin-left: -4px;
        padding: 120px 0px 40px 0px;
    }

    .HeroText ul li {
        overflow: hidden;
        height: 85px;
    }

    .Hero ul li h1 {
        font-size: 80px;
        margin: 10px 0px 0px -2px;
    }

    .Content h1 {
        font-size: 60px;
    }

    .Description {
        display: grid;
        grid-template-columns: auto;
        gap: 40px 40px;
    }

    .Description p:nth-child(2n) {
        display: inline;
    }

    .one {
        justify-self: start;
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .one img {
        padding: 0px 0px 0px 0px;
        height: 460px;
        width: auto;
    }

    .two {
        justify-self: end;
        grid-column: 2 / 4;
        grid-row: 3 / 5;
    }

    .two img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 460px;
    }

    .three {
        justify-self: start;
        grid-column: 1 / 3;
        grid-row: 5 / 7;
    }

    .three img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 420px;
    }

    .four {
        justify-self: end;
        grid-column: 2 / 4;
        grid-row: 7 / 9;
    }

    .four img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 360px;
    }

    .five {
        justify-self: start;
        grid-column: 1 / 3;
        grid-row: 9 / 11;
    }

    .five img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 420px;
    }

    .six {
        justify-self: end;
        grid-column: 2 / 4;
        grid-row: 11 / 13;
    }

    .six img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 420px;
    }

    .seven {
        justify-self: start;
        grid-column: 1 / 3;
        grid-row: 13 / 15;
    }

    .seven img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 420px;
    }

    .eight {
        justify-self: end;
        grid-column: 2 / 4;
        grid-row: 15 / 17;
    }

    .eight img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 420px;
    }

    .Work {
        padding-top: 40px;
    }

    .Work h1 {
        font-size: 60px;
        line-height: 60px;
        margin: 0px 0px 40px 0px;
    }

    .Footer_Links {
        width: 200px;
    }

    .footer p {
        font-size: 18px;
        line-height: 22px;
    }

    .footer img {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 765px) {
    .Description {
        grid-template-columns: auto auto;
    }

    .decor {
        display: inline;
    }

    .WobbleRed {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 160px;
        height: auto;
    }

    .ArrowBlue {
        position: absolute;
        top: 180px;
        right: 90px;
        width: 260px;
        height: auto;
        transform: rotateZ(180deg);
    }

    .WaveBlue {
        position: absolute;
        top: 600px;
        left: 60px;
        width: 180px;
        height: auto;
    }

    .TriangleBlue {
        position: absolute;
        top: 880px;
        right: 60px;
        width: 180px;
        height: auto;
    }

    .ZickzackRed {
        position: absolute;
        top: 1160px;
        left: 80px;
        width: 200px;
        height: auto;
    }

    .CirclePink {
        position: absolute;
        top: 1460px;
        right: 40px;
        width: 160px;
        height: auto;
    }

    .WobbleRed2 {
        position: absolute;
        top: 1760px;
        left: 60px;
        width: 160px;
        height: auto;
    }

    .WaveBlue2 {
        position: absolute;
        top: 2000px;
        right: 40px;
        width: 200px;
        height: auto;
    }

    .CircleGreen {
        position: absolute;
        top: 2400px;
        left: 80px;
        width: 160px;
        height: auto;
    }

    .All_Cards {
        overflow: hidden;
        grid-template-columns: minmax(260px, 340px) minmax(260px, 340px);
        grid-auto-rows: 340px;
    }

    .shadingScroll {
        display: none;
    }
}

@media (min-width: 800px) {

    /* DESKTOP SCHMAL */
    .cursor {
        display: block;
    }

    .Menue {
        display: none;
    }

    .Icon_Hamburger_Menue {
        display: none;
    }

    .MenueDesktop {
        display: inline-block;
    }

    .Container {
        margin: 0 80px;
    }

    .ImgContainer {
        margin: 0 80px;
    }

    .Hero {
        background-size: 140vh;
        background-position: 20% 60%;
    }

    .BG1 {
        background-image: url("../_images/_HotDogFestival/Header_V2.jpg");
        background-image: url("../_images/_HotDogFestival/Header.jpg");
    }

    .BG2 {
        background-image: url("../_images/_HotDogFestival/Header.jpg");
        background-image: url("../_images/_HotDogFestival/Header_V2.jpg");
    }

    .HeroText {
        margin-left: -4px;
        padding: 160px 0px 40px 0px;
    }

    .Headline_Mobile {
        display: none;
    }

    .Headline_Desktop {
        display: inline-block;
    }

    .Content h1 {
        padding-top: 80px;
    }

    .decor {
        display: none;
    }

    .one {
        justify-self: start;
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .one img {
        padding: 0px 0px 0px 0px;
        height: 600px;
        width: auto;
    }

    .two {
        justify-self: end;
        grid-column: 2 / 4;
        grid-row: 3 / 5;
    }

    .two img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 600px;
    }

    .three {
        justify-self: start;
        grid-column: 1 / 3;
        grid-row: 5 / 7;
    }

    .three img {
        padding: 40px 0px 0px 0px;
        height: auto;
        width: 600px;
    }

    .four {
        justify-self: end;
        grid-column: 2 / 4;
        grid-row: 7 / 9;
    }

    .four img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 420px;
    }

    .five {
        justify-self: start;
        grid-column: 1 / 3;
        grid-row: 9 / 11;
    }

    .five img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 560px;
    }

    .six {
        justify-self: end;
        grid-column: 2 / 4;
        grid-row: 11 / 13;
    }

    .six img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 560px;
    }

    .seven {
        justify-self: start;
        grid-column: 1 / 3;
        grid-row: 13 / 15;
    }

    .seven img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 560px;
    }

    .eight {
        justify-self: end;
        grid-column: 2 / 4;
        grid-row: 15 / 17;
    }

    .eight img {
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 460px;
    }

    .Work {
        padding-top: 40px;
    }

    .All_Cards {
        padding: 5px 80px;
        grid-template-columns: minmax(260px, 340px) minmax(260px, 340px);
    }

    .Scroll_up:hover {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {

    /* IPAD PRO */
    h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .Hero {
        background-size: 160vh;
        background-position: center;
    }

    .HeroText {
        margin-left: 0px;
        padding: 240px 0px 40px 0px;
    }

    .HeroText ul li {
        overflow: hidden;
        height: 100px;
    }

    .Hero ul li h1 {
        font-size: 100px;
        margin: 10px 0px 0px -6px;
    }

    .Content h1 {
        padding-top: 100px;
    }

    .Description {
        padding: 60px 0px;
    }

    .decor {
        display: inline;
    }

    .WobbleRed {
        top: 60px;
        right: 60px;
        width: 200px;
    }

    .ArrowBlue {
        top: 280px;
        right: 180px;
        width: 300px;
    }

    .WaveBlue {
        top: 800px;
        left: 100px;
        width: 220px;
    }

    .TriangleBlue {
        top: 1160px;
        right: 60px;
        width: 200px;
    }

    .ZickzackRed {
        top: 1540px;
        left: 200px;
        width: 200px;
    }

    .CirclePink {
        top: 1900px;
        right: 100px;
        width: 160px;
    }

    .WobbleRed2 {
        top: 2300px;
        left: 100px;
        width: 200px;
    }

    .WaveBlue2 {
        top: 2700px;
        right: 80px;
        width: 220px;
    }

    .CircleGreen {
        top: 3200px;
        left: 160px;
        width: 160px;
    }

    .Logo1 {
        display: inline;
        width: 50%;
        height: auto;
    }

    .Logo2 {
        width: 50%;
        height: auto;
    }

    .Text1 {
        display: inline;
        width: 30%;
        height: 30%;
    }

    .Text2 {
        width: 60%;
        height: auto;
    }

    .All_Cards {
        padding: 5px 80px;
        grid-template-columns: minmax(260px, 340px) minmax(260px, 340px) minmax(260px, 340px);
    }

    .TrdloLogo {
        top: 16%;
    }

    .footer img {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1250px) {

    /* DESKTOP */
    .MenueDesktop {
        margin: 30px 0px 50px 0px;
    }

    .Container {
        margin: 0 220px 0 160px;
    }

    .ImgContainer {
        margin: 0 220px 0 160px;
    }

    .Hero {
        background-size: 190vh;
        background-position: center;
    }

    .HeroText {
        padding: 240px 0px 40px 0px;
    }

    .HeroText ul li {
        overflow: hidden;
        height: 110px;
    }

    .Hero ul li h1 {
        font-size: 110px;
        margin: 10px 0px 0px -8px;
    }

    .WobbleRed {
        top: 60px;
        right: 100px;
        width: 200px;
    }

    .ArrowBlue {
        top: 280px;
        right: 340px;
        width: 300px;
    }

    .WaveBlue {
        top: 800px;
        left: 200px;
        width: 220px;
    }

    .TriangleBlue {
        top: 1160px;
        right: 200px;
        width: 200px;
    }

    .ZickzackRed {
        top: 1540px;
        left: 300px;
        width: 200px;
    }

    .CirclePink {
        top: 1900px;
        right: 200px;
        width: 160px;
    }

    .WobbleRed2 {
        top: 2300px;
        left: 200px;
        width: 200px;
    }

    .WaveBlue2 {
        top: 2700px;
        right: 240px;
        width: 220px;
    }

    .CircleGreen {
        top: 3200px;
        left: 240px;
        width: 160px;
    }

    .one {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .two {
        grid-column: 2 / 4;
        grid-row: 3 / 5;
    }

    .three {
        grid-column: 1 / 3;
        grid-row: 5 / 7;
    }

    .four {
        grid-column: 2 / 4;
        grid-row: 7 / 9;
    }

    .five {
        grid-column: 1 / 3;
        grid-row: 9 / 11;
    }

    .six {
        grid-column: 2 / 4;
        grid-row: 11 / 13;
    }

    .seven {
        grid-column: 1 / 3;
        grid-row: 13 / 15;
    }

    .eight {
        grid-column: 2 / 4;
        grid-row: 15 / 17;
    }

    .Card_Title {
        opacity: 0;
        /* transform: translateZ(20px); */
    }

    .All_Cards {
        padding: 5px 220px 5px 160px;
    }
}

@media (min-width: 1600px) {

    /* DESKTOP BREIT */
    .MenueDesktop {
        margin: 30px 0px 50px 0px;
    }

    .Container {
        margin: 0 450px;
    }

    .ImgContainer {
        margin: 0 450px;
    }

    .Hero {
        background-size: 200vh;
        background-position: center;
    }

    .HeroText {
        padding: 280px 0px 40px 0px;
    }

    .All_Cards {
        padding: 0px 450px;
    }
}