/* Standaard stijlen voor desktop */

@import url(https://fonts.googleapis.com/css?family=Raleway);

body {
    font-family: Raleway;
}

table.spelerstabel {
    width: 80%;
    border-collapse: collapse;
}

table.spelerstabel th, table.spelerstabel td {
    padding: 8px;
text-align: left;
    border-bottom: 1px solid #ddd;
}

.a_black {
 color: black;
}

/* Stijl voor menu */

@import url(https://fonts.googleapis.com/css?family=Raleway);
h2 {
  vertical-align: center;
  text-align: center;
}

html, body {
  margin: 0;
  height: 100%;
}

* {
  font-family: "Raleway";
  box-sizing: border-box;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #f46b45, #eea849);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

  a{
    font-size:1.25em;
    font-weight:bold;
    color:white;
    text-decoration:none;
  }


.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

/* Image slider */
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* Media query voor mobiele apparaten */

@media (max-width: 768px) {
    body {
	font-size: 16px; Vergroot de tekstgrootte voor mobiel */
font-size: 5.4vw;  
    }


    table.spelerstabel th, table.spelerstabel td {
        padding: 4px;
	
     font-size: 14px; Verklein de tekstgrootte voor mobiel */
font-size: 4.5vw;  
    }
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}

header {
    background-color: #172321;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

header img {
    max-width: 100%;
    height: auto;
}

h1 {
text-align: center;
    color: #333;
}

h3 {
text-align: center;
    color: #333;
}

p {
text-align: center;
    color: #000;
}

p a {
text-align: center;
    color: #f46b45;
font-size: 16px;
}


.spelerstabel {
    width: 80%; /* Aangepast naar 80% voor betere responsiviteit */
    max-width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    margin-left: auto; 
    margin-right: auto;
}

.spelerstabel th, .spelerstabel td {
    padding: 10px;
    border: 1px solid #ddd;
}

.spelerstabel th {
    background-color: #f8f8f8;
}

.spelerstabel tr:nth-child(even) {
    background-color: #f2f2f2;
}

.spelerstabel th a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.spelerstabel th a:hover {
    text-decoration: underline;
}


/* Media Query voor kleine schermen */
@media (max-width: 600px) {
    .spelerstabel, .doelpunt-formulier {
        width: 100%;
        margin: 0;
        padding: 5px;
	margin-left: auto; 
	margin-right: auto;
    }

    .spelerstabel th, .spelerstabel td {
        padding: 5px;
    }

    header img {
        width: 50%;
    }

    .submit-button {
        width: 100%;
        box-sizing: border-box; /* Zorgt ervoor dat padding en border binnen de breedte valt */
    }
    .text_orientation {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

/* Stijl voor het formulier */


/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}









form {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

/* Stijl voor formulierlabels */
form label {
    display: block;
    margin-top: 10px;
    font-weight: bold; /* Optioneel: Maak labels vetgedrukt */
}

/* Stijl voor invoervelden */
form input[type="text"],
form input[type="date"],
form input[type="number"],
form select {
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 50%; /* Optioneel: Maak invoervelden 100% breedte */
}

/* Stijl voor de verzendknop */
.submit-button {
    background-color: #0056b3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



