/* --------------------------------------------- header ----------------------------------------- */

@media (min-width: 992px) {
    header {
        background: url('../../img/circle.svg') left 80px bottom 110px / 280px auto no-repeat, url('../../img/circle.svg') right -190px top -220px / 580px auto no-repeat;
    }
}

header>.row:first-child::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: url('../../img/header/teamsitzung.webp?v=1') center top / cover no-repeat;
}

@media (min-width: 576px) {
    header>.row:first-child::after {
        top: -50px;
        height: 250px;
    }
}

@media (min-width: 992px) {
    header>.row:first-child::after {
        border-radius: 5px;
        right: 45px;
    }
}

@media (min-width: 992px) {
    header {
        padding: var(--distance-small) 0;
    }

    header>.row:first-child::after {
        border-top-left-radius: 200px;
        top: 0;
        bottom: 0;
        height: unset;
        right: unset;
        width: 58vw;
        max-width: 850px;
        left: 15px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 1) 66%), url('../../img/header/teamsitzung.webp?v=1') center left / cover no-repeat;
    }
}

@media (min-width: 1400px) {
    header>.row:first-child::after {
        left: -50px;
    }
}

@media (min-width: 1600px) {
    header>.row:first-child::after {
        left: -100px;
    }
}

header>.row {
    row-gap: 20px;
    padding: var(--distance-small) 0;
}

@media (max-width: 991px) {
    header>.row {
        padding-top: 230px;
    }
}

@media (min-width: 1400px) {
    header .button-style {
        margin-right: -50px;
        width: auto;
    }
}

@media (min-width: 1600px) {
    header .button-style {
        margin-right: -100px;
    }
}

/* -------------------------------------------- content ----------------------------------------- */

#feedback-controls {
    gap: 10px;
    margin-bottom: clamp(25px, 3vw, 35px);
}

#feedback-controls button:not(.active):not(:hover, :focus) {
    color: #2f5478;
    background: #ffffff;
}

footer {
    margin-top: 30px;
}