.waw-base-grid {
	padding-bottom: 20em !important;
}

.waw-questionnaire {
	padding-bottom: 0.1em;
	border-radius: 3px;
	box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.75);
	background-color: #ffffff;
}

.questionnaire-intro {
	padding: 4em;
	text-align: center;
	font-size: 1.2em;
}

.questionnaire-intro img {
	width: 10vw;
}

.questionnaire-intro h1 {
	font-size: 2em;
}

.questionnaire-intro h2 {
	font-size: 1.4em;
}

.questionnaire-intro ul {
	text-align: left;
}

.questionnaire-intro p {
	text-align: left;
}

.questionnaire-progress-bar {
	position: relative;
	left: 0;
	top: 0;
	height: 2em;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

.ui.orange.large.progress .bar {
	border-radius: 0 !important;
	background-color: #d25e15;
}

/* Twee keer hetzelfde, maar verschillende implementatie voor mobiel! */
.buttons {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 4em;
	text-align: center;
	font-size: 1.5vw;
}

.questionnaire-buttons {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 4em;
	text-align: center;
	font-size: 1.5vw;
}

.next {
	color: white;
	font-weight: bold;
	padding: 1em 0.3em 1em 0.3em;
	background-color: #d25e15;
	border: 1px;
	border-radius: 20em;
	box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.75);
	float: left;
	display: inline;
	width: 49%;
}

.next:hover {
	cursor: pointer;
}

.previous {
	padding-top: 1em;
	float: left;
	display: inline;
	width: 49%;
}

.previous:hover {
	cursor: pointer;
}

.questionnaire-header {
	height: 1.5em;
	width: 100%;
	margin-bottom: 0.3em;
	font-size: 1.5vw;
}

.questionnaire-header .logo {
	width: 49%;
	float: left;
	display: inline;
}

.questionnaire-header .logo img {
	width: 3.5em;
}

.questionnaire-header .name {
	padding-top: 0.6em;
	width: 51%;
	text-align: right;
	display: inline;
	float: left;
}

.question {
	padding-bottom: 2em;
	font-size: 1.3vw;
	width: 100%;
}

.primaryQuestion {
	background: #ffffff;
	padding-top: 1em;
	padding-bottom: 2em;
}

.primaryQuestion h2 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
	font-weight: normal;
}

.subquestion {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	padding-top: 1em;
	padding-bottom: 1.5em;
	font-size: 1.2vw;
}

.subquestion p {
	padding-top: 0.5em;
}

.neverDoneThat-cb {
	padding-top: 0.55em;
}

.neverDoneThat-cb input[type='checkbox'] {
	margin-right: 0.4em;
}

.neverDoneThat-cb label {
	font-size: 1.1vw;
}

.even {
	background-color: #e3e3e3;
}

.overview {
	padding-top: 4em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	text-align: center;
}

.overview h1 {
	font-size: 1.8em;
}

.overview h2 {
	font-size: 1.5em;
	font-weight: normal;
}

.clear {
	clear: both;
}

.overview-questions {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	vertical-align: center;
}

.overview-questions p {
	font-size: 1.1em;
	padding-top: 0.7em;
}

.resort {
	color: white;
	font-size: 1.2vw;
	font-weight: bold;
	padding: 1em 0.5em 1em 0.5em;
	background-color: #d25e15;
	border: 1px;
	border-radius: 20em;
	box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.75);
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	width: 10em;
	float: right;
	text-align: center;
}

.finish {
	color: white;
	font-size: 1.2vw;
	font-weight: bold;
	padding: 1em 0.3em 1em 0.3em;
	border: 1px;
	border-radius: 20em;
	box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.75);
	cursor: pointer;
	float: left;
	text-align: center;
	width: 10em;
}

.orange {
	background-color: #d25e15;
}

.gray {
	background-color: lightgray;
}

.questionnaire-end {
	padding: 4em;
	text-align: center;
	font-size: 1.2em;
}

.questionnaire-end img {
	width: 10vw;
}

.questionnaire-end h1 {
	font-size: 2em;
}

button.ui:nth-child(2) {
	background-color: #d25e15 !important;
}
