form.form-listing .inner-box .browse .upload span {
    cursor: pointer;
    background-color: #2896df;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 44px;
    padding: 0 28px;
    display: block;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: 20px;
}
form.form-listing .inner-box .browse .upload input {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
    height: auto;
    filter: alpha(opacity=0);
    top: -20px;
}

button.submit-form-listing {
    float: right;
    border-radius: 50px;
}

.inner-box.form {
    border: 1px solid #f1f1f1;
}

input {
    color: #000000;
}

.imagebox .box-header .box-image.company{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    background-image: url(/images/HandwerkerSuche.jpg);
    width: 370px;
    height: 300px;
    background-size: cover;
    opacity: 0.5;
}

form.form-listing .inner-box .wrap-listing.col-6 {
    width: 50%;
    float: left;
    padding-right: 15px;
    position: relative;
    display: block;
}

form.form-listing .inner-box .wrap-listing.col-6 select {
    xborder-color: transparent;
}

form.form-listing .inner-box .wrap-listing.col-6 span.ti-angle-down {
    position: absolute;
    top: 11px;
    right: 19px;
    color: #2c3e50;
    font-size: 16px;
    
    top: 45px;
    right: 32px;
}
select#paket {
    color: #000;
    font-weight: 500;
}

.highlights ul.menu-list li a span.ti{
    font-size: 24px;
    padding-bottom: 20px;
}

#mainnav-mobi{
    display: block;
    position: fixed;
    top: 75px;
}
.agb b, .agb strong {
    font-weight: 600;
}

.box {
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}




























