body,
html {
  background-color: #222831;
  font-family: "Avenir Next LT Pro", sans-serif;
  height: 100%;
  margin: 0;
}

h3,
h5,
h6 {
  color: #fd7014;
  font-family: "Arial Rounded MT";
}
p,
li {
  color: #fff;
  font-family: "Avenir Next LT Pro", sans-serif;
}
a {
  color: white;
  text-decoration: none;
}
.link:hover {
  color: #7f7f7f;
}
.section__title {
  text-align: center;
  margin-bottom: 5px;
  font-size: xx-large;
}

.Tussen_snede {
  position: relative;
  height: 75.6px;
  width: 100%;
  background-color: #fd7014;
  clip-path: polygon(90% 3%, 100% 100%, 90% 0, 0 0, 0 3%);
}
.Container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.Items {
  margin: 2%;
  width: 25%;
  text-align: center;
}
.hr_Comp_Werkerv {
  width: 240px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
.Werkerv_AttestCertif_container {
  text-align: center;
  margin: 2%;
}
/*---------------------------------------------------------------------------------------*/
/* ------------ style the full page ------------ */

.wrapper {
  min-width: 750px; /* De minimale waarde dat de pagina nog mag veranderen */
  margin: 0px auto 0px auto;
  background-color: #222831;
}

/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Header + Menu style ------------ */
header {
  position: relative;
  height: 30em;
  background-color: #fd7014;
}
/* achtergrond opmaak */
.Header_foto {
  position: absolute;
  height: 30em;
  width: 100%;
  /* Snede links onder van de header -> link = https://bennettfeely.com/clippy/ */
  clip-path: polygon(0 0, 100% 0, 100% 99.5%, 10% 99.5%, 0 80%);
}
.Header_snede {
  position: absolute;
  height: 30em;
  width: 100%;
  background-color: #222831;
  clip-path: polygon(0 80%, 0% 100%, 10% 100%);
}
/* Menu balk opmaak */
.MenuBalk {
  position: relative;
  height: 60px;
  background-color: rgba(57, 62, 70, 0.75);
}
.MenuBalk::after {
  /* Dit is voor een float item in zijn div te houden */
  content: "";
  display: block;
  clear: both;
  background-color: rgba(57, 62, 70, 0.75);
}
.logo {
  width: 200px;
  float: left;
}
.nav_blok {
  float: right;
}
.nav__list {
  padding-left: 0px;
}
.nav__item {
  color: white;
  display: inline-block;
  padding-left: 7px;
  padding-right: 9px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Avenir Next LT Pro", sans-serif;
  border-right: 2px solid white;
}
.nav__item_actief {
  color: #fd7014;
  display: inline-block;
  padding-left: 7px;
  padding-right: 9px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Avenir Next LT Pro", sans-serif;
  border-right: 2px solid white;
}
/* code van oefening Web engineering + eigen aanpassingen en toevoegingen*/
li a ul li a {
  content: "";
  clear: both;
}
/* selector must be specific to avoid using this style on last element of submenu */
nav > ul > li:last-child {
  border-right: none;
}
/* change color on hover except for the active menu item*/
nav .nav__link:hover {
  color: #7f7f7f;
}
/* hide lists level 2 */
nav li ul {
  position: absolute;
  width: 150px;
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* lengte van de verborgen menu items */
nav li:hover ul.Projecten_verborgen {
  display: block;
  width: 423px;
}
nav li:hover ul.taal_verborgen {
  display: block;
  width: 170px;
}
/* lengte breedte link */
.sub_link1 {
  display: inline-block;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}
.sub_link2 {
  display: inline-block;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 15px;
  text-align: center;
}
/* opmaak van de verborgen menu items 1*/
.sub_item_1 {
  color: #fff;
  background-color: rgba(57, 62, 70, 0.75);
  border-left: 1px solid #fd7014;
  border-bottom: 2px dashed #fd7014;
}
/* opmaak van de verborgen menu items 2*/
.sub_item_2 {
  color: #fff;
  background-color: rgba(57, 62, 70, 0.75);
  border-bottom-left-radius: 15px;
  border-left: 1px solid #fd7014;
  border-bottom: 1px solid #fd7014;
}
.sub_item_1:hover,
.sub_item_2:hover{
  background-color: rgba(253, 112, 20, 0.7);
}
/* kleine cheat om de hover actief te houden en de achtergrond uitlijning van de verborgen items juiste onderaan de menu balk te zetten*/
nav li ul > .uitzondering {
  height: 16.4px;
  display: block;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Titel ------------ */
.Projecten_titel {
  position: relative;
}
h1 {
  margin-left: 10%;
  margin-top: 55px;
  color: #fd7014;
  font-size: 40px;
  font-family: "Arial Rounded MT";
}
.Titel_paragraf {
  width: 550px;
  margin-left: 10%;
  margin-bottom: 55px;
  font-size: 20px;
}
.Dr1 {
  position: absolute;
  width: 200px;
  top: -30px;
  left: 70%;
}
.Dr2 {
  position: absolute;
  width: 200px;
  top: -25px;
  left: 70.5%;
}
.Dr3 {
  position: absolute;
  width: 200px;
  top: -20px;
  left: 71%;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Plan van aanpak ------------ */
.Pva {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 150px;
}
h2 {
  margin-bottom: 5px;
  text-align: center;
  color: #fd7014;
  font-family: "Arial Rounded MT";
}
hr.Ondertitel {
  width: 200px;
  margin-top: 5px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
.tekst {
  position: relative;
  width: 650px;
}
.PVA_Dr1 {
  position: absolute;
  width: 250px;
  top: 30px;
  left: 60%;
}
.PVA_Dr2 {
  position: absolute;
  width: 250px;
  top: 40%;
}
.PVA_Dr3 {
  position: absolute;
  width: 250px;
  top: 59%;
  left: 60%;
}
.WeekOverzicht {
  width: 650px;
}
.WeekOverzicht_T {
  border-collapse: collapse;
  text-align: left;
  font-size: smaller;
  padding-top: 10px;
  border: 2px solid black;
  border-radius: 50px;
}

.hoofd {
  color: white;
  background-color: #fd7014;
  border-bottom: 2px solid black;
}
.L {
  padding-right: 10px;
}

tr {
  background-color: #fff;
}
th {
  padding-top: 5px;
  padding-right: 5px;
}
.Oneven {
  background-color: #e7e7e7;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Blokschema ------------ */
.BS_titel{
  width: 100%;
  margin-top: 55px;
  margin-bottom: 20px;
}
.BS{
  position: relative;
  width: 100%;
  height: 700px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.JS-BS_slide{
  position: relative;
  width: 60%;
  height: 90%;
  justify-content: left;
  border: 3px solid rgba(253, 112, 20, 0.7);
}
.JS-BS_slide img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.BS_Titel_slide{
  position: absolute;
  z-index: 1;
  bottom: 5%;
  right: 15%;
  width: 300px;
  background-color: #222831;
  border:2px solid #fd7014;
  border-radius: 40px;
  padding: 5px;
  text-align: center;
}

.BS_vol_min{
  transition: 0.6s ease;
  z-index: 2;
  background-image: url("../img/BLOKSCHEMA_STEM-Building.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 200px;
  margin-left: 5px;
  border-radius: 40px;
  box-shadow: 0 0 20px 10px #222831 inset;
  text-align: center;
  padding-top: 20px;
  color: #fd7014;
  font-size: medium;
  text-decoration: underline 3px;
}
.BS_vol_max{
  position: fixed;
  z-index: 2;
  top: 5%;
  left: 5%;
  background-image: url("../img/BLOKSCHEMA_STEM-Building.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.6s ease;
  width: 90%;
  height: 90%;
  border-radius: 40px;
  box-shadow: 0 0 20px 10px #222831 inset;
  text-align: center;
  padding-top: 20px;
  color: #fd7014;
  font-size: large;
  text-decoration: underline 3px;
  cursor: pointer;
}
.BS_vol_min:hover{
  transition: 0.6s ease;
  width: 210px;
  height: 210px;
  font-size: large;
  cursor: pointer;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Hardware ------------ */
.HW{
    position: relative;
    width: 100%;
    height: 500px;
}
.H_titel{
  width: 100%;
  margin-top: 55px;
  margin-bottom: 10px;
}
.H_slides img{
  position: absolute;
  width: 100%;
  height: 100%; 
}
h4{
  color: #fd7014;
  font-size: 170%;
  text-decoration: underline;
}
.HW_tekst div{
  background-color: rgba(127, 127, 127, 0.7);
  position: absolute;
  height: 100%;
  width: 40%;
  border-right: 2px solid #fd7014;
  color: #fff;
  padding: 0 5px 0 5px;
  font-size: 120%;
  font-family: "Arial Rounded MT";
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Software ------------ */
.S_titel{
  width: 100%;
  margin-top: 100px;
  margin-bottom: 10px;
}
.S_Items {
  position: relative;
  width: 450px;
  height: auto;
  margin: 5px;
  border: 2px solid #fd7014;
  background-color: rgba(9, 32, 63, 0.15);
  border-radius: 50px;
  text-align: center;
}
.S_foto{
  position: inherit;
  width: 98%;
  margin:1%;
  border-radius: 10px;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ LINK ------------ */
.L_titel{
  width: 100%;
  margin-top: 55px;
  margin-bottom: 10px;
}
.L a{
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
  color: #fff;
  font-size: x-large;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/

.footer_snede_begin {
  position: relative;
  height: 75.6px;
  width: 100%;
  margin-top: 100px;
  background-color: #5d5c5cb0;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 90% 3%, 10% 3%, 0 100%);
}

/*---------------------------------------------------------------------------------------*/
/* ------------ footer ------------ */
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  color: #fff;
}
footer > div.social_item {
  margin: 10px;
  font-size: x-large;
}
h6 {
  color: #fd7014;
  font-family: "Arial Rounded MT";
  margin: 5px;
  font-size: x-large;
}
.footer_paragraaf,
.footer_link {
  margin: 5px;
  margin-top: 10px;
  font-size: large;
}

/*---------------------------------------------------------------------------------------*/
