#hero h1 {
	margin:48px 0px 24px 12px;
	font-size: 44px;
    text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 42px;
}

#hero h1 span {
	font-size:30px;
	color: #343A40;
}

.topic-container {
	width:calc(100% + 24px);
	margin-left:-12px;
	margin-bottom:48px;
}

.topic {
	padding: 24px 12px;
	border-radius:8px;
	margin:12px;
	background-color:white;
	height:106px;
	width: calc(20% - 24px);
	cursor: pointer;
	position:relative;
	/*border: 3px solid white;*/
	transition:0.3s;
}

.topic a {
	display:flex;
	text-decoration: none;
}

/*
 * De kaarttitels waren h2 terwijl het CTA's zijn, geen sectiekoppen
 * (WCAG 1.3.1). Ze zijn nu .topic__title; de h2-selector blijft staan
 * voor de plekken waar .topic wel een echte kop bevat.
 */
.topic h2,
.topic .topic__title {
	/*
	 * De span moet exact renderen zoals de h2 deed. Line-height, float,
	 * width en box-sizing kwamen daar uit de globale h2- en
	 * koppen-regels; een span erft die niet, dus staan ze hier expliciet.
	 */
	display: block;
	box-sizing: border-box;
	line-height: 32px;
	float: left;
	width: 100%;
	font-size:16px;
	font-weight: 500;
	text-transform: none;
	position:absolute;
	bottom:14px;
	left:12px;
	margin:0px;
	color:#343A40;
}

#topic__login h2,
#topic__login .topic__title {
	color:white;
}

.topic:hover {
	
	box-shadow: 0px 6px 20px #00000029;
    transform: scale(1.05);
	
	/*border: 3px solid #5E32C0;*/
	
}

.topic img { 
	width: auto;
    height: 34px;
}

#hero .wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	height:calc((388 / 1366) * 100vw);
	max-height:450px;
	z-index:2;
}

#hero {
	background-color:#FFC107
}

#hero.hero--purple {
	background-color:#5E32C0;
}

.hero--purple h1 {
	color:white;
}

#hero, #hero .row {
	overflow:hidden;
	height:calc((388 / 1366) * 100vw);
	max-height:450px;
	margin-bottom: 48px;
}


#hero__bg {
	opacity:0.9;
	position:absolute;
	z-index:0;
	right:0px;
	/*width:calc(100vw - (1366px / 2.2));*/
	height:100%;
	width:auto !important;
	margin-bottom:0px;
}


/*
#new-hp-element a {
	position: absolute;
    top: 24px;
    right: 0px;
	
}


#new-hp-element a button {
	margin-right:0px !important;
    color: white;
    background-color: #5E32C0;
	font-size: 16px;
}
*/

.page-template-index .yellow-lines {
	left: calc(((1366 * 0.01) / 1366) * -100vw);
    height:calc((388 / 1366) * 100vw);
    width: calc((1080 / 1366) * 100vw);
    z-index: 1;
	max-height:450px;
}

#topics {
	z-index:2;
}

img.topic__arrow  {
	width: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0px, -50%);
}

#topic__login svg {
	fill:white;
}

#topic__login {
	background-color:#5E32C0;
	color:white;
}

.topic--large {
	width:50%;
	height:auto;
	cursor:auto;
	padding: 24px;
	min-width:50%;
}

.topic--large:hover {
	transform:none;
}

.hero--page .topic-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
    margin-left: 0px;
    margin-bottom: 48px;
	position: relative;
}

.topic.topic--large h2 {
	font-size: 28px;
    line-height: 30px;
    margin-bottom: 18px;
    position: relative;
    bottom: auto;
    left: auto;
	text-transform: uppercase;
	font-weight: 800;
}

.topic--large p {
	margin-bottom:18px;
}

#hero.hero--page h1 {
	width: auto;
    margin: 48px 0px 0px 0px;
}

.hero--page__info {
	display: flex;
	flex-direction: column;
}

.hero--page__image {
    width: 100px !important;
	margin-left: 13px;
	filter: grayscale(1) brightness(100);
	margin-top: 12px;
}

button.button--nohover:hover {
	transform:none !important;
}

.topic--large .button-container {
	display: flex;
    justify-content: space-between;
}

.topic--large--grey {
	background-color:#F4F4F4;
	border-radius: 8px;
	box-shadow:none;
	padding:24px;
	margin:24px 0px 48px 0px;
}

.topic--large--grey:hover {
	box-shadow:none;
	transform:none;
}

.contact__channels {
	padding: 60px 0px;
}

.topic--large__title-container {
	display:flex;
	margin-bottom:18px;
	align-items: flex-end;
}

#channels .topic--large__title-container {
	align-items: center;
}

.topic--large__title-container__title {
	margin-left:12px;
}

.topic--large__title-container__title ul {
	list-style: none;
	margin:0px;
	padding:0px;
	display:inline-block;
	font-size: 15px;
}


.topic--large__title-container__title ul li {
	display:inline-block;
	margin-right:6px;
}

.topic--large__title-container__title h3,
.topic--large__title-container__title h2 {
	font-weight:500;
	text-transform: none;
	font-size:18px;
}

span.dot {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #00aa2e;
	display: block;
	box-shadow: 0 0 0 0 rgba(0, 170, 46, 0.7);
	transform: scale(1);
	animation: pulse 2s infinite;
}

span.dot.dot-orange {
	background-color: #FFC107;
	box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
	animation: pulseOrange 2s infinite;

}

.contact__channels h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 18px;
}

.contact__channels h2:last-of-type {
	margin-top:48px;
}

.contact__channels p {
	width:75%;
}

.topic--large__content {
	display: flex;
    flex-direction: column;
}

.topic--large__content b {
	font-weight:500
}

#search-bar {
	display:none !important
}

body.preloader-hidden {
	padding-top: calc(0px + 80px) !important;
}

body header {
	top:0px !important
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 170, 46, 0.4);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 170, 46, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 170, 46, 0);
	}
}

@keyframes pulseOrange {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
	}
}



@media (max-width: 1119.98px) {
	#hero, #hero .row {
		height: auto;
    	max-height: none;
	}

	#hero .wrapper {
		height: auto;
    	max-height: none;
	}

	.topic-container {
		width: 100%;
		margin-left: 0px;
		padding:0px 24px;
		margin-bottom: 0px;
	}

	.topic {
		width:100%;
		margin: 12px 0px;
		display: flex;
    	align-items: center;
		height: auto;
	}

	.topic h2,
	.topic .topic__title {
		bottom: 0px;
		left: 24px;
		position:relative;
	}

	.page-template-index .yellow-lines {
		display:none
	}

	#hero__bg {
		display:none;
	}

	#hero h1 {
		padding: 0px 24px 24px 24px;
		margin-bottom:0px;
	}

	#hero h1 {
		font-size: 28px;
		line-height: 30px;
		text-transform:uppercase;
	}

	#hero h1 span {
		font-size: 20px;
	}

	.topic:hover {
	
		box-shadow: none;
		transform: none;
		
		/*border: 3px solid #5E32C0;*/
		
	}

	.hero--page .topic-container {
        flex-direction: column;
        margin-bottom: 0px;
        margin-top: 48px;
	}

	.topic--large {
		flex-direction: column;
	}

	.topic--large .button-container {
		flex-direction: column;
	}

	.contact__channels {
		padding: 48px 24px;
	}
	
	.hero--page__info {
		display:none
	}

	body.preloader-hidden {
        padding-top: 80px !important;
    }

	

}

@media (max-width: 767.98px) {
    body.preloader-hidden {
        padding-top: 48px !important;
    }
}

