@charset "utf-8";

html
{
	background-color: #FFFFFF;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

body
{
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	width: 100%;
	color: #262626;
	font-size: 1em;
	line-height: 160%;
	margin: 0px;
}

#navigation_oben
{
	position: fixed;
	background-color: #FFFFFF;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #CDD7E6;
}

@media screen and (max-width: 992px)
{
	#navigation_oben
	{
		height: 40px !important;
	}

	.w3-contentdzdz
	{
		margin-top: 40px !important;
	}

	#navigation_obenlinks
	{
		width: 80px !important;
	}

	#navigation_obenlinks nav ul .navigation_obenlinks_hauptseite
	{
		width: 80px !important;
	}

	#navigation_obenlinks nav ul li a
	{
		padding: 10px 10px 5px 10px !important;
	}

	#navigation_obenmitte
	{
		left: 80px !important;
	}

	#navigation_obenmitte img, #navigation_obenmitte_popup img
	{
		height: 35px !important;
	}

	#inhalt
	{
		margin-top: 60px !important;
		margin-left: 0px !important;
		padding: 2px !important;
		width: 99% !important;
	}

	.w3-row #inhalt
	{
		margin-top: 0px !important;
	}

	#navigation_links
	{
		top: 40px !important;
	}

	#navigation_links1
	{
		position: static !important;
	}

	#navigation_rechts
	{
		position: static !important;
	}

	.w3-sidenav
	{
		overflow: scroll !important;
		padding-bottom: 100px !important;
	}
}

@media screen and (max-width: 400px)
{
	#navigation_obenmitte
	{
		display: none !important;
	}
}

#navigation_obenlinks
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	color: #065EA8;
}

#navigation_obenlinks nav
{
	position: fixed;
	z-index: 20;
}

#navigation_obenlinks nav ul
{
	padding: 0px;
	margin: 0px;

	box-shadow: 2px 2px 2px #dfdfdf;
	-moz-box-shadow: 2px 2px 2px #dfdfdf;
	-webkit-box-shadow: 2px 2px 2px #dfdfdf;
}

#navigation_obenlinks nav ul .navigation_obenlinks_hauptseite
{
	display: block;
	text-align: left;
	visibility: visible;
	width: 170px;
}

#navigation_obenlinks nav ul li
{
	list-style: none;
	padding-top: 0px;
	float: left;
}

#navigation_obenlinks nav ul li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	color: #065EA8;
	padding: 10px 10px 5px 10px;
	vertical-align: middle;

	-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;
}

#navigation_obenlinks nav ul li:hover a
{
	background-color: #AAFAF2;
	color: #065EA8;
}

#navigation_obenlinks_popup
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0px;
	right: 272px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #065EA8;
}

#navigation_obenmitte, #navigation_obenmitte_popup
{
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	color: #065EA8;
}

#navigation_obenmitte
{
	left: 170px;
	right: 130px;
}

#navigation_obenmitte_popup
{
	left: 20px;
	right: 130px;
}

#navigation_obenmitte img, #navigation_oben_popup img, #navigation_obenlinks_popup img
{
	position: relative;
	margin-left: 10px;
	height: 100%;
}

#navigation_obenrechts
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: auto;
	max-width: 130px;
	right: 0px;
	background-color: #FFFFFF;
	color: #065EA8;
}

#navigation_obenrechts_popup
{
	top: 0px;
	left: auto;
	max-width: 272px;
	right: 0px;
	height: 80px;
	padding-right: 10px;
	float: right;
	text-align: right;
	z-index: 12;
	overflow: hidden;
	color: #065EA8;
	font-weight: normal;
	border-bottom: 1px solid #CDD7E6;
}

#navigation_mandant_id_wechseln
{
	max-width: 120px;
}

#navigation_obenrechts a, #navigation_obenrechts_popup a
{
	padding: 0.2em;
	margin-top: 1px;
	color: #065EA8;
	font-weight: bold;
	text-decoration: none;
}

#navigation_links
{
	position: fixed;
	top: 80px;
	width: 170px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #065EA8;
	z-index: 5;
}

#navigation_links1
{
	position: fixed;
	background-color: #FFFFFF;
	z-index: 5;
}

#navigation_links2
{
	position: fixed;
	top: 80px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #065EA8;
	z-index: 5;
}

#navigation_links label, #navigation_links1 label, #navigation_links2 label, #navigation_rechts label
{
	border-bottom: 1px solid #065EA8;
	display: block;
	padding: 0px;
	margin-top: 0px;
	color: #065EA8;
	width: 100%;
	text-decoration: none;

	-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;
}

#navigation_links a, #navigation_links1 a, #navigation_links2 a, #navigation_rechts a
{
	display: inline-block;
	padding: 3px 0px 3px 10px;
	color: #065EA8;
	width: 90%;
	text-decoration: none;
}

#navigation_links a:link, #navigation_links1 a:link, #navigation_links2 a:link, #navigation_rechts a:link
{
	color: #065EA8;
	text-decoration: none;
}

#navigation_links a:visited, #navigation_links1 a:visited, #navigation_links2 a:visited, #navigation_rechts a:visited
{
	color: #065EA8;
	text-decoration: none;
}

#navigation_links a:hover, #navigation_links1 a:hover, #navigation_links2 a:hover, #navigation_rechts a:hover
{
	/* -moz-border-radius: 50px; Firefox */
	/* -webkit-border-radius: 50px; /* Safari, Chrome */
	/* -khtml-border-radius: 50px; /* Konqueror */
	/* border-radius: 50px; /* CSS3 */
	color: #065EA8;
	background-color: #AAFAF2;
	text-decoration: none;
}

#navigation_links a:focus, #navigation_links1 a:focus, #navigation_links2 a:focus, #navigation_rechts a:focus
{
	color: #065EA8;
	background-color: #AAFAF2;
	text-decoration: none;
}

#navigation_links a:active, navigation_links1 a:active, #navigation_links2 a:active, #navigation_rechts a:active
{
	color: #065EA8;
	background-color: #AAFAF2;
	text-decoration: none;
}

#navigation_rechts
{
	position: fixed;
	background-color: #FFFFFF;
	right: 0px;
	max-height: 90%;
	overflow-y: scroll;
}

#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: #AAFAF2 !important;
}

#inhalt
{
	z-index: 10;
	margin-left: 8.4%;
	margin-right: 8.4%;
}

#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.4em;
	color: #065EA8;
	text-decoration: none;
	background-color: #E1E1E1;

	-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: #AAFAF2;
}

.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;
}
