body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: white;
}

body {
    background-color: black;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.header{
    box-sizing: boder-box;
    margin: 0;
    padding: 0;
    align-items: center;
}

.maincontent {
    background-image: url("/Bilder/background.jpg");
}

.content {
    margin-top: 22%;
    margin-left: 8%;
    margin-bottom: 15%;
    grid-template-columns: 25% 25% 25% 25%;
}

.mainimage {
    height: 30%;
    width: 30%;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 20px 10%;
    background-color: black;
}

navbar {
    background-color: black;
}

.nav_links {
    list-style: none;
    align-items: center;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color:whitesmoke;
}

.logo1 {
    height: 10%;
    width: 10%;
}

.li, .a, .button, .span {
    font-family: "ZCOOL KusiLe", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color:white;
    text-decoration: none;
}

.dropdown {
    background-color: black;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    background-color: black;
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.logo:hover {
    width: 11%;
    height: 11%;
}

footer {
    background-color: black;
    border-style: solid;
}

.head1 {
    background-image: url("");
    margin-left: 20%;
    margin-top: 20%;
    margin-bottom: -10%;
}

button {
    margin-left: 55%;
    background-color: black;
    font-size: 25px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25%;
}

button:hover {
    background-color: rgba(0,0,0,0);
    border-style: solid;
}

h1 {
    color: white;
    font-size: 40px;
}

h2 {
    color: white;
    font-size: 30px;
}

h3 {
    color: white;
    font-size: 50px;
}

h4 {
    color: white;
    font-size: 20px;
}

.jbody {
    background-image: url("/Bilder/bg.jpg");
}

.Team {
    background-color: rgba(0,0,0,0.5);
}

.Teamheading {
    margin-top: 5%;
    margin-bottom: 5%;
}

.teamcontent {
    margin-top: 7%;
    margin-bottom: 7%;
}

.team {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

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

.heading {
    margin-top: 5%;
    margin-bottom: 5%;
}

.products {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.footer {
    margin-top: 3%;
    margin-left: 10%;
    margin-bottom: 5%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

a {
    color: white;
    text-decoration: none;
}

.teamtext {
    font-size: 30px;
    color: white;
}

.teambild {
    height: 200px;
    width: 200px;
}

.wrap {
    width:150px;
    height:130px;
    text-align:center;
}
.triangle {
    position:absolute;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 130px solid aqua;
    /* 129.903810568 */
    transform-origin: 75px 0;
    /* perspective: 150px; */
    perspective-origin: 50% 50%;
}
.face-1 {
    transform-origin: 75px 0;
    transform: rotateY(0deg) rotateX(19.5deg);
    animation: color1 2s infinite linear;
    animation-delay:0s;
}
.face-2 {
    transform-origin: 75px 0;
    transform: rotateY(120deg) rotateX(19.5deg);
    animation: color1 2s infinite linear;
    animation-delay:1s;
}
.face-3 {
    transform-origin: 75px 0;
    transform: rotateY(240deg) rotateX(19.5deg);
    animation: color1 2s infinite linear;
    animation-delay:0s;
}
.face-4 {
    /* bottom face */
    transform-origin: 0 0px;
    transform: rotateX(90deg) translateY(-87px) translateZ(-122px);
    animation: color1 2s infinite linear;
    animation-delay:1s;
}
.rotor-x {
    width:150px;
    height:130px;
    transform-origin:75px 65px;
    transform-style: preserve-3d;
    animation: spinX 6s infinite linear;
}
.rotor-y {
    width:150px;
    height:130px;
    transform-origin:75px 65px;
    transform-style: preserve-3d;
    animation: spinY 12s infinite linear;
}
.rotor-z {
    width:150px;
    height:130px;
    transform-origin:75px 65px;
    transform-style: preserve-3d;
    animation: spinZ 18s infinite linear;
}
@keyframes spinX {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes spinY {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes spinZ {
    from {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
    }
}
@keyframes color1 {
    0% {
        border-bottom-color: aqua;
    }
    50% {
        border-bottom-color: rgb(8, 109, 109);
    }
    100% {
        border-bottom-color: rgb(20, 216, 216);
    }
}

.headings {
    margin-top: -6%;
    margin-left: 12%;
}

.heading1 {
    color: white;
    font-size: 50px;
}

.heading2 {
    color: white;
}

#footer-cookie,
#footer-cookie * {
    box-sizing: border-box;
}

#footer-cookie {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 60px;
    background: #303030;
    color: #fff;
}

#footer-cookie a {
    color: #fff;
}

#footer-cookie #description {
    float: left;
}

#footer-cookie #accept {
    float: right;
}

#footer-cookie #accept a {
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
    }

    #footer-cookie #description {
        width: 100%;
    }

    #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
    }

    #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.subtitles {
    color: white;
    font-size: 30px;
}

.newsletter {
    align-items: center;
    margin-top: 15%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 15%;
    background-color: rgba(0,0,0,0.7)
}

.input {
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid white;
    padding: 14px 10px;
    width: 200px;
    outline: none;
    color: black;
    border-radius: 24px;
    transition: 0.25s;
}

.submit {
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid white;
    padding: 14px 40px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer;
}

.popupmeldungnewsletter {
    background-color: rgba(0,0,0,0.7)
}

.kontaktformular {
    align-items: center;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 5%;
    background-color: rgba(0,0,0,0.7)
}

.kontaktformularinput {
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid white;
    padding: 14px 10px;
    width: 50%;
    outline: none;
    color: black;
    border-radius: 24px;
    transition: 0.25s;
}

.impressumstext {
    font-size: 30px;
}

.impressum {
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
    background-color: rgba(0,0,0,0.7)
}

.cookie-heading {
    color: white;
    font-size: 30px;
}

.cookie-text {
    color: white;
    font-size: 20px;
}

.cookies {
    margin-top: 20%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 20%;
}

.overrashlaumcher {
    margin-top: 10%;
    display: grid;
    grid-template-columns: 20% 80%;
}

.button {
    background-color: #4CAF50;
    font-size: 25px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
}

.button:hover {
    font-size: 27px;
}

.launchermain {
    background-image: url("/Bilder/background.jpg");
}

.developer {
    background-color: rgba(0,0,0,0.7);
    border-radius: 24px;
}

.launchercenter {
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 24px;

}

.logininput {
    color: white;
    font-size: 15px;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid white;
    padding: 14px 10px;
    width: 50%;
    outline: none;
    border-radius: 24px;
    transition: 0.25s;
}

.signinformular {
    margin-top: 10%;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 10%;
    background-color: rgba(0,0,0,0.7);
    border-radius: 24px;
}














.cube1 {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotateX(-30deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(-30deg) rotateY(360deg);
    }
}

.cube1 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.cube1 div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/Bilder/golliwoog.png");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    transform: rotateY(calc(90deg * var(--i))) translateZ(150px); /* 300 / 2 = 150*/;
}

.top1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #222;
    transform: rotateX(90deg) translateZ(150px);
}

.top1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #28a3a3;
    transform: translateZ(-380px);
    filter: blur(20px);
    box-shadow: 0 0 120px rgba(252, 3, 28,0.2),
    0 0 200px rgba(25, 163, 163,0.4),
    0 0 300px rgba(30, 163, 163,0.6),
    0 0 400px rgba(35, 163, 163,0.8),
    0 0 500px rgba(40, 163, 163,1);
}


.cube2 {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotateX(-30deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(-30deg) rotateY(360deg);
    }
}

.cube2 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.cube2 div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/Bilder/JannisPB.jpg");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    transform: rotateY(calc(90deg * var(--i))) translateZ(150px); /* 300 / 2 = 150*/;
}

.top2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #222;
    transform: rotateX(90deg) translateZ(150px);
}

.top2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: green;
    transform: translateZ(-380px);
    filter: blur(20px);
    box-shadow: 0 0 120px rgba(77, 255, 0,0.2),
    0 0 200px rgba(77, 255, 0,0.4),
    0 0 300px rgba(77, 255, 0,0.6),
    0 0 400px rgba(77, 255, 0,0.8),
    0 0 500px rgba(77, 255, 0,1);
}

.cube3 {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotateX(-30deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(-30deg) rotateY(360deg);
    }
}

.cube3 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.cube3 div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/Bilder/thenewrock1909.png");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    transform: rotateY(calc(90deg * var(--i))) translateZ(150px); /* 300 / 2 = 150*/;
}

.top3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #222;
    transform: rotateX(90deg) translateZ(150px);
}

.top3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #fc031c;
    transform: translateZ(-380px);
    filter: blur(20px);
    box-shadow: 0 0 120px rgba(252, 3, 28,0.2),
    0 0 200px rgba(252, 3, 28,0.4),
    0 0 300px rgba(252, 3, 28,0.6),
    0 0 400px rgba(252, 3, 28,0.8),
    0 0 500px rgba(252, 3, 28,1);
}

.cube4 {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotateX(-30deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(-30deg) rotateY(360deg);
    }
}

.cube4 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.cube4 div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/Bilder/sidneyPB.png");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    transform: rotateY(calc(90deg * var(--i))) translateZ(150px); /* 300 / 2 = 150*/;
}

.top4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #222;
    transform: rotateX(90deg) translateZ(150px);
}

.top4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #e27846;
    transform: translateZ(-380px);
    filter: blur(20px);
    box-shadow: 0 0 120px rgba(226, 120, 70,0.2),
    0 0 200px rgba(226, 120, 70, 0.4),
    0 0 300px rgba(226, 120, 70,0.6),
    0 0 400px rgba(226, 120, 70,0.8),
    0 0 500px rgba(226, 120, 70,1);
}

.cube5 {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotateX(-30deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(-30deg) rotateY(360deg);
    }
}

.cube5 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.cube5 div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/Bilder/ronjapb.jpeg");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    transform: rotateY(calc(90deg * var(--i))) translateZ(150px); /* 300 / 2 = 150*/;
}

.top5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #222;
    transform: rotateX(90deg) translateZ(150px);
}

.top5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #43969c;
    transform: translateZ(-380px);
    filter: blur(20px);
    box-shadow: 0 0 120px rgba(67,150,156,0.2),
    0 0 200px rgba(67,150,156, 0.4),
    0 0 300px rgba(67,150,156,0.6),
    0 0 400px rgba(67,150,156,0.8),
    0 0 500px rgba(67,150,156,1);
}

.teamtextcontent {
    margin-top: 30%;
}

.helpus {
    margin-top: -4%;
    margin-bottom: -4%;
    background-color: rgba(0,0,0,0.7);
}

.texte123 {
    margin-left: 20%;
    margin-right: 20%;
}

.bewerbunginput {
    color: white;
    font-size: 15px;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid white;
    padding: 14px 10px;
    width: 50%;
    outline: none;
    border-radius: 24px;
    transition: 0.25s;
}

.textlabel {
    color: white;
    font-size: 15px;
}

.select {
    color: white;
    background: none;
    font-size: 15px;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid white;
    padding: 14px 10px;
    outline: none;
    border-radius: 24px;
    transition: 0.25s;
}

.options {
    margin: 5%;
}

@media(max-width: 1080px) {
    .content{
        grid-template-columns: 100%;
    }

    .cube1 {
        animation: none;
    }

    .cube2 {
        animation: none;
    }

    .cube3 {
        animation: none;
    }

    .cube4 {
        animation: none;
    }

    .cube5 {
        animation: none;
    }

    .team {
        grid-template-columns: 100%;
    }

    .nav_links {
        position: absolute;
        width: 150px;
        left: -150px;
        top: 100px;
    }

    .products {
        grid-template-columns: 100%;
    }

    .logo1 {
        height: 15%;
        width: 15%;
    }

    .dropdown {
        position: absolute;
        width: 150px;
        left: -150px;
        height: 100%;
        top: 100px;
    }

    @keyframes fade-in {
        0% {
            left: -150px;
        }

        100% {
            left: 0px;
        }
    }
}