@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans500_italic';
    src: url('../fonts/MuseoSans_500_Italic-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_500_Italic-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500_Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans900';
    src: url('../fonts/MuseoSans_900-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_900-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_900-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body  {
  color: #6338b0;
  font-family: 'museo_sans500', sans-serif;
}
.fa-2x {
    font-size: 2rem;
}
.fa {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
}

a:link,
.no-ios a:hover,
.no-ios a:visited {
  color: #6338b0;
  text-decoration: underline;
}

.no-ios a:hover {
  color: #0019A3;
}

h1, h2, h3, h4, h5  {
  color: #6338b0;
  font-family: 'museo_sans900';
}

h2  {
  font-size: 1.6rem;
}

h3  {
  font-size: 1.2rem;
}

.no-padding  {
  padding-left: 0;
  padding-right: 0;
}

.purple  {
  color: #6338b0;
}

.purple-light  {
  color: #b19dd7;
}

.main-nav {
    border-right: 1px solid #e5e5e5;
    position: fixed;
    z-index: 1000;
}
.main-nav>ul {
    margin: 0rem 0rem;
}

nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.main-nav li:hover>a,
nav.main-nav li.active>a{
    color: #fff;
    background-color: #919191;
}

.main-nav .nav-text, .main-nav li>a{
}

.main-nav li>a {
      border-collapse: collapse;
      border-spacing: 0;
      color: white;
      font-size: 1.03rem;
      text-decoration: none;
}

header {

}

.logo  {
  margin-top: 15px;
  margin-bottom: 10px;
  height: 65px;
}

main {
  padding-top: 40px;
}

footer {
  font-size: 75%;
  margin-top: 50px;
}

.ce-logo,
.ce-marking,
.manufacturer  {
  height: 20px;
}

.ce-logo,
.ce-marking  {
  margin-left: 10px;
  margin-right: 10px;
}

.ce-marking  {
  margin-left: 40px;
}

.manufacturer  {
  margin-right: 10px;
}

img.cta  {
  margin-bottom: 1.25rem;
}

.cta-box  {
  background-color: #e0d8ef;
  padding: 2rem;
  border-radius: 12px;
}

.cta-box p  {
  margin-bottom: 0;
}

.cta-image-tips  {
  width: 25%;
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.cta-image-download  {
  width: 25%;
  float: right;
  margin-left: 2rem;
}

.cta-image-download img.cta {
  margin-bottom: 0;
}

.btn  {
  font-family: 'museo_sans900';
  margin-bottom: 18px;
  padding: .6rem 1.2rem;
  border-radius: 20px;
  border-width: 2px;
}

.btn-sm  {
  font-size: 70%;
}

.btn-sm-block {
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #6338b0;
  border-color: #6338b0;
}

.no-ios .btn-primary:hover {
  color: #6338b0;
  background-color: #fff;
  border-color: #6338b0;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #6338b0;
  border-color: #6338b0;
  box-shadow: 0 0 0 0.2rem rgba(98, 36, 131, 0.5);
}

.btn-outline-primary {
  color: #6338b0;
  border-color: #6338b0;
}

.no-ios .btn-outline-primary:hover {
  color: #fff;
  background-color: #6338b0;
  border-color: #6338b0;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 36, 131, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6338b0;
  border-color: #6338b0;
}

.no-ios .btn-outline-primary:not(:disabled):not(.disabled).active:hover  {
  color: #6338b0;
  background-color: #fff;
  border-color: #6338b0;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #6338b0;
  border-color: #6338b0;
}

.btn-secondary {
  color: #fff;
  background-color: #0019A3;
  border-color: #0019A3;
}

.no-ios .btn-secondary:hover {
  color: #0019A3;
  background-color: #fff;
  border-color: #0019A3;
}

.btn-outline-secondary {
  color: #0019A3;
  border-color: #0019A3;
}

.no-ios .btn-outline-secondary:hover {
  color: #fff;
  background-color: #0019A3;
  border-color: #0019A3;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 25, 163, 0.5);
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 25, 163, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #6338b0;
}

.no-ios .btn-outline-primary.disabled:hover,
.no-ios .btn-outline-primary:disabled:hover {
  background-color: #fff;
}

.triangle-left-or-text,
.triangle-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #6338b0;
  border-bottom: 6px solid transparent;
}

.no-ios .triangle-left-or-text:hover  {
  color: #fff;

}

.again-link a  {
  color: #b19dd7;
  text-decoration: none;
}

.again-link a .triangle-left  {
  border-right: 12px solid #b19dd7;
  margin-right: 6px;
}

.question-count,
.again-link  {
  font-family: 'museo_sans900';
}

.home .heading  {
  margin-bottom: 1.5rem;
}

.heading h1  {
  font-size: 1.65rem;
}

.intro-text  {
  margin-bottom: 2rem;
}

.home .intro-text  {
  color: #6338b0;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.box  {
  margin-bottom: 1rem;
}

.box-group  {
  margin-bottom: 32px;
}

.question-box  {
  color: #fff;
  background-color: #6338b0;
}

.question-count  {
  line-height: 0.9;
}

.counter  {
  display: inline-block;
  margin-left: 1rem;
}

.number {
  color: #6338b0;
  font-size: 1rem;
  border-radius: 50%;
  border: 1px solid #6338b0;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.number.done {
  background-color: #6338b0;
}

.number.active {
  background-color: #6338b0;
  border-radius: 9px;
  width: 28px;
}

.result .number {
  font-size: 1.4rem;
  width: 36px;
  height: 36px;
}

.result .number.score.active  {
  display: inline-flex;
}


.question-number .number {
  background-color: #fff;
  border: none;
}

.result-number  {
  text-align: center;
  width: 70px;
  margin-bottom: .5rem;
  margin-left: -30px;
  position: relative
}

.result-number .circle  {
  color: #6338b0;
  background-color: #facf05;
  font-size: 2rem;
  font-family: 'museo_sans900';
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.triangle-bottom {
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-top: 12px solid #facf05;
  border-left: 6px solid transparent;
}

.score  {
  font-family: 'museo_sans900';
  margin-bottom: 1.5rem;
}

.progress {
  height: 1.6rem;
  font-size: 1.1rem;
  line-height: 1;
  background-color: #e0d8ef;
  border-radius: .75rem;
  border: 2px solid #e0d8ef;
}

.progress-bar  {
  background-color: #6338b0;
  text-align: left;
  padding: 8px;
  border-radius: .75rem;
}

.max-progress  {
  /*display: inline;*/
  margin-left: 6px;
  font-size: 1.1rem;
}

.answer-box  {
  /*width: 70%;*/
}

.answer-box button.answer {
  /*font-size: 0.9rem;*/
  color: #6338b0;
  background-color: #fff;
  border: 2px solid #6338b0;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  padding: .6rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-ios .answer-box button:hover  {
  color: #fff;
  background-color: #6338b0;
  border: 2px solid #6338b0;
  text-decoration: none;
}

.answer-box button.active {
  color: #fff;
  background-color: #6338b0;
  border: 2px solid #6338b0;
}

.answer-box button.result {
  background-color: #0019A3;
  border: 2px solid #0019A3;
}

.answer-box button.chosen,
.answer-box button.result.chosen  {
  border: 2px solid #0019A3;
}

/* PDF specifiek */
.date  {
  font-size: 1.4rem;
  line-height: 1.4;
}

p.question  {
  margin-bottom: .5rem;
  line-height: 1.25;
}

.results .result  {
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  width: 18.4%;
  height: 44px;
  padding-top: 2px;
  border: 1px solid #6338b0;
  border-radius: 21px;
  margin-bottom: 1rem;
  margin-right: 2%;
}

.results .result:last-child  {
  margin-right: 0;
}

.results .result.blue  {
  border: 1px solid #63c3d1;
}

.results .result.blue.active  {
  color: #fff;
  background-color: #63c3d1;
}

/* volgens commentaar wordt dit niet gebruikt */
.results .result.orange  {
}

.results .result.orange.active  {
  color: #fff;
  background-color: #ed6b17;
  border: 1px solid #ed6b17;
}

.results .nav-pills .nav-sm-link.active {
  color: #fff;
  background-color: #6338b0;
  border: 1px solid #6338b0;
}

.results .nav-pills .nav-sm-link.chosen,
.results .nav-pills .nav-sm-link.result.chosen  {
  border: 1px solid #0019A3;
}

.score .number  {
  font-size: 1.2rem;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
}

.total-score .number  {
  font-size: 2rem;
  float: right;
  width: 76px;
  height: 76px;
}

.total-score  {
  /*margin-bottom: 0;*/
}

.score .number.orange  {
  color: #ed6b17;
}

.score .number.blue  {
  color: #63c3d1;
}

.points  {

}

button.btn{
    font-weight: normal;
}


@media (min-width: 768px) {
  .logo  {
    margin-top: 30px;
    /*margin-left: 32px;*/
    height: 90px;
  }
  .ce-logo  {
    /*margin-left: 40px;*/
    /*margin-right: 40px;*/
  }
  .btn-sm-block {
    width: auto;
  }
  .btn-fixed-width  {
    width: 250px;
  }
  .answer-box  {
    width: 50%;
  }
  .question-box .number {
    font-size: 1.7rem;
    width: 44px;
    height: 44px;
  }
  .triangle-left-or-text {
    color: #6338b0;
    /*display: inline-block;*/
    width: 100%;
    height: 100%;
    border-top: none;
    border-right: none;
    border-bottom: none;
      display: block;
    }
}

@media (min-width: 992px) {
  .home h1  {
    font-size: 3rem;
  }
  .home .intro-text  {
    font-size: 2rem;
  }
  .cta-box  {
    padding: 1.3rem;
  }
  h2  {
    font-size: 1.8rem;
  }
  .answer-box  {
    width: 100%;
  }
  .answer-box button.answer {
    font-size: 1rem;
    width: 18%;
    margin-right: 1.5%;
  }
  .question-count  {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .number {
    width: 18px;
    height: 18px;
  }
  .result-number  {
    width: 100px;
  }
  .result-number .circle  {
    font-size: 3rem;
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .home .intro-text  {
    font-size: 2.4rem;
  }
  img.cta  {
    margin-bottom: 2rem;
  }
  .cta-box  {
    padding: 2.3rem;
  }
}


a {
    cursor: pointer;
    text-decoration: underline;
}

.reference {
    color: gray;
    font-style: italic;
}

.btn-download{
    white-space: normal;
}


/*.answer-box .nav-pills .nav-sm-link{*/
/*    font-size: 0.8rem;*/
/*}*/

@media only screen and (max-width: 768px) {
    /*Mobile only*/
    body{
/*        font-size: 0.9rem;*/
    }

    h1 {
        font-size: 2.0rem;
    }

    h2 {
        font-size: 1.3rem;
    }

}
