
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

button, input[type="button"], input[type="reset"], input[type="submit"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hind","Arial",sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
  background-color: #2c5999;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input, label, select {
  display: block;
  font-family: "Hind","Arial",sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select[multiple=multiple], textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Hind","Arial",sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover, select[multiple=multiple]:hover, textarea:hover {
  border-color: #c4c4c4;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select[multiple=multiple]:focus, textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern","liga","tnum";
  -moz-font-feature-settings: "kern","liga","tnum";
  -ms-font-feature-settings: "kern","liga","tnum";
  font-feature-settings: "kern","liga","tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr, td, th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern","liga","pnum";
  -moz-font-feature-settings: "kern","liga","pnum";
  -ms-font-feature-settings: "kern","liga","pnum";
  font-feature-settings: "kern","liga","pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Hind","Arial",sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind","Arial",sans-serif;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h2 {
    font-size: 1.9rem;
    font-weight: 600;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

h4 {
    font-size: 1.1rem;
}
p {
  margin: 0 0 0.75em;
}

a {
  color: #55c2b4;
  text-decoration: none;
  transition: color 0.1s linear;
}

a:active, a:focus, a:hover {
  color: #2c5999;
}

a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img, picture {
  margin: 0;
  max-width: 100%;
}



.timeline {
  position: relative;
  overflow: auto;
  width: 100%;
  margin-top: 40px;
}

.timeline hr {
  margin: 0 0 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  height: 100%;
  width: 4px;
  background-color: #fff;
}

.timeline h2 {
  margin: 0 auto;
  width: 130px;
  color: #333;
  background: #fff;
  text-align: center;
  padding: 0.5rem;
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
}

.timeline h3 {
  color: inherit;
}

.timeline .timeline-items {
  list-style-type: none;
  overflow: hidden;
  padding-top: 110px;
  padding-left: 0;
}

.timeline .timeline-items .timeline-item {
  position: relative;
  margin-bottom: 100px;
  left: -10px;
  padding: 1.5rem 2.5rem 1rem 2.5rem;
  background-color: white;
  width: 45%;
}

.timeline .timeline-items .timeline-item.is-hidden {
  visibility: hidden;
}

.timeline .timeline-items .timeline-item time::before {
  font-family: FontAwesome, sans-serif;
  content: '\f017';
  margin-right: 10px;
}

.timeline .timeline-items .timeline-item::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -1em;
  top: 0;
}

.timeline .timeline-items .timeline-item::after {
  content: '';
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  border-radius: 100%;
  left: calc(100% + 10.4%);
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1) a {
  color: #1759a2;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before {
  border-top: 1em solid #fff;
  border-right: 1em solid transparent;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n)::before {
  border-top: 1em solid #fff;
  border-right: 1em solid transparent;
}

.timeline .timeline-items .timeline-item.inverted {
  position: relative;
  left: 54%;
  text-align: right;
}

.timeline .timeline-items .timeline-item.inverted::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -1em;
  top: 0;
}

.timeline .timeline-items .timeline-item.inverted::after {
  content: '';
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  border-radius: 100%;
  left: calc(-8.78% - 13px);
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
  border-top: 1em solid #fff;
  border-left: 1em solid transparent;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) a {
  color: #601010;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n)::before {
  border-top: 1em solid #fff;
  border-left: 1em solid transparent;
}

.timeline .timeline-items .timeline-item.centered {
  position: relative;
  text-align: justify;
  width: 100%;
}

.timeline .timeline-items .timeline-item.centered::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 4px);
  top: -12px;
}

.timeline .timeline-items .timeline-item.centered::after {
  display: none;
}

.timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) a {
  color: #1759a2;
}

.timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1)::before {
  border-top: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #fff;
}

.timeline .timeline-items .timeline-item.centered:nth-of-type(2n) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item.centered:nth-of-type(2n) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item.centered:nth-of-type(2n) a {
  color: #601010;
}

.timeline .timeline-items .timeline-item.centered:nth-of-type(2n)::before {
  border-top: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #fff;
}


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

.timeline .timeline-items .timeline-item {
  position: relative;
  text-align: justify;
  width: 100%;
}

.timeline .timeline-items .timeline-item::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 4px);
  top: -12px;
}

.timeline .timeline-items .timeline-item::after {
  display: none;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1) a {
  color: #1759a2;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before {
  border-top: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #fff;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n) a {
  color: #601010;
}

.timeline .timeline-items .timeline-item:nth-of-type(2n)::before {
  border-top: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #fff;
}

.timeline .timeline-items .laatste {
    margin-bottom: 0px;
}


.timeline .timeline-items .timeline-item.inverted {
  position: relative;
  text-align: justify;
  width: 100%;
  left:0;
}

.timeline .timeline-items .timeline-item.inverted::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 4px);
  top: -12px;
}

.timeline .timeline-items .timeline-item.inverted::after {
  display: none;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) a {
  color: #1759a2;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
  border-top: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #fff;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) {
  background-color: #fff;
  color: #333;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) hr {
  border-top: 1px solid #fff;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) a {
  color: #601010;
}

.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n)::before {
  border-top: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #fff;
}

.timeline .timeline-items .laatste {
    margin-bottom: 0px;
}
}

#tijdlijn {
    margin-bottom: 3rem;
}
#skills {
    margin-bottom: 3rem;
}

#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

html {
  position: relative;
  min-height: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Hind";

}

p {
  line-height: 1.5rem;
}



body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEE;
  margin: 0 0 100px 0;
  width: 100%;
}

body::after {
  clear: both;
  content: "";
  display: table;
}


#header {
  background-color: #55c2b4;
}

@media screen and (min-width: 1200px) {
  #header {
    min-height: 250px;
  }
}

#header-container {
  background-color: #55c2b4;
  color: #eee;
  font-family: "Hind";
  float: left;
  width: 100%;
}

#header-container img {
  height: 80px;
  border-radius: 50px;
  margin: 1rem 0 0 1rem;
}

#header-container img:active {
  transform: scaleX(-1);
}

#header-container ul {
  display: inline-block;
  float: right;
  margin-top: 1rem;
}

#header-container li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  font-size: 1.1rem;
}

#header-container li a {
  padding-bottom: 8px;
  color: #eee;
}

#header-container li a:hover {
  color: #333;
  transition: color 0.1s linear;
}

#header-container li div {
  width: 100px;
}

#header-container #nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #55c2b4;
}

#header-container #nav:last-child {
  margin-right: 0;
}

@media screen and (min-width: 800px) {
  #header-container #nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  #header-container #nav:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  #header-container #nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
  }
  #header-container #nav:last-child {
    margin-right: 0;
  }
}

#header-image {
  background-image: url(img/gallapenno.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 250px;
  position: relative;
  height: 130px;
  width: 100%;
  float: left;
}

.content-list {
  background-color: #eeeeee;
  font-family: "Hind";
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0 1rem 0 1rem;
}

.content-list:last-child {
  margin-right: 0;
}

@media screen and (min-width: 800px) {
  .content-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .content-list:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .content-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
  }
  .content-list:last-child {
    margin-right: 0;
  }
}

.content-list .content-item {
  margin: 1.5rem 0rem;
  background-color: #f7f7f7;
  height: 400px;
}

.content-list .thumbnail {
  width: 40%;
  max-height: 100%;
  display: inline;
}

.content-list .thumbnail img {
  max-height: 100%;
}

.content-list .content-text {
  display: inline-block;
  vertical-align: top;
  padding: 2rem 2rem 0 1.5rem;
  width: 60%;
}

.content-list .content-text h2 {
  font-family: "Hind";
  font-size: 2.1rem;
  margin: 0 0 0.5em 0;
}

.content-list .content-text .date {
  font-style: italic;
}

.content-list .content-text .beschrijving {
  font-size: 1.1rem;
}

.content-artikel {
  padding: 1.5rem 1.5rem 5rem 1.5rem;
  background-color: #f7f7f7;
}

.content-artikel ul {
  margin: 0 1.2rem 1.2rem 1.2rem;
}

.content-artikel li {
  list-style: disc;
}

footer {
  height: 100px;
  background-color: #55c2b4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer div {
  height: 100px;
  width: 100%;
  padding: 20px 20px;
}

@media screen and (min-width: 1200px) {
  footer div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
  }
  footer div:last-child {
    margin-right: 0;
  }
}

footer img {
  height: 100%;
}

input, textarea {
  padding: 10px;
  border: 1px solid #E5E5E5;
  width: 200px;
  color: #999999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  opacity: 0.7;
}

textarea {
  width: 100%;
  height: 150px;
  line-height: 18px;
}

input:hover, textarea:hover, input:focus, textarea:focus {
  border-color: 1px solid #C9C9C9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.datum {
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: -1rem;
}

.submit input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 40px;
  background-color: #474E69;
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.submit input:last-child {
  margin-right: 0;
}

#titel-cv {
    margin-top: 2rem;
  text-align: center;
  padding: 2rem 0rem;
}

.ondertitel-cv {
  width: 50%;
  float: left;
  font-size: 1.6rem;
  text-align: center;
}

.timeline-item {
  border-bottom: 5px solid #55c2b4;
}

.inverted {
  border-bottom: 5px solid #55c2b4;
  color: #fff;
  text-align: left !important;
}

.flexbox2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 2rem;
}

@media screen and (min-width: 800px) {
  .flexbox2 {
    margin-top: 6%;
  }
}

@media screen and (min-width: 1200px) {
  .flexbox2 {
    margin-top: 2%;
  }
}

.flexbox2 li {
  display: inline;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 4rem;
}

@media screen and (min-width: 800px) {
  .flexbox2 li {
    width: 47%;
    margin-bottom: 6%;
    padding: 0 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .flexbox2 li {
    width: 32%;
    margin-bottom: 2%;
     padding: 0 0rem;
  }
}

.img-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
}

.img-container h3 {
    text-align: center;
    padding-top: 2rem;
    color: #fff;
}

#transpar:hover {
  background: url(img/transparantie-thumb.jpg);
  background-size: contain;
}

#transpar {
  background: linear-gradient(rgba(100, 100, 100, 0.4), rgba(100, 100, 100, 0.4)), url(img/transparantie-thumb.jpg);
  background-size: contain;
}

#HappyOff:hover {
  background-image: url(img/HappyOffice-thumb.jpg);
}

#HappyOff {
  background: linear-gradient(rgba(100, 100, 100, 0.4), rgba(100, 100, 100, 0.4)), url(img/HappyOffice-thumb.jpg);
  background-size: contain;
}

#presenta:hover {
  background-image: url(img/Presentatie-thumb.jpg);
}

#presenta {
  background: linear-gradient(rgba(100, 100, 100, 0.4), rgba(100, 100, 100, 0.4)), url(img/Presentatie-thumb.jpg);
  background-size: contain;
}

#Lemonlab:hover {
  background-image: url(img/Lemonlab-thumb.jpg);
}

#Lemonlab {
  background: linear-gradient(rgba(100, 100, 100, 0.4), rgba(100, 100, 100, 0.4)), url(img/Lemonlab-thumb.jpg);
  background-size: contain;
}

#Vragenli:hover {
  background-image: url(img/Vragenlijst-thumb.jpg);
}

#Vragenli {
  background: linear-gradient(rgba(100, 100, 100, 0.4), rgba(100, 100, 100, 0.4)), url(img/Vragenlijst-thumb.jpg);
  background-size: contain;
}

#James-th:hover {
  background-image: url(img/James-thumb.jpg);
}

#James-th {
  background: linear-gradient(rgba(100, 100, 100, 0.4), rgba(100, 100, 100, 0.4)), url(img/James-thumb.jpg);
  background-size: contain;
}

#observer:hover {
  background-image: url(img/observeren-thumb.jpg);
}

#observer {
  background: linear-gradient(rgba(100, 100, 100, 0.4), rgba(100, 100, 100, 0.4)), url(img/observeren-thumb.jpg);
  background-size: contain;
}

#happines:hover {
  background-image: url(img/happiness101-thumb.jpg);
}

#happines {
  background: linear-gradient(rgba(100, 100, 100, 0.4), rgba(100, 100, 100, 0.4)), url(img/happiness101-thumb.jpg);
  background-size: contain;
}

/* extra */ 
 

#introductie p {
  font-size: 1.1rem;
  line-height: normal;
}
#introductie h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 800px){
.tekst {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
}
@media screen and (min-width: 1200px){
.tekst {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
}
}
#introductie p {
  font-size: 1.5rem;
  line-height: normal;
}
#introductie h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
}
.tekst h3 {
margin-top: 1.5rem;
    font-size: 1.6rem;
}

#introductie{
    margin-top: 3rem;
    margin-bottom: 2rem;
}


#introductie h2 {
  font-size: 1.5rem;
  line-height: normal;
}



.detailpagina {
margin-top: 2rem;
margin-bottom: 2rem;
}