.kkstolpersteine .kkstolpersteine-card > img {
    display: block;
    width: 100px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.kkstolpersteine .kkstolpersteine-card > h6, .kkstolpersteine .kkstolpersteine-card > p {
    text-align: center;
}
.kkstolpersteine #kk-stolpersteine-map .cluster > img {
    width: 100%;
    height: 100%;
}
.kkstolpersteine #kk-stolpersteine-map .gm-style-iw {
    border-radius: 0;
}
.kkstolpersteine #kk-stolpersteine-map .gm-style-iw-t::after {
    display: none;
}
.kkstolpersteine #kk-stolpersteine-map .kkstolpersteine-card {
    margin: 5px 50px;
}
.kkstolpersteine .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.kkstolpersteine .input-group > .form-control,
.kkstolpersteine .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    float: none;
    z-index: auto;
}
.kkstolpersteine .input-group > .form-control:focus,
.kkstolpersteine .input-group > .form-select:focus {
    z-index: 3;
}
.kkstolpersteine .input-group .btn {
    position: relative;
    z-index: 2;
}
.kkstolpersteine .input-group .btn:focus {
    z-index: 3;
}
.kkstolpersteine .input-group > * {
    height: 100%;
    border-radius: 0;
}
.kkstolpersteine .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: inset 0 1px 1px rgba(220, 53, 69, 0.075);
}
.kkstolpersteine .form-control.is-invalid:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(220, 53, 69, 0.6);
}
.kkstolpersteine .mb-30 {
    margin-bottom: 30px;
}
.kkstolpersteine #kkstolpersteine-search-text, .kkstolpersteine #kkstolpersteine-search-button {
    padding: 15px 20px;
    font-size: 16px;
}
.kkstolpersteine #kkstolpersteine-search-button {
    font-weight: bold;
    border: 1px solid #00998a;
    text-transform: uppercase;
}
.kkstolpersteine .kkstolpersteine-related {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -30px;
    margin-right: -15px;
    margin-left: -15px;
}
.kkstolpersteine .kkstolpersteine-related > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    .kkstolpersteine .kkstolpersteine-related > * {
        width: 25%;
    }
}
