.but-color-sav {
  background-color: #FF7300 !important;
}
.but-color-sav:hover {
  color: #FFFFFF;
}

.but-color-cancel {
  background-color: #33AFFF !important;
}
.but-color-cancel:hover {
  color: #FFFFFF;
}

.ui-btn-active {
  background-color: #3388CC !important;
  border-color: #3388CC !important;
  color: #FFFFFF !important;
}

@font-face {
  font-family: "Scandia-Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local("Scandia-Regular"), url("../fonts/scandia-regular/Scandia-Regular.woff2") format("woff2"), url("../fonts/scandia-bold/Scandia-Bold.woff2") format("woff");
}
* {
  font-family: "Scandia-Regular";
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}

input:focus {
  outline: none;
}

h1 {
  font-weight: 700;
  letter-spacing: 1px;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

p {
  letter-spacing: 0;
  line-height: 20px;
}

a {
  font-size: 0.9em;
  cursor: pointer;
  text-decoration: none;
}

.arabic {
  direction: rtl;
}

nav {
  width: 100%;
  height: 80px;
  background-color: #000000;
}
nav img {
  width: 40px;
  display: block;
  margin: 0 auto;
}
nav .nav-item {
  width: 33.3%;
  float: left;
  margin-top: 27px;
}
nav .nav-item:nth-of-type(1) {
  height: 80px;
  margin-top: 0;
  text-align: center;
}
nav .nav-item:nth-of-type(1) a {
  font-weight: 100;
  color: #FFFFFF;
  cursor: pointer;
  line-height: 80px;
  float: left;
  padding-left: 40px;
}
nav .nav-item:nth-of-type(3) select {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
  direction: rtl;
}
nav .nav-item:nth-of-type(3) img {
  float: right;
  width: 10px;
  margin-top: 10px;
  margin-right: 20px;
}
nav .nav-item a:before {
  content: "";
  background-size: 10px;
  background: url("../images/arrow-left.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-top: 32px;
  margin-left: -20px;
  margin-right: 27px;
}
nav .nav-item .back-btn-editing-form:before {
  content: "";
  background-size: 10px;
  background: url("../images/arrow-right-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-top: 32px;
  margin-left: -20px;
}
nav .nav-close {
  height: 20px !important;
}

.nav-help {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #00EB78;
  height: 40px;
}
.nav-help h1 {
  margin-left: 30px;
  margin-top: 9px;
  float: left;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: normal;
}
.nav-help a {
  float: right;
  margin-right: 30px;
  color: #FFFFFF;
  text-decoration: underline;
  line-height: 40px;
  vertical-align: middle;
}

button {
  cursor: pointer;
  width: fit-content;
  padding: 10px 20px;
  height: fit-content;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: none;
  font-size: 1em;
  display: block;
  margin: 0 auto;
}
button:hover {
  opacity: 0.8;
  -webkit-transition: opacity linear 0.3s;
  -o-transition: opacity linear 0.3s;
  transition: opacity linear 0.3s;
}

.orange-btn {
  background-color: #FF7300;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.orange-btn p:after {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/arrow-right-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.orange-btn.plus p:after {
  content: "";
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background: url("../images/plus.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}

.blue-btn {
  background-color: #33AFFF;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gray-btn {
  background-color: #829FAD;
  color: #FFFFFF;
}

.yes-push-btn {
  background-color: #FF7300;
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #FFFFFF;
}

.no-push-btn {
  background-color: #829FAD;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 50px;
  margin-bottom: 40px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #E1E9ED;
  margin-top: 40px;
  margin-bottom: 40px;
}

footer {
  height: 100%;
  padding: 0 20px 50px;
}
footer img {
  display: block;
  margin: 0 auto 30px;
}
footer p {
  text-align: center;
  color: #829FAD;
  font-size: 0.8em;
  margin-bottom: 20px;
}
footer p a {
  text-align: center;
  color: #829FAD;
  font-size: inherit;
}
footer p a:nth-of-type(2) {
  margin-left: 10px;
}

.pagewidth {
  padding-top: 30px;
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}

.progressbar {
  height: 6px;
}
.progressbar .progress20 {
  -webkit-animation: progress20 1s;
  animation: progress20 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.progressbar .progress40 {
  -webkit-animation: progress40 1s;
  animation: progress40 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.progressbar .progress60 {
  -webkit-animation: progress60 1s;
  animation: progress60 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.progressbar .progress80 {
  -webkit-animation: progress80 1s;
  animation: progress80 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.progressbar .progress100 {
  -webkit-animation: progress100 1s;
  animation: progress100 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.progress {
  background-color: #FF7300;
  height: 6px;
}

@-webkit-keyframes progress20 {
  from {
    width: 0;
  }
  to {
    width: 20%;
  }
}
@keyframes progress20 {
  from {
    width: 0;
  }
  to {
    width: 20%;
  }
}
@-webkit-keyframes progress40 {
  from {
    width: 20%;
  }
  to {
    width: 40%;
  }
}
@keyframes progress40 {
  from {
    width: 20%;
  }
  to {
    width: 40%;
  }
}
@-webkit-keyframes progress60 {
  from {
    width: 40%;
  }
  to {
    width: 60%;
  }
}
@keyframes progress60 {
  from {
    width: 40%;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes progress80 {
  from {
    width: 60%;
  }
  to {
    width: 80%;
  }
}
@keyframes progress80 {
  from {
    width: 60%;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes progress100 {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
@keyframes progress100 {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
.nav-intro {
  height: 100%;
  background-color: #000000;
  width: 100%;
  padding-bottom: 30px;
}
.nav-intro img {
  display: block;
  margin-top: 10px;
}
.nav-intro h1 {
  line-height: 130%;
  font-stretch: normal;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.3em;
  padding-top: 30px;
  font-weight: lighter;
}
.nav-intro #logoSignUpTop {
  padding-top: 15px;
  width: 60px;
}
.nav-intro #nav-dive nav .nav-item:nth-of-type(3) {
  margin-top: 25px;
}
.nav-intro #nav-dive nav .nav-item:nth-of-type(1) img {
  margin-left: 20px;
  float: left;
}

#lang-select-dropdown {
  direction: rtl;
  margin-right: 5px;
}

#nav-languages-arrow {
  width: 10px;
}

#nav-dive {
  width: 100%;
}

#headlineSignup1 {
  margin-right: 15%;
  margin-left: 15%;
}

.lang-choice {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}
.lang-choice h1 {
  line-height: 130%;
  font-stretch: normal;
  letter-spacing: 0.6px;
  color: #829FAD;
  text-align: center;
  font-size: 1.3em;
  padding-top: 50px;
  padding-bottom: 20px;
}
.lang-choice p {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #000000;
  margin-top: 40px;
  letter-spacing: 0.6px;
  line-height: 130%;
  text-align: left;
}
.lang-choice p span {
  font-weight: bold;
  color: #000000;
  -webkit-text-stroke-width: 1px;
}
.lang-choice > img {
  width: 80%;
  display: block;
  margin: 30px auto 50px;
}
.lang-choice h2 {
  font-size: 1.4em;
  text-align: center;
  margin-top: 70px;
  font-weight: bold;
}
.lang-choice button {
  color: #FFFFFF;
  margin-top: 10px;
  font-weight: 700;
}
.lang-choice button > img {
  margin-top: 10px;
}
.lang-choice a button:nth-of-type(1) {
  margin-top: 30px;
}

.switch-lang {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
}
.switch-lang img {
  margin-left: 10px;
}
.switch-lang img:nth-of-type(3) {
  margin-left: 0;
}
.switch-lang img:nth-of-type(2) {
  width: 20px;
}
.switch-lang img:nth-of-type(1) {
  margin-left: 7%;
}
.switch-lang span {
  height: 20px;
  display: block;
}
.switch-lang a {
  color: #829FAD;
  text-decoration: underline;
  font-weight: bold;
}
.switch-lang a:nth-of-type(3) {
  border-top: 1px solid #829FAD;
  text-decoration: none;
  margin-left: 40%;
}
.switch-lang h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.margin-bot {
  margin-bottom: 20px;
}

.choice-label:last-of-type {
  margin-bottom: 40px;
}
.choice-label input {
  display: none;
}
.choice-label input:checked + div {
  background-color: #00EB78;
}
.choice-label input:checked + div p {
  color: #FFFFFF;
}
.choice-label input:checked + div span:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  background-color: #00EB78;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.choice-label div {
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 50px;
  width: 100%;
  line-height: 20px;
  display: block;
  padding: 15px 10px;
  background-color: #C9DFF0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.choice-label span {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
.choice-label p {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #829FAD;
}

.inschrijven > img {
  width: 50px;
  display: block;
  margin: 20px auto 40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inschrijven h2 {
  text-align: center;
  margin-bottom: 20px;
}
.inschrijven .terms {
  color: #829FAD;
  font-size: 1em;
  text-align: center;
}
.inschrijven .terms a {
  color: #829FAD;
  font-size: 1em;
  text-decoration: underline;
}
.inschrijven .invullen {
  width: 100%;
  height: 50px;
  background-color: #F1F6F8;
  border: 1px solid #BBD4E0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 1em;
  padding-left: 10px;
  margin-left: -5px;
  margin-bottom: 30px;
}
.inschrijven .line-form {
  width: 100%;
  height: 1px;
  background-color: #E1E9ED;
  margin-top: 20px;
  margin-bottom: 30px;
}
.inschrijven form button {
  margin-top: 30px;
}
.inschrijven form .age {
  width: 60px;
  display: block;
}
.inschrijven .lang-veld {
  height: 200px;
  padding-top: 10px;
}
.inschrijven > p:nth-of-type(1) {
  text-align: center;
  margin-bottom: 30px;
}
.inschrijven input:focus {
  border: 1px solid #33AFFF;
  background-color: #FFFFFF;
  color: #000000;
}
.inschrijven textarea:focus {
  border: 1px solid #33AFFF;
  background-color: #FFFFFF;
}
.inschrijven button p:after {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/arrow-right.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 10px;
}

.question-hidden {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

.incorrect {
  border: 1px solid #FF008B !important;
  background-color: #E5F1F6 !important;
  color: #FF008B !important;
}
.incorrect:focus {
  color: #000000 !important;
  border: 1px solid #BBD4E0 !important;
  background-color: #FFFFFF !important;
}

.form-error {
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-error p {
  color: #FF008B;
  text-align: center;
}
.form-error p span {
  text-decoration: underline;
}

.skills-selections {
  margin-bottom: 30px;
}
.skills-selections input {
  display: none;
}
.skills-selections input:checked + div {
  background-color: #00EB78;
  color: #FFFFFF;
}
.skills-selections label {
  display: block;
}
.skills-selections div {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px;
  background-color: #C9DFF0;
  cursor: pointer;
}

.align-left {
  padding-top: 50px;
}
.align-left h2 {
  margin-bottom: 30px;
}
.align-left > p {
  margin-bottom: 30px;
}
.align-left .no-push-btn p:after {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/arrow-right-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 1px;
}
.align-left .yes-push-btn p:after {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/arrow-right-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 1px;
}
.align-left .add-job-btn p {
  margin-left: 10px;
  font-size: 0.8em;
  margin-top: 2px;
}
.align-left .add-job-btn p:before {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/plus-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: -30px;
  margin-top: 3px;
}

.add-job-btn {
  width: 260px;
  height: 50px;
  background-color: #33AFFF;
  color: #FFFFFF;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.2em;
  margin: 0 auto;
  display: block;
}

.uitgevoerde-beroepen {
  margin: 0 auto;
  border: none;
  width: 290px;
}
.uitgevoerde-beroepen .beroepkeuze {
  margin-bottom: 20px;
  height: 50px;
  border: 1px solid #E1E9ED;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 0;
  display: inline-block;
  float: left;
}
.uitgevoerde-beroepen button {
  margin-left: 8px;
  margin-top: 15px;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  width: 20px;
  height: 20px;
  background: #FFFFFF url("../images/cancel-icon.svg") no-repeat center;
  border: none;
  float: left;
}
.uitgevoerde-beroepen li p {
  padding-top: 15px;
  padding-left: 10px;
}
.uitgevoerde-beroepen li:last-of-type {
  margin-bottom: 30px;
}
.uitgevoerde-beroepen input {
  font-size: 1em;
  padding-left: 10px;
  width: 250px;
}

.language-selections article {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.language-selections article label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
.language-selections article input[type=checkbox] {
  display: none;
}
.language-selections article h1 {
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #829FAD;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #C9DFF0;
  display: block;
}
.language-selections article ul {
  border-top: 3px solid #FFFFFF;
  font-size: 0;
  display: none;
}
.language-selections article li {
  width: 33%;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}
.language-selections article li input {
  display: none;
}
.language-selections article li input:checked + fieldset {
  background-color: #00EB78;
}
.language-selections article li input:checked + fieldset p {
  color: #FFFFFF;
}
.language-selections article li input:checked + fieldset span:after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #00EB78;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.language-selections article li span {
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.language-selections article li p {
  display: inline-block;
  vertical-align: middle;
  color: #829FAD;
  font-weight: 600;
}
.language-selections article li label {
  position: relative;
}
.language-selections article li fieldset {
  font-size: 14px;
  background-color: #E5F1F6;
  line-height: 50px;
  text-align: center;
  border: 1px solid #E5F1F6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
.language-selections article li + li {
  border-left: 1px solid #FFFFFF;
}
.language-selections article li:first-child fieldset {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.language-selections article li:last-child fieldset {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.language-selections article:last-of-type {
  margin-bottom: 35px;
}
.language-selections article:nth-of-type(3) h1 {
  text-align: right;
}
.language-selections input:checked + h1 {
  background-color: #00EB78;
  color: #FFFFFF;
}
.language-selections input:checked + h1 + section ul {
  display: block;
}

.closebutton {
  width: 100%;
  height: 50px;
}
.closebutton a {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.helppage {
  text-align: center;
  margin-top: 60px;
}
.helppage h1 {
  margin-bottom: 40px;
}
.helppage p {
  margin-bottom: 40px;
}
.helppage a:first-of-type {
  margin-right: 10px;
}
.helppage a:last-of-type {
  margin-left: 10px;
}

.final-bg {
  min-height: 100%;
  height: auto;
  width: auto;
  min-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/test.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.final-bg .pagewidth {
  text-align: center;
  padding-top: 100px;
}
.final-bg .pagewidth h1 {
  color: #FFFFFF;
}
.final-bg .pagewidth p {
  color: #FFFFFF;
  margin-top: 30px;
}
.final-bg .pagewidth a button {
  margin-top: 50px;
}
.final-bg .pagewidth a button:hover {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .final-bg {
    background-image: url("../images/bg-image.jpg");
  }
  .final-bg .pagewidth {
    padding-top: 250px;
  }
}
@media screen and (max-width: 576px) {
  #lang-select-dropdown {
    text-align: right;
  }
  #nav-languages-arrow {
    width: 10px;
  }
}
@media screen and (min-width: 400px) {
  .switch-lang img:nth-of-type(1) {
    margin-left: 22%;
  }
}
@media screen and (max-width: 320px) {
  .pagewidth {
    width: 92%;
  }
  .helppage a img {
    width: 80px;
  }
}
@media screen and (max-width: 340px) {
  nav .nav-item {
    float: left;
  }
  .nav-intro #logoSignUpTop {
    width: 50px;
  }
}
.left-ro-right {
  direction: ltr;
}

html[dir=rtl] #navigation {
  float: right;
  display: inline;
  margin-left: 0;
  margin-right: 360px;
}

.describing-image img {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.header-image img {
  width: 150px;
  display: block;
  margin: 0 auto 20px;
}

#language-option-chosen {
  color: #000000;
}

.per-details-section h2 {
  text-align: left;
}
.per-details-section button {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 2px 2px;
}
.per-details-section h3 {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}
.per-details-section > label {
  font-weight: 700;
  font-size: 1.1em;
  display: block;
  margin-top: 30px;
  margin-bottom: 17px;
}
.per-details-section p {
  font-size: 1em;
  text-align: left;
  padding-left: 10px;
}