/*
Theme Name:   	Whitevoid 202000401
Theme URI:    	n.a.
Author:       	Bureau Borsche
Author URI:		https://bureauborsche.com
Description:  	Whitevoid
Version:      	1.3
*/

/***************************************** RESET *****************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: none;
}

/***************************************** BASIC *****************************************/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=8db14f07-89a4-4c4f-b18c-54ce406932e4&fontids=1489426");
@font-face{
    font-family:"Helvetica LT W02 Light";
    src:url("fonts/029995c5-b31f-4d95-9db2-4d6118cfdb06.woff2") format("woff2"),url("fonts/8f4376e4-6220-436c-ba68-e2321411ef24.woff") format("woff");
}

* {
    font-family: "Helvetica LT W05 Light", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 120%;
}

body.logged-in nav.show {
    top: 32px !important;
}

body.logged-in .search.show {
    top: 69px !important;
}

/***************************************** LINK INPUT *****************************************/

a {
    color: black;
    text-decoration: none;
}

::placeholder {
    color: #cccccc;
}

*:focus {
    outline: none;
}

p:last-of-type {
    padding-bottom: 0px !important;
}

strong {
    color: #808080 !important;
}


/***************************************** PADDING MARGIN *****************************************/

.padding {
    padding: 10px 11px 8px 10px;
}

.padding-big {
    padding: 20px;
}

.padding-huge {
    padding: 20px;
}

.padding-top {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.padding-top-huge {
    padding-top: 64px;
}

.padding-bottom-huge {
    padding-bottom: 64px;
}

/***************************************** TYPO *****************************************/

.right-aligned {
    text-align: right !important;
}

.left-aligned {
    text-align: left !important;
}

.center-aligned {
    text-align: center !important;
}

/***************************************** GRID *****************************************/

.grid {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.grid.contentheight {
    min-height: 100vh;
}

.grid>a {
    width: 100%;
}

.grid.center {
    justify-content: space-around;
}

.w-1-12 {
    width: calc(100% / 12 * 1);
}

.w-2-12 {
    width: calc(100% / 12 * 2);
}

.w-3-12 {
    width: calc(100% / 12 * 3);
}

.w-4-12 {
    width: calc(100% / 12 * 4);
}

.w-5-12 {
    width: calc(100% / 12 * 5);
}

.w-6-12 {
    width: calc(100% / 12 * 6);
}

.w-7-12 {
    width: calc(100% / 12 * 7);
}

.w-8-12 {
    width: calc(100% / 12 * 8);
}

.w-9-12 {
    width: calc(100% / 12 * 9);
}

.w-10-12 {
    width: calc(100% / 12 * 10);
}

.w-11-12 {
    width: calc(100% / 12 * 11);
}

.w-12-12 {
    width: calc(100% / 12 * 12);
}

img,
video {
    width: 100%;
    display: block;
}

.w-12-12 video {
    width: 100vw;
}

/***************************************** NAV *****************************************/

nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: white;
    transition: 300ms ease-in-out top;
    z-index: 100;
    border-bottom: 1px solid #ccc;
}

nav.hide {
    top: -38px;
}

nav.show {
    top: 0px;
}

nav .logo {
    float: left;
}

nav .logo img {
    height: 17px;
    width: auto;
}

nav .menu {
    float: right;
}

nav a,
nav span {
    margin-left: 10px;
}

nav .logo a {
    margin-left: 0px;
}

/***************************************** SEARCH *****************************************/

input[type="submit"],
.search-button {
    cursor: pointer;
}

div.search {
    width: 100%;
    float: left;
    padding: 10px 8px 10px 10px;
    position: fixed;
    transition: top 300ms ease-in-out;
    z-index: 99;
    background: white;
    border-bottom: 1px solid #ccc;
}

div.search * {
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    background: none;
    padding: 0px;
    margin: 0px;
    font-size: 32px;
    float: left;
}

div.search form {
    width: 100%;
}

div.search #search {
    width: calc(100% - 139px);
}

div.search.hide {
    top: -115px;
}

div.search.show {
    top: 36px;
}


/***************************************** FOOTER *****************************************/

.footer {
    padding: 10px 0px 10px 0px;
    border-top: 1px solid black;
    margin-top: 30px;
}

.footer * {
    transition: color 300ms ease-in-out;
}

.footer a:hover {
    color: #cccccc;
    transition: color 0ms ease-in-out;
}

.footer>div {
    padding-top: 20px;
}

.footer .social img {
    height: 24px;
    width: 24px;
    margin-top: -2px;
    display: inline-block;
}

.footer a,
.footer span {
    margin-right: 20px;
}

.footer .scrolltop {
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

.footer .scrolltop img {
    height: 24px;
    width: 24px;
    display: inline-block;
}

/***************************************** PROJECTS *****************************************/

.projects {
    padding: 2px;
    padding-top: 38px;
}

#work {
    width: 100%;
}

#work .header-row div {
    width: 25%;
}

.project {
    height: calc(50vw / 16 * 10);
    position: relative;
    color: white;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 1);
    position: relative;
    width: calc(50% - 4px);
    margin: 2px;
}

.project.w-12-12 {
    width: 100%;
    height: calc(100vw / 16 * 10);
}

.project.right {
    margin-left: 2px !important;
    margin-right: 0px !important;
}

.project>a>div {
    height: 100%;
    width: 100%;
}

.project img,
.project video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 800ms ease-in-out;
}

.project .ckin__player {
    height: 100%;
}

.project:hover img,
.project:hover video {
    transform: scale(1.03);
}

.notclickable {
    cursor: inherit !important;
}

.notclickable:hover img,
.notclickable:hover cover {
    transform: scale(1);
}

.project div div:not(.ckin__player) {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px 20px 17px 20px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 100%);
}

.project h1,
.project h2 {
    font-size: 32px;
    line-height: 100%;
    color: white;
}

.project p {
    padding-top: 10px;
    max-width: calc(50vw - 40px);
}

.projects .quote {
    padding-bottom: 60px !important;
}

.change-view {
    cursor: pointer;
    color: #cccccc;
}

.change-view.active {
    cursor: pointer;
    color: black;
}

.map-view,
.list-view {
    display: none;
}

.project div div:not(.ckin__player) {
    opacity: 0;
}

.list-view {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-row {
    border-bottom: 0px;
}

@media screen and (min-width:1025px) {

    .project:hover div div:not(.ckin__player) {
        opacity: 1;
    }

}

.changeview {
    border-bottom: 1px solid #ccc;
}


/***************************************** MAP *****************************************/

#map {
    width: 100%;
    height: 56vw;
}

.gm-style-iw {
    padding: 0px !important;
}

.gm-style .gm-style-iw-d {
    overflow: visible !Important;
}

.gm-style .gm-style-iw-c {
    border-radius: 0px !important;
    width: 200px !important;
    height: 200px !important;
}

.gm-style-iw button {
    display: none !important;
}

.gm-style .gm-style-iw-t::after {
    background-color: black !Important;
}

.info-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
}

.gm-style button {
    background: none !Important;
    width: 16px !Important;
    height: 16px !Important;
    display: block !Important;
    top: 10px !Important;
    right: 10px !Important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgeDE9IjAuOTk2IiB5MT0iMTUuMDA0IiB4Mj0iMTUuMDA1IiB5Mj0iMC45OTUiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHgxPSIwLjk5NiIgeTE9IjAuOTk1IiB4Mj0iMTUuMDA1IiB5Mj0iMTUuMDA0Ii8+PC9nPjwvc3ZnPg==) !important;
    opacity: 1 !important;
}

.gm-style button img {
    display: none !important;
}

/***************************************** TABLE *****************************************/

.row {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #cccccc;
    transition: 300ms all ease-in-out;
    margin-top: -1px;
    position: relative;
}

.row:hover {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    color: black;
    transition: 0s all ease-in-out;
    z-index: 1;
}

.header-row {
    border-top: 0px !important;
    color: #808080 !important;
    border-bottom: 1px solid #cccccc !important;
}

/***************************************** SINGLE PROJECT *****************************************/

.header {
    overflow: hidden;
    position: relative;
}

.header img,
.header video {
    height: calc(100vw / 16 * 9);
    object-fit:cover;
}

.logged-in .header img,
.logged-in .header video {
    height: calc((100vw / 16 * 9) - 32px);
}

.single-post {
    padding-top: 36px;
}

.single-post h1,
.single-post h2 {
    font-size: 32px;
    line-height: 100%;
}

@media screen and (min-width:768px) {

    .single-post .intro {
        padding: 28px 64px 0px 64px;
    }

}

.single-post .intro {
    border-bottom: 1px solid #cccccc;
}

.single-post .intro .meta {
    color: black;
    font-size: 20px;
    line-height: 120%;
    padding: 28px 10px 28px 10px;
}

.single-post .intro .meta * {
    font-size: 20px;
    line-height: 120%;
    /*  white-space:nowrap; */
}

.single-post .intro .meta strong {
    color: #cccccc !Important;
}

.single-post .intro .meta strong:before {
    content: ' ';
    white-space: initial;
}

@media screen and (min-width:768px) {

    .single-post .intro>div {
        padding-left: 0px !important;
    }

}

/***************************************** TEXT *****************************************/

.text {
    max-width: 800px;
    padding: 28px 20px 28px 20px;
    font-size: 20px;
    line-height: 120%;
    padding-top: 48px;
    padding-bottom: 48px;
}

.text.readmore {
    width: 100%;
    max-width: none;
    border-top: 1px solid #cccccc;
}

.text.readmore .center-aligned {
    padding-top: 0px;
}

.textfull {
    height: 0px;
    padding: 0px !important;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.textfull>p:first-of-type {
    padding-top: 48px;
}

.readmorebutton {
    color: #808080;
    cursor: pointer;
}

.text * {
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 28px;
}

*>p:last-of-type {
    padding-bottom: 0px;
}

.image {
    max-width: 800px;
    padding: 0px 20px 28px 20px;
}

.quote+.text,
.text+.text,
.quote+.quote,
.quote+.credit,
.text+.credit {
    padding-top: 0px !important;
}

.text.readmore {
    padding-top: 10px !important;
}

/***************************************** QUOTE *****************************************/

.quote {
    width: 100%;
    padding: 64px;
    font-size: 32px;
    line-height: 100%;
}

.quote * {
    font-size: 32px;
    line-height: 100%;
}

/***************************************** IMAGE 33 *****************************************/


.image_33 {
    align-items: center;
    padding: 28px 20px 28px 20px;
}

.image_33 img,
.image_33 video {
    margin: auto;
    height: 80vh;
    object-fit: contain;
    object-position: center center;
}

/***************************************** IMAGE 33 FIXED HEIGHT *****************************************/

.image_33.fixed {
    padding: 0px;
}

.image_33.fixed div {
    margin: 1px;
    width: calc(33.333% - 2px);
    height: calc(33.333vw / 3 * 2);
}

.image_33.fixed img,
.image_33.fixed video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image_33 div.left {
    margin-left: 0px !important;
    margin-right: 2px !important;
}

.image_33 div.right {
    margin-left: 2px !important;
    margin-right: 0px !important;
}

/***************************************** IMAGE 33 FIXED HEIGHT VERTICAL *****************************************/

.image_33.fixed.vertical div {
    margin: 1px;
    width: calc(33.333% - 2px);
    height: calc(33.333vw / 2 * 3);
}

/***************************************** IMAGE 50 FIXED HEIGHT *****************************************/

.image_50 div img,
.image_50 div video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image_50 div {
    margin: 2px;
    margin-left: 0px;
    width: calc(50% - 2px);
    height: calc(50vw / 3 * 2);
}

.image_50 div.right {
    margin-left: 2px !important;
    margin-right: 0px !important;
}

/***************************************** IMAGE 50 AUTO HEIGHT *****************************************/

.image_50.auto {
    padding-left: 10vw;
    padding-right: 10vw;
}

.image_50.auto div img,
.image_50.auto div video {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    object-position: center center;
    margin: auto;
}

.image_50.auto div {
    width: 50%;
    height: auto;
    align-items: center;
    padding: 28px 20px 28px 20px;
    margin: 0px !important;
}

/***************************************** IMAGE 100 *****************************************/

.swiper-slide,
.singleimage {
    display: flex;
    margin: 0px !Important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.swiper-container.w-12-12 .swiper-slide {
    width: 100% !important;
}

.swiper-container.w-12-12 .swiper-slide div {
    width: 100%;
}

.swiper-slide img,
.swiper-slide video,
.singleimage img,
.singleimage video {
    height: calc(100vw / 16 * 9);
    object-fit: cover;
    object-position: center center;
}

.half-height img,
.half-height video {
    height: calc(100vw / 16 * 9 / 4 * 3);
}

/***************************************** IMAGE 100 *****************************************/

.vimeo iframe {
    width: 100%;
    height: calc(100vw / 16 * 9);
    background: black;
}

/***************************************** CREDITS *****************************************/

.credits {
    max-width: 800px;
    padding: 18px 10px 18px 10px;
}

.credits * {
    font-size: 20px;
    line-height: 120%;
    color: #cccccc;
}

.credits p {
    padding-bottom: 28px;
}

.credits a:hover {
    color: black;
}

.text .credits {
    margin-top: 64px;
    padding: 18px 0px 18px 0px;
}

.text .credits div {
    padding-right: 10px;
}

/***************************************** RELATED *****************************************/

.related {
    padding-top: 64px;
}


/***************************************** ABOUT *****************************************/

.grid.about {
    padding-top: 37px;
}

.clients div,
.awards div,
.publications div {
    color: #cccccc;
    text-align: center;
    padding: 0px;
    transition: 300ms color ease-in-out;
}



.clients>div,
.awards>div,
.publications>div {
    padding: 10px 10px 10px 10px;
}

.clients>div.w-2-12 {
    border-bottom: 1px solid #cccccc;
}

.clients div .image,
.awards div .image {
    height: 10vw;
    padding: 0px;
    background-origin: content-box;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 300ms all ease-in-out;
}

.about .header {
    padding-top: 0px !important;
}

.showmore {
    text-align: left !important;
}

.showmorebutton,
.clientshowmorebutton {
    cursor: pointer;
}

.showmore span:hover {
    color: black;
}

div.hidden {
    display: none
}

.about .subnav a {
    margin-right: 42px;
    color: #808080;
    transition: 300ms color ease-in-out;
    font-size: 20px;
    line-height: 120%;
}

.about .subnav a:last-of-type {
    margin-right: 0px;
}

.about .subnav a:hover {
    color: black;
    transition: 0ms color ease-in-out;
}

.quote#awards,
.quote#publications,
.quote#lectures,
.quote#clients {
    padding-bottom: 20px;
}

.about .subnav {
    overflow: auto;
    text-align: center;
    border-bottom: 1px solid #808080;
    padding-top: 15px;
    padding-bottom: 15px;
}

.about .subnav div {
    width: auto;
    white-space: nowrap;
}

/***************************************** PUBLICATIONS *****************************************/

.publications {
    padding-top: 0px;
    padding-bottom: 0px;
}

.publications a {
    transition: 300ms color ease-in-out;
    color: #cccccc;
}

.publications a:hover *,
.publications .item:hover * {
    color: black;
    transition: 0ms color ease-in-out;
}

.publications div img {
    height: 16.666vw;
    top: 0px;
    left: 0px;
    object-fit: contain;
    position: absolute;
}

.publication {
    height: 16.666vw;
    position: relative;
}

.publications a .publication {
    cursor:pointer;
}

.publication .w-12-12 {
    display: none;
}

.publication .w-12-12:first-of-type {
    display: block;
}

.publications .image {
    margin-bottom: 10px;
}

.publications .swiper-slide {
    padding: 5px;
}

.publications .item {
    padding-bottom: 20px;
}

.publications .item:nth-of-type(1),
.publications .item:nth-of-type(2) {
    border-top: 1px solid #ccc;
}

@media screen and (min-width:768px) {

    .publications .item:nth-of-type(3),
    .publications .item:nth-of-type(4) {
        border-top: 1px solid #ccc;
    }

}

.publications .center-aligned {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}


/***************************************** CLIENTS *****************************************/

.clients-filter {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #cccccc;
}

.clients-filter span {
    color: #757575;
    cursor: pointer;
}

.clients-filter span:hover,
.clients-filter span.active {
    color: black;
}

.clients .cultural {
    display: none;
}

/***************************************** JOBS *****************************************/

.jobs-filter span {
    color: #757575;
    cursor: pointer;
}

.grid.jobs {
    padding-top: 86px;
}

.jobs-filter span:hover,
.jobs-filter span.active {
    color: black;
}

.project.job div div {
    opacity: 1;
}

.project.job {
    width: calc(33.333% - 4px);
    height: calc(33.333vw / 16 * 10);
}

.jobs .item a {
    color:#cccccc;
    transition: 300ms color ease-in-out;
}

.jobs .row:hover a {
    color: black;
}

/***************************************** AWARDS *****************************************/

.awards div .image {
    margin-bottom: 20px;
}

.awards div:hover {
    color: black;
    transition: 0ms color ease-in-out;
}

.awards div:hover .image {
    -webkit-filter: none;
    filter: none;
    transition: 0ms all ease-in-out;
}

.awards .item:nth-of-type(1),
.awards .item:nth-of-type(2) {
    border-top: 1px solid #ccc;
}

@media screen and (min-width:768px) {

    .awards .item:nth-of-type(3),
    .awards .item:nth-of-type(4) {
        border-top: 1px solid #ccc;
    }

}

@media screen and (min-width:920px) {

    .awards .item:nth-of-type(5),
    .awards .item:nth-of-type(6) {
        border-top: 1px solid #ccc;
    }

}

.awards .center-aligned {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

/***************************************** CONTACT *****************************************/

.contact {
    padding-top: 37px;
}

.contact .text {
    max-width: 800px;
}

.contact .text * {
    font-size: 16px;
    line-height: 120%;
}

.contact .w-4-12 {
    padding-bottom: 0px;
}

.contact img {
    min-height: 400px;
    object-fit: cover;
    object-position: center center;
}

/***************************************** SHOW MORE *****************************************/

.showlessbutton,
.clientshowlessbutton,
.readlessbutton {
    display: none;
}

.showlessbutton,
.showmorebutton,
.clientshowmorebutton,
.clientshowlessbutton,
.readlessbutton,
.readmorebutton {
    color: #808080;
    cursor: pointer;
}

.showlessbutton:hover,
.showmorebutton:hover,
.clientshowmorebutton:hover,
.clientshowlessbutton:hover,
.readlessbutton:hover,
.readmorebutton:hover {
    color: black;
}

/***************************************** HOMEPAGE *****************************************/

.homepage {
    padding-top: 36px;
}

.home .intro .swiper-slide img,
.home .intro .swiper-slide video {
    height: calc(100vw / 16 * 10);
}

/*** 20200225
.next,
.prev {
    display: none;
    cursor: pointer;
}
***/

.next,
.prev {
    display: block;
}

.next {
    position: absolute;
    right: 20px;
    top: 50%;
    color: white;
    z-index: 2;
}

.prev {
    position: absolute;
    left: 20px;
    top: 50%;
    color: white;
    z-index: 2;
}

.nocursor {
    cursor: initial;
}

/***************************************** NEWS *****************************************/

.newsoverview {
    padding-top: 36px;
}

.news {
    border-top: 1px solid #cccccc;
}

.news h1,
.news h2 {
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
}

.news h3 {
    text-transform: uppercase;
}

.news p {
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 24px;
}

.padding-huge {
    padding: 60px;
}

.newsoverview .news a {
    color: #808080;
    transition: 300ms color ease-in-out;
}

.newsoverview .news a:hover {
    color: black;
    transition: 0ms color ease-in-out;
}

.newsoverview .grid.news {
    align-items: initial;
    align-content: initial;
}

.newsoverview .grid.news img,
.newsoverview .grid.news video {
    height: 100%;
    widows: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (min-width:768px) {

    .newsoverview .grid.news div:first-of-type {
        position: relative;
    }

    .newsoverview .grid.news img,
    .newsoverview .grid.news video {
        width: 100%;
        height: 100%;
        min-height: 100%;
        top: 0px;
        bottom: 0px;
    }

    /*
.newsoverview .grid.news img,
.newsoverview .grid.news video {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    bottom:0px;
}
*/

}

/***************************************** SINGLE NEWS *****************************************/

.grid.single-news {
    padding-top: 38px;
}

.grid.single-news .news a {
    color: #808080;
    transition: 300ms color ease-in-out;
}

/***************************************** SEARCH RESULTS *****************************************/

.results {
    padding-top: 60px;
}

.searchquery {
    padding: 0px 9px 0px 10px;
    font-size: 32px;
    line-height: 100%;
    padding-top: 20px;
    padding-bottom: 48px;
}

.searchquery * {
    font-size: 32px;
    line-height: 100%;
}

@media screen and (min-width:1025px) {

    .searchquery {
        padding-left: 54px;
    }

}

/***************************************** FILTER *****************************************/

.w-3-12 .column {
    column-count: 2;
    column-gap: 20px;
}

.w-2-12 .column.year {
    column-count: 3;
    column-gap: 20px;
}

.w-4-12 .column {
    column-count: 3;
    column-gap: 20px;
}

.filter {
    display: none;
}

.filter span,
.filter label {
    color: #cccccc;
    cursor: pointer;
}

.filter span:hover {
    color: black;
}

.filter .header-row {
    border-bottom: 0px !important;
    padding-bottom: 20px !important;
}

.filter-button {
    cursor: pointer;
}

.filter input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0px;
    width: auto;
}

.filter input[type='checkbox'],
.filter input[type='radio'] {
    float: left;
    width: 0px;
    display: none;
}

.filter input[type='checkbox']:checked,
.filter input[type='checkbox']:not(:checked),
.filter input[type='radio']:checked,
.filter input[type='radio']:not(:checked) {
    visibility: hidden;
}

.filter input,
.filter label {
    cursor: pointer;
}

.filter input[type='checkbox']:checked+label {
    color: black;
}

.reset {
    display: none;
    cursor: pointer;
}

.is-filtered .project.w-12-12 {
    width: calc(50% - 4px);
    height: calc(50vw / 16 * 10);
}

@media screen and (min-width:767px) {

    .filter>div:nth-of-type(1),
    .filter>div:nth-of-type(2),
    .filter>div:nth-of-type(3) {
        padding-right: 100px;
    }

}

/***************************************** NEWSLETTER POPUP *****************************************/

.newsletter-popup {
    position: fixed;
    width: 100%;
    height: auto;
    max-width: 600px;
    transform: translateX(-50%) translateY(-50%);
    background: white;
    border: 1px solid #ccc;
    top: 50%;
    left: 50%;
    color: #808080;
    display: none;
}

.newsletter-popup input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.newsletter-popup label {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.newsletter-popup input[type="checkbox"] {
    width: 12px;
    height: 12px;
    padding: 0px;
    margin-right: 10px;
    top: 3px;
    display: inline-block;
    border: 1px solid #ccc;
    position: relative;
}

.newsletter-popup input[type="checkbox"]:checked {
    background: #ccc;
}

.newsletter-popup p {
    padding: 10px;
}

.newsletter-popup input[type="submit"] {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    background: none;
}

.newsletter-popup .popup-header {
    border-bottom: 1px solid #ccc;
    color: black;
}

.newsletter-popup .popup-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.newsletter-button {
    cursor: pointer;
}

/***************************************** TABLE BIGGER PADDING *****************************************/

@media screen and (min-width:768px) {

    .lectures .w-8-12,
    .results .w-8-12,
    .clients-filter,
    .jobs>.w-12-12,
    .subnavi,
    .homepage-jobs>.w-12-12 {
        padding-left: 54px !Important;
    }

    .lectures .right-aligned,
    .results .right-aligned,
    .jobs>.w-12-12,
    .homepage-jobs>.w-12-12 {
        padding-right: 54px;
    }

}

/***************************************** SINGLE PAGE CONTENT *****************************************/

.page-template-default .defaultpage {
    padding-top: 37px;
}

.page-template-default .defaultpage * {
    font-size: 16px;
    line-height: 120%;
}

.page-template-default .defaultpage>* {
    display: block;
    width: 100%;
}

/***************************************** HOMEPAGE *****************************************/

.home .intro .project.swiper-slide-active div div {
    opacity: 1 !important;
}

.home .intro .project div div * {
    opacity: 0 !important;
}

.home .intro .project.swiper-slide-active div div * {
    opacity: 1 !important;
    transition: opacity 800ms ease-in-out;
}

/***************************************** TABLET *****************************************/
/***************************************** TABLET *****************************************/
/***************************************** TABLET *****************************************/
/***************************************** TABLET *****************************************/
/***************************************** TABLET *****************************************/

@media screen and (max-width:1200px) {

    /***************************************** FILTER *****************************************/

    .w-3-12 .column {
        column-count: 1;
        column-gap: 20px;
    }

    .w-2-12 .column.year {
        column-count: 2;
        column-gap: 20px;
    }

    .w-4-12 .column {
        column-count: 2;
        column-gap: 20px;
    }

}

@media screen and (max-width:920px) {

    /***************************************** FILTER *****************************************/

    .w-3-12 .column {
        column-count: 1;
        column-gap: 20px;
    }

    .w-2-12 .column.year {
        column-count: 1;
        column-gap: 20px;
    }

    .w-4-12 .column {
        column-count: 1;
        column-gap: 20px;
    }

    /***************************************** AWARDS *****************************************/

    .awards .item {
        width: 25% !important;
    }

    .awards .image {
        height: 16.667vw !important;
    }

}

/***************************************** MOBILE *****************************************/
/***************************************** MOBILE *****************************************/
/***************************************** MOBILE *****************************************/
/***************************************** MOBILE *****************************************/
/***************************************** MOBILE *****************************************/

.mobile {
    display: none;
}

@media screen and (max-width:767px) {

    * {
        cursor: pointer !important;
    }

    .w-1-12,
    .w-2-12,
    .w-3-12,
    .w-4-12,
    .w-5-12,
    .w-6-12,
    .w-7-12,
    .w-8-12,
    .w-9-12,
    .w-10-12,
    .w-11-12,
    .w-12-12,
    .project {
        width: 100%;
    }

    /***************************************** TYPOGRAPHY *****************************************/

    .project h1,
    .project h2,
    .quote *,
    .quote,
    .single-post h1,
    .single-post h2 {
        font-size: 20px;
        line-height: 120%;
    }

    .text,
    .text *,
    .credits *,
    .single-post .intro .meta *,
    .single-post .intro .meta {
        font-size: 16px;
    }

    .text * {
        padding-bottom: 19px !important;
    }

    .clients div,
    .awards div,
    .publications div,
    .row {
        color: black !important;
    }

    /***************************************** NAVIGATION *****************************************/

    .mobile {
        display: block;
        float: right;
    }

    nav {
        max-height: 100%;
        overflow: auto;
    }

    nav.hide {
        top: -59px;
    }

    nav a {
        margin: 0px;
    }

    .logo.padding,
    .mobile.padding {
        padding: 10px;
    }

    .menu {
        height: auto;
        width: 100%;
        padding: 20px;
        float: initial;
        display: none;
    }

    .menu>* {
        display: block;
        margin: 0px;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .menu>span {
        margin-bottom: 0px;
    }

    .burger-icon {
        cursor: pointer;
        margin: 0px;
    }

    .burger-icon img {
        height: 18px;
        width: 18px;
    }

    .burger-icon:hover {
        color: black;
    }

    /***************************************** PROJECTS *****************************************/

    .projects {
        padding-top: 39px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .project,
    .project.right,
    .project.job {
        width: 100% !important;
        height: calc(100vw / 16 * 10) !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .quote {
        padding: 32px 20px 32px 20px;
    }

    .changeview div {
        width: 50%;
    }

    #map {
        width: 100%;
        height: 80vh;
    }

    .projects .list-view .sort-location,
    .projects .list-view .sort-year {
        width: 50%;
    }

    /***************************************** PROJECT *****************************************/


    .image_33 {
        padding: 0px;
    }

    .image_33 .padding {
        padding: 0px;
    }

    .image_33 img,
    .image_50 img {
        width: 100% !important;
        height: auto !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .image_33.fixed img {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .image_50.fixed div,
    .image_50.fixed div.right {
        width: 100% !important;
        height: calc(100vw / 3 * 2) !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        overflow: hidden;
    }

    .image_33.fixed div,
    .image_33.fixed div.right {
        width: 100% !important;
        height: calc(100vw / 2 * 3) !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        overflow: hidden;
    }

    .image_33.fixed img,
    .image_50.fixed img {
        width: 100% !important;
        height: 100% !important;
        margin: 0px !important;
    }

    .image_33.fixed div,
    .image_50.fixed div {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .image_50.auto {
        padding: 0px;
    }

    .image_50.auto div {
        width: 100%;
        padding: 0px;
    }

    .single-post .intro .meta strong:before {
        content: '';
        display: block;
        height: 0px;
        width: 0px;
    }

    .single .quote {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .single .readmore {
        padding-bottom: 0px;
    }

    .text .credits {
        margin-top: 0px;
        padding: 28px 0px 0px 0px;
    }

    .single-post {
        padding-top: 59px;
    }

    .related {
        padding-top: 28px;
    }

    .single-post .projects {
        padding-top: 18px !Important;
    }

    .textfull>p:first-of-type {
        padding-top: 18px;
    }

    .textfull {
        padding-bottom: 0px !Important;
    }

    /***************************************** FOOTER *****************************************/

    .footer {
        padding: 0px !important;
    }

    .footer * {
        text-align: center !Important;
    }

    .footer>div {
        padding: 20px;
        border-bottom: 1px solid black;
    }

    .footer {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .footer>div:nth-of-type(2) a {
        display: block;
        margin-bottom: 10px;
        padding-top: 0px;
    }

    .footer div img {
        margin: 0px !important;
    }

    .footer .scrolltop {
        width: 100%;
        padding: 20px;
        position: initial;
        left: 0px;
        margin-left: 0px;
    }

    /***************************************** ABOUT *****************************************/

    .about .subnav {
        padding-left: 20px;
        padding-right: 20px;
    }

    /***************************************** CLIENTS *****************************************/

    .clients .item {
        width: 33.333% !important;
    }

    .clients .image {
        height: 20vw !important;
    }

    .clients>div.w-2-12 {
        padding: 0px !important;

    }

    /***************************************** LECTURES *****************************************/

    .lectures .row .w-2-12 {
        width: 75%;
    }

    .lectures .row .w-2-12.right-aligned {
        width: 25%;
    }

    .lectures .header-row div {
        width: auto !important;
    }

    .lectures .header-row .right-aligned {
        margin-left: auto;
    }

    /***************************************** PUBLICATIONS *****************************************/

    .publications .item {
        width: 50% !important;
    }

    .publications .item img,
    .publications .publication {
        height: 33.333vw !important;
    }

    .publications {
        padding: 0px;
    }

    .publications .item span {
        display: none;
    }

    /***************************************** AWARDS *****************************************/

    .awards .item {
        width: 50% !important;
    }

    .awards .image {
        height: 33.333vw !important;
    }

    .awards .item span {
        display: none;
    }

    /***************************************** CONTACT *****************************************/

    .contact .text {
        padding-top: 28px;
        padding-bottom: 0px;
    }

    .contact .w-4-12 {
        padding-bottom: 28px;
    }

    .contact {
        padding-top: 59px;
    }

    /***************************************** CONTACT *****************************************/

    .jobs .item a {
        color:black;
    }

    /***************************************** FILTER *****************************************/

    .w-3-12 .column {
        column-count: 1;
        column-gap: 20px;
    }

    .w-2-12 .column.year {
        column-count: 4;
        column-gap: 20px;
    }

    .w-4-12 .column {
        column-count: 2;
        column-gap: 20px;
    }

    /***************************************** NEWSLETTER *****************************************/

    .newsletter-popup {
        height: 100%;
        overflow: auto;
        top: 0px;
        left: 0px;
        transform: initial;
        z-index: 100;
    }

    /***************************************** SEARCH *****************************************/

    div.search {
        padding: 20px;
        transition: none;
    }

    div.search.show {
        top: 39px;
        bottom: 0px;
    }

    div.search #search {
        width: 100%;
    }

    div.search * {
        font-size: 24px;
    }

    .searchquery {
        padding-bottom: 20px;
    }

    .searchquery h1 {
        font-size: 16px;
    }

    .results .row {
        padding: 10px;
        color: black;
    }

    .results .row div {
        padding: 0px;
    }

    .results .row .w-8-12 {
        width: calc(100% - 100px);
    }

    .results .row .w-4-12 {
        width: 100px;
    }

    /***************************************** NEWS *****************************************/

    .newsoverview {
        padding-top: 58px;
    }

    .padding-huge {
        padding: 20px;
    }

    /***************************************** TYPOGRAPHY *****************************************/

    .grid.homepage .project {
        height: auto;
        background: none;
    }

    .grid.homepage .project div div {
        position: initial;
        background: white;
        color: black;
        display: initial;
        float: left;
        opacity: 1;
    }

    .grid.homepage .project div div h1,
    .grid.homepage .project div div h2 {
        color: black;
    }

}