@font-face {
  font-family: Montserrat-bold;
  src: url('Montserrat-ExtraBold.ttf');
}

@font-face {
  font-family: Montserrat-regular;
  src: url('Montserrat-Regular.ttf');
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('Montserrat-SemiBold.ttf');
}

@font-face {
  font-family: Montserrat-Italic;
  src: url('Montserrat-Italic.ttf');
}

@font-face {
  font-family: Montserrat-thin;
  src: url('Montserrat-Thin.ttf');
}



/* ---- Begin CSS HTMl & body ---- */


html {
  background-color: #0a0a0a;
  scroll-behavior: smooth;
  /* user-select: none; */
}

::selection {
  background-color: white;
  color: #0a0a0a;
}

.section::-webkit-scrollbar {
  width: 10px;
}

html h1 {
  font-size: 80;
}

html h2 {
  font-size: 1.5em
}

html p {
  font-family: montserrat-regular;
  font-size: 1em;
  line-height: 2em;
}

body {
  margin: 0;
}


/* ---- Eind CSS HTMl & body ---- */




/* ---- Begin CSS scrollbar ---- */
body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: white;
}
/* ---- Eind CSS scrollbar ---- */




/* ---- Begin CSS backbuton ---- */
.back-button {
  position: fixed;
  top: 5%;
  left: 2%;
  background-color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-shadow: 0px 0px 32px -18px rgba(10,10,10,1);
  -moz-box-shadow: 0px 0px 32px -18px rgba(10,10,10,1);
  box-shadow: 0px 0px 32px -18px rgba(10,10,10,1);
}

.back-button:hover {
  transform: translateY(-5px);
}

.back-button {
  text-decoration: none;
  font-family: montserrat-bold;
  color: #0a0a0a;
}
/* ---- Eind CSS backbuton ---- */




/* ---- Begin CSS socials ---- */
#social {
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#social li {
  display: inline-block;
  list-style-type: none;
}

#social ul {
  padding: 0;
}

/** email **/
.email .border {
  background: transparent;
  outline: none;
  color: white;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid white;
  transition: all .2s ease-in-out;
}

.email .border:hover {
  background: white;
  border-color: #0a0a0a;
  color: #0a0a0a;
  /* transform: scale(1.2); */
}

.fa.fa-email {
  font-size: 20px;
}

/** LinkedIn **/
.LinkedIn .border {
  background: transparent;
  outline: none;
  color: white;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid white;
  transition: all .2s ease-in-out;
  margin-left: 30px;
}

.LinkedIn .border:hover {
  background: white;
  border-color: #0a0a0a;
  color: #0a0a0a;
  transform: scale(1.2);
}

.fa.fa-LinkedIn {
  font-size: 20px;
}

/** Instagram **/
.instagram .border {
  background: transparent;
  outline: none;
  color: white;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid white;
  transition: all .2s ease-in-out;
  margin-left: 30px;
}

.instagram .border:hover {
  background: white;
  border-color: #0a0a0a;
  color: #0a0a0a;
  transform: scale(1.2);
}

.fa.fa-instagram {
  font-size: 15px;
}

#social ul li {
  transition: ease .3s;
}

#social ul:hover > li {
  opacity: 0.5;
}

#social ul:hover > li:hover {
  opacity: 1;
}
/* ---- Eind CSS socials ---- */




/* ---- Begin CSS Menu ---- */
.section-center {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.menu-icon:checked + label,
.menu-icon:not(:checked) + label {
  position: fixed;
  top: 63px;
  right: 75px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}

/* bovenste streep menu blob */
.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 16px;
  z-index: 20;
  top: 0;
  left: 0;
  border-top: 3px solid #0a0a0a;
  border-bottom: 3px solid #0a0a0a;
  transition: border-width 100ms 1500ms ease,
              top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              background-color 200ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}


/* middelste streep menu blob */
.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  z-index: 20;
  top: 10px;
  right: 4px;
  background-color: #0a0a0a;
  margin-top: -1px;
  transition: width 100ms 1750ms ease,
              right 100ms 1750ms ease,
              margin-top 100ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Streep kruis die niet meteen zichtbaar is */
.menu-icon:checked + label:before {
  top: 10px;
  transform: rotate(45deg);
  height: 3px;
  background-color: #0a0a0a;
  border-width: 0;
  transition: border-width 100ms 340ms ease,
              top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              background-color 200ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked + label:after {
  width: 30px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease,
              right 100ms ease,
              margin-top 100ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Navigatie blob */
.nav {
  position: fixed;
  top: 33px;
  right: 50px;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 4px 15px 0 rgba(0,0,0,0.2);
  background-color: white;
  animation: border-transform 7s linear infinite;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 1100ms ease,
              width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
              height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes border-transform {
  0%,100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.menu-icon:checked ~ .nav {
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 700ms ease,
              width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
              height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Navigatie text */
.nav ul {
  font-size: 33px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
  list-style: none;
}

.nav ul li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}

.nav ul li:nth-child(1) {
  transition-delay: 200ms;
}

.nav ul li:nth-child(2) {
  transition-delay: 150ms;
}

.nav ul li:nth-child(3) {
  transition-delay: 100ms;
}

.nav ul li:nth-child(4) {
  transition-delay: 50ms;
}

.nav ul li a {
  font-family: 'montserrat-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  color: #0a0a0a;
  transition: all 250ms linear;
  text-decoration: none;
}

.nav ul li a:hover {
  text-decoration: none;
  color: #red;
}

/* Streep door text */
.nav ul li a:after {
  display: block;
  position: absolute;
  top: 60%;
  content: '';
  height: 5px;
  margin-top: -1vh;
  width: 0;
  left: 0;
  background-color: #0a0a0a;
  opacity: 0.8;
  transition: width 250ms linear;
}

.nav ul li a:hover:after {
  width: 100%;
}

.menu-icon:checked ~ .nav  ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}

.menu-icon:checked ~ .nav ul li:nth-child(1) {
  transition-delay: 1400ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(2) {
  transition-delay: 1480ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(3) {
  transition-delay: 1560ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(4) {
  transition-delay: 1640ms;
}
/* ---- Eind CSS menu ---- */


/* ---- Begin Introductie ---- */

#intro {
  margin: 4%;
  font-size: 9em;
  font-family: Montserrat-bold;
  line-height: 1.6em;
  color: white;
}

#intro a {
  color: #7a7a7a;
  font-family: Montserrat-bold;
}

#intro a::before {
  background-color: #7a7a7a;
  height: 16px;
}

.fade-in {
  animation: fadeInUp 2s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ---- Eind Introductie ---- */



/* ---- Begin CSS index images ---- */
#titel {
  font-size: 2em;
  font-family: Montserrat-bold;
  color: white;
  text-transform: uppercase;
}

.imageblock {
  margin-left: 4%;
  margin-right: 4%;
  min-width: 90%;
}

.imageblock ul {
  list-style: none;
  display: flex;
  padding: 0;
}

.imageblock a {
  text-decoration: none;
  font-family: montserrat;
}

.imageblock img {
  max-width: 100%;
  margin-bottom: -5px;
  border-bottom: 4px solid transparent;
  padding-bottom: 0.75em;
}

.imageblock img:hover {
  cursor: pointer;
  transform: scale(1.00);
  transition: 0.5s;
  border-bottom: 4px solid white;
}

/* ---- Eind CSS index images ---- */


/* ---- Begin CSS linkjes ---- */
.ExternLink {
  text-decoration: none;
  color: #0a0a0a;
  font-family: montserrat-semibold;
  position: relative;
  padding-bottom: 5px;
}

.ExternLink::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0a0a0a;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ---- Eind CSS linkjes ---- */






/* -------------------------------------------- */

/* -------------- Begin contact --------------- */

/* -------------------------------------------- */


/* form {
  font-family: montserrat;
  font-size: 16px;
  max-width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9em;
}

label {
  color: white;
}

.name input {
  margin-top: 1em;
  padding: 1em;
  color: white;
  border: 2px #141414 solid;
  background-color: #0a0a0a;
  width: 100%;
  margin-bottom: 2em;
  border-radius: 5px;
}

.email input {
  margin-top: 1em;
  padding: 1em;
  color: white;
  border: 1.5px #141414 solid;
  background-color: #0a0a0a;
  width: 100%;
  margin-bottom: 2em;
  border-radius: 5px;
}

.message textarea {
  margin-top: 1em;
  padding: 1em;
  color: white;
  border: 1.5px #141414 solid;
  background-color: #0a0a0a;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 2em;
}

input[type="submit"] {
  font-family: montserrat-bold;
  background-color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-bottom: 1em;
}

input[type="submit"]:hover {
  cursor: pointer;
  transform: translateY(-5px);
} */



/* -------------------------------------------- */

/* -------------- Eind contact --------------- */

/* -------------------------------------------- */



/* -------------------------------------------- */

/* -------------- Begin projects --------------- */

/* -------------------------------------------- */


/* ---- Begin header iamge ---- */

.header img {
  width: 100%;
}

/* ------------ */

#image_desktopAH {
  display: block;
}

#image_mobileAH {
  display: none;
}

/* ------------ */

#image_desktopDP {
  display: block;
}

#image_mobileDP {
  display: none;
}

/* ------------ */

#image_desktopHFG {
  display: block;
}

#image_mobileHFG {
  display: none;
}

/* ------------ */

#image_desktopOTS {
  display: block;
}

#image_mobileOTS {
  display: none;
}

/* ------------ */

#image_desktopVID {
  display: block;
}

#image_mobileVID {
  display: none;
}

/* ------------ */

#image_desktopMA {
  display: block;
}

#image_mobileMA {
  display: none;
}

/* ---- Eind Begin header iamge ---- */


/* ---- Begin context ---- */
.context {
  font-family: montserrat-regular;
  line-height: 1.4;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  color: white;
}

.context h1 {
  color: white;
  font-family: montserrat-semibold;
  margin: 0;
  color: white;
}

.context h2 {
  margin-bottom: 10px;
  margin-top: 0.5em;
  color: white;
}

.context ul {
  padding-left: 0;
  display: inline;
  list-style: none;
}

.context li p {
  font-family: montserrat-semibold;
  /* max-width: 80%; */
}

.context ul li img {
  max-width: 40px;
  max-height: 40px;
  margin-left: 0.3em;
}

.context img:first-child {
  margin-left: 0;
}

.context a {
  color: white;
}

.context a::before {
  background-color: white;
}
/* ---- Eind context ---- */


/* ---- Begin maintext ---- */
.maintext {
  font-family: montserrat-regular;
  line-height: 1.4;
  background-color: white;
  padding-top: 10em;
  padding-bottom: 10em;
}

.maintext p {
  font-family: montserrat-regular;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.maintext h1 {
  font-family: montserrat-regular;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
/* ---- Eind maintext ---- */




/* ---- Begin CSS Testimonial ---- */

.Testimonial {
  background-color: #f8f8f7;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: -4em;
  border-top: 1px #efefed solid;
}

.Testimonial div {
  margin-bottom: 3em;
}

.Testimonial p {
  font-family: montserrat-regular;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 40%;
}

.Testimonial p:nth-child(1) {
  font-family: montserrat-Italic;
}

.Testimonial p:nth-child(2) {
  font-family: montserrat-Italic;
}

#Coaches {
  margin-top: -1em;
  font-family: montserrat-semibold;
}


/* ---- Eind CSS Testimonial ---- */



/* ---- Begin gallery ---- */
.row {
  display: -ms-flexbox;
 /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
 /* IE10 */
  flex-wrap: wrap;
  margin-top: 4em;
}

.column {
  -ms-flex: 25%;
 /* IE10 */
  flex: 25%;
  max-width: 50%;
  background-color: #0a0a0;
}

.column img, video {
  vertical-align: middle;
  width: 100%;
  max-height: 100%;
  background-color: black;
}
/* ---- Eind gallery ---- */

/* -------------------------------------------- */

/* ----------- Begin images inline ------------ */

/* -------------------------------------------- */

.inlineimage {
  margin: auto;
  width: 50%;
}

.inlineimage ul {
  display: inline;
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em
}

.inlineimage img {
  width: 100%;;
}

.inlinevideo {
  margin: auto;
  width: 50%;
}

.inlinevideo ul {
  display: inline;
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.inlinevideo video {
  width: 100%;
  ;
}

/* -------------------------------------------- */

/* ----------- Eind images inline ------------ */

/* -------------------------------------------- */





/* -------------------------------------------- */

/* --------------- Eind projects --------------- */

/* -------------------------------------------- */


/* -------------------------------------------- */

/* --------------- Begin cards ---------------- */

/* -------------------------------------------- */

.playcards {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.playcards img {
  max-width: 200px;
  margin: 10px;
  border-radius: 1em;
  border: 2px #efefed solid;
}

/* -------------------------------------------- */

/* ---------------- Eind cards ---------------- */

/* -------------------------------------------- */




/* -------------------------------------------- */

/* -------------- Begin About me -------------- */

/* -------------------------------------------- */

.header-aboutme {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.header-aboutme img {
  max-width: 40%;
  margin-right: 0;
}

.context-aboutme {
  font-family: montserrat-regular;
  line-height: 1.4;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
  color: white;
}

.context-aboutme ul {
  padding-left: 0;
  display: inline;
  list-style: none;
}

#aboutme-desktop {
  /* display: block; */
}

#aboutme-mobile {
  display: none;
}

/* .work-gallery {
  text-align: center;
} */

.work-gallery a {
  text-decoration: none;
  color: white;
  font-family: montserrat;
}

.work-gallery {
  margin-top: 2em;
}

.work-gallery img {
  width: 30%;
  padding-top: 0;
  border-bottom: 4px solid transparent;
  padding-bottom: 0.75em;
}

.work-gallery img:hover {
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 4px solid white;
}

.work-gallery h2 {
  font-family: montserrat-regular;
  line-height: 1.4;
  color: white;
  text-align: left;
}

/* .context-aboutme li p {
  font-family: montserrat-regular;
  margin: 0;
} */


.details h4 {
  margin-bottom: 0.75em;
}

.details p {
  text-align: center;
  border: 1.5px #3e3e3e solid;
  border-radius: 5px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 10px;
}

#language li {
  display: flex;
}

#language p {
  max-width: 220px;
}

#located {
  max-width: 220px;
}

#interests li {
  display: inline-flex;
}

#interests p {
  max-width: 125px;
  min-width: 120px;
}

.Experience {
  margin-top: 5em;
}

.Education {
  margin-top: 5em;
}

.Skills {
  margin-top: 5em;
}

.list {
  font-family: montserrat-regular;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: right;
  border-top: 1px #141414 solid;
  border-bottom: 0.5px #141414 solid;
}

.list p {
  margin: 0;
  max-width: 90%;
  margin-left: 16em;
}

.Name {
  font-family: montserrat-bold;
}


/* ---- Eind context ---- */


.maintext-contact {
  font-family: montserrat-regular;
  line-height: 1.4;
  background-color: white;
  padding-top: 13em;
  padding-bottom: 12.5em;
}

.maintext-contact p {
  font-family: montserrat-regular;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.maintext-contact h1 {
  font-family: montserrat-regular;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: -0.5em;
}




/* -------------------------------------------- */

/* -------------- Einde About me -------------- */

/* -------------------------------------------- */




/* ---- Begin CSS Footer ---- */

.footer {
  background: #000;
  padding: 1em 0px;
  font-family: montserrat-regular;
  text-align: center;
  color: white
}

.footer .row-footer {
  width: 100%;
  padding: 0.6% 0%;
  color: white;
  font-size: 0.7em;
}

.footer .row-footer a {
  text-decoration: none;
  color: #D2D2CF;
}

.footer .row-footer a:hover {
  color: white;
}

.footer .row-footer ul {
  width: 100%;
  margin-left: -40px;
}

.footer .row-footer ul li {
  display: inline-block;
  margin: 0px 30px;
  padding-bottom: 4px;
}

.footer .row-footer ul li:hover {
  border-bottom: white solid 1px;
}

.footer .row-footer a i {
  font-size: 2em;
  margin: 0% 1%;
}
/* ---- Eind CSS Footer ---- */




/* ------------------------------------------- */

/* ----------- Begin Media Query ------------- */

/* ------------------------------------------- */



/* ----- Begin Media Query HTML & CSS ----- */


@media screen and (max-width: 768px) {

  html h1 {
    font-size: 33px;
    color: white;
  }

  html h2 {
    font-size: 18px
  }

  html p {
    font-family: montserrat-regular;
    font-size: 14px;
    line-height: 2em;
  }

/* -------- Begin Media Query Header */


/* ------------ */

  #image_mobileAH {
    display: block;
  }

  #image_desktopAH {
    display: none;
  }

/* ------------ */

  #image_desktopDP {
    display: none;
  }

  #image_mobileDP {
    display: block;
  }

/* ------------ */

  #image_desktopHFG {
    display: none;
  }

  #image_mobileHFG {
    display: block;
  }

/* ------------ */

  #image_desktopOTS {
    display: none;
  }

  #image_mobileOTS {
    display: block;
  }

  /* ------------ */

  #image_desktopVID {
    display: none;
  }

  #image_mobileVID {
    display: block;
  }

  #image_desktopMA {
    display: none;
  }

  #image_mobileMA {
    display: block;
  }

/* ------ Begin Media Query Index ------- */

  #titel {
    margin: 0;
    font-size: 24px;
    margin-bottom: 0.5em;
  }

  .imageblock {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .imageblock ul {
    display: inline-block;
  }

  .imageblock img {
    max-width: 100%;
  }

  #intro {
    margin-top: 16%;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 2em;
  }

/* ----- Begin Media Query projects ----- */

  .context {
    max-width: 80%;
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .context img {
    width: 30px;
    height: 30px;
  }

  .Testimonial p {
    max-width: 80%;
  }

  .maintext {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .maintext p {
    max-width: 80%;
  }


/* ---- gallery ---- */

  .column img, video {
    vertical-align: middle;
    width: 100%;
    /* height: 50%; */
    background-color: black;
  }

  .menu-icon:checked + label,
.menu-icon:not(:checked) + label {
    right: 55px;
  }

  .logo {
    left: 30px;
  }

  .nav {
    right: 30px;
  }

  .nav ul li a {
    font-size: 33px;
  }

/* ----- Begin Media Query Aboutme ----- */

  .header-aboutme {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .header-aboutme img {
    min-width: 100%;
    margin: 0;
    padding-bottom: 1em;
  }

  .context-aboutme {
    font-family: montserrat-regular;
    line-height: 1.4;
    max-width: 80%;
    color: white;
  }

  .context-aboutme ul {
    padding-left: 0;
    display: inline;
    list-style: none;
  }

  /* .context-aboutme li p {
    font-family: montserrat-regular;
    margin: 3px;
    background-color: red;
  } */

  .details p {
    border: 1px #141414 solid;
  }

  #aboutme-desktop {
    display: none;
  }

  #aboutme-mobile {
    display: block;
  }

/* ----- Begin Media Query interests ----- */

  #interests p {
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .Experience h2 {
    margin-top: 2em;
  }

  .Education h2 {
    margin-top: 2em;
  }

  .Skills h2 {
    margin-top: 2em;
  }

  .list {
    font-family: montserrat-regular;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: left;
    border-top: 1px #141414 solid;
    border-bottom: 0.5px #141414 solid;
  }

  .list p {
    margin: 0;
    max-width: 80%;
  }

  .Name {
    font-family: montserrat-bold;
  }

/* ----- Begin Media Query Contact ----- */

  .maintext-contact {
    font-family: montserrat-regular;
    line-height: 1.4;
    background-color: white;
    padding-top: 14em;
    padding-bottom: 13.5em;
  }

  .maintext-contact p {
    font-family: montserrat-regular;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .maintext-contact h1 {
    font-family: montserrat-regular;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #0a0a0a;
  }

  .work-gallery {
    text-align: center;
  }

  .work-gallery a {
    text-decoration: none;
    color: white;
    font-family: montserrat;
  }

  .work-gallery img {
    margin-bottom: 0;
  }

  .inlineimage {
    width: 80%;
  }

  .inlineimage img {
    max-width: 100%;
  }

  /* form {
    max-width: 90%;
    margin-bottom: 5em;
    margin-top: 9em;
    margin-left: 1em;
    margin-right: 1em;
  }

  form input {
    max-width: 90%;
  }

  form textarea {
    max-width: 90%;
  } */

/* ----- Begin Media Query Back-button ----- */

  .back-button {
    z-index: 10;
    margin-top: 6%;
    margin-left: 4%;
    background-color: white;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}


  /* ---- Footer ---- */

@media (max-width:720px) {
  .footer {
    text-align: left;
    padding: 5%;
  }

  .footer .row-footer ul li {
    display: block;
    margin: 10px 0px;
    text-align: left;
  }

  .footer .row-footer a i {
    margin: 0% 3%;
  }
}

@media (max-width:720px) {
  .footer {
    text-align: left;
    padding: 5%;
  }

  .footer .row-footer ul li {
    display: block;
    margin: 10px 0px;
    text-align: left;
  }

  .footer .row-footer a i {
    margin: 0% 3%;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ExternLink:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}

/* ------------------------------------------- */

/* ----------- Eind Media Query ------------- */

/* ------------------------------------------- */
