.Special_ContactPerson .module-content-block {
    padding-bottom: 0;
}

.Special_ContactPerson .module-content-block .contact-wrapper .contact-item:last-child {
    margin-bottom: 10px;
}

.Special_ContactPerson .module-content-block .contact-wrapper .contact-icon {
    display: inline-block;
    min-width: 25px;
}

.Special_ContactPerson .module-content-block .contact-wrapper .contact-icon a {
    color: inherit;
}

.Special_ContactPerson .module-content-block .contact-wrapper .contact-text {
    display: inline-block;
}

.Special_ContactPerson .filter-elements fieldset .form-group {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
.Special_ContactPerson .filter-elements {
    margin-bottom: 0;
}
.Special_ContactPerson .filter-elements fieldset {
    display: flex;
    flex-wrap: wrap;
}
.Special_ContactPerson .filter-elements fieldset > .form-group:has(select) {
    margin-bottom: 15px;
}
.Special_ContactPerson .filter-elements fieldset > .form-group .btn-group .btn {
    margin-top: 0;
}
.Special_ContactPerson .filter-elements fieldset > .form-group .btn-group .btn:after {
    display: none;
}
.Special_ContactPerson .filter-elements fieldset > .form-group .btn-group .btn:before {
    display: none;
}
.Special_ContactPerson .filter-elements fieldset .form-group:last-child {
    margin-right: 0;
}
.Special_ContactPerson .filter-elements fieldset .btn-group .btn {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}
.Special_ContactPerson .filter-elements fieldset .btn-group .btn:last-child {
    margin-right: 0;
}
.Special_ContactPerson .no-elements-found {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.Special_ContactPerson .no-elements-found.show-element {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s linear;
}

.Special_ContactPerson .category-elements {
    display: flex;
    flex-flow: wrap;
}

.Special_ContactPerson .category-elements.centered-elements {
    justify-content: center;
}
.Special_ContactPerson .headline-wrapper.centered-elements {
    text-align: center;
}

.Special_ContactPerson.template-groups .category-elements {
    margin-bottom: 30px;
}

.Special_ContactPerson .category-elements > .category-element {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    display: none;
    min-height: auto;
    padding: 15px;
}

.Special_ContactPerson .category-elements > .hide-element {
    display: block;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    transition: opacity 0.5s ease, visibility 0s linear 0.5s, transform 0.5s ease;
}

.Special_ContactPerson .category-elements > .show-element {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-animation: fadeInFromNone 0.5s ease;
    -moz-animation: fadeInFromNone 0.5s ease;
    -o-animation: fadeInFromNone 0.5s ease;
    animation: fadeInFromNone 0.5s ease;
}

.Special_ContactPerson .category-elements .module-content-block {
    height: 100%;
}

@media (min-width: 768px) {
    .Special_ContactPerson.template-imageLeftTextRight .module-content-block .thumbnail {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .Special_ContactPerson .module-content-block {
        margin-bottom: 0;
    }
}