html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
            cursor: default;
}

.Wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-column-gap: 1vh;
  margin: 1vh;
}

#Tutorial-Body {
  background-image: url("../FOTO/Welkom.001.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: #cfe1fe;
  height: 100vh;
  width: 100vh;
  margin: 0;
}

#Einde-Body {
  background-image: url("../FOTO/Gefeliciteerd001.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: #cfe1fe;
  height: 100vh;
  width: 100vh;
  margin: 0;
}

.Welkom {
  margin-top: 15%;
  font-size: 30vh;
  font-family: "Overpass";
  text-align: center;
}

.Uitleg {
  text-align: center;
}

.Previous {
  border-right: 0.5vh solid #0c498f;
}

.Next {
  border-left: 0.5vh solid #0c498f;
}

.Button {
  /*display: none;*/
  position: relative;
  border-radius: 1vh;
  padding: 1em;
  margin: 1vh;
  text-align: center;
  height: auto;
  width: auto;
  background-color: #ddd;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.Button:hover {
  box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

.Buttons {
  border: 1vh solid white;
  border-radius: 3vh;
  position: absolute;
  display: flex;
  justify-content: space-between;
  margin-left: 11%;
  width: 50%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

body {
  margin: 0;
  font-family: arial;
  font-size: auto;
}

.Iframe-Container {
  border: 1vh;
  position: relative;
  width: 9 0%;
  height: 0;
  padding-bottom: 50.5%;
  top: 40%;
  left: 50%;
  max-width: 80%;
  transform: translate(-50%, -50%);

}

.Iframe-Container iframe {
  color: white;
  border: 0vh solid #eee;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  background-color: #fff;
  border-radius: 3vh;
  position: absolute;
  padding: 1vh;
  width: 100%;
  height: 100%;
}

.Left-Bar {
  background-color: white;
  height: 98vh;
  display: grid;
  grid-template-rows: 6fr 1fr;
  grid-row-gap: 1vh;
}

#Left-Underbar {
  background-color: #eeeeee;
  border-radius: 2vh;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#left-Underbar:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.InputBar {
  top: 50%;
  left: 50%;
  bottom: 50%;
  float: right;
  margin: 1vh;
  text-align: center;
  width: 60%;
}

#search-bar {
  border: none;
  border-left: 0.5vh solid #0c498f;
  border-radius: 1vh;
  height: 100%;
  width: 60%;
  padding-left: 1vh;
  font-size: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.Controle {
  height: 100%;
  width: 30%;
  margin-left: 1vh;
  background-color: #ddd;
  border: none;
  border-left: 0.5vh solid #0c498f;
  border-radius: 1vh;
  font-family: arial;
  font-size: 100%;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.Controle:hover {
  box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

#left-Underbar a {
  height: auto;
  width: auto;
}

#ItonTekst {
  height: 100%;
  width: 70%;
  top: 50%;
  left: 50%;
  background-image: url("../FOTO/ItonTekst.png");
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, 0%);
}

.Right-Bar {
  background-color: #eeeeee;
  border-radius: 2vh;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.List {
  overflow-y: auto;
  background-color: #eeeeee;
  border-radius: 2vh;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.Week {
  background-color: #fff;
  margin: 1vh;
  text-align: center;
  padding: 1vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  transition: padding 0.2s;
  border-left: 0.5vh solid;
  border-color: #0c498f;
  border-radius: 1vh;
/*  pointer-events:none; */

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.Week:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.WeekInhoud {
  display: none;
}

.Hoofdstuk {
  border-radius: 1vh;
  background-color: #fff;
  margin: 1vh;
  margin-left: 2vh;
  text-align: center;
  padding: 1vh;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  transition: padding 0.2s;
  border-left: 0.5vh solid;
  border-color: #6294cc;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.Hoofdstuk:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.HoofdstukInhoud a {
  text-decoration: none;
  color: black;
}

.HoofdstukInhoud {
  display: none;
  margin: 0;
}

.Paragraaf {
  border-left: 0.5vh solid;
  border-color: #d13f3f;
  text-align: center;
  display: grid;
  justify-content: space-between;
  background-color: #fff;
  margin: 1vh;
  margin-left: 3vh;
  padding: 1vh;
  transition: padding 0.2s;
  border-radius: 1vh;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.Paragraaf:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.Paragraaf:target {
  /*border-color: purple;*/
  box-shadow: 0 3px 7px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
  margin-left: 3.5vh;
  background-color: #d0e3f7;
}

.Presentatie {
  border-color: #a7bfd9;
}

.Hoofdstuk:after {
  content: '\025B6';
  font-style: bold;
  font-size: 2vh;
  float: right;
  margin-left: 1vh;
  color: #6294cc;
}

.Week:after {
  content: '\025B6';
  font-size: 2vh;
  margin-top: -0.5vh;
  float: right;
  margin-left: 1vh;
  color: #0c498f;
}

.active:after {
  content: "\025BC";
}
