/* Custom navigation: color */
.nav-btn:active {
  background-color: rgb(190, 27, 30);
  color: white;
  border-color: rgb(190, 27, 30);
  outline: none;
}

.btn-return {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 12.5px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  font-size: 1em;
}

.btn-home {
  width: 300px;
  height: 100px;
  margin: 5em 2em 0;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  position: 50%;
  font-size: 2.5em;
  letter-spacing: 0.25em;
}
.btn-home:hover,
.btn-return:hover {
  border: 2px solid rgb(190, 27, 30);
  color: rgb(190, 27, 30);
  /* background-color: white; */
}
.btn-home:active,
.btn-home:focus,
.btn-return:active,
.btn-return:focus {
  border: 2px solid rgb(190, 27, 30);
  color: white;
  background-color: rgb(190, 27, 30);
  outline: none;
}

/* Youtube */

.videoWrapper {
  width: 65%;
  height: 65%;
  position: absolute;
  top: 15%;
  left: 7.5%;
  padding-bottom: 16.25%; /* 16:9 */
  padding-top: 25px;
  z-index: 2;
}
.videoWrapper-title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10%;
  background-color: white;
  display: flex;
  align-items: flex-end;
  padding-left: 25px;
}
.videoWrapper iframe {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: white;
}

/* .videoThumbs {
  position: absolute;
  right: 5%;
  bottom: 12.5%;
  width: 20%;
  height: 65%;
  padding-top: 0;
}

.videoThumbs img {
  height: 150px;
  width: 250px;
  margin-bottom: 15px;
  border: 10px solid white;
  display: block;
  cursor: pointer;
  float: right;
} */
/* New file ?  */

.videomenu-title {
  position: absolute;
  top: 10%;
  left: 2.5%;
  height: 6%;
  width: 90%;
  padding-left: 25px;
  display: flex;
  align-items: center;
  background-color: white;
}
.videomenu-container {
  position: absolute;
  top: 16%;
  left: 2.5%;
  height: 75%;
  width: 90%;
  border: 25px solid white;
  border-top: none;
  background-color: white;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  overflow: hidden;
  height: 100%;
}
.menu-container {
  width: 25%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  text-align: right;
}

.videomenu-videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videomenu-videowrapper-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumb {
  width: 90%;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.video-thumb:last-child {
  margin-bottom: 0px;
}

.video-thumb img {
  width: 100%;
  border: 1px solid black;
}
.video-thumb img:hover {
  border-color: white;
  cursor: pointer;
}

.text-block {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: white;
  color: black;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 15px;
  padding: 1px 5px;
}

.eindtekst {
  bottom: 25%;
}
