:root {
	--cell: 30px;
	--cell-font: 18px;
	--cell-pad: 3px;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-top: 25px;
	background-color: #36393d;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 13px;
}

#contentContainer {
	margin: 10px auto;
	margin-top: 40px;

	background: url(/public/img/greenbg.png) repeat-y;
	
	border: 1px solid;
	border-color: #FFF;
	

	
	border-radius: 50px;
	
	box-shadow: 7px 7px 15px 4px #111111; 
}

#content {
	display: block;
	margin: 25px 30px 25px 70px;
	text-align: center;
	overflow-x: auto;
}

#contentCenter {
	text-align: center;
	border: 0px solid;
	display: inline-block;
	max-width: 100%;
}

.errorBox {
	border: 3px solid #AA0000;
	background-color: #FFC9C9;
	opacity:.8;
	padding: 10px;
	padding-left: 30px;
	color: #AA0000;
	text-align: left;
	display: table;
	font-weight: bold;
	margin-top: 25px;	
	margin-bottom: 25px;
}

.infoBox {
	border: 3px solid #006308;
	background-color: #A3FFAB;
	opacity:.8;
	padding: 10px;
	padding-left: 30px;
	color: #006308;	
	text-align: left;
	display: table;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}

.noticeListItem {
	list-style: none;
	list-style-type:square;
    margin: 10px; 
	padding: 0px;
}

#imprintBodyBox {
	text-align: left;
	color: #FFF;
	border: 0px solid;
	width: 400px;
	float: left;
}

#imprintBodyBoxRight {
	margin: auto;
	padding-top: 105px;
	padding-left: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: inline-block;
	text-align: left;
	color: #FFF;
	border: 0px solid;
	width: 200px;
	float: left;
}

#headline {
	margin-bottom: 10px;	
	text-align: right;

}

#welcomeMsg  {
	margin-bottom: 20px;
	text-align: left;
	color: #FFF;
	font-size:12px;
}

.contentLeftAlign {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	color: #FFF;
	font-size: 12px;
}

.navBar {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 24px;
	align-items: center;
	margin-bottom: 20px;
}

.navLink {
	font-family: 'Crafty Girls', cursive;
	font-size: 22px;
	color: #26c707 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.navLink.router-link-active {
	text-decoration: underline !important;
	color: #64fa47 !important;
}

.navLink:hover {
	text-decoration: underline !important;
}

.congratsBox {
	text-align: center;
	padding: 16px 8px 20px;
	animation: congratsPop 0.4s ease-out;
}

@keyframes congratsPop {
	0%   { transform: scale(0.7); opacity: 0; }
	70%  { transform: scale(1.08); }
	100% { transform: scale(1); opacity: 1; }
}

.congratsTitle {
	font-family: 'Crafty Girls', cursive;
	font-size: 42px;
	color: #26c707;
	line-height: 1.1;
	text-shadow: 0 2px 12px rgba(38,199,7,0.3);
}

.congratsSub {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	margin-top: 4px;
	opacity: 0.9;
}

.congratsStreak {
	margin-top: 8px;
	display: inline-block;
	background: rgba(38,199,7,0.15);
	border: 1px solid #26c707;
	color: #26c707;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 12px;
	border-radius: 20px;
}

.puzzleRow {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-bottom: 2px;
}

.puzzleRow .letterField,
.puzzleRow .letterFieldEmpty {
	float: none;
	flex-shrink: 0;
}

.streakBadge {
	display: inline-block;
	background: rgba(38, 199, 7, 0.15);
	border: 1px solid #26c707;
	color: #26c707;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 12px;
}
.contentRightAlign {
	width: 100%;

	margin-bottom: 20px;
	text-align: right;
	color: #FFF;
	font-size:12px;
	
	border: 0px solid;
}

#outer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 15px;
}

#containerImprint {
	margin-top: 20px;
	
	width: 100%;
	
	border: 0px solid;
	
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

.letterField {
	box-sizing: content-box;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: var(--cell-pad);
	width: var(--cell);
	height: calc(var(--cell) - 3px);
	text-align: center;
	background: url(/public/img/letterFieldBG.png) no-repeat;
	background-size: 100%;
	border: 1px solid #FFFFFF;
	font-family: Arial, sans-serif;
	color: #36393d;
	font-size: var(--cell-font);
	float: left;
	overflow: hidden;
}

.letterFieldFormSubmit {
	background: transparent;
	border: 0px;
	padding-top: 2px;
	height: 35px;
}

.letterFieldEmpty {
	box-sizing: content-box;
	margin-right: 2px;
	margin-bottom: 2px;
	width: var(--cell);
	height: calc(var(--cell) - 3px);
	background: transparent;
	border: 1px solid transparent;
	float: left;
}

.letterFieldCorrect {
	box-sizing: content-box;
	display: block;
	margin-top: calc(var(--cell-pad) * -1);
	width: var(--cell);
	height: calc(var(--cell) + var(--cell-pad) - 3px);
	background-color: #26c707;
}

.letterFieldMistake {
	box-sizing: content-box;
	display: block;
	margin-top: calc(var(--cell-pad) * -1);
	width: var(--cell);
	height: calc(var(--cell) + var(--cell-pad) - 3px);
	background-color: #AA0000;
}

.letterRevealed {
	display: block;
	box-sizing: content-box;
	margin-top: calc(var(--cell-pad) * -1);
	padding: 0;
	width: calc(var(--cell) - 2px);
	height: var(--cell);
	line-height: var(--cell);
	border: 1px solid #26c707;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #36393d;
	font-size: var(--cell-font);
	background-color: #ffffff;
}

.letterRevealedSolution {
	display: block;
	box-sizing: content-box;
	margin-top: calc(var(--cell-pad) * -1);
	padding: 0;
	width: calc(var(--cell) - 2px);
	height: var(--cell);
	line-height: var(--cell);
	border: 1px solid #26c707;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #36393d;
	font-size: var(--cell-font);
	background-color: #64fa47;
}

.letterGiven {
	display: block;
	box-sizing: content-box;
	margin-top: calc(var(--cell-pad) * -1);
	padding: 0;
	width: var(--cell);
	height: var(--cell);
	line-height: var(--cell);
	text-align: center;
	border: 0px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.letterInput {
	display: block;
	box-sizing: content-box;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	margin-top: calc(var(--cell-pad) * -1);
	padding: 0;
	width: calc(var(--cell) - 2px);
	height: var(--cell);
	line-height: var(--cell);
	border: 1px solid #26c707;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #36393d;
	font-size: var(--cell-font);
}

.letterInputSolutionLetter {
	display: block;
	box-sizing: content-box;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	margin-top: calc(var(--cell-pad) * -1);
	padding: 0;
	width: calc(var(--cell) - 2px);
	height: var(--cell);
	line-height: var(--cell);
	border: 1px solid #26c707;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #36393d;
	font-size: var(--cell-font);
	background-color: #64fa47;
}

.submitBox {
	margin-right:2px;
	margin-top: 8px;
	padding-bottom: 4px;
	border: 0px solid;
	text-align: right;
}

.bottomInHead {
	width: 100%;
	border: 0px solid #FF0000;
}

.bottomInHead img {
	height: 35px;
	width: auto;
}

.bottomInHead-ad {
	width: 100%;
	text-align: center;
}

.bottomInBody {
	margin-top: 7px;
	
	width: 100%;
	min-width: 235px;
	border: 0px solid #FF0000;
	
	font-size: 13px;

	color: #FFFFFF;
}

.login_pw_reg {
	text-align: right; 
	width: 523px;
	border: 0px solid #FF00FF;
}

#containerBottom {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 40px;
	align-items: flex-start;
}

.bottomCard {
	flex: 1 1 200px;
	min-width: 0;
}

.bottomCardHeading {
	font-family: 'Crafty Girls', cursive;
	font-size: 28px;
	color: #26c707;
	margin-bottom: 10px;
	line-height: 1.1;
}

.bottomCardHeading a {
	color: #26c707 !important;
	text-decoration: none !important;
}

.bottomCardBody {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.6;
}

.bottomMailLink {
	margin-top: 10px;
	text-align: center;
}

.bottomMailLink img {
	height: 20px;
	width: auto;
}

.bottomCardAction {
	margin-top: 10px;
	font-weight: bold;
}

.bottomCardAction a {
	color: #26c707 !important;
	text-decoration: none;
}

.bottomCardAction a:hover {
	text-decoration: underline !important;
}

.inputWord {
	margin-top: 3px;
	padding-top: 1px;
	width: 200px;
	height: 33px;

	border: 1px solid #26c707;

	text-align: center;

	font-family:Arial,sans-serif;
	color:#36393d;
	font-size:18px;
}

/* Global Button Style */
.btn,
button,
input[type=submit],
input[type=button],
.pageBtn,
.submitBtn {
	background: #26c707 !important;
	color: #1a1a1a !important;
	font-weight: bold;
	font-size: 14px;
	border: none;
	border-radius: 6px;
	padding: 10px 18px;
	cursor: pointer;
	transition: opacity 0.15s;
	text-decoration: none !important;
	display: inline-block;
}

a.btn {
	color: #1a1a1a !important;
}

.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.pageBtn:hover,
.submitBtn:hover {
	opacity: 0.9;
}

.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=button]:disabled,
.submitBtn:disabled {
	opacity: 0.5;
	cursor: default;
}

img {
	border: 0px;
	display: inline;
	max-width: none;
	height: auto;
}

A:link {color: #FFF; text-decoration: none; border: 0px;}
A:visited {color: #FFF; text-decoration: none}
A:active {color: #FFF; text-decoration: none}
A:hover {color: #FFF; text-decoration: underline;}

/* Logo */
#headline img {
	height: 50px;
	width: auto;
}

/* Nav-Icons nebeneinander */
.contentLeftAlign a {
	display: inline;
}
.contentLeftAlign a img {
	display: inline;
	vertical-align: middle;
}

/* ── Tablet (600–999px) ─────────────────────────────── */
@media (max-width: 999px) {
	:root {
		--cell: 24px;
		--cell-font: 14px;
		--cell-pad: 2px;
	}

	#content {
		margin-left: 55px;
		margin-right: 10px;
		overflow-x: auto;
	}

	#contentContainer {
		border-radius: 30px;
	}

	#headline img {
		height: 40px;
	}

	.navLink {
		font-size: 18px;
	}

	.bottomCardHeading {
		font-size: 22px;
	}

	.btn,
	button,
	input[type=submit],
	input[type=button] {
		font-size: 13px;
		padding: 8px 16px;
	}
}

/* ── Mobile Portrait (<600px) ───────────────────────── */
@media (max-width: 599px) {
	:root {
		--cell: 17px;
		--cell-font: 10px;
		--cell-pad: 2px;
	}

	body {
		margin-top: 8px;
	}

	#outer {
		padding: 0 8px;
	}

	#headline {
		text-align: center;
		margin-bottom: 6px;
	}

	#headline img {
		height: 28px;
	}

	#contentContainer {
		border-radius: 14px;
	}

	#content {
		margin-left: 55px;
		margin-right: 6px;
		margin-top: 12px;
		margin-bottom: 12px;
		overflow-x: auto;
	}

	.navBar {
		gap: 4px 16px;
		margin-bottom: 12px;
	}

	.navLink {
		font-size: 16px;
	}

	#contentCenter {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* Bottom: alle Karten übereinander */
	#containerBottom {
		flex-direction: column;
		gap: 20px;
	}

	.bottomCard {
		flex: 1 1 100%;
	}

	.bottomCardHeading {
		font-size: 22px;
	}

	.bottomInHead img {
		height: 22px;
	}

	#containerImprint {
		text-align: center;
		font-size: 10px;
	}

	.submitBox {
		text-align: center;
	}

	.btn,
	button,
	input[type=submit],
	input[type=button] {
		font-size: 12px;
		padding: 8px 14px;
	}

	/* ── Mobile: Sidebar ausblenden, Top-Akzentlinie ─── */
	#contentContainer {
		background: none;
		border: none;
		box-shadow: none;
		border-radius: 0;
		border-top: 4px solid #26c707;
		margin-top: 8px;
	}

	#content {
		margin-left: 8px;
		margin-right: 8px;
	}

	#contentCenter {
		text-align: center;
	}

	/* Abstand für Bottom-Tab-Bar */
	#containerBottom {
		padding-bottom: 80px;
	}
}

/* ── Cookie Consent ──────────────────────────────────────────────────── */
#cookieConsent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #36393d;
	border-top: 2px solid #26c707;
	z-index: 1000;
	display: none;
}

.cookieContent {
	max-width: 1100px;
	margin: 0 auto;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.cookieText {
	color: #fff;
	font-size: 13px;
	flex: 1;
	min-width: 200px;
}

.cookieText strong {
	color: #26c707;
}

.cookieText a {
	color: #26c707;
	text-decoration: none;
}

.cookieActions {
	display: flex;
	gap: 10px;
}

.cookieBtn {
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
}

.acceptBtn {
	background: #26c707;
	color: #1a1a1a;
}

.rejectBtn {
	background: transparent;
	color: #26c707;
	border: 1px solid #26c707;
}

#cookieIcon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	z-index: 999;
	display: none;
}

/* ── Mobile Navigation ──────────────────────────────────────────────── */
.mobileNav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #36393d;
	border-top: 1px solid #26c707;
	z-index: 100;
}

.mobileNavItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 8px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	flex: 1;
	text-align: center;
}

.mobileNavIcon {
	font-size: 20px;
}

.mobileNavActive {
	color: #26c707;
}

/* ── Mobile: Show nav <600px ──────────────────────────────────────── */
@media (max-width: 599px) {
	.mobileNav {
		display: flex;
		justify-content: space-around;
		padding: 8px 0;
	}
}

/* ── Share Buttons ──────────────────────────────────────────────────── */
.shareWrap {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.shareBtn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	background: transparent !important;
	color: #26c707 !important;
	border: 1px solid #26c707;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
	transition: all 0.2s;
}

.shareBtn:hover {
	background: rgba(38, 199, 7, 0.1) !important;
}

.shareBtn svg {
	width: 14px;
	height: 14px;
	stroke: currentColor;
}

a.shareBtn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	background: transparent !important;
	color: #26c707 !important;
	border: 1px solid #26c707;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
	transition: all 0.2s;
}

a.shareBtn:hover {
	background: rgba(38, 199, 7, 0.1) !important;
}

a.shareBtn:visited,
a.shareBtn:active {
	color: #26c707 !important;
}

/* ── Page Content ──────────────────────────────────────────────────── */
.pageContent {
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
}

.pageSection {
	margin-bottom: 30px;
}

.pageIntro {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #fff;
}

.pageSubtitle {
	font-family: 'Crafty Girls', cursive;
	font-size: 28px;
	color: #26c707;
	margin-bottom: 16px;
	line-height: 1.2;
}

.pageText {
	font-size: 13px;
	line-height: 1.6;
	color: #fff;
	margin: 10px 0;
}

/* ── Forms ───────────────────────────────────────────────────────────── */
.formRow,
.formRowFull {
	display: flex;
	gap: 20px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.formRowFull {
	flex-wrap: wrap;
}

.formGroup {
	flex: 1;
	min-width: 200px;
	display: flex;
	flex-direction: column;
}

.formGroup label {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
	display: block;
}

.formGroup input[type="text"],
.formGroup textarea {
	background: #2a2d31;
	border: 1px solid #26c707;
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.formGroup input[type="text"]::placeholder,
.formGroup textarea::placeholder {
	color: #888;
}

.formGroup input[type="text"]:focus,
.formGroup textarea:focus {
	outline: none;
	border-color: #64fa47;
	box-shadow: 0 0 8px rgba(38, 199, 7, 0.2);
}

.formGroup textarea {
	resize: vertical;
	min-height: 100px;
}

form .btn {
	margin-top: 12px;
}

/* ── Help Page Examples ──────────────────────────────────────────────── */
.exampleBox {
	background: rgba(38, 199, 7, 0.05);
	border: 1px solid #26c707;
	border-radius: 8px;
	padding: 16px;
	margin: 16px 0;
}

.exampleStep {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
	align-items: flex-start;
}

.exampleImg {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	background: #2a2d31;
	border: 1px solid #444;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.exampleLabel {
	flex: 1;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
}

.exampleArrow {
	color: #26c707;
	font-weight: bold;
	margin: 0 8px;
}
