/*
Damit Ansprechpartner im Container die volle Breite annehmen da diese sowieso meistens alleine angezeigt werden
 */

.contentcontainer .tx-jobapplications .card-col {
    width: 100% !important;
}

@media only screen and (min-width: 768px) {
    .contentcontainer .gallery-item {
        --gallery-columns: 2 !important;
    }
}

@media only screen and (min-width: 1024px) {
    .contentcontainer .gallery-item {
        --gallery-columns: 3 !important;
    }
}

@media only screen and (min-width: 1200px) {
    .contentcontainer .tx-jobapplications .card-col {
        width: 70% !important;
    }
}