/**** FONTS ****/
@font-face {
    font-family: 'konvolut';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('./fonts/KonvolutScreenLight.woff2') format('woff2'),
    url('./fonts/KonvolutScreenLight.woff') format('woff');
}
@font-face {
    font-family: 'konvolut';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('./fonts/KonvolutScreenRegular.woff2') format('woff2'),
    url('./fonts/KonvolutScreenRegular.woff') format('woff');
}
@font-face {
    font-family: 'konvolut';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('./fonts/KonvolutScreenBold.woff2') format('woff2'),
    url('./fonts/KonvolutScreenBold.woff') format('woff');
}
/**** /FONTS ****/

body {
    font-family: 'konvolut', serif;
    line-height: 1.5;
    font-weight: 400;
}

html, body {
    font-size: 18px;
    font-weight: 400;
}

.signalColor, a.signalColor {
    color: #000;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* header */
#headerNav ul {
    font-size: 0.8rem;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#headerNav > a {
    font-size: 0.8rem;
}

#projectTopVideo {
    margin-bottom: 50px;
}

#projectTopVideo video {
    display: block;
    width: 100%;
    height: auto;
}

/* tiles */
#tiles {
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 50px;
}

.tile {
    background-color: #fff;
    height: 185px;
    padding: 0;
    transition: background-color 0.2s ease-out;
}

.tile:hover {
    background-color: transparent;
}

.tile img {
    transition: opacity 0.2s ease-out;
}

.tile img.hover {
    z-index: 2;
    opacity: 0;
}

.tile img.hover:hover {

    opacity: 1;
}

.tile .name {
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
    padding: 0.5rem;
    text-align: center;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}



/* intro */
.sectionHeading {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
}

#about {
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

#aboutHeading {
    width: 100%;
    margin-bottom: 36px;
}

#about .left a {
    color: #000;
}

#about .overlayTrigger:after, #singleTopicIntro .overlayTrigger:after {
    background-image: url(./images/icon-annotation_x-white.svg);
    background-color: #000;
    padding: 3px;
    background-size: calc(100% - 14px) auto;
    background-position: center;
    border-radius: 50%;
    bottom: 0px;
}

#about .right {
    padding-bottom: 36px;
}

#aboutArrows {
    bottom: 0;
}

#aboutArrows span {
    height: 18px;
    width: 42px;
    background-size: contain;
}

#aboutArrows #aboutLeft {
    background-image: url('./images/arrows-black_left.svg');
    left: 24px;
}

#aboutArrows #aboutRight {
    background-image: url('./images/arrows-black_right.svg');
    right: 24px;
}

.aboutOverlay {
    border-color: #000;
    font-size: 0.7rem;
    font-style: normal;
}

.aboutOverlay .overlayX {
    background-image: url(./images/icon-annotation_x-white.svg);
}

/* news */
#news {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;

}

#news > .layoutContainer {
    position: relative;
    padding-bottom: 24px;
    padding: 0;
}

#newsHeading {
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 30px;
    color: #000;
    position: relative;
    z-index: 2;
}

#newsEntries {
    padding: 0 25px;
    background-image: none;
    border: 0 none;
    background-image: url(./images/ppks-news-bg.svg);
    background-color: #000;
    background-size: 110px auto;
    background-position: calc(100% - 36px) top;
}

#newsEntries .newsEntry {
    background-color: transparent;
    color: #fff;
}


.newsEntry .text {
    font-size: 0.8rem;
}


.newsEntry .newsRight {
    padding-top: 50px;
}

#newsArrows {
    margin-top: 0;
    position: absolute;
    bottom: -24px;
    left: 50px;
    width: calc(100% - 100px);
    z-index: 2;
    height: 18px;
}

#newsArrows span {
    height: 18px;
    width: 42px;
    background-size: contain;
}

/* team */
#team {
    margin-top: 80px;
}

#teamHeading {
    margin-bottom: 36px;
}

#teamText {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal;
}

#teamText .teamTrigger {
    background-color: transparent;
    color: #000;
    font-family: 'Courier Prime', serif;
    line-height: 1rem;
    font-weight: 700;
    font-size: 1rem;
    padding: 0;
    text-decoration: underline;
}

#teamText a {
    color: #000;
}

.personName {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.personInfo {
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 500;
}

.personEntry.overlay {
    border-color: #000
}

/* partners */
#partnersHeading {
    margin-top: 0;
}

#partners {
    justify-content: flex-start;
}

#partnersLogos img {
    margin-bottom: 0;
    height: auto;
}

/* single topic */
#singleTopicHeading {
    line-height: normal;
    display: block;
    padding: 0;
    margin-left: 0;
    background-color: transparent;
    color: #000;
    font-size: 1.6rem;
}

#singleTopicHeading h1 {
    font-size: inherit;
}

#singleTopicNumber {
    font-size: inherit;
    line-height: normal;
    display: inline;
}

#singleTopicNumber:after {
    content: '.';

}

#singleTopicHeading h1 {
    display: inline;
}

/* exhibit */
.exhibitImageWrapper .overlayTrigger {
    background-color: #000;
    width: 32px;
    height: 32px;
}

.exhibitImageWrapper .overlayTrigger:after {
    background-image: url("./images/icon-annotation_x-white.svg");
    height: 20px;
    width: 23px;
    bottom: 6px;
}

.exhibitAudioWrapper .playButton {
    background-color: #000;
}

.exhibitAudioWrapper .playButton {
    font-size: 0.8rem;
}

/* comments */
.topicExhibit .loginLink, .toggleFormButton {
    font-size: 0.8rem;
}

#respond, .hideCommentsButtons > * {
    font-size: 0.8rem;
}

#topicComments #respond .must-log-in a, #loggedInAs a, .commentsList .editComment, .commentsList .comment-reply-link {
    font-size: 0.8rem;
    color: #000;
    white-space: nowrap;
}

#commentform #submit {
    background-color: #000;
    color: #fff;
    font: inherit;
    font-weight: 500;
}

.commentsList .comment-body {
    font-size: 0.8rem;
}

.commentsList .comment-body.color_comment_1 {
    background-color: #000;
}

.commentsList .comment-body.color_comment_2 {
    background-color: #000;
}

.commentsList .comment-body.color_comment_3 {
    background-color: #000;
}

.color_comment_1 .commentMore, .color_comment_1 .commentLess {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0,1) 60%, rgba(0, 0, 0,0) 100%);
}

.color_comment_2 .commentMore, .color_comment_2 .commentLess {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0,1) 60%, rgba(0, 0, 0,0) 100%);
}

.color_comment_3 .commentMore, .color_comment_3 .commentLess {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0,1) 60%, rgba(0, 0, 0,0) 100%);
}




@media screen AND (max-width: 500px) {
    html, body {
        font-size: 16px;
    }

    #tiles {
        left: -4vw;
        width: 100vw;
        padding: 4vw;
    }

    /* news */
    #news > .layoutContainer {
        padding-top: 6vw;
    }

    #newsHeading {
        margin-bottom: 4vw;
    }

    #news .layoutContainer:after {
        width: calc(100% + 12vw);
        left: -6vw;
        background-size: 5vw auto;
        background-position: calc(100% - 6vw) top;
    }

    .newsEntry .leftImage {
        height: 50vw;
    }

    .newsEntry .newsRight {
        height: 70vw;
    }

    /* logos */
    #partnersHeading {
        max-width: unset;
    }

    .personEntry.overlay .overlayX {
        background-image: url(./images/icon-close-x_white.svg);
        height: 6vw;
    }

}