    .custom-abo-filtering {
        position: relative
    }

    .custom-abo-filtering .field::placeholder {
        color: #000 !important
    }

    .custom-abo-filtering .field {
        background: #fff;
        border-radius: 0;
        border: 1px solid #000;
        height: auto;
        background-color: #fff;
        font-size: 15px;
        color: #333;
        border: 0;
        padding: 8px;
        max-width: 100%;
        height: 34px;
        min-width: 230px;
        margin-bottom: 10px;
        width: 100%
    }

    .custom-abo-filtering .btn {
        background: #f6ae2d;
        color: #000;
        border: none;
        font-weight: 900;
        font-style: normal;
        font-family: inherit !important;
        letter-spacing: 2px;
        border-radius: 4px;
        text-transform: uppercase;
        cursor: pointer;
        display: block;
        width: auto;
        padding: 9px;
        max-height: 34px;
        position: relative;
        top: 0;
        min-width: auto;
        margin-bottom: 10px
    }

    .custom-abo-filtering .align-right {
        text-align: right
    }

    #fi_search {
        position: relative
    }

    .oder-label {
        color: #fff;
        display: block;
        font-weight: bold;
        text-shadow: 2px 2px 2px #555
    }

    @media only screen and (max-width:900px) {
        .oder-label {
            margin-left: 0;
            margin-top: 55px;
            display: block;
            text-align: left;
            font-size: 120%;
            margin-bottom: 10px
        }

        .custom-abo-filtering .field {
            max-width: 260px
        }
    }

    @media only screen and (max-width:809px) {
        .custom-abo-filtering .field {
            max-width: 68%
        }

        .custom-abo-filtering.fusion-columns .fusion-column:not(.fusion-column-last) {
            margin: 0 0 30px
        }

        .custom-abo-filtering .align-right {
            text-align: left
        }

        #fi_search,
        #fi_brand,
        #fi_model,
        #fi_motor {
            width: 100%;
            max-width: 100%;
            margin-bottom: 15px
        }

        #fi_search_btn1,
        #fi_search_btn2 {
            width: 100%
        }

        .custom-abo-filtering {
            position: relative;
            margin-bottom: 70px
        }
    }