@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

.haiku {
    font-family: Baskerville, Georgia, Times, "Times New Roman", "serif";
    color: #757575;
	font-size: 20px;
    white-space: nowrap;
    margin-top: 20px;
}

.lijntje {
    width: 70px;
	border-style: solid;
    border-width: 4px 0px 0px 0px;
	border-color: #c56834;
    margin-top: 15px;
	margin-bottom: 15px;
}

.timeline-content em {
    font-family: Baskerville, Times, "Times New Roman", "serif";
    font-size: 1.1em;
    font-weight: lighter;
}

.creditquote {
    font-family: Baskerville, Georgia, Times, "Times New Roman", "serif";
    font-style: italic;
    padding-bottom: 20px;
}

.bolletje {
    /*margin: -8px 0 7px 0;*/
    font-weight: bold;
    color: #c56834;
}

.kort {
    font-weight: 400;
    font-size: 0.8em;
}

.vet {
    font-weight: 400;
}

*:focus {outline: none;}

section {
  padding: 50px 0;
}

html, body {
  overflow-x: hidden;
}

body {
  /*display: none;*/
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  background-color: #d6eceb;
}

.banner {
    background-color: #2e9aa1;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

h1 {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 50px;
}

header {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  /*background-color: #2e9aa1;
  opacity: 1;
  background-image: radial-gradient(#a0c7c5 0.8px, #2e9aa1 0.8px);
  background-size: 16px 16px;*/
}
header p {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  font-size: 120px;
  margin-top: -20px;
  margin-left: -10px;
  z-index: 1;
  letter-spacing: -3px;
}
.timeline {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px
}
.timeline::before {
  content: "";
  background: rgba(46, 154, 161, 0.3);
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 35px 25px 10px 25px; /*andere padding boven voor blokken rechts*/
}
.mobile {
    padding-top: 35px !important;
}
.mobiletop {
    padding-top: 5px !important;
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fffef8 transparent transparent;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 25px 10px 25px; /*andere padding boven voor blokken links*/
  border-radius: 4px;
  background: #fffef8;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.einde {
    margin-bottom: 70px;
}

.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fffef8;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #2e9aa1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.knop {
  background: #2e9aa1;
  color: #FFFFFF;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 17px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 20px;
  /*box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);*/
}
.knop:hover, .knop:active, .knop:focus {
  background: #c56834;
  color: #FFFFFF;
  text-decoration: none;
}

#einde {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
}

.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 25px;
}
.timeline-card a {
  margin-left: 25px;
}
.timeline-card a {
  margin-bottom: 27px;
}

.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-size: cover;
  border-radius: 4px 4px 0px 0px;
}
 
.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
h2 {
   font-family: 'Playfair Display', serif;
   margin-bottom: 20px;
   margin-top: 15px;
   font-size: 25px;
}
.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 3px;
  left: 20px;
  font-family: 'Playfair Display', serif;
}

blockquote {
  font-family: Baskerville, Georgia, Times, "Times New Roman", "serif";
  font-size: 1.1em;
  margin-top: 17px;
  color: #757575;
  border-left-color: #c56834;
  padding: 0 20px;
}

.date-l {
  background: #afca0b;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.9em;
  padding: 8px 15px 8px 18px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 4px 4px 15px;
}
.date-r {
  background: #afca0b;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.9em;
  padding: 8px 18px 8px 15px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0px 15px 4px;
}
.hoeken-l {
  border-radius: 0px 4px 0px 15px;
}
.hoeken-r {
  border-radius: 4px 0px 15px 0px;   
}

@media screen and (max-width: 768px) {
  .banner { height: 200px; }
  header p {
      margin-top: -34px;
      margin-left: -5px;
  }
  h1 { font-size: 1.75em; }
  /*h2 { margin-top: -12px; }*/
  .date-l { font-size: 0.8em; }
  .date-r { font-size: 0.8em; }
  .einde { margin-bottom: 45px; }
  .timeline::before {
    left: 35px;
  }
  .timeline-item { margin-top: 35px; }
  .timeline .timeline-img {
    left: 35px;
  }
    
  .timeline-img-header h2 {
    width: 90% !important;
    text-align: left !important;
}
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 45px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fffef8 transparent transparent;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
  }
  .timeline-content {
    /*ALLEEN GEBRUIKEN IN SCRIPT ALS DE DATUMS ALLEMAAL TEGEN DE TIJDLIJN MOETEN OP SMARTPHONES*/
    padding: 35px 25px 10px 25px;
   }
  .haiku {
      /*font-size: 17px;*/
      /*font-size: clamp(1.7rem, 3vw, 2.5rem);*/
      font-size: clamp(0.7rem, 4.2vw, 2rem);
  }
  
  .creditquote { font-size: 1em; }
  .lijntje {
    width: 50px;
    border-width: 3px 0px 0px 0px;
   }
   #einde {
    position: absolute;
    left: 75px;
    transform: translateX(0%);
    margin-top: 33px;
}
}
