@charset "utf-8";

html, body, * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

body {
    padding-top: 80px;
    z-index: -1;
}

body, p {
    color: rgb(128,128,128);

}

h1, h2, h3, h2 a {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1 {
    margin-bottom: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

h2 {
    margin: 0 0 1em;
}

strong {
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: grey;
    font-weight: 300;
}

a:hover {
    color:rgb(153, 22, 54);
    font-weight: 400;
}

button {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

button:hover {
    font-weight: 400;
}

ul {
    list-style: none;
}

path {
    transition: .2s ease;
}

.cf:after {
    content: '';
    display: table;
    clear: both;
}

.wrapper {
    width: 100%;
    padding: 0 20px;
    max-width: 70em;
    margin: 0 auto;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    z-index: 7000;
    background: white;
}

    .header .wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        height: 100%; }

        section

.nav {
    display: block;
    margin-left: auto;
}

.filter {
    display: block;
    margin-left: auto;
}

.logo {
    font-size: 30px;
}

.filterKnop {
    display: flex;
    position: static;
    font-size: 16px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 5px;
    text-align: left;
}

.menu a {
    display: block;
    padding: 10px 0px 10px 20px;
    box-shadow: none;
}

.menu-item {
    list-style: none;
}

@media (max-width: 1023px) {
    .nav {
        text-align: center;
    }
    .filter {
        display: block;
        text-align: center;
    }
    .menu {
        margin: 0 0 80px;
    }
    .menu-item {
        font-size: 22px;
        font-weight: 300;
    }
    .menu-item a {
        padding: 10px 0;
        color: white;
        font-weight: 300;
    }
    .menu .activated {
        color: black;
        font-weight: 100;
    }

    #myBtnContainer {
        display: block;
        float: none;
        margin: auto;
    }

    #myBtnContainer .btn {
        display: block;
    }
    #main-container{
        padding: 0 0;
    }
}

.hamburger__container {
    display: block;
    float: right;
    padding: 1rem;
    margin: -1rem;
    cursor: pointer;
    margin-left: auto;
}

.hamburger {
    width: 1.20rem;
    height: 0.9375rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(0deg); }
.hamburger i {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    background: black;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger i:nth-of-type(1) {
    top: 0;
    transform-origin: left center; }
.hamburger i:nth-of-type(2) {
    top: 0.375rem;
    transform-origin: left center; }
.hamburger i:nth-of-type(3) {
    top: 0.75rem;
    transform-origin: left center; }
.hamburger.open i {
    background: white; }
.hamburger.open i:nth-of-type(1) {
    transform: rotate(45deg) translate(0, -0.0625rem); }
.hamburger.open i:nth-of-type(2) {
    opacity: 0;
    width: 0%; }
.hamburger.open i:nth-of-type(3) {
    transform: rotate(-45deg) translate(0, 0.0625rem); }
/**/

.plus__container {
    display: flex;
    padding: 0;
    margin: 0;
    cursor: pointer;
    align-items: center;
}

.plus {
    display: flex;
    width: 1em;
    height: 1em;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(0deg); }
.plus i {
    display: block;
    position: absolute;
    background: black;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
.plus i:nth-of-type(1) {
    width: 100%;
    height: 0.2em;
    top: 0.4em;
    transform-origin: center center; }
/*.plus i:nth-of-type(2) {
    top: 0.375rem;
    transform-origin: left center; }*/
.plus i:nth-of-type(2) {
    width: 0.2em;
    height: 100%;
    top: 0;
    left: 0.4em;
    transform-origin: center center; }
.plus.open i {
    background: rgb(153, 22, 54); }
.plus.open i:nth-of-type(1) {
    transform: rotate(45deg); }
/*.plus.open i:nth-of-type(2) {
    opacity: 0;
    width: 0%; }*/
.plus.open i:nth-of-type(2) {
    transform: rotate(45deg); }

.logo.wit {
    color: white;
}

.logo.wit #sans {
    color: white;
}

.logo.wit #art {
    color: white;
}

/**/
.show {
    display: block;
}

.code {
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    padding: 0 8px;
    background: #e0e0e0;
}

#projectGallery {
    margin-top: 40px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgba(153, 22, 54, 0);
  }

.show{
    display: block;
}

.text {
    color: white;
    opacity: 0;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#mygallery .imgContainer:hover .text {
    opacity: 1;
}

#mygallery .imgContainer:hover .overlay {
    background-color: rgba(153, 22, 54, 0.7);
}

.details {
    display: inline-block;
    background: #f3f3f3;
    color: #9c9c9c;
    margin: 1em 0;
    font-weight: 100;
    padding: 6px;
}

.details a {
    font-weight: 100;
    color: #9c9c9c;
}
.details a:hover {
    color: black;
}

.footer {
    padding: 80px 0 40px 0;
}

.footer p {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    color: #616161;
}

.footer .coffee {
    font-size: 26px;
    margin: 0 5px;
}

.footer p svg {
    width: 22px;
    height: 20px;
    margin: 0 7px;
}

.footer p a {
    display: flex;
    box-shadow: none; }

    .footer p a:hover svg path[fill="black"] {
        fill: #fff; }

.footer p a svg {
    width: 120px;
    height: 100%;
}

.mainFooter {
    display: flex;
    flex-direction: column;
}

.bottomNav {
    background-color:white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bottomNav a #homeButton:hover .homeButtonChild{
    background-color: rgb(120, 10, 20);
}

#homeButton {
    display: grid;
    grid-template-columns: 15px 15px;
    grid-template-rows: 15px 15px;
    gap: 3px;
}

.homeButtonChild {
    background-color: rgb(153, 22, 54);
}

.npButton {
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

#nextButton {
    border-left: 12px solid rgb(153, 22, 54);
    margin: 10px;
}

#previousButton {
    border-right: 12px solid rgb(153, 22, 54);
    margin: 10px;
}

#nextButton:hover {
    border-left: 12px solid rgb(120, 10, 20);
}

#previousButton:hover {
    border-right: 12px solid rgb(120, 10, 20);
}

#socialMediaContainer {
    background-color:white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 2em 0;
    
}

#socialMediaContainer .navItem {
    margin: 0 2em;
}

#socialMediaContainer a {
    box-shadow: none;
    color: grey;
}

#socialMediaContainer a:hover {
    color:rgb(153, 22, 54);
}

#myBtnContainer {
    display: block;
    float: none;
}

.btn {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px;
    margin: 10px 10px 10px 0;
    font-size: 16px;
    color:grey;
}
  
.btn:hover {
    cursor: pointer;
    color:rgb(153, 22, 54);
}

.btn.active {
    color: rgb(153, 22, 54);
}

.menu .activated {
    color:  rgb(153, 22, 54);
}

#contentContainer {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
}

#textContainer {
    width: 50%;
    box-sizing: border-box;
    margin-right: 40px;
}

#projectTextContainer {
    width: 30%;
    box-sizing: border-box;
    margin-right: 20px;
}

#projectTextContainer > h1 {
    margin-top: 0;
}

#gridContainer {
    display: grid;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    grid-auto-rows: 1fr;
    gap: 5px;
    margin-left: 40px;
}

#projectGridContainer {
    display: grid;
    width: 70%;
    overflow: hidden;
    box-sizing: border-box;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-auto-rows: 1fr;
    gap: 5px;
}

#gridContainer::before, #projectGridContainer::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

#gridContainer .gridChild, #projectGridContainer .gridChild {
    display: grid;
}
  
#gridContainer > *:first-child , #projectGridContainer > *:first-child{
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

#gridContainer .gridChild img, #projectGridContainer .gridChild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-area: 1/1/2/2;
    overflow: hidden;
}

.projectInfo {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #e0e0e0;
    text-align: center;
    padding: 12% 4% 4% 4%;
}

.projectInfo button {
    margin: 0;
    padding: 0;
}

ul.exposities {
    margin: 20px;
}

ul.exposities li {
    margin: 10px;
}

#tekstOnderMenu::before {
    content: "Kijk bij ′Exposities′ voor aankomende exposities waar ik aan zal deelnemen.";
}

a.zoom {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 10px;
    height: 16px;
    width: 16px;
    font-size: 12px;
    background-color: white;
    color: black;
    border-radius: 50%;
    outline: none;
    opacity: 0.8;
    cursor: pointer;
}

a.zoom:hover {
    color:rgb(153, 22, 54)
}

#gridContainer .gridChild {
    position: relative;
}

#projectGridContainer .gridChild {
    position: relative;
}

.full-img {
    position: absolute;
    max-height: 70%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.25s ease-out;
}

.full-img.geklikt{
    transform: translate(-50%, -50%) scale(1);
}

.modal {
    margin: 0;
    padding: 0;
    background: rgba(0 ,0 ,0 , 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 7000;
}

.modal.geklikt {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

.modal p {
    color: white;
    font-size: 1rem;
    margin-top: 1rem;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    cursor: initial;
}

.modal img {
    cursor: initial;
}

.modal #kruis {
    color: white;
    position: absolute;
    top: 5%;
    left: 95%;
    transform: translate(-95%, -5%);
    font-size: 2rem;
    mix-blend-mode: difference;
}

.invisible {
    display: none;
}

@media screen and (max-width: 767px) {
    #main-container{
        padding: 0 0;
    }
    #socialMediaContainer {
        flex-direction: column;
    }

    #socialMediaContainer .navItem {
        padding: 5px;
    }

    a.zoom, a.zoom i{
        display: none;
    }
    a.zoom,a.zoom i{
        display: none;
    }
}