@charset "utf-8";
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc; 
	border-radius: 4px; 
	box-sizing: border-box; 
	margin-top: 6px;
	margin-bottom: 16px; 
	resize: vertical 
}
.canvasjs-chart-canvas {
	padding-bottom: 2.5%;
	border-radius: 10px;
}
#container{
	border-radius: 10px;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.meerDetailsContainer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%; /* Or any desired height */
	margin-top: 2%;
    position: relative;
}

.bottom-center {
    bottom: 0;
}

.hoofding {
	font-size: 74px;
}
.punten {
	width: 80%;
	margin: auto;
	color: white;
	border-radius: 10px;
	margin-bottom: 2.5%;
	margin-top: 2.5%;
}
.green {
    background-color: darkgreen;
	border-radius: 10px; /* Smaller border radius for a retro feel */
    /* Add any other styles for the green color here */
}

/* Style for player container */
.player {
    float: left;
	width: 100%;
    align-items: center; /* Vertically center the items within the container */
    margin-bottom: 10px; /* Add some spacing between players */
}

/* Style for player container */
.players {
	width: 100%;
    align-items: center; /* Vertically center the items within the container */
    margin-bottom: 10px; /* Add some spacing between players */
}


.player p {
	width: auto;
	clear: none;
	margin-bottom: 0;
	float: left;
	padding: 0;
	padding-left: 1%;
	margin-top: 0.3em;
}

.teams h3 {
	padding: 2.5%;
}

/* Style for symbol container */
.symbol-container {
	float: left;
}

/* Style for car symbol */
.symbol img {
    width: 40px; /* Adjust this width as needed */
    height: auto; /* Maintain aspect ratio */
}


.image-container {
    max-width: 50px; /* Adjust the maximum width in pixels as needed */
	display: inline-block; 
    margin: auto;
}
.car-container {
    display: flex;
    align-items: center; /* Vertically center the items within the container */
}

.car {
    width: 50px; /* Adjust this width as needed */
    margin-right: 10px; /* Add some spacing between the car and player name */
}

.car img {
    width: 100%;
    height: auto;
}
.editpunten h2 {
	margin-right: 2.5%;
}
.editpunten {
    width: 100%;
    /*display: flex;*/
    justify-content: flex-end; /* Align content to the right */
    align-items: center; /* Vertically center the items within the cell */
}

.autoContainer {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.autos {
	float: left;
	margin-left: 2.5%;
}
.klassement h1 {
	clear: left;
}
.image-container img {
    width: 100%;
    height: auto;
}
.black-link {
    color: black;
    text-decoration: none;
}

.black-link:hover {
    color: gray; /* Adjust the color for the hover effect */
}
.index {
    width: 90%;
    margin: 50px auto;
	margin-top: 1%;
    padding: 20px;
    border-radius: 10px;
	text-decoration: black;
	color: black;
}
.index a {
	height: auto;
	padding: 2%;
}
.live-container {
	width: 25%;
	clear: left;
	margin: auto;
    justify-content: center;
	text-decoration: black;
	border-radius: 10px;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	background-color:rgb(225, 225, 225);
	color: black;
	margin-top: 1%;
	margin-bottom: 2.5%;
	padding: 2.5%;
	padding-bottom: 1.5%;
}
.homeHR {
	margin-top: 1rem;
    margin-bottom: 1rem;
	margin-left: 5%;
	margin-right: 5%;
    /* border: 0; */
    border-top: 1px solid rgb(0, 0, 0);
}
.home-container {
	clear: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	text-decoration: black;
}

.home {
    flex: 0 0 30%;
    margin: auto;
    text-decoration: black;
    background-color: #495057;
    color: white;
    border-radius: 10px;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.klassement {
    width: 95%;
    margin: 50px auto;
    padding: 20px;
    background-color: #343a40;
    border-radius: 10px;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	text-decoration: black;
	color: white;
}

.teams-container {
	clear: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	text-decoration: black;
}

.teams {
    flex: 0 1 17.5%; /* Adjust width as needed */
	margin: auto;
	text-decoration: black;
    background-color: #495057;
    border-radius: 2.5%;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    background-color: #495057;
    border-radius: 10px;
	width: 100%;
	overflow-x: hidden;
    padding: 10px;
    border-collapse: collapse; /* Combine with the other properties */
	
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.team th, .team td {
    text-align: center;
    border: 1px solid #ddd;
}

.team .symbol img {
    width: 50px; /* Adjust image size as needed */
    height: auto;
}

.team p {
    margin: 0; /* Remove default margin */
}

/* Ensure each column in thead matches the corresponding column in tbody */
.team th:first-child,
.team td:first-child {
    width: 10%; /* Adjust as needed */
}

/* Adjust width of other columns as needed */
.team th:nth-child(n+2),
.team td:nth-child(n+2) {
    width: 15%; /* Adjust as needed */
}



.is-invalid {         
	border: 1px solid red!important;      
}      
.is-invalid::placeholder {
    color: red; /* Change this to the desired color */
}
button {
	margin-bottom: 2%;
}
.deelnemerToevoegen {
	margin: auto;
	margin-bottom: 2.5%;
}
input[type=submit] {
	background-color: #8a2218;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
input[type=submit]:hover {
	opacity: 0.75;
  transition: height 0.5s ease-out;
}
input[type=reset] {
	background-color: #8a2218;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
input[type=reset]:hover {
	opacity: 0.75;
  transition: height 0.5s ease-out;
}
.inschrijving_opleiding {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 5%;
  line-height: 18px;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: justify;
  text-align: center;

}
#teamManagement {
	width: 80%;
	margin: auto;
	color: white;
}
.deelnemer {
	width: 90%;
	margin: auto;
}
.canvasOwn {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    cursor: default;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.card {
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.card2 {
	color: white;
	width: auto;
	padding: 1.5%;
	float: left;
	margin: 1.5%;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	
}
.viewer {
	width: 25%;
	float: left;
	text-align: left;
}

#inschrijving_formulier {
	clear: left;
}
.opleiding {
  border: 1px solid #8a2218;
  border-collapse: collapse;
}

.opleiding tr td {
  border: 1px solid #8a2218;
  margin-right: 2.5%;
  margin-left: 2.5%;
}
.opleiding tr th {
 background-color: #8a2218;
 color: rgb(0, 0, 0);
}
table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.nieuws {
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	width: 75%;
	background-color: rgb(170, 170, 170);
	border-radius: 1em;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.nieuws2 {
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	width: 75%;
	background-color: rgb(225, 225, 225);
	border-radius: 1em;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.nieuwsDatum {
	float: right;
	padding-right: 1em;
	margin-top: 1em;
}
  
img.custom {
	height: 4em;
	max-height: 5em;
}
h3 {
    font-size: 1.75rem;
    float: left;
    padding: 1em;
}
h4 {
    float: left;
    padding: 1em;
}
p {
    clear: left;
    padding-left: 2%;
	padding-right: 2%;
    margin-top: 0;
    margin-bottom: 2rem;
	margin-right: auto;
	margin-left: auto;
}
.container-narrow {
	max-width: 75%; /* Set your desired maximum width */
	margin: 0 auto; /* Center the content within the page */
  }

/* Global Styles */
a:hover {
	color: rgb(188, 188, 188);
}
a {
	color: hsl(0, 0%, 100%);
}
h2 {
	font-size: 20px;
}
#headerLinks ul {
    float: right;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#headerLinks li {
    color: #000; /* Adjust text color */
    display: block;
    float: left;
    padding: 0.75rem; /* Adjust padding */
    position: relative;
    text-decoration: none;
    border-radius: 5px; /* Smaller border radius for a retro feel */
    transition-duration: 0.5s;
    background-color: #c0c0c0; /* Light gray background */
}

#headerLinks li a {
    color: #000; /* Adjust link color */
    width: 100%;
    display: block; /* Make the entire area clickable */
}

#headerLinks li:hover,
#headerLinks li:focus-within {
    background-color: #a0a0a0; /* Darker gray on hover/focus */
    cursor: pointer;
}

#headerLinks li:focus-within a {
    outline: none;
}

#headerLinks ul li ul {
    background: #c0c0c0; /* Light gray background for dropdown */
    visibility: hidden;
    opacity: 0;
    min-width: 8rem; /* Adjust width */
    position: absolute;
    border-radius: 5px; /* Smaller border radius for a retro feel */
    margin-top: 0.5rem; /* Adjust margin-top */
    transition: all 0.5s ease;
    left: -15%;
    display: none;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    z-index: 1; /* Ensure it's on top of everything else */
}

#headerLinks ul li:hover > ul,
#headerLinks ul li:focus-within > ul,
#headerLinks ul li ul:hover,
#headerLinks ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

#headerLinks ul li ul li {
    clear: both;
    padding: 0.5rem; /* Adjust padding */
    padding-left: 10%; /* Adjust left padding */
    border-radius: 5px; /* Smaller border radius for a retro feel */
    width: 100%;
}

body {
	background-color: #fef4f4;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
}
.admin {
	width: 100%;
	height: auto;
	margin-bottom: 2%;
}
.row {
	margin: auto;
	width: 100%;
	clear: left;
}
.rowIndex {
	margin: auto;
	width: 100%;
	clear: left;
}
.rowIndex2 {
	margin: auto;
	width: 100%;
	clear: left;
}
.menuSelector {
	margin: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	text-align: center;
}
.lineUp {
	width: 25%;
	margin-left: 5%;
}
.formInput {
	width: 100%;
	height: auto;
}
#inputFile {
	width: 30%;
	margin: 0;
}
#viewmodal img {
	margin-bottom: 2%;
}
.col-md-index {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 1%;
	padding:0;
	height: 99%;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.col-md-index2 {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    margin: 1%;
	padding:0;
	height: 99%;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.col-md-3 {
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
    max-width: 14.5%;
    margin: 1%;
	padding:0;
	/*height: 99%;*/
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.col-md-4 {
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
	max-width: 27.5%;
    margin: 2.5%;
	float: left;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.mb-3, .my-3 {
    max-height: 99%;
	margin-bottom: 0;
}
#poscenter {
	width: 90%;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*header*/
header {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.modal-sm {
    max-width: 100%;
}
/* Logo placeholder*/
#pageLogo {
	width: 100%;
}
#pageLogo img {
	max-width: 100%;
	padding-left: 25%;
	cursor: pointer;
    max-width: max-content;
    display: flex;
    justify-content: center;
	margin: auto;
}
/* Logo placeholder*/
#clickable {
	cursor: pointer;
}
/* div for Links in header */
#headerLinks {
	width: 25%;
	height: auto;
	float: right;
	text-align: left;
	padding: 0.5%;
	/*background-image: linear-gradient(#282828, #8a2218, #282828);*/
}
/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 16px;
}
/* Offer text banner*/
#offer {
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	height: auto;
	width: 100%;
	/*background-image: url("img/header2.png");*/
	/*background-color: #282828;*/
	background-image: linear-gradient(#000000, #a1a1a1);
	color: rgb(255, 255, 255);
}
/* Main content of the site */
#content {
	clear: both;
	padding-top: 1%;
}
/* main content of the site */
#content .mainContent {
	width: 100%;
	margin-top: 2%;
	text-align: center;
}
label {
    font-size: 1rem;
    /* clear: left; */
    margin-top: 0.5em;
}
.deelnemerToevoegen label {
	width: 100%;
}
.modal-footer {
	clear: left;
}
.modal-body > .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.selector {
	clear:left;
	margin: 1%;
}

.center {
	text-align: center;
	margin: auto;
}
/* footer */
#mainWrapper footer {
	clear: both;
	overflow: auto;
	background-color: rgba(208,207,207,1.00);
	font-family: monospace;
	font-style: normal;
	font-weight: 200;
	line-height: 1.8;
	padding: 2.5%;
	text-align: center;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
	margin-left: 5%;
	margin-right: 5%;
    /* border: 0; */
    border-top: 1px solid rgb(255, 255, 255);
}

/*Each footer content */
#mainWrapper footer div {
	width: 27%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: justify;
}
/* Links in footer */
footer div a {
	color: rgba(146,146,146,1.00);
	display: block;
	text-decoration: none;
	text-align: center;
}

/* Container for links in footer */
footer .footerlinks {
	margin-top: -15px;
}
.maps-container {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}
p {
	width:100%;
}
.maps img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.maps {
    width: 20%;
    max-width: 20%;
    box-sizing: border-box;
    padding: 2.5%; /* Add padding to prevent images from sticking to each other */
	margin: auto;
}

#myForm input[type=text], select, textarea {
	margin: 2%;
	width: 96%;
}











































/*media query for screen devices */
@media (max-width: 1500px) {
	/* Global Styles */
	body {
	  background-color: #fef4f4;
	  font-family: 'Questrial', sans-serif;
	  font-size: 16px;
	}
	
	/* Input, select, textarea */
	input[type=text], select, textarea {
	  width: 100%;
	  padding: 12px;
	  border: 1px solid #ccc; 
	  border-radius: 4px; 
	  box-sizing: border-box; 
	  margin: auto;
	  margin-top: 6px;
	  margin-bottom: 16px; 
	  resize: vertical;
	}
	
	/* Image container */
	.image-container {
	  max-width: 10%;
	  line-height: 2;
	  display: inline-block; 
	  margin: auto;
	}
	
	.image-container img {
	  width: 100%;
	  height: auto;
	}

	.autos {
		clear: left;
		margin-bottom: 1%;
	}
	
	/* Links */
	.black-link {
	  color: black;
	  text-decoration: none;
	}
	
	.black-link:hover {
	  color: gray; /* Adjust the color for the hover effect */
	}
		/* Klassement */
		.index {
			width: 90%; /* Adjust for full width on mobile */
			margin: 20px auto; /* Adjust margin */
			padding: 20px;
			border-radius: 10px;
			text-decoration: black;
		  }
		  
		  /* Teams container */
		  .home-container {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			text-decoration: black;
		  }
		  
	  .home {
		  flex: 0 1 32%;
		  margin-bottom: 2.5%;
		  /* margin: 1% 0; */
		  /* padding: 1%; */
		  text-decoration: black;
		  background-color: #495057;
		  border-radius: 10px;
	  }
	
	/* Klassement */
	.klassement {
	  width: 90%; /* Adjust for full width on mobile */
	  margin: 20px auto; /* Adjust margin */
	  padding: 20px;
	  background-color: #343a40;
	  border-radius: 10px;
	  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	  text-decoration: black;
	  color: white;
	}
	
	/* Teams container */
	.teams-container {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  text-decoration: black;
	}
	
.teams {
    flex: 0 1 32%;
    margin-bottom: 1%;
    /* margin: 1% 0; */
    /* padding: 1%; */
    text-decoration: black;
    background-color: #495057;
    border-radius: 10px;
}

	/* Team */
	.teams p {
		margin: 0;
		padding: 0.1em;
	}

	.symbol-container {
		padding-left: 5%;
	}

	/* Team */
	.teams h3 {
		margin: 1%;
		padding: 1%;
	}
	
	/* Validation */
	.is-invalid {         
	  border: 1px solid red!important;      
	}
	
	.is-invalid::placeholder {
	  color: red; /* Change this to the desired color */
	}
	
	/* Buttons */
	button {
	  margin-bottom: 2%;
	}
	
	/* Form styles */
	.deelnemerToevoegen {
	  margin: auto;
	  margin-bottom: 2.5%;
	}
	
	input[type=submit],
	input[type=reset] {
	  width: 50%; /* Full width on mobile */
	  background-color: #8a2218;
	  color: white;
	  margin-bottom:1%;
	  padding: 12px 20px;
	  border: none;
	  border-radius: 4px;
	  cursor: pointer;
	}
	
	input[type=submit]:hover,
	input[type=reset]:hover {
	  opacity: 0.75;
	  transition: height 0.5s ease-out;
	}
	
	/* Inschrijving opleiding */
	.inschrijving_opleiding {
	  width: 90%;
	  margin-top: 3%;
	  margin-bottom: 5%;
	  line-height: 18px;
	  font-size: 17px;
	  letter-spacing: 1px;
	  text-align: center;
	}
	
	/* Team Management */
	#teamManagement {
	  width: 90%; /* Full width on mobile */
	  margin: auto;
	  color: white;
	}
	
	/* Card 2 */
	.card2 {
	  color: white;
	  width: 100%; /* Full width on mobile */
	  padding: 1.5%;
	  margin: 1.5% 0; /* Adjust margin */
	  position: relative;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  min-width: 0;
	  word-wrap: break-word;
	  background-clip: border-box;
	  border: 1px solid rgba(0,0,0,.125);
	  border-radius: 0.25rem;
	}
	
	/* Viewer */
	.viewer {
	  width: 90%; /* Full width on mobile */
	  float: left;
	  text-align: left;
	}
	
	/* Inschrijving formulier */
	#inschrijving_formulier {
	  clear: left;
	}
	
	/* Opleiding */
	.opleiding {
	  border: 1px solid #8a2218;
	  border-collapse: collapse;
	  width: 100%; /* Full width on mobile */
	}
	
	.opleiding tr td {
	  border: 1px solid #8a2218;
	  margin-right: 2.5%;
	  margin-left: 2.5%;
	}
	
	.opleiding tr th {
	  background-color: #8a2218;
	  color: rgb(0, 0, 0);
	}
	
	/* Table */
	table {
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%; /* Full width on mobile */
	}
	
	/* Nieuws */
	.nieuws,
	.nieuws2 {
		box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
	  width: 90%; /* Full width on mobile */
	  border-radius: 1em;
	  margin: auto;
	  margin-top: 1em;
	  margin-bottom: 1em;
	}
	
	/* Nieuws Datum */
	.nieuwsDatum {
		float:right;
	}
	.kalender {
		clear: left;
		float: left;
		text-align: left;
		margin: 0;
		padding: 0;
		padding-left: 5%;
	}
	h3 {
		font-size: 1.75rem;
		float: left;
		padding: 5%;
	}
	p {
		/* clear: left; */
		float: left;
		padding: 1%;
		margin-top: 0;
		margin-bottom: 2%;
	}

/* Header Links */
#headerLinks {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    padding: 0.5%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /* Ensure that the headerLinks appear on top */
}

#pageLogo {
    width: 100%;
    position: relative; /* Add this to create a stacking context */
    z-index: 1; /* Ensure that the pageLogo appears below the headerLinks */
}

#pageLogo img {
    max-width: 100%;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: auto;
}
.menuSelector {
	width: 50%;
}
.container-narrow {
    max-width: 100%;
}
.col-md-3 {
	flex: 0 0 22%;
	margin: 1.5%;
	max-width: 100%;
}
.col-md-index {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 1%;
}
.col-md-index2 {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 1%;
}

#headerLinks ul li ul {
    left: -20%;
}
	/* Footer */
	#mainWrapper footer {
	  clear: both;
	  overflow: auto;
	  background-color: rgba(208,207,207,1.00);
	  font-family: monospace;
	  font-style: normal;
	  font-weight: 200;
	  line-height: 1.8;
	  padding: 2.5%;
	  text-align: center;
	}
	
	/* Footer Content */
	#mainWrapper footer div {
	  width: 100%; /* Full width on mobile */
	  float: none; /* Reset float on mobile */
	  padding-left: 0;
	  padding-right: 0;
	  color: rgba(255,255,255,1.00);
	  text-align: justify;
	}
	
	/* Footer Links */
	footer div a {
	  color: rgba(146,146,146,1.00);
	  display: block;
	  text-decoration: none;
	  text-align: center;
	}
	
	/* Footer Links Container */
	footer .footerlinks {
	  margin-top: 0; /* Reset margin-top on mobile */
	}

	.live-container {
		width: 80%;
	}
	
	.maps img {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	
	.maps {
		width: 18%;
		max-width: 50%;
		padding: 1%; /* Add padding to prevent images from sticking to each other */
	}
	/* Mobile Styles */
    /* Center align the content */
    .modal-body {
        text-align: center;
		width: 95%;
		padding: 1%;
    }
	.symbol-container {
		padding-left: 0;
	}

	.editpunten {
		width: 100%;
		/*display: flex;*/
		justify-content: flex-end; /* Align content to the right */
		align-items: normal; /* Vertically center the items within the cell */
	}
	.player p {
		margin-top: 0.25em;
	}
	.lineUp {
		width: 50%;
		margin: auto;
	}
	#inputFile {
		width: 50%;
		margin: 0;
	}

	/* Styles for h1 elements inside an element with class hoofding */
	.hoofding {
		font-size: 40px; /* Adjust the font size for h1 inside hoofding */
	}

	/* Styles for h1 elements that are not inside an element with class hoofding */
	h1:not(.hoofding) {
		font-size: 25px; /* Adjust the font size for h1 outside hoofding */
	}
	#myForm input[type=text], select, textarea {
		margin: 2%;
		width: 96%;
	}
	table {
		font-size: 0.8em;
	}

}

/*media query for screen devices */
@media (max-width: 1000px) {
	.col-md-3 {
		flex: 0 0 30%;
		margin: 1.5%;
		max-width: 100%;
	}
	.col-md-index {
		flex: 0 0 30%;
		max-width: 30%;
		margin: 1%;
	}
	.col-md-index2 {
		flex: 0 0 30%;
		max-width: 30%;
		margin: 1%;
	}
	table {
		font-size: 0.6em;
	}
	.maps {
		width: 50%;
		max-width: 50%;
		padding: 1%; /* Add padding to prevent images from sticking to each other */
	}
		/* Team */
		.teams {
			flex: 0 1 48%; /* Full width on mobile */
			padding: 1%;
			text-decoration: black;
			background-color: #495057;
			border-radius: 10px;
		  }

		  p {
			/* clear: left; */
			width: 100%;
			float: left;
			padding: 5%;
			margin-top: 0;
			margin-bottom: 2%;
		}
		.index {
			width:100%;
		}
		.live-container {
			width: 90%;
			margin-bottom: 5%;
		}
		.home-container {
			width: 100%;

			
		}
		.home {
			flex: 0 1 100%; /* Adjust width as needed */
			margin-bottom: 5%;
		}
		
	
}

/*media query for screen devices */
@media (max-width: 750px) {
	.col-md-3 {
		flex: 0 0 45%;
		margin: 1.5%;
		max-width: 100%;
	}
	.col-md-index {
		flex: 0 0 45%;
		margin: 1.5%;
		max-width: 100%;
	}
	.col-md-index2 {
		flex: 0 0 45%;
		margin: 1.5%;
		max-width: 100%;
	}
	table {
		font-size: 0.5em;
	}
	.maps {
		width: 50%;
		max-width: 50%;
		padding: 1%; /* Add padding to prevent images from sticking to each other */
	}
		/* Team */
		.teams {
			flex: 0 1 100%; /* Full width on mobile */
			margin: 2% 0; /* Adjust margin */
			padding: 1%;
			text-decoration: black;
			background-color: #495057;
			border-radius: 10px;
		  }

		  p {
			/* clear: left; */
			float: left;
			padding: 5%;
			margin-top: 0;
			margin-bottom: 2%;
		}
	
}