*{
    position: relative;
    font-family: "Playwrite AU SA", serif;
    font-optical-sizing: auto;
    font-weight: 1rem;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#balken_oben{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1rem 1.5rem 30%;
    background-color: rgb(84, 167, 239);
    color: white;
    border-bottom: 5px solid white;
    z-index: 1;
    & ul{
        display: flex;
        flex-direction: row;
        list-style-type: none;
        & li{
            margin-right: 2rem;
            font-size: 18px;
        }
    }
    & img{
        display: none;
    }
}
header{
    display: flex;
    background-color: rgb(84, 167, 239);
    height: 65dvh;
    color: white;
    
    & .container-links{
        width: 30%;
        flex: 0 0 30%;
        & img{
            margin: 6rem 1rem 0.2rem 40%;
            width: 200px;
            height: 200px;    
        }
        
    }
    & .container-rechts{
        flex: 0 0 70%;
        width: 69%;
        height: 60dvh;
        & h1{
            margin-top: 10rem;
            font-size: 70px;
            font-weight: 900;
        }
        & h5{
            margin-top: 3.5rem;
        }
    }
    & .header-btn{
        padding-top: 1rem;
        & a:any-link{
            background-color: rgb(60, 118, 170);
            color: white;
            padding: 5px 10px;
            text-decoration: none;
            font-size: 20px;
            font-weight: 700;
            margin-right: 0.4rem;
            border-radius: 30px 30px 30px 30px ;
        }
        & a:any-link:hover{
            background-color: rgb(38, 73, 104);
        }
    }    
}/* header */


