/* @media (max-width:1400px){
    #ich_bin {
        background-image: url("../images/my_img.png");
        height: 68vh;
        width: 100%;
        background-size:contain;
        background-position: top 20% right 0;
        background-color: #E3E6F3;
        padding: 0 80px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}



@media (max-width:799px){
    .section-p1 {
        padding: 40px 40px;
    }
    #navbar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #E3E6F3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
        padding: 80px 0 0 10px;
        transition: 0.3s;
    }
    #navbar.active{
        right: 0px;
    }
    #navbar li{
        margin-bottom: 25px;
    }
    #hero {
        height: 35vh;
        background-position: top 30% right 50%;
        padding: 0 80px;
    }
} */