@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: '';
  content: none; }

q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: Noe;
  src: url("../fonts/NoeDisplay-Black.otf");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }

body {
  color: #131313;
  background-color: white;
  font-family: "Fira Sans Condensed", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  color: #131313;
  -webkit-transition: .2s;
  transition: .2s;
  color: #ff644b; }
  a:after {
    content: ' ↗';
    margin-left: -17px;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s; }
  a:hover {
    -webkit-transition: .2s;
    transition: .2s; }
    a:hover:after {
      content: ' ↗';
      margin-left: 0;
      opacity: 1;
      -webkit-transition: .2s;
      transition: .2s; }

h1 {
  font-family: "Noe";
  font-size: 7rem;
  color: white;
  text-align: center;
  letter-spacing: 0;
  line-height: 100px; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 3.2rem;
      line-height: 60px; } }

h2 {
  font-family: "Noe";
  text-align: center;
  font-size: 5rem;
  color: #ff644b;
  letter-spacing: 0;
  line-height: 76px; }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 2.5rem;
      line-height: 45px;
      word-wrap: break-word; } }

h3 {
  color: #ff644b;
  font-family: "Noe";
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 36px; }

h4 {
  color: #ff644b;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 16px; }

p {
  color: #131313;
  letter-spacing: .38px;
  line-height: 1.5rem;
  margin-bottom: 1rem; }

#cv {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  position: fixed;
  bottom: 30px;
  right: 20px; }

.column_1 {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .column_1 .info {
    max-width: 45%;
    display: block;
    margin-right: 5%; }
    @media screen and (max-width: 600px) {
      .column_1 .info {
        max-width: 100%;
        margin: 0 20px; } }
    .column_1 .info h2 {
      text-align: left;
      margin-bottom: 30px;
      font-size: 4rem;
      line-height: 65px;
      word-wrap: break-word; }
      @media screen and (max-width: 600px) {
        .column_1 .info h2 {
          font-size: 2.7rem;
          line-height: 48px; } }
    .column_1 .info .date span {
      display: block;
      line-height: 1.5rem; }
  .column_1 .flyer_wrapper {
    max-width: 50%;
    display: block; }
    @media screen and (max-width: 600px) {
      .column_1 .flyer_wrapper {
        margin-top: 50px;
        max-width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.hoogtepunten .bg_gray_2 {
  background-color: #EFEFEF;
  margin: 0 80px;
  width: calc(100% - 160px);
  padding-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .hoogtepunten .bg_gray_2 {
      margin: 0;
      width: calc(100%); } }
  .hoogtepunten .bg_gray_2 div {
    margin: 0 20px; }

.hoogtepunten h2 {
  max-width: 80%;
  margin: auto; }

.hoogtepunten p {
  position: relative;
  max-width: 800px;
  margin: auto auto 1rem; }

.gallery figures {
  max-width: 900px;
  margin: 50px auto auto;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1px;
          column-gap: 1px;
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .gallery figures figure {
    justify-self: stretch;
    width: 100%; }
    .gallery figures figure a img {
      width: 100%; }
    .gallery figures figure a:after {
      display: none; }

.button {
  background-color: white;
  border: #ff644b 1px solid;
  color: #ff644b;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 30px;
  border-radius: 4px; }
  .button:hover {
    background-color: #ff644b;
    color: white;
    -webkit-box-shadow: 0 2px 20px #ff644b;
            box-shadow: 0 2px 20px #ff644b;
    -webkit-transition: .3s;
    transition: .3s; }
  .button:after {
    display: none; }

footer {
  position: relative;
  background-color: #EFEFEF;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 100px; }
  footer div {
    max-width: 900px;
    margin: auto;
    line-height: 1.3rem; }
    @media screen and (max-width: 600px) {
      footer div {
        padding-left: 20px; } }
    footer div span {
      display: block; }
    footer div a {
      display: table;
      color: #131313;
      border-bottom: 1px solid #ff644b; }
      footer div a:after {
        display: none; }
      footer div a:hover:after {
        display: none; }

.column {
  -webkit-column-count: 1;
  column-count: 1;
  margin: 50px auto;
  max-width: 600px;
  padding: 0 20px; }

.column_2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  column-gap: 2em;
  margin: 50px auto;
  max-width: 900px;
  padding: 0 20px; }
  @media screen and (max-width: 600px) {
    .column_2 {
      -webkit-column-count: 1;
      column-count: 1; } }

.cv_header {
  font-size: 32px; }

.table {
  margin: 50px auto;
  padding: 0 20px;
  max-width: 900px;
  width: calc(100% - 40px); }
  @media screen and (max-width: 600px) {
    .table {
      max-width: 100%;
      overflow: scroll; } }
  .table table {
    width: 100%; }
    .table table thead {
      text-align: left;
      font-weight: bold; }
      .table table thead th {
        padding: 5px 0;
        border-bottom: 1px solid #131313; }
        .table table thead th:last-of-type {
          text-align: right; }
    .table table tbody td {
      padding: 5px 0; }
      .table table tbody td:last-of-type {
        text-align: right; }

.narrow {
  max-width: 600px; }
  .narrow tr td:first-of-type {
    text-align: right;
    font-weight: 600;
    width: 45%; }
  .narrow tr td:last-of-type {
    text-align: left !important;
    padding-left: 20px; }

.hoogtepunten .bg_gray {
  background-color: #EFEFEF;
  margin: 0 80px;
  width: calc(100% - 160px);
  height: 105%;
  min-height: 700px;
  max-height: 800px;
  position: absolute; }
  @media screen and (max-width: 600px) {
    .hoogtepunten .bg_gray {
      margin: 0;
      width: calc(100%); } }

.hoogtepunten h2 {
  top: -2.5rem;
  position: relative;
  margin-top: 150px; }
  @media screen and (max-width: 600px) {
    .hoogtepunten h2 {
      top: -1.4rem; } }

.hoogtepunten .slideshow {
  margin: auto;
  text-align: center;
  position: relative; }
  .hoogtepunten .slideshow .arrow {
    position: absolute;
    font-size: 4rem;
    top: 300px;
    cursor: pointer;
    margin: 0 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media screen and (max-width: 600px) {
      .hoogtepunten .slideshow .arrow {
        top: 150px; }
        .hoogtepunten .slideshow .arrow img {
          display: none; } }
    .hoogtepunten .slideshow .arrow:hover {
      margin: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .hoogtepunten .slideshow .left {
    left: 20px; }
  .hoogtepunten .slideshow .right {
    right: 20px; }
    .hoogtepunten .slideshow .right img {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .hoogtepunten .slideshow figures {
    max-width: 1100px; }
    .hoogtepunten .slideshow figures .limit {
      display: inline-block;
      max-width: 500px;
      width: 40%;
      margin: 20px;
      vertical-align: top;
      color: #131313; }
      @media screen and (max-width: 600px) {
        .hoogtepunten .slideshow figures .limit {
          display: block;
          width: 80%;
          margin: 5px auto; } }
      .hoogtepunten .slideshow figures .limit a:after {
        display: none; }
      .hoogtepunten .slideshow figures .limit a .crop {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .hoogtepunten .slideshow figures .limit a .crop img {
          width: 100%;
          max-width: 600px;
          max-height: 800px; }
      .hoogtepunten .slideshow figures .limit a figcaption {
        text-align: left;
        position: relative; }
      .hoogtepunten .slideshow figures .limit:nth-of-type(n + 3) {
        display: none; }

.voorstellingen h2 {
  margin-top: 100px; }

.flyer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .flyer_wrapper .flyer {
    background: #EFEFEF;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    padding: 20px 30px;
    margin: 10px;
    width: 22vw;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 #131313;
            box-shadow: 0 0 0 #131313;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    cursor: pointer;
    color: #131313; }
    @media screen and (max-width: 600px) {
      .flyer_wrapper .flyer {
        width: 100%;
        margin: 20px; } }
    .flyer_wrapper .flyer:after {
      display: none; }
    .flyer_wrapper .flyer:hover {
      border: 1px solid #131313;
      -webkit-box-shadow: 0 2px 20px #959595;
              box-shadow: 0 2px 20px #959595;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .flyer_wrapper .flyer img {
      width: 100%;
      display: inline-block;
      padding: 10px 0; }
    .flyer_wrapper .flyer span {
      line-height: 1.5rem;
      position: relative;
      letter-spacing: 0.38px;
      line-height: 23px; }
    .flyer_wrapper .flyer .title {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      font-size: 1.2rem; }
    .flyer_wrapper .flyer .tags {
      text-align: right;
      display: inline-block;
      text-align: right;
      float: right;
      width: 30%;
      bottom: 0;
      right: 20px;
      display: none; }
      .flyer_wrapper .flyer .tags span {
        display: block;
        margin: 0;
        padding: 0; }

.hero {
  width: 100%;
  background-color: #ff644b;
  height: 575px;
  margin-bottom: 100px; }
  .hero .tags {
    position: relative;
    margin: auto;
    text-align: center;
    top: 367.5px; }
    @media screen and (max-width: 600px) {
      .hero .tags {
        max-width: 80vw; } }
    .hero .tags li {
      display: inline-block;
      margin: 0 5px;
      background-color: #131313;
      color: white;
      padding: 10px;
      border-radius: 50px;
      -webkit-box-shadow: 0 2px 20px #131313;
              box-shadow: 0 2px 20px #131313;
      -webkit-transition: .2s;
      transition: .2s; }
      .hero .tags li a {
        color: inherit; }
        .hero .tags li a:after {
          display: none; }
        .hero .tags li a:hover:after {
          display: none; }
  .hero .image {
    width: calc(100% - 80px);
    margin: 40px;
    position: absolute;
    top: 0;
    left: 0;
    height: 575px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 600px) {
      .hero .image {
        margin: 20px;
        width: calc(100% - 40px); } }
    .hero .image:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(19, 19, 19, 0.42); }
  .hero .credit {
    position: absolute;
    bottom: 130px;
    right: 50px;
    text-align: right; }
    @media screen and (max-width: 600px) {
      .hero .credit {
        bottom: 80px;
        right: 40px; } }
    .hero .credit span {
      opacity: 0;
      -webkit-transition: .2s;
      transition: .2s;
      margin-right: 0;
      color: white; }
      .hero .credit span:before {
        content: 'Foto: '; }
    .hero .credit img {
      vertical-align: middle; }
    .hero .credit:hover span {
      opacity: 1;
      display: inline-block;
      -webkit-transition: .2s;
      transition: .2s;
      margin-right: 10px; }
  .hero h1 {
    position: absolute;
    top: 227.5px;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
    max-width: 80%;
    margin: auto; }
  .hero h3 {
    position: relative;
    color: white;
    text-align: center;
    padding-top: 55px; }
  .hero h4 {
    position: relative;
    color: white;
    text-align: center; }

.tag_hero {
  width: 100%;
  background-color: #ff644b;
  height: 375px;
  margin-bottom: 100px; }
  .tag_hero .tags {
    position: relative;
    margin: auto;
    text-align: center;
    top: 237.5px; }
    .tag_hero .tags li {
      display: inline-block;
      margin: 0 5px;
      background-color: #131313;
      color: white;
      padding: 10px;
      border-radius: 50px; }
  .tag_hero .image {
    width: calc(100% - 80px);
    margin: 40px;
    position: absolute;
    top: 0;
    height: 375px;
    background-size: cover; }
    @media screen and (max-width: 600px) {
      .tag_hero .image {
        margin: 20px;
        width: calc(100% - 40px); } }
    .tag_hero .image:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #ff644b;
      border: 1px white solid; }
  .tag_hero .credit {
    position: absolute;
    bottom: 130px;
    right: 50px;
    text-align: right; }
    .tag_hero .credit span {
      opacity: 0;
      -webkit-transition: .2s;
      transition: .2s;
      margin-right: 0;
      color: white; }
      .tag_hero .credit span:before {
        content: 'Foto: '; }
    .tag_hero .credit img {
      vertical-align: middle; }
    .tag_hero .credit:hover span {
      opacity: 1;
      display: inline-block;
      -webkit-transition: .2s;
      transition: .2s;
      margin-right: 10px; }
  .tag_hero h1 {
    position: absolute;
    top: 167.5px;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
    max-width: 80%;
    margin: auto; }
  .tag_hero h3 {
    position: relative;
    color: white;
    text-align: center;
    padding-top: 55px;
    -webkit-transition: .5s;
    transition: .5s; }
    .tag_hero h3:hover {
      opacity: .6;
      -webkit-transition: .5s;
      transition: .5s; }
  .tag_hero #type {
    padding-top: 5px; }
  .tag_hero h4 {
    position: relative;
    color: white;
    text-align: center; }

@media print {
  .no-print,
  .no-print * {
    display: none !important; }
  .tag_hero {
    height: 150px; }
  .image {
    display: none;
    height: 150px; }
  h1 {
    font-size: 32px;
    top: 0;
    margin-bottom: 40px; } }
