.question {
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin-bottom: 45px;

    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
	.question {
		padding: 20px;
	}	
}

.answer {
    width: 20%;
    float: left;
    text-align: center;
    height: 200px;
    cursor: pointer;
    padding: 20px;
}

.answerImage {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.filler {
    height: 200px;
    float: left;
}

.filler-4 {
    width: 10%;
}

.filler-3 {
    width: 20%;
}

.filler-2 {
    width: 30%;
}

.answer {
    transition: all 0.4s ease-out;
    position: relative;
    margin: 5px 0px 10px 0px;
}

.answer:hover {
    background-color: #e9e9e9;
}

.answer.selected {
    font-weight: bold;
    background-color: #f7f7f7;
}

.questionTitle {
    border-bottom: 1px solid #b51b61;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 31px;
}

.answers {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.steps {
    font-size: 18px;
    margin-right: 20px;
}

.steps .step {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #ffcc33;
    text-align: center;
    color: white;
    line-height: 30px;
}

.steps .current {
    background-color: #c71b57;
}

.question .questionTitle:not(:first-of-type) {
    margin-top: 15px;
}

.question.completed {
    background-image: url('./vinkje.png');
    background-repeat: no-repeat;
    background-position: bottom 20px right 20px;
}

/****** RESPONSIVE ******/
.topRightLinks {
	text-align: right;
}

.topRightLinks span {
	display: inline-block;
	margin-left: 15px;
	font-size: 18px;
	color: #D6B5C1;
}

.topRightLinks span.active {
	color: #C71B57;
}

.htmlBlock, .questionBody {
    padding: 15px 20px;
    background-color: #ffcc33;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.questionBody {
	margin-top: 0px;
	margin-bottom: 15px;
}

.htmlBlockExtra {
    float: left;
    width: 100%;
    margin: 45px 0px 45px 0px;
}

.moreInfo {
    background-image: url('./i.png');
    background-repeat: no-repeat;
	background-size: contain;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    right: 10px;
}

.answerTitle {
	line-height: 1.0;
}

.siteobject_wizards_wizard .dynamicForm {
	max-width: 400px;
	margin: 0px auto;
}

@media (max-width: 991px) {
	.questionTitleMob {
		display: block;
		margin: 10px 0px 40px 0px;
	    font-size: 32px;
	    line-height: 42px;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.questionTitle {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}

	.htmlBlock, .htmlBlockExtra,
	.answer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.answers {
		margin-bottom: 30px;
	}

	.questionTitle {
		font-size: 22px;
		font-weight: bold;
	}

	.answer {
		float: none;
		width: 100%;
		margin: 0px;
		height: 140px;
		padding: 0px;
	}

	.answer:nth-child(odd) {
		background-color: #F7F7F7;
	}

	.answer.selected {
		background-color: #e9e9e9;
		color: #C71B57;
	}

	.answerImage {
		position: relative;
		margin: 0px;
		height: 140px;
		padding-top: 30px;
		background-image: none !important;
	}

	.answerImage img {
		height: 80px !important;
	}

	.filler {
		display: none;
	}

	.answerTitleWrapper {
		display: table;
		height: 140px;
		width: 100%;
		vertical-align: middle;
	}

	.answerTitle {
		display: table-cell;
		width: 100%;
		height: 140px;
		vertical-align: middle;
		text-align: left;
		font-size: 22px;
	}

	.moreInfo {
		right: 15px;
		bottom: 15px;
	}

	.siteobject_wizards_wizard .dynamicForm {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.topRightLinks {
		margin-top: 15px;
	}

	.topRightLinks span {
		font-size: 16px;
	}

	.questionTitleMob {
		font-size: 28px;
		line-height: 1.3;
	}

	.answerTitle {
		font-size: 16px;
		word-break: break-word;
		overflow: hidden;
		padding-right: 15px;
	}

	.answerImage {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.tooltip-arrow {
	display: none;
}

#ajaxWizardForms {
	display: none;
}