/*
	Theme Name: Nuance-studies
	Theme URI: 
	Description: Thema voor Nuance-studies
	Author: Emile Zeldenrust
	Author URI: https://www.emilezeldenrust.nl/
	Version: 1.0
	Tags: 
*/

* {
	padding: 0px;
	margin: 0px;
}

:root {
	--bg: #fff;
	--tekst: #212529;
	--kleur1: #dc3545;
	--kleur2: #198754;
	--kleur3: #0d6efd;
}

body {
	position: relative;
	background-color: var(--bg);
	color: var(--tekst);
	font-size: 15px;
	line-height: 1.7;
	font-family: "Montserrat", sans-serif;
}

div {
	display: block;
}

a img {
	border: none;
	outline: none;
}

:focus, a:focus {
	outline: none;
}

::-webkit-scrollbar {
	display: none;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

header {
}

/* ==========================================================================
   TEKST
   ========================================================================== */
   
p {
	margin: 0 0 10px 0;
}

p:empty {
	display: none;
}

a, a:visited {
}

a:hover, a:active, a:focus {
}

h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 28px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

hr {
	border: none !important;
	height: 2px !important;
	background-color: #000;
	margin: 10px auto 10px auto;
	width: 95%;
	opacity: 1;
}

.entry-content i {
	font-size: 20px;
	vertical-align: -2px;
	margin: 0 4px;
}

/* ==========================================================================
   ALIGNMENT
   ========================================================================== */

div.spacer {
	width: 100%;
	clear: both;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

#content {
	max-width: 1200px;
}

.main-col {
	padding-top: 15px;
	padding-bottom: 15px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

/* YOUTUBE */

.wp-block-embed-youtube, .wp-block-embed-vimeo {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0 !important;
}

.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width: 100%;
	overflow: hidden;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */

.page-id-12 .entry-title, .page-id-12 > footer {
	display: none;
}

.page-id-12 #content {
	max-width: none;
	padding: 0;
}

.page-id-12 #content canvas {
	position: absolute;
	width: 100vw;
	height: 50vw;
	margin-top: 40vh;
	transform: translateY(-50%);
}

.page-id-12 #content > .row {
	margin: 0;
}

.page-id-12 .main-col {
	padding: 0;
}

.page-id-12 .entry-content {
	height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.page-id-12 .entry-content .logo {
	width: 26vw;
	height: 15vw;
	background-image: url('images/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	animation: inFaden 6s ease-out 1s both;
}

@keyframes inFaden {
	from {
		opacity: 0;
		margin-bottom: 9vh;
		transform: scale(0.6);
		filter: blur(10px);
	}
	to {
		opacity: 1;
		margin-bottom: 5vh;
		transform: none;
		filter: none;
	}
}

.page-id-12 .vragen {
	position: absolute;
	width: 100vw;
	height: 100svh;
	top: 0;
	left: 0;
}

.page-id-12 .vragen > div {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.9vw;
	line-height: 1.3;
	width: 12vw;
	height: 12vw;
	padding: 2vw;
	background-color: #ffadad;
	border-radius: 50%;
	font-weight: 600;
	color: #6d6d6d;
	transform: translateX(-50%) translateY(-50%);
	animation: poppen 5s ease-in-out both;
	pointer-events: none;
	text-wrap-style: balance;
}

@keyframes poppen {
	0%, 100% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) scale(0.9);
		filter: blur(10px);
	}
	30%, 70% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%);
		filter: none;
	}
}

.page-id-12 .vragen > .locatie-1 {
	top: 17vh;
	left: 12vw;
}

.page-id-12 .vragen > .locatie-2 {
	top: 17vh;
	left: 88vw;
	background-color: #ffc6ff;
}

.page-id-12 .vragen > .locatie-3 {
	top: 40vh;
	left: 32vw;
	background-color: #caffbf;
}

.page-id-12 .vragen > .locatie-4 {
	top: 40vh;
	left: 68vw;
	background-color: #a0c4ff;
}

.page-id-12 .vragen > .locatie-5 {
	top: 72vh;
	left: 15vw;
	background-color: #ffd6a5;
}

.page-id-12 .vragen > .locatie-6 {
	top: 72vh;
	left: 85vw;
	background-color: #bdb2ff;
}

/* ==========================================================================
   UNDER CONSTRUCTION
   ========================================================================== */

.page-id-50 .navbar, .page-id-50 .entry-title, .page-id-50 > footer {
	display: none;
}

.page-id-50 #content {
	max-width: none;
}

.page-id-50 .main-col {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-id-50 h1 {
	font-size: 6vw;
	letter-spacing: 0.6vw;
	margin-bottom: 3vw;
	background-image: linear-gradient(to right, #ffadad 37%, #ffd6a5, #fdffb6, #caffbf, #9bf6ff, #a0c4ff, #bdb2ff, #ffc6ff 62%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.wp-block-buttons div.wp-block-button {
	margin: 0 0 20px 0;
}

a.wp-block-button__link, a.wp-block-button__link:visited {
	width: auto;
	height: auto;
	background-color: #000;
	border: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	text-decoration: none;
	line-height: normal;
	font-family: inherit;
	font-weight: bold;
	text-transform: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.wp-block-button__link:hover, a.wp-block-button__link:active, a.wp-block-button__link:focus {
	background-color: #fff !important;
	color: #000 !important;
}

/* ==========================================================================
   GALERIJ
   ========================================================================== */

.wp-block-gallery {
	margin-bottom: 20px !important;
	gap: 1vw !important;
	justify-content: space-between;
}

.wp-block-gallery figure.wp-block-image {
	margin: 0 !important;
	flex-grow: 0 !important;
}

.wp-block-gallery.columns-1 figure.wp-block-image {
	width: 100% !important;
}

.wp-block-gallery.columns-2 figure.wp-block-image {
	width: calc(50% - 0.5vw) !important;
}

.wp-block-gallery.columns-3 figure.wp-block-image, .wp-block-gallery.columns-default figure.wp-block-image {
	width: calc(33.33% - 0.67vw) !important;
}

.wp-block-gallery.columns-4 figure.wp-block-image {
	width: calc(25% - 0.75vw) !important;
}

.wp-block-gallery.columns-5 figure.wp-block-image {
	width: calc(20% - 0.8vw) !important;
}

.wp-block-gallery.columns-6 figure.wp-block-image {
	width: calc(16.66% - 0.83vw) !important;
}

.wp-block-gallery.columns-7 figure.wp-block-image {
	width: calc(14.28% - 0.86vw) !important;
}

.wp-block-gallery.columns-8 figure.wp-block-image {
	width: calc(12.5% - 0.88vw) !important;
}

.wp-block-gallery figure.wp-block-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	transition: all 0.5s;
	opacity: 0;
	background: rgba(255,255,255,1.00);
	-webkit-box-shadow: inset 0 0 100px 20px #000;
	box-shadow: inset 0 0 100px 20px #000;
	pointer-events: none;
}

.wp-block-gallery figure.wp-block-image:hover:before {
	opacity: 0.4;
}

.wp-block-gallery figure.wp-block-image figcaption {
	display: none !important;
}

/* ==========================================================================
	NIVO-LIGHTBOX
	========================================================================== */

body .nivo-lightbox-theme-default .nivo-lightbox-prev {
	top: 0;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
	background-size: contain;
	width: 70px;
	max-width: 8vw;
}

body .nivo-lightbox-theme-default .nivo-lightbox-next {
	top: 0;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
	background-size: contain;
	width: 70px;
	max-width: 8vw;
}

body .nivo-lightbox-theme-default .nivo-lightbox-close {
	width: 25px;
	height: 25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
	background-size: contain;
	background-position: center center;
}

body .nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #000;
	z-index: 12;
}

body .nivo-lightbox-wrap {
	top: 10px;
	bottom: 26px;
}

body .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
	bottom: -26px;
	height: 26px;
}

body .nivo-lightbox-theme-default .nivo-lightbox-title {
	background: transparent;
	font-family: inherit;
	font-size: 13px;
	text-transform: none;
	padding: 5px;
	color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
	CONTACTFORMULIER
	========================================================================== */

.wpcf7-form label {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px;
}

.wpcf7-form-control {
	width: 100%;
	height: auto;
	padding: 10px;
	border: 2px solid #000;
	display: block;
	font-size: 13px;
	line-height: 1;
	color: #000;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wpcf7-form-control:focus {
	background: #fff;
	color: #000;
	border-color: #d51317;
	box-shadow: none;
}

input[type=button], input[type=submit], input[type=text], input[type=email], textarea {
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
}

input.wpcf7-submit {
	width: 160px;
	margin: 10px 0;
	padding: 0 20px;
	color: #fff !important;
	background-color: #000;
	border: none;
	font-size: 14px;
	line-height: 44px;
	text-decoration: none;
	font-weight: normal;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input.wpcf7-submit:hover, input.wpcf7-submit:focus {
	background-color: #fff !important;
	color: #000 !important;
	border: none;
}

.wpcf7-response-output {
	clear: both;
	text-align: center;
	padding: 30px !important;
}

form.sent > div.row, form.sent > p, form.sent > h3 {
	display: none;
}

/* PLACEHOLDERS */
::-webkit-input-placeholder { /* WebKit browsers */
	 color: #999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	 color: #999 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	 color: #999 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	 color: #999 !important;
}

/* SWITCH */
.form-switch {
	padding-left: 1.5em;
}
.form-switch .wpcf7-acceptance {
	border: none;
	background-color: transparent;
}
.form-switch .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
	font-size: 18px;
	margin-top: 1px;
	background-color: #d32f2f;
	border-color: white;
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
	box-shadow: none;
}
.form-switch .form-check-input:checked {
	background-color: green;
	border-color: white;
}

.wpcf7-form.sent .form-switch {
	display: none;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

body > footer {
	text-align: center;
	margin-top: -17px;
}

body > footer p {
	font-size: 10px;
	margin: 0;
}