/* comfortaa-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/comfortaa-v45-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/comfortaa-v45-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comfortaa-v45-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/comfortaa-v45-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/comfortaa-v45-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/comfortaa-v45-latin-300.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

/* comfortaa-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/comfortaa-v45-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/comfortaa-v45-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comfortaa-v45-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/comfortaa-v45-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/comfortaa-v45-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/comfortaa-v45-latin-regular.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

/* comfortaa-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/comfortaa-v45-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/comfortaa-v45-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comfortaa-v45-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/comfortaa-v45-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/comfortaa-v45-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/comfortaa-v45-latin-500.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

/* comfortaa-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/comfortaa-v45-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/comfortaa-v45-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comfortaa-v45-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/comfortaa-v45-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/comfortaa-v45-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/comfortaa-v45-latin-600.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

/* comfortaa-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/comfortaa-v45-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/comfortaa-v45-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/comfortaa-v45-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/comfortaa-v45-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/comfortaa-v45-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/comfortaa-v45-latin-700.svg#Comfortaa') format('svg'); /* Legacy iOS */
}


html {	
	background-color: #1963A8;
}

body {
  background-color: black;
  margin: 0;
  /*background-image: linear-gradient(to bottom left, #262626, #5c5c5c);*/
  /*#262626;*/
}

.header h1 {
  color: white;
  text-align: center;
  font-family: verdana;
  padding: 0px;
  cursor: pointer;
}

.card h1,
.card h2,
.card h3 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: bold;
  color: white;
}

p {
	font-family: 'Comfortaa', sans-serif;
}

a {
  color: white;
  font-family: 'Comfortaa', sans-serif;
  font-weight: bold;
}

img {
  text-align: center;
}

.header {
	background-color: #000046; /* For browsers that do not support gradients */
	background-image: linear-gradient(to bottom left, #2185c9, #000046);
	text-align: center;
	padding: 5px;
}

.footer {
	background-color: #000068; /* For browsers that do not support gradients */
	background-image: linear-gradient(to bottom left, #000046, #2185c9);
	height: auto;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}

footer h1 {
	font-size: 20px;
	color: white;
}

footer a {
	font-family: 'Poppins', sans-serif;
}

.footer-picture {
	width: 100%;
}

footer .footer-links{
	margin: 20px 0 12px;
	padding: 0;
}

footer .footer-links a:before {
	content: "|";
	font-weight: 300;
	font-size: 14px;
	left: 0;
	color: #fff;
	display: inline-block;
	padding-right: 5px;
}

footer .footer-links .footer-links1:before {
	content: none;
}

footer .footer-links a{
	display: inline-block;
	line-height: 1.8;
	font-weight: 100;
	font-size: 10px;
	text-decoration: none;
	color: white;
	content: "|";
}

footer .footer-links .footer-links1 {
}

ul {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #000068;
  font-family: Arial;
}

.topnav .closeicon {
  display: none;
  float: right;
}

@media screen and (max-width: 500px) {
	li.dropdown {
		float: none;
		width: 100%;
	}
	li {
		float: none;
		/*width: 100%;*/
	}
	.topnav li:not(:first-child) {
		display: none;
	}
	
	.topnavresponsive li:not(:first-child) {
		width: 100%;
	}
	.topnav li.closeicon {
		float: right;
		display: block;
	}
	.topnavresponsive li{
		position: relative;
		display: block;
	}
	.topnavresponsive li.closeicon {
		position: relative;
		display: block;
		width: 30%;
	}
	.topnavresponsive .closeicon {
		display: block;
		float: right;
		width: 30px;
	}
	.topnavresponsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnavresponsive a.closeicon2 {
		position: relative;
		float: right;
		display: block;
	}
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: all 0.4s ease;
}

li a:hover:not(.active), .dropdown:hover .dropbtn {
  background-color: #1A1A77;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0c28a6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content label {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #0c28a6;
  border-style: none;
}

.dropdown-content a:hover {background-color: #0000CD;}

.dropdown-content label:hover {background-color: #0c28a6;}

.dropdown:hover .dropdown-content {
  display: block;
}

li a.active {
	background-color: #FF8200;
}

li a:hover.active {
	background-color: #FF9900;
}

.leftcolumndead {   
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 10px;
}

.rightcolumndead {
  float: left;
  width: 50%;
  background-color: black;
  padding-left: 10px;
  padding-right: 20px;
}

.leftcolumn {   
  float: left;
  width: 75%;
  padding-left: 20px;
}

.rightcolumn {
  float: left;
  width: 25%;
  background-color: black;
  padding-left: 20px;
  padding-right: 20px;
}

.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

.card {
  background-color: #1e1e1e;
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
}

.card h1,
.card h2,
.card h3,
.card p {
	font-family: 'Comfortaa', sans-serif;
	color: white;
}

.card a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-family: 'Comfortaa', sans-serif;
}

.card ul {
	font-family: Arial;
	color: white;
	background-color: #1e1e1e;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
	.leftcolumn, .rightcolumn, .leftcolumndead, .rightcolumndead {   
		width: 100%;
		padding: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-button{
		width: 100%;
		margin-left: 0;
		float: none;
		padding-right: 20px;
		line-height: 100px;
	}
	
	.container-button .contact-button {
        width: 100%;
    }
	
    .dropdown1 .contact-button {
        width: 100%;
    }
	
	.dropdown1:hover .dropdown-content {
		line-height: normal;
	}
}

/*
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}
*/

* {
  box-sizing: border-box;
}

.cardlink {
  background-color: #1e1e1e;
  padding-bottom: 1px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.cardlink h2{
	font-family: 'Comfortaa', sans-serif;
	color: white;
	font-weight: bold;
}

.container-button {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

.contact-button {
	color: white;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #1e1e1e;
	padding: 20px;
	border-radius: 20px;
	width: 100%; /* Ensure contact-button takes full width */
    box-sizing: border-box; /* Include padding in width calculation */
	background-size: cover; /* Hintergrundbild skalieren */
    background-repeat: no-repeat; /* Hintergrundbild nicht wiederholen */
    background-position: center; /* Hintergrundbild zentrieren */
}

.contact-button a {
	cursor: pointer; 
	position: static;
	text-decoration: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  margin: 9px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #000068;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: white;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hidden {
	display: none;
}

.searchbar input{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 28px;
	margin: 9px;
	margin-right: 9px;
	background-color: black;
	color: white;
	border-color: black;
	padding-left: 8px;
	border-radius: 34px 34px 34px 34px;
}

.dropdown1{
	/*position: relative;*/
	display: inline-block;
	width: 100%; /* Ensure dropdown1 takes full width */
}

.dropdown1 .dropdown-content {
	display: none;
    position: absolute;
    background-color: #1e1e1e;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown1:hover .dropdown-content {
	display: block;
	margin-top: 10px;
	background-color: #1e1e1e;
	border-radius: 20px;
	padding: 20px;
	font-family: 'Comfortaa', sans-serif;
	max-width: 400px;
	width: auto;
}

.counter {
	font-family: Arial;
	font-size: 3.5em;
	color: white;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	border-color: #404040;
	background-color: black;
	text-align: center;
	margin-top: 20px;
}

.callout {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
}

/* Callout header */
.callout-header {
  padding: 20px 30px;
  background-color: black;
  font-family: 'Comfortaa', sans-serif;
  font-size: 30px;
  color: white;
  border-width: 2px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-color: black;
}

/* Callout container/body */
.callout-container {
  padding: 15px;
  background-color: #1e1e1e;
  color: white;
  font-family: 'Comfortaa', sans-serif;
  border-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: black;
}

/* Close button */
.closebtn {
  position: absolute;
  top: 1px;
  right: 10px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Change color on mouse-over */
.closebtn:hover {
  color: #FF9900;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 0px solid white;
  box-sizing: border-box;
  border-radius: 10px;
}

/* Set a style for all buttons */
button {
	background-color: #22ff00;
	color: white;
	padding: 14px 20px;
	border: none;
	cursor: pointer;
	width: 50%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
	width: 49%;
	padding: 14px 20px;
	background-color: red;
	margin-top: 8px;
	float:right;
	border-radius: 10px;
}

/* Extra styles for the login button */
.loginbtn{
	width: 49%;
	padding: 14px 21px;
	background-color: #00ff00;
	margin-top: 8px;
	border-radius: 10px;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container1 {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
  font-family: Arial;
  color: white;
}

/* Modal Content/Box */
.modal-content {
	background-color: #1e1e1e;
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	width: 80%; /* Could be more or less, depending on screen size */
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	border-color: #404040;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  float: right;
  display: inline-block;
}

.close:hover,
.close:focus {
  color: #FF9900;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

table{
	font-family: 'Comfortaa', sans-serif;
	color: white;
	width: 100%;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	overflow-x: auto;
}

td{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	overflow-x: auto;
	text-align: center;
}

th{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	overflow-x: auto;
}

.cont{
    overflow-x: auto;
	width: 240px;
	display: inline-block;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #404040;
	white-space: normal;
}

.cont2{
	overflow-x: auto;
}

.container {
  position: relative;
  max-width: 240px;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  background-color: #1e1e1e;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 200px;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.slider-tracksto,
.slider-trackmus,
.slider-trackfig,
.slider-trackspa,
.slider-trackplo,
.slider-trackges {
  width: 100%;
  max-width: 200px;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.2em;
  width: 1.2em;
  background-color: white;
  cursor: pointer;
  margin-top: -4px;
  pointer-events: auto;
  border-radius: 50%;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.2em;
  width: 1.2em;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  pointer-events: auto;
  border: none;
}
input[type="range"]::-ms-thumb {
  appearance: none;
  height: 1.2em;
  width: 1.2em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #3264fe;
}
.values {
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: white;
  font-family: Arial;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  border-color: #404040;
  width: 80px;
}

.inputgame {
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	display: inline-block;
	color: white;
	float: center;
	padding: 10px;
	margin-bottom: 10px;
	width: 90px;
}

.buttongame {
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	max-width: 150px;
}

.game {
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	padding: 10px;
}

.felder {
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	display: inline-block;
	color: white;
	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 30px;
	text-align: center;
	margin: 5px;
}

.schuss {
    display: none;
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	color: white;
	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
	width: 60px;
	text-align: center;
	margin: 5px;
  }

.buttongamer {
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	max-width: 250px;
	min-width: 130px;
}

.rr{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #404040;
}

.shot {
    color: red;
}

.entrance {
	width: 100%;
	max-width: 100%;
	position: relative;
	font-family: 'Comfortaa', sans-serif;
}

.textoverlay {
	color: white;
	position: absolute;
	top: 0;
    left: 0;
    height: 100%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-family: 'Comfortaa', sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}

.textoverlay h1 {
	font-weight: 700;
	font-size: 80px;
}

.textoverlaysize {
	font-weight: 300;
	font-size: 50px;
}

.textoverlay h1,
.textoverlaysize {
	line-height: 1.2;
	margin-top: 20;
	margin-bottom: 0px;
}

.entrancebox {
	height: 60px;
	width: 140px;
	transition: all 0.3s ease;
	background-color: #0040ff;
	opacity: 1;
	border-width: 0px;
	border-radius: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 10px;
	margin-top: 20px;
}

.entrancesection {
	width: 100%;
	transition: all 0.3s ease;
	opacity: 1;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: black;
	height: 0px;
	font-family: 'Comfortaa', sans-serif;
}

.entrancesection.hiddenbox {
	width: 100%;
	transition: all 0.3s ease;
	opacity: 1;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #0040ff;
	height: 250px;
	color: white;
	font-family: 'Comfortaa', sans-serif;
}

.entrancebox.hiddenbox {
	height: 300px;
	width: 100%;
	background-color: #0040ff;
	opacity: 1;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
}

.entrancetext {
	display: none;
}

.entrancetext.hiddentext {
	display: block;
	font-size: 20px;
}

.entrancetextsize {
	font-size: 20px;
}

.entrancemore {
	display: block;
}

.entrancemore.hiddenmore {
	display: none;
}

.bigimage {
	width: 100%;
	display: block;
}

.smallimage {
	width: 100%;
	display: none;
}

@media screen and (max-width: 800px) {
	.bigimage {
		display: none;
	}
	.smallimage {
		display: block;
	}
}

@media screen and (min-width: 300px) and (max-width: 400px) {
	.entrancebox.hiddenbox {
		height: 230px;
	}
	.textoverlay h1 {
		font-size: 25px;
	}
	.textoverlaysize {
		font-size: 15px;
	}
	.entrancetextsize {
		font-size: 8px;
	}
}

@media screen and (min-width: 400px) and (max-width: 450px) {
	.entrancebox.hiddenbox {
		height: 220px;
	}
	.textoverlay h1 {
		font-size: 30px;
	}
	.textoverlaysize {
		font-size: 20px;
	}
	.entrancetextsize {
		font-size: 9px;
	}
}

@media screen and (min-width: 450px) and (max-width: 550px) {
	.entrancebox.hiddenbox {
		height: 200px;
	}
	.entrancetextsize {
		font-size: 9px;
	}
	.textoverlay h1 {
		font-size: 30px;
	}
	.textoverlaysize {
		font-size: 20px;
	}
}

@media screen and (min-width: 550px) and (max-width: 900px) {
	.entrancetextsize {
		font-size: 13px;
	}
	.textoverlay h1 {
		font-size: 30px;
	}
	.textoverlaysize {
		font-size: 20px;
	}
}

@media screen and (min-width: 200px) and (max-width: 900px) {
	.entrancebox {
		height: 30px;
		width: 80px;
		border-radius: 20px;
		font-size: 9px;
	}
	.textoverlay h1,
	.textoverlay p {
		margin-bottom: 10px;
	}
	.entrancebox.hiddenbox {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
	.textoverlay h1 {
		font-size: 40px;
	}
	.textoverlaysize {
		font-size: 30px;
	}
	.entrancetextsize {
		font-size: 14px;
	}
	.entrancebox {
		height: 40px;
		width: 100px;
		border-radius: 20px;
		font-size: 11px;
	}
	.textoverlay h1,
	.textoverlay p {
		margin-bottom: 10px;
	}
	.entrancebox.hiddenbox {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		height: 300px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
	.textoverlay h1 {
		font-size: 40px;
	}
	.textoverlaysize {
		font-size: 30px;
	}
	.entrancetextsize {
		font-size: 16px;
	}
	.entrancebox {
		height: 50px;
		width: 120px;
		border-radius: 25px;
		font-size: 14px;
	}
	.textoverlay h1,
	.textoverlay p {
		margin-bottom: 10px;
	}
	.entrancebox.hiddenbox {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		height: 300px;
	}
}

.lightsection {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	background-color: #1e1e1e;/* Ermöglicht horizontales Scrollen */
	white-space: nowrap; /* Verhindert Umbruch der Kind-Elemente */
}

.lightsectionrating {
	margin: 20px;
}

.lightsection h1,
.lightsection h2,
.lightsection h3,
.lightsection p,
.lightsection a{
	color: white;
	font-family: 'Comfortaa', sans-serif;
	text-align: center;
}

.darksection {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	background-color: black;
	white-space: nowrap; /* Verhindert Umbruch der Kind-Elemente */
}

.darksection h1,
.darksection h2,
.darksection h3,
.darksection p,
.darksection a{
	color: white;
	font-family: 'Comfortaa', sans-serif;
	text-align: center;
}

.darksection h1,
.lightsection h1 {
	margin-top: 20px;
	margin-bottom: 50px;
	color: #0040FF;
	font-size: 40px;
}

.cardsection {
	box-sizing: border-box;
	margin: 20px 20px 0 20px;
	white-space: nowrap; /* Verhindert Umbruch der Kindelemente */
	font-size: 0;
	overflow-x: auto;  /* Ermöglicht horizontales Scrollen */
}

.cardfordarksection {
	width: 300px;
	background-color: #1e1e1e;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 10px;
	white-space: normal; 
	height: 460px;
	overflow: hidden;
	overflow-x: auto;
	margin-left: 20px;
	color: white;
	font-family: 'Comfortaa', sans-serif;
}

.cardforlightsection {
	width: 300px;
	background-color: black;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 10px;
	white-space: normal; 
	height: 460px;
	overflow: hidden;
	overflow-x: auto;
	margin-left: 20px;
	color: white;
	font-family: 'Comfortaa', sans-serif;
	/*box-shadow: 5px 0px 10px #0f0f0f;*/
}

.cardfordarksection h1,
.cardfordarksection h2,
.cardfordarksection h3,
.cardfordarksection p,
.cardfordarksection a,
.cardforlightsection h1,
.cardforlightsection h2,
.cardforlightsection h3,
.cardforlightsection p,
.cardforlightsection a {
	margin: 0;
	margin-top: 10px;
	line-height: 1.5;
	color: white;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;
}

.cardfordarksectionleft {
	width: 300px;
	background-color: #1e1e1e;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 10px;
	white-space: normal; 
	height: 460px;
	overflow: hidden;
}

.cardforlightsectionleft {
	width: 300px;
	background-color: black;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 10px;
	white-space: normal; 
	height: 460px;
	overflow: hidden;
}

.cardfordarksectionleft h1,
.cardfordarksectionleft h2,
.cardfordarksectionleft h3,
.cardfordarksectionleft p,
.cardfordarksectionleft a,
.cardforlightsectionleft h1,
.cardforlightsectionleft h2,
.cardforlightsectionleft h3,
.cardforlightsectionleft p,
.cardforlightsectionleft a {
	margin: 0;
	margin-top: 10px;
	line-height: 1.5;
	color: white;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;
}

.cardfordarksectionmiddle {
	margin: auto;
	width: 300px;
	background-color: #1e1e1e;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 10px;
	white-space: normal; 
	height: 460px;
	overflow: hidden;
	overflow-x: auto;
	font-family: 'Comfortaa', sans-serif;
	position: relative;
}

.cardforlightsectionmiddle {
	margin: auto;
	width: 300px;
	background-color: black;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 10px;
	white-space: normal; 
	height: 460px;
	overflow: hidden;
	overflow-x: auto;
	font-family: 'Comfortaa', sans-serif;
	position: relative;
}

.cardfordarksectionmiddle h1,
.cardfordarksectionmiddle h2,
.cardfordarksectionmiddle h3,
.cardfordarksectionmiddle p,
.cardfordarksectionmiddle a,
.cardforlightsectionmiddle h1,
.cardforlightsectionmiddle h2,
.cardforlightsectionmiddle h3,
.cardforlightsectionmiddle p,
.cardforlightsectionmiddle a {
	margin: 0;
	margin-top: 10px;
	line-height: 1.5;
	color: white;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;
}

@media screen and (max-width: 550px) {
	.cardfordarksection,
	.cardfordarksectionleft,
	.cardfordarksectionmiddle,
	.cardforlightsection,
	.cardforlightsectionleft,
	.cardforlightsectionmiddle	{
		width: 250px;
		overflow-y: auto;
	}
}

.darksection .orange,
.lightsection .orange {
	color: #FF9900;
}

/*font-size*/
.cardfordarksection p,
.cardfordarksection a,
.cardforlightsection p,
.cardforlightsection a,
.cardfordarksectionleft p,
.cardfordarksectionleft a,
.cardforlightsectionleft p,
.cardforlightsectionleft a,
.cardfordarksectionmiddle p,
.cardfordarksectionmiddle a,
.cardforlightsectionmiddle p,
.cardforlightsectionmiddle a {
	font-size: 14px;
}

.cardfordarksectionleft h1,
.cardforlightsectionleft h1,
.cardfordarksectionmiddle h1,
.cardforlightsectionmiddle h1,
.cardfordarksection h1,
.cardforlightsection h1 {
	font-size: 24px;
}

.cardfordarksectionleft h2,
.cardforlightsectionleft h2,
.cardfordarksectionmiddle h2,
.cardforlightsectionmiddle h2,
.cardfordarksection h2,
.cardforlightsection h2 {
	font-size: 19px;
}

.cardfordarksection h3,
.cardforlightsection h3,
.cardfordarksectionmiddle h3,
.cardforlightsectionmiddle h3,
.cardfordarksectionleft h3,
.cardforlightsectionleft h3 {
	font-size: 17px;
}

.cardwave {
  margin: 100px auto;
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 300px;
  height: 430px;
  border-radius: 16px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 640px;
  height: 850px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg,#af40ff,#5b42f3 60%,#00ddeb);
}

.icon {
  width: 100%;
  margin-top: -1em;
  padding-bottom: 0.7em;
  font-size: 77px;
}

.infotop {
  text-align: center;
  font-size: 27px;
  position: absolute;
  top: 5.6em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: 'Comfortaa', sans-serif;
}

.infotext {
	width: 100%;
	white-space: normal;
	font-size: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-top: 20px;
}

.infotextmore {
	background-color: #0040ff;
	height: 62px;
	border-radius: 45px;
	width: 140px;
	text-align: center;
	font-size: 16px;
	padding: 12px;
}

.name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1em;
  text-transform: lowercase;
}

.wave:nth-child(2),
.wave:nth-child(3) {
  top: 300px;
}

.playing .wave {
  border-radius: 40%;
  animation: wave 8000ms infinite linear;
}

.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
  animation-duration: 6000ms;
}

.wave:nth-child(2) {
  animation-duration: 50s;
}

.playing .wave:nth-child(3) {
  animation-duration: 8000ms;
}

.wave:nth-child(3) {
  animation-duration: 45s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hold, .cardBJ, .split, .set {
	width: 60px;
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	max-width: 150px;
}

.double, .insurance {
	width: 95px;
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	max-width: 150px;
}

.reset, .play {
	width: 40px;
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	max-width: 150px;
}

.inputBJ {
	background-color: #1e1e1e;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
	border-radius: 10px;
	display: inline-block;
	color: white;
	float: center;
	padding: 10px;
	margin-bottom: 10px;
	width: 60px;
}

.message {
	position: absolute;
	bottom: 10px;
	background-color: rgba(0, 0, 0, 0.3); /* Schwarzer Hintergrund mit 50% Transparenz */
	border-radius: 5px;
	padding: 3px;
}

.player {
	position: absolute;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.3); /* Schwarzer Hintergrund mit 50% Transparenz */
	border-radius: 5px;
	padding: 3px;
}

.playercards {
	position: absolute;
	top: 30px;
}

.playercardnumbers {
	position: absolute;
	top: 78px;
}

.playercardssplit {
	position: absolute;
	top: 100px;
}

.playercardssplitnumbers {
	position: absolute;
	top: 148px;
}

.croupier {
	position: absolute;
	top: 170px;
	background-color: rgba(0, 0, 0, 0.3); /* Schwarzer Hintergrund mit 50% Transparenz */
	border-radius: 5px;
	padding: 3px;
}

.croupiercards {
	position: absolute;
	top: 200px;
}

.croupiercardnumbers {
	position: absolute;
	top: 248px;
}

.hold.hidden, 
.cardBJ.hidden, 
.split.hidden, 
.set.hidden, 
.double.hidden, 
.insurance.hidden, 
.reset.hidden, 
.play.hidden, 
.inputBJ.hidden,
.hidden {
	display: none;
}

.blackjackUntergrund {
	background-color: #10631b;
	border-style: solid;
	border-width: 10px;
	border-color: #70390b;
	border-radius: 10px;
	color: white;
	padding: 10px;
	width: 100%;
	height: 350px;
	position: relative;
}

//alte Farben:
//#00002E
//#535353
/*
10	#008a55
9.8	#00914c
9.6	#009744
9.4	#009e3b
9.2	#00a433
9.0	#00ab2a
8.8	#0cad28
8.6	#19ae26
8.4	#26b024
8.2	#32b122
8.0 #3eb320
7.8 #4bb41d
7.6 #58b61b
7.4 #64b719
7.2 #70b917
7.0 #7dba15
6.8 #8abc13
6.6 #96be11
6.4 #a2bf0f
6.2 #afc10d
6.0 #bcc20a
5.8	#c8c408
5.6	#d4c506
5.4	#e1c704
5.2	#eec802
5.0	#faca00
4.8	#f8c000
4.6	#f5b600
4.4	#f3ac00
4.2	#f1a200
4.0	#ee9800
3.8	#ec8d00
3.6	#ea8300
3.4	#e87900
3.2	#e56f00
3.0	#e36500
2.8	#e15b00
2.6	#de5100
2.4	#dc4700
2.2	#da3d00
2.0	#d83200
1.8	#d52800
1.6	#d31e00
1.4	#d11400
1.2	#ce0a00
1.0	#cc0000
0.8	#c20000
0.6	#b80000
0.4	#ad0000
0.2	#a10000
0	#990000
*/