body {
    background-color: #0f316a;
    margin: 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

section.content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.start {

}

.main {
    /*position: absolute;*/
}

.language {
    display: flex;
    position: absolute;
    top: 50px;
    left: 50px;
}

.language img {
    width: 30px;
    margin-right: 15px;
}

p.description {
    font-weight: bold;
    font-size: 25px;
    margin-top: 30px;
}

img.logo {
    height: 200px;
}

.rights p {
    font-size: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    top: 80px;
    position: fixed;
    right: 0;
}

.grafik img {
    height: 83%;
    position: absolute;
    top: 52px;
    right: 52px;
}

.bildmarke {
    bottom: 50px;
    position: absolute;
    right: 50px;
}

.bildmarke img {
    height: 30px;
}

.registered-symbol {
    font-size: 40px;
    display: flex;
    margin-left: 295px;
}

sup.logo {
    top: -2em;
}

.border-above {
    border-top: 2px solid white;
    border-right: 2px solid white;
    height: 150px;
    width: 150px;
    top: 50px;
    right: 50px;
    position: absolute;
}


.border-down {
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    height: 150px;
    width: 150px;
    bottom: 50px;
    left: 50px;
    position: absolute;
}


/*Hamburgermenu Styling*/


/*Landingpage Styling*/

.text {
    position: absolute;
    margin-top: 150px;
}

.text p {
    font-size: 32px;
    font-weight: 900;
}

p.special {
    font-size: 24px;
    margin-left: 140px;
    font-weight: 400;
}

section.landingpage {
    margin-left: 60px;
    padding-top: 150px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

/* Media */
@media screen and (max-width: 376px) {
    .text p {
        font-size: 15px!important;
		margin-top: 0!important;
    }

    p.special {
        margin-top: 18px;
    }

    p.description {
        font-size: 22px;
    }
}

@media screen and (max-width: 429px) {
    .text p {
        font-size: 16px;
    }

    p.special {
        margin-top: 18px;
    }

    p.description {
        font-size: 22px;
    }
}


@media screen and (max-width: 1024px) {

    section.content {
        margin-left: 60px;
        display: flex;
        justify-content: center;
        min-height: 100vh;
    }

    .text p {
        margin-top: 50px;
    }

    p.special {
        margin-left: 0;
    }

    img.logo {
        height: 80px;
    }

    .language {
        top: 40px;
    }

    .language img {
        width: 20px;
        margin-right: 10px;
    }

    .start {
        position: absolute;
        z-index: 1;
        top: 150px;
        left: 50px;
    }

    .mobile {
        position: absolute;
        left: 60px;
        bottom: 50px;
    }

    .text {
        left: 60px;
        position: absolute;
        bottom: 50px;
    }

    .grafik img {
        height: 40%;
        top: 150px;
    }

    .bildmarke img {
        height: 25px;
    }

    .registered-symbol {
        font-size: 25px;
        margin-left: 125px;
    }
}














