/* General */
:root {
	--border-radius: 0;
	--border-radius2x: 0;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #35b8e3;
	--primary-100: #1fb0e0;
	--primary-200: #1da7d4;
	--primary-300: #1c9ec9;
	--primary--100: #4bc0e6;
	--primary--200: #57c4e8;
	--primary--300: #62c8e9;
	--primary-rgba-0: rgba(53, 184, 227, 0);
	--primary-rgba-10: rgba(53, 184, 227, 0.1);
	--primary-rgba-20: rgba(53, 184, 227, 0.2);
	--primary-rgba-30: rgba(53, 184, 227, 0.3);
	--primary-rgba-40: rgba(53, 184, 227, 0.4);
	--primary-rgba-50: rgba(53, 184, 227, 0.5);
	--primary-rgba-60: rgba(53, 184, 227, 0.6);
	--primary-rgba-70: rgba(53, 184, 227, 0.7);
	--primary-rgba-80: rgba(53, 184, 227, 0.8);
	--primary-rgba-90: rgba(53, 184, 227, 0.9);
	--secondary: #f88d31;
	--secondary-100: #f77f18;
	--secondary-200: #f7790c;
	--secondary-300: #ee7208;
	--secondary--100: #f99b4a;
	--secondary--200: #f9a156;
	--secondary--300: #faa862;
	--secondary-rgba-0: rgba(248, 141, 49, 0);
	--secondary-rgba-10: rgba(248, 141, 49, 0.1);
	--secondary-rgba-20: rgba(248, 141, 49, 0.2);
	--secondary-rgba-30: rgba(248, 141, 49, 0.3);
	--secondary-rgba-40: rgba(248, 141, 49, 0.4);
	--secondary-rgba-50: rgba(248, 141, 49, 0.5);
	--secondary-rgba-60: rgba(248, 141, 49, 0.6);
	--secondary-rgba-70: rgba(248, 141, 49, 0.7);
	--secondary-rgba-80: rgba(248, 141, 49, 0.8);
	--secondary-rgba-90: rgba(248, 141, 49, 0.9);
	--tertiary: #f88d31;
	--tertiary-100: #f77f18;
	--tertiary-200: #f7790c;
	--tertiary-300: #ee7208;
	--tertiary--100: #f99b4a;
	--tertiary--200: #f9a156;
	--tertiary--300: #faa862;
	--tertiary-rgba-0: rgba(248, 141, 49, 0);
	--tertiary-rgba-10: rgba(248, 141, 49, 0.1);
	--tertiary-rgba-20: rgba(248, 141, 49, 0.2);
	--tertiary-rgba-30: rgba(248, 141, 49, 0.3);
	--tertiary-rgba-40: rgba(248, 141, 49, 0.4);
	--tertiary-rgba-50: rgba(248, 141, 49, 0.5);
	--tertiary-rgba-60: rgba(248, 141, 49, 0.6);
	--tertiary-rgba-70: rgba(248, 141, 49, 0.7);
	--tertiary-rgba-80: rgba(248, 141, 49, 0.8);
	--tertiary-rgba-90: rgba(248, 141, 49, 0.9);
	--quaternary: #ebedf7;
	--quaternary-100: #d9ddf0;
	--quaternary-200: #d0d4ec;
	--quaternary-300: #c7cce8;
	--quaternary--100: #fdfdfe;
	--quaternary--200: #ffffff;
	--quaternary--300: #ffffff;
	--quaternary-rgba-0: rgba(235, 237, 247, 0);
	--quaternary-rgba-10: rgba(235, 237, 247, 0.1);
	--quaternary-rgba-20: rgba(235, 237, 247, 0.2);
	--quaternary-rgba-30: rgba(235, 237, 247, 0.3);
	--quaternary-rgba-40: rgba(235, 237, 247, 0.4);
	--quaternary-rgba-50: rgba(235, 237, 247, 0.5);
	--quaternary-rgba-60: rgba(235, 237, 247, 0.6);
	--quaternary-rgba-70: rgba(235, 237, 247, 0.7);
	--quaternary-rgba-80: rgba(235, 237, 247, 0.8);
	--quaternary-rgba-90: rgba(235, 237, 247, 0.9);
	--dark: #3E3E3E;
	--dark-100: #313131;
	--dark-200: #2b2b2b;
	--dark-300: #252525;
	--dark--100: #4b4b4b;
	--dark--200: #515151;
	--dark--300: #585858;
	--dark-rgba-0: rgba(62, 62, 62, 0);
	--dark-rgba-10: rgba(62, 62, 62, 0.1);
	--dark-rgba-20: rgba(62, 62, 62, 0.2);
	--dark-rgba-30: rgba(62, 62, 62, 0.3);
	--dark-rgba-40: rgba(62, 62, 62, 0.4);
	--dark-rgba-50: rgba(62, 62, 62, 0.5);
	--dark-rgba-60: rgba(62, 62, 62, 0.6);
	--dark-rgba-70: rgba(62, 62, 62, 0.7);
	--dark-rgba-80: rgba(62, 62, 62, 0.8);
	--dark-rgba-90: rgba(62, 62, 62, 0.9);
	--light: #F5F6FB;
	--light-100: #e3e6f4;
	--light-200: #daddf0;
	--light-300: #d1d5ec;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(245, 246, 251, 0);
	--light-rgba-10: rgba(245, 246, 251, 0.1);
	--light-rgba-20: rgba(245, 246, 251, 0.2);
	--light-rgba-30: rgba(245, 246, 251, 0.3);
	--light-rgba-40: rgba(245, 246, 251, 0.4);
	--light-rgba-50: rgba(245, 246, 251, 0.5);
	--light-rgba-60: rgba(245, 246, 251, 0.6);
	--light-rgba-70: rgba(245, 246, 251, 0.7);
	--light-rgba-80: rgba(245, 246, 251, 0.8);
	--light-rgba-90: rgba(245, 246, 251, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #777;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

.less-error-message ul, .less-error-message li {
	list-style-type: none;
	margin-right: 15px;
	padding: 4px 0;
	margin: 0;
}

.less-error-message label {
	font-size: 12px;
	margin-right: 15px;
	padding: 4px 0;
	color: #cc7777;
}

.less-error-message pre {
	color: #dd6666;
	padding: 4px 0;
	margin: 0;
	display: inline-block;
}

.less-error-message pre.line {
	color: #ff0000;
}

.less-error-message h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	margin: 0;
}

.less-error-message a {
	color: #10a;
}

.less-error-message .error {
	color: red;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dashed red;
}

@media (max-width: 991px) {
    .hidden-on-mobile {
        display: none !important;
    }
}
/* Algemene wrapper */
.thumb-info-wrapper {
    position: relative; /* Zorgt ervoor dat de beschrijving zich relatief positioneert */
    overflow: hidden;   /* Verberg inhoud die buiten de wrapper valt */
}

/* Titel standaard zichtbaar */
.thumb-info-title {
    display: block;
    color: white; /* Zorg ervoor dat de titel wit is */
    text-align: center; /* Centraal uitgelijnd */
    transition: opacity 0.5s ease; /* Vloeiende overgang bij verbergen */
    z-index: 2; /* Zorg dat de titel boven de afbeelding staat */
    font-size: 1.2rem; /* Standaard tekstgrootte voor de titel */
}

/* Beschrijving standaard verborgen */
.thumb-info-swap-content-wrapper {
    display: block; /* Zorg dat het geladen wordt, maar niet zichtbaar */
    opacity: 0; /* Beschrijving is onzichtbaar */
    pointer-events: none; /* Beschrijving niet aanklikbaar */
    position: absolute; /* Beschrijving positioneren boven de afbeelding */
    top: 50%; /* Verticaal in het midden */
    left: 0%; /* Horizontaal in het midden */
    transform: translate(0%, -35%); /* Correcte uitlijning */
    text-align: left; /* Tekst is links uitgelijnd */
    color: white; /* Tekstkleur wit */
    transition: opacity 0.5s ease; /* Vloeiende overgang bij tonen */
    z-index: 2; /* Zorg dat de beschrijving boven de afbeelding staat */
    font-size: 0.9rem; /* Standaard tekstgrootte voor de beschrijving */
}

/* Hover-effect: Titel verbergen */
.thumb-info-wrapper:hover .thumb-info-title {
    opacity: 0; /* Titel wordt onzichtbaar */
}

/* Hover-effect: Beschrijving tonen */
.thumb-info-wrapper:hover .thumb-info-swap-content-wrapper {
    opacity: 1; /* Beschrijving wordt zichtbaar */
    pointer-events: auto; /* Beschrijving wordt aanklikbaar */
}

/* Algemene afbeeldingstijl */
.thumb-info img {
    display: block;
    width: 100%; /* Afbeelding vult de hele container */
    height: auto;
    z-index: 1; /* Afbeelding blijft achter titel en beschrijving */
}

/* Media Query: Stijl aanpassingen voor schermen > 991px */
@media (min-width: 992px) {
    .thumb-info-title {
        font-size: 1.5rem; /* Grotere tekstgrootte voor de titel */
    }

    .thumb-info-swap-content-wrapper {
        font-size: 1.2rem; /* Grotere tekstgrootte voor de beschrijving */
    }
}
