#wizard-container {
  margin: 1em auto 0;
  width: 100%;
  height: 250px;
  text-align: center;
  object-fit: cover;
  filter: contrast(60%) brightness(135%);
}
.safe-zone * {
  font-family: basic-sans;
}
.safe-zone {
  text-align: left;
  background-color: rgba(230,230,230,0);
  /*height: 100%; DEV-1831 - Overlap safe-zone? Categorie sort order werkt uitklap niet (mobiel)*/
  margin: 0 10%;
  padding-top: 15px;
  box-sizing: border-box;
  position: absolute;
  margin-top: -225px;
  margin-left: 2em;
}
#wizard-restart {
  display:none;
}
#wizard-restart a {
  color: #626276;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background .15s cubic-bezier(0.33,.66,.66,1);
  -o-transition: background .15s cubic-bezier(0.33,.66,.66,1);
  transition: background .15s cubic-bezier(0.33,.66,.66,1);
  border-bottom: 3px solid #76c8ad;
  -webkit-box-shadow: inset 0 -2px 0 #76c8ad;
  box-shadow: inset 0 0 0 #76c8ad;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  text-decoration: none;
}
#wizard-restart a:hover {
  color: #626276;
  text-decoration: none;
  background-color: #ecf5d4;
  cursor: pointer;
}
#start-wizard {
  background-color: #443b65;
  font-size: 13px;
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 19%);
  color: #ffeabe;  
}
.wizard-titlebar {
  text-transform: unset;
  font-weight: 800;
}
#sub-title, .wizard-titlebar {
  color: #443b65;
  text-shadow: 0 0px 3px #ffffff;
}
#sub-title {
  max-width: 15em;
}
.wizard-preview-container {
  margin-top: 0;
}
.wizard-preview-container button * {
  vertical-align: middle;
}
.wizard-preview-container button p {
  display: inline-block;
}
.progress-container {
  border: 1px solid #c0c0c0;
  height: 0.6em;
  border-radius: 0.3em;
  background: #f4f4f4;
  margin-bottom: 1em;
  width: 70%;
  position: absolute;
  top: 7em;
}
#progress-bar {
  background-color: #76c8ad;
  height: 100%;
  width: 5%;
  border-radius: 0.3em;
  -webkit-transition: width .7s ease-in-out;
  -moz-transition: width .7s ease-in-out;
  -o-transition: width .7s ease-in-out;
  transition: width .7s ease-in-out;
}
h3.wizard-heading {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -57px;
  color: #443b65;
  font-weight: 900;
}
.question {
  display: inline-block;
  margin: 1em auto;
  color: #443b65;
}
.i-button {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: #76c8ad;
  border: none;
}
.i-tooltip {
  position: absolute;
  left: 21%;
  right: 17%;
  bottom: 115%;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.i-tooltip:after {
  content: " ";
  position: absolute;
  right: 29%;
  bottom: -13px;
  border-top: 13px solid #76c8ad;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: none;
}
.i-tooltip p {
  padding: 6px 15px;
  width: 80%;
  line-height: 1.4em;
  color: white;
  background-color: #76c8ad;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
#i-tooltip1,
#i-tooltip2,
#i-tooltip3,
#i-tooltip4,
#i-tooltip5 {
  opacity: 0;
}
.question-container {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 8em;
  text-align: center;
  opacity: 1;
}
.options-container {
  margin-top: 1em;
}
.options-container button,
.wizard-preview-container button {
  font-size: 15px;
  margin-bottom: 0.7em;
  min-width: 6em;
  background-color: #443b65;
  color: #ffeabe;
  border-radius: 10em;
  padding: 0 1em;
}
.wizard-preview-container #start-wizard p {
  margin: .8em;
}
.options-container button:hover,
.wizard-preview-container button:hover {
  opacity: 1;
  background-color: #5f5578;
}
i-button:hover {
  background-color: #398499;
}
.options-container button:active,
.wizard-preview-container button:active,
i-button:active {
  background-color: #4694aa;
}
.alt-button {
  background-color: #f15f54;
  color: white;
}
#buttonResults {
  background-color: #76c8ad;
  color: white;
}
#buttonResults:hover {
  background-color: #93d2bc;
}
#buttonStartOver {
  background-color: #f15f54;
}
#buttonStartOver:hover {
  background-color: #f37e6d;
}
.options-container button img,
.wizard-preview-container img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0.1em auto 0.3em;
}
.options-container button *, .wizard-preview-container button * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.options-container button p {
  margin: .5em;
}
#question-container1,
#question-container2,
#question-container3,
#question-container4,
#question-container5,
#loading-results,
#question-container6 {
  visibility: hidden;
}
.modaloverlay {
    background: rgba(0, 0, 0, 0.33);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    z-index: -1;
    display: none;
}
.modaloverlay .modal {
  position: absolute;   
  background-color: #ffeabe;
  min-height: 15em;
  left:0;
  right:0;
  width: 50em;
  margin: auto;
  top: 50%;
  padding: 3em;
  text-align:center;
  max-height: 22em;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 4px 7px 8px rgb(0 0 0 / 22%);
}

@media only screen and (max-width: 1200px) {
  .question-contrainer {
    margin: 0 3em;
  }
  #wizard-container {
    object-position: 55%;
  }
  .modaloverlay .modal {
    width: auto;
    height: 30em;
    margin: 0 20px;
    max-height: 30em;
  }
  .options-container button {
    margin: 0 auto 0.5em;
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    min-width: 15rem;
  }
.options-container button img {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    position: relative;
  }
  .button+.button {
    margin-left: auto;
  }
}
@media only screen and (max-width: 510px) {
.options-container button { 
    width: 50%;
  }
}
.modaloverlay .close {
    background-color: #f15f54;
    color: white;
    font-size: 24px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    z-index: 1;
    cursor: pointer;
    border-bottom: unset;
}
#loading-results {
  margin: 0;
  display: grid;
  place-items: center;
  height: 50px;
}
.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top-color: #58c4b5;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.safe-zone button p,
.modaloverlay button p {
  color: white;
}
@media only screen and (min-width: 1024px) {
.wizard-helper {
  display:flex;
  column-gap: 2rem;
}
.wizard-helper .short-description-position {
  width: 232px;
}
.wizard-helper .wizard-position {
  width: 760px;
}
}
@media only screen and (min-width: 1280px) {
.wizard-helper {
  display:flex;
  column-gap: 2rem;
}
.wizard-helper .short-description-position {
  width: 296px;
}
.wizard-helper .wizard-position {
  width: 952px;
}
}
@media only screen and (min-width: 1536px) {
.wizard-helper {
  display:flex;
  column-gap: 2rem;
}
.wizard-helper .short-description-position {
  width: 360px;
}
.wizard-helper .wizard-position {
  width: 1144px;
}