@font-face {
    font-family: "Orbitron-reg";
    src: url(./assets/fonts/Orbitron/Orbitron-Regular.ttf);
}

@font-face{
    font-family: "orbitron-bold";
    src: url(./assets/fonts/Orbitron/Orbitron-Bold.ttf);
}

/* a[href^="http://"]:not([href*="./privacypolicy.html"]):after,
a[href^="https://"]:not([href*="./privacypolicy.html"]):after {
content: url('./assets/icon/open_new.png');
  vertical-align:unset;
  padding-left:4px;
} */
.external-link{
    width: 100px;
    height: 20px;
    
    display: flex;

    justify-content: center;
    align-content: center;

    background-color: white;

    border-radius: 8px;
}
.privacy-notice{
    position: fixed;

    display:grid;
    justify-content: center;
    align-items: center;
    
    left: 40%;
    bottom: 40%;

    width: 400px;
    height: 150px;

    background-color: white;
    border: 4px solid white;

    border-radius: 8px;

    font-size: 2rem;

    z-index: 1000;
}

body {
    min-width: 400px;

    margin: 0;
    padding: 0;

    background-color: black;
}

.navigation{
    position: relative;
    position: fixed;
    
    width: 100%;
    height: 40px;

    padding-top: 2rem;

    z-index: 100;
}

.nav-btn{
    width: 4rem;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1rem;

    border: none;
    background-color: #00000000;

    z-index: 100;
    img{
        z-index: 90;
        zoom: 1.2;
    }
}

.nav-btn:hover{
    cursor: pointer;
    span{
        color: rgb(138, 220, 244);
    }
}

.nav-menu{
    width: 250px;
    height: 500px;
    
    background-color: #000000e1;

    translate: -100%;

    border: 1px solid white;
    border-radius: 6px;

    transition: all 0.225s ease-in-out;
}

.menu-title{
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1rem;

    font-family: "orbitron-bold";
    height: 2rem;
}

.menu-list{
    list-style-type: none;

    padding-left: 1rem;
    padding-right: 1rem;

    color: white;
}
.menu-sign{
        font-size:x-large;
        color: white;

        transition: all 0.225s ease-in-out;
}

.list-item{
    height: 48px;

    span{
        color: rgb(138, 220, 244);
        font-family: "orbitron-bold";

        transition: all 0.225s ease-in-out;
    }

    a{
        color: white;

        font-family: "orbitron-reg";

        text-decoration: none;
        transition: all 0.225s ease-in-out;
    }
    a:hover{
        color: cyan;
        span{
            color: white;
        }
    }
}

.hero-img{
    width: 100%;
    height: 800px;

    display: flex;
    justify-content: center;
    position: relative;

    background-color: black;
    background-image: url(./assets/img/spark3dvision-venustrap20.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    
    overflow: hidden;  
}

.hero-title{
    position: absolute;

    top: 1rem;

    font-family: "orbitron-reg";
    font-size: 4rem;
    color: white;

    cursor: pointer;

    span{
        font-family: "orbitron-bold";
        color: rgb(138, 220, 244);
        transition: color 0.225s ease-in-out;
    }

    a{
        color: white;
        text-decoration: none;
    }
}
.hero-title:hover{
    span{
        color: #e46ace;
    }
}

.hero-text{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    width: 100%;

    position: absolute;

    bottom: 2rem;
    
    span{
        font-family: "orbitron-reg";
        font-size: 2rem;
        color: white;

        z-index: 4;
    }
}

.hero-card{
    width: 100%;
    height: 400px;
    
    /* padding-bottom: 4%; */
    margin-top: 1rem;

    position: relative;

    background-color: black;
    
    overflow: hidden;
}

.card-text{
    height: 100px;
    width: 98%;

    display: flex;
    justify-content: space-evenly;
    align-items: center;

    padding-left: 1%;
    padding-right: 1%;

    background-color: black;
    color: white;
    span{
        font-family: "orbitron-reg";
    }
}

.big-picture{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    padding: 1rem;

    background-image: none;
    object-fit: contain;

    z-index: 1000;
}

.gallery{
    width: 98%;
    height: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1rem;

    position: absolute;
    /* top: 10vh; */

    overflow: hidden;
}

.img-container{
    height: 100%;

    display: flex;

    overflow: hidden;
    justify-content: center;
    margin: 0.5rem;

    transition: all 0.225s ease-in-out;
    a{
        size: inherit;
        display: flex;
    }
}
.img-container-2{
    width: 100%;
    height: 100%;

    overflow: hidden;
    margin: 0.5rem;

    img{
        width: 100%;
        object-fit: cover;
    }
}

.img-text{
    width: 96%;
    height: auto;

    /* padding-top: 4%; */
    padding-left: 2%;

    font-family: "Arial";
    font-size: 1rem;

    color: white;
    span{
        color: rgb(138, 220, 244);
    }
}

.img-container:hover{
    height: 110%;
    transform: translate(0,-5%);
    overflow: visible;
    z-index: 10;
    cursor: pointer;
    img{
        object-fit: contain;
    }
}

.gradient-line-left{
    width: 35%;
    height: 2px;

    background-image: linear-gradient(90deg, black 40%, white 95%, black);
    z-index: 0;
}

.gradient-line-right{
    width: 35%;
    height: 2px;

    background-color: red;
    background-image: linear-gradient(90deg, black, white 5%, black 60%);
    z-index: 0;
}

@media (max-width:1596px) {
    .navigation{
        padding-top: 2rem;
    }
    .hero-text{
        span{
            font-size: 1.5rem;
        }
    }
}
@media (min-width:1198px) {
    #gallery-midi-1{
        display: none;
    }
    #gallery-midi-2{
        display: none;
    }
    #gallery-midi-3{
        display: none;
    }
    #gallery-midi-4{
        display: none;
    }
    #gallery-big{
        display: flex;
    }
}

@media (max-width:1198px) {
    .hero-text{
        span{
            font-size: 1.5rem;
        }
    }
    .gradient-line-left{
        width: 26%;
    }
    .gradient-line-right{
        width: 26%;
    }
    .hero-card{
        height: 800px;
    }
    .gallery{
        height: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        img{
            height: 150%;
        }
    }
    .img-container:hover{
        overflow: hidden;
        height: 114%;
        transform: translate(0,-7%);
    }
    #gallery-midi-1{
        display: none;
    }
    #gallery-midi-2{
        display: none;
    }
    #gallery-midi-3{
        display: flex;
    }
    #gallery-midi-4{
        display: flex;
    }
    #gallery-big{
        display: none;
    }
}

@media (max-width:798px){
    .hero-card{
        height: 1000px;
    }
    .hero-text{
        span{
            font-size: 1.3rem;
        }
    }
    .hero-title{
        font-size: 3rem;
    }
    .gradient-line-left{
        width: 10%;
    }
    .gradient-line-right{
        width: 10%;
    }
    .gallery{
        height: 32%;
        position: relative;
        img{
            height: 150%;
        }
    }
    .img-container{
        img{
            object-fit: fill;
        }
    }
    .img-container:hover{
        overflow: hidden;
        height: 118%;
        transform: translate(0,-9%);
    }
    #gallery-big{
        display: none;
    }
    #gallery-midi-1{
        display: flex;
        justify-content: center;
    }
    #gallery-midi-2{
        display: flex;
        justify-content: center;
        img{
            transform: translate(0,-20%);
        }
    }
    #gallery-midi-3{
        display: flex;
        justify-content: center;
    }
    #gallery-midi-4{
        display: none;
    }
    #gallery-big{
        display: none;
    }
    #tools-card-phone{
        height: 500px;
    }
}

@media (max-width: 490px){
    .hero-card{
        height: 1000px;
    }
    .hero-title{
        font-size: 2.8rem;
        z-index: 101;
    }
    .hero-text{
        span{
            font-size: 1.3rem;
        }
    }
    .navigation{
        margin-top: 0;
        padding-top: 5rem;
    }
    .nav-menu{
        width: 86%;
    }
    .menu-title{
        span{
            font-size: 2rem;
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }
    }
    #menu-title-line{
        width: 40%;
    }
    .list-item{
        font-size: 1.5rem;
    }
    .nav-btn{
        width: 2.5rem;
        background-color: #00000076;
        border-radius: 8px;
    }
    .gradient-line-left{
        width: 10%;
    }
    .gradient-line-right{
        width: 10%;
    }
    .img-container:hover{
        height: 100%;

        display: flex;

        overflow: hidden;
        justify-content: center;

        transform: translate(0,0);
    }
    #img-midi-1{
        transform: translate(15%,0);
    }
    #img-midi-2{
        translate: -10%;
    }
    #tools-card-phone{
        height: 700px;
    }
}

@media (min-width: 490px){
    #tools-card-phone{
        display: none;
    }
}

.hero-line{
    width: 100%;
    height: 3px;

    background-image: linear-gradient(90deg, black,#5bcefa 10% 22%,#f5a9b8 25% 40%,white 42% 58%,#f5a9b8 60% 75%,#5bcefa 78% 90%,black);
}

.foot-note{
    height: 28px;
    width: 100%;

    display: flex;
    justify-content: space-evenly;

    background-color: black;

    a{
        text-decoration: none;
        color: white;
        font-family: "orbitron-reg";
        font-size: 0.7rem;

        transition: all 0.225s ease-in-out;
    }

    a:hover{
        color: cyan;
    }
}

.impressum{
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;

    background-color: black;
    color: white;

    span{
        font-family: "Arial";
        font-size: 0.8rem;
        margin-top: 40vh;
    }
}