#firmen_suche .itemList .itemContainer{
    margin-top: 50px;
}
#firmen_suche .itemList .itemContainer .catItemTitle a{
    text-decoration: none;
}

/*new company btn*/
.new_company{
    text-align: right;
}
.new_company a{
    background: var(--sw-primary);
    border-radius: 10px;
    float: none;
    clear: both;
}
.new_company a:hover{
    background: var(--sw-primary);
}

@media only screen and (max-width: 599px){
    .new_company a{
        width: 100%;
        margin-top: 25px;
    }
}
/*hide extra fields on company detail*/
body.company_detail .group_fields{
    display: none;
}