@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");






@media only screen and (max-width: 1760px) {
  body {
    background: #000 url(/fotos/standard2.gif) no-repeat center center fixed   ;
    background-size: 1899px;

    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0; 

    
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

}

@media only screen and (min-width: 1761px ) {
  body {
    background: #000 url(/fotos/standard.gif) no-repeat center center fixed ;
    background-size: 1899px;


    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0px; 

    
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
}




/* Voor Webkit-browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 7px; /* Breedte van de scrollbar */
}

::-webkit-scrollbar-track {
  background: #5a0303; /* Achtergrond van de scrollbar track */
}

::-webkit-scrollbar-thumb {
  background: rgb(0, 195, 255); /* Kleur van de scrollbar thumb */
  border-radius: 6px; /* Hoekafgeronde scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #14eb00; /* Kleur van de scrollbar thumb bij hover */
}



.tekst {
  background: #000 ;
  background-size: 50%;
  text-align: center;
  /* margin-top: 60px; */

  color: #ff0000;
  flex: 1;
 /* max-width: 5px; */
}

:root {
  --margin: 15px;
}

.ruimte {
  background: orange;
  margin-bottom: var(--margin);
}

.ruimte::after {
  content: '';
  display: block;
  height: var(--margin);
  background: orange; 
  position: absolute;
  bottom: - var(--margin); 
  left: 0;
  right: 0;
}



.ruimte2 {
  background: orange;
  margin-bottom: var(--margin);
  margin-top: 75px;
}

.ruimte2::after {
  content: '';
  display: block;
  height: var(--margin);
  background: orange; 
  position: absolute;
  bottom: - var(--margin); 
  left: 0;
  right: 0;

}
/* news */

:root {
  --margin2: 20px;
}

.news {
  background: #111;
  color: #00d0ff;
  padding: 40px 20px;
  margin-top: var(--margin2);
  margin-left: var(--margin2);
  margin-right: var(--margin2);
  margin-bottom: 500px;
  max-width: 10000px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 195, 255, 0.3);
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}

.news h2 {
  color: #14eb00;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.news-item {
  background-color: #1a1a1a;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #14eb00;
  border-radius: 10px;
}

.news-item a {
  color: #2300eb;
  text-decoration: none;
}


.news-item a:hover {
  text-decoration: underline;
}


.news-item h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
}

.news-item p {
  color: #ccc;
  margin-bottom: 10px;
}

.news-date {
  font-size: 14px;
  color: #888;
}


/* news */


/* discord */

.discord {
  background: #000 url(/fotos/sterren.gif) no-repeat center ;
  background-size: cover;
	font-family: 'Poppins', sans-serif;
	color: #cc00ff;
	display: flex;
	flex-direction: column; 
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	transition: background-color 0.3s ease;

 margin-top: 20px;



  flex: 1;
}


.btn-group {
	display: flex;
}

.container {
	text-align: center;
	background-color: #3a3333;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	max-width: 250px;
	width: 100%;
	transition: background-color 0.3s ease;
}
.bold {
  font-weight: bold;
}

.server-info-header {
	display: center;
	flex-direction: row;
	font-size: 20px;
}

#serverIcon {
	width: 100px;
	height: 100px;
	border-radius: 30%;
	margin-top: 10px;
  margin-bottom: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.counter-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.counter {
	background-color: #5865F2;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 7px;
  margin-top: 14px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	transition: background-color 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  width: 60px;
  height: 50px;
}

.counter h3 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
}

.counter span {
	font-size: 24px;
	font-weight: bold;
}

.timer-container {
	text-align: center;
	margin-top: 20px;
}

#countdownTimer {
	font-size: 14px;
	padding: 5px 10px;
	background-color: #26282e;
	border-radius: 5px;
	color: white;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-weight: bold;
}

.knop-discord {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #26282e;
  border-radius: 5px;
  color: black;
  background-color: #cc00ff;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: bold;
  text-decoration: none; /* Remove underline for links */
  display: inline-block; /* Make it behave like a button */
}

.knop-discord:hover {
  background-color: #04AA6D;
  color: white;
}



.hidden {
	display: none;
}


.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #5865F2;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 10px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.btn:hover {
	background-color: #4c57c0;
}

.btn i {
	margin-right: 8px;
}

/* Theme Switch */
.theme-switch {
	display: flex;
	align-items: center;
}

.theme-icon {
	font-size: 20px;
	margin: 0 5px;
	cursor: pointer;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #5865F2;
	transition: 0.4s;
	border-radius: 24px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}

input:checked+.slider {
	background-color: #5865F2;
}

input:checked+.slider:before {
	transform: translateX(26px);
}


/* Responsive Styles */
@media (max-width: 768px) {

	.btn-group {
		flex-wrap: wrap;
		justify-content: center;
	}

	.btn {
		margin: 5px;
	}

	.counter-container {
		flex-direction: column;
		align-items: center;
	}
}

/* discord */

.navbar__link_3 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 10rem;
  color: #fff;
  transition: 250ms ease all;
  text-decoration: none;
  width: 10rem;   
  text-transform: uppercase;
  transition: 500ms ease all;
}

.navbar__link_3:hover svg {
  stroke: #C4151C;
}


.navbar__link_2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 10rem;
  color: #fff;
  transition: 250ms ease all;
  text-decoration: none;
  width: 10rem;   
  text-transform: uppercase;
  transition: 500ms ease all;
}

.navbar__link_2:hover svg {
  stroke: #C4151C;
}

.navbar__link_1 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 10rem;
  color: #14eb00;
  transition: 250ms ease all;
  text-decoration: none;
  width: 10rem;
  text-transform: uppercase;
  transition: 500ms ease all;
}

.navbar__link_1:hover svg {
  stroke: #C4151C;
}

.navbar__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 10rem;
  color: #fff;
  transition: 250ms ease all;
  text-decoration: none;
  width: 10rem;   
  text-transform: uppercase;
  transition: 500ms ease all;
}

.navbar__link:hover svg {
  stroke: #C4151C;
}


/* ikke */











/* footer */

footer{

  color:rgb(0, 195, 255);
  background-color: #000;
  padding: 1.5em 1em .5em 1em;

}

.footer{

  display: flex;
  gap: 2em;
  padding: 0em 1em 1em 2em;

}

/* ul.footer__list {
  list-style-type: circle;
  list-style-position: inside;
  color:rgb(0, 195, 255);
  
} */


.footer_home{
  color: #14eb00;
  text-decoration: none;
}

.footer_pro{
  color:rgb(0, 195, 255);
  text-decoration: none;
}



.footer_info{
  color:rgb(0, 195, 255);
  text-decoration: none;
}

.footer_discord{
  color:rgb(0, 195, 255);
  text-decoration: none;
}


.footer_list{
  font-family: 'Helvetica';
  list-style: none;

}

.footer__headline {
  font-weight: bold;
  font-family: 'Helvetica';
  padding-top: 1em;
}



.copy {
  text-align: center; 
  margin-top: 1em; 
  margin-bottom: 1em; 
  color: white;
}

.spatie {
  color: white;
  background-color: white;

  max-height: 1px ;

  
  
}








/* footer */
