body {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 20px;
    color:#E46413;
    font-weight: 900;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

/* buttons */

.btn-primary {
    position: relative;
    background-color: #E46413;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    height: 42px;
    text-align: left;
}

.btn-primary:hover,.btn-primary:focus, .btn-primary:active  {
    background-color: #3CBAC6!important;
    color: white;
    cursor: pointer;
}

.btn-txt::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
	position: absolute;
	right: 4px;
	top: 6px;
    content: '\f061';
	width: 22px;
	height: 12px;
}

/* Navigation */

.navbar {
    background-color: #E46413;
    border-radius: 31px;
    width: 600px;
    height: 50px;
    top: 10px;
    right: 126px;
}

@media (max-width: 768px) {
    .navbar {
        border-radius: 31px;
        width: 100%;
        margin: auto!important;
    }
    .nav-link {
        margin-left: 0px!important;
    }
}

@media (max-width: 576px) {
    .navbar {
        border-radius: 0px!important;
        top: 0px;
        height: inherit;
    }
    .nav-link {
        width: 220px;
        padding-left: 20px;
    }
    .navbar-collapse {
        margin-top: 10px;
    }
    .dropdown-item {
        font-size: 14px!important;
    }
}

.nav-link {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 30px;
}

.nav-link:hover, .nav-link:focus, .nav-link:active, .nav-link.show {
    color: white!important;
}

.nav-link.active {
    color: #E46413!important;
    background-color: white;
    border-radius: 31px;
    font-weight: bold;
}

.dropdown-menu {
    background-color: #E46413;
    border: 0px;
}

.dropdown-item {
    color: white;
    font-size: 12px;
}

.dropdown-item:active {
    background:white;
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Header homepage */

.header-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-weight: bold;
    width: 100%;
    height: 95vh;
    z-index: 1;
    -webkit-box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.68);
    -moz-box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.68);
    box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.68);
}

.header-account {
    height: 50vh;
}

@media (max-width: 768px) {
    .header-background {
        height: 70vh;
    }
    .header-account {
        height: 40vh;
    }
}

.header-homepage {
    background-image: url("../img-new/homepage/hero-banner.jpg");
}

.header-about {
    background-image: url("../img-new/about/hero-banner.jpg");
    height: 70vh;
}

.header-verhalen {
    background-image: url("../img-new/ambassadeurs/hero-banner.jpg");
    height: 70vh;
}

.header-account {
    background-image: url("../img-new/account/hero-banner.jpg");
}

.header-title {
    font-weight: 900;
    font-size: 60px;
    color: white; 
    margin-top: -500px;
    animation: 1.5s fadeInUp;
}

.header-title-welcome {
    margin-top: -700px;
    padding-left: 11%;
}

.header-title-account {
    margin-top: -400px;
}

@media (max-width: 768px) {

    .header-title-welcome {
        padding-left: 20px;
    }

    .header-title {
        font-size: 40px;
        margin-top: -500px;
    }

    .header-title-account {
        font-size: 40px;
        margin-top: -300px;
    }
}

.header-button {
    width: 434px;
    height: 244px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 28px;
    background-size: 100%;
    background-position: center;
    -webkit-box-shadow: 0px 0px 12px #0000004E;
    -moz-box-shadow: 0px 0px 12px #0000004E;
    box-shadow: 0px 0px 12px #0000004E;
    transition: all 0.3s ease;
}

.header-button:hover {
    background-size: 104%;
    -webkit-box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
    -moz-box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
    box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
}

.header-button-text {
    font-size: 26px;
    font-weight: 800;
    color: white;
}

@media (max-width: 768px) {
    .header-button {
        height: 244px;
        width: 100%;
    }
}

/* Animation typewriter */

@keyframes fadeInUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }
  
  .fadeInUp-animation {
    animation: 1.5s fadeInUp;
  }

/* Content */

.content {
    padding-top: 158px;
}

/* Story elements */

.story-button {
    border-radius: 5px;
    width: 434px;
    height: 244px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 28px;
    background-size: 100%;
    background-position: center;
    transition: all 0.3s ease;
}

.story-sub-text {
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s ease;
}

.story-sub-cta {
    position: relative;
    border-top: 1px solid white;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    opacity: 0;
    transition: all 0.3s ease;
}

.story-sub-cta a {
    color: white;
    text-decoration: none;
}

.story-sub-cta:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
	position: absolute;
	top: 11px;
    content: '\f061';
	width: 22px;
	height: 12px;
}

.story-button:hover {
    border-radius: 5px;
    padding-bottom: 84px;
    background-size: 104%;
    -webkit-box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
    -moz-box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
    box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
}

.story-button:hover .story-sub-text {
    opacity: 0;
}

.story-button:hover .story-sub-cta {
    opacity: 1;
}

.story-button-text {
    font-size: 20px;
    font-weight: 800;
    color: white;
    text-decoration: none;
}

.video-modal-close {
    z-index: 2;
    background-color: #E46413;
    opacity: 1;
    height: 30px;
    width: 30px;
    color: white;
}

.video-modal-close:hover {
    opacity: 1;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-play {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 45%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 28px solid white;
}


.video-subtext {
    position: absolute;
    color: white;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    display: flex;
    height: 100%;
    padding-top: 120%;
}

/* Sub-footer welcome page */
#sub-footer-welcome {
    background-image: url("../img-new/homepage/footer-banner.jpg");
    background-size: cover;
}

/* Footer */

#footer {
    background-color: #E46413;
    color: white;
    padding-top: 30px;
}

.footer-header {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 11px;
}

#footer ul {
    padding-left: 16px;
}
  
#footer ul li {
    list-style-type: none;
    position: relative;
}
  
#footer ul li a::before {
    position: absolute;
    left: -15px;
    top: -1px;
    content: "\3e";
    font-weight: bold;
    font-family: FontAwesome;
    font-size: var(--icon-size);
}

#footer a {
    color: white;
    text-decoration: none;
}

.social-footer {
    margin-top: 20px;
    padding: 16px 0 16px 0;
    border-top: 1px solid white;
}

/* Ambassadeurs page */

.amba-wrapper {
    background-size: cover;
    height: 200px;
    width: 200px;
    border-radius: 5px;
    display: flex;
    align-items: end;
    padding: 8px 8px 8px 8px;
}

.amba-wrapper:hover .amba-linkedin-wrap {
    border-radius: 5px;
    background-color: #E46413;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
}

.overlayFull {
    background-color: #e56514;
    height: 100%;
    padding-top: 35%;
    z-index: 2;
    opacity: .7;
    border-radius: 5px;
}

.bg-cover {
    height: 200px;
    width: 200px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.businessPictureOverlay {
    background:rgba(0,0,0,.75);
    text-align:center;
    border-radius: 5px;
    height: 100%;
    opacity:0;
    -webkit-transition: opacity .25s ease;
}

.businessPictureWrapper {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}
  
.businessPictureWrapper:hover .businessPictureOverlay {
    opacity:1;
}
    
.businessPictureWrapper:hover .amba-text {
    opacity: .7;
}

.overlayTop {
    background-color: #e56514;
    height: 50%;
    padding-top: 15%;
}

.overlayBottom {
    background-color: rgba(130, 130, 130, 0.75);
    height: 50%;
    padding-top: 15%;
}

.amba-text {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 18px;
    font-weight: 900;
    z-index: 1;
    padding-left: 15px;
}

.coachesContactIcon {
    height: 40px;
    max-height: 100%;
}

#onzeverhalen:before {
    background-image: url("../img-new/svg/blocks.svg");
    width: 76px;
    height: 151px;
    content: " ";
    position: absolute;
    left: 0;
}

/* Blue dots */

@media (min-width: 1024px) {
    #intro-text:before {
        background-image: url("../img-new/svg/blocks.svg");
        width: 76px;
        height: 151px;
        content: " ";
        position: absolute;
        right: 0;
        bottom: -600px;
    }

    #jouwcarriere:before {
        background-image: url("../img-new/svg/blocks.svg");
        width: 76px;
        height: 151px;
        content: " ";
        position: absolute;
        left: 0;
    }
}

.swiper-homepage {
    width: 100%;
    height: 400px;
}
 
.video-slide-homepage {
    width: 250px;
    height: 400px;
}

.video-slide-homepage, .video-slide {
    transition: all 0.3s ease;
    background-size: 100%;
    background-position: center;
}

.video-slide-homepage:hover, .video-slide:hover {
    border-radius: 5px;
    padding-bottom: 84px;
    background-size: 104%;
    -webkit-box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
    -moz-box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
    box-shadow: inset 0px -480px 205px -8px rgba(0,0,0,0.48);
    cursor: pointer;
}

.swiper-slide-homepage {
    width: 250px;
}

@media (min-width: 1024px) {
    .swiper-wrapper-homepage {
        justify-content: center;
    }
}

.swiper-verhalen {
    width: 80%;
    height: 438px;
}

@media (max-width: 768px) {
    .swiper-verhalen {
        width: 100%;
    }
}

.swiper-verhalen .video-slide {
    width: 250px;
    height: 400px;
}

.swiper-verhalen .swiper-slide {
    width: 250px;
}

.page-intro {
    padding-top: 200px;
}

@media (max-width: 768px) {
    .page-intro {
        padding-top: 250px;
    }
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

/* Test jezelf */


.testvraag {
  display: none;
}

.vraagtekst {
  font-weight: bold;
  color: #000;
}

.show {
  display: block;
}

.vragen {
  border: 2px solid #7e7e7e;
  padding: 20px;
  border-radius: 0px;
}

.vraagnummer {
  color: #D9542A;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
}

/* Customize the label (the container) */
.answer_container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.answer_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radiobutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #FFF;
  margin-right: 5px;
}

/* On mouse-over, add a grey background color */
.answer_container:hover input ~ .radiobutton {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.answer_container input:checked ~ .radiobutton {
  background-color: #e56514;
  border: 1px solid #e56514;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobutton:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.answer_container input:checked ~ .radiobutton:after {
  display: block;
}

  /* Style the indicator (dot/circle) */
.answer_container .radiobutton:after {
  top: 0px;
  left: 6px;
  width: 24px;
  height: 24px;
  content: "\f00c";
  color: white;
  font-family: fontawesome;
}

.buttons {
  text-align: center;
}

.questionButton {
  width: 200px;
  color: white;
  background: #e56514;
  border: 0px;
}
.questionButton:hover {
  background-color: white;
  color: #e56514;
  border: 2px solid #e56514;
}

.questionButton:active, .questionButton:focus {
  outline: 0;
}

.result_average {
  color: orange;
}

.result_good {
  color: blue;
}

.result_verygood {
  color: green;
}

#msg {
  color: red;
  margin-top: 10px;
}