/*timeline*/
.container{
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
}
.colpaert{
	width: 300px;
    border-radius: 25px;
    padding: 10px;
}
.voorhaven{
	width: 300px;
    border-radius: 25px;
    padding: 10px;
}
.lievegem{
	height: 300px;
    border-radius: 25px;
    padding: 10px;    
}
.design-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*background-color: #222638;*/
  min-height: 100vh;
  padding-bottom: 50px 0;
  font-family: Montserrat;
  margin-top: 0 px;
}

.design {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline {
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.timeline-content {
  padding: 20px;
  background: #f5f7fa;
  -webkit-box-shadow: 5px 5px 10px #1f1f1f, -5px -5px 10px #242424;
          box-shadow: 5px 5px 10px #1f1f1f, -5px -5px 10px #242424;
  border-radius: 5px;
  color: black;
  padding: 1.75rem;
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  margin: 1rem;
  margin-bottom: 20px;
  border-radius: 25px;
}

.timeline-component {
  margin: 0px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
  .timeline {
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
  }
  .timeline-middle { /*middle bar*/
    position: relative;
    background: rgb(97,154,201);
	background: radial-gradient(circle, rgba(97,154,201,1) 0%, rgba(34,38,56,1) 100%);
    /*background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);*/
    width: 3px;
    height: 100%;
  }
  .main-middle {
    opacity: 0;
  }
  .timeline-circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 100%; 
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
    .gear1{
    	position: absolute;
        height: 15px;
        width: 15px;
        top: 0;
        filter: invert(58%) sepia(39%) saturate(475%) hue-rotate(165deg) brightness(91%) contrast(94%);  
    	-webkit-transform: translateX(-50%);
            	transform: translateX(-50%);
        transform: scale(2);
    }
    .gear2{
        position: absolute;
        height: 15px;
        width: 15px;
        top: 0;
 		filter: invert(58%) sepia(39%) saturate(475%) hue-rotate(165deg) brightness(91%) contrast(94%);   
    	-webkit-transform: translateX(-50%);
            	transform: translateX(-50%);
        transform: scale(2);
    }
    .gear3{
        position: absolute;
        height: 15px;
        width: 15px;
        top: 0;
        filter: invert(58%) sepia(39%) saturate(475%) hue-rotate(165deg) brightness(91%) contrast(94%);
        -webkit-transform: translateX(-50%);
            	transform: translateX(-50%);
		transform: scale(2);
    }

}
/* */
