@font-face {
   font-family: Roboto;
   src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
   font-family: Roboto;
   src: url(../fonts/Roboto-Bold.ttf);
   font-weight: bold;
}

* {
    font-family: Roboto;
}

header {
    background: rgb(229,75,97);
background: linear-gradient(0deg, rgba(229,75,97,1) 0%, rgba(255,124,143,1) 100%);

    /* border-radius: 0 0 100% 100% / 350px; */
    height: 500px;
    z-index: 1;
    position: relative;
    border-top-right-radius:10px;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}

.at-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    display: block;
    bottom: -250px;
}

.clearing {
  clear: both;
}

header h2 {
    font-size: 60px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.header-content {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    text-align: center;
}

.header-content .fa {
    color: white;
    font-size: 2.3em;
}
header a.phone{
    display:inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    position: relative;
}

header a.phone .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E54B61;
    font-size: 1.5em;
}

header a:hover{
    text-decoration: none;
}

header .left, header .right {
    padding: 40px 30px;
    float: left;
    width: 50%;
}

header .right {
    text-align: right;
}


header .right li {
    float: right;
    list-style: none;;
}

header .right .phone{
    margin-right: 20px;
}

header .more-info  {
    background-color: white;
    color: #E93052 !important;
    border-radius: 20px;
    display: inline-block;
    padding: 8px 30px;
    font-weight: bold;
}

/* .header{
  width:105%;
  height:40%;
  left:-3%;
  position:absolute;
  background-image: linear-gradient(#E54B61, #E54B61);
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
}
.container-header{
  width:100vw;
  height:100vh;
  background-color:white;
  position:absolute;
  top:50%;
  overflow:hidden;
  left:50%;
  transform:translate(-50%,-50%);
} */

.header h1 {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 60px;
}


/* INTRO BLOCK */
.intro-block {
    margin: 120px 0;
}

.circle-image {
    width: 85%;
}

.intro-block h2 {
    font-weight: 100;
    font-size: 28px;
    margin-top: 20px;
}

.intro-text {
    line-height: 30px;
    margin-top: 20px;
}
/* END INTRO BLOCK */

/* VOORDELEN */
.voordelen-block {
    margin: 150px 0;
}

.voordelen-block h2 {
    color: #1BB6A0;
    font-weight: bold;
    margin: 0 auto;
    font-size: 40px;
    margin-bottom: 50px;
}

.voordelen img {
    width: 88px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

.voordelen {
    padding: 60px 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 50px 0px rgba(191.0, 191.0, 191.0, 0.5);
}

.voordelen ul {
    padding: 0;
    margin: 0;
}

.voordelen ul li{
    list-style: none;
    width: 33.33%;
    float: left;
    text-align: center;
}

.voordelen li p {
    width: 55%;
    margin: 0 auto;
}

.voordelen ul li:nth-child(2), .voordelen ul li:nth-child(3){
    background-image: linear-gradient(#1BB6A0 33%, rgba(255,255,255,0) 0%);
    background-size: 3px 15px;
    background-repeat: repeat-y;
}

.voordelen-block .extra-text {
    margin-top: 45px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* END VOORDELEN */




.timeline-wrapper{
    background: rgb(229,75,97);
background: linear-gradient(58deg, rgba(229,75,97,1) 0%, rgba(255,124,143,1) 100%);
    position: relative;
}

.timeline-wrapper h2 {
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 100px;
}

#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 745px;
  top: 140px;
  left: 50%;
  margin-left: -2px;
  /* background: white; */
  z-index: 0;

    background-image: linear-gradient(rgba(255,255,255,1) 33%, rgba(255,255,255,0) 0%);
    background-size: 3px 15px;
    background-repeat: repeat-y;
}
#conference-timeline .conference-timeline-content {
  padding-top:20px;
  padding-bottom: 20px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 60px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  padding: 0 40px 55px 0;
  max-width: 300px;
}

.timeline-article .content-left {
    float: right;
}
.timeline-article p {
  margin: 0 0 0 0px;
  padding: 0;
  color: white;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #F6BDC5;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 16px;
  color: #EC5370;
}

.timeline-article .meta-date .date span{
  position: absolute;
  background-color: white;
  height: 30px;
  width: 30px;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
  border-radius: 100%;
  line-height: 2;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
.content-left p {
    text-align: right;
}
/*===== // Resonsive Vertical Timeline =====*/

.timeline-extra{
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.timeline-extra a{
    position: relative;
    display: inline-block;
    clear: both;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: white;
    color: #E93052;
    padding: 6px 40px;
    border-radius: 20px;
}

.timeline-extra a:hover {
    text-decoration: none;
}
.marker-right {
    position: absolute;
    right: 0; 
    bottom: 0;
}
.marker-left {
    position: absolute;
    left: 0;
    top: -150px;
}






.mockup-wrapper {
    background-image: url('../images/mockup-bg.png');
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 120px;
}

.mockup-wrapper h2 {
    font-size: 40px;
    font-weight: bold;
    color: #1BB6A0;
    padding-top: 120px;
    margin-bottom: 50px;
}

.mockup-wrapper .login-btn {
    background-color: white;
    display: inline-block;
    clear: both;
    width: 300px;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0px;
    border-radius: 40px;
    margin-bottom: 30px;
    color: #1BB6A0;
    box-shadow: 0 0 50px rgba(0,0,0,0.16);
}

.mockup-wrapper .login-btn {
    text-decoration: none;
}

.info-mobile{
    display: none;
}
footer {
    background-color: #222222;
    padding: 15px 20px;
    color: white;
    font-size: 12px;
}
footer .left, .footer .right {
    width: 50%;
    float: left;
}
footer .right img {
    width: 50px;
    text-align: right;
}

footer .right {
    text-align: right;
}

.logo {
    width: 200px;
}


@media only screen and (max-width: 830px) {
    .at-image, .marker-right, .marker-left {
        display: none;
    }

    .content-left, .content-right {
        padding-left: 0 !important;
    }
    .content-left p {
        padding-left: 0;
        text-align: left;
    }
    .content-left {
        float: left !important;
    }
    footer .left, footer .right {
        width: 100%;
        text-align: left;
        padding: 5px;
    }

    .voordelen li {
        width: 100% !important;
    }

    .voordelen ul li:nth-child(1), .voordelen ul li:nth-child(2) {
        background-image: linear-gradient(to right, #1BB6A0 33%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 15px 3px;
        background-repeat: repeat-x;
        margin-bottom: 50px;
    }

    .voordelen ul li:nth-child(3) {
        background: none;
    }

    .circle-image {
        display: none;
    }

    header .left, header .right {
        margin: 0;
        padding: 0;
        padding-top: 30px;
        text-align: left;
    }

    /* header .left li, header .right li{
        float: left;
    } */


    header h2 {
        font-size: 50px;
    }

    #conference-timeline .conference-center-line {
        height: 545px;
    }

    .intro-block, .voordelen-block {
        margin: 60px 0;
    }

    .info-mobile{
        display: block;
    }
    .info-desktop {
        display: none;
    }
}


@media only screen and (max-width: 480px) {
    #conference-timeline .conference-center-line {
        height: 590px;
    }
}


@media only screen and (max-width: 374px) {
    header .left, header .right {
        width: 100%;
    }
    header .left li, header .right li{
        float: left;
    }
}

@media only screen and (max-width: 375px) {
    #conference-timeline .conference-center-line {
        height: 690px;
    }
}

.logo-pah {
    width: 240px;
}