/*
Kleurcodes

Donkergroen: #033335
middelgroen: #327E7C
lichtgroen: #F0FDF4
geel: #ffc000

*/
:root {
	--custom-yellow: #ffc000;
	--custom-scroll-thumb: var(--custom-yellow, #ffc000);
	--custom-scroll-track: #ffe187;
	--custom-scroll-hover: #9e7702;
	--custom-scroll-width: 20px;
}

a {
	color:#327E7C;
}

.requiredstar::after {
	content: '*';
	font-family: 'Courier';
	color: red;
	font-weight: bold;
}

.fieldError {
	font-weight: bold;
	color: red;
	display: block !important;
}

figure { 
		margin: 0px 0px 10px 0px;
		max-width: 100%;
		height: auto;
}


figure.image-left {
		float: left;
		margin: 0px 10px 0px 0px;
}

figure.image-right {
		float: right;
		margin: 0px 0px 0px 10px;
}

figure.image-center {
		margin: 0;
}


figure.image-left img, figure.image-right img, figure.image-center img, figure img {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
}

figure.image-center img {
	max-width: 100%;
	height: auto;
}

.bg-buttonYellow-normal, button.bg-buttonYellow-normal {
	background-color: var(--custom-yellow, rgb(255 192 0));
}

.fill-buttonYellow-normal, button.fill-buttonYellow-normal {
	fill: var(--custom-yellow, rgb(255 192 0));
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

input, select {
	border-radius: 0.5rem;
	border-width: 1px;
	border-style: solid;
	border-color: #7a6d6d47;
}

textarea {
	border-radius: 0.5rem!important;
	border-width: 1px!important;
	border-style: solid!important;
	border-color: #7a6d6d47!important;
}

.redactor-box.redactor-blur.redactor-styles-on.charError,
.redactor-focus.redactor-styles-on.charError
 {
	border: 2px solid red !important;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Accordion styles */
.tabs {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
	width: 100%;
	color: white;
	overflow: hidden;
}
.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: #2c3e50;
	font-weight: bold;
	cursor: pointer;
	/* Icon */
}
.tab-label:hover {
	background: #1a252f;
}
.tab-label::after {
	content: "❯";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
}
.tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #2c3e50;
	background: white;
	transition: all 0.35s;
}
.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
}
.tab-close:hover {
	background: #1a252f;
}

input:checked + .tab-label {
	background: #1a252f;
}
input:checked + .tab-label::after {
	transform: rotate(90deg);
}
input:checked ~ .tab-content {
	max-height: 10000vh;
	padding: 1em;
}

input#field-jaIkHebDitBoekGelezen {
    height: 20px;
}

.introtext-blog {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
		line-clamp: 3; 
	-webkit-box-orient: vertical;
}

.submenu.extra-submenu {
	position: absolute;
	top: 56px;
    width: 100%;
}

.text-clamp-10 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10; /* number of lines to show */
		line-clamp: 10; 
	-webkit-box-orient: vertical;
}

.charWarning {
	text-align: center;
    background-color: red;
    color: white;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-top: -2px;
}

.charLimit {
	position: absolute;
    right: 0.5rem;
    top: 15px;
    color: grey;
}

.euroteken-input {
	position: absolute;
    left: 10px;
    top: 17px;
}

.bulletPoints ul {
	list-style-type: disc;
	padding-left: 1.25rem;
}

.link, .tekstblok a {
	color: #327E7C;
	text-decoration: underline;
}

#voorwaarden-link a {
	color: #327E7C;
	text-decoration: underline;
}

.tekstmetfoto .w12 {
	margin-right: 10px;
	margin-left: 10px;
}

.redactor-box.redactor-blur.redactor-styles-on {
    border-radius: 0.5rem;
	border-width: 1px;
	border-style: solid;
    border-color: #7a6d6d47;
}

.redactor-focus.redactor-styles-on, .redactor-focus:focus.redactor-styles-on {
    border-color: black;
    border-radius: 0.5rem;
    border-width: 2px;
}

#sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 999;
}

.sticky-zoekbar {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 999;
}

/* Popup container */
.popup {
	position: relative;
	cursor: pointer;
}
  
/* The actual popup (appears on top) */
.popup .popuptext {
	width: 200px;
	background-color: red;
	color: white;
	text-align: center;
	border-radius: 6px;
	padding: 8px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
}
  
/* Popup arrow */
.popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tekstblok p {
	margin: 20px 0 20px 0;
}

.faq p {
	margin: 0 0 20px;
}

a#recensierichtlijnen {
	margin-top: 10px!important;
	color: #327E7C;
	text-decoration: underline;
}

.quickSearchDisplay {
	box-sizing: content-box;
	position: relative;
	display: none;
	padding: 5px;
	width: calc(100% - (24px + (10px * 2)));
	border-color: var(--custom-yellow, #ffc000);
	border-style: solid;
	border-width: 0 5px 5px 5px;
	background-color: white;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	max-height: 300px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-color: var(--custom-scroll-thumb, #ffbf00) var(--custom-scroll-track, #ffe187);
	scrollbar-width: var(--custom-scroll-width, 20px);
}

.quickSearchDisplay > [data-show] {
	display: none;
	flex-shrink: 0;
}

.quickSearchDisplay > [data-show=true] {
	display: inline-block;
}

.search-item {
	margin: 25px;
}

.pagination a,
.pagination span {
	width: 50px;
    margin: 0 10px;
    text-align: center;
}

.pagination span {
	text-decoration: underline;
}

.auteur-tekst a {
	color: #327E7C !important;
}

.redactor-box ul {
	list-style-type: disc;
}

.redactor-box ol {
	list-style-type: decimal;
}

#loading.hidden {
	display: none;
}

#loading.hidden.htmx-request {
	display: block;
}

/* ! Werkt niet? */
/* Scrollbar Width */
/* .quickSearchDisplay ::-webkit-scrollbar {
	width: var(--custom-scroll-width, 20px);
} */
/* Scrollbar Track */
/* .quickSearchDisplay ::-webkit-scrollbar-track {
	background: var(--custom-track, #ffe187);
} */
/* Scrollbar Handle */
/* .quickSearchDisplay ::-webkit-scrollbar-thumb {
	background: var(--custom-thumb, #ffbf00);
} */
/* Scrollbar Handle on hover */
/* .quickSearchDisplay ::-webkit-scrollbar-thumb:hover {
	background: var(--custom-scroll-hover, #9e7702);
} */
/* Scrollbar Arrow Buttons */
/* .quickSearchDisplay ::-webkit-scrollbar-button {
	height: 10px;
	font-size: 6px;
	border: 2px solid var(--custom-track, #ffe187);
} */
/* Scrollbar Arrow Buttons on hover */
/* .quickSearchDisplay ::-webkit-scrollbar-button:hover {
	background: var(--custom-scroll-hover, #9e7702);
	border-color: var(--custom-scroll-hover, #9e7702);
} */

@media screen and (min-width: 426px) {
	.sticky-zoekbar:hover .zoek-button:has(+ .quickSearchDisplay > [data-show=true]) {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.sticky-zoekbar:hover .quickSearchDisplay:has(> [data-show=true]) {
		display: flex;
	}
}

@media screen and (min-width: 1024px) {
	.fa-magnifying-glass{
		display: none;
	}
}

dialog[open] {
	margin: 0;
	box-sizing: content-box;
	border: 19px solid transparent;
	background-color: #5555;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

dialog .dialogContainer {
	background-color: #fff;
	padding: 15px;
	width: fit-content;
	height: fit-content;
	border: 15px solid #327E7C;
	border-radius: 30px;
	z-index: 2;
}

dialog .dialogBackgroundCloser {
	width: 120%;
	height: 120%;
	position: absolute;
	top: -10%;
	left: -10%;
	z-index: 1;
}

#evenement-descriptie ul,
#evenement-descriptie ol,
#evenement-descriptie menu {
	list-style: initial;
	margin: 4px 0;
	padding: 0 0 0 30px;
}