/* wm2026.css revisado - versão modernizada para WM 2026 */

:root {
  --bg-page: #0f172a;
  --bg-page-2: #111827;
  --bg-card: rgba(251, 251, 251, 0.82);
  --bg-soft: #f8fafc;
  --bg-soft-2: #eef2ff;
  --bg-soft-3: #eff6ff;

  --text-main: #0f172a;
  --text-muted: #475569;
  --text-light: #ffffff;

  --line: #dbe3ee;
  --line-strong: #cbd5e1;

  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --primary-soft: #dbeafe;

  --success: #16a34a;
  --success-hover: #15803d;

  --danger: #dc2626;
  --danger-soft: #fee2e2;

  --shadow-sm: 0 2px 10px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 10px 30px rgba(15, 23, 42, 0.14);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.18);

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;

  --transition-fast: all 0.18s ease;
  --transition: all 0.24s ease;
}

/***** Body and main container *****/

body {
  margin: 0 auto;
  padding: 0;
  font: 15px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #111 url('img/bg-wm2026-smartphone-v2.jpg') repeat top center fixed;
  color: var(--text-main);
}

.bgblock {
  background: #007cba url("img/wm2026-banner-v1.jpg") repeat scroll center top / 100% auto;
  opacity: 0.3;
}

#wrap {
  background-color: var(--bg-card);
  color: var(--text-main);
  margin: 30px auto;
  padding: 18px 20px;
  width: 960px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(6px);
}

.mobilehide {
  display: block;
}

/***** Header *****/

#header {
  color: var(--text-light);
  background: #ddd url('img/wm2026-banner-v1.jpg') no-repeat top left;
  margin: 5px 0 24px 0;
  padding: 0;
  position: relative;
  top: 1px;
  left: 0;
  overflow: hidden;
  height: 300px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

#headertop {
  height: 65px;
}

#headerbottom {
  height: 215px;
  padding: 0 16px;
  overflow: hidden;
}

#header h1 {
  font-size: 2.6em;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0 0 4px 15px;
  padding: 18px 0 0 0;
  color: #fff;
}

#header h2,
#header h3 {
  color: #fff;
}

#header h1 a,
#header h1 a:hover {
  color: #fff;
  padding: 0;
}

#header p {
  font-size: 1.08em;
  letter-spacing: -0.02em;
  margin: 0 0 20px 15px;
  padding: 0 0 0 3px;
  color: #fff;
}

#header img {
  display: block;
}

.mobileonly {
  display: none;
}

/***** Left sidebar *****/

#avmenu {
  clear: left;
  float: left;
  width: 250px;
  margin: 0 0 10px 0;
  padding: 0;
}

#avmenu ul {
  list-style: none;
  width: 250px;
  margin: 0 0 20px 0;
  padding: 0;
}

#avmenu li {
  margin-bottom: 8px;
}

#avmenu li a {
  font-weight: 700;
  text-decoration: none;
  color: var(--text-main);
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-fast);
}

#avmenu li a:hover,
#avmenu li a.current {
  transform: translateX(3px);
  color: #0b3ea8;
  border-color: #bfdbfe;
  border-left-color: var(--primary-hover);
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.18);
}

/* progress bar */
#progressbox {
  border: 1px solid var(--line-strong);
  padding: 2px;
  position: relative;
  width: 220px;
  border-radius: 999px;
  margin: 10px 0;
  display: none;
  text-align: left;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

#progressbar {
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
  width: 1%;
}

#statustxt {
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: inline-block;
  color: #111;
  font-size: 12px;
  line-height: 18px;
}

#avmenu ul ul {
  margin: 5px 0 5px 15px;
  font-size: 0.92em;
  width: 235px;
}

#avmenu ul ul a {
  height: auto;
  margin: 0;
  padding: 9px 10px;
}

#avmenu h2 {
  font-size: 1.5em;
  font-weight: 700;
}

/***** Right sidebar *****/

#extras {
  float: right;
  width: 230px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.95em;
}

#extras p,
#extras ul {
  margin: 0 0 1.5em 0;
  line-height: 1.4em;
  padding: 0;
}

#extras a {
  font-weight: 700;
}

#extras li {
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
}

#extras h2 {
  font-size: 1.45em;
  font-weight: 700;
  margin: 0 0 6px 0;
  letter-spacing: -0.03em;
}

/***** Main content *****/

#content {
  margin: 10px 140px 10px 260px;
  padding: 0;
  line-height: 1.6em;
  text-align: left;
}

#contentwide {
  margin: 10px 0 10px 280px;
  padding: 0 10px 20px 0;
  line-height: 1.6em;
  text-align: left;
}

#contentfull {
  margin: 10px 10px 10px 10px;
  padding: 2px 0 10px 0;
  line-height: 1.6em;
  text-align: left;
}

#content h1,
#contentwide h1,
#contentfull h1 {
  font-size: 2em;
  letter-spacing: -0.03em;
  font-weight: 800;
  line-height: 1.2em;
  margin: 12px 0 12px 0;
  padding: 0;
  color: var(--text-main);
}

#content h2,
#contentwide h2,
#contentfull h2 {
  font-size: 1.3em;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin: 16px 0 10px 0;
  padding: 0;
  color: var(--text-main);
}

#content h3,
#contentwide h3,
#contentfull h3 {
  font-size: 1.08em;
  font-weight: 700;
  margin: 8px 0 6px 0;
  padding: 0;
  color: var(--text-main);
}

#content img,
#contentwide img,
#contentfull img {
  padding: 0;
  display: inline;
}

#content a,
#contentwide a,
#contentfull a {
  font-weight: 700;
}

#content ul,
#content ol,
#contentwide ul,
#contentwide ol,
#contentfull ul,
#contentfull ol {
  margin: 0 0 16px 20px;
  padding: 0;
}

#content ul ul,
#content ol ol,
#contentwide ul ul,
#contentwide ol ol,
#contentfull ul ul,
#contentfull ol ol {
  margin: 2px 0 2px 20px;
}

#content li,
#contentwide li,
#contentfull li {
  margin: 0 0 2px 10px;
  padding: 0 0 0 4px;
}

/***** Footer *****/

#footer {
  clear: both;
  margin: 30px auto 10px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  width: 960px;
  text-align: center;
  color: #64748b;
  background-color: transparent;
  font-size: 0.92em;
}

#footer p {
  padding: 0;
  margin: 0;
}

#footer a {
  color: #64748b;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/***** Various tags *****/

a {
  text-decoration: none;
  color: #1d4ed8;
  transition: var(--transition-fast);
}

a:hover {
  text-decoration: underline;
  color: #0f3fb3;
}

a img {
  border: 0;
}

p {
  margin: 0 0 16px 0;
}

blockquote {
  border: 1px solid var(--line);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius-md);
  margin: 16px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: var(--text-muted);
  box-shadow: var(--shadow-sm);
}

blockquote p {
  font-size: 1.05em;
  line-height: 1.5em;
  margin: 0;
}

/***** Table styles *****/

table {
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.35em;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

caption {
  text-align: left;
  font-size: 1.35em;
  font-weight: 700;
  margin: 0;
  padding: 6px 0 8px 0;
}

th {
  padding: 10px 12px;
  text-align: left;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  color: var(--text-main);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

th:last-child {
  border-right: none;
}

td {
  padding: 10px 12px;
  font-size: 1em;
  text-align: left;
  background: #fff;
  color: var(--text-main);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

td:last-child {
  border-right: none;
}

table tr:last-child td {
  border-bottom: none;
}

.tabelle tr:nth-child(even) td {
  background: #f8fafc;
}

.tabelle tr:hover td {
  background: #eef6ff;
}

/***** Form styles *****/

.button {
  border: 0;
  margin: 0 0 15px 0;
  padding: 10px 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-hover) 100%);
  color: #fff;
  font-weight: 700;
  width: auto;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.22);
  cursor: pointer;
  transition: var(--transition-fast);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.28);
}

input,
textarea,
select {
  border: 1px solid var(--line-strong);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff;
  color: var(--text-main);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: var(--transition-fast);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

label {
  margin: 2px;
}

input {
  width: 195px;
}


textarea {
  width: 200px;
}

/***** Search box *****/

#searchbox {
  padding: 0;
  margin: 6px 0 16px 0;
}

#searchform {
  background: #ffffff;
  border: 1px solid var(--line-strong);
  color: var(--text-main);
  font-size: 0.95em;
  padding: 8px 10px;
  width: 116px;
  border-radius: 10px;
}

#searchbox label {
  display: none;
}

/***** Various classes *****/

.left {
  margin: 10px 10px 5px 0;
  float: left;
}

.right {
  margin: 10px 0 5px 10px;
  float: right;
}

.announce {
  margin: 10px 0 20px 0;
  padding: 14px 14px 10px 14px;
  width: 205px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--primary);
  line-height: 1.4em;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--shadow-sm);
}

.announce a {
  font-weight: 700;
  color: var(--text-main);
}

.announce p {
  font-size: 0.95em;
  margin: 15px 0;
  color: var(--text-muted);
}

.announce p.blog {
  margin: 5px 0;
  padding: 10px 0;
  border-top: 1px dotted #94a3b8;
}

.announce p.blogtitle {
  margin: 5px 0;
  padding: 5px 0 0;
  border-top: 1px solid #dbeafe;
}

.announce p.blogcontent {
  margin: 0;
  padding: 0 0 10px;
  line-height: 1.45em;
}

.announce p.blogcontent.emoji {
  padding: 5px 0 0;
  font-size: 4em;
  line-height: 1em;
}

.announce p.thelabel {
  margin: 0;
  padding: 0;
}

.announce h2 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--text-main);
}

#avmenu .announce {
  width: 225px;
}

.textright {
  text-align: right;
  margin: -10px 0 4px 0;
}

.center {
  text-align: center;
}

td.ergebnis {
	white-space: nowrap;
    text-align: center;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.3em;
}

.bold {
  font-weight: 700;
}

.boldred {
  font-weight: 700;
  color: var(--danger);
}

.highlighted {
  padding: 6px 8px;
  background-color: #f8fafc;
  color: var(--text-main);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
}

.hide {
  display: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*************************************/

/* Fußball Tabellen */
.tabelle {
  width: 99%;
}

.camou td {
  border: none;
  background: none;
}

table.camou {
  width: 95%;
  border: none;
  box-shadow: none;
  background: transparent;
}

td.eingabe {
  width: 80px;
  	white-space: nowrap;
  	text-align: center;
}

table.camou td.wert {
  text-align: right;
}

.camou tr.whiteline {
  background: none;
}

.ergebnistabelle {
  width: 290px;
  margin-left: 30px;
}

th.thTag {
  width: 200px;
}

th.thOrt {
  width: 100px;
}

th.thUser {
  width: 200px;
  font-weight: 700;
  text-transform: uppercase;
}

th.thMatch {
  width: 50%;
}

td.summe {
  font-weight: 700;
  text-transform: uppercase;
}

.finaltip {
  text-align: center;
}

.result {
  letter-spacing: 1px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.inputRadio {
  margin: 0 0 -3px 0;
  padding: 0;
  width: 24px;
  height: 24px;
  accent-color: var(--primary);
}

.inputButton,
button,
input[type="submit"],
input[type="button"] {
  padding: 10px 18px;
  width: auto;
  min-width: 140px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-hover) 100%);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.22);
  cursor: pointer;
  transition: var(--transition-fast);
}

.inputButton:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.28);
  filter: brightness(1.03);
}

.inputButton:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active {
  transform: translateY(0);
}

.inputResult {
  width: 42px;
  text-align: center;
  -moz-appearance: textfield;
}

.tdRight {
  text-align: right;
}

span.bigemoji {
  font-size: 4em;
}

#spacer {
  height: 170px;
}

.list_carousel {
  background: transparent;
  margin: 10px 0 10px 0;
  width: auto;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_carousel li {
  font-size: 40px;
  color: #999;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
}

.list_carousel li img {
  display: block;
}

.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}

.clearfix {
  float: none;
  clear: both;
}

.prev,
.next {
  font-size: 0.85em;
  text-decoration: none;
}

.prev {
  float: left;
  margin-left: 10px;
}

.next {
  float: right;
  margin-right: 10px;
}

.pager {
  float: left;
  width: 300px;
  text-align: center;
}

.pager a {
  margin: 0 5px;
  text-decoration: none;
}

.pager a.selected {
  text-decoration: underline;
}

.timer {
  background-color: #999;
  height: 6px;
  width: 0;
}

.loginwrap {
	width: min(520px, calc(100% - 24px));
	margin: 40px auto;
	padding: 28px 24px 12px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
	backdrop-filter: blur(6px);
}

.loginwrap h1 {
	margin: 0 0 18px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: #0f172a;
}

.loginwrap p {
	margin: 0 0 22px 0;
	text-align: center;
	color: #475569;
	font-size: 1rem;
}

.loginwrap form {
	margin: 0;
}

.loginwrap table.tabelle {
	width: 100%;
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.loginwrap table.tabelle th {
	text-align: left;
	padding: 12px 14px;
	background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
	color: #0f172a;
	font-weight: 700;
}

.loginwrap table.tabelle td {
	padding: 12px 14px;
	background: #ffffff;
	vertical-align: middle;
}

.loginwrap table.tabelle td.center {
	width: 120px;
	font-weight: 700;
	color: #334155;
	background: #f8fafc;
}

.loginwrap input[type="email"],
.loginwrap input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	background: #fff;
	color: #0f172a;
	font-size: 15px;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: all 0.18s ease;
}

.loginwrap input[type="email"]:focus,
.loginwrap input[type="password"]:focus {
	outline: none;
	border-color: #60a5fa;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.loginwrap .inputButton {
	min-width: 160px;
	padding: 12px 22px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.01em;
	box-shadow: 0 10px 20px rgba(37, 99, 235, 0.22);
	cursor: pointer;
	transition: all 0.18s ease;
}

.loginwrap .inputButton:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 24px rgba(37, 99, 235, 0.28);
	filter: brightness(1.03);
}

.loginwrap .inputButton:active {
	transform: translateY(0);
}

.loginwrap > div[style] {
	display: none;
}


.loginbody .loginwrap {
	opacity: 0;
	transform: translateY(24px) scale(0.98);
	animation: loginBoxIn 0.75s ease-out forwards;
	animation-delay: 0.20s;
}

.loginbody .loginwrap h1 {
	opacity: 0;
	transform: translateY(12px);
	animation: loginFadeUp 0.6s ease-out forwards;
	animation-delay: 0.65s;
	font-weight: normal;
	line-height: 1.2em;
}

.loginbody .loginwrap table {
	opacity: 0;
	transform: translateY(14px);
	animation: loginFadeUp 0.6s ease-out forwards;
	animation-delay: 0.70s;
}

.loginbody .loginwrap .inputButton {
	opacity: 0;
	transform: translateY(14px);
	animation: loginFadeUp 0.6s ease-out forwards;
	animation-delay: 0.98s;
}

@keyframes loginBoxIn {
	0% {
		opacity: 0;
		transform: translateY(24px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes loginFadeUp {
	0% {
		opacity: 0;
		transform: translateY(12px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

#mobilemenuopener {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	width: 56px;
	height: 48px;
	padding: 10px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(15, 23, 42, 0.10);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.18s ease;
}

#mobilemenuopener span {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 999px;
	background: #0f172a;
	transition: all 0.18s ease;
}

#mobilemenuopener:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.98);
	border-color: rgba(37, 99, 235, 0.20);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

#mobilemenuopener:active {
	transform: translateY(0);
}


div.matchmeta {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #64748b;
	margin-bottom: 4px;
}

td.matchmeta {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #64748b;
}


.matchmain {
	font-size: 1em;
	sfont-weight: 700;
	line-height: 1.3em;
	color: var(--text-main);
}

.goalplayer {
	text-align: left;
}
.goalplayer img {
	height: auto;
	display: block;
	margin: 0 auto 2px;
	border-radius: 10px;
}
.goalname {
	line-height: 1.2em;
	color: #64748b;
	margin-bottom: 4px;
	
}


.loginmessage {
	margin: 0 0 16px 0;
	padding: 10px 12px;
	border-radius: 12px;
	text-align: center;
	font-weight: 600;
}

.rememberline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95em;
	line-height: 1.3;
}

.rememberline input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
}




/* Responsive */
@media screen and (max-width: 1020px) {

  body {
    -webkit-text-size-adjust: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    padding: 0;
    font-size: 0.95em;
    line-height: 150%;
    background: none;
    background-color: #1f2937;
  }
  
  body.loginbody {
  	background: #111 url('img/bg-wm2026-smartphone-v2.jpg') repeat top center fixed;
  }

  #wrap {
    width: auto;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,0.08);
    margin: 10px;
    border-radius: 14px;
  }

  .mobileonly {
    display: block;
  }

  .desktoponly {
    display: none;
  }

  #header_mobile {
    background: #f33 url('img/bg-wm2026-smartphone-v2.jpg') top center;
    margin: 0;
    height: auto;
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    text-align: center;
    position: relative;
    box-shadow: var(--shadow-md);
  }

  #header_mobile h2 {
    font-size: 2em;
  }

  #header_mobile h1,
  #header_mobile h2,
  #header_mobile h3 {
    color: white;
    margin: 25px 5px;
    font-weight: 500;
  }

  #header_mobile .imgbox {
    position: relative;
    margin-top: 5px;
    overflow: hidden;
    text-align: left;
  }

  #header_mobile img {
    display: inline;
    width: 100%;
    height: auto;
    border-radius: 10px;
	margin: 15px 0 0;
  }

  .whatsshare {
    float: left;
    width: 50%;
  }

  #headertop {
    display: none;
  }

  #header h1 {
    font-size: 1.1em;
    letter-spacing: 0;
  }

  #header h2 {
    font-size: 2.1em;
    letter-spacing: 0;
    margin: 0;
    color: white;
    line-height: 100%;
  }

  #header p strong {
    font-size: 0.8em;
    letter-spacing: 0;
    font-weight: 500;
  }

  #avmenu {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }

  #mymenu {
    display: none;
  }

  #avmenu ul,
  #avmenu ul ul {
    list-style: none;
    width: auto;
    margin: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #avmenu ul ul {
    margin-left: 20px;
    margin-right: 20px;
  }

  #avmenu ul {
    margin-bottom: 14px;
  }

  #avmenu li {
    margin: 6px 0;
    padding: 0;
    display: block;
    width: auto;
    border: none;
  }

  #avmenu UL LI A {
    margin: 0;
    padding: 14px 18px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #eef2ff 100%);
    border: 1px solid var(--line);
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
  }

  #avmenu li a:hover,
  #avmenu li a.current {
    transform: none;
  }

  .announce {
    margin: 10px 0 20px 0;
    padding: 12px 12px 8px 12px;
    width: auto;
    line-height: 1.3em;
  }

  .announce a {
    font-weight: 700;
  }

  .announce p {
    font-size: 0.9em;
    margin: 15px 0;
  }

  .announce p.blog {
    margin: 5px 0;
    padding: 10px 0 0;
  }

  .announce h2 {
    margin: 0 0 10px 0;
    padding: 0;
  }

  #avmenu .announce {
    width: auto;
  }

  #contentwide {
    margin: 10px 0;
    padding: 0 0 20px 0;
    line-height: 1.5em;
    text-align: left;
  }

  #footer {
    clear: both;
    margin: 30px auto;
    padding: 8px 0;
    border-top: 1px solid var(--line);
    width: auto;
    text-align: center;
    color: #808080;
    background-color: transparent;
    font-size: 0.9em;
  }

  th.thOrt,
  th.thTag,
  th.thUser,
  th.thMatch {
    width: auto;
  }

  table.tabelle td {
    font-size: 1em;
  }

  textarea,
  input,
  select {
    width: 100%;
    box-sizing: border-box;
  }

  .mobilehide {
    display: none;
  }

  .inputButton,
  button,
  input[type="submit"],
  input[type="button"] {
    width: 100%;
    max-width: 320px;
  }
  
	.loginwrap {
		width: auto;
		margin: 48px 50px;
		padding: 20px 14px 24px;
		border-radius: 16px;
		background: none;
	}

	.loginwrap h1 {
		font-size: 1.7em;
		font-weight: normal;
		margin: 8px 8px 16px;
		color: white;
	}

	.loginwrap table.tabelle,
	.loginwrap table.tabelle tbody,
	.loginwrap table.tabelle tr,
	.loginwrap table.tabelle td,
	.loginwrap table.tabelle th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.loginwrap table.tabelle th.center {
		display: none;
	}

	.loginwrap table.tabelle td.center {
		width: auto;
		margin-top: 4px;
		margin-bottom: 4px;
		border-bottom: 0;
		background: transparent;
		padding-bottom: 2px;
		font-weight: 700;
	}

	.loginwrap table.tabelle tr {
		padding: 0px 0;
		border-bottom: 1px solid #e2e8f0;
	}

	.loginwrap table.tabelle tr {
		border-bottom: 0;
	}

	.loginwrap .inputButton {
		width: 100%;
	}
	
	.loginwrap table.tabelle,
	.loginwrap table.tabelle tr,
	.loginwrap table.tabelle th,
	.loginwrap table.tabelle td {
		border: none;
	}

	.loginwrap table.tabelle {
		border: 1px solid #dbe3ee;
		border-radius: 14px;
		overflow: hidden;
	}
	

}


@media (prefers-color-scheme: dark) {
  :root {
    --bg-page: #08111f;
    --bg-page-2: #0f172a;
    --bg-card: rgba(15, 23, 42, 0.56);
    --bg-soft: #111827;
    --bg-soft-2: #172033;
    --bg-soft-3: #1d2840;

    --text-main: #e5edf8;
    --text-muted: #a9b8cc;
    --text-light: #ffffff;

    --line: #233047;
    --line-strong: #334155;

    --primary: #60a5fa;
    --primary-hover: #3b82f6;
    --primary-soft: #172554;

    --success: #22c55e;
    --success-hover: #16a34a;

    --danger: #f87171;
    --danger-soft: #3b1010;

    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.35);
    --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.45);
  }

  body {
    background: #08111f url('img/bg-wm2026-smartphone-v2.jpg') repeat top center fixed;
    color: var(--text-main);
  }

  #wrap {
    background-color: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.06);
	backdrop-filter: blur(6px);
  }

  table {
    background: #0f172a;
    border-color: var(--line);
  }

  th {
    background: linear-gradient(180deg, #172554 0%, #1e3a8a 100%);
    color: #eff6ff;
    border-color: var(--line);
  }

  td {
    background: #0f172a;
    color: var(--text-main);
    border-color: var(--line);
  }

  .tabelle tr:nth-child(even) td {
    background: #111b2e;
  }

  .tabelle tr:hover td {
    background: #17233a;
  }

  input,
  textarea,
  select {
    background: #0b1220;
    color: var(--text-main);
    border-color: #334155;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
  }

  input:focus,
  textarea:focus,
  select:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.16);
  }

  #avmenu li a {
    color: var(--text-main);
    background: linear-gradient(180deg, #111827 0%, #172033 100%);
    border-color: var(--line);
  }

  #avmenu li a:hover,
  #avmenu li a.current {
    color: #eff6ff;
    background: linear-gradient(180deg, #172554 0%, #1d4ed8 100%);
    border-color: #31507a;
  }

  .announce {
    background: linear-gradient(180deg, #111827 0%, #172033 100%);
    border-color: var(--line);
  }

  .announce a,
  .announce h2 {
    color: var(--text-main);
  }

  .announce p {
    color: var(--text-muted);
  }

  blockquote {
    background: linear-gradient(180deg, #111827 0%, #172033 100%);
    color: var(--text-muted);
    border-color: var(--line);
  }

  a {
    color: #93c5fd;
  }

  a:hover {
    color: #bfdbfe;
  }

  .highlighted {
    background-color: #111827;
    color: var(--text-main);
    border-color: #334155;
  }
  
  .loginwrap {
  	background: rgba(10, 15, 25, 0.52);
  	border: 1px solid rgba(255,255,255,0.08);
  	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
  	backdrop-filter: blur(10px);
  }

  .loginwrap h1 {
  	color: #ffffff;
  }

  .loginwrap table.tabelle {
  	background: #111827;
  	border: 1px solid #334155;
  }

  .loginwrap table.tabelle th {
  	background: #1e293b;
  	color: #e5edf8;
  	border-color: #334155;
  }

  .loginwrap table.tabelle td {
  	background: #111827;
  	color: #e5edf8;
  	border-color: #334155;
  }

  .loginwrap table.tabelle td.center {
  	background: #0f172a;
  	color: #cbd5e1;
  }
  
  #mobilemenuopener {
  	display: inline-flex;
  	flex-direction: column;
  	justify-content: center;
  	gap: 6px;
  	width: 56px;
  	height: 48px;
  	padding: 10px;
  	margin-bottom: 18px;
  	border-radius: 14px;
  	background: rgba(255, 255, 255, 0.10);
  	border: 1px solid rgba(15, 23, 42, 0.10);
  	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
  	text-decoration: none;
  	box-sizing: border-box;
  	transition: all 0.18s ease;
  }
  
  #mobilemenuopener span {
  	display: block;
  	width: 100%;
  	height: 3px;
  	border-radius: 999px;
  	background: #ffffff;
  	transition: all 0.18s ease;
  }

  #mobilemenuopener:hover {
  	transform: translateY(-1px);
  	background: rgba(255, 255, 255, 0.10);
  	border-color: rgba(255, 255, 255, 0.18);
  	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  }

  #mobilemenuopener:active {
  	transform: translateY(0);
  }
  

  
}




@media (prefers-color-scheme: dark) and (max-width: 1020px) {

  body {
    background: #08111f;
    color: var(--text-main);
  }

  body.loginbody {
    background: #08111f url('img/bg-wm2026-smartphone-v2.jpg') repeat top center fixed;
  }

  #wrap {
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: var(--shadow-lg);
  }

  #header_mobile {
    border: 1px solid rgba(255,255,255,0.08);
    background: #0f172a url('img/bg-wm2026-smartphone-v2.jpg') top center;
  }

  #avmenu UL LI A {
    background: linear-gradient(180deg, #111827 0%, #172033 100%);
    color: var(--text-main);
    border-color: var(--line);
    border-left-color: var(--primary);
  }

  #avmenu li a:hover,
  #avmenu li a.current {
    background: linear-gradient(180deg, #172554 0%, #1d4ed8 100%);
    color: #eff6ff;
    border-color: #31507a;
    border-left-color: var(--primary-hover);
  }

  .announce {
    background: linear-gradient(180deg, #111827 0%, #172033 100%);
    border-color: var(--line);
  }

  .announce h2,
  .announce a {
    color: var(--text-main);
  }

  .announce p {
    color: var(--text-muted);
  }

  .loginwrap {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
  }

  .loginwrap h1 {
    color: #ffffff;
  }

  .loginwrap table.tabelle {
    background: #0f172a;
    border: 1px solid var(--line);
  }

  .loginwrap table.tabelle th {
    background: linear-gradient(180deg, #172554 0%, #1e3a8a 100%);
    color: #eff6ff;
  }

  .loginwrap table.tabelle td {
    background: #0f172a;
    color: var(--text-main);
  }

  .loginwrap table.tabelle td.center {
    background: transparent;
    color: #cbd5e1;
  }

  .loginwrap input[type="email"],
  .loginwrap input[type="password"] {
    background: #0b1220;
    color: var(--text-main);
    border-color: #334155;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
  }

  .loginwrap input[type="email"]:focus,
  .loginwrap input[type="password"]:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.16);
  }

  .loginwrap .inputButton {
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.28);
  }

  table.tabelle td {
    color: var(--text-main);
  }

  th,
  td {
    border-color: var(--line);
  }
  
	.inputRadio {
		width: 30px;
		height: 30px;
		margin: 0 4px -6px 4px;
		accent-color: var(--primary);
	}
  
}

/* TELAS LARGAS */
@media screen and (min-width: 1400px) {

	#wrap {
		width: 1200px;
		padding: 20px 24px;
	}

	#footer {
		width: 1240px;
	}
	
	#avmenu .announce {
		width: auto;
	}

	#avmenu {
		width: 280px;
	}

	#avmenu ul {
		width: 280px;
	}

	#avmenu ul ul {
		width: 260px;
	}

	#contentwide {
		margin: 10px 0 10px 310px;
	}

	#content {
		margin: 10px 160px 10px 310px;
	}

	#extras {
		width: 260px;
	}

	#header {
		background: #ddd url('img/wm2026-banner-v1-1200.jpg') no-repeat top left;
	}

	#headerbottom {
		padding: 0 20px;
	}
}



