/* Line under menu */
main section:first-of-type:not(.teaser) {
    padding-top: 2px;
}
main section:first-of-type:not(.teaser) > container:first-of-type {
    border-top: 1px solid #ccc;
}
main section:first-of-type:not(.teaser) > .container:first-of-type {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    box-sizing: border-box;
}


.position {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 1.5rem;
}

section.portraits .inactive {
    position: relative;
}

section.portraits .inactive::before {
    content: "";
    display: block;
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}