/* Änderungslog:
 * 2025-02-19 - ChatGPT - Modernes W3.CSS-Farbschema, neue Top-Navigation und großzügiges Inhaltslayout umgesetzt
 * 2025-11-25 - ChatGPT - Einrückungen auf projektweiten Tab-Stil für CSS vereinheitlicht
 * 2025-11-25 - ChatGPT - Kontrastreiches Glasdesign, neue Karten- und Statistik-Elemente und verfeinerte Navigationseffekte umgesetzt
 * 2025-11-26 - ChatGPT - Inhaltsbereich verbreitert und vertikale Abstände reduziert, um den verfügbaren Platz besser auszunutzen
 */
@charset "utf-8";

html
{
	background: radial-gradient(circle at 12% 18%, rgba(30, 111, 174, 0.35), rgba(10, 32, 54, 0.5)), linear-gradient(135deg, #081628 0%, #0B2742 55%, #0F3A5A 100%);
	min-height: 100%;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}

body
{
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	width: 100%;
	color: #E9F1FB;
	font-size: 1.02em;
	line-height: 168%;
	margin: 0px;
	background-color: transparent;
	letter-spacing: 0.02em;
}

#navigation_oben
{
	position: fixed;
	background: linear-gradient(90deg, rgba(8, 30, 49, 0.92) 0%, rgba(24, 76, 120, 0.92) 100%);
	width: 100%;
	height: 90px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 34px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(6px);
}

.navigation_leiste
{
	padding-left: 16px;
	padding-right: 16px;
	align-items: center;
}

.navigation_logo img
{
	height: 50px;
	max-height: 58px;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}

.navigation_claim
{
	color: #B6CCE6;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.navigation_links_oben .navigation_link,
.navigation_links_mobil .navigation_link_mobil
{
	border-radius: 8px;
	margin-left: 6px;
	margin-right: 2px;
	color: #E8EDF5;
	font-weight: bold;
	border: 1px solid transparent;
	background-color: rgba(255, 255, 255, 0.04);
}

.navigation_link_aktiv,
.navigation_links_mobil .navigation_link_mobil.navigation_link_aktiv
{
	background-color: #1E6FAE !important;
	color: #FFFFFF !important;
	box-shadow: 0 8px 18px rgba(30, 111, 174, 0.35);
}

.navigation_toggle
{
	color: #FFFFFF;
}

@media screen and (max-width: 992px)
{
	#navigation_oben
	{
		height: 72px !important;
	}

	#inhalt
	{
		margin-top: 96px !important;
		padding: 12px !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 400px)
{
	.navigation_claim
	{
		display: none !important;
	}
}

#navigation_links,
#navigation_links1,
#navigation_links2,
#navigation_rechts
{
	display: none !important;
}

#navigation_mandant_id_wechseln
{
	max-width: 120px;
}

#navigation_unten
{
	position: fixed;
	bottom: 0px;
	right: 72px;
	height: 30px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	z-index: 100;
	overflow: auto;
	color: #065EA8;
	font-weight: normal;
}

.link_text
{
	display: inline;
}

.hauptfarbe, .w3-hauptfarbe
{
	background-color: #1E6FAE !important;
}

#inhalt
{
		z-index: 10;
		margin: 96px auto 36px auto;
		max-width: 1500px;
		padding: 20px 24px;
		width: calc(100% - 32px);
		background-color: rgba(10, 21, 36, 0.7);
		box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
		border-radius: 18px;
		border: 1px solid rgba(255, 255, 255, 0.05);
}
#inhalt_popup
{
	margin-top: 120px;
	margin-left: 20px;
	z-index: 10;
}

#inhalt_app
{
	margin-top: 20px;
	margin-left: 20px;
	z-index: 10;
}

#inhalt a, #inhalt_popup a, #inhalt_app a
{
	padding: 0.6em 0.9em;
	color: #E8EDF5;
	text-decoration: none;
	background-color: #163657;
	border-radius: 10px;

	-webkit-transition: background 0.3s ease-out 0s;
	-moz-transition: background 0.3s ease-out 0s;
	-o-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s;
}

#inhalt a:hover, #inhalt_popup a:hover, #inhalt_app a:hover
{
	background-color: #1E6FAE;
}

.infobar
{
	display: block;
	width: 100%;
	background-color: #065EA8;
	color: #AAFAF2;
	margin: 10px 0em 20px 0px;
}

.infobar2
{
	padding: 0.4em 0.4em 0.4em 0.4em;
}

.ohne_hintergrund, #inhalt .ohne_hintergrund, #inhalt_popup .ohne_hintergrund, #inhalt_app .ohne_hintergrund
{
	padding: 0em 0.2em;
	color: #065EA8;
	text-decoration: none;
	background-color: transparent;
	border-radius: 50%;
}

.hintergrund_hell
{
	color: #065EA8 !important;
	background-color: #AAFAF2 !important;
}

.hintergrund_dunkel
{
	color: #065EA8 !important;
	background-color: #AAFAF2 !important;
}

#inhalt iframe
{
	float: left;
	clear: both;
	width: 853px;
	height: 480px;
}

#inhalt table, #inhalt_popup table, #inhalt_app table
{
	top: 15px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	empty-cells: show;
	border: 1px;
	border-spacing: 0px;
	border-collapse: separate;
	border-color: #CDD7E6;
	border-style: solid;
	font-size: 1em;
	z-index: 1;
}

#inhalt table thead, #inhalt_popup table thead, #inhalt_app table thead
{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}

#inhalt table td, #inhalt_popup table td, #inhalt_app table td
{
	vertical-align: top;
	padding: 6px 10px;
}

#inhalt table thead tr, #inhalt_popup table thead tr, #inhalt_app table thead tr
{
	background-color: #AAFAF2;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table thead tr td select, #inhalt_popup table thead tr td select, #inhalt_app table thead tr td select
{
	font-weight: normal;
}

#inhalt table tbody td, #inhalt_popup table tbody td, #inhalt_app table tbody td
{
	border-top: 1px solid #CDD7E6;
}

#inhalt table tr.summe, #inhalt_popup table tr.summe, #inhalt_app table tr.summe
{
	background-color: #AAFAF2;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table tr.hervorheben, #inhalt_popup table tr.hervorheben, #inhalt_app table tr.hervorheben, .hervorheben
{
	background-color: #E1E1E1;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table tr.summe, #inhalt_popup table tr.summe, #inhalt_app table tr.summe, .summe
{
	background-color: #AAFAF2;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table tfoot tr, #inhalt_popup table tfoot tr, #inhalt_app table tfoot tr
{
	background-color: #AAFAF2;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table tfoot tr, #inhalt_popup table tfoot tr, #inhalt_app table tfoot tr
{
	background-color: #AAFAF2;
	color: #065EA8;
	font-weight: bold;
}

.brotkruemel
{
	padding: 10px 0px;
	font-weight: bold;
}

h1
{
	margin-top: 20px;
	margin-bottom: 30px;
}

h2
{
	margin-top: 20px;
	margin-bottom: 20px;
}

h3
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	color: #065EA8 !important;
}

input, select, textarea, label, .w3-input, .w3-select, .w3-label
{
	color: #262626 !important;
}

input, select, textarea
{
	background-color: #e6ebf2;
	border: 0px solid !important;
}

input:focus, select:focus, textarea:focus
{
	background-color: #E1E1E1;
	color: #065EA8;
}

input[type=submit], input[type=button], button, .w3-btn
{
	background-color: #E1E1E1 !important;
	color: #065EA8 !important;
}

td.dragHandle
{
	width: 35px;
}

td.dragHandle i
{
	display: none;
}

td.showDragHandle i
{
	display: block;
	cursor: move;
}



.training_tab_button
{
	background-color: #E1E1E1 !important;
	color: #065EA8 !important;
	padding: 3px;
	display: inline-block !important;
	text-align: center !important;
}

.training_tabs
{
	display: none;
}

.calendar_training
{
	padding: 10px;
}

.monatlich-checkbox-selection
{
	display: none !important;
}

.monatlich-checkbox-selection + span
{
	display: inline-block;
	background-color: #E1E1E1 !important;
	color: #065EA8 !important;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: 100;
}

.monatlich-checkbox-selection:checked + span
{
	background-color: #1AD5D1 !important;
	font-weight: bold;
}

.woechentlich-checkbox-selection
{
	display: none !important;
}

.woechentlich-checkbox-selection + span
{
	display: inline-block;
	background-color: #E1E1E1 !important;
	color: #065EA8 !important;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: 100;
}

.woechentlich-checkbox-selection:checked + span
{
	background-color: #1AD5D1 !important;
	font-weight: bold;
}

.js-calendar
{
	width: 100% !important;
	height: 100% !important;
	padding-bottom: 25px !important;
}

.control-button
{
	padding: 0.4em !important;
	color: #065EA8 !important;
	text-decoration: none !important;
	background-color: #E1E1E1 !important;

	-webkit-transition: background 0.3s ease-out 0s !important;
	-moz-transition: background 0.3s ease-out 0s !important;
	-o-transition: background 0.3s ease-out 0s !important;
	transition: background 0.3s ease-out 0s !important;
}

.control-button:hover
{
	background-color: #1AD5D1 !important;
}

.cal-total-day-event-view
{
	z-index: 0 !important;
}

.control-bar
{
	padding-bottom: 15px !important;
}

.cal-total-day-displayname
{
	position: absolute;
	top: 3px;
	left: 4px;
	width: 100%;
	height: 100%;
	margin-bottom: -3px;
	margin-left: -4px;
}

.cal-total-day-displayname .calendar_training .kalender-bearbeiten-icon
{
	float: right;
	margin: -11px !important;
	margin-top: -33px !important;
}

.cal-week-day-event-col .calendar_training .kalender-bearbeiten-icon
{
	float: right;
	margin: -10px !important;
	margin-top: -29px !important;
}


.cell-event-mark .calendar_training .kalender-bearbeiten-icon
{
	float: right;
	margin: -13px !important;
	margin-top: -31px !important;
}

.cal-total-day-displayname .calendar_training .kalender-sehen-icon
{
	float: right;
	margin: -11px !important;
	margin-top: -33px !important;
}

.cal-week-day-event-col .calendar_training .kalender-sehen-icon
{
	float: right;
	margin: -10px !important;
	margin-top: -29px !important;
}


.cell-event-mark .calendar_training .kalender-sehen-icon
{
	float: right;
	margin: -13px !important;
	margin-top: -31px !important;
}

.navigation_links_mobil
{
	padding-top: 8px;
	padding-bottom: 12px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.karte
{
	background-color: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(4px);
}

.karte_kopf
{
	background-color: rgba(30, 111, 174, 0.85) !important;
	color: #FFFFFF !important;
}

.karte_inhalt
{
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.05), rgba(14, 31, 52, 0.6));
	color: #E8EDF5;
}

.hero_banner
{
	background: linear-gradient(135deg, rgba(12, 40, 64, 0.9) 0%, rgba(18, 70, 114, 0.92) 60%, rgba(18, 86, 140, 0.95) 100%);
	color: #E8EDF5;
	padding: 36px 38px;
	border-radius: 18px;
	box-shadow: 0 32px 96px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}

.hero_banner .hero_badge
{
	padding: 8px 14px;
	background-color: rgba(30, 111, 174, 0.85);
	color: #FFFFFF;
	border-radius: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.hero_banner h2
{
	margin-top: 12px;
	margin-bottom: 12px;
	color: #FFFFFF;
	font-size: 2.1em;
	line-height: 1.3em;
}

.hero_banner p
{
	color: #D4E4F6;
}

.feature_card
{
	background: rgba(255, 255, 255, 0.04);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 22px;
	min-height: 240px;
	box-shadow: 0 12px 44px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(4px);
}

.feature_card h4
{
	color: #FFFFFF;
	margin-top: 0px;
}

.feature_card p
{
	color: #C8D9EC;
}

.section_frame
{
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.02);
	box-shadow: 0 16px 52px rgba(0, 0, 0, 0.32);
}

.pill_tag
{
	display: inline-block;
	padding: 6px 12px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
	color: #DCE8F8;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.hero_points
{
	margin-top: 10px;
	padding-left: 18px;
	color: #C8D9EC;
}

.hero_points li
{
	margin-bottom: 6px;
}

.mini_stat
{
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
	min-height: 140px;
}

.mini_stat_icon
{
	width: 42px;
	height: 42px;
	background: rgba(30, 111, 174, 0.2);
	color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 0 1px rgba(30, 111, 174, 0.35);
	margin-bottom: 10px;
}

.mini_stat_value
{
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
}

.mini_stat_text
{
	color: #C8D9EC;
}

.cta_panel
{
	background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FB 100%);
	color: #0E2C48;
	border: none;
	box-shadow: 0 16px 48px rgba(8, 24, 40, 0.18);
}

.cta_panel h3
{
	color: #0E2C48;
}

.cta_panel p
{
	color: #3A4B63;
}

.cta_panel .w3-input
{
	background: #FFFFFF;
	border: 1px solid #D7E1F0;
	color: #0E2C48;
}

.cta_panel .w3-btn
{
	background: #1E6FAE;
	color: #FFFFFF;
	box-shadow: 0 10px 20px rgba(30, 111, 174, 0.35);
}
