﻿* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
  box-sizing: border-box;
  color: #182153;
  min-width: 320px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1220px;
  margin: 30px auto;
  padding: 10px;
}

button, input[type=button] {
  background-color: #ea4f2a;
  padding: 7px 15px;
  cursor: pointer;
  color: white;
  border: none;
}
button:focus, input[type=button]:focus {
  border: none;
  color: white;
  outline: initial;
}

.langbutton {
  display: inline-block;
  cursor: pointer;
}
.langbutton.nl-button {
  background-image: url(/images/sprite.png);
  background-position: 0px -38px;
  width: 48px;
  height: 28px;
}
.langbutton.nl-button.selected {
  background-image: url(/images/sprite.png);
  background-position: -37px 0px;
  width: 48px;
  height: 28px;
}
.langbutton.en-button {
  background-image: url(/images/sprite.png);
  background-position: -85px -28px;
  width: 48px;
  height: 28px;
}
.langbutton.en-button.selected {
  background-image: url(/images/sprite.png);
  background-position: -85px 0px;
  width: 48px;
  height: 28px;
}

.header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  background-color: white;
  border-bottom: 1px solid #8a8a8a;
  padding: 10px 45px;
  z-index: 1000;
  min-width: 320px;
}
.header-menu {
  float: right;
}
.header-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
.header-menu li {
  display: inline;
}
.header-menu li a {
  text-decoration: none;
  color: #182153;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
}
.header-menu li a:hover {
  color: gray;
}
.header-lang-selector {
  float: right;
  margin-top: 7px;
  margin-left: 30px;
}
.header-brand {
  float: left;
}
.header-brand a {
  color: #182153;
  font-size: 28px;
  text-decoration: none;
  line-height: 40px;
}
.header-brand img {
  height: 36px;
}

.body-content {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .nomobile {
    display: none !important;
  }
  .header {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .mobileonly {
    display: none !important;
  }
}
/*Calculate sizes compared to original from example.*/
.progress-circle {
  font-size: 20px;
  margin: 20px;
  position: relative; /* so that children can be absolutely positioned */
  padding: 0;
  width: 7em;
  height: 7em;
  background-color: #F2E9E1;
  border-radius: 50%;
  line-height: 7em;
}
.progress-circle:after {
  border: none;
  position: absolute;
  top: 0.49em;
  left: 0.49em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 6.02em;
  height: 6.02em;
  background-color: white;
  content: " ";
}
.progress-circle span {
  position: absolute;
  line-height: 7em;
  width: 7em;
  text-align: center;
  display: block;
  color: #182153;
  z-index: 2;
}
.progress-circle .left-half-clipper {
  /* a round circle */
  border-radius: 50%;
  width: 7em;
  height: 7em;
  position: absolute; /* needed for clipping */
  clip: rect(0, 7em, 7em, 3.5em); /* clips the whole left half*/
}
.progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.over50 .first50-bar {
  /*Progress bar for the first 50%, filling the whole right half*/
  position: absolute; /*needed for clipping*/
  clip: rect(0, 7em, 7em, 3.5em);
  background-color: #182153;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.progress-circle .value-bar {
  /*This is an overlayed square, that is made round with the border radius,
  then it is cut to display only the left half, then rotated clockwise
  to escape the outer clipping path.*/
  position: absolute; /*needed for clipping*/
  clip: rect(0, 3.5em, 7em, 0);
  width: 7em;
  height: 7em;
  border-radius: 50%;
  border: 0.63em solid #182153; /*The border is 0.35 but making it larger removes visual artifacts */
  /*background-color: #4D642D;*/ /* for debug */
  box-sizing: border-box;
}
.progress-circle:not(.over50) .first50-bar {
  display: none;
}

@media screen and (max-width: 767px) {
  .progress-circle {
    width: 5em;
    height: 5em;
    line-height: 5em;
  }
  .progress-circle:after {
    top: 0.35em;
    left: 0.35em;
    width: 4.3em;
    height: 4.3em;
  }
  .progress-circle span {
    line-height: 5em;
    width: 5em;
  }
  .progress-circle .left-half-clipper {
    width: 5em;
    height: 5em;
    clip: rect(0, 5em, 5em, 2.5em);
  }
  .progress-circle .value-bar {
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border: 0.45em solid #182153; /*The border is 0.35 but making it larger removes visual artifacts */
  }
  .progress-circle.over50 .first50-bar {
    clip: rect(0, 5em, 5em, 2.5em);
    width: 5em;
    height: 5em;
  }
}
.cv-page {
  background-color: #182153;
  overflow: auto;
  min-width: 320px;
}
.cv-page h2 {
  color: #ea4f2a;
  text-align: center;
}
.cv-page .banner-wrapper .cvbuttons a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/sprite.png);
  background-position: 0px 0px;
  width: 37px;
  height: 38px;
}
.cv-page .persicon-home {
  background-image: url(/images/sprite.png);
  background-position: -68px -66px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-nat {
  background-image: url(/images/sprite.png);
  background-position: -102px -102px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-dob {
  background-image: url(/images/sprite.png);
  background-position: -34px -66px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-tel {
  background-image: url(/images/sprite.png);
  background-position: 0px -134px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-kvk {
  background-image: url(/images/sprite.png);
  background-position: -133px 0px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-mail {
  background-image: url(/images/sprite.png);
  background-position: -34px -102px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-linkedin {
  background-image: url(/images/sprite.png);
  background-position: -133px -64px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-white-tel {
  background-image: url(/images/sprite.png);
  background-position: -34px -134px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-white-kvk {
  background-image: url(/images/sprite.png);
  background-position: -133px -32px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-white-mail {
  background-image: url(/images/sprite.png);
  background-position: -68px -102px;
  width: 34px;
  height: 32px;
}
.cv-page .persicon-white-linkedin {
  background-image: url(/images/sprite.png);
  background-position: 0px -102px;
  width: 34px;
  height: 32px;
}
.cv-page .container {
  background-color: white;
  border-left: 10px solid #182153;
  border-right: 10px solid #182153;
}
.cv-page .banner-wrapper {
  position: relative;
  text-align: center;
  height: 544px;
}
.cv-page .banner-wrapper .name {
  font-size: 70px;
  z-index: 30;
  position: absolute;
  top: 90px;
  width: 100%;
}
.cv-page .banner-wrapper .profession {
  color: white;
  font-size: 45px;
  z-index: 30;
  position: absolute;
  top: 175px;
  width: 100%;
}
.cv-page .banner-wrapper .cvbuttons {
  color: white;
  z-index: 30;
  position: absolute;
  top: 270px;
  width: 100%;
}
.cv-page .banner-wrapper .cvbuttons a {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  width: 150px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0 10px;
}
.cv-page .banner-wrapper .profilepic {
  z-index: 30;
  position: absolute;
  bottom: 0;
  width: 200px;
  margin-left: -100px;
}
.cv-page .banner {
  height: 444px;
  overflow: hidden;
  position: relative;
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left bottom, #ea4f2a, #ffeb00); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top right, #ea4f2a, #ffeb00); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top right, #ea4f2a, #ffeb00); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top right, #ea4f2a, #ffeb00); /* Standard syntax */
}
.cv-page .banner .banner-image {
  position: absolute;
  top: -250px;
  width: 100%;
}
.cv-page .banner .banner-image img {
  opacity: 0.2;
  width: 100%;
}
.cv-page .aboutmecontainer {
  background-color: #182153;
  text-align: left;
  font-size: 16px;
  padding: 0;
  overflow: hidden;
}
.cv-page .aboutmecontainer h2 {
  margin-top: 0;
  text-align: left;
}
.cv-page .aboutmecontainer .personalia-block {
  background-color: white;
  float: left;
  width: 350px;
  margin-right: 30px;
  padding: 35px;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
.cv-page .aboutmecontainer .personalia-block ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 30px;
}
.cv-page .aboutmecontainer .personalia-block li {
  line-height: 32px;
  vertical-align: text-bottom;
  margin-bottom: 10px;
}
.cv-page .aboutmecontainer .personalia-block .bottomblock li:last-child {
  margin-bottom: 0;
}
.cv-page .aboutmecontainer .personalia-block .persicon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.cv-page .aboutmecontainer .personalia-block a {
  text-decoration: none;
  color: #182153;
}
.cv-page .aboutmecontainer .aboutmeblock {
  overflow: hidden;
  background-color: white;
  padding: 35px;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
.cv-page .aboutmecontainer .aboutmeblock > div {
  margin-bottom: 30px;
}
.cv-page .aboutmecontainer .aboutmeblock a {
  color: #182153;
  text-decoration: none;
}
.cv-page .timeline {
  background-image: url(/images/cv-images/timeline.png);
  width: 132px;
  height: 2680px;
  position: relative;
  background-repeat: no-repeat;
}
.cv-page .timeline .timeCircle {
  border-radius: 50%;
  width: 118px;
  height: 118px;
  background-color: #182153;
  left: 7px;
  position: absolute;
  z-index: 30;
}
.cv-page .timeline .datestring {
  color: white;
  z-index: 50;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0;
}
.cv-page .timeline .datestring span {
  display: block;
}
.cv-page .timeline .datestring_1 {
  top: 36px;
  opacity: 1;
}
.cv-page .timeline .datestring_2 {
  top: 242px;
}
.cv-page .timeline .datestring_3 {
  top: 444px;
}
.cv-page .timeline .datestring_4 {
  top: 645px;
}
.cv-page .timeline .datestring_5 {
  top: 848px;
}
.cv-page .timeline .datestring_6 {
  top: 1050px;
}
.cv-page .timeline .datestring_7 {
  top: 1253px;
}
.cv-page .timeline .datestring_8 {
  top: 1456px;
}
.cv-page .timeline .datestring_9 {
  top: 1659px;
}
.cv-page .timeline .datestring_10 {
  top: 1862px;
}
.cv-page .timeline .datestring_11 {
  top: 2065px;
}
.cv-page .timeline .datestring_12 {
  top: 2265px;
}
.cv-page .timeline .datestring_13 {
  top: 2465px;
}
.cv-page .techexperiencecontainer,
.cv-page .workmethodexperiencecontainer {
  padding-bottom: 20px;
  text-align: center;
}
.cv-page .techexperiencecontainer .techexp,
.cv-page .workmethodexperiencecontainer .techexp {
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
}
.cv-page .techexperiencecontainer .techexp img,
.cv-page .workmethodexperiencecontainer .techexp img {
  width: 100px;
  margin-top: 20px;
}
.cv-page .certificates {
  text-align: center;
  padding-bottom: 20px;
}
.cv-page .certificates .cert {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin: 15px;
}
.cv-page .certificates .cert .img-holder {
  height: 160px;
  width: 160px;
  margin-left: 10px;
}
.cv-page .certificates .cert .img-holder img {
  width: 100%;
}
.cv-page .educationcontainer {
  text-align: center;
}
.cv-page .educationTimeLine {
  background-image: url(/images/cv-images/timeline-small.png);
  background-repeat: no-repeat;
  background-position-x: center;
  margin: 30px 0 15px 0;
}
.cv-page .educationTimeLine .school {
  display: inline-block;
  position: relative;
  left: -192px;
}
.cv-page .educationTimeLine .school .schoollogo {
  margin: 0px 10px;
}
.cv-page .educationTimeLine .school .descholder {
  background-color: #dddedb;
  float: left;
  width: 370px;
  position: relative;
  padding: 5px 30px 5px 5px;
  left: -50px;
  opacity: 0;
}
.cv-page .educationTimeLine .school .descholder .description {
  float: left;
  text-align: left;
  font-size: 14px;
  margin-top: 22px;
}
.cv-page .educationTimeLine .school .descholder .description h3 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 5px;
}
.cv-page .educationTimeLine .school .descholder .schoollogo {
  float: left;
}
.cv-page .educationTimeLine .school .descholder:after {
  left: 100%;
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #dddedb;
  border-width: 13px;
  margin-top: -10px;
}
.cv-page .educationTimeLine .school .timeCircle {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #182153;
  z-index: 30;
  display: inline-block;
  float: left;
  position: relative;
  left: 25px;
  top: 20px;
}
.cv-page .educationTimeLine .school .year {
  float: left;
  position: relative;
  left: 35px;
  top: 11px;
  opacity: 0;
}
.cv-page .educationTimeLine .school:first-child .descholder {
  padding: 15px 30px 15px 5px;
}
.cv-page .educationTimeLine .school:first-child .descholder .description {
  margin-top: 15px;
}
.cv-page .educationTimeLine .school:first-child .schoollogo {
  margin: 0px;
}
.cv-page .educationTimeLine .school.descright {
  left: 193px;
}
.cv-page .educationTimeLine .school.descright .descholder {
  float: right;
  padding: 5px 5px 5px 30px;
  left: 50px;
}
.cv-page .educationTimeLine .school.descright .descholder .schoollogo {
  float: right;
}
.cv-page .educationTimeLine .school.descright .descholder:after {
  left: -12px;
  border-right-color: #dddedb;
  border-left: none;
}
.cv-page .educationTimeLine .school.descright .year {
  float: right;
  left: -35px;
}
.cv-page .educationTimeLine .school.descright .timeCircle {
  float: right;
  left: -25px;
}
.cv-page .contactfooter {
  background-color: #171717;
  color: white;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
}
.cv-page .contactfooter .container {
  background-color: transparent;
  color: white;
  margin: 0 auto;
  border-left: none !important;
  border-right: none !important;
}
.cv-page .contactfooter .container h2 {
  color: white;
}
.cv-page .contactfooter ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cv-page .contactfooter li {
  line-height: 32px;
  vertical-align: text-bottom;
  margin-bottom: 10px;
}
.cv-page .contactfooter .persicon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.cv-page .contactfooter a {
  text-decoration: none;
  color: white;
}
.cv-page .contactfooter .contactform {
  background-color: #1c1d1e;
  width: 50%;
  padding: 10px 20px;
  text-align: right;
  float: left;
}
.cv-page .contactfooter .contactform input, .cv-page .contactfooter .contactform textarea {
  background-color: #383534;
  border: none;
  resize: none;
  display: block;
  width: 100%;
  margin: 20px 0 0px 0;
  padding: 10px;
  color: white;
  font-family: Arial;
}
.cv-page .contactfooter .contactform input.input-validation-error,
.cv-page .contactfooter .contactform textarea.input-validation-error {
  background-color: #6d3232;
  margin-bottom: 0px;
}
.cv-page .contactfooter .contactform .waitmessage {
  text-align: left;
  margin-bottom: 10px;
}
.cv-page .contactfooter .contactform .errormessage {
  text-align: left;
  color: red;
  margin-bottom: 10px;
}
.cv-page .contactfooter .contactform .successMessage {
  text-align: left;
  color: green;
  margin-bottom: 10px;
}
.cv-page .contactfooter .contactform .help-block {
  text-align: left;
  top: 40px;
  color: red;
  font-size: 12px;
  padding: 10px 0px 0px 0px;
}
.cv-page .contactfooter .contactform input[type=submit] {
  border: 1px solid white;
  background-color: transparent;
  width: 150px;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.cv-page .contactfooter .contactform input[type=submit]:disabled {
  border: 1px solid gray;
  color: gray;
}
.cv-page .contactfooter .contactform textarea {
  height: 150px;
}
.cv-page .contactfooter .contactaddressblock {
  float: right;
  padding-left: 50px;
  padding-top: 22px;
  width: 50%;
}
.cv-page .contactfooter .contactaddressblock .name {
  font-weight: bold;
  margin-bottom: 20px;
}
.cv-page .contactfooter .contactaddressblock .title {
  margin-bottom: 35px;
}

@media screen and (max-width: 1300px) {
  .cv-page .banner .banner-image {
    width: 150%;
  }
}
@media screen and (max-width: 1024px) {
  .cv-page .banner .banner-image {
    width: 200%;
  }
  .cv-page .educationTimeLine {
    display: inline-block;
  }
  .cv-page .educationTimeLine .school {
    left: -162px;
  }
  .cv-page .educationTimeLine .school.descright {
    left: 162px;
  }
  .cv-page .educationTimeLine .school .descholder {
    width: 310px;
  }
  .cv-page .educationTimeLine .school .descholder .description {
    font-size: 14px;
    margin-top: 12px;
  }
  .cv-page .educationTimeLine .school .descholder .description:first-child {
    margin-top: 5px;
  }
  .cv-page .educationTimeLine .school .descholder .description h3 {
    font-size: 14px;
  }
  .cv-page .educationTimeLine .school .descholder .schoollogo {
    width: 80px;
  }
  .cv-page .educationTimeLine .school .descholder .schoollogo img {
    width: 100%;
  }
  .cv-page .experience .screenshots {
    display: none;
  }
  .cv-page .experience .description {
    width: auto;
  }
}
.timelinecontainer {
  position: relative;
  padding: 0;
  border-left: none !important;
  border-right: none !important;
  height: 3760px;
}

.timelineblock {
  position: absolute;
  width: 100%;
  max-width: 1220px;
  padding: 10px;
  border-left: 10px solid #182153;
  border-right: 10px solid #182153;
  padding-bottom: 500px;
}

.timeline {
  position: absolute;
  float: left;
}

.relativeblock {
  position: relative;
  width: 100%;
}

.experience {
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
}
.experience .description {
  width: 50%;
  float: left;
}
.experience .description .env {
  font-style: italic;
}
.experience .description .headerlogo {
  margin-bottom: 20px;
}
.experience .screenshots {
  width: 50%;
  float: left;
}
.experience .screenshots img {
  width: 100%;
}
.experience .exp {
  position: absolute;
  opacity: 0;
  margin-right: 20px;
}
.experience .exp1 {
  margin-top: 30px;
  opacity: 1;
}
.experience .exp2 {
  margin-top: 240px;
}
.experience .exp3 {
  margin-top: 440px;
}
.experience .exp4 {
  margin-top: 640px;
}
.experience .exp5 {
  margin-top: 844px;
}
.experience .exp6 {
  margin-top: 1046px;
}
.experience .exp7 {
  margin-top: 1249px;
}
.experience .exp8 {
  margin-top: 1452px;
}
.experience .exp9 {
  margin-top: 1655px;
}
.experience .exp10 {
  margin-top: 1858px;
}
.experience .exp11 {
  margin-top: 2061px;
}
.experience .exp12 {
  margin-top: 2261px;
}
.experience .exp13 {
  margin-top: 2461px;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 15px;
  }
  .cv-page .banner-wrapper {
    height: 450px;
  }
  .cv-page .banner-wrapper .name {
    font-size: 50px;
    top: 60px;
  }
  .cv-page .banner-wrapper .profession {
    font-size: 35px;
    top: 120px;
  }
  .cv-page .banner-wrapper .cvbuttons {
    top: 207px;
  }
  .cv-page .banner-wrapper .cvbuttons a {
    font-size: 12px;
    width: 130px;
  }
  .cv-page .banner {
    height: 350px;
  }
  .cv-page .banner .banner-image {
    width: 350%;
  }
  .cv-page .aboutmecontainer {
    font-size: 14px;
  }
  .cv-page .aboutmecontainer h2 {
    text-align: center;
  }
  .cv-page .aboutmecontainer .personalia-block {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 1px;
  }
  .cv-page .contactfooter {
    font-size: 14px;
  }
  .cv-page .contactfooter .contactaddressblock {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .cv-page .contactfooter .contactform {
    float: none;
    width: 100%;
  }
  .cv-page .techexperiencecontainer,
  .cv-page .workmethodexperiencecontainer {
    font-size: 14px;
  }
  .cv-page .techexperiencecontainer .techexp img,
  .cv-page .workmethodexperiencecontainer .techexp img {
    width: 70px;
    margin-top: 18px;
  }
  .cv-page .certificates {
    font-size: 14px;
  }
  .cv-page .certificates .cert {
    width: 120px;
    margin: 5px;
  }
  .cv-page .certificates .cert .img-holder {
    height: 120px;
    width: 120px;
    margin-left: 0;
  }
  .cv-page .educationcontainer {
    text-align: center;
  }
  .cv-page .educationTimeLine {
    margin-left: 20px;
    background-position-x: left;
    margin: 10px 0 0 20px;
  }
  .cv-page .educationTimeLine .spacer {
    width: 270px;
  }
  .cv-page .educationTimeLine .school.descright {
    left: -20px;
    margin-bottom: 20px;
  }
  .cv-page .educationTimeLine .school.descright .timeCircle {
    left: 0;
  }
  .cv-page .educationTimeLine .school.descright .year {
    position: absolute;
    left: 7px;
    top: 14px;
    opacity: 0;
    color: white;
    z-index: 100;
    font-size: 12px;
  }
  .cv-page .educationTimeLine .school.descright .descholder {
    float: right;
    width: 210px;
    padding: 10px 10px 10px 5px;
    margin-left: 15px;
  }
  .cv-page .educationTimeLine .school.descright .descholder .schoollogo {
    display: none;
  }
  .cv-page .educationTimeLine .school.descright .descholder .description {
    margin-top: 0;
  }
  .cv-page .educationTimeLine .school.descright .descholder:after {
    left: -12px;
    border-right-color: #dddedb;
    border-left: none;
  }
  .cv-page .educationTimeLine .school.descright:first-child .descholder .description {
    margin-top: 0;
  }
  .cv-page .timelinecontainer {
    height: auto;
  }
  .cv-page .timelinecontainer .timeline {
    display: none;
  }
  .cv-page .timelinecontainer .timelineblock {
    position: relative !important;
    top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 30px;
  }
  .cv-page .timelinecontainer .experience .exp {
    opacity: 1 !important;
    position: relative;
    margin-top: 30px;
  }
  .cv-page .timelinecontainer .experience .description .headerlogo {
    max-width: 200px;
  }
  .cv-page .timelinecontainer .experience .description .headerlogo img {
    width: 100%;
  }
  .scrollmagic-pin-spacer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: initial !important;
  }
}
