@media (max-width: 605px) {
  .spraycan-anim-group {
    top: 35px !important;
    left: 18px !important;
  }
}
@media (max-width: 605px) {
  .spraycan-anim-group {
    top: 35px !important;
    left: 18px !important;
  }
}
/* --- Forceer logo positie op kleine schermen --- */
@media (max-width: 700px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  .spraycan-anim-group {
    position: absolute !important;
    top: 20px !important;
    left: -10px !important;
    right: auto !important;
    width: 320px !important;
    height: 420px !important;
    pointer-events: none;
    overflow: visible;
  }
  .spraycan-spray {
    left: 55vw !important;
    top: -13vw !important;
    width: 28vw !important;
    min-width: 60px !important;
    max-width: 120px !important;
    transform: translateX(-50%) scaleX(1.1) scaleY(1.1) rotate(-88deg) !important;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
  font-size: 10px;
  font-family: "Rethink Sans", sans-serif;
  font-style: normal;
/* Optioneel: class voor Rethink Sans */
.rethink-sans {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
.container {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
p {
	color: black;
	font-size: 1.4rem;
	margin-top: 5px;
	line-height: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
}
.section-title {
	font-size: 4rem;
	font-weight: 300;
	color: black;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
}
.section-title span {
	color: rgb(37,38,95);
}

.cta {
	display: inline-block;
	padding: 10px 30px;
	color: white;
	background-color: transparent;
	border: 2px solid rgb(37,38,95);
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.3s ease;
	transition-property: background-color, color;
}
.cta:hover {
	color: white;
	background-color: rgb(37,38,95);
}
.brand h1 {
	font-size: 3rem;
	text-transform: uppercase;
	color: white;
}
.brand h1 span {
	color: rgb(37,38,95);
}
li.lang-switch .lang-btn {
    	background-color: transparent;
  		color: white;
  		border: 2px solid white;
  		padding: 3px 6px;       
  		margin: 0 2px;         
  		cursor: pointer;
  		font-weight: bold;
  		text-transform: uppercase;
  		font-size: 0.85rem;
  	}

  	li.lang-switch .lang-btn:hover {
    	background-color: white,transparent 80%;
    	color: rgb(37, 38, 95);
    	border-color: rgb(37, 38, 95);
  	}

/* Header section */
#header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
}
#header .header {
	min-height: 8vh;
	background-color: rgba(31, 30, 30, 0.24);
	transition: 0.3s ease background-color;
}
#header .nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	padding: 0 10px;
}
#header .nav-list ul {
	list-style: none;
	position: absolute;
	background-color: rgb(31, 30, 30);
	width: 100vw;
	height: 100vh;
	left: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow-x: hidden;
	transition: 0.5s ease left;
}
#header .nav-list ul.active {
	left: 0%;
}
#header .nav-list ul a {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	display: block;
}
#header .nav-list ul a::after {
	content: attr(data-after);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: rgba(240, 248, 255, 0.021);
	font-size: 13rem;
	letter-spacing: 50px;
	z-index: -1;
	transition: 0.3s ease letter-spacing;
}
#header .nav-list ul li:hover a::after {
	transform: translate(-50%, -50%) scale(1);
	letter-spacing: initial;
}
#header .nav-list ul li:hover a {
	color: rgb(37,38,95);
}
#header .hamburger {
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid white;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	cursor: pointer;
	transform: scale(0.8);
	margin-right: 20px;
}
#header .hamburger:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 3px solid white;
	animation: hamburger_puls 1s ease infinite;
}
#header .hamburger .bar {
	height: 2px;
	width: 30px;
	position: relative;
	background-color: white;
	z-index: -1;
}
#header .hamburger .bar::after,
#header .hamburger .bar::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: white;
	transition: 0.3s ease;
	transition-property: top, bottom;
}
#header .hamburger .bar::after {
	top: 8px;
}
#header .hamburger .bar::before {
	bottom: 8px;
}
#header .hamburger.active .bar::before {
	bottom: 0;
}
#header .hamburger.active .bar::after {
	top: 0;
}
/* End Header section */

/* home Section */
#home {
	background: none !important;
	position: relative;
	z-index: 1;
}
.mobile-logo {
  display: none !important;
  opacity: 0;
}
#home::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(155, 153, 153);
	opacity: 0.7;
	z-index: -1;
}
#home .home {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
	justify-content: flex-start;
}
#home h1 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

#home h1 span {
  position: relative;
  display: inline-block;
  color: transparent; /* <-- tekst is onzichtbaar bij laden */
  z-index: 2;
  animation: text_reveal 0.01s forwards;
}

#home h1:nth-of-type(1) span { animation-delay: 1s; }
#home h1:nth-of-type(2) span { animation-delay: 2s; }
#home h1:nth-of-type(3) span {
  animation: text_reveal_name 0.01s forwards;
  animation-delay: 3.2s;
}

#home h1 span::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 0; /* <-- niet zichtbaar bij laden */
  height: 100%;
  background: #25305f;
  z-index: 3;
  animation: text_reveal_box 1s forwards;
}

#home h1:nth-of-type(1) span::before { animation-delay: 0.5s; }
#home h1:nth-of-type(2) span::before { animation-delay: 1.5s; }
#home h1:nth-of-type(3) span::before { animation-delay: 2.5s; }

@keyframes text_reveal_box {
  0%   { width: 0; left: 0; }
  50%  { width: 100%; left: 0; }
  100% { width: 0; left: 100%; }
}
@keyframes text_reveal {
  100% { color: #222; }
}
@keyframes text_reveal_name {
  100% { color: #25305f; font-weight: bold; }
}
/* End home Section */

/* missions Section */
#missions .missions {
	flex-direction: column;
	text-align: center;
	max-width: 1500px;
	margin: 0 auto;
	padding: 100px 0;
}
#missions .mission-download-icon img {
	margin-top: 20px;
	width: 35px;
	height: 35px;
	object-fit: contain;
	cursor: pointer;
}
.mission-download-icon a {
  display: flex;
  align-items: center; 
  gap: 10px; 
  color: rgb(37,38,95);
  font-size: 1rem;
}
#missions .mission-top {
	max-width: 500px;
	margin: 0 auto;
}
#missions .mission-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
#missions .mission-item {
	flex-basis: 80%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	border-radius: 10px;
	background-size: cover;
	margin: 10px 5%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 470px;
}
#missions .mission-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: 0.9;
	z-index: -1;
}
#missions .mission-bottom .icon {
	height: 160px;
	width: 160px;
	margin-bottom: 10px;
}
#missions .mission-item h2 {
	font-size: 2rem;
	color: white;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#missions .mission-item p {
	color: white;
	text-align: left;
}
/* End missions Section */

/* events section */
#events .events {
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
#events .events-header h1 {
	margin-bottom: 50px;
}
#events .all-events {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#events .event-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
	border-radius: 10px;
}
#events .event-info {
	padding: 30px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	color: white;
}
#events .event-info h1 {
	font-size: 4rem;
	font-weight: 500;
}
#events .event-info h2 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 10px;
}
#events .event-info p {
	color: white;
}
#events .event-img {
	flex-basis: 50%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#events .event-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;

	opacity: 0.7;
}
#events .event-img img {
	transition: 0.3s ease transform;
}
#events .event-item:hover .event-img img {
	transform: scale(1.1);
}
.event-info p[class="event2register3x3"] {
  display: flex;
  background-color: #00172e;  /* dark blue */
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 25px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  animation: pulseShadow 3.5s infinite ease-in-out;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.event-info p[class="event2register3x3"] a {
  color: white;
  text-decoration: none;
}

.event-info p[class="event2register3x3"]:hover {
  background-color: #022e5a;  /* lighter blue on hover */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 6px 20px rgba(246, 247, 248, 0.6);
  }
  100% {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }
}

/* Play icon iets groter */
	.video-icon {
  		position: absolute;
  		top: 10px;    
  		right: 10px;  
  		width: 50px;  
  		height: 50px; 
  		cursor: pointer;
  		opacity: 0.85;
  		transition: opacity 0.3s ease;
  		z-index: 10;
	}

	.video-icon:hover {
  		opacity: 1;
	}
	#vertical-video {
  		display: flex;
  		justify-content: center;
 		align-items: center;
  		padding: 2rem;
	}

#vertical-video video {
  max-height: 90vh;
  width: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(37,38,95);
}
/* End events section */

/* About Section */
#about .about {
	flex-direction: column-reverse;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 20px;
}
#about .col-left {
	width: 250px;
	height: 360px;
}
#about .col-right {
	width: 100%;
}
#about .col-right h2 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}
#about .col-right p {
	margin-bottom: 20px;
}
#about .col-right .cta {
	color: black;
	margin-bottom: 50px;
	padding: 10px 20px;
	font-size: 2rem;
}
#about .col-left .about-img {
	height: 100%;
	width: 100%;
	position: relative;
	outline-color: 0 0 rgba(245, 245, 220, 0.267);
}
#about .col-left .about-img::after {
	content: '';
	position: absolute;
	left: -33px;
	top: 19px;
	height: 98%;
	width: 98%;
	border: 8px solid rgb(37,38,95);
	z-index: -1;
	animation: ripple 4s ease-in-out infinite;
    opacity: 0.3;
    transform-origin: center;
	border: none;
}
/* End About Section */

/* contact Section */
#contact .contact {
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
#contact .contact-items {
	/* max-width: 400px; */
	width: 100%;
}
#contact .contact-item {
	width: 80%;
	padding: 50px;
	text-align: center;
	border-radius: 10px;
	padding: 20px;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 0px 18px 0 #0000002c;
	transition: 0.3s ease box-shadow;
}
#contact .contact-item:hover {
	box-shadow: 0px 0px 5px 0 #0000002c;
}
#contact .icon {
	width: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#contact .contact-info h1 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 5px;
}
#contact .contact-info h2 {
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 500;
}
/*End contact Section */

/* Footer */
#footer {
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}
#footer .footer {
	min-height: 200px;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer h2 {
	color: white;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-logo-DST img {
  max-width: 80px;
  height: auto;
  margin-top: 5px;
}
#footer .social-icon {
	display: flex;
	margin-bottom: 30px;
}
#footer .social-item {
	height: 50px;
	width: 50px;
	margin: 0 5px;
}
#footer .social-item img {
	filter: grayscale(1);
	transition: 0.3s ease filter;
}
#footer .social-item:hover img {
	filter: grayscale(0);
}
#footer p {
	color: white;
	font-size: 1.3rem;
}
/* End Footer */

/* Privacy button styling */
.footer-privacy-btn {
  float: left;
  margin-right: 2rem;
}
#privacyBtn {
  background: #25305f;
  color: #fff;
  border: none;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s;
}
#privacyBtn:hover {
  background: #1a2340;
}

/* Privacy modal styling */
#privacyModal {
  display: none;
  position: fixed;
  left: 50%;
  top: 10vh;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 400px;
  height: 70vh;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  z-index: 2000;
  overflow-y: auto;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
#privacyModal h2 {
  color: #25305f;
  margin-top: 0;
}
#privacyModal button#closePrivacyModal {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #25305f;
  cursor: pointer;
}
@media (max-width: 600px) {
  #privacyModal {
    max-width: 95vw;
    height: 80vh;
    padding: 1rem;
  }
}
/* Keyframes */
@keyframes hamburger_puls {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.4);
	}
}
@keyframes text_reveal_box {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes text_reveal {
	100% {
		color: white;
	}
}
@keyframes text_reveal_name {
	100% {
		color: rgb(37,38,95);
		font-weight: bold;
	}
}
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}
@keyframes vintageLogoIn {
  0% {
    opacity: 0;
    filter: sepia(0.8) contrast(0.7) brightness(0.8) blur(2px);
    transform: scale(0.85) rotate(-5deg);
  }
  60% {
    opacity: 1;
    filter: sepia(0.6) contrast(1.2) brightness(1) blur(0.5px);
    transform: scale(1.05) rotate(2deg);
  }
  80% {
    filter: sepia(0.5) contrast(1.1) brightness(0.95) blur(0);
    transform: scale(0.98) rotate(-1deg);
  }
  100% {
    opacity: 1;
    filter: sepia(0.5) contrast(1.1) brightness(0.95) blur(0);
    transform: scale(1) rotate(0deg);
  }
}
@keyframes vintageNoiseIn {
  0% { opacity: 0; }
  100% { opacity: 0.25; }
}
@keyframes logo-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* End Keyframes */

/* Media Query For Tablet */
@media only screen and (min-width: 767px) {
	.cta {
		font-size: 2.5rem;
		padding: 20px 60px;
	}
	h1.section-title {
		font-size: 6rem;
	}

	/* home */
	#home h1 {
		font-size: 7rem;
	}
	.mobile-logo {
    	display: none;
		
  	}
	/* End home */

	/* missions Section */
	#missions .mission-bottom .mission-item {
		flex-basis: 45%;
		margin: 2.5%;
	}
	.mission-download-icon {
  		text-align: center;
  		margin: 10px;
  		margin-top: 10px;
	}
	.mission-download-icon img {
		width: 40px;
		height: 40px;
		object-fit: contain;
		cursor: pointer;
	}
	/* End missions Section */

	/* event */
	#events .event-item {
		flex-direction: row;
	}
	#events .event-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	#events .event-item {
		height: 400px;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	#events .all-events .event-info {
		height: 100%;
	}
	#events .all-events .event-img {
		height: 100%;
	}
	/* Video icon styling */
	.video-icon {
  		position: absolute;
  		top: 10px;
  		right: 10px;
  		width: 56px;
  		height: 56px;
  		cursor: pointer;
  		opacity: 0.85;
  		transition: opacity 0.3s ease;
  		z-index: 10;
	}

	.video-icon:hover {
  		opacity: 1;
	}
	/* End event */

	/* About */
	#about .about {
		flex-direction: row;
	}
	#about .col-left {
		width: 600px;
		height: 400px;
		padding-left: 60px;
	}
	#about .about .col-left .about-img::after {
		left: -45px;
		top: 34px;
		height: 98%;
		width: 98%;
		border: 10px solid rgb(37,38,95);
	}
	#about .col-right {
		text-align: left;
		padding: 30px;
	}
	#about .col-right h1 {
		text-align: left;
	}
	/* End About */

	/* contact  */
	#contact .contact {
		flex-direction: column;
		padding: 100px 0;
		align-items: center;
		justify-content: center;
		min-width: 20vh;
	}
	#contact .contact-items {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		margin: 0;
	}
	#contact .contact-item {
		width: 30%;
		margin: 0;
		flex-direction: row;
	}
	#contact .contact-item .icon {
		height: 100px;
		width: 100px;
	}
	#contact .contact-item .icon img {
		object-fit: contain;
	}
	#contact .contact-item .contact-info {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}
	/* End contact  */
}
/* End Media Query For Tablet */

/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {
	/* header */
	#header .hamburger {
		display: none;
	}
	#header .nav-list ul {
		position: initial;
		display: block;
		height: auto;
		width: fit-content;
		background-color: transparent;
	}
	#header .nav-list ul li {
		display: inline-block;
	}
	#header .nav-list ul li a {
		font-size: 1.8rem;
	}
	#header .nav-list ul a:after {
		display: none;
	}
	/* End header */

	#missions .mission-bottom .mission-item {
		flex-basis: 22%;
		margin: 1.5%;
	}
	.video-icon {
    	width: 35px;
    	height: 35px;
  	}
  	#vertical-video {
 		display: flex;
  		justify-content: center;
  		align-items: center;
  		padding: 2rem;
	}

	#vertical-video video {
  		max-height: 90vh;
  	 width: auto;
  	 border-radius: 12px;
  	 box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
	}
	li.lang-switch .lang-btn {
    	background-color: transparent;
  		color: white;
  		border: 2px solid white;
  		padding: 2px 4px;       
  		margin: 0 2px;         
  		cursor: pointer;
  		font-weight: bold;
  		text-transform: uppercase;
  		font-size: 0.75rem;
  	}

  	li.lang-switch .lang-btn:hover {
    	background-color: white,transparent 80%;
    	color: rgb(37, 38, 95);
    	border-color: rgb(37, 38, 95);
  	}
	#contact .contact-items {
  		display: flex;
  		flex-direction: row;
  		justify-content: center;
  		gap: 40px; 
	}
	li.lang-switch .lang-btn {
    	background-color: transparent;
  		color: white;
  		border: 2px solid white;
  		padding: 3px 6px;       
  		margin: 0 2px;         
  		cursor: pointer;
  		font-weight: bold;
  		text-transform: uppercase;
  		font-size: 0.85rem;
  	}
}

/* End  Media Query For Desktop */
@media only screen and (max-width: 766px) {
  #home {
    background: none !important;
    position: relative;
    min-height: 350px; 
    display: flex;
    align-items: center;
    justify-content: center;
  }
 #home .home > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  #home h1 {
    text-align: center;
  }
  .mobile-logo {
    display: block !important;
    opacity: 0;
    filter: sepia(0.5) contrast(1.1) brightness(0.95);
    animation: vintageLogoIn 2.5s cubic-bezier(.68,-0.55,.27,1.55) 0s forwards;
    position: relative;
    z-index: 2;
    max-width: 200px;
    margin-bottom: 2rem;
  }
  /* Overlay */
  #home::after {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgb(155, 153, 153);
    opacity: 0.7;
    z-index: 1;
  }
  #home h1 {
    position: relative;
    z-index: 2;
  }
  .mobile-logo {
    filter: sepia(0.5) contrast(1.1) brightness(0.95);
    opacity: 0;
    animation: vintageLogoIn 2.5s cubic-bezier(.68,-0.55,.27,1.55) 0.3s forwards;
    position: relative;
    z-index: 2;
    max-width: 200px;
    margin-bottom: 2rem;
  }
  .logo-vintage-overlay {
    position: absolute;
    left: 50%; top: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    pointer-events: none;
    z-index: 3;
    opacity: 0.25;
    background: url('https://www.transparenttextures.com/patterns/noise.png');
    animation: vintageNoiseIn 2.5s 0.8s forwards;
    opacity: 0;
    border-radius: 12px;
  }
}

/* Vintage Logo Animation */
@keyframes vintageLogoIn {
  0% {
    opacity: 0;
    filter: sepia(0.8) contrast(0.7) brightness(0.8) blur(2px);
    transform: scale(0.85) rotate(-5deg);
  }
  60% {
    opacity: 1;
    filter: sepia(0.6) contrast(1.2) brightness(1) blur(0.5px);
    transform: scale(1.05) rotate(2deg);
  }
  80% {
    filter: sepia(0.5) contrast(1.1) brightness(0.95) blur(0);
    transform: scale(0.98) rotate(-1deg);
  }
  100% {
    opacity: 1;
    filter: sepia(0.5) contrast(1.1) brightness(0.95) blur(0);
    transform: scale(1) rotate(0deg);
  }
}
@keyframes vintageNoiseIn {
  0% { opacity: 0; }
  100% { opacity: 0.25; }
}

/* Slideshow popup voor graffiti foto's */
#grafTModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.92);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}
#grafTModal .grafT-close-btn {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
#grafTSlideshow {
  max-width: 90vw;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#grafTImage {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}
.grafT-nav-btns {
  margin-top: 18px;
  display: flex;
  gap: 18px;
}
.grafT-nav-btns button {
  font-size: 1.3rem;
  background: #064375;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  cursor: pointer;
}
.grafT-nav-btns button:hover,
.grafT-nav-btns button:focus {
  background: #444;
}
/* Zijknop wrapper apart positioneren */
.event-external-btn-outer {
  position: relative;
}
.event-external-btn-wrapper {
  position: absolute;
  top: 5cm;
  right: -720px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media only screen and (max-width: 766px) {
	.event-external-btn-wrapper {
		position: absolute;
		top: -21vw;
		right: -40vw;
		z-index: 10;
		display: flex;
		align-items: flex-start;
		height: auto;
		width: auto;
		pointer-events: auto;
	}
	.event-external-btn-img {
		width: 120px;
		height: 120px;
	}
}
.event-external-btn {
  background: #fff;
  color: #064375;
  border: 2px solid #064375;
  border-radius: 24px;
  padding: 10px 22px;
  font-size: 1.3rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(37,38,95,0.08);
  transition: background 0.2s, color 0.2s;
  margin-top: 12px;
}
.event-external-btn:hover,
.event-external-btn:focus {
  background: #064375;
  color: #fff;
}
.event-external-btn-img {
  cursor: pointer;
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	filter: drop-shadow(0 0 18px #fff) drop-shadow(0 0 32px #25305f);
	transition: filter 0.3s, box-shadow 0.3s, transform 0.3s;
}
.event-external-btn-img:hover,
.event-external-btn-img:focus {
filter: drop-shadow(0 0 32px #fff) drop-shadow(0 0 48px #25305f);
  transform: scale(1.08) translateY(-10px);
  animation: bounceArrow 0.4s;
}
@keyframes bounceArrow {
  0%   { transform: scale(1) translateY(0); }
  40%  { transform: scale(1.12) translateY(-18px); }
  60%  { transform: scale(1.05) translateY(-8px); }
  100% { transform: scale(1.08) translateY(-10px); }
}
.all-events {
  position: relative;
}

/* Desktop-only hexagon logo naast home titel */
/* VERWIJDERD: .desktop-hex-logo styling en animatie */

/* Video popup styling */
#videoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#eventVideo {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 12px;
}
.video-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* Zorg dat de glow niet wordt afgesneden */
.event-external-btn-outer,
.event-external-btn-wrapper {
  overflow: visible !important;
}

@media only screen and (min-width: 1200px) {
  .video-icon {
    width: 56px !important;
    height: 56px !important;
  }
}
.info-icon {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 11;
}
.info-icon-top {
  top: 10px;
  left: 10px;
  right: auto;
  bottom: auto;
  position: absolute;
  width: 56px;
  height: 56px;
  z-index: 12;
}
@media (max-width: 600px) {
  .info-icon {
    width: 48px;
    height: 48px;
    left: 6px;
    bottom: 6px;
  }
  .info-icon-top {
    width: 48px;
    height: 48px;
    top: 6px;
    left: 6px;
  }
}
@media (min-width: 601px) {
  .info-icon {
    width: 56px;
    height: 56px;
    left: 10px;
    bottom: 10px;
  }
  .info-icon-top {
    width: 56px;
    height: 56px;
    top: 10px;
    left: 10px;
  }
}

/* Zorg dat de modal en foto goed werken op alle devices */
#grafTModal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
}
#grafTSlideshow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#grafTImage {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}
.grafT-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 2.5rem;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 10001;
}

/* Spraycan animation */
/* Spray effect styling */
.spraycan-spray {
  position: absolute;
  left: 83%;
  top: 7%;
  transform: translateX(-50%) scaleX(1.1) scaleY(1.1) rotate(-83deg);
  width: 180px;
  height: auto;
  z-index: 102;
  pointer-events: none;
  opacity: 0.7;
  filter: drop-shadow(0 0 18px #04345c) drop-shadow(0 0 32px #012c50);
  transition: opacity 0.3s, filter 0.3s;
}
.spraycan-bounce {
  position: fixed;
  right: 8cm;
  top: 65%;
  transform: translateY(-50%) rotate(20deg);
  width: 170px !important;
  height: auto;
  z-index: 100;
  opacity: 0;
  animation: spraycanIn 1.2s cubic-bezier(.68,-0.55,.27,1.55) 0.3s forwards, spraycanOut 1.2s cubic-bezier(.68,-0.55,.27,1.55) 4.5s forwards;
  pointer-events: none;
  filter: brightness(1.15) drop-shadow(0 0 12px rgba(255, 255, 255, 0.692));
}
@keyframes spraycanIn {
  0% {
    right: -120px;
    opacity: 0;
    transform: translateY(-50%) scale(0.7) rotate(20deg);
  }
  60% {
    right: 0;
    opacity: 1;
    transform: translateY(-50%) scale(1.1) rotate(20deg);
  }
  80% {
    right: 40px;
    transform: translateY(-50%) scale(0.95) rotate(20deg);
  }
  100% {
    right: 0;
    opacity: 1;
    transform: translateY(-50%) scale(1) rotate(20deg);
  }
}
@keyframes spraycanOut {
  0% {
    opacity: 1;
    right: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  100% {
    opacity: 0;
    right: 160px;
    transform: translateY(-50%) scale(0.7) rotate(20deg);
  }
}
.spraycan-logo {
  position: fixed;
  right: calc(8cm + 120px);
  top: 38%;
  transform: translateY(-50%) scale(1);
  width: 600px;
  height: auto;
  z-index: 101;
  opacity: 0;
  animation: spraylogoIn 1.2s cubic-bezier(.68,-0.55,.27,1.55) 2.5s forwards;
  pointer-events: none;
}
@keyframes spraylogoIn {
  0% {
    opacity: 0;
    filter: blur(24px) brightness(0.7);
    transform: scale(0.7);
  }
  60% {
    opacity: 0.7;
    filter: blur(8px) brightness(1);
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    filter: blur(2px) brightness(1.1);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    filter: blur(0px) brightness(1);
    transform: scale(1);
  }
}
@media (max-width: 600px) {
  .spraycan-bounce {
    top: 18%;
    left: 50%;
    transform: translateX(-50%) translateY(0%) rotate(15deg);
    width: 22vw;
    min-width: 60px;
    max-width: 90px;
    z-index: 101;
    position: absolute;
  }
  .spraycan-logo {
    top: -7em !important;
    left: auto !important;
    right: 0.2em !important;
    transform: none !important;
    width: calc(44vw + 1cm) !important;
    min-width: 120px !important;
    max-width: 220px !important;
    z-index: 100 !important;
    position: absolute !important;
  }
  .home-titles {
    margin-top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-titles {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .spray-drip.mobile-hide {
    display: none !important;
  }
  @keyframes spraycanIn {
    0% {
      right: 100vw;
      opacity: 0;
      transform: translateX(60%) translateY(0%) scale(0.7) rotate(20deg);
    }
    60% {
      right: 50%;
      opacity: 1;
      transform: translateX(60%) translateY(0%) scale(1.1) rotate(20deg);
    }
    80% {
      right: 55%;
      transform: translateX(60%) translateY(0%) scale(0.95) rotate(20deg);
    }
    100% {
      right: 50%;
      opacity: 1;
      transform: translateX(60%) translateY(0%) scale(1) rotate(20deg);
    }
  }
  @keyframes spraylogoIn {
    0% {
      opacity: 0;
      filter: sepia(0.8) contrast(0.7) brightness(0.8) blur(2px);
      transform: translateX(10%) translateY(0%) scale(0.7);
    }
    60% {
      opacity: 0.7;
      filter: sepia(0.6) contrast(1.2) brightness(1) blur(0.5px);
      transform: translateX(10%) translateY(0%) scale(1.05);
    }
    80% {
      opacity: 1;
      filter: sepia(0.5) contrast(1.1) brightness(0.95) blur(0);
      transform: translateX(10%) translateY(0%) scale(0.98);
    }
    100% {
      opacity: 1;
      filter: sepia(0.5) contrast(1.1) brightness(0.95) blur(0);
      transform: translateX(10%) translateY(0%) scale(1);
    }
  }
}
.home-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.home-titles {
  flex: 1 1 auto;
}
.spraycan-logo {
  position: fixed;
  right: calc(8cm + 120px);
  top: 38%;
  transform: translateY(-50%) scale(1);
  width: 440px;
  height: auto;
  z-index: 101;
  opacity: 0;
  animation: spraylogoIn 1.2s cubic-bezier(.68,-0.55,.27,1.55) 1.5s forwards;
  pointer-events: none;
}
@keyframes spraylogoIn {
  0% {
    opacity: 0;
    filter: blur(24px) brightness(0.7);
    transform: translateY(-50%) scale(0.7);
  }
  60% {
    opacity: 0.7;
    filter: blur(8px) brightness(1);
    transform: translateY(-50%) scale(1.1);
  }
  80% {
    opacity: 1;
    filter: blur(2px) brightness(1.1);
    transform: translateY(-50%) scale(0.95);
  }
  100% {
    opacity: 1;
    filter: blur(0px) brightness(1);
    transform: translateY(-50%) scale(1);
  }
}
@media (max-width: 600px) {
  /* Verwijderd dubbele spraycan-logo mobile styling, alles nu bovenaan */
}
.home-only {
  display: block !important;
}
section:not(#home) .home-only {
  display: none !important;
}
.spray-particle.p1 { top:10px; left:30px; width:12px; height:12px; animation-delay:1.5s; animation-duration:2.2s; }
.spray-particle.p2 { top:25px; left:80px; width:8px; height:8px; animation-delay:1.7s; animation-duration:2.2s; }
.spray-particle.p3 { top:40px; left:120px; width:16px; height:16px; animation-delay:1.9s; animation-duration:2.2s; }
.spray-particle.p4 { top:20px; left:200px; width:10px; height:10px; animation-delay:2.1s; animation-duration:2.2s; }
.spray-particle.p5 { top:50px; left:300px; width:14px; height:14px; animation-delay:2.3s; animation-duration:2.2s; }
.spray-particle.p6 { top:60px; left:400px; width:7px; height:7px; animation-delay:2.5s; animation-duration:2.2s; }
.spray-particle.p7 { top:35px; left:60px; width:9px; height:9px; animation-delay:1.6s; animation-duration:2.2s; }
.spray-particle.p8 { top:55px; left:180px; width:11px; height:11px; animation-delay:2.0s; animation-duration:2.2s; }
.spray-particle.p9 { top:15px; left:350px; width:13px; height:13px; animation-delay:2.4s; animation-duration:2.2s; }
.spray-particle.p10 { top:45px; left:390px; width:8px; height:8px; animation-delay:2.6s; animation-duration:2.2s; }
@keyframes sprayParticleAnim {
  0% { opacity: 0; transform: scale(0.2); }
  30% { opacity: 1; transform: scale(1.1); }
  80% { opacity: 0.7; transform: scale(1); }
  100% { opacity: 0; }
}
.spraycan-bounce-out {
  animation: spraycanOut 1.2s cubic-bezier(.68,-0.55,.27,1.55) forwards !important;
}
.spray-effect {
  position: fixed;
  top: 40%;
  right: calc(8cm + 120px);
  width: 440px;
  height: 80px;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  animation: sprayAnim 1.2s linear 1.5s forwards;
}
@keyframes sprayAnim {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); }
  10% { opacity: 1; clip-path: inset(0 90% 0 0); }
  30% { opacity: 1; clip-path: inset(0 60% 0 0); }
  60% { opacity: 1; clip-path: inset(0 20% 0 0); }
  100% { opacity: 1; clip-path: inset(0 0% 0 0); }
}
.spray-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.spray-particle {
  position: absolute;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
  opacity: 0.7;
  animation: sprayParticleAnim 1.2s linear 1.5s forwards;
}
@keyframes sprayParticleAnim {
  0% { opacity: 0; transform: scale(0.2); }
  30% { opacity: 1; transform: scale(1.1); }
  100% { opacity: 0.7; transform: scale(1); }
}
.spray-drip {
  position: fixed;
  right: calc(2cm + 160px);
  top: 32%;
  width: 120px;
  height: auto;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  animation: dripDown 2.5s linear 2.7s forwards;
}
@keyframes dripDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(80px);
  }
}
@media (max-width: 600px) {
  .spray-drip {
    display: none !important;
  }
}
.spraycan-bounce,
.spraycan-logo,
.spray-drip {
  position: absolute;
}
#home .home-content {
  position: relative;
  width: 100%;
  height: 420px;
}
.spraycan-anim-group {
  position: absolute;
  right: 2cm;
  top: 0;
  width: 320px;
  height: 420px;
  pointer-events: none;
  overflow: visible;
}
.spraycan-bounce,
.spraycan-logo,
.spray-drip {
  position: absolute;
}
.spraycan-bounce {
  left: 320px;
  width: 80px;
}
.spraycan-logo {
  left: -100px;
  width: 412px;
}
@keyframes spraycanIn {
  0% {
    right: -120px;
    opacity: 0;
    transform: translateY(-50%) scale(0.7) rotate(20deg);
  }
  60% {
    right: 0;
    opacity: 1;
    transform: translateY(-50%) scale(1.1) rotate(20deg);
  }
  80% {
    right: 40px;
    transform: translateY(-50%) scale(0.95) rotate(20deg);
  }
  100% {
    right: 0;
    opacity: 1;
    transform: translateY(-50%) scale(1) rotate(20deg);
  }
}
@keyframes spraycanOut {
  0% {
    opacity: 1;
    right: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  100% {
    opacity: 0;
    right: 160px;
    transform: translateY(-50%) scale(0.7) rotate(20deg);
  }
}
@media (max-width: 605px) {
  .spraycan-logo {
    position: relative;
    top: 35px;
    left: 18px;
  }
}