@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,600,600i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400i,600i,700i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Gelasio:400,400i,500,500i,600,600i,700,700i&display=swap');
/*
@font-face {
    font-family: 'gelasiomedium';
    src: url('gelasio-medium-webfont.woff2') format('woff2'),
         url('gelasio-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gelasiomedium_italic';
    src: url('gelasio-mediumitalic-webfont.woff2') format('woff2'),
         url('gelasio-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

body {
  color: #cdcdcd; 
  background: #141414; 
  min-height: 100%;
 /* text-shadow: 0px 0px 4px #080808; */
 /* text-shadow: 1px 2px 1px #080808; */
  font: normal 300 16px Lato, sans-serif; 
}

:root {
--blue-dark:  #046c9f;
--blue-light: #4ca5d0;
--green:      #6ca338;
--yellow:     #ffbc38;
--orange:     #e82c0c;
--red:        #e80c0c;
--purple:     #7331c4;
--darkgrey:   #141414;
--background: #141414; /*1e1e1e*/
}

.graduate-even, .graduate-odd, .graduate-center, 
.row-even .work-employer, .row-odd .work-employer, 
.row-even .about-number, .row-odd .about-number {
  background: var(--background);
} 

.about .icon-big, .about-number h2, .td a { color: var(--blue-dark); }

.skilled .icon-big      { color: var(--blue-light); }
.portfolio .icon-big    { color: var(--green); } 
.werkervaring .icon-big { color: var(--yellow); }

.opleiding .icon-big, .opleiding .driehoek-small { color: var(--orange); }

.contact .icon-big { color: var(--red); }

p, h2, h3, h4, h5, h6 { line-height: 1em; text-shadow: 1px 2px 1px #080808;}
p  { font-size: 0.9em; line-height: 1.4em; letter-spacing: 0.3px; }
h1 { font: normal 400 2em Lato, sans-serif; color: #f8f8f8; }
h2 { font: italic 100 1.75em Gelasio, serif; color: #565454; }
h3 { font: normal 600 1.0em Lato, sans-serif; color: #f8f8f8; }
h4 { font-size: 0.8em; font-weight: 600; line-height: 1.3em; color: #717171;}
h5, h6 { font: italic 600 0.8em Gelasio, serif; color: #565454;}

.small        { font: normal 300 0.9em Lato, sans-serif; color: #4e4e4e; }
.sub-title    { font: normal 600 1em Lato, sans-serif; color: #f8f8f8; }
.caption      { font: normal 600 1.1em Lato, sans-serif;  color: #f8f8f8; text-transform: uppercase; margin-bottom: 15px; }
.sub-caption  { font: normal 400 .85em Lato, sans-serif;  color: #d1d1d1; }

/*--GETAL & JAARTAL--*/
.number-big    { font: italic 400 2.2em Gelasio, serif; color: #2e2d2d; line-height: 1em }
.number-small  { font: italic 400 1.2em Gelasio, serif; color: #9b9b9b; line-height: 20px; }

/*--FONTAWESOME--*/
.icon-big   { font-size: 2.0em; }
.icon-small { font-size: 1.3em; }


a         { color: #878787; cursor: pointer; }
a:link    { text-decoration: none; font-weight: 400;}
a:active  {text-decoration: none; color: #4CA5D0;}

/*a:hover    { color: #4CA5D0; }*/
a:hover {
  background: -webkit-gradient(linear,left top,right top,from(##046c9f),to(#4ca5d0),to(#6ca338),to(#ffbc38),to(#e82c0c));
  background: linear-gradient(90deg, #046c9f, #4ca5d0, #6ca338, #ffbc38, #e82c0c);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
}

.sub-title:hover { transform: rotateY(160deg); }

.employer p a {
  text-decoration: underline #ffbc38 dashed;
  color:#ffbc38;
  font-weight: 300; }

.space { margin-bottom: 30px !important; }


/* Toggle checkbox to alternate between short/long content */
#contents:checked~p { display: none }

/*-------------------MENU NAVIGATIE-------------------------------*/
nav {
  background: #141414; 
  padding: 5px 20px;
  border-bottom: 1px solid #1c1c1c; 
 /* z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;*/
}

.menu li   { padding: 15px 5px; }
.menu li a { display: block; }

.logo a {
  font-size: 20px;
  border: 1px solid grey; 
  width: 50px;
  padding: 5px;
}

.logo a:hover { border: 1px solid #a54b24; }

.button.secondary { border-bottom: 1px solid #444; }


/* Mobile Menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.toggle { order: 1; }

.item.button { order: 2; }

.item {
  width: 100%;
  text-align: center;
  order: 3;  /* plaatst hamburger bovenaan */
  display: none;  /* hide menu */
}

.item img { width: 20px; height: 20px;}


.item.active { display: block; }  /*stukje voor javascript hamburger uitklap */ 

.toggle { cursor: pointer; }

.bars { /* middelste streepje hamburger */
  background: #a54b24;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 2px;
}

.bars::before,.bars::after {  /* top en bottom streepje hamburger */
  content: ""; 
  display: inline-block;
  background: #a54b24;
  width: 18px;
  height: 2px;
  position: absolute;
}

.bars::before { top: 5px; }  /* bottom streepje hamburger */
.bars::after { top: -5px; }  /* top streepje hamburger */


/*-------------------TABLET MENU----------------------------------*/
@media all and (min-width: 468px) {
  
  .menu { justify-content: center; } 
  .logo { flex: 1; } /*grow 1*/
     
.item.button { /* maakt login/singup zichtbaar */
  width: auto;
  order: 1;
  display: block;
 }
  
/* Navbar Toggle */
.toggle { order: 2; } /* zorgt dat hamburger rechts blijft */
  
.button.secondary { border: 0; }
  
.button a {
  padding: 7.5px 15px;
  background: #743113;
  border: 1px solid #a54b24;
  border-radius: 50em;
}
  
.button.secondary a { background: transparent; }
.button a:hover { transition: all .25s; }
.button:not(.secondary) a:hover { background: #a54b24; border-color: #6a3017; }
.button.secondary a:hover { color: #ddd; }
  
}

/*-------------------DESKTOP MENU---------------------------------*/
@media all and (min-width: 768px) {
  .item { display: block; width: auto; } /* wijdte van content */
  .toggle { display: none; } /* hamburger menu weg */

  /* volgorde alles benoemen omdat button en menu omdraaien*/
  .logo { order: 0; }
  .item { order: 1; }
  .button { order: 2; }
  .menu li { padding: 15px 10px; }
  .menu li.button { padding-right: 0; }
} 

/*-------------------H123456-AANPASSINGEN-------------------------------*/
.employer h3 { letter-spacing: 0.02em; }
.employer h4 {font-size: .9em; font-style: italic; letter-spacing: 0.05em;}
.employer p { margin: 5px 0; }
.graduate-txt p { font-style: italic; font-weight: 400; }
caption { text-shadow: 1px 2px 1px #000; }

/*-------------------INHOUD---------------------------------------*/
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 68px auto;
  position: relative;
}

.head {  
  width: 100%;
  height: 50px;
  text-align: center;
  background: #191919;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #090909;
  position: relative;
}

header .sub-title { padding-top: 20px;}

header {
  display: flex;
  flex-flow: column wrap ;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #141414;
/*  border-bottom: 1px solid #2b2b2b; */
}

.banner {
  display: flex;
  flex-flow: column wrap; 
  justify-content: center;
  align-content: center;
  width: 100%;
  border-bottom: 1px dashed #333;
  padding: 30px 20px;
}

.banner-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  flex: 1;
  width: 100%;
  max-width: 1080px;
  min-width: 300px;
  margin-top: 150px;
}

.title-naam { 
  background-image: url(img/sanna.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 75px;  
/*  position: relative;*/
/*  top: 35px;*/
/*  left: 50px;*/
  z-index: 1;
  order: 1;
  margin-top: 35px;
/*  border: 1px dashed #333; */
}

.title-img  { 
  align-self: center;
  background-image: url(img/sanna-tekening.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 185px;
  height: 350px;
  order: 2;
 /* border: 1px dashed #333; */
  position: relative;
}

.title-banner  { 
  align-self: center;
  background-image: url(img/title-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 135px;
 /* position: relative;*/
  order: 3;
 /* border: 1px dashed #333; */
}

.enter { align-self: center; } /*nieuw*/

.driehoek {
  width: 0px;
  height: 0px;
  border-top: solid 15px #292929;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px transparent;
  display: block;
}

.graduate-center .driehoek-small {
  width: 0px;
  height: 0px;
  border-top: solid 10px var(--orange);
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px transparent;
  display: block;
  position: absolute;
  top: 110px;
  z-index: 1;
}

.graduate-center .driehoek-small:nth-last-of-type(2) {
  width: 0px;
  height: 0px;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px var(--orange);
  border-left: solid 10px transparent;
  display: block;
  position: absolute;
  top: -21px;
  z-index: 1;
}

.icon-big {
  display: flex;
  justify-content: center;
  padding-bottom: 3px;
  z-index: 1;
}

.row-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto; 
  padding: 30px 20px;
  position: relative; 
}


/*-------------------ROWS-----------------------------------------*/
.row-even {
  display: flex;
  flex-flow: row wrap; 
  justify-content: center;
  align-content: flex-start;
  flex: 1;
  width: 100%;
  max-width: 900px;
  min-width: 200px;
} 

.row-odd {
  display: flex;
  flex-flow: row-reverse wrap; 
  justify-content: center;
  align-content: flex-start;
  flex: 1;
  width: 100%;
  max-width: 900px;
  min-width: 200px;
}

/*-------------------EVEN-----------------------------------------*/
.row-even .work-year {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-self: flex-start;
  flex: 1;
  width: 50%;
  padding: 10px 0;
  order: 1; 
  min-width: 200px;
}

.row-even .work-employer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  width: 50%;
  order: 2;
  border-radius: 0px 5px 5px 0px;
  border-left: 1px solid transparent;
  margin-left: -1px; /*--zodat kader over centerline valt--*/
  z-index: 2;
  min-width: 200px;
}

.row-even .about-number {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-self: flex-start;
  width: 50%;
  order: 1; 
  min-width: 200px;
  margin-left: -1px; /*--zichtbaarheid verticale lijn zie style centerline onderaan de pagina--*/
  z-index: 1;
}

.row-even .about-txt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1;
  width: 50%;
  padding: 10px 10px 10px 10px; 
  border-top: 1px solid rgb(51, 51, 51);
  order: 2;
  min-width: 200px;
}

.row-even .skills-even {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
  flex: 1;
  width: 50%;
  min-width: 200px;
}

.row-even .skills-odd {
  display: flex;
  flex-flow: column wrap;
  align-items: start;
  flex: 1;
  width: 50%;
  min-width: 200px;
}

/*-------------------ODD------------------------------------------*/
.row-odd .work-year {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-self: flex-start;
  flex: 1;
  width: 50%;
  padding: 10px 0px;
  order: 1; 
  min-width: 200px;
}

.row-odd .work-employer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1;
  width: 50%;
  order: 2;
  text-align: right;
  border-radius: 5px 0px 0px 5px;
  border-right: 1px solid transparent;
  margin-right: -1px; /*--zodat kader over centerline valt--*/
  z-index: 2;
  min-width: 200px;
}

.row-odd .about-number {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-self: flex-start;
  width: 50%;
  order: 1; 
  min-width: 200px;
  z-index: 1;
}

.row-odd .about-txt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1;
  width: 50%;
  padding: 10px 10px 10px 10px;
  order: 2;
  text-align: right;
  border-top: 1px solid rgba(51, 51, 51);
  min-width: 200px;
}

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

.work-employer { border: 1px solid rgba(51, 51, 51); }

.row-even .work-year h2 { order: 1; margin-top: -5px; }
.row-odd .work-year h2  { order: 2; margin-top: -5px; }

.row-odd .work-employer .employer  { padding: 10px 20px 10px 10px; }
.row-even .work-employer .employer { padding: 10px 10px 10px 20px; }


.row-even .about-number h2 {
  border-top: 1px solid rgba(51, 51, 51);
  padding: 10px 10px 0 65px; /*--padding voor korte border-top--*/
  margin: 0 10px 0 0;
}

.row-odd .about-number h2 {
  border-top: 1px solid rgba(51, 51, 51);
  padding: 10px 65px 0 10px; /*--padding voor korte border-top--*/
  margin: 0 0 0 10px;
}

/* .row-even .about-number:first-of-type { border-top: none; } */
/* .row-odd .about-number h2:first-of-type { width: 100%; } */

.row-even .work-year .arrow {
/*  padding: 0px 0px 0px 10px;*/ /*replaced met background image*/
  z-index: 3;
  order: 2; 
/*  margin-right: -10px;*/ /*replaced met background image*/
}

.row-odd .work-year .arrow { 
/*  padding: 0px 10px 0px 0px; */ /*replaced met background image*/
  z-index: 3;
  order: 1; 
/*  margin-left: -10px;*/ /*replaced met background image*/
}

.skills {
  width: 100%;
  height: inherit;
  padding: 20px 0;
  min-width: 200px;
}

/*-------------------GRADUATE-------------------------------------*/
.row-graduate {
  display: flex;
  flex-flow: row nowrap; 
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 900px;
  min-width: 200px;
  min-height: 155px;
/*  border: 1px dashed grey; */
}

.graduate-center {
  display: flex; 
  flex-wrap: nowrap; 
  justify-content: space-around; /*--voor driehoekje gecentreerd--*/
  align-self: center;
  min-width: 200px;
  max-width: 310px; 
  min-height: 110px;
  z-index: 1;
  border: 1px solid #333;
  text-align: center;
  position: relative; /*--voor driehoek--*/
}

.graduate-even {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-self: flex-end; 
}

.graduate-odd {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-self: start;
}

.graduate-even, .graduate-odd, .graduate-center {
  border: 1px solid #333;
  width: 100%;
  height: 100%;
  min-width: 200px;
  max-width: 310px; 
  min-height: 110px;
  margin: 10px 15px 10px 15px;
  z-index: 1;
}

.graduate-even .graduate-txt, .graduate-odd .graduate-txt, .graduate-center .graduate-txt {
  text-align: center;
  flex: 1;
  order: 1;
}

.graduate-even .arrow-left {
  display: flex;
  align-self: flex-end;
  order: 2;
  z-index: 1;
}

.graduate-odd .arrow-right {
  display: flex;
  align-self: flex-start;
  order: 1;
  z-index: 2;
}

.graduate-even .arrow-left { padding-left: 10px;}
.graduate-odd .arrow-left { padding-right: 10px;}

.graduate-odd .graduate-txt { order: 2;}
.about-profile img { width: 30%; }


/*-------------------PROFILE ADRESS-------------------------------*/
.row-even .about-profile {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: flex-start;
  flex: 1;
  width: 50%;
  padding: 10px 10px 10px 10px;
  order: 2;
}

.about-profile .profile {
  display: flex;
  flex-flow: row nowrap;
  align-self: center;
}

.profile-data { 
  display: flex; 
  flex-flow: column wrap; 

  font-weight: 400; 
  min-width: 180px;
}

.profile-data div {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1px;
}

.profile .th {
  display: inline-flex;
  justify-content: end;
  line-height: 1.3em;
  width: 65px;
  margin-right: 10px;
  color: #d1d1d1; 
}

.profile .td {
  display: inline-flex;
  justify-content: start;
  width: 160px;
  text-shadow: 0px 0px 3px #000000;
}


/*-------------------VIERKANT EN RONDJES KLEUREN------------------*/
.square1, .square2, .square3, .square4, .square5, .square6, .square7 {
  width: 10px;
  height: 10px;
  background: #333;
  box-shadow: 0 1px 2px 1px rgba(2, 2, 2, 0.67);
}

.circle1, .circle2 {
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 50%;
  box-shadow: 0 1px 2px 1px rgba(2, 2, 2, 0.67);
}

.skillbar {
  width: 100%;
  height: 20px;
  background: #333;
  display: inline-block;
}

.skills_personal {
  border-top: 1px solid #333;
  padding: 30px 0 20px 0px; 
  opacity: .8;
}

.skills-odd h2 { align-self: flex-end; }
.skills_personal h3 { margin-bottom: 5px; }


/*-------------------SKILLS BLOKJES-------------------------------*/
.skills_graphic li:nth-child(n+2) .square1 { background-color: #046c9f; } /*--Ps--*/
.skills_graphic li:nth-child(n+3) .square2 { background-color: #4ca5d0; }/*--Ill--*/
.skills_graphic li:nth-child(n+4) .square3 { background-color: #6ca338; }/*--Id--*/
.skills_graphic li:nth-child(n+5) .square4 { background-color: #ffbc38; }/*--Am--*/
.skills_graphic li:nth-child(n+3) .square5 { background-color: #e82c0c; }/*--Dw-*/

.skills_graphic li:nth-child(n+2) .square6 { background-color: #e80c0c; }/*--MsW*/
.skills_graphic li:nth-child(n+3) .square7 { background-color: #4b12a7; }/*--MsE*/

.skills_lang li:nth-child(-n+5) .circle1 { background-color: #6ca338; } /*--Ps--*/
.skills_lang li:nth-child(-n+4) .circle2 { background-color: #ffbc38; }/*--Ill--*/

.skills_graphic li:nth-child(5) { margin-right: 5px; } /*--ruimte tussen text en vierkant--*/
.skills_lang li:nth-child(1)    { width: 80px; margin-right: 2px; }/*--ruimte tussen text en rondje--*/

skills_graphic ul:nth-of-type(6) { margin-top: 20px; }


.skills_graphic li { display: inline-flex; margin: 1px; }
.skills_lang li    { display: inline-flex; margin: 3px 1px; }

.skills_lang li:nth-child(5)  { margin-right: 0; } 
/*----------------------------------------------------------------*/
.skills_personal:nth-of-type(2) p { color: var(--blue-dark); }
.skills_personal:nth-of-type(3) p { color: var(--blue-light); }
.skills_personal:nth-of-type(4) p { color: var(--green); }
.skills_personal:nth-of-type(5) p { color: var(--yellow); }
.skills_personal:nth-of-type(6) p { color: var(--orange); }
.skills_personal:nth-of-type(7) p { color: var(--red); }

/*-------------------NAV KLEURTJES--------------------------------*/
.item:nth-of-type(2) a { color: var(--blue-dark); }
.item:nth-of-type(3) a { color: var(--blue-light); }
.item:nth-of-type(4) a { color: var(--green); }
.item:nth-of-type(5) a { color: var(--yellow); }
.item:nth-of-type(6) a { color: var(--orange); }
.item:nth-of-type(7) a { color: var(--red); }
.item:nth-of-type(8) a { color: var(--purple); }
.item:nth-of-type(9) a { color: var(--darkgrey); }
.item:nth-of-type(10) a { color: var(--darkgrey); }
/*-------------------SVG IMAGES----------------------------------------*/

.arrow, .arrow-left, .arrow-right { width: 16px; height: 16px;}

/*.row-even:nth-of-type(n) .arrow { background-image: url(img/svg/arrow-right-blue-dark.svg); }*/

.row-even:nth-of-type(n) .arrow  { 
  background-image: url(img/svg/arrow-right-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px -10px 0 8px;
}

.row-odd:nth-of-type(n) .arrow  { 
  background-image: url(img/svg/arrow-left-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px 8px 0 -10px;
}

.graduate-even:nth-of-type(n) .arrow-left  { 
  background-image: url(img/svg/arrow-right-orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -8px 15px 0;
}

.graduate-odd:nth-of-type(n) .arrow-right  { 
  background-image: url(img/svg/arrow-left-orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px 0px 0 -8px;
}

.icon-big { width: 50px; height: 40px; }


.about .icon-big {
  background-image: url(img/svg/fingerprint.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.skilled .icon-big {
  background-image: url(img/svg/user-cog.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.werkervaring .icon-big {
  background-image: url(img/svg/user-graduate.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.opleiding .icon-big {
  background-image: url(img/svg/graduation-cap.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*-------------------PROGRESS BAR---------------------------------*/
.progress-bar {
  background-color: rgba(233, 234, 234, 0.15);
  box-shadow: 0 1px 2px 1px rgba(2, 2, 2, 0.67);
  width: 100%; 
  height: 18px;
  display: inline-block; 
  margin: 5px 0;
  display: flex;
  flex-flow: column-reverse;
  max-width: 300px;
}

.progress-bar span { color: #fff; padding-bottom: 5px;}

.progress-value {
  background-color: #046c9f;
  box-shadow: 0 1px 2px 1px rgba(2, 2, 2, 0.67);
  transition: 0.3s all linear;
  height: 18px;
  display: inline-block;
  text-align: right;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 8px;
  font-size: .8em;
  animation: progress 3s ease-in-out forwards;
  -webkit-animation: progress 3s ease-in-out forwards;
}
.progress-value.blue-light {
  background-color: #4ca5d0;
  animation: progress-1 3s ease-in-out forwards;
  -webkit-animation: progress-1 3s ease-in-out forwards;
}
.progress-value.green {
  background-color: #6ca338;
  animation: progress-2 3s ease-in-out forwards;
  -webkit-animation: progress-2 3s ease-in-out forwards;
}
.progress-value.yellow {
  background-color: #ffbc38;
  animation: progress-3 3s ease-in-out forwards;
  -webkit-animation: progress-3 3s ease-in-out forwards;
}
.progress-value.orange {
  background-color: #e82c0c;
  animation: progress-4 3s ease-in-out forwards;
  -webkit-animation: progress-4 3s ease-in-out forwards;
}

/*---ANIMATION PROGRESS BAR---*/
 @keyframes progress           { from { width: 0; } to { width: 40%; } } 
 @-webkit-keyframes progress   { from { width: 0; } to { width: 40%; } } /*-wordpress-*/

 @keyframes progress-1         { from { width: 0; } to { width: 50%; } }
 @-webkit-keyframes progress-1 { from { width: 0; } to { width: 50%; } } /*-html-*/
 
 @keyframes progress-2         { from { width: 0; } to { width: 50%; } }
 @-webkit-keyframes progress-2 { from { width: 0; } to { width: 50%; } } /*-css-*/

 @keyframes progress-3         { from { width: 0; } to { width: 10%; } }
 @-webkit-keyframes progress-3 { from { width: 0; } to { width: 10%; } } /*-js-*/

 @keyframes progress-4         { from { width: 0; } to { width: 90%; } }
 @-webkit-keyframes progress-4 { from { width: 0; } to { width: 90%; } } /*-algemeen-*/



/*-------------------LIJN IN HET MIDDEN---------------------------*/
.centerline::after {
  content: ""; 
  height: 100%;
  border-right: 1px solid #333;
  position: absolute;
  top: 0;
  left: calc((100% - 1px) / 2);
  z-index: 0;
}

/*-------------------KORTE LIJN-----------------------------------*/
.shortline::after {
  content: ""; /* This is necessary for the pseudo element to work. */ 
  display: block; /* This will put the pseudo element on its own line. */
  /*  margin: 0 auto; /* This will center the border. */
  width: 75px; /* Change this to whatever width you want. */
  padding-top: 0px; /* This creates some space between the element and the border. */
  border-top: 1px solid #333;
 /* This creates the border. Replace black with whatever color you want. */
  position: absolute;
  top: 0;
  margin-right: 0px;
}



/*-----------------------------------------------------
   nice gradient, eerst text shadow in body uitschakelen
---------------------------------------------------------*/

.rainbow {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
} 

.gradientblue {
 /* font-size: 64px;*/
   background: -webkit-linear-gradient(90deg, #046c9f 0%, #6dd5fa 50%, #fff 100%);
               -webkit-background-clip: text;
               -webkit-text-fill-color: transparent;  
  position: relative; 
}

.gradientblue:after {
  background: none;
  content: attr(data-text); /*--data-text="" in tag toevoegen met zelfde naam--*/
  left: 0;
  position: absolute;
  text-shadow: 1px 1px 2px #000;
  top: 0;
  z-index: -1;
}

.gradientgrey {
   background: -webkit-linear-gradient(90deg, #1c1c1c 0%, #c9c9c9 50%, #c9c9c9 50%, #fff 100%);
               -webkit-background-clip: text;
               -webkit-text-fill-color: transparent;  
  position: relative; 
}

.gradientgrey:after {
  background: none;
  content: attr(data-text); /*--data-text="" in tag toevoegen met zelfde naam--*/
  left: 0;
  position: absolute;
  text-shadow: 1px 1px 2px #000;
  top: 0;
  z-index: -1;
}

/*
    background: linear-gradient(90deg, #046c9f, #4ca5d0, #6ca338, #ffbc38, #e82c0c);    
    background: -webkit-gradient(linear,left top,right top,from(##046c9f),to(#4ca5d0),to(#6ca338),to(#ffbc38),to(#e82c0c));
        
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
*/