@font-face {
  font-family: 'TCRFont';
  src: url('Fonts/Typographica-Blp5.ttf');
}

html {
  height: auto;
  width: 100%;
  box-sizing:content-box;
  font-size:80%;
  font:inherit;
  font-family: TCRFont;
  letter-spacing: 1px;
  color: #296247;
  letter-spacing: 0px;
}
header {
    background-color: #296247;
    height: 15vh;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    color: white;
    min-width:auto;
    padding: 0;
}
footer {
    background-color: #296247;
    height: 30vh;
    margin-bottom: -400px;
    left: 0;
    right: 0;
    bottom: 0;
    width:auto;
    color: white;
    padding: 0px;
    min-width: auto;
    position:absolute;
}
body {
    background-color:white;
    color: black;
    text-align: center;
    position: relative;
    margin: 0; padding: 0;
  }

a {
  text-decoration-line: none;
  color: lightskyblue;
}

/* The subnavigation menu */
.subnav {
  float: left;
  text-align: center;
  padding: 0;
  height: 3.4vw;
  width: auto;
  z-index: 2;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 1.4vw;
  border: none;
  outline: none;
  color: white;
  padding: 0.75vw 1.75vw;
  background-color: inherit;
  font-family: inherit;
  letter-spacing: 0.05vw;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.subnavbtn {
  display: flex;
  align-self: top;
  margin: 0;
  z-index: 2;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: rgb(72, 66, 66)3;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #333;
  z-index: 20;
  text-align: center;
  height: 7vw;
  width: 14.3vw;
  margin-left: 81.5vw;
  margin-right: 25vw;
  margin-top: 3.4vw;
}

.subnav-content2 {
  display: none;
  position: absolute;
  left: 0;
  background-color: #333;
  z-index: 20;
  text-align: center;
  height: 7vw;
  width: 12vw;
  margin-left: 18.8vw;
  margin-right: 85vw;
  margin-top: 3.4vw;
}

.subnav-content3 {
  display: none;
  position: absolute;
  left: 0;
  background-color: #333;
  z-index: 20;
  text-align: center;
  margin-left: 7.7vw;
  margin-right: 85vw;
  height: 7vw;
  width: 12vw;
  margin-top: 3.4vw;
}

/* Style the subnav links */
.subnav-content .subnav-content2 .subnav-content3 a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content .subnav-content2 .subnav-content3 a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}


/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content2 {
  display: block;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content3 {
  display: block;
}

.p1 {
 border-style: solid;
 border-radius: 6px;
 border-color: rgb(14, 94, 14);
 width: auto;
}

.TCRImage {
  float: left;
  border-style: solid;
  border-color: white;
  border-width: 1vw;
  background-color: white;
  padding: 1vw;
  width: auto;
  height: 3.2vw;
  transition: 0.8s;
}

.TCRImage:hover {
  border-right-width: 1vw;
  border-left-width: auto;
  width: auto;
  height: 2.2vw;
  border-width: 1.5vw;
  transition: 0.8s;
}

.StappenImages {
  width: 76vw;
  height: 44vw;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  width: 1vw;
  height: auto;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 0.75vw 1.75vw;
    letter-spacing: 0.05vw;
    padding-left: 2%;
    padding-right: 2%;
    text-decoration: none;
    font-size: 1.4vw;
    transition: 0.5s;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: rgb(14, 94, 14);
    color: yellow;
    transition: 0.5s;
    padding-left: 3%;
    padding-right: 3%;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #296247;
    color: white;
  }
.topnav {
    width: 100%;
}

/*Gefixt subnav*/
.subnav a{
  font-size: 1.4vw;
  border: none;
  outline: none;
  color: white;
  padding: 0.75vw 1.75vw;
  background-color: inherit;
  font-family: inherit;
  letter-spacing: 0.05vw;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  z-index: 2;
}
.subnav a:hover {
  background-color: rgb(14, 94, 14);
  color: yellow;
  transition: 0.5s;
  padding-left: 2vw;
  padding-right: 2vw;
  z-index: 2;
}

#slider {
	overflow: hidden;
}

@keyframes slider {
	0% { left: 0; }
	30% { left: 0; }
	33% { left: -100%; }
	63% { left: -100%; }
	66% { left: -200%; }
	95% { left: -200%; }
	100% { left: 0; }
}
#slider figure {
	width:300%;
	position: relative;
	animation: 9s slider infinite;
}

#slider figure img {
  top: 0;
	width: 35%;
	height : 100%;
	float: left;
  left: 0;
}

.Slideshow {
  width: 100%;
  height: 100%;
}

/* Two image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* dit is voor eduarte en canvas*/
.tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 4vw 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(9) ~ .tab__content:nth-of-type(9) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 1vw 1vw 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 3vw;
  box-sizing: border-box;
  padding: 0.25vw;
  top:50%;
  transition: 0.8s;
}
.tab__content {
  padding: 1vw 2,5vw;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-radius: 6px;
  padding-bottom: 2vw;
}

.tab {
  visibility: hidden;
}

.tab-wrap input[type="radio"]:checked + label {
  background-color: #296247;
  color: white;
  padding-left: 3vw;
  padding-right: 3vw;
  transition: 0.8s;
}

.tab-wrap label:hover{
  background-color: rgb(26, 173, 26);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  transition: 0.8s;
  cursor: pointer;
}

.EduarteEnCanvas {
  color: black;
}
/* Einde aan Eduarte en Canvas */
.opleidingen {
  color: black;
}

.LocatiegidsOpleidingen, tr, td {
  border-style: solid;
  border-color: green;
  border-width: 10px;
  text-align: left;
  padding: 2vw;
  padding-top: 0px;
}

.LocatiegidsOpleidingen {
  height: 6vh;
  padding-top: 1vh;
  padding-bottom: 40vh;
  padding-left: 2vw;
}

td {
  width: 30%;
}

.topnavborder, .subnav{
  border-right-style: solid;
  border-right-width: 0.2vw;
  border-right-color: white;
}

.examenplansection {
  border-style: solid;
  border-color:#296247;
  border-width: 2px;
  border-spacing: 1vw;
  margin-left: 10vw;
  margin-right: 10vw;
  padding: 2vw;
  padding-left: 2vw;
  text-align: left;
  color: #296247;
}

.examenplantalenborder {
  border-style: solid;
  border-color:#296247;
  border-width: 2px;
  margin-left: 10vw;
  margin-right: 10vw;
  padding: 2vw;
}

.active {
  background-color: #296247;
  color: black;
}

.BSASection {
  padding-left: 10em;
  padding-right: 10em;
}

.OverOnsImage {
  border-style: solid;
  border-color: #296247;
  border-width: 2vw;
  border-radius: 5vw;
  margin: 50px;
  float: left;
  width: 25vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.OverOnsDiv {
  border-style: solid;
  border-color: #296247;
  border-width: 0px;
  border-bottom-width: 5px;
  margin: 5vw;
  padding: 3vw;
}

/* voor de reviewpage*/
.rate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  float: top;  
  height: 15vh;

}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
  font-size: 4vw;
}
.rate:not(:checked) > label {
  float: none;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:40px;
  color:rgb(215, 215, 215);
}
.star:not(:checked) > label:before {
  content: '&#9734'
}
.rate > input:checked ~ label {
  color: gold;
}
#star > input:checked ~ label {
  color: gold;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #e4ba25;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #e4ba25;
}

textarea {
  resize: none;
}

.ReviewTable, .ReviewTable2 {
  text-align: center;
  float: center;
  width: 100%;
  padding: 10px;
  border-radius: 3vw;
}
#complimenten {
  text-align: center;
  width: auto;
}
#klachten {
  text-align: center;
  width: auto;
}
.ReviewSection {
  margin-top: 5vh;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 1vw;
  border-style: solid;
  border-color: rgb(240, 240, 240);
  border-width: 1vw;
  padding: 50px;
  box-shadow: 1vw 1vw 8px 1vw #888888, 5px 5px 8px 5px #888888 inset;
}

/* Einde reviewpage*/

.FooterContent {
  border-style: none;
  background-color: white;
  text-align: center;
  display: flex;
  justify-content: center;
}

.FooterText {
  width: 5vw;
  height: 5vw;
  border-style: solid;
  border-width: 2px;
  text-align: center;
}

.Header2 {
  padding: 0px;
  height: auto;
  width: 100%;
  background-color: #1f4835;
  display: flex;
  justify-content: center;
}

.VideoSpaceUl {
  padding: 0px;
  height: 100%;
  width: 100%;
  background-color: #1f4835;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.OuderAvondHeader2 {
  color: white;
  font-size: 5vw;
  border-bottom: white;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.VideoSpaceVideo {
  width: 45vw;
  height: 35vw;
  display: flex;
  padding-bottom: 0.4vw;
  margin-left: 19%;
}
.VideoSpaceImg {
  width: 20vw;
  height: 50%;
  float: right;
  display: flex;
  align-self: center;
  margin-right: 15vw;
  padding-right: 10vw;
  margin-top: 29vh;
}

.VideoSpaceOuderavond {
  margin-left: 100px;
  font-size: 150px;
}

.DropdownImg {
  width: 1.5vw;
  height: 1.5vw;
  padding: 0;
}

.FloatRight {
  float: right;
}

.TCRAanmeldenButton {
  border-style: solid;
  border-width: 0.2vw;
  border-radius: 2vw;
  border-color: black;
  background-color: greenyellow;
  color: black;
  font-size: 1vw;
  padding: 2vw 4vw;
  margin-top: 0.8vw;
  margin-right: 1vw;
  transition: 0.4s;
  cursor: pointer;
}

.TCRAanmeldenButton:hover {
  transition: 0.4s;
  background-color: rgb(140, 212, 32);;
}

.LocatiegidsVideo {
  width: 60em;
}

body1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1vw;
}

.LoginText {
  font-size: 50px;
}

nav {
  position: sticky;
  top: 0px;
}

.month {
  padding: 70px 25px;
  width: auto;
  background: #1abc9c;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}

.topnav, .TCRAanmeldenButton {
  font-family: 'TCRFont';
}

@media only screen and (max-width: 576px) {
  nav {
    display: flex;
    flex-direction: column;
  }
  .weekdays li, .days li {width: 12.5%;}
}

@media only screen and (max-width: 768px) {
  nav {
    display: flex;
    flex-direction: column;
  }
  .HomePaginaText {
    font-size: 2vw;
    letter-spacing: 0.1vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  } 
}