html {
    box-sizing: border-box;
    overflow-x: hidden;
    margin-right: calc(100% - 100vw);
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.375em;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
}

header {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    max-width: 84rem;
    height: 13rem;
}

main {
    flex: 1 0 auto;
    display: block;
    width: 100%;
    max-width: 64rem;
}

header,
main {
    position: relative;
    margin: 0 auto;
}

footer {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    margin: 5rem 0 0;
    padding: 5rem 0 3rem 0;
    background: #333333;
    line-height: 1.75rem;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer > div {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 64rem;
    color: #cccccc;
}
footer nav {
    flex: 1 0;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer address {
    font-style: normal;
    flex: 2 0;
}

section {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
picture {
    display: inline-block;
}
nav {
    display: block;
}
nav .navigation {
    display: flex;
    flex-direction: column;
}
nav a {
    margin: 0;
    padding: 0;
}
nav .logo {
    position: absolute;
    height: 12rem;
    top: 2rem;
    left: 2rem;
}
nav img {
    height: 100%;
    width: auto;
}
#breadcrumb a::before {
    content: "▷";
    display: inline-block;
    text-decoration: none;
    padding-right: 0.5rem;
}
#breadcrumb a:hover::before {
    content: "▶";
}
#breadcrumb a + a {
    margin-left: 1rem;
}

article > p {
    font-size: 1rem;
    line-height: 1.5rem;
}

h1, h2, h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    line-height: 1.25em;
}

h1 {
    font-size: 3rem;
    margin: 0 0 1em;
}
h1 + p::first-letter {
    display: block;
    font-size: 3.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin: 0.25rem 0.25rem 0 0;
    float: left;
}

h2 {
    font-size: 2rem;
    margin: 3rem 0 1rem;
}

a {
    color: inherit;
    text-decoration: underline;
}

a img {
    text-decoration: none;
    border: none;
}

.vcard {
    position: relative;
}
.vcard .tel {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    max-width: 15rem;
}
.vcard .tel > * + * {
    margin-top: 0.5rem;
}
a[data-name][data-domain] span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
a[data-name][data-domain]::after {
    content: attr(data-name) "@" attr(data-domain);
}
.vcard .tel a,
.vcard .tel > span {
    position: relative;
    margin-left: 2.6275rem;
    padding: 0.25rem 0.75rem 0.25rem 0.625rem;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background: #7E8E9C;
    font-size: 1.25rem;
    line-height: 2rem;
    color: white;
    text-decoration: none;
    transition: background 0.5s ease;
}
.vcard .tel a::before,
.vcard .tel > span::before {
    display: block;
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 2.625rem;
    height: 2.5rem;
    padding: 0.25rem 0.25rem 0 0.25rem;
    border-right: 0.125rem solid #ffffff;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    background: #7E8E9C;
    font-size: 1.25rem;
    line-height: 1em;
    text-decoration: none;
    transition: background 0.5s ease;
}
.vcard .tel a:hover {
    background: #B56518;
}
.vcard .tel a:hover::before {
    background: #935310;
}
.vcard a[data-name][data-domain]::before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%3Cpath%20id%3D%22email%22%20fill%3D%22white%22%20d%3D%22M19.5%2C5H16A11.0122%2C11.0122%2C0%2C0%2C0%2C5.05%2C17.0603%2C11.21433%2C11.21433%2C0%2C0%2C0%2C16.3222%2C27h4.46393a7.15775%2C7.15775%2C0%2C0%2C0%2C4.23938-1.37537.99729.99729%2C0%2C0%2C0%2C.09522-1.504l-.71924-.71924a1.01%2C1.01%2C0%2C0%2C0-1.28394-.10376A4.1849%2C4.1849%2C0%2C0%2C1%2C20.78613%2C24H16a8.00864%2C8.00864%2C0%2C0%2C1-7.98157-8.548A8.189%2C8.189%2C0%2C0%2C1%2C16.28253%2C8H19.5A4.5%2C4.5%2C0%2C0%2C1%2C24%2C12.5v4a1.5%2C1.5%2C0%2C0%2C1-3%2C0v-4a1.49844%2C1.49844%2C0%2C0%2C0-2.57062-1.04834A4.44978%2C4.44978%2C0%2C0%2C0%2C16.5%2C11H16a5%2C5%2C0%2C0%2C0%2C0%2C10h.5a4.46565%2C4.46565%2C0%2C0%2C0%2C3-1.17041A4.4804%2C4.4804%2C0%2C0%2C0%2C27%2C16.5v-4A7.5%2C7.5%2C0%2C0%2C0%2C19.5%2C5ZM18%2C16.5A1.50164%2C1.50164%2C0%2C0%2C1%2C16.5%2C18H16a2%2C2%2C0%2C0%2C1%2C0-4h.5A1.50164%2C1.50164%2C0%2C0%2C1%2C18%2C15.5Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.vcard a.voice::before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%3Cpath%20id%3D%22call%22%20fill%3D%22white%22%20d%3D%22M27.01355%2C23.48859l-1.753%2C1.75305a5.001%2C5.001%2C0%2C0%2C1-5.19928%2C1.18243c-1.97193-.69372-4.87335-2.36438-8.43848-5.9295S6.387%2C14.028%2C5.6933%2C12.05615A5.00078%2C5.00078%2C0%2C0%2C1%2C6.87573%2C6.85687L8.62878%2C5.10376a1%2C1%2C0%2C0%2C1%2C1.41431.00012l2.828%2C2.8288A1%2C1%2C0%2C0%2C1%2C12.871%2C9.3468L11.0647%2C11.153a1.0038%2C1.0038%2C0%2C0%2C0-.0821%2C1.32171%2C40.74278%2C40.74278%2C0%2C0%2C0%2C4.07624%2C4.58374%2C40.74143%2C40.74143%2C0%2C0%2C0%2C4.58374%2C4.07623%2C1.00379%2C1.00379%2C0%2C0%2C0%2C1.32171-.08209l1.80622-1.80627a1%2C1%2C0%2C0%2C1%2C1.41412-.00012l2.8288%2C2.828A1.00007%2C1.00007%2C0%2C0%2C1%2C27.01355%2C23.48859Z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.vcard a.cell::before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%3Cpath%20id%3D%22mobile-phone%22%20fill%3D%22white%22%20d%3D%22M21.5%2C4h-11A2.50263%2C2.50263%2C0%2C0%2C0%2C8%2C6.5v19A2.50263%2C2.50263%2C0%2C0%2C0%2C10.5%2C28h11A2.50263%2C2.50263%2C0%2C0%2C0%2C24%2C25.5V6.5A2.50263%2C2.50263%2C0%2C0%2C0%2C21.5%2C4ZM17%2C25.5a.5.5%2C0%2C0%2C1-.5.5h-1a.5.5%2C0%2C0%2C1-.5-.5v-1a.5.5%2C0%2C0%2C1%2C.5-.5h1a.5.5%2C0%2C0%2C1%2C.5.5ZM21%2C22H11V7H21Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.vcard span.fax::before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%3Cpath%20id%3D%22fax%22%20fill%3D%22white%22%20d%3D%22M6%2C23a1%2C1%2C0%2C0%2C1-1-1V10A1%2C1%2C0%2C0%2C1%2C6%2C9H9a1%2C1%2C0%2C0%2C1%2C1%2C1V22a1%2C1%2C0%2C0%2C1-1%2C1ZM25%2C6a1%2C1%2C0%2C0%2C0-1-1H16a1%2C1%2C0%2C0%2C0-1%2C1V8H25Zm3%2C6V22a2.00591%2C2.00591%2C0%2C0%2C1-2%2C2H15v1a3.00328%2C3.00328%2C0%2C0%2C1-3%2C3H9a3.00328%2C3.00328%2C0%2C0%2C1-3-3H8a1.00067%2C1.00067%2C0%2C0%2C0%2C1%2C1h3a1.00067%2C1.00067%2C0%2C0%2C0%2C1-1V24H11.55969c-.07965%2C0-.12945.00635-.1759-.06671s.01654-.14935.06335-.21692A3.00282%2C3.00282%2C0%2C0%2C0%2C12%2C22V10H26A2.00587%2C2.00587%2C0%2C0%2C1%2C28%2C12ZM17%2C20.49994a.5.5%2C0%2C0%2C0-.5-.5h-2a.5.5%2C0%2C0%2C0-.5.5v1a.5.5%2C0%2C0%2C0%2C.5.5h2a.5.5%2C0%2C0%2C0%2C.5-.5Zm8-6.49933a1%2C1%2C0%2C0%2C0-1-1H16a1%2C1%2C0%2C0%2C0%2C0%2C2h8A1%2C1%2C0%2C0%2C0%2C25%2C14.00061Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

main li + li {
    margin-top: 0.5rem;
}

ul[class] {
    margin: 2rem 0 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
}
p + p {
    margin-top: 1rem;
}

strong {
    font-weight: 700;
}

.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.skip-link {
    position: absolute;
    transform: translateY(-100%);
    padding: 0.5rem 1rem;
    background-color: wheat;
    border: 1px solid black;
}
.skip-link:focus {
    transform: translateY(0%);
}

.copyright {
    white-space: nowrap;
}

.intro {
    padding-top: 1.375rem;
}
.intro > div {
    overflow: hidden;
    position: relative;
    display: flex;
    margin-top: 2rem;
    width: 100%;
}
.intro > div + div {
    margin-top: 1rem;
}

.references {
    display: flex;
    flex-wrap: wrap;
}
.reference + .reference {
    margin-top: 1rem;
}
.reference {
    overflow: hidden;
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
}
.reference .image,
.intro .image {
    position: relative;
}
.reference .image img,
.intro .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.reference .info::after {
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: inherit;
    transform: rotate(45deg);
    z-index: 1;
}
.reference:hover .info::after {
    display: none;
}
.reference .box,
.intro .box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: inherit;
    color: inherit;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.reference .box a,
.intro .box a {
    display: block;
    width: 100%;
    height: 100%;
}
.reference .description {
    position: absolute;
    z-index: 1;
    padding: 1rem;
    background-color: inherit;
    color: #ffffff;
    transition: transform 0.25s ease;
}
.reference .description .wrapper {
    height: 100%;
    position: relative;
    overflow: auto;
}
.reference .description .full-height {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
}

.person {
    display: flex;
    flex-direction: row;
}
.person + .person {
    margin-top: 4rem;
}
.person .image {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 16rem;
}
.person .image::after {
    /* content: ''; */
    position: absolute;
    top: 0;
    right: -1.5rem;
    bottom: 0;
    width: 0.125rem;
    background: #B56518;
}
.person .image a {
    line-height: 0;
}
.person .image img {
    width: 100%;
    height: auto;
}
.person .vcard {
    flex: 1 1 auto;
    margin-left: 2rem;
}
.person .vcard h2 {
    margin: 0 0 1rem;
}

/* D E S K T O P */
@media (min-width: 768px) {
    header,
    main,
    footer > div {
        padding: 0 2rem;
    }
    
    h1,
    #breadcrumb {
        padding-left: 1.5rem;
    }

    .reference,
    .intro > div {
        height: 16rem;
    }
    .reference .info,
    .intro .info {
        width: 16rem;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .reference .info::after {
        top: 7rem;
        left: 15rem;
    }
    .reference .year {
        position: absolute;
        bottom: 1rem;
        font-size: 2rem;
        font-weight: bold;
        opacity: 0.6;
    }
    .reference .description {
        top: 0;
        right: 4rem;
        bottom: 0;
        left: 16rem;
        transform: translateX(-100%);
    }
    .reference:hover .description {
        transform: translateX(0);
    }
    .reference .image,
    .intro .image {
        width: 75%;
    }
}

/* M O B I L E */
@media (max-width: 767.98px) {
    header {
        height: auto;
    }

    header,
    main,
    footer > div {
        padding: 0 1rem;
    }

    footer {
    }
    footer > div {
        flex-direction: column;
    }
    footer nav {
        margin-top: 2rem;
        line-height: 2.5rem;
    }
    
    nav .logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 2rem 0;
        height: auto;
        width: 100%;
        max-width: 384px;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    h1 + p::first-letter {
        margin: 0.25rem 0.25rem 0 0;
    }
    
    .reference,
    .intro > div {
        flex-direction: column;
    }
    .reference .info,
    .intro .info {
        height: 6rem;
    }
    .reference .info::after {
        top: 5rem;
        left: 4rem;
    }
    .reference .year::after {
        content: ":";
        margin-right: 0.125rem;
    }
    .reference .description {
        top: 6rem;
        right: 0;
        bottom: 2rem;
        left: 0;
        transform: translateY(-100%);
    }
    .reference:hover .description {
        transform: translateY(0);
    }
    .reference .image,
    .intro .image {
        height: 16rem;
    }
    .person .image {
        width: 8rem;
    }
    .vcard .tel {
        flex-direction: row;
    }
    .vcard .tel > span {
        display: none;
    }
    .vcard .tel > a + a,
    .vcard .tel > a + span,
    .vcard .tel > span + a {
        margin-left: 0.75rem;
    }
    .vcard .tel a {
        margin: 0;
        padding: 0;
        border-radius: 0.75rem;
        overflow: hidden;
    }
    .vcard .tel a::before {
        position: relative;
        top: auto;
        left: auto;
        width: 2.5rem;
        border-radius: 0.75rem;
        border-right: 0;
    }
    .vcard .tel a span,
    .vcard .tel a::after {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
    .person {
        flex-direction: row-reverse;
    }
    .person .vcard {
        margin-left: 0;
        margin-right: 1.5rem;
    }
}

@media (max-width: 1343.98px) {
    nav .logo {
        height: 14.285vw;
    }
}
@media (max-width: 1023.98px) {
    nav .logo {
        height: 9.125rem;
    }
}
@media (max-width: 419.98px) {
    nav .logo {
        width: 100%;
        height: auto;
    }
    .person .image {
        display: none;
    }
    .person .vcard {
        margin-right: 0;
    }
}
