* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

ul {
  padding-inline-start: 0;
}

.body-easteregg {
  cursor: url("https://cdn.custom-cursor.com/db/6540/32/star-wars-rebels-kanan-jarrus-and-lightsaber-cursor-a.png"),
    auto;
}

.easteregg-body {
  cursor: url("https://cdn.custom-cursor.com/db/6540/32/star-wars-rebels-kanan-jarrus-and-lightsaber-cursor-a.png"),
    auto;
}

html {
  font-family: sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* HEADER */

.header-navbar {
  height: 100px;
  background-color: #663366;
}

.fontys-logo {
  width: 130px;
  height: 70px;
  margin: 15px 0;
}

.content-header-navbar {
  display: flex;
  justify-content: space-between;
  height: inherit;
  margin: 0 135px;
}

.header-navbar-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}

.header-navbar-list {
  display: flex;
  flex-direction: row;
  padding: 0 10px;
}

.header-navbar-list li {
  padding: 0 5px;
  font-size: 20px;
}

.header-navbar-list li a {
  color: white;
}

.header-navbar-right-link {
  display: flex;
  height: 50px;
  padding: 0 15px;
  font-size: 20px;
  color: white;
}

.header-navbar-right-search {
  display: flex;
  height: 50px;
  justify-content: end;
  align-items: center;
}

.english-icon {
  margin-right: 5px;
}

.search-bar {
  width: 190px;
  height: 34px;
  margin-left: 0.5rem;
  border-radius: 4px;
  border: 0.5px solid #e3e3e3;
  background: rgba(217, 217, 217, 0.35);
  align-content: center;
  padding-left: 10px;
}

/* Main Cover */

.main-cover {
  width: 100%;
  height: 610px;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  margin-bottom: 5rem;
  overflow: hidden;
}

.main-image-container {
  background-image: url(../img/cover-image.png);
  position: absolute;
  display: block;
  filter: brightness(50%);
  height: 100%;
  width: 100vw;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

.main-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
}

.main-introduction {
  position: relative;
  padding-top: 1rem;
  flex: 1 1 75%;
  padding-bottom: 8rem;
  padding-left: 135px;
}

.main-introduction h1 {
  font-size: 96px;
  font-weight: 600;
  color: #fff;
  font-style: normal;
  line-height: normal;
}

.main-facts {
  display: flex;
  flex-direction: row;
}

.main-facts li {
  color: #fff;
  font-size: 24px;
  font-weight: 400px;
}
.main-facts li:not(:last-child):after {
  content: "|";
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
}

.main-start-location {
  color: #fff;
  font-size: 24px;
  font-weight: 400px;
}

.main-navigation {
  position: absolute;
  background-color: #fff;
  padding: 1.8rem 100vw 0 135px;
  bottom: 0;
  height: 90px;
  z-index: 99;
}

.main-nav-list {
  display: flex;
  flex-direction: row;
}

.main-nav-list li {
  margin-left: 0;
  margin-right: 2rem;
}

.main-nav-list-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
  padding: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  word-wrap: break-word;
  border: 1px solid #524d43;
  line-height: 1.5;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.main-nav-list-btn:hover {
  background-color: #636;
  color: white;
  transition: 0.2s ease-in-out;
}

.main-cta {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 25%;
  padding-right: 135px;
}

.main-cta-top {
  background-color: #fff;
  padding: 2rem;
}

.main-cta-top h2 {
  font-size: 28px;
  text-transform: none;
}
.main-cta-top-btn {
  background-color: #fff;
  border: 1px solid #524d43;
  color: #000;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.main-cta-bottom {
  background-color: #0075db;
  padding: 1.7rem;
  height: 90px;
  z-index: 999;
}

.main-cta-bottom p {
  padding: 0.5rem 0;
  padding-left: 2rem;
  font-size: 16px;
  color: #fff;
}

.main-cta-image-container {
  height: 125px;
  margin-bottom: -25px;
  width: 100%;
  background-image: url(/img/img-cta-deeltijd.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* Over section */
.over-ons-container {
  margin-bottom: 6rem;
}

.over-ons-container p {
  width: 60%;
}

.introductie-paragraaf {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
}

.over-img {
  float: inline-end;
  width: 470px;
  height: 310px;
  margin-right: -15px;
  margin-top: -278px;
}

.over2-img {
  width: 380px;
  height: 320px;
}

.right-article {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding-top: 100px;
  margin-bottom: 150px;
  width: 100%;
}

.waarom-list {
  width: 100%;
}

/* Weekopbouw section */
.vakken-cards-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  justify-content: left;
  margin-top: 2.5rem;
  margin-bottom: 8rem;
}

.vakken-cards {
  height: 98px;
  width: 40%;
  border: 1px solid black;
}

.vakken-cards img {
  width: 50%;
  height: 96px;
  object-fit: cover;
  float: left;
}

.vakken-cards h6 {
  color: black;
  font-size: 18px;
  text-align: center;
  margin-top: 36px;
}

.vakken-cards a {
  color: blue;
  font-size: 12px;
  text-align: right;
  margin: 0px 0px 0px 180px;
}

/* LOCATIES EN CONTACT */
.section-locaties-contact-title {
  padding-top: 20px;
  padding-left: 8%;
  padding-right: 8%;
}

.section-locaties-contact-title span:hover {
  color: #00ffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1),
    0 0 30px rgba(255, 255, 255, 1), 0 0 40px #00ffff, 0 0 70px #00ffff,
    0 0 80px #00ffff, 0 0 100px #00ffff;
  transition-delay: 500ms;
}
.locaties-contact {
  background-color: #0075db;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.locaties-contact-column {
  width: 35%;
}
.locaties-contact-list h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 31px;
}

.locaties-contact-list a {
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-bottom: 0.325rem;
  padding-top: 0.4rem;
}

.locaties-contact-socials {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}

.locaties-contact-socials svg {
  height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.locaties-contact-phone {
  padding-top: 2rem;
}
.locaties-contact-phone h4 {
  font-size: 15px;
  padding-bottom: 0.4rem;
}

.locaties-contact-phone svg {
  height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

/* FOOTER */
.ref-rows {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.ref-list {
  padding: 0 15px;
  width: 345px;
}

.ref-list-title {
  margin: 16px 0 8px;
}

.ref-list-title h5 {
  color: #524d43;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.667;
}

.ref-list-items li {
  padding: 4px 0;
}

.ref-list-items a {
  cursor: pointer;
  text-decoration: none;
  color: #524d43;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.667;
}
.ref-list-items a::after {
  content: ">";
  text-decoration: none;
  padding-left: 0.5rem;
  position: absolute;
  font-size: 0.55rem;
  margin-top: 5px;
}

.cookies-socials {
  padding: 30px 0;
  background: #636;
  color: #fff;
}
.cookies {
  padding-left: 100px;
}

.cookies a {
  margin-left: 20px;
}

.cookies-socials-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.socials-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-right: 100px;
}

.socials-list svg {
  height: 24px;
}
