@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;
	z-index: 20;
}

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

	#navigation_obenlinks
	{
		width: 80px !important;
	}

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

	#navigation_obenlinks nav>ul>li:first-child
	{
		width: 80px !important;
	}

	#navigation_obenmitte
	{
		left: 80px !important;
	}

	#navigation_obenmitte .mandant_name
	{
		font-size: 1.5em !important;
		bottom: 0px !important;
	}

	#navigation_obenmitte img
	{
		height: 20px !important;
		bottom: 0px !important;
	}

	#navigation_obenrechts #mandant_schliessen
	{
		display: none !important;
	}

	#inhalt
	{
		margin-top: 60px !important;

	}

	#navigation_links
	{
		top: 40px !important;
	}

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

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

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

	#schmaler_bildschirm_warnung
	{
		bottom: 0px !important;
		display: block !important;
	}

}

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

#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 .navigation_obenlinks_applikation
{
	display: none;
	visibility: hidden;
	min-width: 165px;
}

#navigation_obenlinks nav ul .navigation_obenlinks_applikation li
{
	min-width: 165px;
}

#navigation_obenlinks nav:hover > ul .navigation_obenlinks_applikation
{
	display: block;
	visibility: visible;
}

#navigation_obenlinks nav ul, #navigation_obenlinks nav ul li
{
	background-color: #FAD499;
}

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

#navigation_obenlinks nav ul .navigation_obenlinks_applikation li
{
	border-left: 1px solid #CDD7E6;
}

#navigation_obenlinks nav ul li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	color: #053782;
	padding: 30px 10px 30px 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, #navigation_obenlinks nav ul li:hover > ul li a
{
	background-color: #F29400;
	color: #053782;
}

#navigation_obenlinks nav ul li:hover > ul
{
	visibility: visible;
	color: #053782;
}

#navigation_obenlinks nav ul li ul
{
	display: inline;
	visibility: hidden;
	position: absolute;
	padding:0px;
	margin-left: -1px;
}

#navigation_obenlinks nav ul li ul li
{
	float: none;
}

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

#navigation_obenlinks nav ul li ul li a:hover
{
	color: #F29400;
	background-color: #053782 !important;
}

#navigation_obenmitte_popup
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 100px;
	height: 70px;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
	z-index: 11;
	overflow: auto;
	border-bottom: 1px solid #CDD7E6;
	color: #053782;
	font-weight: normal;
}

#navigation_obenmitte_popup .mandant_name
{
	position: relative;
	font-size: 2.5em;
	bottom: 12px;
}

#navigation_obenmitte_popup img
{
	position: relative;
	height: 50px;
	margin-left: 120px;
}

#navigation_obenmitte
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: 170px;
	right: 240px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #053782;
}

#navigation_obenmitte .mandant_name
{
	position: relative;
	font-size: 2.5em;
	bottom: 12px;
}

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

#navigation_obenrechts
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: auto;
	max-width: 240px;
	right: 0px;
	background-color: #FFFFFF;
	color: #053782;
	z-index: 100;
}

#navigation_obenrechts_popup
{
	position: fixed;
	top: 0px;
	left: auto;
	width: 100px;
	max-width: 100px;
	right: 0px;
	height: 70px;
	padding-right: 10px;
	float: right;
	text-align: right;
	z-index: 12;
	overflow: hidden;
	color: #053782;
	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: #053782;
	font-weight: bold;
	text-decoration: none;
}

#navigation_links
{
	position: fixed;
	top: 80px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FCEACC;
	color: #053782;
	z-index: 6;
}

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

#navigation_links a, #navigation_links2 a
{
	border-bottom: 1px solid #666666;
	display: block;
	padding: 0.2em;
	margin-top: 0px;
	color: #666666;
	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:link, #navigation_links2 a:link
{
	color: #053782;
	text-decoration: none;
}

#navigation_links a:visited, #navigation_links2 a:visited
{
	color: #053782;
	text-decoration: none;
}

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

#navigation_links a:focus, #navigation_links2 a:focus
{
	color: #F29400;
	background-color: #053782;
	text-decoration: none;

}
#navigation_links a:active, #navigation_links2 a:active
{
	color: #F29400;
	background-color: #053782;
	text-decoration: none;
}

#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: #666666;
	font-weight: normal;
}

.link_text
{
	display: inline;
}

#fortschrittsanzeige
{
	position : fixed;
	display: none;
	z-index: 0;
	top : 50%;
	left : 50%;
	height : 100%;
	width : 100%;
	color: #0F2782;
}

#inhalt
{
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 10;
}

#inhalt_popup
{
	margin-top: 80px;
	margin-left: 20px;
	z-index: 10;
}

#inhalt a, #inhalt_popup a
{
	padding: 0.4em;
	color: #053782;
	text-decoration: none;
	background-color: #F8C97F;

	-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
{
	font-weight: bold;
	background-color: #F29400;
}

#dashboard nav
{
	float: left;
	clear: both;
}

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

#dashboard nav ul .dashboard_applikation
{
	min-width: 165px;
	margin-right: 30px;
	text-align: center;
}

#dashboard nav ul .dashboard_applikation li
{
	min-width: 165px;
}

#dashboard nav ul, #dashboard nav ul li
{
	background-color: #FCEACC;
}

#dashboard nav ul li
{
	list-style: none;
	float:left;
	border-left: 1px solid #CDD7E6;
}

#dashboard nav ul li a
{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #053782;
	padding: 20px 10px 20px 10px;
	height: 50px;

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

#dashboard nav ul li:hover a, #dashboard nav ul li:hover > ul li a
{
	background-color: #F29400;
	color: #053782;
}

#dashboard nav ul li:hover > ul
{
	color: #053782;
}

#inhalt iframe
{
	float: left;
	clear: both;
	width: 853px;
	height: 480px;
}

.infobar
{
	display: block;
	width: 100%;
	background-color: #053782;
	color: #F29400;
	margin: 10px 0em 20px 0px;
}

.infobar2
{
	padding: 0.4em 0.4em 0.4em 0.4em;
}

.ohne_hintergrund, #inhalt .ohne_hintergrund, #inhalt_popup .ohne_hintergrund
{
	padding: 0em 0.2em;
	color: #053782;
	text-decoration: none;
	background-color: transparent;
	border-radius: 50%;
}

.hintergrund_hell
{
	color: #053782 !important;
	background-color: #FEF4E5 !important;
}

.hintergrund_dunkel
{
	color: #053782 !important;
	background-color: #F29400 !important;
}

#inhalt iframe
{
	float: left;
	clear: both;
	width: 853px;
	height: 480px;
}

#inhalt table, #inhalt_popup 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
{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}

#inhalt table td, #inhalt_popup table td
{
	vertical-align: top;
	padding: 6px 10px;
}

#inhalt table thead tr, #inhalt_popup table thead tr
{
	background-color: #F29400;
	color: #053782;
	font-weight: bold;
}

#inhalt table thead tr td select, #inhalt_popup table thead tr td select
{
	font-weight: normal;
}

#inhalt table tbody td, #inhalt_popup table tbody td
{
	border-top: 1px solid #CDD7E6;
}

#inhalt table tr.summe, #inhalt_popup table tr.summe
{
	background-color: #F29400;
	color: #053782;
	font-weight: bold;
}

#inhalt table tr.hervorheben, #inhalt_popup table tr.hervorheben, .hervorheben
{
	background-color: #F8C97F;
	color: #053782;
	font-weight: bold;
}

#inhalt table tr.summe, #inhalt_popup table tr.summe, .summe
{
	background-color: #F29400;
	color: #053782;
	font-weight: bold;
}

#inhalt table tfoot tr, #inhalt_popup table tfoot tr
{
	background-color: #F29400;
	color: #053782;
	font-weight: bold;
}

#inhalt table tfoot tr, #inhalt_popup table tfoot tr
{
	background-color: #F29400;
	color: #053782;
	font-weight: bold;
}

.brotkruemel
{
	padding: 10px 0px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	color: #053782;
}

input, select, textarea, label, .w3-input, .w3-select, .w3-label
{
	color: #262626;
}

input, select, textarea
{
	background-color: #e6ebf2;
	border: 0px solid !important;
}

input:focus, select:focus, textarea:focus
{
	background-color: #F8C97F;
	color: black;
}

input[type=submit], input[type=button], button, .w3-btn
{
	background-color: #F8C97F;
	color: #053782;
}

.verwaltung_tabelle select
{
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.log_tabelle
{
	position: static;
	top: 15px;
	min-width: 1700px;
	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: 9pt;
}

.log_tabelle select
{
	max-width: 420px;
}

.log_tabelle td
{
	width: 100%;
	min-width: 100%;
	max-width: 620px;
}

td.dragHandle
{

}

td.showDragHandle
{
	background-image: url(../img/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

#fortschrittsanzeige
{
	position : absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	opacity: 0.3;
}

#inhalt .popup_box
{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	overflow: scroll;
	overflow-x: scroll;
}

#inhalt .popup_box .popup_frame
{
	position: fixed;
	top: 5%;
	bottom: 0%;
	left: 0;
	right: 0;
	width: 100%;
	height: 95%;
	margin: 0;
	padding: 0;
	border: none;
	overflow: scroll;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0px);
	-webkit-transform: translate3d(0,0,0);
	-webkit-perspective: 1000;
	z-index: 90999;
}

#inhalt .popup_box .popup_schliesser
{
	position: fixed;
	top: 1%;
	left: 96%;
	bottom: 98%;
	right: 5%;
	width: 3%;
	height: 3%;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	z-index: 99999;
}


#schmaler_bildschirm_warnung
{
	position: fixed;
	border: 2px solid #F29400;
	border-bottom: none;
	border-radius: 5px;
	background-color: #FAD499;
	height: 80px;
	padding: 2px;
	left: 2px;
	right: 2px;
	bottom: -80px;
	display: none;
}

input[type="checkbox"].iphone
{
	position: absolute;
	margin: 8px 0 0 16px;
}

input[type="checkbox"].iphone + label
{
	position: relative;
	padding: 5px 0 0 50px;
	line-height: 2.0em;
}

input[type="checkbox"].iphone + label:before
{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 30px; /* x*5 */
	height: 18px; /* x*3 */
	border-radius: 12px; /* x*2 */
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="checkbox"].iphone + label:after
{
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 18px; /* x*3 */
	height: 18px; /* x*3 */
	border-radius: 12px; /* x*2 */
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="checkbox"].iphone + label:hover:after
{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

input[type="checkbox"].iphone:checked + label:after
{
	margin-left: 16px;
}

input[type="checkbox"].iphone:checked + label:before
{
	background: #55D069;
}

.lebenslauf_textteil_zeile
{
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 3px;
}

.lebenslauf_textteil_zeile div:nth-child(1)
{
	margin-right: 10px;
	float: left;
	z-index: 10;
	width: 150px;
	max-width: 160px;
	white-space: nowrap;
}


.lebenslauf_textteil_zeile div:nth-child(2)
{
	float: left;
	z-index: 10;
	width: 365px;
	max-width: 375px;
	white-space: nowrap;
}

.lebenslauf_rubrik li:first-child .sortable_eins_hoch {
	color: white !important;
	background-color: white;
	pointer-events: none !important;
}

.lebenslauf_rubrik li:last-child .sortable_eins_runter {
	color: white !important;
	background-color: white;
	pointer-events: none !important;
}

.lebenslauf_textteil_buttons
{
	display: none;
	float: right;
	width: 240px;
	max-width: 260px;
	white-space: nowrap;
}

.lebenslauf_textteil_buttons show
{
	display: block!important;
	float: right;
	width: 240px;
	max-width: 260px;
	white-space: nowrap;
}

.lebenslauf_rubrik
{
	padding: 0px !important;
	list-style-type: none !important;
}

.bewerbung_fragebogen
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.bewerbung_fragebogen_wrapper_links
{
	float: left;
	width: 412.5px;
	max-width: 412.5px;
	white-space: nowrap;
	text-align: center;
}

.bewerbung_fragebogen_wrapper_rechts
{
	float: right;
	width: 412.5px;
	max-width: 412.5px;
	white-space: nowrap;
	text-align: center;
}

.bewerbung_fragebogen_button
{
	text-align: center;
}

.lebenslauf_rubrik li .lebenslauf_textteil_buttons
{
	display: none!important;
}

.lebenslauf_rubrik li:hover .lebenslauf_textteil_buttons
{
	display: block!important;
}

.lebenslauf_textteil_input
{
	padding: 1px;
	min-height: 19px;
}

.lebenslauf_rubrik li:hover .lebenslauf_textteil_input
{
	padding: 0px !important;
	border: 1px dotted grey !important;
}

.lebenslauf_textteil_input:focus
{
	padding: 0px !important;
	border: 1px dotted grey;
}

.lebenslauf_textteil_input:focus ~ .lebenslauf_textteil_buttons
{
	display: block!important;
}

#input_daten_form .w3-btn
{
	padding: 0px 8px !important;
}

.lebenslauf_textteil_input_leer
{
	background-color: #FFFF00;
}
