@font-face {
  font-family: "Azeret";
  src: url("../fonts/azeret/webfonts/Azeret-Regular.woff2") format("woff2"), url("../fonts/azeret/webfonts/Azeret-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Azeret Semibold";
  src: url("../fonts/azeret/webfonts/Azeret-SemiBold.woff2") format("woff2"), url("../fonts/azeret/webfonts/Azeret-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #000;
  font-family: "Azeret", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
body *::before,
body *::after,
body *,
html *::before,
html *::after,
html * {
  box-sizing: inherit;
}

html {
  font-size: 14px;
}
@media (min-width: 800px) {
  html {
    font-size: 16px;
  }
}

textarea,
select,
[type=email],
[type=text] {
  border: none;
  appearance: none;
  border: 2px solid #000;
  font-family: "Azeret", sans-serif;
  height: 40px;
  margin-bottom: 5px;
  padding: 0 16px;
  transition: all 0.125s ease-in;
  width: 100%;
}
textarea:active, textarea:focus,
select:active,
select:focus,
[type=email]:active,
[type=email]:focus,
[type=text]:active,
[type=text]:focus {
  border: 2px solid #fbd823;
  outline: none;
}
textarea[disabled],
select[disabled],
[type=email][disabled],
[type=text][disabled] {
  opacity: 0.5;
}

select {
  background: #fff url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat right 10px center;
}

textarea {
  height: auto;
  margin: 8px 0;
  min-height: 175px;
  padding: 8px 16px;
}

[type=checkbox],
[type=radio] {
  accent-color: #fbd823;
  transform: scale(1.25);
}

strong,
b {
  font-family: "Azeret Semibold";
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  font-family: "Azeret Semibold", sans-serif;
  color: #F26524;
}

h1 {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 19px;
  line-height: 24px;
}
@media (min-width: 800px) {
  h1 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }
}

h2,
h3,
h4 {
  margin: 20px 0 5px 0;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 800px) {
  h2,
  h3,
  h4 {
    font-size: 19px;
    line-height: 24px;
  }
}


h3 {
  font-family: "Azeret Semibold", sans-serif;
  color: #000;
}


h3 {
  margin: 5px 0 5px 0;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 800px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

ul {
  list-style-type: square;
  margin: 0 0 0 35px;
  padding: 0;
}
ul li {
  margin-bottom: 10px;
}
ul li:last-of-type {
  margin-bottom: 0;
}

p {
  margin: 0;
}

hr {
  border: none;
  display: block;
  float: left;
  height: 2px;
  margin-bottom: 20px;
  width: 100%;
}

.hidden {
	display: none;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb40 {
	margin-bottom:40px;
}

:root .desktop-only {
  display: none;
}
@media (min-width: 800px) {
  :root .desktop-only {
    display: flex;
  }
}

.button {
  appearance: none;
  background: #fbd823;
  border-radius: 0;
  border: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Azeret", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 20px 20px 0;
  text-align: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.25s ease-in;
  white-space: normal;
}
.button:active, .button:hover {
  background-color: #F26524;
}

.button-feedback {
  appearance: none;
  background: #fbd823;
  border-radius: 0;
  border: 0;
  color: #000;
  cursor: pointer;
  font-family: "Azeret", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 5px 5px 5px 0;
  text-align: center;
  padding: 7px 14px;
  text-decoration: none;
  transition: all 0.25s ease-in;
  white-space: normal;
}
.button-feedback:active, .button-feedback:hover {
  background-color: #F26524;
}

.button--prev {
  float: left;
  margin: 20px 0;
  padding: 8px 42px;
}
.button--next {
  float: right;
  margin: 20px 0;
}

.intro {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .intro {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 40px;
    text-align: left;
  }
}

.wrapper {
  display: block;
  padding: 0 25px;
  position: relative;
  width: 100%;
}
@media (min-width: 800px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding: 0 100px;
  }
}

.check-up {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  outline: 2px solid #000;
  overflow: hidden;
  width: 100%;
}

.check-up__header {
  float: left;
  width: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100px auto;
  padding-bottom: 60px;
  padding-top: 90px;
  position: relative;
}
@media (min-width: 800px) {
  .check-up__header {
    background-size: 300px auto;
  }
}
.check-up__header--home {
  background-color: #fff;
  background-image: url("../../img/header-mobiel-groen-bruin.png");
  height: 200px;
  padding-top: 120px;
}
@media (min-width: 800px) {
  .check-up__header--home {
    background-image: url("../../img/header-desktop-groen-bruin.png");
    padding-top: 90px;
  }
}
.check-up__header--green {
  background-color: #27584A;
  background-image: url("../../img/header-mobiel-oranje-bruin.png");
}
@media (min-width: 800px) {
  .check-up__header--green {
    background-image: url("../../img/header-desktop-oranje-bruin.png");
  }
}
.check-up__header--orange {
  background-color: #F26524;
  background-image: url("../../img/header-mobiel-groen-bruin.png");
}
@media (min-width: 800px) {
  .check-up__header--orange {
    background-image: url("../../img/header-desktop-groen-bruin.png");
  }
}
.check-up__header--brown {
  background-color: #775427;
  background-image: url("../../img/header-mobiel-groen-oranje.png");
}
@media (min-width: 800px) {
  .check-up__header--brown {
    background-image: url("../../img/header-desktop-oranje-groen.png");
  }
}
.check-up__header--results {
  background-color: #afbde0;
  background-image: url("../../img/header-mobiel-groen-oranje.png");
}
@media (min-width: 800px) {
  .check-up__header--results {
    background-image: url("../../img/header-desktop-oranje-groen.png");
  }
}
.check-up__header__logo {
  position: absolute;
  right: 40px;
  top: 72px;
  width: 53px;
}
@media (min-width: 800px) {
  .check-up__header__logo {
    top: 82px;
    width: 80px;
    right: 120px;
  }
}
.check-up__header--home .check-up__header__logo {
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}
@media (min-width: 800px) {
  .check-up__header--home .check-up__header__logo {
    left: auto;
    transform: none;
    right: 120px;
    top: 82px;
  }
}
.check-up__header__logo path {
  fill: #fff;
}
.check-up__header--home .check-up__header__logo path {
  fill: #fbd823;
}
.check-up__header--results .check-up__header__logo path {
  fill: #000;
}
.check-up__header__title {
  display: block;
  color: #fff;
  font-family: "Azeret Semibold";
  font-size: 19px;
  line-height: 23px;
  margin: 0 0 3px;
}
@media (min-width: 800px) {
  .check-up__header__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.check-up__header--home .check-up__header__title {
  color: #27584A;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 800px) {
  .check-up__header--home .check-up__header__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.check-up__header--results .check-up__header__title {
  color: #000;
}
.check-up__header__subtitle {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 800px) {
  .check-up__header__subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}
.check-up__header--home .check-up__header__subtitle {
  color: #000;
  font-size: 17px;
  line-height: 21px;
}
@media (min-width: 800px) {
  .check-up__header--home .check-up__header__subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}
.check-up__header--results .check-up__header__subtitle {
  color: #000;
}

.resultsubtitle {
  font-size: 17px;
  position: relative;
  top: 30px;
}
.check-up__header__steps {
  background-color: #fbd823;
  bottom: -13px;
  font-family: "Azeret Semibold";
  font-size: 17px;
  height: 26px;
  left: 25px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 90px;
}
@media (min-width: 800px) {
  .check-up__header__steps {
    left: 50px;
  }
}
@media (min-width: 1200px) {
  .check-up__header__steps {
    left: 100px;
  }
}
.check-up__header--home .check-up__header__steps {
  display: none;
}
.check-up__header--results .check-up__header__steps {
  background-color: #27584A;
  color: #fff;
  width: 110px;
}

.check-up__content {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
}
@media (min-width: 800px) {
  .check-up__content {
    padding-top: 60px;
  }
}

.check-up__footer {
  float: left;
  width: 100%;
  background-color: #fff;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .check-up__footer {
    background-size: contain;
    height: 125px;
    padding-top: 60px;
  }
}
.check-up__footer--home {
  background-image: url("../../img/footer-mobiel-bruin-oranje.png");
}
@media (min-width: 800px) {
  .check-up__footer--home {
    background-image: url("../../img/footer-desktop-bruin-groen.png");
  }
}
.check-up__footer--green {
  background-image: url("../../img/footer-mobiel-bruin-oranje.png");
}
@media (min-width: 800px) {
  .check-up__footer--green {
    background-image: url("../../img/footer-desktop-bruin-oranje.png");
  }
}
.check-up__footer--orange {
  background-image: url("../../img/footer-mobiel-bruin-groen.png");
}
@media (min-width: 800px) {
  .check-up__footer--orange {
    background-image: url("../../img/footer-desktop-bruin-groen.png");
  }
}
.check-up__footer--brown {
  background-image: url("../../img/footer-mobiel-oranje-groen.png");
}
@media (min-width: 800px) {
  .check-up__footer--brown {
    background-image: url("../../img/footer-desktop-bruin-oranje.png");
  }
}
.check-up__footer p {
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 800px) {
  .check-up__footer p {
    font-size: 18px;
    line-height: 22px;
  }
}

.check-up__question {
  float: left;
  width: 100%;
}
.check-up__question__row {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.check-up__question__row__text {
  float: left;
  width: 100%;
}
@media (min-width: 800px) {
  .check-up__question__row__text {
    width: 70%;
  }
}
.check-up__question__row__text--full {
  padding-bottom: 0;
  width: 100%;
}
.check-up__question__row__text strong {
  margin-bottom: 5px;
  /*color: #F26524;*/
}
.check-up__question__row label {
  font-family: "Azeret Semibold", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
}
@media (min-width: 800px) {
  .check-up__question__row label {
    float: left;
    width: 120px;
  }
}

.check-up__question__row__score {
	
}

.check-up__question__row__option {
  align-items: flex-start;
  display: flex;
  float: left;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  width: 50%;
}
@media (min-width: 800px) {
  .check-up__question__row__option {
    margin-bottom: 0;
    margin-top: 0;
    width: 15%;
  }
}
.check-up__question__row__option:nth-of-type(2):last-of-type {
  justify-content: left;
}
@media (min-width: 800px) {
  .check-up__question__row__option:last-of-type {
    justify-content: right;
  }
}

/*TODO Fix this Derrik*/
@media (min-width: 800px) {
	.check-up__question__row__score {	
    	justify-content: right!important;
	}
}



.check-up__question__row__option span {
  font-weight: 700;
  display: inline-block;
  margin: 0 15px 0 0;
}
@media (min-width: 800px) {
  .check-up__question__row__option span {
    display: none;
  }
}

.check-up__dialog {
  float: left;
  width: 100%;
  float: left;
  font-family: "Azeret Semibold", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.check-up__dialog--error {
  border: 2px solid #ff4444;
  color: #ff4444;
}
.check-up__dialog--warning {
  border: 2px solid #ff8800;
  color: #ff8800;
}
.check-up__dialog--success {
  border: 2px solid #00C851;
  color: #00C851;
}

.check-up__result {
  float: left;
  width: 100%;
}
.check-up__result__intro {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
@media (min-width: 800px) {
  .check-up__result__intro {
    margin: 60px 0 0 0;
  }
}
.check-up__result__intro h2 {
  display: block;
  color: #000;
  margin: 0 0 5px 0;
}
.check-up__result__section {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
@media (min-width: 800px) {
  .check-up__result__section {
    margin: 60px 0 0 0;
  }
}
.check-up__result__section h3 {
  float: left;
  width: 100%;
  background-color: #fbd823;
  color: #000;
  margin: 0;
  padding: 10px 20px;
}
.check-up__result__section ul {
  float: left;
  width: 100%;
}
:root .check-up__result__section ul {
  padding: 10px 20px;
  margin: 0;
}
.check-up__result__section--links {
  margin: 40px 0 20px 0;
}
@media (min-width: 800px) {
  .check-up__result__section--links {
    margin: 60px 0 40px 0;
  }
}
.check-up__result__section--links h3 {
  background-color: #F26524;
  color: #fff;
}

.easy-autocomplete {
  float: left;
  width: 100%;
}

:root .easy-autocomplete input {
  background: #fff url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat right 10px center;
  border-color: #000;
  border-radius: 0;
  border-width: 2px;
}

:root .easy-autocomplete-container {
  left: 0;
  margin-top: -10px;
  top: 49px;
}

:root .easy-autocomplete-container ul {
  border-top: none;
  margin: 0;
}

:root .easy-autocomplete-container ul li,
:root .easy-autocomplete-container ul .eac-category {
  border-color: #000;
  border-width: 0 2px;
  border-top: 2px solid #000;
  margin-bottom: 0;
  padding: 8px 12px;
}

:root .easy-autocomplete-container ul li.selected {
  background-color: #F26524;
  color: #fff;
}

:root .easy-autocomplete-container ul li:last-child {
  border-radius: 0;
  border-width: 2px 2px 2px;
}/*# sourceMappingURL=main.css.map */