@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');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'Favora';
    src: url('fonts/Favora/Favora-Regular.woff2') format('woff2'),
        url('fonts/Favora/Favora-Regular.woff') format('woff'),
        url('fonts/Favora/Favora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.krimp {
    letter-spacing: 0px;
}
.km {
    display: block;
    width: 250px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.favora {
    display: block;
    font-family: 'Favora';
    font-size: 6em;
    line-height: 0;
    margin: 60px 0 55px -3px;
}
.far { /*rood*/
    color: #ff0000;
}
.fab { /*blauw*/
    color: #00ffff;
}

body {
  background-color: #fff;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

body {
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

body.zichtbaar {
  opacity: 1;
}

body.no-scroll {
  overflow: hidden;
}

html, body {
  overflow-x: hidden;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* VOOR INFOPANEEL MET HANDLEIDING*/
#infopaneel {
   /*position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50% , -50%);
   min-height: 100vh;
   min-width: 100vw;*/
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(255, 255, 255, 0.9);
    
   backdrop-filter: blur(6px);
   -webkit-backdrop-filter: blur(6px); /* voor Safari */
    
   z-index: 100;
   visibility: hidden;
   opacity: 0;
   transition: visibility 1s, opacity 1s ease-in-out;
   -moz-transition: visibility 1s, opacity 1s ease-in-out;
   -webkit-transition: visibility 1s, opacity 1s ease-in-out;
   font-family: 'Lato', Arial, sans-serif;
   font-weight: 300;
   color: #fff;
   cursor: pointer;
   text-align: center;
}

.kal-container {
  display: flex;
  align-items: center; /* verticaal mooi uitlijnen */
  margin: 0 0 50px 20px;
}
.inscr {
    width: 450px;
    margin-left: 25px;
    margin-bottom: -43px;
    opacity: 0.7;
}
.tiltpx {
    margin-bottom: 5px;
}
.tekst {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    line-height: 1.3;
    width: 75%;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}
.prikbord {
    display: inline-block;
    width: 55%;
}
.titelinfo {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    /*font-size: clamp(1.8rem, 2.5vw, 2.5rem);*/
    font-size: 45px;
    font-weight: 400;
    color: rgba(255, 0, 0, 1);
}
.ondertekenen {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    /*font-size: clamp(1.2rem, 1.7vw, 1.7rem);*/
    font-size: 35px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 70px;
}

.lijntje {
	margin: 0 auto;
    width: 100px;
	border-style: solid;
    border-width: 3px 0px 0px 0px;
	/*border-color: rgba(112, 189, 149, 1);*/
    border-color: rgba(0, 255, 255, 1);
}
.helpknop {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}
.helpknop:hover {
    color: #ff0000;
}
/*TOT HIER VOOR INFOPANEEL*/

tag1 {
    font-variant-ligatures: none; /*OM GLYPHS MET F TE VERMIJDEN*/
}
tag2 {
    color: rgba(0,255,255,0.4);
    font-variant-ligatures: none; /*OM GLYPHS MET F TE VERMIJDEN*/
}

.verberg {
    color: #fff; /*kleur van achtergrond geven*/
}

.titelitem {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

.titellijn {
	display: block;        /* maakt de span blokvormig */
    width: 100px;          /* lengte van het lijntje */
    height: 2px;           /* dikte van het lijntje */
    background-color: #ff0000;
    margin: 10px 0 17px 0;
}
.cursiefje {
    display: block;
    width: 100px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 0.7em;
    letter-spacing: 2.7px;
    font-weight: 300;
    margin: 11px 0 17px 0;
    padding: 8px 0 8px 0;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
}

.fb {
    cursor: pointer;
    font-weight: 400;
}
.fb:hover {
    color: #ff0000;
}

.kleur1 {
    color: #ff0000; /*rood*/
}
.kleur2 {
    color: #00ffff; /*cyaan*/
}
.vet {
    font-weight: 400 !important;
}
.naamklein {
    display: block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 0.7em;
    font-weight: 300;
    margin: 8px 0 5px 0;
}
.signatuur {
    display: block;
    width: 220px;
}

/* 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;
}
.videokader {
    display: block;
    width: 450px;
    border-radius: 10px;
}

.logo {
  display: inline-block !important;
  width: 70px !important;
  margin: 0 6px -4px 9px !important;
  cursor: pointer;
}
.weericon {
  display: inline-block !important;
  height: 35px !important;
  margin: 0 0 0 9px !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: #ff0000;
    font-weight: 400;
    cursor: pointer;
}
.link:hover {
    color: #000;
}
.linkgeluid {
    color: #000;
    cursor: pointer;
}
.linkgeluidactief {
    color: #ff0000;
}
.linken {
    cursor: pointer;
}
.linken:hover {
    color: #ff0000;
}

.beeldstatic {
    display: none;
    width: 450px;
    margin: 25px 0 0 0;
    border-radius: 10px;
    cursor: pointer;
}

.beeldvast {
    display: block;
    width: 450px;
    margin: 10px 0 25px 0;
    border-radius: 10px;
}

.FAQ {
    display: block;
    width: 450px;
    margin: 5px 0 15px 0;
}

.fotostrip {
  width: 450px;                 /* pas aan naar wens */
  background: black;
  border-radius: 10px;          /* afgeronde strip */
  padding: 15px;                /* ruimte tot rand */
  
  display: flex;
  flex-direction: column;
  gap: 17px;                    /* ruimte tussen foto's */
}

.fotostrip img {
  width: 100%;
  display: block;
  border-radius: 7px;          /* kleinere afronding */
  object-fit: cover;
}

.randomfoto {
    display: none;
    width: 450px;
    margin: 10px 0 25px 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;
}
.randomfoto: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;
}

.beeld {
    display: block;
    width: 450px;
    margin: 10px 0 25px 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;
    margin-top: 30px;
    width: 100px;
    cursor: pointer;
}
.polaroids {
    display: block;
    margin-bottom: 22px;
    width: 130px;
    cursor: pointer;
}
.les {
    display: block;
    margin-bottom: 22px;
    width: 120px;
    cursor: pointer;
}
.lezen {
    display: block;
    margin-bottom: 22px;
    width: 85px;
    cursor: pointer;
}
.variatie {
    display: block;
    margin-bottom: 22px;
    width: 82px;
    cursor: pointer;
}
.wistjedat {
    display: block;
    margin-bottom: 22px;
    width: 78px;
}
.idee {
    display: block;
    margin-bottom: 22px;
    width: 57px;
}
.PoD {
    display: block;
    margin-bottom: 22px;
    width: 84px;
}
.dieperlezen {
    display: block;
    margin-bottom: 22px;
    width: 80px;
    cursor: pointer;
}
.joker {
    display: block;
    width: 107px;
    cursor: pointer;
}
.zeszeszes {
    display: block;
    width: 120px;
    margin-bottom: 18px;
    cursor: pointer;
}
.reactie {
    display: block;
    width: 75px;
    margin-bottom: 22px;
}
.pakje {
    display: block;
    margin-bottom: 22px;
    width: 75px;
    cursor: pointer;
}
.radio {
    display: block;
    width: 90px;
    cursor: pointer;
}
.mail {
    display: block;
    width: 77px;
    margin-top: 22px;
    margin-bottom: -5px;
    cursor: pointer;
}
.kaart {
    display: block;
    width: 65px;
    cursor: pointer;
}
.podcast {
    display: block;
    width: 94px;
    cursor: pointer;
}
.dia {
    display: block;
    width: 88px;
    cursor: pointer;
}
.todo {
    display: block;
    width: 80px;
    cursor: pointer;
}
.brief {
    display: block;
    width: 83px;
    margin-top: 22px;
    cursor: pointer;
}
.dagboek {
    display: block;
    width: 68px;
    margin-bottom: 15px;
    margin-top: 3px;
}
.whatsapp {
    display: block;
    width: 80px;
    margin-bottom: 23px;
}
.poll {
    display: block;
    width: 160px;
}
.weerwoord {
    display: block;
    width: 195px;
    margin-top: 3px;
    margin-bottom: 18px;
    cursor: pointer;
}
.vraag {
    display: block;
    width: 107px;
    cursor: pointer;
}
.cadeau {
    display: block;
    width: 107px;
    cursor: pointer;
}
.kids {
    display: block;
    width: 100px;
    margin-bottom: 25px;
    vertical-align: baseline;
    cursor: pointer;
}

.minikids {
    display: inline-block;
    height: 45px;
    margin-left: 10px;
    transform: translateY(-20px);
    cursor: pointer;
}
.timeline-event-thumbnail, .minikids {
    vertical-align: middle;
}

.oef {
    display: block;
    width: 97px;
    margin-bottom: 25px;
    cursor: pointer;
}
.pen {
    display: block;
    width: 93px;
    margin-bottom: 25px;
}
.robot {
    display: block;
    width: 90px;
    cursor: pointer;
}
.chatbot {
    display: block;
    width: 90px;
    margin-bottom: 30px;
    cursor: pointer;
}
.leesbril {
    display: block;
    width: 123px;
    margin-bottom: 25px;
}
.teevee {
    display: block;
    width: 90px;
    cursor: pointer;
}
.icon {
    margin-left: 7px;
    margin-bottom: -1px;
    height: 10px;
    opacity: 0.7;
    cursor: pointer;
}
.post {
    display: block;
    width: 95px;
    margin-bottom: 23px;
    cursor: pointer;
}
.kat {
    display: block;
    width: 130px;
    margin-bottom: 23px;
    cursor: pointer;
}
.tek {
    display: block;
    width: 93px;
    cursor: pointer;
}
.lotus {
    display: block;
    width: 85px;
    margin-bottom: 22px;
    cursor: pointer;
}
.statue {
    display: block;
    width: 67px;
    margin-bottom: 22px;
    cursor: pointer;
}
.puzzel {
    display: block;
    width: 77px;
    margin-top: 3px;
    margin-bottom: 24px;
    cursor: pointer;
}
.megafoon {
    display: block;
    width: 78px;
    margin-bottom: 20px;
}
.koe {
    display: block;
    width: 115px;
    margin-bottom: 18px;
}
.kleinfont {
    font-size: 0.7em !important;
    color: #aaa !important;
    font-weight: 400 !important;
}
.kal {
    display: block;
    width: 75px;
    cursor: pointer;
}
.embleem {
    display: block;
    width: 400px;
    margin: 23px 0 25px 0;
}
.tilde {
    color: #ff0000;
    display: block;
    margin: -3px 0 -1px 0;
    font-weight: 400;
}
.tildeverzen {
    color: #ff0000;
    display: block;
    margin: -3px 0 -8px 0;
}
.tildeinhoud {
    color: #000;
    display: block;
    margin: -15px 0 -10px 0;
}
.tussentilde {
    color: #00ffff;
    display: block;
    margin: -2px 0 -2px 0;
}
.para {
    display: block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #00ffff;
    font-size: 18px;
    font-weight: 300;
    margin: 17px 0 16px 0;
}
.puntjes {
    color: #ff0000;
    font-size: 25px;
    font-weight: 900;
    line-height: 0;
    margin-right: 5px;
}
.rood {
    color: #ff0000;
}
.blauw {
    color: #00ffff;
}
.prietpraat {
    display: block;
    font-family: 'Playfair Display', serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-size: 0.9em;
    width: 600px;
    white-space: normal;
    line-height: 1.4;
}

.prescript, .postscript, .tussenscript, .intro, .proza, .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, .kort { /*VOOR HEEL KORTE ONDERSCHRIFTEN EN CREDITS*/
    width: fit-content !important;
    white-space: nowrap;
    margin: 0 0 0 0;
}
.credits {
    font-size: 16px;
}

.witruimte {
    display: block;
    height: 25px;
}
.witonder {
    display: block;
    height: 30px;
}

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

.proza {
    margin: 0 0 0 0;
    /*font-size: 0.9em;*/
    font-weight: 300;
}

.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;
}
.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 8px 20px;
    font-size: 1.7em;
	font-weight: 300;
    color: #888;
    letter-spacing: 1px;
}

.knop {
  position: relative;
  background: #ff0000;
  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: #00ffff;
  color: #ff0000;
  text-decoration: none;
}

.timeline {
  margin: 2em auto;
  position: relative;
  max-width: 70em;
  white-space: nowrap;
  /*white-space: normal;*/
}
.timeline:before {
  background-color: #00ffff;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 249px;
  left: 2em;
  width: 1px;
  height: calc(100% - 289px);
}

.timeline-event {
  position: relative;
  width: fit-content;
  /*width: 100%;*/
  /*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: #ff0000;
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 2em;
  width: 80%;
}
.basis {
  color: #000;
  font-size: 1.4em;
  line-height: 1.3;
  padding-top: 10px;
}
.haiku {
  font-family: 'Playfair Display', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1.2em;
  line-height: 1.35;
  padding-top: 10px;
  white-space: nowrap;
}
.gedicht {
  font-family: 'Playfair Display', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1em;
  white-space: nowrap;
}

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

.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-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: #ff0000;
  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;
  z-index: 1;
  cursor: pointer;
}

.timeline-event-thumbnail {
	display: inline-block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 0.75em;
    color: #fff;
	font-weight: 400;
    letter-spacing: 2px;
	margin-bottom: 1.2em;
    padding: 0.25em 1em 0.30em 1em;
	background: linear-gradient(#ff0000, #ff0000) no-repeat, #999;
	background-size: 0% 100%;
	transition: background-size 0.5s ease-in-out;
    white-space: nowrap;
    cursor: pointer;
}

.timeline-gewoon {
    transform: translateY(1px);
}
.timeline-extra {
    transform: translateY(-3px);
}

.timeline-event:hover .timeline-event-thumbnail {
	background-size: 100% 100%;
}

/* Media Queries for custom slider */

@media(hover: none), (pointer: coarse) {
    body {
        background-image: none;
    }
    .link:hover {
        /*color: inherit !important;*/
        color: #ff0000;
    }
    .linken:hover {
        color: #888;
    }
    .krimp {
        letter-spacing: -0.7px;
    }
    .favora {
      font-size: clamp(3rem, 6rem, 9rem);
      margin: 33px 0 40px -2px;
    }
    .favkl {
        font-size: 4em !important;
        margin: 33px 0 37px -2px !important;
    }
    .favklkl {
        font-size: 3.5em !important;
        margin: 32px 0 34px -1px !important;
    }
    .favklklkl {
        font-size: 3.1em !important;
        margin: 28px 0 29px -1px !important;
    }
    .fb {
        cursor: default;
        font-weight: 700;
    }
    .fb:hover {
        color: #888;
    }
    /*.para {
        font-size: 16px;
        margin: 12px 0 11px 0;
    }*/
    .timeline {
        margin: 1.8em auto;
        width: 100%;
    }
    .beeldstatic {
        width: 117% !important;
        cursor: default;
    }
    .beeldvast {
        width: 117% !important;
    }
    .FAQ {
        width: 117% !important;
    }
    .randomfoto {
        width: 117%  !important;
        cursor: default;
    }
    .beeld, .beeld:hover {
        width: 117% !important;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        cursor: default;
    }
    .fotostrip {
        width: 117% !important;
    }
    .reel {
        width: 100% !important; /*100, omdat videokader op 117 staat*/
        cursor: default;
    }
    .videokader {
        width: 117% !important;
    }
    #frames, .frame, .frame:hover {
        width: 105%;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        cursor: default;
    }
    .timeline-event-thumbnail {
        font-size: 0.9em;
        padding: 0.20em 1em 0.30em 1em;
        /*-moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;*/
    }
    /*.timeline-event:hover .timeline-event-thumbnail {
      background-size: 0% 100%;
    }*/
    .timeline-gewoon {
        transform: translateY(-1px) !important;
    }
    .timeline-extra {
        transform: translateY(-1px) !important;
    }
    .minikids {
        height: 45px;
        margin-left: 10px;
        transform: translateY(-18px);
    }
    .titel {
        font-size: 2.2em;
        margin: 0 0 0 18px;
    }
    .naam {
        font-size: 1.4em;
        font-weight: 400;
    }
    .timeline:before {
        /*top: 130px;
        height: calc(100% - 170px);*/
        top: 213px;
        height: calc(100% - 254px);
    }
    .haiku {
        font-size: 1.12em;
        line-height: 1.3;
    }
    .gedicht {
        font-size: 0.9em;
    }
    .prescript, .postscript, .tussenscript, .intro, .proza, .voetnoot, .credits, .kort {
        width: 118% !important;
        font-size: 22px;
        line-height: normal;
    }
    .prietpraat {
        font-size: 20px;
        width: 118% !important;
        line-height: 1.4;
    }
    .tilde {
        font-weight: bold;
    }
    .logo {
      width: 60px !important;
      margin: 0 8px -3px 8px !important;
    }
    .embleem {
        width: 340px;
    }
    .knop {
        padding: 8px 20px 10px 20px !important;
    }
    .knop:hover, .knop:active, .knop:focus {
      background: #ff0000 !important;
      color: #fff !important;
    }
    .icon {
        margin-left: 9px;
        margin-bottom: -1.5px;
        height: 11px;
        opacity: 0.7;
    }
    .tekst {
        font-size: 18px;
        width: 85%;
    }
    .prikbord {
        width: 85%;
    }
    .titelinfo {
        font-size: 32px;
    }
    .ondertekenen  {
        font-size: 24px;
    }
    .inscr {
        width: 300px;
        margin-left: 22px;
        margin-bottom: -55px;
        opacity: 0.7;
    }
    .tiltpx {
        margin-bottom: -24px !important;
    }
    .signatuur {
        height: 40px;
        margin: 25px 0 0 0 !important;
    }
    .helpknop {
        font-size: 18px;
        cursor: default;
    }
    .helpknop:hover {
        color: #000;
    }
    /*.cursiefje {
        letter-spacing: 2.7px;
        margin: 11px 0 17px 0;
    }*/
}

@media(hover: none) and (orientation: landscape), (pointer: coarse) and (orientation: landscape) {
    .krimp {
        letter-spacing: 0px;
    }
    .titel {
        font-size: 2.5em;
        margin: 0 0 0 18px;
    }
    .timeline {
        margin: 1.8em auto;
        width: 90%;
    }
    .beeldstatic {
        width: 500px !important;
        cursor: default;
    }
    .beeldvast {
        width: 500px !important;
    }
    .FAQ {
        width: 500px !important;
    }
    .randomfoto {
        width: 500px  !important;
        cursor: default;
    }
    .beeld, .beeld:hover {
        width: 500px !important;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        cursor: default;
    }
    .fotostrip {
        width: 500px !important;
    }
    .reel {
        width: 500px;
        cursor: default;
    }
    .videokader {
        width: 500px;
    }
    #frames, .frame, .frame:hover {
        width: 500px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        cursor: default;
    }
    .prietpraat {
        font-size: 1em;
        line-height: 1.3;
    }
    .prescript, .postscript, .tussenscript, .intro, .proza, .voetnoot, .credits {
        width: 120% !important;
        font-size: 22px !important;
        line-height: normal;
        /*font-size: 14px !important;*/
    }
    .logo {
      width: 70px !important;
      margin: 0 8px -3px 8px !important;
    }
    .embleem {
        width: 400px;
    }
    .tekst {
        font-size: 10px;
        width: 85%;
    }
    .prikbord {
        width: 85%;
    }
    .inscr {
        width: 450px;
        margin-left: 25px;
        margin-bottom: -42px;
        opacity: 0.7;
    }
    .tiltpx {
        margin-bottom: 3px !important;
    }
    .signatuur {
        height: 40px;
        margin: 30px 0 0 0 !important;
    }
    .helpknop {
        font-size: 16px;
        cursor: default;
    }
    /*.cursiefje {
        letter-spacing: 3.8px;
    }*/
}