
.row.eigenschaft{ margin-bottom:10px;}

a.eigenschaft-link {
    max-width: 25%;
    margin-top: .5rem!important;
}

#siegel {
    margin :0;
}


.row.justify-content-md-center.align-items-center {
    margin-top:3em;
}
@media (max-width: 500px){
    a.eigenschaft-link {
        max-width: 50%;
        margin-top: .8rem!important;
    }
}

@media (max-width: 767px) {
    .row.justify-content-md-center.align-items-center {
        margin-top:2em;
    }
}