body {
	background-color: #fff;
}

#mainwrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

#logo {
	max-width: 150px;
	margin-right: 50px;
	max-height: 80px;
}

#dashboardheader {
	background: #FFF;
}

#innerheader {
	display: flex;
	align-items: center;
	max-width: 1240px;
	width: 100%;
	height: 110px;
	margin: 0 auto;
	position: relative;
}

.jive #innerheader {
	height: 79px;
	padding: 0 20px;
	box-sizing: border-box;
}

#innerheader h1 {
	margin: 0;
	font-size: 23px;
	font-weight: 600;
	position: absolute;
	right: 0;
}

#innerheader ul {
	margin: 0;
	padding: 0;
}

#innerheader li {
	list-style: none;
}

#custommenu {
	display: flex;
	height: fit-content;
}

#custommenu a {
	display: inline-block;
	padding: 20px;
	color: #737373;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: .3s ease-in-out all;
}

#custommenu a:hover,
#custommenu .active {
	color: #000;
}

.mosaic-top-header {
	margin-bottom: -220px;
	background: transparent;
}

.mosaic-top-header::after {
	content: '';
	display: block;
	max-width: 1600px;
	height: clamp(0rem, -14.881rem + 59.5238vw, 28.25rem);
	border-radius: 20px;
	margin: 24px auto 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	@media screen and (max-width:1615px) {
		margin-top: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
}

#dashboardViewsHeader {
	padding: 0 50px 0 45px;
	margin: 0 auto;
}

.themeview #dashboardViewsHeader {
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

#dashboardviews {
	max-width: 1140px;
	width: 100%;
	padding: 10px 50px 15px 50px;
	border-radius: 0;
}

.search-header {
	background: #FFF;
}

.scroll-up .search-area-expanded {
	height: 76px;
}

#dashboardSearchCloseButton {
	line-height: 68px;
	padding-left: 0;
}

body:not(.scroll-up) .search-area .search-wrapper {
	padding-right: 50px;
}

#dashboardView-search {
	position: absolute;
	top: -80px;
}

.sel-button,
.theme-button,
.close-button,
.close-mobile-button {
	border: 1px solid #000;
}

.graphic-line {
	display: none !important;
}

.theme__link figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.theme-section .theme {
	background-color: #fff !important;
	border: none !important;
	transition: .3s ease-in-out all;
	box-shadow: 2px 2px 4px 0px rgb(110 110 110 / 17%);
}

.theme-section .theme:hover {
	scale: 1.05;
}

.free-theme .theme-tile-name>.name_wrapper,
.theme-section .theme .theme__name>.name_wrapper {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.dashblock .tile.free .free-tile .theme-tile-image {
	background-color: #fff;
}

.free-tile.title,
.tile:not(.list-info) .free-text {
	box-shadow: none !important;
	background: transparent !important;
}

.tile:not(.list-info) .free-text {
	padding: 0 !important;
}

div.free-tile div.v-align.middle {
	justify-content: end;

	h2 {
		margin-top: 24px;
	}
}

.theme .theme__name {
	background: transparent !important;
	color: #000 !important;
	padding-right: 10px;
}

/* The first two overrule the border and shadow > dashboard tiles */
.grid-section .free-tile,
.grid-section .inner-tile,
a.free-theme {
	background-color: #fff;
	border: none !important;
	transition: .3s ease-in-out all;
	box-shadow: 2px 2px 4px 0px rgb(110 110 110 / 17%);
}

.free-tile .theme-tile-name {
	background-color: #fff !important;
}


/* Error page*/
.error-body #main-container a {
	color: #01689b;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.error-body #main-container a:hover {
	text-decoration-line: none;
}

.error-body #main-container .inputfield {
	display: flex;
	flex-direction: column-reverse;
}

.error-body #main-container .inputfield input,
.error-body #main-container .inputfield textarea {
	width: 100% !important;
	padding: 10px;
	border: 1px solid #000;
	font-family: inherit;
	line-height: 1.6;
	margin-bottom: 12px;
}

.error-body #main-container .inputfield label {
	font-weight: bold;
}

.error-body #main-container input[type="submit"][value="Verzenden"] {
	background-color: #000;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.error-body #main-container input[type="submit"][value="Verzenden"]:hover {
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.error-body #main-container input[type="submit"][value="Verzenden"]:focus,
.error-body #main-container a:focus {
	outline: 2px solid #000;
	outline-offset: 5px;
}

.error-body #main-container h1 {
	margin-top: 0;
}

.error-body #main-container {
	height: fit-content;
}


/* search */
.ac-s-container>.ac-s-input-container label {
	margin-top: 18px;
	margin-left: 50px;
}

.ac-s-container>.ac-s-input-container>input {
	padding-left: 50px;
	padding-right: 50px;
	background-color: #fff;
}

#dashboardView-search {
	max-width: 513px;

	button span {
		display: inline-block;
		padding-top: 14px;
	}
}

.ac-s-container {
	height: 60px;
}

.ac-s-container>.ac-s-input-container>button>span {
	padding: 15px;
	color: #737373;
}

.fa-search::before,
.search-close-btn {
	color: #737373;
}

.br-large {
	border-radius: 5px;
	border: solid 2px #ccc;
	box-shadow: none;
}

.ac-s-container>.ac-s-input-container>i {
	top: 21px;
	left: 21px;
}

.ac-s-input-container .btn-color {
	background: #fff;
	color: #000;
}

.ac-s-input-container .btn-color:hover {
	background: #fff;
}

.dashboard-header,
.dashboard-header a,
.dashboard-header button,
.trail-title {
	color: #000;
}

.mosaic-header {
	max-width: 1140px;
	padding-top: 20px;
	margin: 0 auto;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	transition: none !important;
}

.mosaic-header #seltool {
	padding-right: 50px;
	padding-left: 50px;
}

.selection .navbutton.mosaic-search {
	margin-right: 0;
}

.scroll-up .mosaic-header {
	max-width: 100%;
	padding-top: 10px;
}

a.theme__link:hover .external-url-header {
	max-width: 91%;
	opacity: 1;
	color: #727272;
	padding: 7px 8px 0px 29px;
}

a.theme__link {
	position: relative;
}

.external-url-header {
	position: absolute;
	top: 12px;
	right: 12px;
	max-width: 29px;
	height: 29px;
	background: #fff;
	border-radius: 3px;
	background-image: url(images/extern.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: 7px;
	transition: all .2s ease-in-out;
	font-size: 13px;
	color: #fff0;
	padding: 7px 0px 0px 29px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-info ul,
.list-info {
	padding-left: 0;
	list-style: none;
}

.list-info a {
	font-weight: 400;
	text-decoration: none;
	color: #01496d;
	font-size: 18px;
	position: relative;
	padding-left: 37px;
	width: fit-content;
}

.list-info a::before {
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	content: "\e196";
	left: 0;
	top: 3px;
	transition: all .05s ease-in-out;
}

.list-info a:hover::before {
	left: 5px;
}

/* Feedback popup */
.feedback-popup-background {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 999;
}

.feedback-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 600px;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	padding: 40px 40px;
	background: #FFF;
	z-index: 999;
}

.feedback-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

.feedback-popup-header h3 {
	margin: 0;
}

.feedback-popup-header button {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 1.1rem;
}

.feedback-popup-header button:before {
	content: "\f00d";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
}

.feedback-popup-body {
	margin: 0 -12px;
}

#feedback-iframe {
	width: 100%;
	height: 516px;
}

#show-feedback-popup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: none;
	background: #ffffff;
	color: #000;
	box-shadow: 2px 2px 4px 0px rgb(110 110 110 / 17%);
	cursor: pointer;
	padding: 16px 26px;
	font-size: 16px;
	font-weight: bold;
	transition: .15s all ease-in-out;
}

#show-feedback-popup:focus {
	outline: -webkit-focus-ring-color auto 1px;
}

/* Start print */
body.screenshot:not(.swing-stories) .mosaic-header {
	max-width: 1136px;
}

.screenshot {
	background: transparent !important;

	#mainwrapper {
		display: block;
		min-height: auto;
	}

	.mosaic-top-header,
	#footer,
	#show-feedback-popup,
	.mosaic-header {
		display: none !important;
	}

	#dashboardviews,
	#dashboardViewsHeader,
	.mosaic-header,
	.search-area-expanded {
		background: transparent !important;
	}

	.grid-section .free-tile,
	.grid-section .inner-tile,
	a.free-theme {
		box-shadow: none;
		border: 1px solid grey !important;
	}

	.grid-section {

		.free-tile.title,
		.free-text {
			border: none !important;
		}
	}
}

/* End print */

.demo-block {
	display: none;
}

.name_almelo .demo-block,
.name_tiel .demo-block,
.name_reimerswaal .demo-block {
	display: block;
}

/* Start demo block */

.demo-block {
	position: absolute;
	top: 0;
	right: 0px;
	height: 230px;
	z-index: 101;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
}

.demo-inner-block {
	width: 420px;
	padding: 25px 0px 25px 83px;
	margin: 0 -110px 0 0px;
	z-index: 999;
	background: #00C5A6;
	color: #fff;
	font-weight: bold;
	transform: rotate(40deg);
	box-sizing: border-box;
	text-align: center;
}

.demo-text {
	transform: rotate(-40deg);
}

/* End Demo block */


/* Start WCAG block */
#footer {
	padding: 10px 0;
}

#footer_content {
	max-width: 1140px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;

	img {
		height: 80px;
		width: 80px;
		margin-right: 15px;
	}
}

.footer_content_inner {
	display: flex;
	justify-content: center;
	align-items: center;

	a {
		display: flex;
		align-items: center;
		text-decoration: none;
		color: #000;
		font-size: 1.1em;
	}
}

/* End WCAG block */

/* Start back to top */

.fa-arrow-to-top::before {
	content: "\f33d";
	display: block;
	color: #FFF;
	transform: rotate(180deg);
}

.scroll-up #scrollToTop {
	display: block;
}

.button-container {
	max-width: 1140px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	position: fixed;
	bottom: 68px;
	height: 0;
	z-index: 250;

	.back-to-top i {
		text-shadow: none;
		color: #fff;
		font-size: 22px;
	}

	@media screen and (max-width: 1650px) {
		max-width: 100%;
	}
}

#scrollToTop {
	display: none;
	right: -20px;
	position: absolute;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: none;
	cursor: pointer;
	background-color: #000;

	@media screen and (max-width: 1650px) {
		right: 250px;
	}
}

/* End back to top */

.theme figure.imgleft {
	display: flex;
	flex-direction: row;

	.theme__image {
		width: 33%;

		img {
			padding-left: 5px;
			padding-right: 0;
		}
	}

	.theme__name {
		width: 67%;
		text-align: left;
	}
}

.iframe-message {
	display: none;
}

@media screen and (max-width: 500px),
screen and (max-height: 600px) {
	#feedback-iframe {
		display: none;
	}

	.iframe-message {
		display: block;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1270px) {
	#innerheader h1 {
		right: 15px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1180px) {
	#dashboardviews {
		max-width: 100%;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {

	.theme .theme__image img,
	.theme .theme__image object,
	.free-tile .theme-tile-image img {
		max-height: 80%;
		max-width: 80%;
	}
}

@media all and (min-width: 1px) and (max-width:1024px) {
	#logo {
		width: 100px;
		transition: .3s;
		margin-left: 15px;
		object-fit: contain;
		margin-top: 0 !important;
		max-height: 50px;
	}

	#custommenu {
		padding-left: 0;
	}

	#innerheader,
	#dashboardheader {
		height: 65px;
	}
}

@media all and (min-width: 1px) and (max-width:900px) {
	*:focus-visible {
		outline-color: currentColor;
		outline-style: solid;
		outline-offset: .25rem;
		outline-width: .25rem;
	}

	#innerheader h1 {
		right: 15px;
	}

	#custommenu a:focus {
		overflow: visible;
		z-index: 999;
	}

	#pull {
		margin-right: 15px;
		display: flex;
		width: 60px;
		height: 60px;
		text-decoration: none;
		justify-content: center;
		align-items: center;
		color: #353535;
	}

	#pull:before {
		content: "\f0c9";
		font-family: "Font Awesome 6 Pro";
	}

	#pull[aria-expanded="true"]:before {
		content: "\f00d";
		font-family: "Font Awesome 6 Pro";
	}

	#custommenu {
		position: absolute;
		left: 0;
		top: 60px;
		background: #fff;
		box-shadow: 2px 2px 4px 0px rgb(110 110 110 / 17%);
		transition: .3s;
		line-height: 3rem;
		z-index: 98;
	}

	#custommenu a {
		font-size: 1rem;
		margin: 0;
		min-width: 200px;
	}

	#custommenu a.active {
		background: #F4F4F4;
	}

	#custommenu a:hover {
		background: #F4F4F4;
	}

	#custommenu a:before {
		display: none;
	}

	#custommenu {
		display: none;
		overflow: hidden;
	}

	.menuopen~#custommenu {
		display: block;
		overflow: visible;
	}

	#custommenu li {
		display: block;
		text-align: left;
		border-bottom: 1px solid #ededed;
	}

	#mainwrapper {
		padding-bottom: 70px;
	}

	#dashboardView-search {
		position: relative;
		top: -30px;
	}
}

@media all and (min-width: 1px) and (max-width: 767px) {
	.mosaic-top-header::after {
		height: 220px;
	}

	#dashboardViewsHeader {
		border-top-right-radius: 0 !important;
		border-top-left-radius: 0 !important;
	}

	.ac-s-container {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
}

@media all and (min-width: 1px) and (max-width: 591px) {
	#dashboardviews {
		padding: 10px 15px 15px 15px;
	}

	#dashboardView-search {
		top: -10px;
	}
}

@media all and (min-width: 1px) and (max-width: 500px) {
	#innerheader h1 {
		position: relative;
		right: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}

	#logo {
		margin-left: 0;
		margin-right: 15px;
	}

	#innerheader,
	#dashboardheader {
		height: fit-content;
	}

	#innerheader {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.theme .theme__image img,
.theme .theme__image object {
	max-width: 70%;
	max-height: 70%;
}