/* Wensen Jeroen */
body.style_2 {
	background-color: #FFF !important;

  background-image: url('../images/haje-bg-top.webp'), url('../images/haje-bg-bottom-right.webp') !important;
  background-position: center top, right bottom !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: contain, 600px !important;

  font-family: Titillium Web;
}

@media (max-width: 767px) {
	body.style_2 {
  	background-size: contain, 400px !important;
	}
}

@media (max-width: 575px) {
	.container, .container-sm {
		max-width: 100%;
		padding: 20px;
	}
}

.wrapper_centering {
	background: transparent !important;
}

.container_smile .radio:after {
	font-size: 7rem !important;
}

@media (max-width: 575px) {
	.container_smile .radio:after {
	    font-size: 1.875rem !important;
	}
}

@media (max-width: 1199px) {
	.container_smile .radio:after {
	    font-size: 2.25rem !important;
	}
}

.container_smile .radio {
	border-radius: 6px !important;
	padding: 15px 30px !important;
}

@media (max-width: 575px) {
	.container_smile .radio {
		padding: 10px !important;
	}
}

.container_centering {
	padding: 0 !important;
}

#wizard_container {
	height: auto !important;
}

.main_title_1 {
	color: #000 !important;
}

.main_title_1 h1, .main_title_1 h3 {
	color: #000 !important;
}

#middle-wizard em {
	color: #000 !important;
}
/* ------ */

/* Always hover voor duidelijkheid */
.container_smile .radio.smile_1 {
  background-color: #ff0033;
  color: #fff;
}
.container_smile .radio.smile_2 {
  background-color: #ff5f7f;
  color: #fff;
}
.container_smile .radio.smile_3 {
  background-color: #94b49b;
  color: #fff;
}
.container_smile .radio.smile_4 {
  background-color: #68cd7f;
  color: #fff;
}
.container_smile .radio.smile_5 {
  background-color: #4ccd6a;
  color: #fff;
}

.container_yes_no .radio.answer_no {
	background-color: #ff5f7f;
	color: #fff;
}
.container_yes_no .radio.answer_yes {
	background-color: #68cd7f;
	color: #fff;
}
/* ------  */


@font-face {
	font-family: 'Handlee';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/-F6xfjBsISg9aMakPm3wow.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.style_2 {
	background-color: #0022a0;
}

.main_title_1 p em {
	font-family: Handlee;
}

#success {
	background: rgba(255, 255, 255, 1);
	border-radius: 15px;
	width: 350px;
	height: auto;
	padding: 25px 20px;
}

.container_yes_no {
	margin-bottom: 5px;
	position: relative;
}
.container_yes_no input[type="radio"] {
	display: none;
}
.container_yes_no label {
	cursor: pointer;
}
.container_yes_no .radio {
	position: relative;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.4);
	/* OPACITY AND COLOR */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	display: block;
	text-align: center;
}
@media (max-width: 575px) {
	.container_yes_no .radio {
		padding: 10px;
	}
}
.container_yes_no .radio:after {
	font-size: 42px;
	font-size: 2.625rem;
}
@media (max-width: 1199px) {
	.container_yes_no .radio:after {
		font-size: 36px;
		font-size: 2.25rem;
	}
}
@media (max-width: 575px) {
	.container_yes_no .radio:after {
		font-size: 30px;
		font-size: 1.875rem;
	}
}
.container_yes_no .radio span {
	display: none;
}
.container_yes_no .radio.answer_no:after {
	content: 'Nee';
}
.container_yes_no .radio.answer_yes:after {
	content: 'Ja';
}

.container_yes_no .radio {
	transition: all 450ms;
}
.container_yes_no .radio.answer_no:hover {
	background-color: #ff5f7f;
	color: #fff;
}
.container_yes_no .radio.answer_yes:hover {
	background-color: #68cd7f;
	color: #fff;
}

.container_yes_no input[type="radio"]:checked ~ .radio {
	transition: all 450ms;
	color: #fff;
}
.container_yes_no input[type="radio"]:checked ~ .radio:after {
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	display: block;
	transform: rotateY(360deg);
}
.container_yes_no input[type="radio"]:checked ~ .radio.answer_no {
	background-color: #ff5f7f;
}
.container_yes_no input[type="radio"]:checked ~ .radio.answer_yes {
	background-color: #68cd7f;
}

.success-survey h3 {
	font-size: 1.3rem;
}

.success-survey h3 span {
	display: block;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.7rem;
}

.success-survey {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.success-survey .success-survey-header {
	width: 350px;
	text-align: center;
}

.success-survey .slot-question {
	
}

.success-survey .slot-question a.btn_1, .success-survey .slot-question .btn_1, .answer_radio {
	border: none;
	color: #fff;
	background: #0022a0;
	border: 2px solid #0022a0;
}

@media (max-width: 575px) {
	.success-survey .slot-question a.btn_1, .success-survey .slot-question .btn_1, .answer_radio {
		font-size: 0.8em;
    width: 150px;
    padding: 6px 12px;
    margin: 10px auto;
    display: block;
	}

	.answerMotivationTitle {
		font-size: 1.2rem !important;
	}
}

.success-survey .slot-question a.btn_1:hover, .success-survey .slot-question .btn_1:hover, .answer_radio:hover, .success-survey .slot-question a.btn_1:focus, .success-survey .slot-question .btn_1:focus, .answer_radio:focus {
	background: #FFF !important;
	color: #0022a0 !important;
}

button[data-meriad-survey-action="answer-motivation-submit"], .answer_radio {
	margin: 0 3px;
	width: 200px;
}

.container_centering {
	display: table-cell;
}

.container_radio input[type="radio"] {
	display: none;
}