.intranet-werktijden-overuren {
    .card-left-navigation {
        .red-simple {
            position: -webkit-sticky;
            position: sticky;

            top: 108px;

            @screen lg {
                top: 200px;
            }
        }
    }

    .content-card {
        margin-top: 20px;

        @screen md {
            margin-left: 20px;
            margin-top: 0px;
        }
    }
}
