/*!
* tastefeest.be 2024 - Design & code by Pixelman.be
* V4.0 03/10/2024/ 
*/


@font-face {
	font-family: 'bagnardregular';
	src: url('assets/fonts/bagnard/bagnard-webfont.woff2') format('woff2'),
		 url('assets/fonts/bagnard/bagnard-webfont.woff') format('woff'),
		 url('assets/fonts/bagnard/bagnard-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

body {
	background-color: white;
	font-family: 'bagnardregular';
}

.showme {
	border: solid 0 #e94c4b;
}

.showme2 {
	border: solid 0 #e94c4b;
}

.showme3 {
	border: solid 1px green;
}

.red {
	color: #e94c4b; 
}

.bg01 {
	position: fixed;
	z-index: -1;
	top: 5rem;
}

.bg02 {
	position: absolute;
	z-index: -2;
	right: -15vw;
	width: 40vw;
	top: 50vw;
}

.btn {
	margin-top: 1rem;
	margin-left: 0.5rem;
	border-radius: 100rem;
	padding: 0.5rem 1rem;
	font-family: 'bagnardregular';
	font-size: 5vw;
	background-color: black;
	border: none;
	position: fixed;
	z-index: 10;
}

.btn:hover {
	background-color:#e94c4b;
	color: white;
}

.btn:focus {
	background-color: #e94c4b;
	color: white;
}


.btn02 {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	z-index: 10;
	padding: 0.7rem 3rem;
	width: auto;
}

.btn03 {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	z-index: 10;
	padding: 0.7rem 3rem;
	width: auto;
	background-color: #e94c4b;
}

.btn03:hover {
	background-color: black;
}



.wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.shape01 {
	position: absolute;
	z-index: 0;
	left: 10vw;
	width: 10vw;
	top: 20vh;
}

.shape02 {
	position: absolute;
	z-index: 0;
	right: 10vw;
	width: 15vw;
	top: -7vh;
}

.checkerboard {
	position: fixed;
	top: 30vh;
	z-index: 0;
	left: 0;
	display: none;
}

.logo-ouderraad-box {
	margin-top: 8rem;
}

.logo-ouderraad:hover {
	opacity: 0.5;
}

.logo-taste-feest {
	position: relative;
}

.vanalles {
	position: relative;
	top: 5rem;
}

.locatie {
	position: relative;
}

.locatie figure {
	/* border: solid 1px green; */
	display: block;
	width: 22vw;
}

.locatie figure .img-fluid {
	width: 100%;
}

.locatie figcaption {
	/* border: solid 1px green; */
	display: block;
	width: 15vw;
	position: absolute;
	top: -2vw;
	left: 15vw;
	font-size: 7vw;
	line-height: 7vw;
}


.shape04 {
	position: absolute;
	top: -1vw;
	left: 45vw;
}

.pixels {
	position: absolute;
	top: 20vw;
	left: 45vw;
	width: 12vw;
}

.shape-circle {
	position: absolute;
	top: 155vw;
	left: -20vw;
	width: 40vw;
}

.shape03 {
	position: absolute;
	bottom: -20vw;
	left: 20vw;
	width: 30vw;
}



.vanalles {
	margin-top: -7rem;
}

.headliners {
	margin-top: 8rem;
	margin-bottom: 10rem;
	z-index: 10000;
	position: relative;
}

.headliners h1 {
	font-size: 5vw;
	line-height: 5vw;
}

.info {
	position: relative;
	top: -7rem;
	
}

.info p {
	font-family: 'bagnardregular';
	font-size: 5vw;
	line-height: 5.8vw;
	margin: 0 0 2vw 0;
}

#inschrijven p a {
	color: #e94c4b;
}

.info a {
	color: #e94c4b; 
}

.info a:hover {
	color: rgba(0, 0, 0, 1);
}


.footer {
	margin-top: 3rem;
	margin-bottom: 3rem;

}

.footer p {
	font-family: 'bagnardregular';
	font-size: 3.5vw;
	line-height: 4.9vw;
}

/*modal stuff*/

.modal-body-form {
	padding: 0;
}

.modal-content {
	border: solid 8px black;
	border-radius: 2rem;
	box-shadow: 20px 20px black;
}

.modal h1 {
	color: #e94c4b;
	font-size: 1.7rem;
}

.modal .btn-close {
	border: solid 3px #e94c4b;
	border-radius: 10rem;
	padding: 0.5rem;
	opacity: 1.0;
	color: #e94c4b;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E73642'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	position: relative;
	top: 1.5rem;
	right: 0.5rem;
	z-index: 1000;

}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	border-bottom: 0 solid #dee2e6;
}

.modal h2 {
	font-family: balloon-urw-drop-shadow,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
}


.potlood {
	position: absolute;
	top: 5.5rem;
	right: 9rem;
}

@media screen {
	.ee-cform fieldset, .ee-cform h2, .ee-cform h3, .ee-cform h4, .ee-cform input, .ee-cform label, .ee-cform ol, .ee-cform p, .ee-cform select, .ee-cform td, .ee-cform textarea, .ee-cform th, .ee-cform ul {
		color: #000;
		font-family: unset !important;
	}
}

/*.rotate {
	animation: 1s linear infinite rotate;
	}
	
	@-webkit-keyframes rotate {
	  from {
		transform: rotate(0deg);
	  }
	  to {
		transform: rotate(360deg);
	  }
	}
	
	@keyframes rotate {
	  from {
		transform: rotate(0deg);
	  }
	  to {
		transform: rotate(360deg);
	  }
	}
	

	@-webkit-keyframes rotating {
		  0%{transform: rotate(30deg);}
		  50%{transform: rotate(-30deg);}
		  100%{transform: rotate(30deg);}
	}

	
	@keyframes rotating {
		  0%{transform: rotate(30deg);}
		  50%{transform: rotate(-30deg);}
		  100%{transform: rotate(30deg);}
	}*/
		
	/*.rotating {
	  animation: rotating 6s ease-in-out infinite forwards;
	  animation-delay: -2s;
	}*/
	
	.bg01 {
		position: fixed;
		z-index: -1;
		top: 2rem;
		left: -3.2rem;
	}
	
	.logo-ouderraad-box {
		margin-top: 3rem;
	}
	
	.potlood {
		position: absolute;
		top: 5.5rem;
		right: 9rem;
		display: none;
	}
	
	#aantal {
		position: fixed;
		top: 30vh;
		width: 100%;
	}
	
	#aantal h1 {
		font-size: 10rem;
	}
	
	.hide {
		display: none;
	}
	
		
	/*
	// X-Small devices (portrait phones, less than 576px)
	// No media query for `xs` since this is the default in Bootstrap
	
	// Small devices (landscape phones, 576px and up)*/
	@media (min-width: 576px) {
	}
	
	/* Medium devices (tablets, 768px and up)*/
	@media (min-width: 768px) {
		.logo-ouderraad-box {
			margin-top: 8rem;
		}
		
		.shape01 {
			position: absolute;
			z-index: 0;
			left: 10vw;
			width: 10vw;
			top: 25vh;
		}
		
		.shape02 {
			position: absolute;
			z-index: 0;
			right: 20vw;
			width: 10vw;
			top: -5vh;
		}
		
		.shape04 {
			position: absolute;
			top: -1vw;
			left: 45vw
		}
		
		
		.vanalles {
			position: relative;
			top: 5rem;
		}
		
		.locatie {
			position: relative;
		}
		
		.locatie figure {
			/* border: solid 1px green; */
			display: block;
			width: 15vw;
		}
		
		.locatie figure .img-fluid {
			width: 100%;
		}
		
		.locatie figcaption {
			/* border: solid 1px green; */
			display: block;
			width: 15vw;
			position: absolute;
			top: -2vw;
			left: 11vw;
			font-size: 4vw;
			line-height: 4vw;
		}
		
		.headliners {
			margin-top: 20rem;
			margin-bottom: 10rem;
		}
		
		
		.info p {
			font-family: 'bagnardregular';
			font-size: 2.2vw;
			line-height: 2.8vw;
		}
		
		.footer {
			margin-top: 5rem;
			margin-bottom: 18rem;
		
		}
		
		.footer p {
			font-family: 'bagnardregular';
			font-size: 1.8vw;
			line-height: 2.5vw;
		}
		
		.modal-body-form {
			padding: 1rem;
		}
		
		.modal-content {
			border: solid 8px black;
			border-radius: 2rem;
			box-shadow: 20px 20px black;
		}
		
		.modal h1 {
			color: #e94c4b;
			font-size: 2rem;
		}
		
		.modal .btn-close {
			border: solid 3px #e94c4b;
			border-radius: 10rem;
			padding: 0.7rem;
			opacity: 1.0;
			color: #e94c4b;
			background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E73642'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
			position: relative;
			top: 2rem;
			right: 1rem;
		
		}
		
		.modal-header {
			display: flex;
			flex-shrink: 0;
			align-items: center;
			justify-content: space-between;
			padding: 0 1rem;
			border-bottom: 0 solid #dee2e6;
		}
		
		.modal h2 {
			font-family: balloon-urw-drop-shadow,sans-serif;
			font-weight: 400;
			font-style: normal;
			font-size: 2.2rem;
		}
		
		.shape-circle {
			position: absolute;
			bottom: 10vw;
			left: -20vw;
			width: 40vw;
			display: block;
		}

		.checkerboard {
		position: fixed;
		top: 30vh;
		z-index: 0;
		left: 0;
		display: block;
		}

		
	}
	
	/* Large devices (desktops, 992px and up)*/
	@media (min-width: 992px) {
		.bg01 {
			position: fixed;
			z-index: -1;
			top: 5rem;
			left: 0;
		}
		
		.btn {
			margin-top: 3rem;
			margin-left: 5rem;
			width: 20vw;
			border-radius: 100rem;
			padding: 0.7rem;
			font-family: 'bagnardregular';
			font-size: 3vw;
			background-color: black;
			border: none;
			position: fixed;
			z-index: 10;
		}
		
		.btn03 {
			position: relative;
			margin-top: 0;
			margin-left: 0;
			z-index: 10;
			padding: 0.7rem 3rem;
			width: auto;
			background-color: #e94c4b;
		}
		
		.btn03:hover {
			background-color: black;
		}
		
		.shape04 {
			position: absolute;
			top: 2vw;
			left: 45vw
		}
		
		.pixels {
			position: absolute;
			top: 25vw;
			left: 45vw;
			width: 12vw;
		}
		
		.potlood {
			position: absolute;
			top: 5.5rem;
			right: 9rem;
			display: block;
		}
		
		.headliners {
			margin-top: 25rem;
			margin-bottom: 10rem;
		}
		
		.headliners h1 {
			font-size: 3vw;
			line-height: 4vw;
		}
		.info p {
			font-family: 'bagnardregular';
			font-size: 1.8vw;
			line-height: 2.4vw;
		}
		
		.footer {
			margin-top: 10rem;
			margin-bottom: 18rem;
		
		}
		
		.footer p {
			font-family: 'bagnardregular';
			font-size: 1.2vw;
			line-height: 1.5vw;
		}
		
		/*modal stuff*/
		.modal-content {
			border: solid 8px black;
			border-radius: 2rem;
			box-shadow: 20px 20px black;
		}
		
		.modal h1 {
			color: #e94c4b;
			font-size: 3rem;
		}
		
		.modal .btn-close {
			border: solid 4px #e94c4b;
			border-radius: 10rem;
			padding: 1rem;
			opacity: 1.0;
			color: #e94c4b;
			background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
			position: relative;
			top: 2rem;
			right: 2rem;
		
		}
		
		.modal-header {
			display: flex;
			flex-shrink: 0;
			align-items: center;
			justify-content: space-between;
			padding: 0 1rem;
			border-bottom: 0 solid #dee2e6;
		}
		
		.modal h2 {
			font-family: balloon-urw-drop-shadow,sans-serif;
			font-weight: 400;
			font-style: normal;
			font-size: 2.8rem;
		}
		
		.potlood {
			position: absolute;
			top: 5.5rem;
			right: 9rem;
		}
		
		.shape-circle {
			position: absolute;
			top: 155vw;
			left: -20vw;
			width: 40vw;
		}
		
		
	}
	
	/* X-Large devices (large desktops, 1200px and up)*/
	@media (min-width: 1200px) {
		
		.pixels {
			position: absolute;
			top: 18vw;
			left: 35vw;
			width: 12vw;
		}
		
		.shape-circle {
			position: absolute;
			top: 155vw;
			left: -20vw;
			width: 40vw;
		}
		
	}
	
	/* XX-Large devices (larger desktops, 1400px and up)*/
	@media (min-width: 1400px) {
	}