/* Extra CSS for web landingpage */

/* BASIC ELEMENTS */
.no-padding{
  padding: 0px;
}
body.landingpage{
  overflow-x: hidden;
}
body.landingpage p, body.landingpage ul li,  body.landingpage ol li{
  font-size: 1.2rem; 
  font-weight: 100;
}
body.landingpage ol {
  list-style: none;
  counter-reset: custom-counter;
}
body.landingpage ol li {
  counter-increment: custom-counter;
  position: relative;
  line-height: 25px;
  margin-top: 20px;
}
body.landingpage ol li::before {
  content: counter(custom-counter);
    color: black;
    font-weight: bold;
    display: inline-block;
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 0px;
    padding-left: 9px;
    line-height: 25px;
    font-size: 1rem;
}

#topBtn{
  opacity: 0; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ffca64; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 60px;
  height: 60px;
}

#topBtn:hover {
  background-color: #ef9484; /* Add a dark-grey background on hover */
}

.top-colors{
  width: 100%;
  height:6px;
  background: url("../images/top-colors.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% auto;
}
a, a:hover, li:hover, i, i:hover, button, button:hover{
	-webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
            text-decoration: none !important;
            touch-action: manipulation;
}
a.cta-yellow, a.cta-yellow:hover, a.cta-red, a.cta-red:hover, a.cta-white, a.cta-white:hover{
  display: inline-block;
  padding: 1px 3px 1px 5px;
  background: #ffca64;
  text-transform: uppercase;
  position: relative;
  z-index: 1005;
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: 2px;
}
a.cta-yellow:hover{
  background: #e0715d;
}
a.cta-red{
  background: #e0715d;
  font-size: 1.2rem;
}
a.cta-red:hover{
  background: black;
  color: white;
  font-size: 1.2rem;
}
a.cta-white, a.cta-white:hover{
  background: white;
  color: #e0715d;
  font-size: 1rem;
}
a.cta-white:hover{
  background: black;
  color: white !important;
}
.gebruikersinfo a.cta-white{
  color: #e5aa78;
}
.handboek a.cta-white{
  color: #c188c9;
}

.module-list{
  margin-top: 60px;
  text-align: center;
}
#modules .module{
  display: inline-block;
  margin-right: 10px;
  padding: 10px 15px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: 1px;
  margin-top: 10px;
}
#modules .module.triage{
  background-color: #f09da3;
}
#modules .module.stress{
  background-color: #ffca64;
}
#modules .module.burnout{
  background-color: #99ceed;
}
#modules .module.angst{
  background-color: #e0715d;
}
#modules .module.depressie{
  background-color: #e5aa78;
}
#modules .module.bip{
  background-color: #b0cf91;
}
#modules .module.alc{
  background-color: #87c5c6;
}
#modules .module.drugs{
  background-color: #b3b5b3;
}
#modules .module.suicide{
  background-color: #c188c9;
}

/* NAVIGATION */
#menu{
  padding: 10px 0px;
}
#menu ul li a, #menu ul li a:hover, #menu ul li a.active{
  display: inline-block;
  text-transform: uppercase;
  color: #e0715d;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: .8rem;
  padding: 3px 3px 3px 5px;
  margin-left: 15px;
}
#menu ul li a:hover, #menu ul li a.active{
  color: #ffffff;
  background: #e0715d;
}
#menu ul li.lang a, #menu ul li.lang a:hover{
  margin-left: 0px !important;
  color: black;
}
ul.lang-container{
  margin-left: 30px;
}
ul.lang-container{
  list-style-type: none;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
  padding-inline-start: 0px !important;
}
ul.lang-container li{
  display: inline-block;
  
}

#sec-nav{
  background-color: #f6f6f6;
}
/* SEC NAV */
.secundary-nav{
  margin: 0;
  padding: 30px 0;
}
.secundary-nav li{
  display: inline-block !important;  
}
.secundary-nav li a{
  text-transform: uppercase;
  font-weight: 900 !important;
  color: black !important;
  font-size: 1rem;
}

.secundary-nav li a:hover{
  background-color: #e0715d;
}

/* PAGE STYLING */

/* LANDING PAGE (START) */
#start{
  padding: 200px 0 125px 0;
}
a.block{
  text-align: center;
  display: block;
  padding: 60px 30px;
  color: white;
}
a.block .cta-white{
  margin-top: 30px;
}
a.block .title p{
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1rem !important;
  margin-top: 30px;
}
a.block .title span{
  text-transform: none;
  font-weight: 900;
  font-size: 2rem;
  display: block;
}
a.block img{
  margin-top: -145px;
}
a.block.modules{
  background: #e0715d;
  color: white !important;
}
a.block.modules:hover, a.block.gebruikersinfo:hover, a.block.handboek:hover{
  color: white !important;
  opacity: .7;
}
a.block.gebruikersinfo{
  background: #e5aa78;
}
a.block.handboek{
  background: #c188c9;
}

/* intro */
section#about .intro{
  padding: 0;
  background-color: #e0715d;
  position: relative;
}
  section#about .intro{
    padding: 90px 0;
  }
  section#about .intro h1{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
  }
  section#about .intro h1 span.light{
    font-weight: 100 !important;
    display: block;
  }
  section#about .intro p, section#about .intro h1{
    color: #ffffff !important;
  }
  section#about .intro .rightcol{
    background-color: #87c5c6;
    display: block;
    height: 100%;
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .intro .sub p{
    font-weight: 100;
  }
  .intro .sub span{
    display: inline-block;
    padding: 2px 4px 2px 6px;
    text-transform: uppercase;
    border:1px solid #ffffff;
    letter-spacing: 1px;
    font-size: .7rem;
    border-radius: 2px;
    margin-right: 10px;
  }
.rightcol img{
  margin-left: -240px;
  margin-top: 220px;
  z-index: 1000;
  position: relative;
}
.triangle{
  width: 0; 
  height: 0; 
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 70px solid #e0715d;
  position: absolute;
  bottom: -50px;
  left: 20%;
  z-index: 5;
}
.download-app{
  display: block;
  position: absolute;
  left: 170px;
  top: 380px;
  z-index: 1005;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: .8rem;
}
.download-app span{
  margin-top: -15px;
  margin-left: -160px;
  display: block;
}
.download-app a{
  margin-right: 5px;
}

/* waarvoor gebruiken */
#gebruikersinfo{
  margin-top: 160px;
  margin-bottom: 160px;
}
#hoe-gebruiken{
  display: block;
  padding: 160px 0 0 0;
}
#hoe-gebruiken .red{
  background: #e0715d;
  color: white;
  padding: 60px 30px;
  margin: 60px 0 0 0;
  
}
#hoe-gebruiken .red p{
  font-weight: 300 !important;
}
#gebruikersinfo h2, #hoe-gebruiken h2{
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#hoe-gebruiken h2{
  text-align: center !important;
  margin-top: 150px;
}
#hoe-gebruiken h2:after{
  text-align: center;
  content: '';
  display: block;
  height: 5px;
  width: 100px;
  position: absolute;
  background-color: #e0715d;
  left: 50%;
  margin-left: -50px;
  margin-top: 15px;
}
#hoe-gebruiken h3{
  text-align: center;
  margin-top: 90px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
}
#hoe-gebruiken h3 span{
  display: inline-block;
  background: #e0715d;
  padding: 0px 3px;
}
#hoe-gebruiken p{
  text-align: center;
  font-weight: 900;
  margin-top: 30px;
  font-size: 1.4rem;
}
span.highlight{
  display: inline-block;
  background: #e0715d;
  padding: 0px 5px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}
#hoe-gebruiken p{
  margin-top: 15px;
}
#hoe-gebruiken ul li{
  list-style: none;
}
#hoe-gebruiken ul li{
  position: relative;
  line-height: 35px;
  font-weight: 700;
}
#hoe-gebruiken ul li:before{
  content: '';
  background: url("../images/bullet-white.png");
  background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 10px;
  text-align: left;
}
#hoe-gebruiken ul li ul li:before{
  display: none; 
}
#hoe-gebruiken ul li ul{
  padding-inline-start: 0px;
  margin-inline-start: -36px;
  margin-bottom: 40px;
}
#hoe-gebruiken ul li ul li{
  font-weight: 300;
}
#hoe-gebruiken ul li ul li p{
  text-align: left;
}
#hoe-gebruiken ul li ul li ul{
  margin-top: 10px;
}
#hoe-gebruiken ul li ul li ul li{
  margin-inline-start: 90px;
  list-style-type: disc;
}


/* WAT en WAAROM */
.grey{
  background: #f6f6f6;
  padding: 60px 0;
  overflow-x: hidden;
}
.info-container{
  padding: 60px;
  background: white;
  line-height: 35px;
  margin: 15px 0;
}
.info-container .small p{
  font-size: 1rem !important;
  line-height: 25px !important;
}
.redtype{
  color: #e0715d;
}
.info-container h2{
  color: #e0715d;
  font-weight: 900;
  margin-bottom: 15px;
}
.info-container p{
  font-size: 1.2rem !important;
}
.info-container ul li{
  font-size: 1.2rem !important;
}

.info-container ul li{
  list-style: none;
}
.info-container ul{
  margin-bottom: 20px;
}
.info-container ul li{
  position: relative;
  line-height: 35px;
  font-weight: 900 !important;
}
.info-container ul li:before{
  content: '';
  background: url("../images/bullet.png");
  background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 10px;
  text-align: left;
}
.info-container ul li ul li:before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #e0715d; /* Change the color */
  background: none;
  margin-top: -13px;
}
.info-container ul li ul li{
  list-style: none;
  font-weight: 300 !important;
}


/* modules */
#modules, #nuttige-links, #handboek{
  display: block;
  margin: 100px 0;
}
#nuttige-links, #handboek{
  margin: 100px 0 0 0;
  background-color: #e0715d;
  padding: 100px 0;
}
#modules h2, #nuttige-links h2{
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: 900;
}
#modules h2:before, #nuttige-links h2:before{
  content: '';
  height: 3px;
  width: 70px;
  background-color: #e0715d;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 45px;
}

#nuttige-links h2{
  color: white;
}
#nuttige-links h2:before{
  background-color: white;
}
.link-info .cta-yellow, .link-info .cta-yellow:hover{
  font-size: 1.2rem;
}
.link-info .cta-yellow:hover{
  background-color: #ef9484 !important;
}
.link-info{
  color: white;
  margin-top: 90px;
}
.link-info h3{
  font-weight: 900;
}

#handboek{
  background-color: #ffca64;
  margin: 0px 0px 80px 0px !important;
}
#handboek .handboek{
  margin-bottom: -300px;
}
.handboek-downloaden{
  text-align: center;
}
.handboek-downloaden p{
  text-transform: uppercase;
  font-weight: 900 !important;
  letter-spacing: 2px;
  font-size: 1.6rem !important;
}
#handboek .arrow{
  position: absolute;
  transform: rotate(-170deg) scaleY(-1);
  left: 30px;
}


/* HET HANDBOEK */
#text-container{
  display: block;
  margin-bottom: 60px;
  text-align: center;
}
#text-container .cta-red{
  margin-top: 30px;
}
#text-container h2{
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#text-container h2{
  text-align: center !important;
  margin-top: 100px;
  margin-bottom: 60px;
}
#text-container h2:after{
  text-align: center;
  content: '';
  display: block;
  height: 5px;
  width: 100px;
  position: absolute;
  background-color: #e0715d;
  left: 50%;
  margin-left: -50px;
  margin-top: 15px;
}
#text-container p{
  text-align: center;
  font-weight: 100;
  margin-top: 30px;
  font-size: 1.2rem;
}
#text-container p{
  margin-top: 15px;
}

/* FOOTER */

footer#footer{
  padding: 30px 0;
}
footer#footer img{
  margin-bottom: 30px;
}
footer#footer p{
  font-size: 1rem !important;
}
footer ul li{
  list-style-type: none;
}
.links{
  text-align: right;
}
.footer-link{
  font-weight: 900;
  color: black;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  position: relative;
}
.footer-link:hover{
  color: #e0715d;
}
.footer-link:before{
  content: '';
  height: 3px;
  width: 100%;
  background-color: #e0715d;
  position: absolute;
  bottom: 0px;
}

/* MEDIA QUERIES */
@media (min-width: 1199px) {
  .container{
    max-width: 1400px;
  }
}
@media (max-width: 1199px) {
  #handboek .handboek{
    margin-bottom: -500px !important;
  }
}

@media (max-width: 1024px) {
  .navbar-nav{
    text-align: center;
    margin-top: 50px;
  }
  .navbar-nav a{
    margin-top: 20px;
    font-size: 1.2rem !important;
  }
  .lang-container{
    text-align: center;
    margin-left: 0px !important;
  }
  ul.lang-container{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  ul.lang-container a{
    font-size: 1.2rem !important;
  }
  #menu ul li.lang{
    display: inline-block !important;
  }

  section#about .intro .rightcol{
    background: none;
  }
  .rightcol img{
    margin-top: 250px;
  }
  #gebruikersinfo{
    margin-top: 400px;
  }
  #handboek{
    text-align: center;
  }
 
  #handboek .arrow{
    display: none;
  }
  
  footer ul{
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
  }
  .gebruikersinfo, .handboek{
    margin-top: 120px;
  }
  a.block{
    margin-top: 0px;
  }
  a.block img{
    width: 100px !important;
    height: 100px !important;
  }
  a.block .title span{
    font-size: 1.4rem;
  }
}
@media (max-width: 834px) /* iPhoneX */{
  #start {
    padding: 80px 0 80px 0;
  }
  a.block{
    padding: 30px;
    margin: 10px 0px;
  }
  a.block .meer{
    text-align: left;
    margin-left: 150px;
  }
  a.block .meer .title p{
    font-size: 1.4rem !important;
  }
  a.block .meer .title p span{
    font-size: 2.2rem !important;
  }
  a.block .title span{
    font-size: 1.4rem;
  }
  a.block img{
    margin-top: 0px !important;
    width: 120px !important;
    height: 120px !important;
    position: absolute;
    left: 30px;
    top: 38px;
  }
}
@media (max-width: 768px) {
  #start{
    padding: 80px 0 80px 0;
    min-height: 70vh;
  }
  .rightcol img{
    right: 10px;
    top:0px;
    position: absolute;
    width: 400px;
    height: auto;
  }
  .download-app{
    left: -120px;
    top: 240px;
    text-align: center;
  }
  .download-app span{
    position: absolute;
    top:620px;
    left: 120px;
  }
  .arrow{
    width: 60px !important;
    height: auto;
    transform: rotate(80deg); /* Equal to rotateZ(45deg) */
  }
  .link-info{
    text-align: center;
  }
  .secundary-nav{
    text-align: center;
  }
  .secundary-nav li{
    display: inline-block !important;
    text-align: center;
  }
  
  footer{
    margin-top: 60px;
  }
}
@media (max-width: 667px) {
  #start{
    padding: 50px 0 50px 0;
  }
  .secundary-nav{
    padding: 10px;
  }
  .rightcol img{
    top:60px;
  }
  a.block{
    padding: 30px;
    margin: 10px 0px;
  }
  a.block .meer{
    text-align: left;
    margin-left: 120px;
  }
  a.block .title span{
    font-size: 1.4rem;
  }
  a.block img{
    margin-top: 0px !important;
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    left: 30px;
    top: 33px;
  }
  footer .links, footer .legal{
    text-align: center;
  }
}
@media (max-width: 450px) {
  #start{
    padding: 30px 0 30px 0;
  }
  .rightcol img{
    right: 10px;
    top:-75px;
    position: absolute;
    width: 300px;
    height: auto;
  }

  .download-app{
    left: -140px;
    top: 210px;
    text-align: center;
  }
  .download-app span{
    position: absolute;
    top:680px;
    left: 120px;
    font-size: 1.1rem !important;
  }
  a.cta-yellow, a.cta-yellow:hover{
    font-size: 1.1rem;
  }
  .arrow{
    width: 60px !important;
    height: auto;
    transform: rotate(60deg); /* Equal to rotateZ(45deg) */
  }
  section#about .intro .rightcol{
    margin-top: 15px;
  }
  section#about .intro h1{
    font-size: 1.4rem;
  }
  section#about .intro {
    padding: 30px 0 30px 0;
  } 
  .triangle{
    left: 30px;
  }
  #handboek .handboek{
    margin-bottom: -200px !important;
  }
  #gebruikersinfo{
    text-align: center;
  }
  #gebruikersinfo ul{
    text-align: left;
    margin: 0 auto;
  }
  .handboek-downloaden p{
    font-size: 1.4rem !important;
  }
  #hoe-gebruiken h2{
    font-size: 1.6rem !important;
    margin-top: 100px;
  }
  .info-container{
    padding: 25px;
  }
  a.block .meer .title p {
    font-size: 1rem !important;
  }
  a.block .meer .title p span {
    font-size: 1.5rem !important;
  }
}