body,
html {
  height: 100%;
  margin: 0;
  background-color: #222831;
  font-family: "Avenir Next LT Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Arial Rounded MT";
  color: #fd7014;
}
p {
  font-family: "Avenir Next LT Pro", sans-serif;
  color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}

.section__title {
  margin-bottom: 5px;
  text-align: center;
  font-size: xx-large;
}
hr.Ondertitel {
  width: 250px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
}
/*---------------------------------------------------------------------------------------*/
/* ------------ 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.home_verborgen {
  display: block;
  width: 512.45px;
}
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;
}
.Home__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;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Roadmaps ------------ */
.Roadmaps_snede_top {
  position: relative;
  height: 75.6px;
  width: 100%;
  background-color: #fd7014;
  clip-path: polygon(90% 3%, 100% 100%, 90% 0, 0 0, 0 3%);
}
/* slideshow CSS code: https://www.w3schools.com/howto/howto_js_slideshow.asp */
.Roadmaps_slideshow {
  position: relative;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* --- CSS linkse kolom --- */
.linkse_kolom {
  float: left;
  width: 20%;
  padding: 5px;
  border-right: 2px solid #fd7014;
}
.uitleg_titel {
  font-size: 130%;
  text-align: center;
  text-decoration: underline;
  color: #fd7014;
  margin: 5px;
}
.opmerking {
  font-size: 80%;
  color: #7f7f7f;
}
.uitleg_hr {
  width: 95%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
}
.uitleg_ondertitel {
  margin-bottom: 5px;
  font-size: 115%;
  text-align: center;
  text-decoration: underline;
  color: #fd7014;
}
.uitleg_paragraaf {
  margin: auto;
  font-size: 105%;
}
ol.uitleg_lijst {
  color: #fff;
  padding-left: 15px;
}
.uitleg_lijst_item {
  font-size: 105%;
  margin-bottom: 2px;
}
/* --- CSS rechtse kolom --- */
.rechtse_kolom {
  float: right;
  width: 78%;
}
.Roadmap_fotos {
  width: 98%;
}
.Roadmaps_slideshow:after {
  /* Clear floats after the columns */
  content: "";
  display: block;
  clear: both;
}
.slide {
  display: none;
}
/* De opmaak van de navigatie punten */
.slideshow_punten {
  text-align: center;
}
.punten {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: 0.6s ease;
}
.active,
.punten:hover {
  background-color: #717171;
}
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* ------------ Projecten ------------ */
.Projecten_home_section {
  position: relative;
}
.Projecten_snede_top {
  position: relative;
  margin-top: 96px;
  height: 75.6px;
  width: 100%;
  background-color: #fd7014;
  clip-path: polygon(90% 3%, 100% 100%, 90% 0, 0 0, 0 3%);
}
.Projecten_home {
  position: relative;
  height: 50em;
}
/* Opmaak Driehoeken */
.driehoek_LB {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 10%;
  left: 15%;
}
.driehoek_RB {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 13.5%;
  left: 38%;
}
.driehoek_LO {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 31%;
  left: 19%;
}
/* Opmaak bovenkant */
.Project_top {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Projecten_link {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 500px;
  height: 300px;
  background-color: #717171;
  transition: 0.6s ease;
  background-image: url("../img/Stem-Building_foto.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 2px solid #717171;
}
.Projecten_link:hover {
  transition: 0.6s ease;
  width: 520px;
  height: 310px;
}
.Project_project_titel_div {
  width: 30%;
  height: 300px;
}
.Project_project_titel_titel {
  text-align: center;
  font-size: x-large;
  padding: 10px;
  color: #fff;
  background-color: rgba(253, 112, 20, 0.7);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 5px;
}
.Project_project_titel_paragraaf {
  margin: 5%;
  padding: 5px;
  font-size: larger;
  margin-top: 5px;
}
/* Opmaak Onderkant */
.Project_bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.Project_samenvatting {
  width: 300px;
  margin: 1%;
  margin-top: 0px;
}
.Project_samenvatting > h3 {
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: rgba(253, 112, 20, 0.7);
  border-radius: 10px;
}
.Project_samenvattingslijst {
  color: #fff;
  margin-right: 20px;
}
.Project_samenvattingslijst > li {
  margin-bottom: 3px;
}
.Project_samenvattingslijst > li > ul {
  list-style-type: disc;
  color: #fff;
  font-size: small;
  padding-left: 20px;
}
.Project_samenvattingslijst > li > ul > li {
  padding-bottom: 2px;
}

/*---------------------------------------------------------------------------------------*/
.footer_snede_begin {
  position: relative;
  height: 75.6px;
  width: 100%;
  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;
}
/*---------------------------------------------------------------------------------------*/
