* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    height: 100%;
}

body, html {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #0e0e0f !important;
    color: #fff !important;
}

a {
    color: white;
}

nav {
    position: fixed !important;
    width: 100%;
    font-size: 1.1rem;
    z-index:2;
    background-color: #202020 !important;
    color: white;
    box-shadow: 0 4px 12px 4px rgba(0,0,0,0.4);
}

@supports (backdrop-filter: blur(16px)) {
    nav {
        background-color: rgba(0.05,0.05,0.05, 0.7) !important;
        backdrop-filter: blur(16px) !important;
    }
}

.nav-item {
    margin-left: 8px;
}

nav a:hover {
    text-decoration: underline; 
}


nav a:hover {
    text-decoration: underline; 
}

nav .SocialButtons img {
    height: 32px;
}



.Logo {
    align-content: space-around;
    display: flex;
    align-content: center;
}

.Logo img {
    height:100%;
    margin-right: 30px;
}

nav .SocialButtons img {
    height: 32px;
}

nav .SocialButtons {
    height: 100%;
}

.Buttons img {
    margin-left: 20px;
    margin-right: 20px;
}



.video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow-x: hidden;
}

.video .trailer {
    width: 200%;
    position: relative;
    left: -50%;
}

.video .logo {
    position: absolute;
    height: auto;
    width: 70%;
    transform: translate(-50%, -50%);
    top: 33%;
    left: 50%;
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.5));
}

.video .wishlist {
    position: absolute;
    height: auto;
    width: 50%;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50%;
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.5));
    transition: 0.15s;
}

.video .wishlist:hover {
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0));
    width: 55%;
}

.video .itchDemo {
    position: absolute;
    height: auto;
    width: 42%;
    transform: translate(-50%, -50%);
    top: 75%;
    left: 50%;
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.5));
    transition: 0.15s;
}

.video .itchDemo:hover {
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0));
    width: 46%;
}

.video .pressKit {
    position: absolute;
    height: auto;
    width: 42%;
    transform: translate(-50%, -50%);
    top: 83%;
    left: 50%;
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.5));
    transition: 0.15s;
}

.video .pressKit:hover {
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0));
    width: 46%;
}




.Content {
    width: 100%;
    margin: auto;
    padding: 30px 0px;
}

.Content article {
    margin: auto;
    width: 100%;
    padding: 0px 25px;
    border-radius: 10px;
    margin-bottom: 50px;
    animation: fadeInLeft 2s ease-in-out;
}

.Content article:nth-child(odd) {
    animation: fadeInRight 2s ease-in-out !important;
}

.Content h1 {
    width: 100%;
    font-size: 26px;
    margin-top: 0px;
}

.Content p {
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #ccc;
    margin-bottom: 10px;
    line-height: 23px;
}

.Content .gif {
    width: 100%;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 10% 100%);
}

.Content .trailer {
    width: 100%;
    height: 500px;
    margin-top: 30px;
}

.Content .about {
    margin-top: 50px;
    width: 100%;
    background-color: #1e1e20;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    padding: 25px;
}

.Content .about .team {
    display: grid;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    padding: 0 20px;
}

.Content .about .team article {
    text-align: center;
    margin: 0px;
    padding: 20px;
}

.Content .about .team article img {
    clip-path: none;
    border-radius: 50%;
    width: 100%;
    max-width: 200px;
}

.Content .about .team article .social {
    margin-top: 40px;
}

.Content .about .team article .social img {
    width: auto !important;
    height: 30px;
    border-radius: 0% !important;
}

.Content .about .team article h1 {
    text-align: center;
    color: white;
    font-weight: 600;
    margin-top: 18px;
}

.Content .about .team article p {
    text-align: center;
    color: #ccc;
    font-size: 12px;
}

.Content .gallery {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    margin: 50px 0px;
}

.Content .gallery button {
    border: none;
    background-color: transparent;
    color: #666;
    font-size: 50px;
    font-weight: 900;
    cursor: pointer;
}

.Content .gallery img {
    width: 100%;
}

img#dcp-nomination-emblem {
    width: 200px;
    height: 200px;
}

img#dcp-banner {
    border-radius: 20px;
    max-width: 80%;
}

.Content .about p{
    text-align: center;
}

footer {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    background-color: #000;
    color: #666;
    font-size: 13px;
}

footer .SocialButtons img {
    width: 30px;
    height: auto;
}

footer .wishlist {
    width: auto;
    height: 50px;
}

footer .links a {
    color: #666;
    text-decoration: none;
}

@keyframes fadeInTop {
    from {opacity: 0; transform: translateY(-300px)}
    to {opacity: 1; transform: translateY(0px)}
}

@keyframes fadeInBottom {
    from {opacity: 0; transform: translateY(300px)}
    to {opacity: 1; transform: translateY(0px)}
}

@keyframes fadeInLeft {
    from {opacity: 0; transform: translateX(-300px)}
    to {opacity: 1; transform: translateX(0px)}
}

@keyframes fadeInRight {
    from {opacity: 0; transform: translateX(300px)}
    to {opacity: 1; transform: translateX(0px)}
}

@media (min-width: 768px) {
    * {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        box-sizing: border-box;
        scroll-behavior: smooth;
    }
    
    .Logo {
        align-content: space-around;
        display: flex;
        align-content: center;
    }
    
    .Logo img {
        margin-right: 30px;
    }

    
    .Buttons {
        justify-content: space-between;
    
    }
    
    .Buttons img {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .video {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .video .trailer {
        width: 100%;
    }

    .Impressum{
        width: 80%;
    }
    
    .video .trailer {
        left: 0;
    }

    .video .logo {
        position: absolute;
        height: auto;
        width: 50%;
        transform: translate(-50%, -50%);
        top: 40%;
        left: 50%;
        filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.5));
    }
    
    .video .wishlist {
        position: absolute;
        height: auto;
        width: 20%;
        transform: translate(-50%, -50%);
        top: 66%;
        left: 50%;
        filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.5));
        transition: 0.15s;
    }
    
    .video .wishlist:hover {
        filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0));
        width: 22%;
    }
    
    .video .itchDemo {
        position: absolute;
        height: auto;
        width: 16%;
        transform: translate(-50%, -50%);
        top: 80%;
        left: 50%;
        filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.5));
        transition: 0.15s;
    }
    
    .video .itchDemo:hover {
        filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0));
        width: 18%;
    }
    
    .video .pressKit {
        position: absolute;
        height: auto;
        width: 16%;
        transform: translate(-50%, -50%);
        top: 83%;
        left: 50%;
        filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.5));
        transition: 0.15s;
    }
    
    .video .pressKit:hover {
        filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0));
        width: 18%;
    }
    
    .Content {
        width: 100%;
        height: auto;
        margin: auto;
        padding: 30px 0px;
        max-width: 1200px;
    }
    
    .Content article {
        margin: auto;
        width: 70%;
        border-radius: 10px;
        margin-bottom: 50px;
        animation: fadeInLeft 2s ease-in-out;
    }
    /*
    .Content article img {
        width: 200px;
        height: 200px;
    }*/
    
    .Content article:nth-child(odd) {
        animation: fadeInRight 2s ease-in-out !important;
    }
    
    .Content h1 {
        width: 100%;
        font-size: 22px;
        margin-top: 0px;
    }
    
    .Content p {
        width: 100%;
        text-align: left;
        font-size: 13px;
        color: #ccc;
        margin-bottom: 10px;
        line-height: 23px;
    }
    
    .Content .gif {
        width: 100%;
        height: auto;
        clip-path: polygon(0 0, 90% 0%, 100% 100%, 10% 100%);
    }
    
    .Content .trailer {
        width: 100%;
        margin-top: 30px;
    }
    
    .Content .about {
        margin-top: 50px;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 25px;
    }
    
    .Content .about .team {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        justify-items: center;
    }
    
    .Content .about .team article {
        text-align: center;
        margin: 0px;
        padding: 20px;
    }
    
    .Content .about .team article img {
        clip-path: none;
        border-radius: 50%;
        width: 200px;
        height: auto;
    }
    
    .Content .about .team article .social {
        margin-top: 40px;
    }
    
    .Content .about .team article .social img {
        width: auto !important;
        height: 30px;
        border-radius: 0% !important;
    }
    
    .Content .about .team article h1 {
        text-align: center;
        color: white;
        font-weight: 600;
        margin-top: 18px;
    }
    
    .Content .about .team article p {
        text-align: center;
        color: #ccc;
        font-size: 12px;
    }
    
    .Content .gallery {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto;
        align-items: center;
        margin: 50px 0px;
    }
    
    .Content .gallery button {
        border: none;
        background-color: transparent;
        color: #666;
        font-size: 50px;
        font-weight: 900;
        cursor: pointer;
    }
    
    .Content .gallery img {
        width: 100%;
    }
    
    
    footer {
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 20px;
        background-color: #000;
        color: #666;
        font-size: 13px;
    }
    
    footer .SocialButtons img {
        width: 30px;
        height: auto;
    }
    
    footer .wishlist {
        width: auto;
        height: 50px;
    }
    
    footer .links a {
        color: #666;
        text-decoration: none;
    }
}