body,td,th {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #000000;
}
a:link {
    color: #2E2CE3;
}
a:visited {
    color: #2E2CE3;
}
a:hover {
    color: #FF0004;
}
a:active {
    color: #2AFF00;
}
input[type="number"] {
   width:50px;
}
.navi, .navi-table, .navi-td {
    #background-color: rgba(144, 180, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.5);
    border-color: #000000;
    border-style: groove;
    font-size: 24px;
    color: #000000;
    font-stretch: expanded;
    font-weight: 800;
	white-space: nowrap;
}
.body-table, .body-td {
    #background-color: rgba(166, 195, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.5);
    border-color: #000000;
    border-style: groove;
    font-size: 16px;
    color: #000000;
    font-stretch: expanded;
}
.body-td {
	padding: 12px;
}
.navi-td:hover {
    background-color: #1369FF;
	color: #F0FF00;
}
.navi-text:link{
	color: #000000;
	text-decoration: none;
}
.navi-text:visited{
	color: #000000;
	text-decoration: none;
}
.navi-text:hover{
	color: #0E006A	
	text-decoration: overline underline;
	background-color: #F8FF00
}
.navi-text:active{
	color: #2AFF00;
	text-decoration: none;
}
.blink_bitch_blink {
  animation: blinker 1s linear infinite;
  color: #FF0000
  text-decoration: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
	color: #FF0000
  }
}
 

 /*
 iframe {
    width: 1px;
    min-width: 100%;
 }
 */
 

#EA_Text{
	color: #0062ff;
} 
.weather_message{
	color: #FF0000;
	text-decoration: none;
}
.weather_status {
    border-style:solid;
    border-width:5px;  
    border-color:red;
}
#live_notification {
    border: 4px solid #000;
    margin: 0px auto 2px;
    padding: 2px 2px;
    text-align: center;
    width: 90%;
	color: #000000;
	background-color: rgba(255,0,0,0.7);
}

#live_notification_2 {
	background-color: #FFBF00;
	border: 15px solid #DFFF00;
	padding: 2px;
	margin: 2px;
	font-size: 22px;
}

.table_background_koop {
    border: solid #000000;
	/* background-color: rgba(255, 255, 255, 0.9); */
}
.koop_tablehead {
    font-size: 18px;
	/* background-color: rgba(255, 255, 255, 0.9); */
}
.koop_table_gamename {
    font-size: 16px;
	font-style: bold; 
	/* background-color: rgba(255, 255, 255, 0.9); */
}
.koop_table_gamename_changes {
	font-size: 16px;
	font-style: bold;
	background-color: #ffff00;
}
#help {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #000000;
}
#red_box {
	background-color: LightCoral;
	/* width: 300px; */
	border: 5px solid DarkRed;
	padding: 10px;
	margin: 10px;
}
#orange_box {
	background-color: #ffa500;
	/* width: 300px; */
	border: 5px solid black;
	padding: 10px;
	margin: 10px;
}
#sale {

	/* border: 1px solid #000000; */
	color: #ff0000;
	font-weight: bolder;
	text-shadow: 3px 3px 5px, black; 
}

#success_fadeout{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #00FF00;
    margin-top: 20px;
    
     animation:signup-response 0.5s 1;
    -webkit-animation:signup-response 0.5s 1;
    animation-fill-mode: forwards;
    
    animation-delay:10s;
    -webkit-animation-delay:10s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
    
} 


#success{
	/* Success Meldung ohne FadeOut */
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #00FF00;
	margin-top: 20px;

} 

@keyframes signup-response{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes signup-response{
    from {opacity :1;}
    to {opacity :0;}
}




a.notif {
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	background: url('http://i.imgur.com/evpC48G.png');
	background-size: contain;
	text-decoration: none;
}

.new_games{
	background-color: #ff0000;
	color:#000000;
	
}

.text_shadow{
	text-shadow: 2px 2px black;
	display:inline;
}



.Blink {
	animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

mark {
	background-color: #ffff00;
}

.GameDesc {
	display: inline;
	max-width: 50px;
	width: 50px;
}


/* Tooltip Start */
.tt_image {
	text-decoration: none;
	position: relative;
	font-size: 16px;
	font-style: bold;
	color:#000000;
}

.tt_image span {
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: black;
	background: white;
}

.tt_image span img {
	float: left;
	margin: 0px 8px 8px 0;
}

.tt_image:hover span {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: auto;
	max-width: 485px;
	min-height: 128px;
	border: 1px solid black;
	margin-top: 12px;
	margin-left: 32px;
	overflow: hidden;
	padding: 8px;
}
/* Tooltip Ende */

.blink_text
{
	animation: 1s blinker linear infinite;
	-webkit-animation: 1s blinker linear infinite;
	-moz-animation: 1s blinker linear infinite;
	color: red;
}

@-moz-keyframes blinker
{
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes blinker
{
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

@keyframes blinker
{
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
/*
 *   Copyright (c) 2025 NAME.
 *   All rights reserved.
 *   Unauthorized copying, modification, distribution, or use of this is prohibited without express written permission.
 */

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

:root {
	--balloon-border-radius: 2px;
	--balloon-color: rgba(16, 16, 16, 0.95);
	--balloon-text-color: #fff;
	--balloon-font-size: 12px;
	--balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
	overflow: visible;
}

[aria-label][data-balloon-pos] {
	position: relative;
	cursor: pointer;
}
[aria-label][data-balloon-pos]:after {
	opacity: 0;
	pointer-events: none;
	transition: all 0.18s ease-out 0.18s;
	text-indent: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	font-size: var(--balloon-font-size);
	background: var(--balloon-color);
	border-radius: 2px;
	color: var(--balloon-text-color);
	border-radius: var(--balloon-border-radius);
	content: attr(aria-label);
	padding: .5em 1em;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
}
[aria-label][data-balloon-pos]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: var(--balloon-color);
	opacity: 0;
	pointer-events: none;
	transition: all 0.18s ease-out 0.18s;
	content: "";
	position: absolute;
	z-index: 10;
}
[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
	opacity: 1;
	pointer-events: none;
}
[aria-label][data-balloon-pos].font-awesome:after {
	font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
[aria-label][data-balloon-pos][data-balloon-break]:after {
	white-space: pre;
}
[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
	white-space: pre-line;
	word-break: break-word;
}
[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
	transition: none;
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
	transform: translate(-50%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
	transform: translate(-50%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
	left: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
	left: 5px;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
	right: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before {
	right: 5px;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after {
	transform: translate(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before {
	transform: translate(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
	bottom: 100%;
	transform-origin: top;
	transform: translate(0, var(--balloon-move));
}
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
	margin-bottom: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
	left: 50%;
	transform: translate(-50%, var(--balloon-move));
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
	top: 100%;
	transform: translate(0, calc(var(--balloon-move) * -1));
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
	margin-top: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-pos="down"]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
	left: 50%;
	transform: translate(-50%, calc(var(--balloon-move) * -1));
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
	transform: translate(0, -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
	transform: translate(0, -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after, [aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
	right: 100%;
	top: 50%;
	transform: translate(var(--balloon-move), -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
	margin-right: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
	left: 100%;
	top: 50%;
	transform: translate(calc(var(--balloon-move) * -1), -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
	margin-left: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-length]:after {
	white-space: normal;
}
[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
	width: 80px;
}
[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
	width: 150px;
}
[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
	width: 260px;
}
[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
	width: 380px;
}
@media screen and (max-width: 768px) {
	[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
		width: 90vw;
	}
}
[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
	width: 100%;
}