/* TEAM */
.team-member {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 0;
}

img.team-portrait {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.team-member figcaption {
    opacity: 0.6;
    font-size: 12px;
    text-align: center;
    max-width: 160px;
}

.team-member figure {
    margin-right: 30px;
}

.person-details h4 {
    margin-bottom: 10px;
}

.person-details p {
    margin: 0;
}

.person-details a {
    text-decoration: none;
    color: inherit;
}

a.email {
    display: block;
}


/* STICKY HEADER */
header {
    position: sticky;
    top: 0;
    z-index: 100;
}

img.custom-logo {
    width: 182px;
    height: 94px;
    object-fit: cover;
    object-position: top;
    transition: height 0.5s;
}

.cropped {
    height: 62px!important;
}

.header {
    transition: height 0.3s ease;
}

.custom-logo {
    transition: transform 0.3s ease;
}


/* NOTIFICATION BOX */
div.notification {
    background-color: var(--wp--preset--color--red);
    max-width: 47ch;
}

.has-red-color a {
    color: var(--wp--preset--color--red) !important;
}

/* CONSENT BANNER */
#consent-options a {
    text-decoration: none;
}


/* SCROLL OFFSET */
.offset {
    scroll-margin-top: 130px;
}


/* footer */ 
footer a {
    text-decoration: none;
}

