body, html{
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 1.5;
  padding:0;
  margin:0;
  width:100%;
  background-color:#E0E5EC;
}

body::-webkit-scrollbar {
  display: none;
}

::selection{
  background:lightgrey;
}

/* Global*/
.container{
  width:70%;
  margin:auto;
  overflow:hidden;
}

.container h1{
  color:#white;
}

.container h2{
  font-size:20px;
  margin-top:150px;
  text-align:center;
  color:#000;
}

.container p{
  text-align:center;
}

ul{
  margin:0;
  padding:0;
}

/* Header*/
header{
  position:sticky;
  top:0;
  z-index:1;
}

ul{
  list-style-type:none;
  margin:0;
  padding:10px;
  display:flex;
  flex-direction:row;
  background-color:#000;
  flex-wrap:wrap;
  color:white;
  align-items:center;
  justify-content:flex-start;
}

ul .flex1{
  margin:5px;
  margin-left:12%;
  margin-right:20px;
  color:white;
  font-size:18px;
  font-weight:bold;
}

ul .flex2 a{
  margin:5px;
  margin-left:10px;
  margin-right:10px;
  color:#D3CDBF;
  font-size:16px;
  text-decoration:none;
  padding:0;
}

ul .flex2 a:hover{
  margin:5px;
  margin-left:10px;
  margin-right:10px;
  color:white;
  font-size:16px;
  text-decoration:none;
}

ul .current a{
  margin:5px;
  margin-left:10px;
  margin-right:10px;
  font-weight:bold;
  color:white;
  font-size:16px;
  text-decoration:none;
  padding:0;
}

/*Item*/

.content{
  display:flex;
  width:70vw;
  margin: 0 15vw 0 15vw;
  flex-wrap:wrap;
  padding: 50px 0 25px 0;
  justify-content:space-between;
  text-align:justify;
}

.wfm{
  margin:0;
  padding:0;
  width:28vw;
}

.content .wfm img{
  width:100%;
  object-fit:contain;
  margin:0;
  padding:0;
}

.content p{
  width:40vw;
  margin-top:0;
  padding-top:0;
}

.content a{
  color:#000;
}

.action{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin: 0 15% 0 15%;
  padding: 0 0 0 0;
  width:40vw;
  justify-content:space-between;
}

.actionbutton{
  color:#000;
  font-weight:bold;
  font-size:14px;
  padding: 10px 20px 10px 20px;
  width: auto;
  height: 50px;
  margin: 0 0 30px 0;
  border:0px;
  background-color:	inherit;
  box-shadow:-9px -9px 16px #fff, 9px 9px 16px #A3B1C6;
  border-radius:25px;
  outline:none;
  cursor:pointer;
  font-family:'Montserrat';
}

.actionbutton:hover{
  box-shadow: inset 1px 1px 3px 1px #A3B1C6, inset -1px -2px 2px 1px 	#F8F8F8;
  cursor:pointer;
}

.content h1{
  font-size:28px;
  width:100%;
  margin:0 0 20px 0;
}

.content img{
  width:100%;
  object-fit:contain;
  margin: 25px 0 100px 0;
}

/* Werk */

.menuwerk{
  display:flex;
  align-items:baseline;
  justify-content:center;
  flex-wrap:wrap;
  color:#000;
  text-align:center;
  padding:0;
  margin-left:5%;
  margin-right:5%;
  margin-top:60px;
  margin-bottom:40px;
}

.menuwerk a{
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
  padding: 10px 20px 10px 20px;
  margin: 0 10px 20px 10px;
  box-shadow:-9px -9px 16px #fff, 9px 9px 16px #A3B1C6;
  border-radius:20px;
  box-sizing:border-box;
}

.menuwerk .current a{
  margin: 0 10px 30px 10px;
  box-shadow: inset 1px 1px 3px 1px #A3B1C6, inset -1px -2px 2px 1px 	#F8F8F8;
}

.menuwerk a:hover{
  box-shadow: inset 1px 1px 3px 1px #A3B1C6, inset -1px -2px 2px 1px 	#F8F8F8;
}

.flexwerkoverzicht{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  padding-left:15%;
  padding-right:15%;
  padding-bottom:100px;
}

.wrapper {
    position: relative;
    margin:30px;
    padding:5px;
    box-shadow:-9px -9px 16px #fff, 9px 9px 16px #A3B1C6;
    background-color:#E0E5EC;
    border-radius:2px;
}

.wrapper:hover {
    box-shadow: inset 1px 1px 3px 1px #A3B1C6, inset -1px -2px 2px 1px 	#F8F8F8;
}

.wrapper img {
    display: block;
    width:200px;
}

.wrapper img:hover {
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.wrapper .cornertext {
    opacity: 0;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 2px 0px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size:14px;
    text-transform:uppercase;
}

.wrapper:hover .cornertext {
    opacity: 0.8;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

/* Pagina van een werk */

.titel{
  width:70%;
  margin-left:15%;
  margin-right:15%;
  padding-top:50px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.titelwerk{
  text-align:right;
  text-transform:uppercase;
  font-size:32px;
  font-weight:bold;
}


.backbutton{
  color:#000;
  height: 40px;
  width: 80px;
  margin-bottom:10px;
  margin-right:20px;
  border:0px;
  background-color:	#E0E5EC;
  box-shadow: -9px -9px 16px #fff, 9px 9px 16px #A3B1C6;
  font-size:28px;
  border-radius:20px;
  outline:none;
  cursor:pointer;
  font-family:'Montserrat';
}

.backbutton:hover{
  box-shadow: inset 1px 1px 3px 1px #A3B1C6, inset -1px -2px 2px 1px 	#fff;
  cursor:pointer;
}


.artikelbutton{
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
  padding: 10px 20px 10px 20px;
  height: 40px;
  width: auto;
  background-color:	#E0E5EC;
  box-shadow:-9px -9px 16px #fff, 9px 9px 16px #A3B1C6;
  border-radius:20px;
  border:0px;
  outline:none;
  cursor:pointer;
  font-family:'Montserrat';
}

.artikelbutton:hover{
  box-shadow: inset 1px 1px 3px 1px #A3B1C6, inset -1px -2px 2px 1px 	#fff;
  cursor:pointer;
}

.linkitem{
  padding:30px 15% 0px 15%;
  text-align:right;
  margin:0;
}

.flexwerkpagina{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  padding-left:10%;
  padding-right:10%;
  padding-bottom:100px;
}

.wrapper2 {
    position: relative;
    margin:30px;
    top:50px;
    box-shadow: 10px 10px 30px #A0A0A0;
}

.wrapper2 img {
  height:500px;
  object-fit:contain;
  display: block;
}

.wrapper2 img:hover{
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.wrapper2 .cornertext{
    opacity: 0;
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 200px 40px 0 40px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size:14px;
    margin:0;
}

.wrapper2 .cornertext h1{
    font-weight:bold;
    font-size:18px;
    margin:0;
    padding:0;
}

.wrapper2:hover .cornertext {
    opacity: 0.8;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.wrapper3 {
    position: relative;
    top:50px;
    margin:30px;
    box-shadow: 10px 10px 30px #A0A0A0;
}

.wrapper3 img {
  width:80vw;
  object-fit:contain;
  display: block;
}

.wrapper3 img:hover{
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.wrapper3 .cornertext{
    opacity: 0;
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 7vw 0 0 0;
    color: #fff;
    background: #000;
    text-align: center;
    font-size:14px;
    margin:0;
}

.wrapper3 .cornertext h1{
    font-weight:bold;
    font-size:16px;
    margin:0;
    padding:0;
}

.wrapper3:hover .cornertext {
    opacity: 0.8;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.youtube {
  display:flex;
  justify-content:center;
  margin-top:60px;
  width:100vw;
}

.video{
   width:853px;
   height:480px;
}

.video2{
  width:853px;
  height:350px;
}


/* Biografie */
/* Foto Tineke */
.flexcontainer{
  display:flex;
  padding-left:10%;
  padding-right:10%;
  border:0px;
  justify-content:space-between;
  align-items:flex-start;
}

article#biografie{
  padding: 30px 5vw 5vw 5vw;
  width:60%;
  height:100%;
  margin-right: 5%;
  background-color:#E0E5EC;
  display:flex;
  flex-direction:column;
  margin-top:30px;
  margin-bottom:30px;
  text-align:justify;

}

article#biografie h1{
  font-size:28px;
  margin:0;
  color:#000;
  margin-bottom:10px;
  text-align:left;
}

article#biografie h2{
  font-size:20px;
  margin:0;
  color:#000;
  margin-bottom:10px;
  text-align:left;
}

article#biografie h3{
  font-size:20px;
  margin:0;
  color:#000;
  text-align:left;
}

article#biografie p{
  margin:0;
  font-size:16px;
  margin-bottom:15px;
}

.flexcontainer img{
  width:28vw;
  position:sticky;
  top:57px;
  object-fit:contain;
  box-shadow:-9px -9px 16px #fff, 9px 9px 16px #A3B1C6;

}

.poezie p{
padding-left:20px;
padding-right:20px;
padding-bottom:0;
margin-bottom:0;
}

/*Pers*/

.pers{
  display:flex;
  margin-left:5%;
  margin-right:5%;
  margin-top:25px;
  margin-bottom:25px;
  justify-content:center;
  align-items:flex-start;

}

.pers img{
  margin-right:40px;
  margin-top:20px;
  width:300px;
  object-fit:contain;
  box-shadow: 10px 10px 30px #A0A0A0;

}

.persvideo{
  width:300px;
  height:300px;
  object-fit:contain;
  margin-right:40px;
  margin-top:20px;
  box-shadow: 10px 10px 30px #A0A0A0;
}

.perstext{
  width:30vw;
}

.perstext h1{
  margin-bottom:0;
  margin-top:10px;
}

.perstext p{
  margin-top:0;
}

.perstext a{
  color:#000;
}

.persbutton{
  color:#000;
  font-weight:bold;
  font-size:14px;
  padding: 10px 20px 10px 20px;
  height:40px;
  border:0px;
  margin-bottom:20px;
  margin-right:0;
  background-color:	#E0E5EC;
  box-shadow:-9px -9px 16px #fff, 9px 9px 16px #A3B1C6;
  border-radius:20px;
  outline:none;
  cursor:pointer;
  font-family:'Montserrat';
}

.persbutton:hover{
  box-shadow: inset 1px 1px 3px 1px #A3B1C6, inset -1px -2px 2px 1px 	#fff;
  cursor:pointer;
}

/* Contact */

.contactcontainer{
  text-align:center;
  padding:10%;
}

.contactcontainer h1{
  font-size:32px;
  padding:30px;
  border-radius:50px;
  color:#000;
}

.contactcontainer a{
  color:#000;
}

.contactcontainer i{
  font-size:52px;
  color:#0e76a8;
  margin:30px;
}

/*Tablet and mobile phone*/

@media(max-width: 768px){
  ul{
    list-style-type:none;
    margin:0;
    padding: 10px 4px 10px 4px;
    display:flex;
    flex-direction:row;
    background-color:#000;
    flex-wrap:wrap;
    color:white;
    align-items:center;
    justify-content:center;
  }

  ul .flex1{
    margin:0px;
    color:white;
    font-size:0px;
    font-weight:bold;
    flex-basis:100%;
    text-align:center;
    padding:0px;
    visibility:hidden;
  }

  ul .flex2 a{
    margin:2px;
    margin-left:8px;
    margin-right:8px;
    color:#D3CDBF;
    font-size:13px;
    text-decoration:none;
  }

  ul .flex2 a:hover{
    margin:2px;
    margin-left:8px;
    margin-right:8px;
    color:white;
    font-size:13px;
    text-decoration:none;
  }

  ul .current a{
    margin:2px;
    margin-left:8px;
    margin-right:8px;
    font-weight:bold;
    color:white;
    font-size:13px;
    text-decoration:none;
    padding:0;
  }

  /*Item*/
  .content{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    padding-top:0;
    margin-left:5%;
    margin-right:5%;
    align-items:center;
    text-align:center;
  }

  .wfm{
    margin:0;
    padding:0;
    width:100%;
  }

  .content .wfm {
    width:90vw;
    object-fit:contain;
    margin-top:0;
    margin-bottom:0;
    order:1;
  }

  .content p{
  width:90vw;
  margin:0;
  padding-left:0;
  margin-top:0;
  padding-top:15px;
  text-align:left;
  order:2;
  text-align:justify;
  }

  .content h1{
    margin: 20px 0 0 0;
    order:2;
  }

  .content a{
    color:#000;
  }

  .buttonbox{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    margin:0;
    margin-left:5%;
    margin-right:5%;
  }
  .action{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    margin:0;
    margin-left:0;
    justify-content:center;
    align-items:center;
    padding-top:20px;
    padding-bottom:0px;
  }

  .actionbutton{
    width:80vw;
    height: 50px;
    border:0px;
    margin:0;
    margin-bottom:20px;
  }

  .content img{
    width:90vw;
    object-fit:contain;
    margin:20px 0 10px; 0;
    order:3;
  }

  /*Werk*/
  .menuwerk{
    color:#000;
    text-align:center;
    padding:0;
    margin-top: 20px;
    margin-bottom:20px;

  }

  .menuwerk a{
    color:#000;
    text-decoration:none;
    font-size:16px;
    padding: 7px 15px 7px 15px;
    margin: 10px 10px 10px 10px;
    box-shadow:-9px -9px 16px #fff, 9px 9px 16px #A3B1C6;
    border-radius:20px;
  }


  .flexwerkoverzicht{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    padding-left:2%;
    padding-right:2%;
  }
  .wrapper {
      position: relative;
      margin:10px;
  }

  .wrapper img {
      display: block;
      width:200px;
  }

  .wrapper img:hover {
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
  }

  .wrapper .cornertext {
      opacity: 0.8;
      position: absolute;
      padding: 2px 0px;
      color: #fff;
      background: #000;
      text-align: center;
      font-size:14px;
      text-transform:uppercase;
  }

  .wrapper:hover .cornertext {
      opacity: 0.8;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
  }

  /*werkpagina*/

  .titel{
    width:100vw;
    margin-left:0;
    margin-right:0;
    padding-top:15px;
    padding-bottom:10px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:sticky;
    top:41px;
    z-index:1;
    background-color:inherit;

  }

  .titelwerk{
    text-align:right;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
    margin-right:5vw;
  }

  .backbutton{
    height: 30px;
    width: 60px;
    font-size:22px;
    margin-right:5px;
    border-radius:15px;
    margin-left:5vw;
  }

  .wrapper2 {
      position: relative;
      margin:0;
      margin-top:0px;
      margin-bottom:30px;
      padding-bottom:20px;
      text-align: center;
  }

  .wrapper2 img {
    height:auto;
    width:90vw;
    object-fit:contain;
    display: block;
    margin:0;
    margin-bottom:10px;
  }

  .wrapper2 img:hover{
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
  }

  .wrapper2 .cornertext{
      opacity: 1;
      position: relative;
      color: #000;
      font-size:14px;
      margin:0;
      padding:0;
      background-color:inherit;
  }

  .wrapper2 .cornertext h1{
      padding-top:20px;
      font-weight:bold;
      font-size:18px;
      margin:0;
      padding:0;
      color:#000;
  }

  .wrapper2:hover .cornertext {
      opacity: 1;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
  }

  .wrapper3 {
      position: relative;
      margin:0;
      margin-top:50px;
      text-align: center;
      padding-bottom:20px;
      margin-bottom:30px;
  }

  .wrapper3 img {
    height:auto;
    width:90vw;
    object-fit:contain;
    display: block;
    margin-bottom:10px;
  }

  .wrapper3 img:hover{
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
  }

  .wrapper3 .cornertext{
      opacity: 1;
      position: relative;
      color: #000;
      font-size:14px;
      margin:0;
      padding:0;
      background-color:inherit;
  }

  .wrapper3 .cornertext h1{
      padding-top:20px;
      font-weight:bold;
      font-size:16px;
      margin:0;
      padding:0;
      color:#000;
  }

  .wrapper3:hover .cornertext {
      opacity: 1;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
  }

  .hoedjevanpapier{
     width:90vw;
     height:calc(90vw / 1.777);
  }

  /* Biografie */
  .flexcontainer{
    display:flex;
    padding-left:0;
    padding-right:0;
    border:0px;
    flex-direction:column;
    align-items:center;

  }

  article#biografie{
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    order:2;
  }

  article#biografie h1{
    font-size:24px;
    text-align:left;
    color:#000;
    margin:0;
    margin-top:20px;
    margin-left:5%;

  }

  article#biografie h2{
    font-size:20px;
    text-align:left;
    color:#000;
    margin:0;
    margin-top:10px;
    margin-left:5%;

  }

  article#biografie p{
    font-size:16px;
    text-align:left;
    margin:5%;
  }

  .flexcontainer img{
    margin:50px;
    width:320px;
    order:1;
    object-fit:contain;
    position:relative;
    top:auto;
  }

  /*Pers*/

  .pers{
    display:flex;
    margin-left:4%;
    margin-right:4%;
    margin-top:10px;
    margin-bottom:10px;
    flex-direction:column;
    align-items:center;
  }

  .pers img{
    margin:0;
    width:60vw;
    object-fit:contain;
  }

  .persvideo{
    width:60vw;
    height:60vw;
    object-fit:contain;
    margin:0;
  }

  .perstext{
    text-align:center;
    width:80vw;
    margin:0;
  }

  .perstext h1{
    margin-bottom:0;
    font-size:18px;
  }

  .perstext p{
    margin-top:0;
    width:80vw;
    font-size:14px;
  }

  .persbutton{
    width:auto;
    height: 40px;
    border:0px;
    border-radius:20px;
    margin-bottom:20px;
    margin-right:0;

  }
