#cm-search-widget {
    position: relative;
    padding-top: 6rem;
}

#cm-search-widget .cm-search-widget__powered {
    position:absolute;
    top:1rem;
    left:0;
    float: none;
    width: 100%;
    height: 4rem;
    background-image: url(https://www.jobsterne.de/images/mat/logo.svg?a9a09998);
    background-position: 25px;
    background-repeat: no-repeat;
    font-size: 0px;
}

#cm-search-widget .cm-search-widget__form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#cm-search-widget .cm-search-widget__form input[type='submit'] {
    color: #fff;
    background-color: #3CAAAA;
    border-color: #359797;

    text-transform: uppercase;
    outline: none;
    border: 0;
    border-radius: 2px;

    letter-spacing: 0.07rem;
    padding: 0.65em 1.35em 0.45em;

    height: 34px;

    font-weight: bold;
    margin-top: 0 !important;

}

#cm-search-widget .cm-search-widget__form input, #cm-search-widget__form select {
    flex: auto;
    max-width: 20em;
    margin: .5em .75em;
}

#cm-search-widget .cm-search-widget__form .cm-search-widget__form__sorting {
    display: none
}

#cm-search-widget .cm-search-widget__serp {
    display: block;
    width: 100%;
    max-width: 54em;
}

#cm-search-widget .cm-search-widget__form input[type='submit']:hover,
#cm-search-widget .cm-search-widget__form input[type='submit']:focus {
    color: #fff;
    background-color: #2f8484;
    border-color: #256a6a;
}

#cm-search-widget .cm-search-widget__form input[type='submit']:active {
    color: #fff;
    background-color: #256a6a;
    border-color: #143939;
}

#cm-search-widget .cm-search-widget__form input[type='text']:focus {
    border-color: #3CAAAA;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(60, 170, 170, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(60, 170, 170, 0.6);
}

#cm-search-widget .cm-search-widget__serp__item h1 > a {
    color: #3CAAAA;
}

#cm-search-widget .cm-search-widget__serp__item:hover h1 > a {
    color: #287171;
}

#cm-search-widget .cm-search-widget__serp__pagination .item--previous:hover, #cm-search-widget .cm-search-widget__serp__pagination .item--next:hover {
    border: 1px solid #3CAAAA;
    color: #3CAAAA;
}

.radius-btn {
    flex-basis: 25%;
    flex: auto;
    max-width: 20em;
    margin: .5em .75em !important;
    height: 33px;
}