form.search_form {
    background: #960000;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
margin-bottom: 30px;
}

form.search_form input#name {
    max-height: 38px;
}

#post-1176 .card-body {
    border-radius: 5px;
    background: #f9f9f9;
}

#post-1176 h2 {
color: #960000 !important;
}

.form-group.search_form_submit_wrapper.col-xs-4.col-md-4.col-lg-2 {
    align-content: end;
}
.form-control.btn {
    background: white;
    border-radius: 6px;
}
.form-control.btn:hover {
    background: rgba(188, 188, 188, 1);
}

nav#reise-tabs {
    margin-bottom: 50px;
    gap: 10px;
}

a.flex-sm-fill.text-sm-center.text-uppercase.nav-link, a.flex-sm-fill.text-sm-center.text-uppercase.nav-link.active {
    border: 1px solid;
}

#post-1176 a.btn.btn-sm.btn-primary {
    background: #960000;
    border: #960000;
}
#post-1176 a.btn.btn-sm.btn-primary:hover {
    background: #545454;
    border: #545454;
}

#reise-tabs a.flex-sm-fill.text-sm-center.nav-link.active {
    background: #960000;
    border: 1px solid;
}

/* Detail */

.card-body button.btn.btn-secondary {
    display: none;
}