body,
html {
  background-color: #222831;
  font-family: "Avenir Next LT Pro", sans-serif;
  height: 100%;
  margin: 0;
}

h1,
h2,
h6 {
  color: #fd7014;
  font-family: "Arial Rounded MT";
}
p {
  color: #fff;
  font-family: "Avenir Next LT Pro", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}

.section__title {
  text-align: center;
  margin-bottom: 5px;
  font-size: xx-large;
}
hr.Ondertitel {
  width: 250px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
.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: center;
}
.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%;
}
b {
  font-size: large;
}
/*---------------------------------------------------------------------------------------*/
/* ------------ 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.Portfolio_verborgen {
  display: block;
  width: 291.3px;
}
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;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Home/introductie ------------ */
section.Home {
  position: relative;
  height: 30em;
}
.sectie__title {
  width: 37%;
  text-align: center;
  font-size: 180%;
  position: absolute;
  top: 9%;
  left: 20%;
}
hr.hr_Home {
  width: 35%;
  position: absolute;
  top: 20%;
  left: 21%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
}
p.sectie__ondertitel {
  position: absolute;
  top: 20%;
  left: 18%;
  width: 38%;
  height: auto;
  font-size: medium;
  background-color: rgba(253, 112, 20, 0.7);
  padding: 15px;
  padding-right: 10%;
  border-radius: 25px;
}
img.Persoonlijke_foto {
  width: 300px;
  height: 320px;
  position: absolute;
  top: 10%;
  left: 58%;
  z-index: 1;
}
.Dimensie_foto {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 25%;
  left: 62%;
  z-index: 0;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Studies ------------ */
.hr_Studies {
  width: 140px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fd7014;
  text-decoration: underline;
  font-size: large;
  font-weight: bold;
  font-family: "Arial Rounded MT";
}
.Studies_paragraf {
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}
.Studies_paragraf_G {
  margin-top: 70px;
  margin-left: 30px;
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: x-large;
  text-align: left;
}
.Studies_paragraf2 {
  margin-left: 30px;
  margin-right: 30px;
  color: black;
  text-align: left;
}
span {
  color: #fd7014;
}
.Studies_Items {
  position: relative;
  width: 650px;
  height: 325px;
  margin: 2%;
  border: 2px solid rgba(127, 127, 127, 0.7);
  background-color: #393e46;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
}
.Stages_Energietech {
  position: absolute;
  top: 50%;
  height: 161px;
  width: 100%;
  border-top: 2px solid rgba(127, 127, 127, 0.7);
  background-image: linear-gradient(to top, #006d2a, #009e41, #00bd4f);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 47px;
}
.Stages_AI {
  position: absolute;
  top: 50%;
  height: 161px;
  width: 100%;
  border-top: 2px solid rgba(127, 127, 127, 0.7);
  background-image: linear-gradient(to top, #3f1260, #5e1f8d, #7128a8);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 47px;
}
.Stages_Beveiliging {
  position: absolute;
  top: 50%;
  height: 161px;
  width: 100%;
  border-top: 2px solid rgba(127, 127, 127, 0.7);
  background-image: linear-gradient(to top, #6e6e6e, #a0a0a0, #bfbfbf);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 47px;
}
.Stages_Elek {
  position: absolute;
  top: 50%;
  height: 161px;
  width: 100%;
  border-top: 2px solid rgba(127, 127, 127, 0.7);
  background-image: linear-gradient(to top, #a0a000, #e6e600, #ffff00);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 47px;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Persoonsgebonden competenties ------------ */
hr.hr_Pers_comp {
  width: 550px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}

.Icons_Pers_Comp {
  width: 100px;
}
h3 {
  font-family: "Avenir Next LT Pro", sans-serif;
  color: #fff;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Talen ------------ */
hr.hr_Talen {
  width: 100px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
.Icons_Talen {
  width: 150px;
}
.Kennis {
  font-family: "Avenir Next LT Pro", sans-serif;
  font-weight: bold;
  color: #7f7f7f;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Competenties ------------ */
hr.hr_Competenties_subtitel1 {
  width: 290px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
hr.hr_Competenties_subtitel2 {
  width: 330px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
hr.hr_Competenties_subtitel3 {
  width: 230px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
hr.hr_Competenties_subtitel4 {
  width: 220px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
hr.hr_Competenties_subtitel5 {
  width: 200px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
.Competenties_items {
  margin: 2%;
  width: 600px;
  text-align: center;
}
h4 {
  margin-bottom: 5px;
  color: #fd7014;
  font-family: "Arial Rounded MT";
  font-size: large;
}
.Foto_Diagram {
  width: 100%;
  height: 370px;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Werkervaring ------------ */
.Werkervaring_item {
  width: 100%;
  position: relative;
  margin-top: 1%;
  margin-bottom: 1%;
}
.Werkervaring_tijden {
  display: inline-block;
  width: 160px;
  text-align: left;
}
.Werkervaring_uitleg {
  display: inline-block;
  width: 38%;
  padding-left: 15px;
  border-left: 2px solid #fd7014;
  text-align: left;
}

/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Attesten / Certificaten ------------ */
.hr_Attest_Certif {
  width: 370px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
.Attest_Certif_item {
  width: 90%;
  position: relative;
  margin-top: 1%;
  margin-bottom: 1%;
}
.Attest_Certif_tijden {
  display: inline-block;
  width: 140px;
  text-align: left;
}
.Attest_Certif_uitleg {
  display: inline-block;
  width: 30%;
  padding-left: 15px;
  border-left: 2px solid #fd7014;
  text-align: left;
}
.Attest_Certif_foto {
  position: absolute;
  height: 100%;
  max-height: 67px;
  margin-left: 10px;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/

.footer_snede_begin {
  position: relative;
  height: 75.6px;
  width: 100%;
  margin-top: 6%;
  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;
}
.footer_link:hover {
  color: #7f7f7f;
}
/*---------------------------------------------------------------------------------------*/