﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
@import url('menu.css?v3');

/*-------------------
----- CSS RESET -----
-------------------*/
*,
:before,
:after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

-------------------
--- HIDE ELEMENTS ---
-------------------*/

.meta,
.breadcrum_container {
	display: none;
}

#container_documents .document .meta {
	display: block;
	margin-bottom: 0.25em;
}

.linkurl {
	margin-bottom: 2em;
}

.linkurl a {
	text-decoration: none;
	font-size: 0.9em;
}

.linkurl:hover a {
	text-decoration: underline;
}

.linkurl::before {
	font-family: "Font Awesome 6 Pro";
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	content: '\f1c1';
	margin-right: 5px;
}


/*-------------------
-- FOCUS ELEMENTS ---
-------------------*/

html {
	-webkit-tap-highlight-color: rgba(247, 221, 89, 0.63);
}

a:not(.btn):focus,
a:not(.btn):active,
button:focus,
button:active {
	background-color: #ffeb85 !important;
	color: #1e357e !important;
	outline: 1px solid #2b0000 !important;
	outline-offset: 0px !important;
	text-decoration: none !important;
}

/*-------------------
----- STRUCTURE -----
-------------------*/

body {
	font-family: 'TheSansRegular', 'Open Sans', sans-serif;
	background: #f1f1f1;
	line-height: 1.6;
	color: #4b4b4b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
    -webkit-font-smoothing: geometricPrecision;
	-moz-osx-font-smoothing: geometricPrecision;
	 
}

#wrapper {
	position: relative;
	min-height: 100vh;
}

#qs-container {
	position: relative;
	max-width: 100%;
}

section {
	width: 100%;
	padding: 40px 0 60px 0;
}

section.reports {
	display: table;
	padding-top: 0;
	padding-bottom: 90px;
}

section.reports .left {
	display: table-cell;
	width: 50%;
	padding-right: 2.5%;
}

section.reports .right {
	display: table-cell;
	width: 50%;
	padding-left: 2.5%;
}

section.reports a {
	color: #444;
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup {
	display: block;
}


/*-------------------
---- BANNER TEXT ----
-------------------*/

.banner_text_container {
	box-sizing: border-box;
	display: table;
	max-width: 1140px;
	margin: 0 auto;
	background: #fff;
	width: 100%;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
	margin-top: 8em;
}

section.reports .banner_text_container {
	margin-top: 0;
}

.banner_text_container .banner_text {
	display: table-cell;
	width: 50%;
	line-height: 1.5em;
	font-size: 1.2em;
	padding: 1.5em;
}

.banner_text_container .banner_text h2 {
	font-family: "TheMixBold", sans-serif;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: .7em;
}

.banner_text_container .banner_text p {
	font-size: 22px;
	line-height: 1.6em;
	margin-bottom: 24px;
	font-weight: 400;
}

.banner_text_container .banner_twitter {
	display: table-cell;
	width: 50%;
	background: #1261a3;
	padding: 1.5em;
}

.tweet-title {
	width: 100%;
}

.tweet-title:after {
	content: "";
	display: block;
	clear: both;
}

.banner_text_container .banner_twitter h2 {
	font-family: "TheMixBold", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
}

.twitter_placeholder {
	max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
}

#tweetscontainer,
#tweetscontainer td {
	color: #fff;
	line-height: 1.5em;
}

#tweetscontainer td {
	vertical-align: top;
}

#tweetscontainer tr td[rowspan="2"] {
	padding-right: 10px;
}

#tweetscontainer a {
	color: #d9dbdc;
	line-height: 1.5em;
}

.tweet-icon {
	float: left;
	margin-right: 10px;
}

.tweet-icon img {
	width: 30px;
	border-radius: 50%;
}

.screen_name {
	float: right;
	margin-top: 4px;
	font-size: 16px;
}

.tweetdate {
	color: #d9dbdc;
	font-size: 13px;
}

.twit {
	margin-bottom: 1em;
}

.twitter_placeholder p {
	color: #fff;
}

.twitter_placeholder p a {
	color: #d9dbdc;
}

.dummyLogin {
	display: none;
}

.uitgelicht {
	padding: 40px 0 0 0;
}

.uitgelicht_items .tileset--content.tileset--content--items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.uitgelicht_items_link.hidden {
	display: none;
}

.uitgelicht_items_link {
	width: 265px;
}

.uitgelicht_items_link a {
	text-decoration: none;
	color: #000;
	box-shadow: 0 4px 6px 0 hsl(0deg 0% 0% / 20%);
	background: #FFF;
	display: block;
}

.uitgelicht_items_header {
	padding: 17px 20px;
	background: rgba(150, 150, 150, .1);
	color: #4b4b4b;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	font-family: "TheMixBold", sans-serif;
	font-weight: 700;
	font-size: 1.2em;
}

.uitgelicht_items_content {
	display: flex;
	flex-wrap: wrap;
}

.uitgelicht_items_icon {
	width: 100%;
}

.uitgelicht_items_icon img {
	display: block;
	width: 100px;
	margin: 20px auto;
}

.uitgelicht_items_text {
	padding: 1.5em 1.5em 1.5em 1em;
}

.grid h2 {
	display: inline-block;
	width: 100%;
	font-weight: 600;
	height: 32px;
	margin-bottom: 10px;
	color: #1d6834;
	font-size: 30px;
	text-align: left;
	line-height: 26px;
}

.theme_items {
	display: table;
}


.themes .linklist {
	display: none;
}

.theme,
.linklist li {
	float: left;
	width: 257px;
	margin-right: 37px;
	margin-bottom: 30px;
	background: #FFF;
}

.theme {
	height: 235px;
	text-decoration: none;
	font-weight: 600;
	color: #000;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.theme a {
	text-decoration: none;
}

.theme_items .theme:nth-child(4n+0),
.linklist li:nth-child(4n+0) {
	margin-right: 0;
}

.theme_icon {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-align: center;

}

.theme:hover img {
	animation: bounce .5s;
}

@keyframes bounce {

	0%,
	20%,
	60%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10 px);
	}

	80% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}


.theme_icon img {
	max-width: 66%;
	height: 170px;
	padding: 1.5em;
}

.theme_icon img:hover {
	padding: 1.5em;
}


.theme .theme_icon svg {
	display: block;
	height: 240px;
	margin: 0 auto;
	margin-top: -25px;
	margin-bottom: -55px;

}

.theme .theme_text_wrapper {
	padding: 0 15px;
	background: rgba(150, 150, 150, .1);
	color: #4b4b4b;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	font-family: "TheMixBold", sans-serif;
	font-weight: 700;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.theme_text_wrapper h3 {
	text-align: center;
}

.theme_text_wrapper p {
	display: inline-block;
	margin-bottom: 5px;
}

.theme-link-wrapper {
	color: #0064ae;
	text-decoration: none;
	cursor: pointer;
}

.theme-link-wrapper .theme-link-text:after {
	font-family: "FontAwesome";
	content: "\f0da";
	display: inline-block;
	margin-left: 7px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.theme.inactive {
	position: relative;
	cursor: not-allowed !important;
	box-shadow: none;
}

.theme.inactive:hover img {
	animation: none !important;
}

.theme.inactive:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(217, 217, 217, 0.6);

}

/*-------------------
---- CUSTOM PAGES ---
-------------------*/

.wrapper_ballroom_ASP__ravel_aspx #content {
	background: transparent;
	max-width: 564px;
}


#content {
	background: #fff;
	min-height: 600px;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 3em;
	padding: 2em;
}

#content h1 {
	font-size: 1.8em;
	margin-bottom: .5em;
}

#content p {
	margin-bottom: 1em;
}

#content a {
	color: #000;
}

header:after {
	background: none;
}

#custompage ul {
	list-style-type: initial;
	padding-left: 20px;
	margin: 1em 0;
}

.b_module-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#nav_module {
	width: 20%;
	padding: 10px;
	background: #F1F1F1;
	box-sizing: border-box;
}

.b_module-items {
	width: 80%;
	padding-left: 20px;
}


.filter {
	margin-bottom: 10px;
}

.active a {
	text-decoration: none;
}




.documentlistitem__image.listitem__image,
.linkitem__image {
	display: none;
}

#container_links li {
	margin-bottom: 15px;
}

#container_links .linkurl {
	display: none;
}

.faqitem h2 {
	font-weight: 600;
}

#container_login_control {
	box-shadow: none;
}

#container_login_control h2 {
	margin-bottom: 1.5em !important;
}

.container_loginfield .btnLogin2,
.container_loginfield .btnPasswordRequest {
	background: #227b3c;
}

#container_login_control .loginlabel label {
	color: #000;
}

#container_login_control .login-link {
	color: #888 !important;
}

.subscribe {
	display: none;
}

.container_loginfield input[value="Inloggen met Azure AD"] {
	float: right;
	width: 100%;
	margin-top: 15px;
}


/* Custom page wijkprofielen/leefbaarheidscirkel */

.page_leefbaarheidscirkel #qs-container {
	width: 100%;
	padding: 0;
}

.page_leefbaarheidscirkel #content {
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}

.page_leefbaarheidscirkel #content h1 {
	display: none;
}

.page_leefbaarheidscirkel .search-wrapper {
	max-width: 100%;
}

kopie leefbaarheidcirkel 20

.page_leefbaarheidscirkel-20 #qs-container {
	width: 100%;
	padding: 0;
}

.page_leefbaarheidscirkel-20 #content {
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}

.page_leefbaarheidscirkel-20 #content h1 {
	display: none;
}

.page_leefbaarheidscirkel-20 .search-wrapper {
	max-width: 100%;
}

button.show-popup {
	background-color: #1261a3 !important;
	box-sizing: border-box;
	width: 235px;
	;
	font-size: 16px;
	text-align: right;
	color: #FFFFFF;
	position: relative;
	border: none;
	cursor: pointer;
	height: 40px;
	padding-right: 10px;
	font-family: "TheMixBold", sans-serif;
	font-weight: 600;
}

button.show-popup::before {
	content: '';
	position: absolute;
	background: url(images/info.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

button.show-popup:active {
	color: #FFF !important;
}

button.show-popup:focus {
	color: #FFF !important;
}


/* Popup */

body.popup-active {
	overflow-y: scroll;
	position: fixed;
	width: 100%;
}

.info-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	display: none;
}

.info-popup-inner h2 {
	font-size: 1.4em;
	padding-right: 40px;
}

.info-popup.close {
	display: none;
}

.info-popup-inner {
	position: relative;
	height: 70vh;
	padding: 0 40px 40px 40px;
	margin: 10vh auto 0 auto;
	flex-wrap: wrap;
	background: #F0F7FC;
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
}

.info-popup-close {
	position: absolute;
	box-sizing: border-box;
	height: 20px;
	width: 20px;
	cursor: pointer;
	right: 40px;
	top: 30px;
}

.info-popup-close-btn {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	position: relative;
	background: none;
	text-indent: -9999px;
}

.info-popup-close-btn:focus {
	background-color: #FFF !important;
}

.info-popup-close-btn:active {
	background-color: #FFF !important;
}




.info-popup-close-btn::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/times-regular.svg?v2);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}


.info-popup-tekst {
	box-sizing: border-box;
	width: 100%;
	line-height: 1.7;
	overflow-y: scroll;
	height: calc(100% - 80px);
	padding-right: 20px;

}

.close-space {
	padding: 25px 0;
}

.tab-btn {
	background-color: #007FAB;
	margin: 0 10px 10px 0;
	width: 120px;
	height: 40px;
	border: none;
	color: #FFF;
	font-weight: 700;
	cursor: pointer;
}

.tab-btn.active-tab {
	background-color: #014f6a;
}

.info-popup-tekst ul {
	margin-left: 40px;
}

.info-popup-tekst h1 {
	font-size: 22px;
	margin-bottom: 30px;
}

.info-popup-tekst h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1em;
}

.info-popup-tekst table,
td,
th {
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.info-popup-tekst table {
	width: 100%;
	margin-bottom: 30px;
}

.info-popup-tekst th,
td {
	padding: 10px 0;

}

.info-popup-tekst th {
	font-weight: 600;
}

.info-popup-tekst td:first-child {
	width: 30% !important;
	font-weight: 600;
	font-size: 0.9em;
	padding-right: 30px;
}



/* einde kopie leefbaarheidcirkel 20 */


/* Start radio button */

#custompage .toggle-switch ul {
	padding-left: 0;
	margin: 0;
}

.left-panel {
	padding-bottom: 0;
}

.left-panel .map-controls {
	width: 100%;
	min-width: 250px;
	margin-right: 0;
}

.left-panel h2 {
	margin-bottom: 20px;
	text-align: center;
}

.panel-section h2 {
	margin-bottom: 20px;
}

div#custompagecontent.profieltaart .map,
div#custompagecontent.Profieltaart .map {
	width: 100%;
	height: 461px;
}

.toggle-section {
	margin: 20px 0 30px 0;

}

.toggle-switch {
	display: block;
	width: 221px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	border-radius: 50em;
	border: none;
}

:root {
	--radio-switch-width: 186px;
	--radio-switch-height: 46px;
	--radio-switch-padding: 3px;
	--radio-switch-radius: 50em;
	--radio-switch-animation-duration: 0.3s
}

.radio-switch {
	position: relative;
	display: inline-block;
	display: inline-flex;
	border-radius: 50em;
	background-color: #dbdbdb;
	padding: 0;
	margin: 0;
}



.radio-switch__item {
	position: relative;
	display: inline-block;
	height: 39px;
	width: 110px;
}

.radio-switch__label {
	position: relative;
	z-index: 2;
	display: block;
	border-radius: 50em;
	line-height: 39px;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: 600;
	user-select: none;
	transition: all 0.1s;
	color: #227b3c;
}

.radio-switch__input:checked~.radio-switch__label {
	background-color: #227b3c;
	color: hsl(0, 0%, 100%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.radio-switch__input:focus-visible+label {
	border: 2px solid #000;
	height: 38px;
	line-height: 34px;
}


.radio-switch__marker {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100%;
	border-radius: 50em;
	background-color: #227b3c;
	height: 40px;
	width: 110px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.radio-switch__input:checked~.radio-switch__marker {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.radio-switch .radio-switch__item label:before {
	display: inline-block;
	margin-right: 10px;
	font-family: "Font Awesome 6 Pro";
	font-weight: bold;
	color: inherit;
}

.radio-switch .radio-switch__item:first-child label:before {
	content: "\f279";
}

.radio-switch .radio-switch__item:last-child label:before {
	content: "\f3c5";
}

End radio button

.wp-header-img {
	height: 300px;
	background: url(images/wijkprofielen-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.wp-content {
	padding: 0 30px;
	max-width: 1920px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.wp-content-intro {
	background: #FFF;
	width: 47%;
	padding: 2em;
	margin: -80px auto 0 auto;
}

.wp-content h2 {
	font-size: 1.8em;
	margin-bottom: .5em;
}

.wp-content h3 {
	font-size: 1.4em;
	margin-bottom: .5em;
}

.top-section {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.bottom-section {
	background: #FFF;
	width: 47%;
	padding: 2em;
	margin: 0 auto 80px auto;
}

.panel-section {
	position: relative;
	background: #FFF;
	padding: 1.5em 1.5em 0 1.5em;
}

.left-panel,
.right-panel {
	flex: 25%;
	max-width: 25%;
}

.middle-panel {
	flex: 47%;
	max-width: 47%;
	height: 861px;
}

.middle-panel h3 {
	text-align: center;
	padding: 0 25px;
}

.download-wrapper {
	position: absolute;
	right: 1.5em;
	top: 30px;
}

.variable-map .section-header {
	min-height: 39px !important;
}

Custom page Brede Welvaart

.page_brede-welvaart #qs-container {
	width: 100%;
	padding: 0;
}

.page_brede-welvaart #content {
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	min-height: 100%;
}

.page_brede-welvaart #custompagecontent {
	line-height: 0;
}

.page_brede-welvaart #custompagecontent h1 {
	display: none;
}

.page_brede-welvaart iframe {
	width: 100%;
	height: calc(100vh - 145px);
}


toegankelijkheid
span.kb-only {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-left: 20px;
	text-align: center;
}

span.kb-only.user-hidden {
	height: 0;
}


@media screen and (max-width: 1030px) {

	.wp-content-intro,
	.bottom-section {
		width: 100%;
	}

	.top-section {
		flex-wrap: wrap;
	}

	.left-panel {
		flex: 30%;
		max-width: 30%;
	}

	.middle-panel {
		flex: 67%;
		max-width: 67%;
		margin-right: 0;
		margin-left: 3%;
	}

	.right-panel {
		flex-basis: 100%;
		flex: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 830px) {

	.wp-content-intro,
	.bottom-section {
		padding: 1em;
	}

	.left-panel {
		flex: 100%;
		max-width: 100%;
		height: auto;
	}

	.middle-panel {
		flex: 100%;
		max-width: 100%;
		height: auto;
		margin-top: 20px;
		margin-right: 0;
		margin-left: 0px;
	}

	#bmt_chart {
		height: 500px;
	}
}

@media screen and (max-width: 600px) {
	.wp-content {
		padding: 0 15px;
	}

	.panel-section {
		padding: 15px;
	}
}

@media screen and (max-width: 375px) {
	.wp-content {
		padding: 0 10px;
	}

	.panel-section {
		padding: 10px;
	}
}





-------------------
---- SEARCH PAGE ----
-------------------*/
#searchfield {
	margin-bottom: 20px;
}

#searchfield label {
	display: none;
}

#searchfield input.searchfield {
	height: 35px;
	width: 75%;
	padding: 0 1em;
	vertical-align: top;
}

#searchfield input.btnSearch {
	vertical-align: top;
	height: 39px;
	width: 50px;
	margin-top: 0;
	text-indent: -9999px;
	background: #227b3c url(images/search.svg) no-repeat center center;
	background-size: 45% auto;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

.results_news {
	margin-top: 1.5em;
}

.result_group h2 {
	display: block;
	min-height: 1.5em;
	font-weight: bold;
	font-size: 24px;
}

.result_group h3 {
	font-weight: bold;
	margin-top: 1em;

}

.page_faq .filter {
	display: none;
}

.result_group {
	margin-bottom: 20px;
}

#container_contactinfo {
	margin-bottom: 10px;
}

.contactinput input {
	margin-top: 5px;
	padding: .5em;
	width: 400px;
}

.contactinput textarea {
	width: 410px;
}

.contactinput {
	margin-bottom: 15px;
}

.contactfield label span {
	color: #666;
	font-size: .9em;
}


.linkbutton {
	width: auto;
	height: 41px;
	padding: 12px 15px;
	border: none;
	font-size: 16px;
	background: #227b3c;
	color: #fff;
	cursor: pointer;
	transition: .3s ease-in-out;
}

.linkbutton:hover {
	background: #926204;
}

-------------------
------ BEHEER -------
-------------------*/

#beheer {
	background: #fff;
	min-height: 600px;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 3em;
	padding: 2em;
}

@media screen and (max-width: 1155px) {

	#qs-container,
	.wrapper_ballroom_ASP__ravel_aspx #content {
		padding: 0 1.5em;
	}

	.wrapper_ballroom_ASP__ravel_aspx #qs-container {
		padding: 0;
	}

	.uitgelicht_items_link {
		width: 49%;
		margin-bottom: 2%;
	}

	.theme_items .theme {
		width: 32%;
		margin-right: 2% !important;
	}

	.theme_items .theme:nth-child(3n+0) {
		margin-right: 0% !important;
	}

	.theme {
		height: auto;
	}
}

@media (max-width: 786px) {
	#nav_module {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.b_module-items {
		width: 100%;
		padding-left: 0;
	}

	.search_bar_container .search-bar {
		width: 100%;
	}

	.banner_text_container .banner_text,
	.banner_text_container .banner_twitter {
		display: block;
		width: 100%;
	}

	.banner_text_container .banner_twitter div.twit {
		display: none;
	}

	.uitgelicht_items_content {
		flex-wrap: wrap;
		justify-content: center;
	}

	.theme_items .theme,
	.linklist li {
		width: 49%;
		margin-right: 2% !important;
		margin-bottom: 15px;
	}

	.theme_items .theme:nth-of-type(odd) {
		margin-right: 2% !important;
	}

	.theme_items .theme:nth-of-type(even),
	.current_themes .linklist li:nth-child(2n+0) {
		margin-right: 0% !important;
	}

	.info-popup-inner {
		height: 100vh;
		padding: 0 10px;
		margin: 0;
	}

	.info-popup-tekst {
		height: calc(100% - 150px);
	}

	.info-popup-tekst td:first-child {
		width: 40% !important;
		padding-right: 20px;
	}

	section {
		width: 100%;
		padding: 3% 0 60px 0;
	}

	section.reports .banner_text>div {
		display: block;
		width: 100%
	}
}

@media (max-width: 500px) {
	.uitgelicht_items {
		flex-wrap: wrap;
	}

	.uitgelicht_items_link {
		width: 100%;
		margin-bottom: 15px;
	}

	.theme_items .theme:nth-of-type(odd),
	.theme_items .theme:nth-of-type(even),
	.linklist li {
		width: 100% !important;
		height: auto;
		margin-right: 0% !important;
	}
}

TEMP HIDE THEMES FROM HOME
.theme_items .theme:nth-child(4n+0) {
	margin: inherit;
}

.theme_items .theme#theme7 {
	margin-bottom: 30px;
}

.theme_items .theme#theme9 {
	margin-bottom: 30px;
}

/* @media (max-width: 786px) {
	/* .theme_items .theme#theme4 {
		/* margin-right: 0;
	/* }

	/* .theme_items .theme#theme9 {
		/* margin-right: 0;
	/* }
/* }