.searchbox-header {
    background: #f8f8f8;
    background: var(--brand-third);
}

.searchbox-header #suchbox-legend {     
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.searchbox-header #suchbox-label {     
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; 
}

#header-suchbox > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.suchbox input[type="text"] {
    width: calc(100%);
    margin-bottom: 5px;
    max-width: 440px;
    height: 2.3333rem;
    background: #FFF;
    padding: 0 0.5556rem 0 0.5556rem;
    border: 1px solid #FFF;
    border-color: var(--wbh-gruen);
    height: 48px;
}

.widget-text.suchbox-hoerbuecher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.suchbox-button-text {
    /* nobreak words */
    white-space: nowrap;
}


@media only screen and (max-width: 760px) {
    .suchbox-button-text {
        font-size: .8rem;
    }

    .widget-text.suchbox-hoerbuecher { margin-bottom: 0; }
}

@media only screen and (min-width: 760px) {
    .widget-text.suchbox-hoerbuecher {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.suchbox button[type="submit"] {
    height: 48px;
    border-radius: 0;
}

.suchbox button[type="submit"]:hover, .suchbox button[type="submit"]:focus, .suchbox button[type="submit"]:active {
    background-color: var(--wbh-blau);
    color: #FFF;
}

#header-suchbox-erweiterte-suche a {
    border-radius: 2px;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.8889rem;
}

#header-suchbox-erweiterte-suche a:hover, #header-suchbox-erweiterte-suche a:active, #header-suchbox-erweiterte-suche a:focus {
    text-decoration: underline;
}

.searchbox-header fieldset { margin-right: 5px; }

#header-suchbox-erweiterte-suche p {
    line-height: 1.7rem;
}

@media only screen and (min-width: 760px) {
    .suchbox input[type="text"] {
        width: calc(100% - 58px);
        margin-bottom: 0;
    }

    #header-suchbox-erweiterte-suche {
        width: 8.0rem;
        margin: 1.0rem 0;
    }

    .searchbox-header fieldset {
        width: 640px;
    }
}

@media only screen and (min-width: 860px) {
    .searchbox-header fieldset {
        width: 760px;
    }
}

