/* background woonstijltest */

.background {
   background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('https://cdn01.ccmprofessional.com/xenos/files/V22_0426/background_woonstijl2022.jpg');
   background-position-x: 0%, 0%;
   background-position-y: 0%, 0%;
   background-size: auto, auto;
 background-size: cover;
 height: 700px;
 background-position: center;
 padding-top: 100px;
}
.background-kingdomofwonders{
   background-color: #008884;
}
.background-newnostalgia{
   background-color: #E7AF00;
}
.background-boutiquefantastique{
   background-color: #835673;
}
.background-purebynature{
   background-color: #DED2A8;
}
.background_container {
   width: 100%;
   max-width: 900px;
   margin: 0 auto;
}

.background_box.last {
   width: 1200px;
   background: rgba(255, 255, 255, 0.9);
}

.step-disabled{
   pointer-events:none;
}

.background_box {
   background: rgba(255, 255, 255, 0.9);
   opacity: 1 !important;
   height: 500px;
   width: 900px;
   display: table-cell;
   position: relative;
   -webkit-box-shadow: 3px 5px 5px 2px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 3px 5px 5px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 3px 5px 5px 2px rgba(0, 0, 0, 0.3);
   vertical-align: middle;
   text-align: center;
}

    
.background_box button {
    background: gold;
    color: #000;
    font-family: Gotham A, Gotham B, Verdana;
    line-height: 38px;
    display: inline-block;
    padding: 0 24px;
    font-size: 16px;
    font-size: 1rem;
    border: none;
    border-bottom: 2px solid #e0c11c;
    cursor: pointer;
    text-transform: lowercase;
    margin-top: 5px;
 }
 
.background_box button.white {
   background: white !important;
   border-bottom: 1px solid white !important;
   width: 138px;
    width: 75px;
    height: 75px;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 50%;
      padding: 19px 17px !important;
}

.background_box button.white:hover {
   background: white !important;
   border-bottom: 1px solid white !important;
}

.background_box button.white:after {
   display: none !important;
}

.background_box button.white i{
   font-size: 4rem;
}

.background_box button:after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\F105";
   margin-left: 10px;
   font-size: 18px;
   font-size: 1.125rem;
   line-height: 38px;
   vertical-align: top;
   display: inline-block;
}

.background_box button:hover {
   background: #f2cc00;
   color: #000;
}

/* background uitslag pagina */

img.bottom {
   position: absolute;
   left: 40px;
   top: 0px;
   width: 100px;
}

.background_result {
   height: 480px;
   width: 100%;
   max-width: 1200px;
   display: table-cell;
   vertical-align: middle;
   font-size: 14px;
}

.background_container.result {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}

.result_box {
   width: 100%;
   max-width: 800px;
   float: left;
   position: relative;
   z-index: 2;
}

.image_right {
   max-width: 400px;
   width: 100%;
   float: left;
   position: relative;
   z-index: 1;
}
.imageLabel {
   padding: 30px 10px 10px 10px!important;
   margin: 0px;
 }

/*style pagina alle woonstijlen*/
.image_left {
   max-width: 400px;
   width: 100%;
   float: right;
   position: relative;
   z-index: 1;
}
.result_box_right {
   width: 100%;
   max-width: 800px;
   float: right;
   position: relative;
   z-index: 2;
   font-size: 14px;
}
.box-all {
   width: 815px;
   padding: 20px;
}


img.header {
   margin: 0 auto;
}

.box {
   width: 815px;
   padding: 20px;
}
/*kingdomofwonders*/
.red {
   color: #ffffff;
   background: #4A132E;
   height: 300px;
}
/*newnostalgia*/
.purple {
   color: #ffffff;
   background: #C86D5E;
   height: 320px;
}
/*boutiquefantastique*/
.blue {
   color: #ffffff;
   background: #DEAE86;
   height: 320px;
}
/*purebynatue*/
.eenvoud {
   color: #ffffff;
   background: #6F8471;
   height: 320px;
}


/* Fade in */
.page-wrapper {
   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein 2s; /* Firefox < 16 */
       -ms-animation: fadein 2s; /* Internet Explorer */
        -o-animation: fadein 2s; /* Opera < 12.1 */
           animation: fadein 2s;
}

.question {
   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
     -o-animation: fadein 2s; /* Opera < 12.1 */
        animation: fadein 2s;
}

@keyframes fadein {
   from { opacity: 0; }
   to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
   from { opacity: 0; }
   to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
   from { opacity: 0; }
   to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
   from { opacity: 0; }
   to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
   from { opacity: 0; }
   to   { opacity: 1; }
}

@media only screen and (max-width: 767px) {
   .background {
      height: auto;
      padding: 5px;
   }

   .eenvoud {
      width: 100%;
   }

   .purple {
      width: 100%;
   }

   .blue {
      width: 100%;
   }

   .red {
      width: 100%;
   }

   .bottom {
      margin-bottom: 20px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
   .background {
      height: auto;
      padding: 5px;
   }

   .green {
      width: 100%;
   }

   .purple {
      width: 100%;
   }

   .blue {
      width: 100%;
   }

   .red {
      width: 100%;
   }

   .image_right {
      float: none;
      margin: 0 auto;
   }
}

@media only screen and (min-width: 1020px) and (max-width: 1024px) {
   .background {
      padding: 5px;
   }

   .result_box {
      max-width: 614px;
   }

   .green {
      width: 654px;
   }

   .purple {
      width: 654px;
   }

   .blue {
      width: 654px;
   }

   .red {
      width: 654px;
   }
}


/* algemeen */

.text-block {
   width: 100%;
   padding: 0px 20px 20px 20px;
}

@font-face {
   font-family: "Cultivated";
   src: url("https://cdn01.ccmprofessional.com/xenos/cms/V19_0777/Cultivated_Bold.ttf") format("truetype"),
      url("https://cdn01.ccmprofessional.com/xenos/cms/V19_0777/Cultivated.otf") format("opentype")
}

h2 {
   font-family: "Cultivated";
   font-size: 32px;
   margin-bottom: 20px;
}

button a {
   color: #000000;
}

button a:hover {
   color: #000000;
}

.bottom.center {
   margin: 0 auto;
   display: block;
   text-align: center;
}

a.button {
   background: gold;
   color: #000;
   font-family: Gotham A,Gotham B,Verdana;
   line-height: 3.4rem;
   display: inline-block;
   padding: 0 24px;
   font-size: 16px;
   font-size: 1.4rem;
   border: none;
   border-bottom: 2px solid #e0c11c;
   cursor: pointer;
   text-transform: lowercase;
   margin-top: 20px;
}

a.button:hover {
   background: #f2cc00;
   color: #000;
}

a.button:active {
   background: #f2cc00;
   color: #000;
}

a.button:visited {
   background: #f2cc00;
   color: #000;
}

a.button:after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\F105";
   margin-left: 10px;
   font-size: 18px;
   font-size: 1.125rem;
   line-height: 38px;
   vertical-align: top;
}

.tinderLike{
   color: #ffd700;
}
.textTinderLike{
   color: #ffd700;
}
.tinderDislike{
   color: #000000;
}
.textTinderDislike{
   color: #000000;
   border-color: #000000;
   background-color: #ffffff;
}

/* wizard */

.zandgar__wizard .zandgar__step {
   display: none;
}

.zandgar__wizard input {
   max-width: 470px;
   width: 100%;
   display: block;
   margin: 0 auto !important;
}

.zandgar__wizard .zandgar__step.zandgar__step__active {
   display: block;
}

ul#steps {
   display: block;
   padding: 50px 0px;
   margin: 0 auto;
   display: block;
   text-align: center;
}

li.step-item {
   display: inline-block;
   width: 24px;
   height: 24px;
   margin: 0 auto;
   text-align: center;
   margin-right: 20px;
   background: white;
   border-radius: 30px;
}

li.step-item a {
   width: 24px;
   height: 24px;
   display: block;
}

li.step-item.active {
   background: #FFD700;
}


/* custom radio buttons */

/* HIDE RADIO */
.zandgar__wizard [type=radio] {
   position: absolute;
   opacity: 0;
   width: 0;
   height: 0;
}

.zandgar__step label {
   /*width: 500px;*/
   /*height: 350px;*/
   float: left;
   margin: 0 auto;
}

.zandgar__step p {
   max-width: 80%;
   text-align: center;
   width: 100%;
   margin: 0 auto;
}

.zandgar__step .question {
   max-width: 350px;
   text-align: center;
   width: 100%;
   margin: 0 auto;
}

.zandgar__step .button_navigation {
   clear: both;
   position: relative;
   top: 15px;
}

[data-step="12"] label {
   width: auto;
   float: none;
   height: auto;
}

/* IMAGE STYLES */
.zandgar__wizard [type=radio]+img {
   cursor: pointer;
}

/* CHECKED STYLES */
.zandgar__wizard [data-step="2"] [type=radio]:checked+img {
   outline: 3px solid rgb(118, 113, 0);
}

.zandgar__wizard [data-step="3"] [type=radio]:checked+img {
   outline: 3px solid  rgb(29, 74, 90);
}

.zandgar__wizard [data-step="4"] [type=radio]:checked+img {
   outline: 3px solid rgb(158, 47, 33);
}

.zandgar__wizard [data-step="5"] [type=radio]:checked+img {
   outline: 3px solid rgb(232, 161, 73);
}


.zandgar__wizard [data-step="6"] [type=radio]:checked+img {
   outline: 3px solid rgb(118, 113, 0);
}

.zandgar__wizard [data-step="7"] [type=radio]:checked+img {
   outline: 3px solid rgb(239, 165, 146);
}

.zandgar__wizard [data-step="8"] [type=radio]:checked+img {
   outline: 3px solid rgb(158, 47, 33);
}

.zandgar__wizard [data-step="9"] [type=radio]:checked+img {
   outline: 3px solid rgb(194, 75, 57);
}

.zandgar__wizard [data-step="10"] [type=radio]:checked+img {
   outline: 3px solid rgb(236, 101, 1);
}

.zandgar__wizard [data-step="11"] [type=radio]:checked+img {
   outline: 3px solid rgb(0, 37, 81);
}



/* checkboxes */
input[type='checkbox'] {
   opacity: 1 !important;
   top: auto;
}

.page-wrapper .block .block-content [type=checkbox].custom-select,
.page-wrapper .block .block-content [type=radio].custom-select,
.page-wrapper .block .block-content input[type=checkbox],
.page-wrapper .block .block-content input[type=radio],
.page-wrapper .block .block-content select[type=checkbox],
.page-wrapper .block .block-content select[type=radio] {
   width: 300px;
   height: 450px;
}

.checkbox {
   position: relative;
   max-width: 480px;
   font-size: 11px;
   width: 100%;
   margin: 0 auto;
   text-align: right;
   /*padding-top: 20px;*/
}

input[type=checkbox]:before {
   content: "";
   display: inline-block;
   vertical-align: top;
   width: 20px;
   height: 20px;
   background: #fff;
   border: 1px solid #eae7e8;
   margin-right: 5px;
}

input[type='checkbox']:checked:after {
   position: absolute;
   left: 16px;
   width: 12px;
   height: 12px;
   background: gold;
   content: "";
}

 .hide--desktop.zandgar__next {
  display: none;
}

@media only screen and (max-width: 767px) {
   .zandgar__step .question label { float: none; margin: auto; width: 250px; height: 115px; }
   li.step-item { margin-right: 10px; margin-bottom:10px; }
   .zandgar__step .button_navigation { top: -8px; }
   .zandgar__wizard input { max-width: 275px; }
   span.checkbox { margin-left: 20px; }
   .zandgar__step .checkbox { text-align: center; }
   img.bottom { display: none; }
   img.header { max-width: 320px; }

input[type="checkbox"]:checked::after {
  position: absolute;
  left: 11px;
  width: 12px;
  height: 12px;
  top: 34px;
  background: gold;
  content: "";
}
  div#parent_intro-text {
    flex-direction: column-reverse;
}
   .text-block {
      width: 100%!important;
      padding: 0px 20px 20px 20px;
   }
}

@media only screen and (max-width: 480px) {
   .zandgar__step .question label { float: none; margin: auto; width: 250px; height: 115px; }
   li.step-item { margin-right: 10px; margin-bottom:10px; }
   .zandgar__step .button_navigation { top: 280px; }
   .background_box {height: 500px;}
   .zandgar__wizard input { max-width: 275px; }
   span.checkbox { margin-left: 20px; }
   .zandgar__step .checkbox { text-align: center; }
   img.bottom { display: none; }
   img.header { max-width: 255px; }

   .text-block {
      width: 100%!important;
      padding: 0px 20px 20px 20px;
   }

}

div#parent_intro-text {
    display: flex;
    flex-wrap: wrap;
}