@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
/*<weight>: Use a value from 400 to 900
<uniquifier>: Use a unique and descriptive class name

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

html {
  background-color: #fffdf6;
}

body {
  background: #fffdf6;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  /*letter-spacing: 0.05em;*/
  /*background-image: url("../img/Ginkgo.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 40%;
  background-position: right -10% top -35%;*/
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

.linkhaiku {
    cursor: pointer;
    color: #2e9aa1;
}
.linkhaiku:hover {
    color: #ce6c33;
}

.ondertekening1 {
    font-size: 1em;
    font-weight: 400;
    margin-top: 15px;
    font-style: italic;
}
.ondertekening2 {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 0.5em;
    font-weight: 300;
    line-height: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.verberg {
    color: #fffdf6; /*kleur van achtergrond geven*/
}
tag1 {
    font-variant-ligatures: none; /*OM GLYPHS MET F TE VERMIJDEN*/
}
tag2 {
    color: rgba(175, 202, 11, 0.55);
    font-variant-ligatures: none; /*OM GLYPHS MET F TE VERMIJDEN*/
}

/* Layout */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Styling */
video {
    display: none;   
}

.reel {
    display: block;
    width: 450px;
    border-radius: 10px;
    margin: 5px 0 8px 0;
    cursor: pointer;
    pointer-events: auto;
}

.logo {
  display: inline-block !important;
  width: 38px !important;
  margin: 0 2px -4px 2px !important;
  cursor: pointer;
}

.tussentitel {
  display: block;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: -3px 0 7px 0;
}

.datum {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.link {
    color: #2e9aa1;
    font-weight: 400;
    cursor: pointer;
}
.link:hover {
    color: #ce6c33;
}

.beeld {
    display: block;
    width: 450px;
    margin: 10px 0 27px 0;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: zoom-in;
}

.beeld:hover {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#frames, .frame {
    display: block;
    width: 450px;
    margin: 5px 0 8px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: zoom-in;
}
.frame:hover {
    width: 830px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.frame {
	display: inline-block;
	padding: 40px;
	border-width: 20px;
	border-style: solid;
	border-color: #2F2D2D #434040 #4F4C4C #434040;
	background: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E4DF), to(#CDCDC6));
	background-image: -webkit-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: -moz-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: -o-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: linear-gradient(#E5E4DF, #CDCDC6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.1), 0 3px 6px rgba(0,0,0,.4);
	position: relative;
	overflow: hidden;
    border-radius: 2px;
}
.frame img {
    width: 100%;
	border-width: 3px 3px 2px 3px;
	border-style: solid;
	border-color: #BBBAB4 #C7C7BF #C7C7BF #C7C7BF;
	box-shadow:  0 -1px 1px rgba(0,0,0,.1), 0 1px 1px 1px rgba(255,255,255,.6);
    /*filter: brightness(120%) contrast(90%) saturate(90%) hue-rotate(5deg); VOOR SCRIBBLINGS AAN BEELD ZELF MEEGEVEN IN HAIKU.JS*/
    /*brightness - 0% completely black, 100% (1) is default, over 100% provides brighter results
    contrast - 0% completely black, 100% (1) is default, over 100% provides more contrast
    sturate - 0% (0) completely un-saturated, 100% is default, over 100% provides super-saturated results, negative values not allowed
    hue-rotate - the value defines the number of degrees around the color circle the image samples will be adjusted, 0deg is default, maximum value is 360deg*/
}

.klank {
    display: block !important;
    margin-top: 30px !important;
    width: 100px !important;
    cursor: pointer;
}
.lezen {
    display: block !important;
    margin-top: 27px !important;
    width: 85px !important;
    cursor: pointer;
}
.joker {
    display: block !important;
    width: 107px !important;
    cursor: pointer;
}
.dia {
    display: block !important;
    width: 88px !important;
    margin-top: 12px;
    cursor: pointer;
}
.cadeau {
    display: block !important;
    width: 107px !important;
    cursor: pointer;
}
.kids {
    display: block !important;
    width: 100px !important;
    margin-bottom: 25px;
    cursor: pointer;
}
.oef {
    display: block !important;
    width: 97px !important;
    margin-bottom: 25px;
    cursor: pointer;
}
.robot {
    display: block !important;
    width: 90px !important;
    margin-top: 23px !important;
    cursor: pointer;
}
.chatbot {
    display: block !important;
    width: 90px !important;
    margin-bottom: 30px !important;
    cursor: pointer;
}
.icon {
    margin-left: 7px;
    margin-bottom: -1px;
    height: 10px;
    opacity: 0.7;
    cursor: pointer;
}
.post {
    display: block !important;
    width: 95px !important;
    margin-bottom: 23px;
    cursor: pointer;
}

.beeld {
    filter: sepia(10%);
}
.robot, .icon, .klank, .lezen, .joker, .dia, .cadeau, .kids, .oef, .post, .chatbot {
    /*filter: grayscale(100%);*/
    /*filter: sepia(1) contrast(70%) brightness(80%);*/
    /*filter: sepia(1);*/
    filter: sepia(1) contrast(90%) brightness(90%);
}

.embleem {
    display: block !important;
    width: 400px;
    margin: 23px 0 25px 0;
}
.tilde {
    color: #ce6c33;
    display: block;
    margin: -3px 0 4px 0;
}
.tildeverzen {
    color: #2e9aa1;
    display: block;
    margin: -3px 0 -8px 0;
}
.tildeinhoud {
    color: #ce6c33;
    display: block;
    margin: -15px 0 -10px 0;
}
.tussentilde {
    color: #afca0b;
    display: block;
    margin: -2px 0 -2px 0;
}
.para {
    display: block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #ffe500;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0 3px 0;
}

.knopinhoud {
    font-size: 16px;
    font-weight: 400;
    color: #2e9aa1; /*blauw*/
    cursor: pointer;
}
.knopinhoud:hover {
    color: #ce6c33;
}
.kleur1 {
    color: #2e9aa1; /*blauw*/
}
.kleur2 {
    color: #ce6c33; /*bruin*/
}
.kleur3 {
    color: #afca0b; /*groen*/
}
.kleur4 {
    color: #ffe500; /*geel*/
}

.prescript, .postscript, .tussenscript, .intro, .uitleg, .voetnoot, .credits {
    display: block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 19px;
	font-weight: 300;
    width: 600px;
    white-space: normal;
    line-height: 1.4;
}
.voetnoot, .credits { /*VOOR HEEL KORTE ONDERSCHRIFTEN EN CREDITS*/
    width: fit-content !important;
    white-space: nowrap;
    margin: 0 0 0 0;
}
.credits {
    font-size: 16px;
}

.witruimte {
    height: 25px;
}

.intro {;
    margin: 0 0 23px 0;
}

.uitleg {
    margin: 0 0 0 0;
}

.prescript {
    margin: 0 0 23px 0;
    font-size: 19px !important;
    font-style: italic;
}
.postscript {
    margin: 24px 0 0 0;
    font-size: 19px !important;
    font-style: italic;
}
.tussenscript {
    margin: 24px 0 23px 0;
    font-size: 19px !important;
    font-style: italic;
}
.ondertitel {
    font-size: 0.8em;
	font-weight: 400;
    color: #aaa;
}
.hoofdstuk {
    display: block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 3px 0;
}
.inhoudstafel {
    font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: 300; 
}
.inhoud {
    font-size: 0.8em;
	font-weight: 400;
    color: #aaa;
    cursor: pointer;
}
.inhoud:hover {
    color: #333;
}
.naamauteur {
    font-size: 0.8em;
}

.titel {
    position: relative;
    margin: 20px 0 0 18px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 2.8em;
	font-weight: 300;
}
.naam {
    position: relative;
    margin: 0 0 40px 20px;
    font-size: 1.3em;
	font-weight: 300;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 1px;
}

.knopniets {
  position: relative;
  background: #2e9aa1;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #fff;
  padding: 10px 10px 10px 10px;
  /*text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;*/
  margin-bottom: 40px;
  margin-left: 63px;
  display: inline-block;
  border-radius: 50%;
}

.knop {
  position: relative;
  background: #2e9aa1;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #fff;
  padding: 8px 20px 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-left: 63px;
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
  /*box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);*/
}
.knop:hover, .knop:active, .knop:focus {
  background: #ce6c33;
  color: #fff;
  text-decoration: none;
}

.timeline {
  margin: 2em auto;
  position: relative;
  max-width: 70em;
  white-space: nowrap;
}
.timeline:before {
  background-color: #afca0b;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 155px;
  left: 2em;
  width: 1px;
  height: calc(100% - 197px);
}

.timeline2 {
  margin: 2em auto;
  position: relative;
  max-width: 70em;
  white-space: nowrap;
}
.timeline2:before {
  background-color: #afca0b;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 155px;
  left: 2em;
  width: 1px;
  height: calc(100% - 228px);
}

.timeline-event {
  position: relative;
  width: fit-content;
  /*cursor: pointer;*/
}

.timeline-event-thumbnail, .timeline-event-thumbnail-extra {
    font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
    letter-spacing: 2px;
    cursor: pointer;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #2e9aa1;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 22em 0 0 0 #ce6c33;
  -webkit-box-shadow: inset 22em 0 0 0 #ce6c33;
  box-shadow: inset 265px 0 0 0 #ce6c33;
}

.timeline-event:hover .timeline-event-thumbnail-extra {
  -moz-box-shadow: inset 22em 0 0 0 #ce6c33;
  -webkit-box-shadow: inset 22em 0 0 0 #ce6c33;
  box-shadow: inset 350px 0 0 0 #ce6c33;
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 2em;
  width: 80%;
}

.haiku {
  font-family: 'Playfair Display', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1.6em;
  line-height: 1.4em;
  padding-top: 10px;
}

#haikujoker {
  font-family: 'Playfair Display', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1em;
  line-height: 1.4em;
}

.hi {
  font-style: italic;    
}
.timeline-event-copy h3 {
  font-size: 1.75em;
  display: none;
}
.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
  display: none;
}
.timeline-event-copy strong {
  font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: -1em;
}
.timeline-event-copy p:not(.timeline-event-thumbnail-extra) {
  padding-bottom: -1em;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #2e9aa1;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail, .timeline-event-thumbnail-extra {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: #fffdf6; /*kleur van achtergrond*/
  font-size: 0.75em;
  background-color: rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 0 0em #ce6c33;
  -webkit-box-shadow: inset 0 0 0 0em #ce6c33;
  box-shadow: inset 0 0 0 0em #ce6c33;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}

/* Media Queries for custom slider */

@media(hover: none) {
    /*body {
        background-image: none;
    }*/
    .ondertekening2 {
        font-size: 0.6em;
    }
    .knopinhoud {
        font-size: 18px;
        cursor: default;
    }
    .para {
        font-size: 14px;
        line-height: 3;
    }
    .timeline {
        margin: 1.8em auto;
        width: 100%;
    }
    .beeld, .beeld:hover {
        width: 110%;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        cursor: default;
    }
    #frames, .frame, .frame:hover {
        width: 105%;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        cursor: default;
    }
    .reel {
        width: 110%;
        cursor: default;
    }
    .timeline-event-thumbnail, .timeline-event-thumbnail-extra {
        font-size: 0.9em;
        padding: 0.20em 1em 0.35em 1em;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }
    .titel {
        font-size: 2.5em;
        margin: 0 0 0 18px;
    }
    .naam {
        font-size: 1.4em;
        font-weight: 400;
    }
    .timeline:before {
        top: 130px;
        height: calc(100% - 170px);
    }
    .haiku {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    .prescript, .postscript, .tussenscript, .intro, .uitleg, .voetnoot, .credits {
        width: 118%;
        font-size: 19px;
        line-height: normal;
    }
    .tilde {
        font-weight: bold;
    }
    .logo {
      width: 30px !important;
      margin: 0 2px -3px 1px !important;
    }
    .embleem {
        width: 340px;
    }
    .knop {
        padding: 8px 20px 10px 20px !important;
    }
    .knop:hover, .knop:active, .knop:focus {
      background: #2e9aa1 !important;
      color: #fff !important;
    }
    .timeline-event:hover .timeline-event-thumbnail { /*transparante kleur over leggen*/
      -moz-box-shadow: inset 40em 0 0 0 rgba(0, 0, 0, 0); !important;
      -webkit-box-shadow: inset 40em 0 0 0 rgba(0, 0, 0, 0); !important;
      box-shadow: inset 40em 0 0 0 rgba(0, 0, 0, 0); !important;
    }
    .timeline-event:hover .timeline-event-thumbnail-extra { /*transparante kleur over leggen*/
      -moz-box-shadow: inset 40em 0 0 0 rgba(0, 0, 0, 0); !important;
      -webkit-box-shadow: inset 40em 0 0 0 rgba(0, 0, 0, 0); !important;
      box-shadow: inset 40em 0 0 0 rgba(0, 0, 0, 0); !important;
    }
    .icon {
        margin-left: 9px;
        margin-bottom: -1.5px;
        height: 11px;
        opacity: 0.7;
    }
}

@media(hover: none) and (orientation: landscape) {
    /*body {
        background-image: url("../img/Ginkgo.png");
        background-repeat: no-repeat;
        background-size: 60%;
        background-attachment: fixed;
        background-position: right -20% top -170px;
    }*/
    .ondertekening2 {
        font-size: 0.5em;
    }
    .titel {
        font-size: 2.5em;
        margin: 0 0 0 18px;
    }
    .timeline {
        margin: 1.8em auto;
        width: 90%;
    }
    .beeld, .beeld:hover {
        width: 500px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        cursor: default;
    }
    #frames, .frame, .frame:hover {
        width: 500px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        cursor: default;
    }
    .reel {
        width: 500px;
        cursor: default;
    }
    .haiku {
        font-size: 1.7em;
        line-height: 1.4em;
    }
    .prescript, .postscript, .tussenscript, .intro, .uitleg, .voetnoot, .credits {
        width: 120%;
        font-size: 17px;
    }
    .logo {
      width: 35px !important;
      margin: 0 2px -3px 2px !important;
    }
    .embleem {
        width: 400px;
    }
}