.at-contact {
    padding: 2em 0;
    background-color: var(--purple100);
}

.at-contact + .at-contact {
    padding-top: 0;
    margin-top: -2.5em;
}

.at-contact__subTitle {
    margin: 0 0 1em;
}

.at-contact__title,
.at-contact__subTitle {
    text-align: center;
}

.at-contact__wrapper {
    margin-top: 2em;
}

/**
* Contact person
*/

.at-contactPerson {
    padding: 1.7em 2em;
    background: #fff;
}

.at-contactPerson + .at-contactPerson {
    margin-top: 1em;
}

.at-contactPerson__imageWrapper {
    position: relative;
}

.at-contactPerson__image {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
}

.at-contactPerson__imageWrapper + .at-contactPerson__name {
    margin-top: 1em;
}

.at-contactPerson__name {
    font-size: 1.3em;
    line-height: 1.2;
    text-align: center;
}

.at-contactPerson__info {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #505050;
}

.at-contactPerson__info:hover {
    color: var(--blue-contrast);
}

.at-contactPerson__info::before {
    text-decoration: none;
}

.at-contactPerson__info--phone {
    margin-top: 0.5em;
}

.at-contactPerson__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.at-contactPerson__pageLink {
    display: block;
    margin-top: 0.5em;
    text-align: center;
}

.at-contact .tns-outer {
    margin-left: -1em;
    text-align: center;
}

.at-contact .tns-nav > button {
    width: 1em;
    height: 1em;
    padding: 0;
    margin: 1em .6em;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

.at-contact .tns-nav > .tns-nav-active {
    background: var(--purple);
}

@media (min-width: 700px) {
    .at-contact__title,
    .at-contact__subTitle {
        text-align: left;
    }

    .at-contact__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -1em;
    }

    .at-contactPerson {
        -ms-flex-preferred-size: calc(33.33% - 1em);
        flex-basis: calc(33.33% - 1em);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 1em;
    }

    .at-contactPerson + .at-contactPerson {
        margin-top: 0;
    }
}
