/*---------------------------------------------------*/
/*Navigatie balk*/

.navbar {
  height: 100px;
  width: 90vw;
  margin: 0 auto;
  margin-top: 65px;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px; /* rounding */
  position: relative;
  background-color: #ffffff; /* Color */
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: space-between; /* Logo to the left, text to the right */
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 4em;
}

.navbar ul li {
  display: inline;
  text-decoration: none;
}

.navbar ul li a {
  padding: 0.25em 1em 0.25em 1em;
  color: #090909;
  text-decoration: none;
  font-size: x-large;
  font-weight: bold;
}

.navbar a:hover {
  color: #ff0000;
  transition-duration: 0.2s;
}

/* Dropdown menu container */
.navbar .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown button */
.navbar .dropdown .dropbtn {
  font-size: x-large;
  font-weight: bold;
  padding: 0.25em 1em;
  border: none;
  cursor: pointer;
  background-color: transparent; /* Inherit background from navbar */
  color: #090909;

}

.navbar .dropdown:hover .dropbtn {
  color: #ff0000;
}

/* Dropdown content (hidden by default) */
.navbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15), 0px 10px 10px rgba(0, 0, 0, 0.1);
}


/* Dropdown links */
.navbar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.navbar .dropdown-content a:hover {
  background-color: #ddd;
  border-radius: 20px;
  color: red;
}

/* Show the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-content {
  display: block;
}

/* Logo style */
.logo {
  width: 250px;
  height: 100%;
  margin-left: 15px;
}

/*---------------------------------------------------*/

header /*achtergrond foto*/ {
  background-image: url(media/HeaderBackgr.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 450px;
  width: auto;
  background-size: cover;
  position: relative;
}

.achtergrond{
  background-color: rgb(255, 255, 255);
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
  border-radius: 10px;
  height: 1400px;
}

/*---------------------------------------------------*/
/* volgende wedstrijd block */
.volgende_wedstrijd {
  margin-bottom: 50px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  border: 10px black;
  padding: 10px;
  border: 2px solid rgba(142, 142, 142, 0.405);
  border-radius: 20px;
  width: 98%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
  display: flex;
  align-items: center;
  .img{
    width: 130px;
    height: auto;
  }

  .logo1{
    float: left;
    margin: 20px;
    margin-left: 10%;
  }
  
  .logo2{
    align-items: right;
    margin: 20px;
    margin-right: 10%;
  }
}

.VWTekst {
  color: red;
}

/*---------------------------------------------------*/
/* Nieuws */
.nieuws {
  margin-left: 2%;
  text-align: left;
  padding: 10px;
  width: 60%;
}

.nieuwstitel {
  margin-top: 60px;
  margin-left: 20px;
  color: red;
}

.nieuwsblok, .nieuws1, .nieuws2 {
  margin-top: 20px;
  text-align: left;
  border: 10px black;
  padding: 10px;
  border: 2px solid rgba(142, 142, 142, 0.405);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  gap: 30px;
  background-color: white;
}

.nieuwstekst {
  margin-left: 10px;
}

.clubsupport, .Jubilarissen { /*Foto's Nieuwsartikelen*/
  height: auto;
  width: 200px;
  border-radius: 5px;
}

/*---------------------------------------------------*/
/* Jeugdwedstrijden */
.Jeugdwedstrijden {
  width: 400px;
  height: 1100px;
  border-radius: 20px;
  padding: 5px;
  float: right;
  margin-right: 2%;
  margin-top: 15px;
}

.wedstrijden {
  width: 400px;
  height: auto;
  border-radius: 20px;
  padding: 10px;
  float: right;
}

.Jo7, .Jo9, .Jo10, .Jo12, .Jo14, .Jo17, .Jo19 {
  border: 2px solid rgba(142, 142, 142, 0.405);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 21px;
  text-align: center;
  background-color: white;
  transition: background-color 0.4s ease;
}


.Team {
  color: red;
  padding-top: 10px;
}

.bottomText {
  padding-bottom: 10px;
}

.TitelJeugdWedstrijden {
  color: red;
}

.wedstrijdblok {
  text-decoration: none; /*geen blauwe link lijntjes*/
  color: inherit; /*linkkleur weg*/
  display: block;
}

/*---------------------------------------------------*/
/* Footer */
footer {
  background-color: red;
  color: white;
  padding-bottom: 20px;
  text-align: left;
  margin-top: 3%;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  margin: 10px;
  min-width: 200px;
}

.footer-section h3 {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}

.footer-section p, .footer-section a {
  color: white;
  text-decoration: none;
  margin: 5px 0;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

/*---------------------------------------------------*/
/* Socials */
.XTweets {
  margin-left: 5%;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 62%;
  border-radius: 10px;
}

.FacebookPosts {
  margin-left: 3%;
  padding-top: 20px;
}

/*---------------------------------------------------*/
/* Contact pagina */
.contact-form {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contact-input, textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}

button:hover {
  background-color: #cc0000;
}

/*---------------------------------------------------*/
/* Sponsoren */
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.Bedrijf {
  display: flex;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  gap: 20px;
  align-items: flex-start;
  margin-top: 20px;
  align-items: center;
}

.Bedrijf .image img {
  width: 150px;
  height: auto;
}

.Bedrijf h2 {
  margin-bottom: 15px;
  color: #333;
}

.Bedrijf p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #555;
}


/*Inschrijf pagina*/

.inschrijven-form {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.inschrijven-form .registration-form {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.inschrijven-form h1, #inschrijven-form h2 {
  color: red;
  text-align: left;
  font-size: 1.5em;
}

.inschrijven-form .form-group {
  margin-bottom: 15px;
}

.inschrijven-form .form-group label {
  display: block;
  margin-bottom: 5px;
}

.inschrijven-form .form-group input, #inschrijven-form .form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.inschrijven-form .price-table {
  width: 50%;
  margin: 20px 0;
  border-collapse: collapse;
}

.inschrijven-form .price-table th, #inschrijven-form .price-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
  
.inschrijven-form .price-table th {
  background-color: #f2f2f2;
  color: rgb(0, 0, 0);
}


/*---------------------------------------------------*/
/* Algemeen */
* {
  font-family: "Source Sans Pro", sans-serif;
}

body {
  margin: 0;
  background-image: url(media/testen.png);
  background-size: 100%;
  mask-repeat: no-repeat;
}

.nieuwstekst, .Jubilarissen {
  display: inline-block;
}

.tekst {
  display: inline;
}


/*---------------------------------------------------*/
/*jeugdpagina*/

.wedstrijdpagina {
  background-color: white;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 10px;
  padding-top: 5%;
  padding-bottom: 5%;
}


.koptekst{
  color: red;
  margin-left: 10%;
}

.price-table {
  width: 80%;
  border-collapse: collapse; 
  margin: 20px 0;
  font-family: Arial, sans-serif;
  margin-left: 10%;
  margin-right: 10%;

}

.price-table th {
  background-color: #f2f2f2;
  padding: 12px;
  text-align: left;
  font-weight: bold;
}

.price-table td {
  padding: 12px;
  border: 1px solid #ddd;
}

.price-table tr:hover {
  background-color: #f1f1f1;
}


.radiobutton {
  float: left;
}





