#main {
  margin-top: 70px;
  min-height: calc(100vh - 150px);
  /* img {
    cursor: zoom-in;
  }*/
}

footer {
  font-weight: bold;
  margin: 20px 0;
}

code {
  background-color: #272822;
  color: #f8f8f2;
  border-radius: 4px;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
}

video {
  width: 100%;
  height: auto;
}

iframe {
  width: 100%;
  height: 100%;
}

.popup a {
  color: rgba(0, 0, 0, 0.3) !important;
}

.popup a:hover {
  color: rgba(0, 0, 0, 0.87) !important;
}

.zoomCursor {
  cursor: zoom-in;
}

strike {
  color: red;
}
.yt-video {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  /*  verhouding 16/9 */
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #C3BEBE;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -25px 0 0 -15px;
  border-left: 40px solid #C3BEBE;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #f00;
}

.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

@media print {
  a {
    text-decoration: underline;
  }
  .ui.two.column .column, .ui.three.column .column {
    width: 100% !important;
  }
  .ui.two.column .column .yt-video, .ui.two.column .column video, .ui.three.column .column .yt-video, .ui.three.column .column video {
    display: none;
  }
}

/*# sourceMappingURL=mean.css.map */
