a:hover {
  cursor: pointer;
}
body,
html {
  height: 100%;
  margin: 0;
  font-family: fantasy;
}
#koffie {
  position: absolute;
    width: 15%;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    border-radius: 11%;
    opacity: 0.6;
    z-index: 1;
}
#boekhandel {
  height: 100vh;
  width: 100vw;
  display: block;
  z-index: 7;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
}

#boekhandel > div {
  flex: 1;
  padding: 20px;
  border-top: 5px solid #181818;
}
#boekhandel > div:nth-child(1) {
  background-color: #fefefe;
  color: #333;
}
.changer {
  position: absolute;
  z-index: 30;
  width: fit-content;
  left: 0;
  top: 20%;
  padding: 0px;
  right: 0;
  margin: auto;
}
.changer .sub {
  font-weight: 300;
}
.changer h1 {
  font-family: 'Reenie Beanie', cursive;
  font-size: 10em;
  font-weight: 200;
  margin: 0;
  text-align: center;
  margin-top: 15%;
  text-shadow: 2px 1px 1px rgba(250, 250, 250, .1);
  margin-bottom: 20px;
}
.changer h1 a {
  color: #dfdfdf;
  text-decoration: none;
}
.changer h1 a:hover {
  color: #6db3d3;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e242d;
  height: 100vh;
}
.arrow:hover {
  border-color: #6db3d3;
}
.arrow {
  z-index: 9;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  border-style: solid;
  border-color: #d7d7d7;
  border-width: 0px 4px 4px 0px;
  border-radius: 4px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.changer .demos a {
  color: #eef3f5;
  display: block;
  font-size: 1em;
  border: 0;
  padding: 15px 5px 10px;
  font-weight: 800;
  border-radius: 4px;
  background: rgba(0,0,0,.7);
  width: 60%;
  text-align: center;
  margin: 10px auto;
  border: .5px solid rgba(171, 191, 211, 0.6);
  box-shadow: 0px 0px 22px 0px rgba(40, 60, 80, .6);

}
.changer .demos a:hover {
  background: rgba(23, 51, 91, 0.1);
}
.changer .demos a[data-go="1"] {
  color: #40bbb8;
}
.changer .demos a[data-go="2"] {
  color: #b24600;
}
.changer .demos a[data-go="3"] {
  color: #98ada4;
}
#container {
  height: calc(100vh + 10px);
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
#container > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
[data-demo="2"] #container #f1 {
  z-index: 2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  
  -webkit-animation: zoomout 40s linear infinite;
  -moz-animation: zoomout 40s linear infinite;
  animation: zoomout 40s linear infinite;
  -ms-animation: zoomout 40s linear infinite;
}

[data-demo="2"] #container #f2 {
  -webkit-animation: zoomin 40s linear infinite;
  -moz-animation: zoomin 40s linear infinite;
  animation: zoomin 40s linear infinite;
  -ms-animation: zoomin 40s linear infinite;
}

[data-demo="2"] #container #f3 {
  left: 30%;
  right: -60%;
  bottom: -20%;
  background-size: auto;
  scale: .8;
  -webkit-animation: roll 110s linear infinite;
  -moz-animation: roll 110s linear infinite;
  animation: roll 110s linear infinite;
  background-position: center;
  -ms-animation: roll 110s linear infinite;
}
@-moz-keyframes roll {
  50% {
    -webkit-transform: translate(-20%, 0);
    -moz-transform: translate(-20%, 0);
    -ms-transform: translate(-20%, 0);
    -o-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-webkit-keyframes roll {
  50% {
    -webkit-transform: translate(-20%, 0);
    -moz-transform: translate(-20%, 0);
    -ms-transform: translate(-20%, 0);
    -o-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@keyframes roll {
  50% {
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes zoomin {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomin {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomin {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomout {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes zoomout {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomout {
  50% {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes opa {
  30% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  70% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
}
@-webkit-keyframes opa {
  30% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  70% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
}
@keyframes opa {
  30% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  70% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: translate(10%, 0%);
    -moz-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    -o-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }
}




/* 
[data-demo="1"] #container #f1 {
  left: 20%;
  right: auto;
  width: 100%;
  -webkit-animation: roll 360s linear infinite;
  -moz-animation: roll 360s linear infinite;
  animation: roll 360s linear infinite;
  -ms-animation: roll 360s linear infinite;
}
[data-demo="1"] #container #f3 {
  left: 0%;
  top: 40%;
  background-size: contain;
  scale: .6;
  -webkit-animation: roll 50s linear infinite;
  -moz-animation: roll 50s linear infinite;
  animation: roll 50s linear infinite;
  -ms-animation: roll 50s linear infinite;
}

[data-demo="1"] #container #f2 {
  z-index: 2;
  -webkit-animation: zoomin 20s linear infinite;
  -moz-animation: zoomin 20s linear infinite;
  animation: zoomin 20s linear infinite;
  -ms-animation: zoomin 20s linear infinite;
} 

[data-demo="3"] #container #f1 {
  -webkit-transform: translate(10%, 0%);
  -moz-transform: translate(10%, 0%);
  -ms-transform: translate(10%, 0%);
  -o-transform: translate(10%, 0%);
  transform: translate(10%, 0%);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-animation: opa 40s linear infinite;
  -moz-animation: opa 40s linear infinite;
  animation: opa 40s linear infinite;
  -ms-animation: opa 40s linear infinite;
}*/