* {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
  margin: 0;
}

body {
  max-width: 1440px;
  margin: auto;
}

/* HEADER + NAVIGATIE */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #73c2fb;
  padding: 1.5em;
  z-index: 9;
}
header nav {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
}
header nav .taalknop {
  font-style: italic;
}
header h1 a {
  color: white;
  font-size: 2em;
  font-weight: bold;
}
header .header_nav {
  display: flex;
  justify-content: space-between;
  width: 70%;
  align-items: center;
}
header .header_nav a {
  color: white;
}
header .openmenu {
  display: none;
}

@media (max-width: 768px) {
  header {
    padding: 1em;
  }
  h1 a {
    font-size: 1.5em;
  }
}
form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* max-width: 25em; */
  transform: translateX(100%);
  transition: 0.5s;
  background-color: #73c2fb;
}
form.toonMenu {
  transform: translateX(0%);
}
form .closemenu {
  width: 6vw;
  height: 100%;
}
form h1 a {
  color: white;
  font-size: 2em;
  font-weight: bold;
}
form li {
  margin: 2em;
  margin-bottom: 1em;
}
form li a {
  color: white;
  font-size: 1.2rem;
}
form div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
}

@media (max-width: 768px) {
  header nav .header_nav {
    display: none;
  }
  header nav .openmenu {
    display: block;
    width: 3em;
    cursor: pointer;
  }
}
@media (min-width: 769px) {
  form {
    display: none;
  }
}
/* FOOTER */
.footer {
  padding: 0.5em;
  margin-left: 4em;
  text-align: center;
  position: relative;
  bottom: 0;
}

@media (max-width: 576px) {
  .footer {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .footer {
    margin: 0;
  }
}
/* LINE */
.line {
  border-color: #73c2fb;
  border-width: 0.05em;
  margin-top: 4em;
}

.line_portfolio {
  border-color: #73c2fb;
  border-width: 0.05em;
}

/* HOME */
section.home {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
  scroll-snap-align: center;
}
section.home .text_home {
  position: relative;
  top: 40%;
  margin-left: 2em;
}
section.home .text_home h2 {
  font-size: 3em;
}
section.home div img {
  display: flex;
  height: 100vh;
  position: sticky;
}

@media (max-width: 576px) {
  section.home {
    height: 100vh;
  }
  section.home .text_home {
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }
  section.home .text_home h2 {
    font-size: 1.5em;
  }
  section.home .text_home h3 {
    font-size: 2em;
    margin-bottom: 1em;
  }
  section.home img {
    max-height: 60vh;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  section.home {
    margin-top: 5em;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  section.home .text_home {
    top: 30%;
    margin-left: 1em;
    margin-right: 1em;
  }
  section.home .text_home h2 {
    font-size: 2em;
  }
  section.home .text_home h3 {
    font-size: 1.5em;
  }
  section.home div img {
    width: 60vw;
    height: auto;
  }
}
@media (max-width: 992px) {
  section.home .text_home {
    top: 30%;
  }
  section.home .text_home h2 {
    font-size: 2.5em;
  }
  section.home .text_home .letters {
    font-size: 2em;
  }
}
@media (max-width: 1200px) {
  section.home .text_home {
    top: 35%;
  }
}
@media (min-width: 1441px) {
  section.home div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* OVER MIJ */
section.overmij {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
  padding: 4em;
  padding-bottom: 2em;
}
section.overmij h2 {
  font-size: 2em;
  color: #73c2fb;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
section.overmij p {
  margin-bottom: 2em;
}
section.overmij img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  width: 30em;
}

@media (max-width: 576px) {
  section.overmij {
    height: auto;
    padding: 1em;
  }
  section.overmij h2 {
    margin-top: 1em;
  }
  section.overmij img {
    margin-top: 5em;
    max-width: 80vw;
  }
}
@media (max-width: 768px) {
  section.overmij {
    margin-top: 5em;
    height: auto;
  }
  section.overmij img {
    margin-top: 6em;
    width: 20em;
  }
  section.overmij p {
    margin-bottom: 1em;
  }
}
/* OPLEIDING */
section.opleiding {
  padding: 2em;
  padding-left: 4em;
}
section.opleiding div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
  align-content: start;
}
section.opleiding div p:first-of-type {
  color: #73c2fb;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
}
section.opleiding h2 {
  font-size: 2em;
  margin-top: 2.5em;
  margin-bottom: 2em;
  color: #73c2fb;
}

@media (max-width: 576px) {
  section.opleiding {
    padding-left: 1em;
  }
  section.opleiding h2 {
    font-size: 1.5em;
  }
  section.opleiding div p:first-of-type {
    font-size: 1em;
    margin-top: 2em;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.opleiding {
    padding-left: 2em;
  }
  section.opleiding div p:first-of-type {
    font-size: 1em;
  }
}
/* WERK */
section.werk {
  padding: 2em;
  padding-left: 4em;
}
section.werk div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
}
section.werk h2:first-of-type {
  font-size: 2em;
  margin-top: 2.5em;
  margin-bottom: 1em;
  color: #73c2fb;
}
section.werk p {
  margin-bottom: 2em;
}
section.werk img {
  width: 425px;
  display: block;
}

@media (max-width: 576px) {
  section.werk {
    padding-left: 1em;
  }
  section.werk h2 {
    font-size: 1.5em;
  }
  section.werk p {
    margin-bottom: 2em;
  }
  section.werk img {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  section.werk {
    padding-left: 2em;
  }
  section.werk img {
    width: 250px;
  }
}
/* MIJN WERK */
section.mijnwerk {
  padding: 2em;
  padding-left: 4em;
}
section.mijnwerk div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
}
section.mijnwerk h2 {
  font-size: 2em;
  color: #73c2fb;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
section.mijnwerk h3 {
  font-size: 1.5em;
  color: #73c2fb;
  margin-top: 2.5em;
  margin-bottom: 1em;
}

@media (max-width: 576px) {
  section.mijnwerk {
    padding-left: 1em;
  }
  section.mijnwerk h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  section.mijnwerk {
    padding-left: 2em;
  }
}
/* AUSTRALIE */
section.australie {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
}
section.australie:first-of-type {
  padding-left: 4em;
}
section.australie:last-of-type {
  padding-right: 4em;
}
section.australie h2 {
  font-size: 2em;
  color: #73c2fb;
  margin-top: 4em;
  margin-bottom: 1em;
}
section.australie h3 {
  font-size: 1.5em;
  color: #73c2fb;
  margin-top: 4em;
  margin-bottom: 1em;
}
section.australie p {
  margin-bottom: 2em;
}
section.australie .aus_logo {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30%;
  width: 20em;
}
section.australie .aus_campus {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  width: 35em;
}

@media (max-width: 576px) {
  section.australie:first-of-type {
    padding: 1em;
  }
  section.australie:last-of-type {
    padding: 1em;
  }
  section.australie h2 {
    margin-top: 3em;
  }
  section.australie h3 {
    margin-top: 2em;
  }
  section.australie.aus_logo {
    width: 15em;
    margin-top: 3em;
  }
  section.australie.aus_campus {
    max-width: 80vw;
    margin-top: 3em;
  }
}
@media (max-width: 768px) {
  section.australie .aus_logo {
    width: 10em;
  }
  section.australie .aus_campus {
    width: 20em;
  }
}
@media (max-width: 992px) {
  section.australie .aus_logo {
    width: 15em;
  }
  section.australie .aus_campus {
    width: 25em;
  }
}
/* CONTACT */
section.contact {
  padding: 2em;
  padding-left: 4em;
  height: 85vh;
}
section.contact h2 {
  margin-top: 2.5em;
  font-size: 2em;
  color: #73c2fb;
}
section.contact .gegevens {
  margin-top: 3em;
  min-width: 20em;
}
section.contact .gegevens p {
  font-weight: bold;
  margin-bottom: 1em;
}
section.contact .gegevens a {
  text-decoration: underline;
  font-weight: normal;
}

@media (max-width: 576px) {
  section.contact {
    padding: 1em;
  }
  section.contact .gegevens {
    width: 80%;
    margin-top: 6em;
    padding: 1em;
  }
  section.contact h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  section.contact {
    margin-top: 2em;
  }
  section.contact .gegevens {
    width: 70%;
    min-width: 0;
  }
}
/* PORTFOLIO */
.portfolio_buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
  margin-top: 5em;
  padding: 2em;
  padding-left: 4em;
}

.portfolio_product {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
  padding: 2em;
  padding-left: 4em;
  /* SPECIFIEK IMG */
}
.portfolio_product h2 {
  font-size: 2em;
  margin-top: 1em;
  color: #73c2fb;
}
.portfolio_product h3 {
  font-size: 1em;
  margin-bottom: 1em;
  color: #73c2fb;
}
.portfolio_product p {
  margin-bottom: 2em;
}
.portfolio_product .werk {
  display: grid;
  width: 25em;
  margin: auto;
  padding: 5px;
}
.portfolio_product a {
  text-decoration: underline;
}
.portfolio_product .artis {
  display: flex;
  justify-content: center;
}
.portfolio_product .artis .werk_artis {
  width: 15em;
  max-height: 25em;
  padding: 5px;
}
.portfolio_product .projectind1 {
  display: flex;
  justify-content: center;
}
.portfolio_product .projectind1 .werk_projectind1 {
  width: 15em;
  max-height: 25em;
  padding: 5px;
}
.portfolio_product .content {
  display: flex;
  justify-content: center;
}
.portfolio_product .content .werk_content {
  height: 15em;
}
.portfolio_product .vorm1 {
  display: flex;
  justify-content: center;
}
.portfolio_product .vorm1 .werk_vorm1 {
  height: 40em;
}

/* PORTFOLIO KNOPPEN MENU */
.buttonportfolio {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  color: #73c2fb;
  padding: 1.5em;
  border-radius: 1em;
  border: 0.1em solid #73c2fb;
  width: 30%;
}
.buttonportfolio a {
  text-decoration: none;
}
.buttonportfolio:hover {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #73c2fb;
  color: white;
  padding: 1.5em;
  border-radius: 1em;
  width: 30%;
}

@media (max-width: 576px) {
  .portfolio_buttons {
    padding-left: 1em;
  }
  .portfolio_product {
    padding-left: 1em;
  }
  .portfolio_product h2 {
    font-size: 1.5em;
  }
  .portfolio_product h3 {
    font-size: 1em;
  }
  .portfolio_product p {
    margin-bottom: 1em;
  }
  .portfolio_product .artis {
    justify-content: flex-start;
  }
  .portfolio_product .artis .werk_artis {
    width: 8em;
    max-height: 12em;
  }
  .portfolio_product .content {
    justify-content: flex-start;
  }
  .portfolio_product .content .werk_content {
    height: 7em;
  }
  .portfolio_product .vorm1 {
    justify-content: flex-start;
  }
  .portfolio_product .vorm1 .werk_vorm1 {
    height: 20em;
  }
  .portfolio_product div .werk {
    width: 90vw;
  }
  .buttonportfolio {
    width: 80%;
    max-width: 10em;
  }
}
@media (max-width: 768px) {
  .portfolio_buttons {
    padding-left: 2em;
  }
  .portfolio_product {
    padding-left: 2em;
  }
  .portfolio_product div .werk {
    width: 15em;
  }
  .portfolio_product .artis {
    justify-content: flex-start;
  }
  .portfolio_product .artis .werk_artis {
    width: 10em;
    max-height: 15em;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolio_product .content {
    justify-content: flex-start;
  }
  .portfolio_product .content .werk_content {
    height: 10em;
  }
  .portfolio_product .vorm1 {
    justify-content: flex-start;
  }
  .portfolio_product .vorm1 .werk_vorm1 {
    height: 25em;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolio_product .projectind1 {
    flex-direction: column;
  }
  .portfolio_product .projectind1 .werk_projectind1 {
    margin-left: auto;
    margin-right: auto;
  }
  .buttonportfolio {
    width: 70%;
    max-width: 15em;
  }
}
/* STYLING LINKJES */
.linkje {
  text-decoration: underline;
}

.linkje:hover {
  color: #73c2fb;
}

.linkje:active {
  color: #73c2fb;
}

/* LETTERS */
.letters {
  font-size: 2.5em;
  color: #73c2fb;
  text-transform: uppercase;
}

/*# sourceMappingURL=styles.css.map */
