/* Algemene body en tekst styling voor tilburgsekermis2025 pagina */
body#tilburgsekermis2025 {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #2e2e6a;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

body#tilburgsekermis2025 a {
  color: #ec1e79;
  text-decoration: none;
}

body#tilburgsekermis2025 a:hover {
  text-decoration: underline;
}

/* Header en navigatie */
body#tilburgsekermis2025 header {
  background-color: #2e2e6a;
  padding: 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
}

body#tilburgsekermis2025 .main-nav.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

body#tilburgsekermis2025 .main-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;  /* Menu-items gecentreerd */
  margin: 0;
  padding: 0;
}

body#tilburgsekermis2025 .main-nav ul li {
  margin: 0 1.2rem;
}

body#tilburgsekermis2025 .main-nav ul li a {
  color: #ffffff;
  font-family: 'Anton', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s;
  display: inline-block;
  padding: 0.3rem 0;
}

body#tilburgsekermis2025 .main-nav ul li a:hover,
body#tilburgsekermis2025 .main-nav ul li a.active {
  color: #ec1e79;
  text-decoration: underline;
}

/* Countdown timer */
body#tilburgsekermis2025 #countdown-timer {
  text-align: center;
  background-color: #2e2e6a;
  color: #ec1e79;
  padding: 1rem;
  font-family: 'Anton', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

/* Container voor content */
body#tilburgsekermis2025 .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

/* Secties */
body#tilburgsekermis2025 .intro, 
body#tilburgsekermis2025 .nieuw, 
body#tilburgsekermis2025 .pleinen, 
body#tilburgsekermis2025 .video-section {
  margin-bottom: 2rem;
}

body#tilburgsekermis2025 .intro h2, 
body#tilburgsekermis2025 .nieuw h2, 
body#tilburgsekermis2025 .pleinen h2 {
  color: #ec1e79;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-size: 2rem;
}

body#tilburgsekermis2025 .intro p, 
body#tilburgsekermis2025 .nieuw p, 
body#tilburgsekermis2025 .pleinen ul, 
body#tilburgsekermis2025 .praktisch ul {
  font-size: 1rem;
  color: #2e2e6a;
}

body#tilburgsekermis2025 .nieuw {
  background-color: #fff5f8;
  border: 4px solid #ec1e79;
  border-radius: 10px;
  padding: 1.5rem 2rem;
}

body#tilburgsekermis2025 .nieuw a {
  font-weight: bold;
  color: #2e2e6a;
}

body#tilburgsekermis2025 .nieuw a:hover {
  text-decoration: underline;
}

body#tilburgsekermis2025 .pleinen {
  padding: 0;
}

body#tilburgsekermis2025 .plein {
  background-color: #e6f0ff;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border-left: 6px solid #34c3ef;
  border-radius: 10px;
}

body#tilburgsekermis2025 .plein h3 {
  margin-top: 0;
  color: #2e2e6a;
}

body#tilburgsekermis2025 .plein ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

body#tilburgsekermis2025 .video-section {
  text-align: center;
}

body#tilburgsekermis2025 .video-section h2 {
  color: #ec1e79;
  margin-bottom: 1rem;
}

body#tilburgsekermis2025 .video-section iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  border-radius: 10px;
  border: none;
}

/* Footer */
body#tilburgsekermis2025 footer {
  background-color: #2e2e6a;
  color: white;
  text-align: center;
  padding: 20px 10px;
  font-size: 0.9rem;
  font-family: Arial, sans-serif;
}
