body{
	color: #154A6C !important;
	background-color: #FDFCFA !important;
  font-family: "neulis-sans", sans-serif;
}

h1, h2, h3, h4{
  font-family: "Anton", sans-serif;
}

.container-custom{
  max-width: 1500px;
}

#navigation .nav-link{
	text-transform: uppercase !important;
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.no-click{
  pointer-events: none !important;
}

.list-group{
  position: sticky;
  top: 25px;
}

.hero{
	margin-top: -66px !important;
	padding-top: 66px !important;
	background-image: url('../images/hero-image.png');
	min-height: 100vh;
	background-position: center bottom;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	overflow: hidden !important;
}

.hero .container{
	position: relative;
}

.text-blue{
	color: #154A6C !important;
}

.text-left{
  text-align: left !important;
}

.bg-light{
	background-color: #DFE9EF !important;
}

.bg-blue{
  background-color: #154A6C !important;
  border-color: #154A6C !important;
}

.border-success{
  border-color: #154A6C !important;
}

.btn-primary{
	background-color: #154A6C !important;
	border: 1px solid #154A6C !important;
	border-radius: 25px !important;
	color: white !important;
}

.btn-lang{
  background-color: transparent !important;
  color: #154A6C !important;
  border: none !important;
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.dropdown-menu{
  background-color: transparent;
  border: none !important;
}

.sdg-circle{
	position: absolute;
	width: 80%;
	left: 10%;
	right: 10%;
}

.border-radius{
	border-radius: 1rem;
}

ul li{
	position: relative;
	list-style: none;
}

ul:not(.nav) li.li-red::before {
  content: "";
  position: absolute;
  left: -25px !important;
  top: 2px;
  width: 20px;   /* gewenste breedte */
  height: 20px;  /* gewenste hoogte */
  background: url("/images/icon-red-leaf.png") no-repeat center center;
  background-size: contain;
}

ul:not(.nav) li.li-green::before {
  content: "";
  position: absolute;
  left: -25px !important;
  top: 2px;
  width: 20px;   /* gewenste breedte */
  height: 20px;  /* gewenste hoogte */
  background: url("/images/icon-green-leaf.png") no-repeat center center;
  background-size: contain;
}

ul:not(.nav) li.li-yellow::before {
  content: "";
  position: absolute;
  left: -25px !important;
  top: 2px;
  width: 20px;   /* gewenste breedte */
  height: 20px;  /* gewenste hoogte */
  background: url("/images/icon-yellow-leaf.png") no-repeat center center;
  background-size: contain;
}

ul:not(.nav) li.li-blue::before {
  content: "";
  position: absolute;
  left: -25px !important;
  top: 2px;
  width: 20px;   /* gewenste breedte */
  height: 20px;  /* gewenste hoogte */
  background: url("/images/icon-blue-leaf.png") no-repeat center center;
  background-size: contain;
}

.card-img, .card-img-top{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: bottom;
}

input:not(.form-check-input){
	background-color: transparent !important;
	border: 2px solid #154A6C !important;
	border-radius: 0px !important;
}

textarea{
	background-color: transparent !important;
	border: 2px solid #154A6C !important;
	border-radius: 0px !important;
}

.custom-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 2px solid #2f4f6f;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.card-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
  -webkit-backface-visibility: hidden;
}

.card-wrapper .card {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  overflow: visible;
}

.shadow-effect-red::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(0px, 5px) rotate(5deg);
  background-color: #E8233E;
  border-radius: 1rem;
  z-index: -1;
  pointer-events: none;
}

.shadow-effect-blue::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(0px, 5px) rotate(5deg);
  background-color: #134362;
  border-radius: 1rem;
  z-index: -1;
  pointer-events: none;
}

.shadow-effect-green::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(0px, 5px) rotate(5deg);
  background-color: #5AB446;
  border-radius: 1rem;
  z-index: -1;
  pointer-events: none;
}

.shadow-effect-yellow::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(0px, 5px) rotate(5deg);
  background-color: #E4B635;
  border-radius: 1rem;
  z-index: -1;
  pointer-events: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: transparent !important;
	color: #154A6C !important;
}

/* ---------- PROGRAMME TABS ---------- */

.programme-times .list-group-item {
  border: 2px solid transparent;        /* groene rand komt later */
  background: transparent;
  color: #002d5b;
  border-radius: 50px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease;
}

/* de tijd en de pijltje-icon krijgen hun eigen “chip”-stijl */
.programme-times .list-group-item span:first-child,
.programme-times .list-group-item .arrow {
  background-color: #f4f7f8;
  color: #002d5b;
  padding: 6px 14px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: all 0.25s ease;
}

/* middelste tekst (“Workshops”) blijft transparant */
.programme-times .list-group-item span:nth-child(2) {
  flex-grow: 1;
  text-align: left;
  opacity: 0.7;
  font-weight: 500;
}

/* hover effect */
.programme-times .list-group-item:hover {
  border-color: #b4d234; /* lichtgroene rand */
}

/* -------- ACTIVE STATE -------- */
.programme-times .list-group-item.active {
  border-color: #b4d234; /* groene rand */
  background: transparent;
  color: #002d5b;
}

/* tijd en pijl krijgen groene achtergrond bij actieve tab */
.programme-times .list-group-item.active span:first-child,
.programme-times .list-group-item.active .arrow {
  background-color: #b4d234;
  color: #002d5b;
}

/* kleine hover-animatie */
.programme-times .list-group-item:hover span:first-child,
.programme-times .list-group-item:hover .arrow {
  background-color: #e1ee8b;
}

/* pijltje iets vetter maken */
.programme-times .arrow {
  font-size: 1.1rem;
  font-weight: 700;
}

.image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: visible;
}

.image-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translate(11px, 10px) rotate(-6deg);
  border-radius: 1rem;
}

.green-bg::before { background-color: #5EBB4A; }
.yellow-bg::before { background-color: #f8d348; }
.blue-bg::before { background-color: #0f6fbf; }
.red-bg::before { background-color: #d71a28; }

.list-group-item+.list-group-item.active{
	margin-top: 0px !important;
	border-top-width: 2px !important;
}

.partner-container img{
  aspect-ratio: 2 / 1;
  object-fit: contain;
  max-height: 100%;
}

@media (max-width: 576px) {
  .shadow-effect::before { transform: translate(8px, 8px) rotate(-3deg); }
  .shadow-effect::after  { transform: translate(14px, 14px) rotate(1deg); }
}


@media only screen and (max-width: 991px) {
	.hero{
		min-height: 65vh !important;
	}

	.bg-blue-mobile{
		background-color: #DFE9EF !important;
	}

	.navbar-light .navbar-toggler{
		border: none !important;
	}
}