/* Home Responsive */
@media screen and (min-width: 10px) {
    .more-btn-team {
        top: -30px;
        left: 50px
    }

    .more-btn-kompetenzen {
        top: -30px;
        left: 50px;
    }

    .more-btn-infothek {
        top: -30px;
    }
}

@media screen and (min-width: 576px) {
    .more-btn-team {
        top: -30px;
        left: 150px;
    }
}

@media screen and (min-width: 768px) {
    .more-btn-team {
        left: 500px;
    }
}

@media screen and (min-width: 992px) {
    .more-btn-team {
        top: -100px;
        left: 700px;
    }
    
    .more-btn-kompetenzen {
        top: 100px;
        left: -50px;
    }

    .more-btn-prophylaxe {
        left: -100px;
    }

    .more-btn-infothek {
        top: 100px;
        left: -100px;
    }

    .page-top-response {
        margin-top: 10vh !important;
    }
}

@media screen and (min-width: 1200px) {
    .more-btn-team {
        left: 800px;
    }

    .page-top-response {
        margin-top: 20vh !important;
    }
}

@media screen and (min-width: 1400px) {
    .more-btn-team {
        top: -30px;
        left: 700px;
    }   
}