* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	font-family:Calibri;
	font-size: 16px;
	color:white;
	height: 100%;
	width: 100%;
}
@media (max-width: 430px) {
  html {
    font-size: 11px; /* Kleinere Basisschrift für mobile Geräte */
  }
}

body {
	background-color: ;
	color: ;
}
#head {
	background-color: ;
	color: ;
	margin-bottom: 10px;
	width:100%;
}
@media only screen and (max-width: 600px) {
	#head { padding-bottom:1px;}

}
a {
	color: ;
}
h1 {
	text-align:center;font-size:1.5em;
	margin:30px 0 30px 0;
	color: ;
}
button, input[type="button"], input[type="submit"] {
	font-size: 1em;
	font-family:Calibri;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	cursor:pointer;
}
#kasten {
	left: 0; right: 0; top:0;
	margin: 50px auto 50px auto;
  	position: absolute;
	padding:20px;
	width:clamp(200px,70%,900px);
	
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(10.7px);
	backdrop-filter: blur(10.7px);
}

@media only screen and (max-width: 600px) {
	#kasten {width:100%; margin:40px 0 0 0; padding:10px; box-sizing:border-box;}
	#menue {
		width:100%;
		box-sizing:border-box;
		border:none;
	border-spacing: 0px;
	border-collapse: separate;
	}
	#menue td {
	padding: 15px 5px 15px 5px;
	text-align:right;
}
}

@media only screen and (min-width: 601px) {
#menue {
	margin: 0 auto;
	border:none;
	border-spacing: 0px;
	border-collapse: separate;
	border-spacing: 0 3px;
}
#menue td {
	padding: 15px 5px 15px 5px;
	text-align:right;
}
}

#slider {
  opacity: 0.7;
  transition: opacity .2s;
  width:100%;
  accent-color: #55B661;
  box-sizing:border-box;
  }
  
#slider:hover {
	   opacity: 1; /* Fully shown on mouse-over */
 }

.button-fullgreen, .button-fullred,.button-borderred, .button-bordergreen {
	border-width: 3px;
	border-radius: 10px;
	font-size: 0.9em;
}

.button-fullgreen, .button-fullred {
	font-weight:bold;
	width:150px;
	padding: 10px;
	color:white;
}
.button-fullgreen {
	border-color: #55B661;
	background-color: #55B661;
}
.button-fullred {
	border-color: #880000;
	background-color: #880000;
}
.button-fullgreen:hover , .button-fullred:hover{
	opacity:.7;
	cursor:pointer;
}

.button-borderred, .button-bordergreen {
	text-decoration: none;
	padding:9px 15px 9px 15px;
}

.button-borderred {
	border: 3px solid #880000;
	color:#880000;
}
.button-bordergreen {
	border: 3px solid #349D40;
	color:#349D40;
}
.button-borderred:hover, .button-bordergreen:hover {
	opacity:.5;
}

.textfield {
	width: 100%; line-height:25px; box-sizing:border-box;
	padding:0 3px 0 5px;
}
.trenner-text{
	margin:0 auto;
	position:relative;
	padding:5px 20px;
	background: rgba(247, 247, 247); 	z-index:15;
}
.trenner-linie {
	position:relative;
	width:100%;
	transform: translate(0, -15px);
	z-index:10;
	background-color:#E5E5E5;
	height:5px;
}
/* ********************** bingo.php & print.php ************ */
#title {
	box-sizing: border-box;
	width:100%;
	text-align:center;
	padding:10px 10px 0 10px;
	font-size:25px;
	 /* Flexbox hinzufügen, damit das DIV alle Buttons und Titel umschließt */
	box-sizing: border-box; 
	display: flex;
}

#title-text { text-shadow: 0px 0px 3px black;
	/*Zentrierung des Texts im Feld */
		display: flex; 
		align-items: center; justify-content:center;
	float:left; 
	height: calc(2 * 5px + 2 * 3px + 17.5px);	width:calc(100% - 2 * 10px  - 6 * (17.5px + 2 * 5px  + 5px  + 2 * 3px  ) + 12px);

		/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   
   
}
.title-button {
	 background:rgb(255,255,255,.2);
}
.title-button, .player-button {
	width: 17.5px;
	height:17.5px;
	
	padding: 5px; 
	margin: 0 2.5px 0 2.5px;
}
#adduser-button {
	width:36px; min-width:36px;
	background-color:;
}
@media only screen and (max-width: 600px) {
	#title {font-size:15px;margin-bottom:10px;}
	.player-button {width:13px; height:13px; padding:1px;}
	#adduser-button img{ margin-right:5px;}
}

	.title-button {
		position:relative; float:right;
		filter: invert(1);
		border:2px solid black;
		margin-left:7px;
		border-radius:10px; 
		box-shadow: 0 4px 5px rgba(255,255,255, 0.5); /*weiß -> invertiert = schwarz*/
	}
	.player-button {
		position:absolute; 		right:5px; bottom:5px;

		border:none;
	}
	.title-button:hover, .player-button:hover {
		opacity:.5;
	}

.player-menu, #player-menu-active, #mobileMenuOpener {
	margin: 10px 10px 15px 10px;
	padding: 5px 1px 5px 1px;
	background-color: ;	text-align:center;
	border-radius: 10px;
	font-size:20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);

}
.player-menu a, #player-menu-active a, #player-menu-mobil a{
		text-decoration:none;
	}
	.player-menu:hover {
		opacity:.7;
	}
	#player-menu-active a, #player-menu-active{
		display:block;
	}
	#player-menu-active a, #player-menu-active, #mobileMenuOpener {
		font-weight:bold; 	
		color: ; 	
	}
	#player-menu-active, #mobileMenuOpener {
		background-color: ;
	}
	#mobileMenuOpenerImg {
		width:13px; height:13px; 
		transform: rotate(180deg);
		position:absolute; right:18px;
	}
@media only screen and (min-width: 601px) {
	#player-menu-pc {
		display:flex;
	}
	.mobil, #player-menu-mobil{
		display:none;
	}
	.player-menu, #player-menu-active { 
		white-space: nowrap;
		position:relative;
		float:left;
	}
}
@media only screen and (max-width: 600px) {
	.player-menu, #player-menu-active, #mobileMenuOpener  { font-size:13px;}

	#player-menu-pc {
		display:none;
	}
	#player-menu-mobil{
		whitespace:no-wrap;
		display:none;
		background-color:;
		height:calc(40px * );
	}
}	
	
.badge img {
	height:17.5px;
	width:17.5px;
	padding:0 3px 0 15px;
	 -webkit-filter: drop-shadow(2px 2px 2px #222);
	filter: drop-shadow(0px 0px 2px #666666);
}
@media only screen and (max-width: 600px) {
	.badge img { 	padding:0 3px 0 5px; }
}
.badge {
	font-size:18px;
	font-weight:bold;
}
@media only screen and (max-width: 600px) {
	.badge { font-size:11px;}
	.badge img { 	height:11px;	width:11px;}
}
.feld, .feld-crossed, .feld-grey {
	box-sizing:border-box;
	float:left;
		min-height:90px;
	margin:5px;
	padding: 5px;
	font-size:1.3em;
	border:none;
	border-radius: 10px;
	color: ;
	background-color: ;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	
	text-align:center;	display: flex;   align-items: center;  justify-content:center;

	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

@media only screen and (max-width: 1000px) {
  .feld, .feld-crossed, .feld-grey {font-size:1em;  } }
@media only screen and (max-width: 600px) {
  .feld, .feld-crossed, .feld-grey {
		padding:2px;  
				
		font-size:11px;		margin:2px;
		

	 }
	}
    
	.feld-crossed {
		background-color: ;
		background-image:url("media/cross.png");
		background-size: 100% 100%;
		/* 	border-top-left-radius: 0%; border-bottom-right-radius: 0%; */
	}
	.feld-grey {
		background-color: ;
		color: #dddddd;
	}
	.feld:hover, .feld-crossed:hover, .feld-grey:hover {
		opacity:.7;
		cursor:pointer;
	}
	
.fehlermeldung {
	box-sizing:border-box;
	padding:20px;
	background-color: ;
	text-align:center;
	width:100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}	
	
/* ********************** settings.php ************ */
	

#meldung {
	margin-bottom: 20px;
	padding:13px 50px 13px 50px;
	text-align:center;
	box-sizing:border-box;
	background-image:url(media/save.svg);
	background-repeat:no-repeat;
	background-size:30px;
	background-position: bottom 50% right 10px;

	background-color:#AFD1C5;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
#meldung background-image {	filter: invert(1);
}

.untertitel {
	font-size:14px;
}

.arrow-button,.back-button {
	width:45px;
	opacity:.8;
	transition: opacity 0.5s;
	z-index:100;
}
.back-button{
	margin: 5px 0 0 15px;
	position:sticky;
	top:15px;
	transform: rotate(270deg); 
}
@media only screen and (max-width: 600px) {
.back-button {
	top:5px; margin-top:0px;
}
}
.arrow-button {
	position:fixed;
}
.arrow-button:hover, .back-button:hover {
	opacity:1; 
}

.color-palette {width: 100%;}
.color-palette-text { width:25%;
	position:absolute;
	transform: translate(10px, -26px);
	-webkit-transform: translate(10px, -26px);
	pointer-events:none; 
}
@media only screen and (max-width: 1100px) {
	.color-palette {height:50px;}
	.color-palette-text {
		width:185px;
		position:absolute;
		transform: translate(10px, -45px);
		-webkit-transform: translate(10px, -45px);
		
		pointer-events:none; 
	}
}

/* ********************** user.php ************ */
.ausklappbox {
	display:none;
	background-color: ;
	min-width:380px;
	width:60%;
	margin: 0 auto;
	text-align:center;
	padding:20px;
	box-sizing:border-box; 
} 
  .show {
	display:block;

 }