.filter-form.senden{
    position:relative;
}
.filter-form.senden:before{
    content:"";
    position:absolute;
    display:block;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:2;
    cursor:not-allowed;
}
.search-block .btn-orange{
    width:100%;
background:#3d83b5;
}
.search-block p{
    color:#3d83b5;
        font-size: 1.2rem;
}