body {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    user-select: none;
}

span {
    color: #409fff;
}

.bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.15;
}

.header {
    position: absolute;
    background-color: rgba(23, 23, 23, 0.567);
    width: 700px;
    height: 130px;
    left: 50%;
    top: 85px;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.logo {
    z-index: 5;
    position: absolute;
    left: 75px;
    top: 50%;

    transform: translate(-50%, -50%);
}

h1 {
    position: absolute;
    left: 56%;
    top: 23px;
    width: 500px;

    color: white;
    font-size: 23px;
    text-align: left;
    
    transform: translate(-50%, -50%);
}

h2 {
    position: absolute;
    left: 59.5%;
    top: 70px;
    width: 550px;

    color: white;
    font-size: 18px;
    text-align: left;
    font-weight: 100;

    transform: translate(-50%, -50%);
}

.box1 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);
    width: 700px;
    height: 100px;
    left: 50%;
    top: 25%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box1borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box1border {
    position: relative;
    background-color: #409fff;
    width: 65%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: boxlineloadup 1s;
}
@keyframes boxlineloadup{
    from{
        width: 0%;
    }
    to{
        width: 65%;
    }
}

.box1title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;

    transform: translate(-50%, -50%);
}

/* Erste Box links */

.box2 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);;
    width: 600px;
    height: 100px;
    left: 25%;
    top: 40%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box2borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box2border {
    position: relative;
    background-color: #409fff;
    width: 15%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: box2lineloadup 1s;
}
@keyframes box2lineloadup{
    from{
        width: 0%;
    }
    to{
        width: 15%;
    }
}

.box2title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;
 
    transform: translate(-50%, -50%);
}

/* Zweite Box links */

.box3 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);;
    width: 600px;
    height: 100px;
    left: 25%;
    top: 55%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box3borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box3border {
    position: relative;
    background-color: #409fff;
    width: 5%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: box3lineloadup 1s;
}
@keyframes box3lineloadup{
    from{
        width: 0%;
    }
    to{
        width: 5%;
    }
}

.box3title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;
 
    transform: translate(-50%, -50%);
}

/* Dritte Box links */

.box4 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);;
    width: 600px;
    height: 100px;
    left: 25%;
    top: 70%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box4borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box4border {
    position: relative;
    background-color: #409fff;
    width: 5%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: box4lineloadup 1s;
}
@keyframes box4lineloadup{
    from{
        width: 0%;
    }
    to{
        width: 5%;
    }
}

.box4title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;
 
    transform: translate(-50%, -50%);
}

/* Vierte Box links */

.box5 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);;
    width: 600px;
    height: 100px;
    left: 25%;
    top: 85%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box5borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box5border {
    position: relative;
    background-color: #409fff;
    width: 75%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: box5lineloadup 1s;
}
@keyframes box5lineloadup{
    from{
        width: 0%;
    }
    to{
        width: 75%;
    }
}

.box5title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;
 
    transform: translate(-50%, -50%);
}

/* Erste Box Rechts */

.box6 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);;
    width: 600px;
    height: 100px;
    left: 75%;
    top: 40%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box6borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box6border {
    position: relative;
    background-color: #409fff;
    width: 85%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: box6lineloadup 1s;
}
@keyframes box6lineloadup{
    from{
        width: 0%;
    }
    to{
        width: 85%;
    }
}

.box6title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;
 
    transform: translate(-50%, -50%);
}

/* Zweite Box Rechts */

.box7 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);;
    width: 600px;
    height: 100px;
    left: 75%;
    top: 55%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box7borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box7border {
    position: relative;
    background-color: #409fff;
    width: 5%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: box7lineloadup 1s;
}
@keyframes box7lineloadup{
    from{
        width: 0%;
    }
    to{
        width: 5%;
    }
}

.box7title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;
 
    transform: translate(-50%, -50%);
}

/* Dritte Box Rechts */

.box8 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);;
    width: 600px;
    height: 100px;
    left: 75%;
    top: 70%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box8borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box8border {
    position: relative;
    background-color: #409fff;
    width: 1%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: box8lineloadup 1s;
}
@keyframes box8lineloadup{
    from{
        width: 0%;
    }
    to{
        width: 1%;
    }
}

.box8title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;
 
    transform: translate(-50%, -50%);
}

/* Vierte Box Rechts */

.box9 {
    position: absolute;
    background-color: rgba(53, 53, 53, 0.818);;
    width: 600px;
    height: 100px;
    left: 75%;
    top: 85%;
    border-radius: 15px;

    transform: translate(-50%, -50%);
}

.box9borderbg {
    position: absolute;
    background-color: rgb(56, 56, 56);
    width: 80%;
    height: 6px;
    top: 50%;
    left: 50%;
    border-radius: 50px;

    transform: translate(-50%, -50%);
}

.box9border {
    position: relative;
    background-color: #409fff;
    width: 1%;
    height: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #409fff;
    animation: box9lineloadup 1s;
}
@keyframes box9lineloadup{
    from{
        width: 0%;
    }
    to{
        width: 1%;
    }
}

.box9title {
    position: absolute;
    left: 50%;
    top: -15px;

    color: white;
    font-size: 20px;
 
    transform: translate(-50%, -50%);
}

