/*
Source Sans Pro Font
Regular: 400
Medium: 600
Bold: 700
Black: 900
*/

body {
	color: #043845;
	background-color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}

strong {
	font-weight: 700;
}

p {
	margin: 0;
	padding: 0;
}

.hyphenate {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 10 4 4;
}

nav {
	width: 100%;
	position: fixed;
	background-color: #fff;
	overflow: visible;
	box-sizing: border-box;
	padding: 0 20px 10px 20px;
	z-index: 10;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}

.mainDiv {
	/*max-width: 1800px;*/
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
}

nav a.logo img {
	width: auto;
	height: 55px;
	float: left;
	margin: 5px 10px 0 0;
}

body.home nav a.logo {
	display: none;
}

nav ul {
	float: left;
	font-size: 1em;
	margin: 33px 0 0 0;
	letter-spacing: 0.1em;
	font-weight: 600;
}

nav ul li {
	float: left;
	margin: 0;
	position: relative;
}

nav > ul > li {
	padding-bottom: 15px;
}

nav ul li:after {
	content: '|';
	padding: 0 15px 0 10px;
}

nav ul li:last-child:after {
	content: '';
	padding: 0;
}

nav ul li a {
	color: #000;
	text-decoration: none;
}

nav > ul > li > a {
	text-transform: uppercase;
}

nav ul li a:hover,
nav ul li.active a {
	color: #8cabe9;
}

nav ul li ul {
	left: 0;
	margin: 0 !important;
	position: absolute;
	top: 36px;
	width: inherit;
}

nav ul li ul li {
	float: none;
	width: 100%;
	white-space: nowrap;
}

.contentDiv {
	padding: 70px 0 0 0;
}

header {
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	position: relative;
	float: left;
	color: #fff;
	background-size: cover;
}

header img.logo {
	position: absolute;
	left: 40px;
	top: 35px;
	width: 195px;
	height: auto;
}

body > nav > .languages {
	position: absolute;
	right: 22px;
	top: 10px;
}

body > nav > .languages > div {
	float: left;
	margin-left: 10px;
}

.mobileMenu > .languages > div {
	float: left;
	margin-right: 15px;
}

header p {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 190px;
	bottom: 95px;
	font-size: 4.375em;
	line-height: 1em;
	font-weight: 700;
}

.mobileMenu {
	display: none;
}

.mobileMenuToggle {
	float: right;
	font-size: 2em;
	margin: 20px 0 0 0;
	display: none;
	width: 38px;
	color: #8cabe9;
}

.mobileMenuToggle.icon-cancel-2 {
	font-size: 1.8em;
}

main {
	width: 100%;
	float: left;
	color: #000;
	background-color: #fff;
	padding: 0 0 70px 0;
}

.blockContainer {
	padding: 70px 0 65px 0;
}

.blockContainer > div {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.blockContainer > div.blockCenter {
	width: 72%;
}

.blockContainer > div .leafs {
	position: absolute;
	top: -30px;
	right: -36px;
	width: 100px;
	height: 100px;
	z-index: 99;
}

.blockContainer > div .leafs img {
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: auto;
}

.blockContainer > div .leafs .leaf-1 {
	transform: rotate(10deg);
}

.blockContainer > div .leafs .leaf-2 {
	left: 37px;
	top: 27px;
	transform: rotate(70deg);
}

.blockContainer.blockType-11 {
	padding-top: 0;
	padding-bottom: 0;
}

.blockContainer.blockType-1 > div {
	max-width: 1300px;
}

.blockContainer.blockType-1 > div.blockCenter {
	max-width: 910px;
}

.blockContainer.blockColor-1 {
	background-color: #fff;
}

.blockContainer.blockColor-2 {
	background-color: #ccdbff;
	padding-left: 20px;
	padding-right: 20px;
}

.blockContainer.blockColor-3 {
	background-color: #fbeafd;
	padding-left: 20px;
	padding-right: 20px;
}

.blockCircle {
	width: 58px;
	height: 56px;
	border-radius: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	position: relative;
	margin: 0 auto;
}

.blockCircleContainer {
	width: 100%;
}

.blockCircle.blockCircle-tv {
	background-image: url(/images/user/circle-tv.png);
}

.blockCircle.blockCircle-marker {
	background-image: url(/images/user/circle-marker.png);
}

.blockCircle.blockCircle-calendar {
	background-image: url(/images/user/circle-calendar.png);
}

.blockCircle.blockColor-1 {
	background-color: #d0cece;
}

.blockCircle.blockColor-2 {
	background-color: #39aa61;
}

.blockCircle.blockColor-3 {
	background-color: #8cabe9;
}

.blockCircle.withMarginTop,
.blockContainer.withMarginTop {
	margin-top: 65px;
}

.blockContainer.noPaddingTop {
	padding-top: 0;
}

.blockContainer.noPaddingBottom {
	padding-bottom: 0;
}

.blockContainer.withBlockCircle {
	margin-top: -27px;
	padding-top: 58px;
}

.blockContainer p.introText {
	font-weight: 500;
	font-size: 1.25em;
	line-height: 1.4em;
}

.blockContainer h2 {
	font-weight: 700;
	font-size: 1.875em;
}

.blockContainer h2.blockTitle {
	text-align: center;
	margin-bottom: 15px;
}

.blockContainer.blockType-7 h2.blockTitle {
	margin-bottom: 32px;
}

/* Footer */
footer {
	box-sizing: border-box;
	padding: 20px 0 20px;
	width: 100%;
	float: left;
	color: #fff;
	background-color: #004cff;
}

footer .disclaimer {
	color: #2fac66;
	border-bottom: 2px solid #2fac66;
	font-size: 0.8em;
	padding-bottom: 20px;
}

footer .disclaimer .leafs {
	float: right;
	position: relative;
	width: 100%;
	height: 100%;
}

footer .disclaimer .leafs img {
	position: absolute;
	right: 0;
	top: 0;
}

footer .disclaimer .leafs .leaf-1 {
	width: 24px;
	height: auto;
	transform: rotate(-10deg);
}

footer .disclaimer .leafs .leaf-2 {
	width: 24px;
	right: 20px;
	top: 20px;
	height: auto;
	transform: rotate(-60deg);
}

footer .bottom {
	padding: 20px 0 0;
	color: #fff;
	font-size: 0.9em;
}

footer ul,
footer ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

footer ul li a {
	color: #fff;
}

footer .laaktheater {
	text-align: right;
}

footer .laaktheater img {
	width: 80px;
	height: auto;
	clear: both;
}

footer .laaktheater a {
	text-decoration: none;
	color: #fff;
}

/* Locaties overzicht */
.article-layout-1 {
	display: grid;
	grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr 0;
	grid-row-gap: 20px;
}

.article-layout-1 .article-spacer {
	box-sizing: border-box;
	margin: 0 15px;
	background-color: #033946;
}

.article-layout-1 .article-introduction {
	position: relative;
	margin-bottom: 80px;
}

.article-layout-1 .article-introduction .article-image {
	position: relative;
	line-height: 0;
}

.article-layout-1 .article-introduction .article-intro {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.article-layout-1 .article-introduction .article-circle {
	width: 30px;
	height: 30px;
	float: left;
	background-color: #ec624e;
	border-radius: 15px;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	padding-top: 4px;
	margin-right: 12px;
	margin-top: 5px;
}

.article-layout-1 .article-introduction .article-label {
	font-size: 1.2em;
	font-weight: 700;
	width: 100%;
	float: left;
	text-transform: capitalize;
}

.article-layout-1 .article-introduction .article-intro:after,
.article-layout-1 .article-introduction .article-circle:after,
.article-layout-1 .article-introduction .article-label:after {
	clear: both;
	display: block;
	content: '';
}

.article-layout-1 .article-introduction .article-intro.withNumber .article-label {
	width: calc(100% - 42px);
}

.article-layout-1 .article-introduction .article-introtext {
	font-size: 0.9em;
}

.article-layout-1 .article-introduction .article-button {
	position: absolute;
	bottom: -80px;
}

.article-layout-1 .article-introduction .article-button a {
	display: block;
	float: left;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #033946;
	background-color: #cbead9;
	border: 1px solid #033946;
	font-size: 0.85em;
	margin-bottom: 7px;
	transition-property: background-color, border-bottom-color;
	transition-duration: 500ms;
	letter-spacing: 1.2px;
}

.article-layout-1 .article-introduction .article-button a:hover {
	background-color: #033946;
	color: #cbead9;
}

.blockContainer.blockColor-3.blockType-7 {
	background-color: #ff2850;
	padding-bottom: 0;
}

/* Encyclopedie overzicht */
.article-layout-2,
.article-layout-5,
.article-layout-6 {
	width: 100%;
	margin-left: -20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	padding: 20px;
	background-color: #fbeafd;
	position: relative;
	overflow: hidden;
}

.article-layout-2 .bgImage,
.article-layout-5 .bgImage,
.article-layout-6 .bgImage {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	visibility: hidden;
}

.article-layout-2 .article-introduction,
.article-layout-5 .article-introduction,
.article-layout-6 .article-introduction {
	position: relative;
	margin-bottom: 60px;
	z-index: 10;
}

.article-layout-2 .article-introduction .article-image,
.article-layout-5 .article-introduction .article-image,
.article-layout-6 .article-introduction .article-image {
	position: relative;
	line-height: 0;
	background-color: #000;
}

.article-layout-6 .article-introduction .article-logo {
	position: relative;
	width: 50%;
	margin: -25% auto 0 auto;
}

.article-layout-6 .article-introduction .article-logo img {
	border-radius: 50%;
	box-shadow: 0 0 3px 3px rgba(164, 216, 217, 0.75);
}

.article-layout-5 .article-introduction .article-image:after {
	position: absolute;
	display: block;
	left: 20px;
	bottom: -5px;
	width: 50px;
	height: 10px;
	background-color: #a4d8d9;
	content: '';
}

.article-layout-2 .article-introduction .article-image .main,
.article-layout-5 .article-introduction .article-image .main,
.article-layout-6 .article-introduction .article-image .main {
	opacity: 0.75;
	transition-property: opacity;
	transition-duration: 500ms;
}

.article-layout-2 .article-introduction .article-image .play,
.article-layout-5 .article-introduction .article-image .play,
.article-layout-6 .article-introduction .article-image .play {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: auto;
	visibility: hidden;
	opacity: 0.5;
	transition-property: opacity;
	transition-duration: 500ms;
}

.article-layout-2 .article-introduction .article-image .main.active,
.article-layout-2 .article-introduction .article-image .play.active,
.article-layout-5 .article-introduction .article-image .main.active,
.article-layout-5 .article-introduction .article-image .play.active,
.article-layout-6 .article-introduction .article-image .main.active,
.article-layout-6 .article-introduction .article-image .play.active {
	opacity: 1;
}

.article-layout-2 .article-introduction .article-intro,
.article-layout-5 .article-introduction .article-intro,
.article-layout-6 .article-introduction .article-intro {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 9px;
}

.article-layout-5 .article-introduction .article-intro .article-date,
.article-layout-6 .article-introduction .article-intro .article-date {
	font-size: 0.8em;
}

.article-layout-2 .article-introduction .article-label,
.article-layout-5 .article-introduction .article-label,
.article-layout-6 .article-introduction .article-label {
	font-size: 1.35em;
	font-weight: 700;
	width: 100%;
	float: left;
}

.article-layout-2 .article-introduction .article-label a,
.article-layout-5 .article-introduction .article-label a,
.article-layout-6 .article-introduction .article-label a {
	color: #000;
}

.article-layout-2 .article-introduction .article-intro:after,
.article-layout-2 .article-introduction .article-circle:after,
.article-layout-2 .article-introduction .article-label:after,
.article-layout-5 .article-introduction .article-intro:after,
.article-layout-5 .article-introduction .article-circle:after,
.article-layout-5 .article-introduction .article-label:after,
.article-layout-6 .article-introduction .article-intro:after,
.article-layout-6 .article-introduction .article-circle:after,
.article-layout-6 .article-introduction .article-label:after {
	clear: both;
	display: block;
	content: '';
}

.article-layout-2 .article-introduction .article-introtext,
.article-layout-5 .article-introduction .article-introtext,
.article-layout-6 .article-introduction .article-introtext {
	line-height: 1.5;
}

.article-layout-2 .article-introduction .article-data,
.article-layout-5 .article-introduction .article-data,
.article-layout-6 .article-introduction .article-data {
	position: absolute;
	bottom: -40px;
	color: #000;
	padding-top: 5px;
	width: 100%;
	text-transform: uppercase;
	font-size: 0.7em;
	float: left;
	letter-spacing: 2px;
	font-weight: 500;
}

/* Kalender overzicht */
.article-layout-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.article-layout-3 .article-introduction {
	position: relative;
	margin-bottom: 50px;
}

.article-layout-3 .article-introduction .article-image {
	position: relative;
	line-height: 0;
}

.article-layout-3 .article-introduction .article-image img {
	line-height: 0;
}

.article-layout-3 .article-introduction .article-image .article-date {
	position: absolute;
	width: 150px;
	left: 0;
	bottom: -1px;
	background-color: #fff;
	padding: 10px;
	line-height: normal;
	overflow: hidden;
}

.article-layout-3 .article-introduction .article-image .article-date .article-datum {
	font-size: 1.4em;
	font-weight: 700;
}

.article-layout-3 .article-introduction .article-intro {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
}

.article-layout-3 .article-introduction .article-categories {
	font-size: 0.7em;
	width: 100%;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	color: #008654;
	font-weight: 500;
	padding-bottom: 15px;
}

.article-layout-3 .article-introduction .article-label {
	font-size: 1.35em;
	font-weight: 700;
	width: 100%;
	float: left;
}

.article-layout-3 .article-introduction .article-intro:after,
.article-layout-3 .article-introduction .article-circle:after,
.article-layout-3 .article-introduction .article-categories:after,
.article-layout-3 .article-introduction .article-label:after {
	clear: both;
	display: block;
	content: '';
}

.article-layout-3 .article-introduction .article-introtext {
	line-height: 1.5;
}

.article-layout-3 .article-introduction .article-data {
	position: absolute;
	bottom: -50px;
	font-size: 0.7em;
	width: 100%;
	float: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

/* Locaties overzicht */
.article-layout-4 {
	display: grid;
	grid-template-columns: 120px 1fr 120px 0 1fr 120px 0 1fr 120px;
	grid-row-gap: 20px;
}

.article-layout-4 .article-spacer {
	box-sizing: border-box;
	margin: 0 59px;
	background-color: #2fac66;
}

.article-layout-4 .article-introduction .article-introtext {
	font-size: 1.0625em;
	color: #2fac66;
	font-weight: 500;
}

/* Zoekvlak boven artikelen en Laad meer knoppen */
.articleSearch {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	clear: both;
	font-size: 0.8em;
	margin: 0 auto 20px auto;
	padding: 13px 20px;
	background-color: #fff;
	position: relative;
	visibility: hidden;
}

.articleSearch:after,
.articleSearch .articleCategories:after,
.articleSearch .searchWrapper:after {
	display: block;
	content: '';
	clear: both;
}

.articleSearch .articleCategories {
	float: left;
	padding-top: 7px;
}

.articleSearch .searchWrapper {
	float: right;
	margin-top: 1px;
	overflow: hidden;
	position: relative;
	width: 300px;
}

.articleSearch .searchWrapper:after {
	background-color: #000;
	bottom: 0;
	color: #fff;
	content: '\e802';
	font-family: fontello;
	font-size: 1.4em;
	padding: 6px 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.articleSearch .searchWrapper .searchText {
	background-color: #fff;
	border: 1px solid #033946;
	box-sizing: border-box;
	color: #a5a5a5;
	float: right;
	font-size: 1.2em;
	letter-spacing: 1.2px;
	margin: 0;
	padding: 7px 8px 6px;
	width: calc(100% - 56px);
}

.articleSearch .bgImage {
	position: absolute;
	right: 20px;
	top: -112px;
}

.articleSearch .bgImage img {
	height: 100px;
	width: inherit;
}

.articleSearch label {
	color: #000;
	float: left;
	letter-spacing: 0.1em;
	margin-top: 7px;
}

.articleSearch a {
	color: #000;
}

.articleCategories label {
	margin-right: 6px;
	margin-top: 0;
}

.sectionWrapper > div {
	float: right;
	width: calc(100% - 157px);
}

.sections {
	background-color: #fff;
	border: 1px solid #af322f;
	border-bottom: 0;
	font-size: 1.2em;
	height: 0;
	overflow-y: scroll;
	position: absolute;
	transition: height .4s;
	width: calc(100% - 159px);
	z-index: 10;
}

.sections.noBorder {
	border-top: 0;
}

.sectionWrapper.open .sections {
	border-bottom: 1px solid #af322f;
	height: 291px
}

.activeSection {
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #af322f;
	cursor: pointer;
	font-size: 1.2em;
	margin-bottom: 2px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
}

.activeSection[data-id="0"] {
	color: #a5a5a5;
}

.activeSection:after {
	background-color: #af322f;
	bottom: 0;
	color: #fff;
	content: '\e810';
	font-family: fontello;
	font-size: 1.4em;
	padding: 4px 9px;
	position: absolute;
	right: 0;
	top: 0;
	transition: rotate .4s;
}

.sectionWrapper.open .activeSection:after {
	content: '\e80d';
}

.sections .section {
	border-bottom: 1px dotted #af322f;
	box-sizing: border-box;
	cursor: pointer;
	padding: 5px 10px 4px;
}

.sections .section:hover {
	background-color: #fcebe4;
	color: #ae2d2a;
}

.sectionWrapper {
	float: left;
}

.counters {
	color: #af322f;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.blockContainer.blockColor-1 .articleSearch .searchWrapper .searchText {
	color: #d0cece;
	border-color: #d0cece;
}

.blockContainer.blockColor-2 .articleSearch .searchWrapper .searchText {
	color: #39aa61;
	border-color: #39aa61;
}

.blockContainer.blockColor-3 .articleSearch .searchWrapper .searchText {
	color: #000;
	border-color: #000;
	background-color: #d9d9d9;
}

.blockCircle.blockColor-1 {
	background-color: #d0cece;
	color: #fff;
}

.blockCircle.blockColor-2 {
	background-color: #004cff;
	color: #cbead9;
}

.blockCircle.blockColor-3 {
	background-color: #8cabe9;
	color: #fff;
}

.loadMoreWrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*.paginationWrapper,*/
.counters {
	margin-top: 55px;
}

.button {
	margin-top: 40px;

}

.articleSearch .articleCategories a,
.loadMoreWrapper a.loadMore,
a.button {
	display: block;
	float: left;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-weight: 600;
	transition-duration: 500ms;
	transition-property: background-color, border-bottom-color;
}

.loadMoreWrapper a.loadMore,
a.button {
	display: initial;
	float: none;
	font-size: 0.9em;
	padding: 12px 49px;
}

.articleSearch .articleCategories span {
	display: inline-block;
}

.articleSearch .articleCategories span::before {
	color: #000;
	content: '|';
	font-weight: normal;
	padding: 0 9px;
	text-decoration: none;
}

.articleSearch .articleCategories span.last::before {
	content: '';
}

.articleSearch .articleCategories .subCategory {
	overflow: hidden;
	float: left;
	transition-property: width;
	transition-duration: 250ms;
}

.articleSearch .articleCategories .subCategory span {
	display: block;
	float: left;
}

.articleSearch .articleCategories .subCategory a {
	padding: 2px 5px;
	margin-top: 7px;
}

.blockContainer.blockColor-1 .loadMoreWrapper a.loadMore,
.blockContainer.blockColor-1 a.button {
	background-color: #fff;
	color: #d0cece;
	border-color: #d0cece;
}

.blockContainer.blockColor-1 .loadMoreWrapper a.loadMore:hover,
.blockContainer.blockColor-1 a.button:hover {
	background-color: #d0cece;
	color: #fff;
}

.blockContainer.blockColor-2 .loadMoreWrapper a.loadMore,
.blockContainer.blockColor-2 a.button {
	background-color: #cbead9;
	color: #39aa61;
	border-color: #39aa61;
}

.blockContainer.blockColor-2 .loadMoreWrapper a.loadMore:hover,
.blockContainer.blockColor-2 a.button:hover {
	background-color: #39aa61;
	color: #cbead9;
}

.blockContainer.blockColor-3 .loadMoreWrapper a.loadMore,
.blockContainer.blockColor-3 a.button {
	background-color: #ff2850;
	border: none;
	color: #fff;
}

.blockContainer.blockColor-3 .loadMoreWrapper a.loadMore,
.blockContainer.blockColor-3 a.button {
	background-color: #ff2850;
	border: 1px solid #fff;
}

.blockContainer.blockColor-3 .loadMoreWrapper a.loadMore:hover,
.blockContainer.blockColor-3 a.button:hover {
	color: #023945;
}

.blockContainer .articleSearch .articleCategories a.hover,
.blockContainer .articleSearch .articleCategories a.active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.paginationWrapper {
	width: 100%;
	display: block;
}

.paginationWrapper:after {
	display: block;
	clear: both;
	content: '';
}

.paginationWrapper .numbers {
	display: block;
}

.paginationWrapper .numbers .current {
	font-weight: 700;
}

.directionsPanel .adp-placemark {
	background-color: #afd6c0;
	border: 0;
}

.directionsPanel .adp-placemark .adp-text {
	background-color: #ea6353;
	color: #fff;
	padding-bottom: 25px;
	padding-left: 30px;
	font-weight: 700;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.directionsPanel .adp-summary {
	color: #38646a;
	background-color: #dbece2;
	padding: 30px;
	padding-left: 50px;
	font-weight: 700;
}

.adp-substep {
	background-color: #dbece2;
	color: #073a46;
}

.adp-substep b {
	font-weight: 700;
}

.adp-step, .adp-substep {
	padding: 15px !important;
}

.adp-directions td[jsan] {
	display: none;
}

.directionsForm {
	background-color: #cce5d7;
	padding: 25px;
}

a.playImage {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

a.playImage > div {
	position: absolute;
	background: transparent url(/images/user/play.png) no-repeat 50% 50%;
	background-size: 20% 20%;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition-property: opacity;
	transition-duration: 500ms;
}

a.playImage:hover > div {
	opacity: 1;
}


/* poll */
.poll-container {
	height: 100%;
	font: 300 16px "Source Sans Pro", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 50%;
	position: relative;
}

.poll-container form label {
	display: block;
	margin: 0;
	background-color: #fff;
	padding: 10px;
}

.poll-container .keuze-wrapper {
	background-color: #fff;
}

.poll-container .keuze-optie {
	font-size: 16px;
	font-weight: 100;
	line-height: 1.4em;
	position: relative;
}

.poll-container .text-center {
	text-align: center;
}

.poll-container .text-left {
	text-align: left;
}

.poll-container .progress {
	background-color: #e5e9eb;
	position: relative;
	margin: 5px 0 20px 0;
}

.poll-container .progress-bar {
	animation-duration: 3s;
	animation-name: width;
	background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
	background-size: 24em 0.25em;
	height: 5px;
	position: relative;
}

@keyframes width {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.poll-container p {
	line-height: 1.4em;
	float: left;
	margin-bottom: 10px;
}

.poll-container .vraag {
	font-size: 24px;
	font-weight: 700;
}

.poll-container .keuzes {
	margin-top: 20px;
}

.poll-container .buttons {
	margin-top: 25px;
}

.poll-container .viewResults {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #004cff;
}

.poll-container input[type="submit"] {
	background-color: #004cff;
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 25px;
	cursor: pointer;
}

.poll-container input {
	position: relative;
	top: -2px;
}

.poll-container .keuze-box {
	font-weight: 700;
	position: relative;
	margin-right: 10px;
	font-size: 18px;
	float: left;
	margin-left: 10px;
}

.poll-container .pollInleidendeTekst {
	width: 100%;
}

.iz-checkbox,
.iz-radio {
	display: none;
}

.iz-checkbox label,
.iz-radio label {
	background-color: white;
}

.iz-checkbox + span:before,
.iz-radio + span:before {
	color: #bfbfbf;
	content: "\f0c8"; /* check-empty */
	cursor: pointer;
	font-family: fontello, serif;
	font-size: 1.5em;
	margin-right: 5px;
	padding-right: 3px;
	vertical-align: middle;
}

.iz-radio + span:before {
	content: "\f10c"; /* radio-empty */
}

.iz-checkbox:checked + span:before,
.iz-radio:checked + span:before {
	vertical-align: middle;
	content: "\f14a"; /* check */
	color: #ff2850;
}

.iz-radio:checked + span:before {
	content: "\f111"; /* radio */
}

.iz-checkbox.iz-active-check:checked + span:before {
	content: "\f14a";
	color: #fff;
}

#form_login {
	width: 50%;
}

.totZover {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 110px;
	padding: 0;
	box-sizing: border-box;
}

.totZover:after,
.totZover label:after,
.totZover div:after {
	display: block;
	clear: both;
	content: '';
}

.totZover h3 {
	position: relative;
	color: #fff;
}

.totZover h3 {
	margin-bottom: 110px;
	position: relative;
}

.totZover h3:after {
	content: "";
	clear: both;
	position: absolute;
	left: -40px;
	bottom: -10px;
	height: 0;
	width: 90px;
	border-bottom: 5px solid #fff;
}

.totZover label {
	display: block;
	float: right;
	font-size: 15rem;
	font-weight: 700;
	margin-bottom: 100px;
}

#formLogin {
	margin: 50px auto;
	max-width: 800px;
}