.author-form input::placeholder, .author-form textarea::placeholder {
    color: #022D62 !important;
}

.manager {
    height: 307px;
    background-repeat: no-repeat !important;
    position: relative;
}

.manager div {
    position: absolute;
    top: 70px;
    right: 0;
    cursor: default;
    font-size: 0.9em;
}

.bg-ulrike {
    background: url("/images/authors/Ulrike.png?v=4");
    background-position: -200px -35px;
}

.bg-alexandra {
    background: url("/images/authors/Alexandra.png?v=4");
    background-size: auto 130% !important;
    background-position: -20px -35px;
}

.bg-tina {
    background: url("/images/authors/Tina.png?v=4");
    background-position: -200px -25px;
}

.bg-michael {
    background: url("/images/authors/Michael.png?v=4");
    background-size: auto 135% !important;
    background-position: -25px -10px;
}

@media (max-width: 1199px) {
    .manager {
        height: 200px;
    }

    .bg-ulrike {
        background-size: 150%;
        background-position: -100px -25px;
    }

    .bg-alexandra {
        background-position: -5px -25px;
    }

    .bg-tina {
        background-size: 150%;
        background-position: -100px -20px;
    }

    .bg-michael {
        background-size: auto 115% !important;
        background-position: 0px -10px;
    }
}

@media (max-width: 991px) {
    .manager {
        height: 300px;
    }

    .manager div {
        top: 70px;
        left: 200px;
        right: auto;
        font-size: 1.2em;
    }

    .bg-ulrike {
        background-size: auto 120%;
        background-position: -140px -20px;
    }

    .bg-alexandra {
        background-position: -5px -25px;
    }

    .bg-tina {
        background-size: auto 120%;
        background-position: -160px -20px;
    }

    .bg-michael {
        background-size: auto 115% !important;
        background-position: 0px -10px;
    }
}

@media (max-width: 767px) {
    .manager {
        height: 250px;
        background-position: 50% 20%;
        background-size: auto 130% !important;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .manager div {
        width: 100%;
        top: -35px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        font-size: 1em;
    }

    .bg-ulrike {
        background-size: auto 120%;
    }

    .bg-alexandra {
        background-size: auto 120%;
    }
}

