@media screen and (min-width: 1440px) {
    .headerText {
        left: 125px;
        bottom: 110px;
    }

    #akk2 h2 {
        width: 426px;
    }
    #akk3 h1 {
        width: 455px;
    }
    #akk4 h1 {
        width: 464px;
    }
    .infosP {
        width: 877px;
        display: inline-block;
    }
    .videobox {
        width: 381px;
        height: 260px;
        font-size: 16px;
        color: white;
        display: inline-block;
        position: relative;
        margin-right: 34px;
        margin-bottom: 34px;
        text-align:center;
        border-radius: 20px;
        cursor: pointer;
        overflow: hidden;
        background-size: cover;
        user-select: none;
    }
    .videobox:nth-child(3) {
        margin-right: 0;
    }
    .beispielbox2, .beispielbox3 {
        margin-right:22px;
    }
}