@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)
{

	body
	{
		line-height: 205%;
	}

	#navigation_oben
	{
		height: 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_mobil
	{
		left: 0px !important;
	}

	#navigation_obenmitte img, #navigation_obenlinks_popup img
	{
		height: 20px !important;
	}

	#navigation_obenmitte_mobil img, #navigation_obenlinks_popup img
	{
		height: 20px !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: 500px)
{
	#navigation_obenmitte
	{
		display: block !important;
	}

	#navigation_obenmitte_mobil
	{
		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: #48DDDA;
	color: #666666;
}

#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: #666666;
	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: #1AD5D1;
	color: #666666;
}

#navigation_obenlinks_popup
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0px;
	right: 272px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #666666;
}

#navigation_obenmitte
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: 170px;
	right: 130px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #666666;
}
#navigation_obenmitte_mobil
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0px;
	right: 130px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #666666;
}

#navigation_obenmitte img, #navigation_obenlinks_popup img
{
	position: relative;
	margin-left: 10px;
	height: 50px;
}

#navigation_obenmitte_mobil img, #navigation_obenlinks_popup img
{
	position: relative;
	margin-left: 10px;
	height: 50px;
}

#navigation_mobil
{
	float: right;
	position: absolute;
	top: 0px;
	height: 100%;
	left: auto;
	width: 20%;
	right: 0px;
	background-color: lightblue;
	color: black;
}

#navigation_obenrechts
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: auto;
	max-width: 130px;
	right: 0px;
	background-color: #FFFFFF;
	color: #666666;
}

#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: #666666;
	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: #666666;
	font-weight: bold;
	text-decoration: none;
}

#navigation_links
{
	position: fixed;
	top: 80px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #8CEAE8;
	color: #666666;
	z-index: 5;
}

#navigation_links2
{
	position: fixed;
	top: 80px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #A3EEED;
	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: #666666;
	text-decoration: none;
}

#navigation_links a:visited, #navigation_links2 a:visited
{
	color: #666666;
	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: #1AD5D1;
	background-color: #666666;
	text-decoration: none;
}

#navigation_links a:focus, #navigation_links2 a:focus
{
	color: #1AD5D1;
	background-color: #666666;
	text-decoration: none;
}

#navigation_links a:active, #navigation_links2 a:active
{
	color: #1AD5D1;
	background-color: #666666;
	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;
}

#inhalt
{
	padding-top: 80px;
	margin-right: 10px;
	z-index: 10;
	height: 100%;
}

#inhalt_popup
{
	margin-top: 120px;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 10;
}

#inhalt a, #inhalt_popup a
{
	padding: 0.4em;
	color: #666666;
	text-decoration: none;
	background-color: #A3EEED;

	-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
{
	background-color: #1AD5D1;
}

.infobar
{
	display: block;
	width: 100%;
	background-color: #666666;
	color: #1AD5D1;
	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: #666666;
	text-decoration: none;
	background-color: transparent !important;
	border-radius: 50%;
}

.hintergrund_hell
{
	color: #666666 !important;
	background-color: #1AD5D1 !important;
}

.hintergrund_dunkel
{
	color: #666666 !important;
	background-color: #1AD5D1 !important;
}

#inhalt iframe
{
	float: left;
	clear: both;
	width: 853px;
	height: 480px;
}

#inhalt iframe.fullwidth
{
	width: 100%;
	height: 100%;
	border: none;
}

#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.eng td, #inhalt_popup table.eng td
{
	padding: 3px 5px;
}

#inhalt table thead tr, #inhalt_popup table thead tr
{
	background-color: #1AD5D1;
	color: #666666;
	font-weight: bold;
}

#inhalt table thead tr td select, #inhalt_popup table thead tr td select
{
	font-weight: normal;
}

#inhalt table th, #inhalt_popup table th
{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
}

#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: #1AD5D1;
	color: #666666;
	font-weight: bold;
}

#inhalt table tr.hervorheben, #inhalt_popup table tr.hervorheben, .hervorheben
{
	background-color: #A3EEED;
	color: #666666;
	font-weight: bold;
}

#inhalt table tr.summe, #inhalt_popup table tr.summe, .summe
{
	background-color: #1AD5D1;
	color: #666666;
	font-weight: bold;
}

#inhalt table tfoot tr, #inhalt_popup table tfoot tr
{
	background-color: #1AD5D1;
	color: #666666;
	font-weight: bold;
}

#inhalt table tfoot tr, #inhalt_popup table tfoot tr
{
	background-color: #1AD5D1;
	color: #666666;
	font-weight: bold;
}

.brotkruemel
{
	padding: 10px 0px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	color: #666666 !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: #A3EEED;
	color: #666666;
}

.verwaltung_tabelle input
{
	padding: 0px 4px;
}

.verwaltung_inaktiv thead tr, .verwaltung_inaktiv thead tr
{
	background-color: #8CEAE8 !important;
}

.verwaltung_tabelle select
{
	height: 19px;
}

input[type=submit], input[type=button], button, .w3-btn
{
	background-color: #A3EEED !important;
	color: #666666 !important;
}

td.dragHandle
{
	width: 35px;
}

td.dragHandle i
{
	display: none;
}

td.showDragHandle i
{
	display: block;
	cursor: move;
}

#Kunde_Verlauf_offen .Kunde_Verlauf_offen
{
	width: 500px;
}

#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 #1AD5D1;
	border-bottom: none;
	border-radius: 5px;
	background-color: #8CEAE8;
	height: 80px;
	padding: 2px;
	left: 2px;
	right: 2px;
	bottom: -80px;
	display: none;
}

input[type="checkbox"].iphone
{
	display: none;
}

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;
}

input[type="checkbox"].loeschen
{
	display: none;
}

input[type="checkbox"].loeschen + label
{
	padding: 5px;
	background: #FF0000;
}

input[type="checkbox"].loeschen:checked + label
{
	background: inherit;
}

.termin_tab_button
{
    background-color: #A3EEED !important;
    color: #666666 !important;
    padding: 3px;
    display: inline-block !important;
    text-align: center !important;
}

.termin_tabs
{
	display: none;
}

.calendar_termin
{
	padding: 10px;
}

.monatlich-checkbox-selection
{
    display: none !important;
}

.monatlich-checkbox-selection + span
{
    display: inline-block;
    background-color: #A3EEED !important;
    color: #666666 !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: #A3EEED !important;
    color: #666666 !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: #666666 !important;
	text-decoration: none !important;
	background-color: #A3EEED !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_termin .kalender-bearbeiten-icon
{
	float: right;
	margin: -11px !important;
	margin-top: -33px !important;
}

.cal-week-day-event-col .calendar_termin .kalender-bearbeiten-icon
{
	float: right;
	margin: -10px !important;
	margin-top: -29px !important;
}


.cell-event-mark .calendar_termin .kalender-bearbeiten-icon
{
	float: right;
	margin: -13px !important;
	margin-top: -31px !important;
}

.cal-total-day-displayname .calendar_termin .kalender-sehen-icon
{
	float: right;
	margin: -11px !important;
	margin-top: -33px !important;
}

.cal-week-day-event-col .calendar_termin .kalender-sehen-icon
{
	float: right;
	margin: -10px !important;
	margin-top: -29px !important;
}


.cell-event-mark .calendar_termin .kalender-sehen-icon
{
	float: right;
	margin: -13px !important;
	margin-top: -31px !important;
}
