@charset 'UTF-8';

/* ############################################################################## */
/* # Google Maps Einstellungen                                                  # */
/* ############################################################################## */

/* Die Marker fuer den Routenplaner werden separat gesetzt. */
.adp-placemark img.adp-marker {
	display: none;
}

.adp-placemark td.adp-text {
	background-repeat: no-repeat;
	background-size: 20px 40px;
	background-position: left center;
	height: 40px;
	padding-left: 30px;
}

.ms-route-maps-container {
	position: relative;
	width: 1230px;
	height: 500px;
	margin: 0px auto 00px auto;
}

.ms-route-overview-map {
	height: 100%;
	width: 870px;
	float: left;
}

/* ############################################################################## */
/* # Routenplaner Styling                                                       # */
/* ############################################################################## */
.adp .adp-text {
	background-image: url("");
}

.ms-route-direction>#overviewMapDirections>div>div>div>.adp-placemark .adp-text
	{
	background-image:
		url("https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi.png");
}

.ms-button-icon {
	margin-left: 10px;
	border: none;
	padding: 0px;
	cursor: pointer;
	background-color: transparent;
}

.ms-route-icon-travel-driving {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/pkw.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ms-route-icon-travel-bicycling {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/bike.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ms-route-icon-travel-walking {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/fuss.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ms-route-icon-travel-transit {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/bus.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ms-route-button-travel-mode-selected {
	border: 1px solid #080808;
	outline: none;
	box-shadow: 0 0 2px #000000;
}

.ms-route-from-label, .ms-route-to-label {
	float: left;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	margin-top: 22px;
	margin-right: 10px;
}

.ms-route-from-input {
	float: left;
	height: 35px;
}

.ms-route-to-input {
	float: left;
	height: 35px;
}

.ms-route-from-input>input, .ms-route-to-input>input {
	margin-top: 15px;
	margin-right: 10px;
	color: #333333;
	background-color: #eeeeee;
	border: none;
	font-size: 14px;
	font-weight: 700;
	height: 100%;
	width: 280px;
	padding-left: 4px;
	padding-right: 4px;
}

.ms-route-container {
	position: relative;
	width: 1230px;
	height: 100px;
	background-color: #ffffff;
	margin: 0px auto 00px auto;
}

.ms-route-header {
	padding-left: 10px;
}

.ms-route-header-title {
	font-size: 28px;
	font-weight: 700;
	color: #333333;
}

.ms-route-direction {
	position: relative;
	width: 360px;
	height: 100%;
	background-color: #ffffff;
	overflow: auto;
	float: right;
}

.ases-routenplaner-print {
	float: right;
	position: relative;
	right: 20px;
	top: 5px;
}

.ms-route-button-panel {
	float: left;
	margin-top: 12px;
	margin-right: 40px;
}

/* ############################################################################## */
/* # Allgemeine Einstellungen                                                   # */
/* ############################################################################## */
html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #fafafa;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #4F81BD;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/bg.gif.jsf?ln=ases&v=1_0");
	background-repeat: repeat;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #003A79;
	line-height: 16px;
}

a:hover {
	color: #000;
}

h1, h2 {
	text-align: left;
	font-family: Helvetica, Verdana, Arial;
	color: #324e85;
}

h3 {
	text-align: left;
	font-family: Helvetica, Verdana, Arial;
	color: #324e85;
	font-size: 23px;
	margin-bottom: 5px;
	margin-top: 0px;
}

img {
	border: none;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	text-overflow: ellipsis;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	text-overflow: ellipsis;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	text-overflow: ellipsis;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	text-overflow: ellipsis;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	text-overflow: ellipsis;
}

/* ############################################################################## */
/* # Font Awesome                                                               # */
/* ############################################################################## */
.fa-15x {
	font-size: 1.5em;
}

/* ############################################################################## */
/* # Einstellungen fuer die Arztsuche                                           # */
/* ############################################################################## */


.center-content {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
 


.ases-button-arztsuche {
	border: 1px solid #003A79;
}

.ui-datalist .ui-datalist-empty-message, .hidden {
	display: none;
}

.ases-route-container-content>.ases-distance>.row>.ui-slider-horizontal
	{
	height: 1em;
}

.ases-route-container-content>.ases-distance>.row>.ui-slider-horizontal>.ui-slider-handle
	{
	width: 2em;
	height: 2em;
	top: -8px;
}

.ases-icon-down {
	height: 30px;
	width: 38px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/arrow_down.png.jsf?ln=ases&v=1_0");
	background-size: cover;
	display: inline-block;
	transform: scale(0.25, 0.25);
}

.ases-icon-up {
	height: 30px;
	width: 38px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/arrow_up.png.jsf?ln=ases&v=1_0");
	background-size: cover;
	display: inline-block;
	transform: scale(0.25, 0.25);
}

.ases-selector-hidden-arzt {
	/* jquery selector */
	
}

.ases-selector-hidden-marker {
	/* jquery selector */
	
}

.ases-selector-overview-map-text {
	/* jquery selector */
	
}

.ases-button-travel-mode-selector {
	/* jquery selector */
	
}

.ases-selector-arzt-selected {
	/* PF Selector */
	
}

.ases-selector-all-arzt-selected {
	/* PF Selector */
	
}

.ases-main-container {
	background: white;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.ases-main-container>.row {
	width: 100%;
}

.ases-footer-container {
	width: 960px;
	margin: 0px auto 0px auto;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ases-footer-container p {
	margin-left: 30px;
	margin-top: 0px;
}

.ases-misc-container {
	width: 960px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

.asesInputForm {
	width: 100%;
}

.ases-suche-container {
	background-color: #ffffff;
}

.ases-suche-container-no-google-maps {
	height: 60px !important;
}

.ases-such-parameter-container {
	
}

.ases-route-container {
	
}

.ases-abd-container {
	
}

.ases-route-container-action {
	/* */
	
}

.display-block {
	display: block;
	white-space: nowrap;
}

.ases-route-container-action>a {
	color: #003a79 !important;
}

.ases-route-container-action>a:hover {
	color: #003a79 !important;
	text-decoration: underline;
}

.ases-route-container-content {
	/* */
	
}

.searchstart-row {
		overflow: hidden;
		width: 960px;
}

.searchstart-row-controls {
	width: 480px;
	float: left;
}

.searchstart-row-map {
	width: 480;
	float: left;
}

.was-row {
	overflow: hidden;
	width: 415px;
 margin-left: 15px;
}

.wo-row {
	overflow: hidden;
	width: 415px;
 margin-left: 15px;
}

.ases-maps-container {
	margin-top: 0px;
	margin-bottom: 20px;
}

.geo-map-style {
		width:465px;
		height:400px;
}

.geo-map-expanded {
		width:960px;
		height:400px;
}

.ases-maps-container-no-google-maps {
	height: 60px !important;
}

.ases-maps-container-expanded {
	left: 0px;
	width: 960px;
}

.ases-maps-expand-button, .ases-maps-collapse-button {
	z-index: 1000;
	cursor: pointer;
}

.ases-maps-loading {
	
}

.ases-maps-loading i {
	float: left;
}

.ases-maps-loading div {
	padding-top: 5px;
}

.ases-maps-loading-failed {
	
}

.ases-maps-loading-failed-icon {
	float: left;
	color: #cc1d1c;
}

.ases-maps-loading-failed-text {
	
}

.ases-lo-kap-check .ui-state-disabled {
	opacity: 1;
}

.ases-routenplaner-from-label, .ases-routenplaner-to-label {
	float: left;
	color: #4f81bd;
	font-size: 18px;
	font-weight: 700;
	margin-top: 22px;
	margin-right: 10px;
}

.ases-routenplaner-from-input, .ases-routenplaner-to-input {
	float: left;
	height: 35px;
}

.ases-routenplaner-from-input>input, .ases-routenplaner-to-input>input {
	margin-top: 15px;
	margin-right: 10px;
	color: #324e85;
	background-color: #eeeeee;
	border: none;
	font-size: 14px;
	font-weight: 700;
	height: 100%;
	width: 280px;
	padding-left: 4px;
	padding-right: 4px;
}

.ases-routenplaner-from-input>input::-webkit-input-placeholder {
	/* Chrome, Safari, Opera */
	color: #777777;
	font-weight: 400;
}

.ases-routenplaner-from-input>input::-moz-placeholder { /* Firefox */
	color: #777777;
	font-weight: 400;
	opacity: 1;
}

.ases-routenplaner-from-input>input:-ms-input-placeholder {
	/* IE10–11 */
	color: #777777 !important;
	font-weight: 400 !important;
}

.ases-routenplaner-from-input>input::-ms-input-placeholder { /* Edge */
	color: #777777;
	font-weight: 400;
}

.ases-routenplaner-from-input>input::placeholder {
	/* CSS Working Draft */
	color: #777777;
	font-weight: 400;
}

.ases-routenplaner-to-input>input::-webkit-input-placeholder {
	/* Chrome, Safari, Opera */
	color: #777777;
	font-weight: 400;
}

.ases-routenplaner-to-input>input::-moz-placeholder { /* Firefox */
	color: #777777;
	font-weight: 400;
	opacity: 1;
}

.ases-routenplaner-to-input>input:-ms-input-placeholder { /* IE10–11 */
	color: #777777 !important;
	font-weight: 400 !important;
}

.ases-routenplaner-to-input>input::-ms-input-placeholder { /* Edge */
	color: #777777;
	font-weight: 400;
}

.ases-routenplaner-to-input>input::placeholder { /* CSS Working Draft */
	color: #777777;
	font-weight: 400;
}

.ases-routenplaner-header {
	padding-left: 10px;
}

.ases-routenplaner-header-title {
	font-size: 28px;
	font-weight: 700;
	color: #003A79;
}

.ases-routenplaner-maps-container {
	position: relative;
	width: 600px;
	height: 500px;
	margin: 0px auto 00px auto;
}

.ases-routenplaner-print {
	float: left;
	padding-top: 15px;
	margin-left: 15px;
}

/* ############################################################################## */
.ases-dialog-section {
	padding-top: 20px;
	clear: both;
}

.ases-dialog-section-header {
	font-weight: bold;
	padding-bottom: 5px;
}

.ases-dialog-section-info {
	
}

.ases-dialog-section-info-icon {
	font-size: 24px;
	float: left;
	width: 30px;
	height: 40px;
	color: #cc1d1c;
}

.ases-dialog-section-info-text {
	color: #cc1d1c;
}

.ases-dialog-button-panel {
	float: right;
	padding-top: 12px;
	padding-bottom: 10px;
}

.ases-dialog-button {
	float: right;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: 15px;
}

.ases-dialog-button-panel .ui-button {
	margin-left: 5px;
	margin-bottom: 5px;
}

.ases-dialog-button-panel .ui-chkbox {
	padding-bottom: 8px;
}

.ases-dialog-label {
	float: left;
	width: 10em;
	margin-top: 5px;
}

.ases-dialog-input {
	float: left;
	margin-bottom: 10px;
	height: 30px;
}

.ases-dialog-vertreter-link {
	float: left;
	width: 34em;
	margin-top: 5px;
	padding-right: 10px;
}

.ases-dialog-vertreter-link a:hover {
	text-decoration: underline;
}

.ases-dialog-vertreter-button {
	float: left;
	width: 3em;
	margin-top: 5px;
}

.ases-dialog-abw-weitere {
	padding-top: 30px;
}

.ases-dialog-input a:hover {
	text-decoration: underline;
}

.ases-dialog-input .ui-chkbox-label {
	padding-right: 10px;
	min-width: 5em;
}

.ases-dialog-input .ui-selectonemenu, .ases-dialog-input .ui-inputmask {
	width: 400px;
}

.ases-dialog-input .ui-autocomplete-input, .ases-dialog-input .ui-autocomplete
	{
	width: 100%;
}

/* .ui-autocomplete-panel {
    max-height: 200px;
    overflow: auto;
}
.ui-autocomplete-panel>ul{
    
} */
.ases-dialog-input.ases-dialog-input-combined .ui-inputmask {
	width: 5em;
}

.ases-dialog-input-abw.ases-dialog-input {
	width: calc(100% - 20em);
}

.ases-dialog-input-abw.ases-dialog-input-breit {
	width: calc(100% - 10em);
}

.ases-dialog-input-breit .ui-autocomplete {
	width: calc(100% - 32px);
}

.ases-dialog-input .ases-autocomplete-time .ui-autocomplete-input {
	width: 5em;
	float: left;
}

.bis-bindestrich {
	float: left;
	margin: 0px 5px;
	line-height: 2;
}

.ases-dialog-input .ui-radiobutton-icon {
	margin-left: 0px;
}

.ases-dialog-input .ui-icon-bullet {
	background-position: -80px -145px;
}

.ases-dialog-input .ui-inputtext {
	width: 400px;
}

.ases-dialog-input .hasDatepicker {
	width: 6em;
	padding-bottom: 5px;
	height: 27px;
}

.ases-dialog-input .ui-datepicker-trigger {
	border-left: none;
	height: 27px;
	padding-top: 2px;
	margin-bottom: 1px;
}

.ases-dialog-input .ui-datepicker-trigger .ui-icon-calendar {
	background: none;
}

.ases-dialog-input .ui-datepicker-trigger::before {
	color: #003a79;
	font-family: "FontAwesome";
	font-size: 18px;
	margin-top: 2px;
	content: "\f073";
}

.ases-dialog-input-vorwahl {
	width: 100px !important;
}

.ases-dialog-input-rufnummer {
	width: 120px !important;
}

.ases-dialog-clear {
	clear: both;
}

.ases-header {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

.ases-header-title {
	font-size: 18px;
	font-weight: 700;
	color: #003A79;
	float: left;
	display: none;
}

.ases-header-link, .arzt-type-choose {
	font-size: 1.2em;
	color: #003a79;
	height: auto;
	width: 100%;
	margin-top: 4px;
	margin-left: 15px;
	text-decoration: none;
	font-weight: lighter;
}

#search-type-form-id {
	padding-bottom: 35px;
	padding-top: 1px;
}

.ases-header-link-leistungsort {
	font-size: 1.7em;
	color: #003a79;
	height: 36px;
	text-decoration: none;
	font-weight: lighter;
	margin-left: -10px;
}

.ases-header-link>a, .arzt-type-choose>a, .ases-header-link-leistungsort>a
	{
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: lighter;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ases-header-link>a.selected, .arzt-type-choose>a.selected,
	.ases-header-link-leistungsort>a.selected {
	background-color: #003A79;
	background-image: linear-gradient(#003A79, #6b7fa4);
	color: #ffffff !important;
}

.ases-header-link>a:hover {
	text-decoration: underline;
	background-color: #eff7ff;
	color: #003A79;
}

.ases-header-link-leistungsort>a:hover {
	text-decoration: none;
	background-color: #eff7ff;
	color: #003A79;
}

.ases-header-link-label {
	font-weight: lighter;
	font-size: 1.4em;
	color: #003a79;
}

.ases-btn-group-switch {
	margin: 0px 0px 10px;
	display: inline-block;
}

.ases-btn-group-switch a {
	font-size: 16px !important;
	height: 10px;
	padding: 5px 10px;
}

.ases-header-clear {
	clear: both;
}

.ases-enabled {
	color: #000000;
}

.ases-disabled {
	color: #555555;
}

.ases-text {
	color: #000000;
}

.ases-text b {
	color: #003a79;
}

.ases-singleline-text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ases-multiline-text-no-indent {
    white-space: normal;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.ases-multiline-text {
    white-space: normal;
    text-indent: -0.4em;
    padding-left: 0.4em;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.ases-button-icon {
	border: none;
	padding: 0px;
	cursor: pointer;
	background-color: transparent;
}

.ases-button-icon-new-search {
	margin-top: 1px;
}

.ases-button-icon-geo {
	float: right;
	margin-top: 1px;
	display: none;
}

.ases-icon-search {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/search.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-new-search {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/neue-suche.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-geo {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/geo.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-travel-transit {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/bus.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-travel-bicycling {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/bike.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-travel-walking {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/fuss.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-pkw {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/pkw.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-pkw-mini {
	width:18px; 
	height:15px; 
	margin-right:4px;
	display:inline-block;
}

.ases-icon-arzt {
	height: 35px;
	width: 35px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/arzt-dunkel.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-zusatzinfos {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/arzt-hell.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-taetigkeit {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/arzt-hell.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-kontaktdaten {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/info-i-hell.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-ueberweisung {
	height: 22px;
	width: 22px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/ueberweisung.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-expand {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/expand.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-icon-collapse {
	height: 30px;
	width: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/collapse.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-weeknavigation-icon {
	height: 15px;
	width: 15px;
	background-size: cover;
}

.ases-icon-prev-week {
	background-image: url("/ases-kvbb/javax.faces.resource/images/cal_prev.svg.jsf?ln=ases&v=1_0");
}

.ases-icon-prev-week-disabled {
	background-image:
		url("/ases-kvbb/javax.faces.resource/images/cal_prev-disabled.svg.jsf?ln=ases&v=1_0");
}

.ases-icon-next-week {
	background-image: url("/ases-kvbb/javax.faces.resource/images/cal_next.svg.jsf?ln=ases&v=1_0");
}

.ases-button-travel-mode-selected {
	border: 1px solid #cccccc;
	outline: none;
	box-shadow: 0 0 2px #000000;
}

/* ############################################################################## */
.ases-search-box {
	border: 0;
	height: 35px;
	float: left;
	width: 325px;
}

.ases-search-box-new-search {
	float: right;
	width: 35px;
}

.ases-search-box-search {
	
}

.ases-search-box-geo {
	
}

.ases-search-box input {
	width: 100%;
	border: 0;
	height: 35px;
	color: #324e85;
	font-family: Helvetica, Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
}

.ases-search-box .ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	background-color: #eeeeee;
	background-image: none;
}

.ases-search-box input::-ms-clear {
	display: none;
}

.ases-search-box-geo input {
	width: 100%;
}

.ases-search-box-geo input::-ms-clear {
	display: none;
}

.ases-search-box input:focus {
	outline: 0;
}

.ases-search-box input::-webkit-input-placeholder {
	/* Chrome, Safari, Opera */
	color: #777777;
	font-weight: 400;
}

.ases-search-box input::-moz-placeholder { /* Firefox */
	color: #777777;
	font-weight: 400;
	opacity: 1;
}

.ases-search-box input:-ms-input-placeholder { /* IE10–11 */
	color: #777777 !important;
	font-weight: 400 !important;
}

.ases-search-box input::-ms-input-placeholder { /* Edge */
	color: #777777;
	font-weight: 400;
}

.ases-search-box input::placeholder { /* CSS Working Draft */
	color: #777777;
	font-weight: 400;
}

.ases-search-box-input-text-submit {
	width: 0px !important;
	height: 0px !important;
	position: fixed;
	z-index: -1;
}

.ases-search-box-label, .ases-search-box-geo-label {
	color: #4f81bd;
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
	float: left;
	width: 40px;
}

.was-undertext-row {
		margin-left: 55px;
}

.wo-undertext-row {
	 margin-left: 55px;
}

.geocoding-error {
    margin-left: 55px;
    margin-right: 90px;
    color: #cc1d1c;
}

input.geocoding-error-control {
	border: 1px solid #cc1d1c;
}

.ases-search-box-undertext, .ases-search-box-geo-undertext {
	clear: both;
	font-size: 8pt;
	color: #808080;
}

.ases-overview-map-input-text-submit {
	width: 0px !important;
	height: 0px !important;
	position: fixed;
	z-index: -1;
}

/* ############################################################################## */
.ases-distance {
	width: 100%;
	height: 3em;
}

.ases-distance-slider {
	width: 100%;
	margin-top: 1em;
	margin-right: 40px;
	border: 1px solid #003A79;
	background: repeating-linear-gradient(to right, #003A79 0%, lightgray 0.2%, lightgray 10.9%, #003A79 11.11%);
	height: 1em;
}

.ases-distance-slider .ui-slider-handle {
	background: linear-gradient(to bottom left, lightgrey, white);
	top: -0.7em;
	border-radius: 1em;
	width: 2em;
	height: 2em;
	margin-left: -1em;
}

.ases-distance-label {
	float: left;
	font-size: 14px !important;
	width: 110px;
}

/* ############################################################################## */
.ases-route-header {
	
}

.ases-route-header-text {
	float: left;
	margin-top: 6px;
}

.ases-route-button-panel {
	float: left;
	margin-top: 12px;
	margin-right: 40px;
}

.ases-route-button-panel-tt {
	text-align: center;
	margin-top: 10px;
	border: 1px solid #6897e1;
	float: left;
	margin-right: 5px;
}

.ases-route-button-panel-tt>a {
	
}

.ases-route-button-panel-tt>a:hover {
	text-decoration: underline;
}

.ases-route-button-panel-tt>a>div {
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 15px;
}

.ases-route-button-panel .ases-button-icon {
	margin-left: 10px;
}

/* ############################################################################## */
.ases-overview-map {
	margin-bottom: 20px;
	height: 400px;
	width: 100%;
}

/* ############################################################################## */
.ases-bottom-line {
		width: 961px;
		border-bottom: 1px solid #CC1D1C;
		margin: 0px auto 00px auto;
		position: relative;
		left: -16px;
		top: -18px;
}

/* ############################################################################## */
.ases-result-form {
	
}

.ases-result-list {
	background-color: white;
	width: 720px;
	padding-left: 15px;
	padding-right: 15px;
}

.ases-result-list ul {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.5em;
	margin: 0px;
}

.ases-result-too-many-hits {
	padding: 2em;
	margin-top: 2em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	background-color: #F0F8FF;
	font-size: 1em;
	line-height: 2em;
}

.ases-result-too-many-hits #ases-result-too-many-hits-header {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.ases-result-export {
	border: none;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

.ases-result-export-combobox {
	border: none;
	background-color: #eeeeee;
	background-image: none;
}

.ases-result-export-combobox .ui-button {
	border: none;
	background-color: #eeeeee;
	background-image: none;
	color: #4F81BD;
	padding: 5px;
}

.ases-result-sorting {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: -5px;
}

.ases-result-sorting-label {
	passing-right: 8px;
	position: relative;
	bottom: 2px;
	margin-left: 15px;
}

.ases-result-sorting-combobox {
	border: none;
	background-color: #eeeeee;
	background-image: none;
	width: 150px;
	height: 35px;
}

.ases-result-sorting-combobox .ui-selectonemenu-trigger {
	border: none;
	background-color: #eeeeee;
	background-image: none;
}

.ases-result-sorting-combobox .ui-selectonemenu-label {
	margin-top: 3px;
	background-color: #eeeeee;
	background-image: none;
}

.ases-result-export {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0.5em;
	color: #003a79;
}
/* ############################################################################## */
.ases-aggregation-list {
	overflow: hidden;
	white-space: nowrap;
	background-color: #F3F3F3;
	min-height: 594px;
	font-size: 1em;
	margin-top: 36px;
	width: 210px;
	margin-left: 30px;
}

.ases-aggregation-list-title {
	color: #003a79;
	background-color: #ffffff;
	font-size: 1.2em;
	padding-bottom: 10px;
	text-decoration: underline;
	display: none;
}

.ases-aggregation-list ul {
	list-style-type: none;
	display: block;
	padding-left: 0;
}

.ases-aggregation-list>ul>li {
	display: inline-block;
	width: 20%;
}

.ases-aggregation-box-attribut {
	padding-bottom: 5px;
}

.ases-aggregation-box-attribut h3 {
	font-size: 12px;
	letter-spacing: 0.07em;
	border-bottom: 1px solid #324e85;
}

.ases-aggregation-box-attribut h3 {
	white-space: normal;
	padding: 0px 8px;
}

.ases-aggregation-box-attribut a .ases-aggregation-filter-key:hover {
    text-decoration: underline;
}

.ases-aggregation-filter-key {
    float: left;
    overflow: hidden;
    color: #003A79;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    width: 154px;
}



.ases-aggregation-header {
	background-image: url("/ases-kvbb/javax.faces.resource/images/navi_blau_schmal.gif.jsf?ln=ases&v=1_0");
	background-size: cover;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	padding: 2px 2px 2px 6px;
	margin-top: 0px;
}

.ui-accordion-header {
	background-image: url("/ases-kvbb/javax.faces.resource/images/navi_blau_schmal.gif.jsf?ln=ases&v=1_0");
	background-size: cover;
	background-repeat: repeat-x;
	color: white;
	font-weight: 400;
	font-size: 16px;
	padding: 2px 2px 2px 6px;
	margin-top: 0px;
}

.ui-accordion-content {
	padding-left: 0px !important;
	padding-right: 0px !important;
	background: #f3f3f3 !important;
}

.ases-aggregation-filter-value {
    float: right;
    color: rgb(0, 0, 0);
    display: inline;
    line-height: 16px;
    margin: 0px;
    width: 40px;
    text-align: right;
}

.ases-aggregation-filter-element-expand::before {
    color: #cc1d1c;
    font-family: "FontAwesome";
    content: "\f103";
}

.ases-aggregation-filter-element-collapse::before {
    color: #cc1d1c;
    font-family: "FontAwesome";
    content: "\f102";
}

.ases-aggregation-filter-element {
    width: 210px;
    padding: 0px 8px;
    background: #f3f3f3;
}



.ases-aggregation-filter-remove-label {
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

.ases-aggregation-filter-remove {
	color: #dc143c;
	width: 100%;
	margin-bottom: 8px;
	margin-top: 14px
}

.ases-aggregation-filter-remove-all {
	color: #808080;
	width: 100%;
	background: white !important;
}

.ases-aggregation-filter-remove-all-icon {
	color: #cc1d1c;
}

.ases-aggregation-filter-remove:hover,
	.ases-aggregation-filter-remove-all:hover {
	text-decoration: underline;
}

.ases-aggregation-filter-fetch-all {
	text-align: center;
	color: #808080;
}

.ases-aggregation-filter-fetch-all:hover {
	text-decoration: underline;
}

.ases-aggregation-therapieplatzdaten {
	padding: 0px;
}

.ases-aggregation-filter-therapieplatzdaten-check {
	float: left;
	margin-right: 5px;
}

.ases-aggregation-filter-therapieplatzdaten {
	white-space: normal;
}

.ases-aggregation-therapieverfahren {
	padding: 0px;
}

.ases-aggregation-filter-therapieverfahren-check {
	float: left;
	margin-right: 5px;
}

.ases-aggregation-filter-therapieverfahren {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: "...";
}

.ases-aggregation-termin {
	padding: 0px;
}

.ases-aggregation-barriere {
    padding: 0px;
    display: table;
}

.ases-aggregation-filter-element.ui-widget-content.ases-aggregation-filter-barriere-div {
  display: flex;
  height: fit-content;
}

.ases-aggregation-filter-element.ases-aggregation-barriere.ui-widget-content {
  width: 100%;
}

.ases-aggregation-therapieplaetze {
			 padding: 0px;
    display: table;
}

.ases-aggregation-filter-element.ases-aggregation-therapieplaetze.ui-widget-content {
  width: 100%;
}

.ases-aggregation-filter-key.ases-aggregation-filter-barriere {
  white-space: break-spaces;
  height: fit-content;
}

.ases-aggregation-filter-termin-check {
	float: left;
	margin-right: 5px;
}

.ases-aggregation-filter-termin {
	white-space: normal;
}

/* ############################################################################## */
.ases-arztliste {
	
}

.ases-arztliste-all-arzt-selected {
	float: left;
	margin-top: 12px;
	margin-left: 15px;
	margin-right: 10px;
}

.ases-arztliste-all-arzt-selected-cb {
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
}

.ases-arzt-eintrag {
	padding-top: 10px;
}

.ases-arzt-eintrag:hover {
	background: repeat rgba(79, 129, 189, 0.1);
}

.ases-arzt-eintrag .ui-widget-content {
	background: transparent;
}

.ases-arzt-eintrag .ui-state-active, .ases-arzt-eintrag .ui-widget-content .ui-state-active,
	.ases-arzt-eintrag .ui-widget-header .ui-state-active {
	background: #f3f3f3 !important;
}

.ases-arzt-eintrag .ui-tabs-selected {
	border-bottom-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.ases-arzt-eintrag .ui-state-default, .ases-arzt-eintrag .ui-widget-content .ui-state-default,
	.ases-arzt-eintrag .ui-widget-header .ui-state-default {
	background: transparent;
}

.ases-arzt-eintrag .ui-tabs .ui-tabs-navscroller {
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 0px !important;
}

.ases-arzt-eintrag .ui-tabs-panels {
	border-top-color: #6897e1;
	border-top-width: 0px;
	border-top-style: solid;
}

.ases-arzt-eintrag .ui-tabs .ui-tabs-nav {
	border-bottom-color: #6897e1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.ases-arzt-eintrag .ui-tabs .ui-tabs-nav li {
	/*border-bottom-width: 1px;*/
	
}

.ases-arzt-eintrag .ui-tabs .ui-tabs-navscroller-btn {
	margin-top: 20px;
}

.ases-arzt-eintrag-top-expand-container {
	margin-right: 10px;
}

.ases-arzt-eintrag-bottom-collapse-container {
	margin-right: 10px;
}

.ases-arzt-eintrag-top-expand, .ases-arzt-eintrag-bottom-collapse {
	width: 100%;
	text-align: center;
	color: #cc1d1c;
	border-bottom: 1px solid #cc1d1c;
}

.ases-arzt-eintrag-top-expand {
	clear: both;
}

.ases-arzt-eintrag-top-expanded {
	width: 100%;
	text-align: center;
	color: transparent;
	clear: both;
}

.ases-arzt-eintrag-selected-cb {
	margin-left: 10px;
	margin-top: 3px;
}

.ases-arzt-zeile {
	border: 0 0 1px 0 solid #324e85;
	margin-bottom: 0px;
}

.ases-arzt-name-fachgebiet {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 13px;
}

.ases-arzt-name-fachgebiet-icon {
	width: 40px;
	float: left;
}

.ases-arzt-name-text {
	font-weight: bold;
}

.ases-arzt-name-fachgebiet-text {
	display: inline-block;
	margin-left: 5px;
	color: #000000;
}

.ases-arzt-name-fachgebiet-text span {
	font-weight: bold;
	color: #003a79;
}

.ases-arzt-name-fachgebiet-text:hover {
	text-decoration: underline;
}

.ases-arzt-lanr-text {
	color: #000000;
}

.ases-arzt-lanr-text span {
	font-weight: bold;
	color: #003a79;
}

.ases-arzt-leistungsorte {
	float: left;
	width: 100%;
}

.ases-arzt-leistungsorte .ui-tabs .ui-tabs-panel {
	padding: 0px;
}

.ases-arzt-leistungsorte .ui-tabs .ui-tabs-nav li {
	padding-top: 0.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	min-height: 65px;
}

.ases-arzt-leistungsorte .ui-tabs .ui-tabs-nav li a {
	padding: 0px;
}

.ases-arzt-leistungsorte .ui-tabs .ui-tabs-nav li:focus,
	.ases-arzt-leistungsorte .ui-tabs .ui-tabs-nav li:visited {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: none;
	outline: none;
}

/* ############################################################################## */
.ases-arzt-zusatzinfos {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 30px;
	background: none;
}

/* ############################################################################## */
.ases-leistungsort {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 10px;
	background: none;
}

.ases-leistungsort-ctc {
	cursor: pointer;
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}

.ases-leistungsort-taetigkeit {
	margin-top: 1em;
}

.ases-leistungsort-export {
	float: right;
	position: relative;
	margin: 5px 0px -20px 0px;
	font-size: 0.8em;
	height: 1em;
	overflow-y: visible;
}

.ases-leistungsort-kontaktdaten {
	margin-top: 0px;
	width: 50%;
}

.ases-leistungsort-kontaktdaten-header {
	width: 100%;
}

.ases-leistungsort-kontaktdaten-header-icon {
	width: 30px;
	float: left;
	display: none;
}

.ases-leistungsort-kontaktdaten-header-text {
	/* margin-left: 40px;*/
	font-weight: bold;
	color: #003a79;
}

.ases-leistungsort-kapazitaeten-header-text {
	font-weight: bold;
	color: #94d562;
}

.ases-leistungsort-oeffnungszeiten {
	margin-top: 0px;
	margin-bottom: 1em;
	width: 50%;
}

/* #################################### Barrierefreiheit ########################################## */

.barrierefreiheit-info-big-header {
		font-size: 1.3em;
		font-weight: bold;
		padding-top: 10px;
}

.barrierefreiheit-info-small-header {
	font-weight: bold;
	padding-top: 10px;
}

.barrierefreiheit-info-missing-content {
 width: 450px;
 word-wrap: break-word;
}

.barrierefreiheit-info-missing-header {
	font-weight: bold;
	display: inline-block;
}

.barrierefreiheit-info-list-header {
	font-weight: bold;
	display: inline-block;
}

.barrierefreiheit-info-static-text {
	padding-top: 10px;
}

.ases-leistungsort-barrierefreiheit-header-text > .barrierefreiheit-info-button {
		border: none;
		top: -2px;
  right: 10px;
  color: #003a79;
}

.ases-leistungsort-barrierefreiheit-header-text > .barrierefreiheit-info-button > .ui-button-text {
 scale: 1.4;
 top: -2px;
}

.ases-leistungsort-barrierefreiheit-header-text {
	font-weight: bold;
	color: #003a79;
}


.ases-leistungsort-barrierefreiheit-header {
	width: 100%;
	margin-bottom: 1em;
}

.ases-dialog-barrierefreiheit {
	padding-top: 5px;
	float: left;
	padding-left: 1em;
}

.ases-leistungsort-barrierefreiheit-flex {
		display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 column-gap: 20px;
}

.ases-leistungsort-barrierefreiheit-dialog-flex {
		display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
}

.nopadding {
   padding: 0 !important;
}

.ases-leistungsort-barrierefreiheit {
	padding-top: 5px;
	display: flex;
	flex-direction: row;
	margin-top: 5px;
}

.ases-leistungsort-barrierefreiheit-dialog {
	padding-top: 5px;
	display: flex;
	flex-direction: row;
	margin-top: 5px;
}

.ases-leistungsort-barrierefreiheit-logo {
	display: inline-block;
}

.ases-leistungsort-barrierefreiheit-dialog-logo {
		display: inline-block;
		padding-top: 6px;
		padding-right: 5px;
}

@media only screen and (max-width: 600px) {
  .ases-leistungsort-barrierefreiheit-logo {
	   display: none;
  }
}

.ases-leistungsort-barrierefreiheit-text {
	display: inline-block;
	margin-top: -5px;
	margin-left: 5px;
}

.ases-leistungsort-barrierefreiheit-dialog-hinweis {
	width: 450px;
}

/* #################################### Barrierefreiheit Ende ########################################## */

.ases-oeff-tag {
	display: flex;
}

.ases-oeff-tag-name {
	display: flex;
	width: 80px;
}

.ases-oeff-tag>.ases-oeff-zeiten-list {
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
}

.ases-oeff-zeit {
	float: left;
	max-width: 7em;
}

.ases-oeff-zeit-text {
	width: 60%;
	float: left;
}

.ases-leistungsort-oeffnungszeiten-header {
	display: inline-block;
	width: 100%;
}

.ases-oeff-block {
	width: 50%;
	float: left;
}

.ases-oeff-zusatzinfo {
	margin-bottom: 0;
}

.ases-leistungsort-oeffnungszeiten-header-icon {
	width: 30px;
	float: left;
	display: none;
}

.ases-leistungsort-oeffnungszeiten-header-text {
	/*margin-left: 40px;*/
	font-weight: bold;
	color: #003a79;
}

.ases-leistungsort-oeffnungszeiten-header-edit {
	float: right;
	margin-right: 5px;
	margin-top: -1em;
}

.ases-leistungsort-oeffnungszeiten-table {
	margin-left: -1px;
	margin-bottom: 10px;
	table-layout: fixed;
	width: 100%;
}

.ases-leistungsort-oz-table {
	width: 100%;
	text-align: center;
}

.ases-leistungsort-oz-table span {
	opacity: 1 !important;
}

.ases-leistungsort-oz-table>tbody>tr {
	text-align: left;
}

.ases-leistungsort-oz-table>thead>tr>th {
	padding: 3px 3px 3px 5px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/navi_blau_schmal.gif.jsf?ln=ases&v=1_0");
	background-size: cover;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0px;
}

.ases-leistungsort-oz-table>tbody>tr>td {
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-right: 1px;
	background-color: #F3F3F3;
	border: 1px solid #ffffff;
	height: 2em;
	text-align: center;
}

.ases-leistungsort-oz-table>tbody>tr>td .ui-inputmask {
	width: 40px;
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-right: 1px;
	height: 22px;
	margin-top: 0px;
}

.ases-leistungsort-oz-table>tbody>tr>td .ui-inputmask.error {
	border-color: red;
}

.oeffnungszeit-tag {
	padding: 7px;
	border: 1px solid rgba(0, 0, 0, 0);
	display: block;
	margin: 0 auto 5px;
	padding-right: 10px;
	width: 375px;
	float: none;
}

.ases-offzeiten-dialog-btn-group {
	display: inline-block;
	width: 353px;
}

.error-tag {
	background-color: rgba(204, 29, 28, 0.1);
	border: 1px solid #cc1d1c;
}

.error-zeitraum .ases-autocomplete-time>input {
	border-color: #cc1d1c;
}

.input-group-zeitraum {
	display: inline-block;
}

.error-datum {
	background-color: rgba(204, 29, 28, 0.1);
	border-color: #cc1d1c;
	border: 1px solid #cc1d1c;
}

.error-zeitraum .fa {
	color: #cc1d1c;
	float: left;
	font-size: 16px;
	margin-left: 10px;
	padding-top: 6px;
}

.oeffnungszeit-tag-header {
	font-weight: bold;
	padding-bottom: 5px;
}

.oeffnungszeit-tag-header .fa {
	margin-left: 10px;
}

.error-tag>.oeffnungszeit-tag-header {
	color: #cc1d1c;
}

.error-zeitraum .ases-sprechzeiten-ZusatzinfoChooser, .error-zeitraum .ases-autocomplete-time
	{
	border: 1px 0px solid;
	border-color: #cc1d1c !important;
}

.ases-leistungsort-oz-table>tbody>tr>td .ui-selectonemenu {
	width: 100%;
	min-width: 100px;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-right: 1px;
	height: 22px;
	margin-top: 3px;
}

.ases-leistungsort-oz-table>tbody>tr>td .ui-selectonemenu-label {
	padding-top: 1px;
}

.ases-lo-sz {
	margin-top: 0px;
}

.ases-lo-sz-header {
	width: 100%;
}

.ases-lo-sz-header-icon {
	width: 30px;
	float: left;
	display: none;
}

.ases-lo-sz-header-text::before {
	content: "\f0f0";
	font-family: FontAwesome;
	padding-right: 0px;
}

.ases-lo-sz-header-text {
	/*margin-left: 40px;*/
	font-weight: bold;
	color: #003a79;
	margin-top: 1em;
}

.ases-lo-sz-no-info {
	padding-top: 5px;
}

.ases-lo-sz-no-info-ft {
	padding-top: 5px;
	color: #cc1d1c;
}

.ases-lo-abw-ver {
	float: left;
	clear: both;
	margin-bottom: 0.5em;
}

.abw-option-typ-rb-label {
	padding: 4px;
	margin-right: 4px;
	float: left;
}

.abw-option-typ-rb-label:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.abw-radio-button {
	float: left;
}

.ases-dialog-input-breit>.ui-radiobutton {
	float: left;
}

.ases-lo-abw-serie-icon {
	padding-top: 3px;
	float: left;
	margin-left: 0.5em;
}

.ases-lo-abw-subheader-text {
	font-weight: bold;
	color: #003a79;
	margin-top: 1em;
	float: left;
}

.ases-lo-sz-abw-kove {
	padding-top: 5px;
}

.ases-lo-sz-abw-kove>div {
	color: #cc1d1c;
	padding-bottom: 5px;
	font-weight: bold;
}

.ases-lo-sz-abw-kove a {
	color: #003a79 !important;
}

.ases-lo-sz-abw-kove a:hover {
	color: #003a79 !important;
	text-decoration: underline;
}

.ases-lo-sz-abw-viep {
	padding-top: 5px;
}

.ases-lo-te-header {
	width: 100%;
}

.ases-lo-te-header-text::before {
	content: "\f095";
	font-family: FontAwesome;
	padding-right: 5px;
}

.ases-lo-te-header-text {
	/*margin-left: 40px;*/
	font-weight: bold;
	color: #003a79;
	margin-top: 1em;
}

.ases-lo-sz-day {
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-right: 5px;
}

.ases-lo-te-day {
	float: left;
	/* width: 50%; */
	padding-top: 5px;
	padding-left: 5px;
}

.ases-lo-abw-day {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
}

.ases-lo-kap {
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-right: 5px;
}

.ases-lo-kap-edit {
	float: right;
}

.ases-lo-sz-day-entry {
	padding-top: 5px;
	padding-left: 0px;
}

.ases-lo-sz-day-entry-day {
	width: 31px;
	display: inline-block;
}

.ases-lo-sz-day-entry span {
	margin-left: 7px;
}

.ases-lo-te-day-entry {
	padding-top: 5px;
	padding-left: 0px;
}

.ases-lo-te-day-entry-day {
	width: 31px;
	display: inline-block;
}

.ases-lo-oeff-day-entry-day {
	width: 31px;
	display: inline-block;
	margin: 0px;
}

.ases-lo-te-day-entry span {
	
}

.ases-lo-abw-header {
	width: 100%;
}

.ases-lo-abw-header-icon {
	width: 30px;
	float: left;
	display: none;
}

.ases-lo-abw-header-text::before {
	content: "\f0f2";
	font-family: FontAwesome;
	padding-right: 0.5em;
}

.ases-lo-abw-header-text {
	/*margin-left: 40px;*/
	font-weight: bold;
	color: #003a79;
	margin-top: 1em;
}

.ases-lo-abw-no-info {
	padding-top: 5px;
}

.ases-lo-abw-day-entry {
	padding-top: 5px;
	padding-left: 0px;
	clear: both;
	overflow: hidden;
}

.ases-lo-abw-day-entry-date {
	float: left;
}

.ases-lo-abw-edit {
	float: right;
	margin-right: 5px;
}

.ases-lo-kap-header {
	width: 100%;
}

.ases-lo-kap-header-text::before {
	content: "\f055";
	font-family: FontAwesome;
	padding-right: 0.5em;
}

.ases-lo-kap-header-text {
	font-weight: bold;
	color: #94d562;
	margin-top: 1em;
}

.ases-lo-kap-check {
	float: right;
	margin-right: 5px;
}

.ases-lo-k-sz {
	color: #cc1d1c;
	margin-top: 5px;
}

.ases-lo-sz-month {
	margin-left: 5px;
	margin-right: 5px;
}

.ases-lo-sz-month input {
	width: 100px;
}

.ases-lo-sz-month .ui-widget-content {
	color: #003a79 !important;
	font-weight: bold;
}

.ases-lo-sz-month .hasDatepicker {
	width: 0px;
	border: 0px;
}

.ases-lo-sz-month .hasDatepicker:focus {
	color: transparent;
	cursor: pointer;
}

.ases-lo-sz-month .ui-datepicker-trigger {
	padding: 0px;
	float: right;
	margin-top: 3px;
	border: none;
	height: 24px;
}

.ases-lo-sz-month .ui-datepicker-trigger .ui-icon-calendar {
	background: none;
}

.ases-lo-sz-month .ui-datepicker-trigger::before {
	color: #003a79;
	font-family: "FontAwesome";
	font-size: 18px;
	margin-top: 2px;
	content: "\f073";
}

.ases-lo-sz-month a:hover {
	text-decoration: underline;
}

.fc-event {
	background: none !important;
}

.fc-bg {
	opacity: 0.65 !important;
}

.ases-lo-sz-dialog-header-link {
	font-size: 18px;
	color: #003a79;
	height: 25px;
	text-align: center;
}

.ases-lo-sz-dialog-header-link>a, .ases-lo-sz-dialog-header-link>span {
	margin-right: 3px;
	border: 1px solid #6897e1;
	padding-top: 5px;
	padding-left: 36px;
	padding-bottom: 5px;
	padding-right: 36px;
	background-color: #ffffff;
	color: #003A79 !important;
}

.ases-lo-sz-dialog-header-link>a.selected,
	.ases-lo-sz-dialog-header-link>span.selected {
	background-color: #003A79;
	color: #ffffff !important;
}

.ases-lo-sz-dialog-header-link>a:hover {
	text-decoration: none;
}

.ases-leistungsort-ft-header {
	width: 100%;
	margin-top: 1em;
}

.ases-leistungsort-ft-header-icon {
	width: 30px;
	float: left;
	display: none;
}

.ases-leistungsort-ft-header-text {
	/*margin-left: 40px;*/
	font-weight: bold;
	color: #003a79;
}

.ases-leistungsort-ft-header-edit {
	float: right;
	margin-top: -2em;
	margin-right: 0px;
}

.ases-leistungsort-ft-action-buttons {
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

.ases-leistungsort-ft-table {
	width: 100%;
	text-align: center;
}

.ases-leistungsort-ft-table span {
	opacity: 1 !important;
}

.ases-leistungsort-ft-table>tbody>tr {
	text-align: left;
}

.ases-leistungsort-ft-table>thead>tr>th {
	vertical-align: top;
	padding: 3px 3px 3px 5px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/navi_blau_schmal.gif.jsf?ln=ases&v=1_0");
	background-size: cover;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0px;
}

.ases-leistungsort-ft-table>tbody>tr>td {
	vertical-align: top;
	padding: 3px 3px 3px 5px;
	background-color: #F3F3F3;
	border: 1px solid #ffffff;
	height: 2em;
}

.ases-leistungsort-ft-hint {
	font-size: 8pt;
}

.ases-leistungsort-ft-sitz {
	text-align: center;
	width: 70px;
}

.ases-leistungsort-ft-sitz .ui-inputfield {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	width: 60px;
}

.ases-leistungsort-tab {
	white-space: nowrap;
	width: 183px;
}

.ases-leistungsort-tab-marker {
	width: 18px;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 32px;
}

.ases-leistungsort-tab-marker-icon {
	width: 18px;
	height: 30px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/marker.svg.jsf?ln=ases&v=1_0");
	background-size: cover;
}

.ases-leistungsort-tab-marker-text {
	top: -29px;
	position: relative;
	color: white;
	font-size: 12pt;
	text-align: center;
	width: 18px;
	height: 0px;
}

.ases-leistungsort-tab-text {
	height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ases-leistungsort-tab-text-content {
	float: left;
	overflow: hidden;
	cursor: pointer;
	width: 165px;
}

.ases-leistungsort-tab-text-content>a>pre {
	overflow: hidden;
}

.ases-leistungsort-tab-text-content:hover {
	text-decoration: underline;
}

.ases-leistungsort-tab-dist {
	float: left;
}

.ases-leistungsort-tab-bsnr {
	color: #000000;
}

.ases-leistungsort-tab-bsnr span span {
	font-weight: bold;
	color: #003a79;
}

.ases-leistungsort-tab-map-text {
	margin-left: 4px;
	float: left;
}

.ases-leistungsort-ueberweisung-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 25px;
}

.ases-leistungsort-sz-all {
	float: right;
	margin-top: 0px;
	text-align: right;
}

.ases-leistungsort-sz {
	color: green;
}

.ases-leistungsort-k-sz {
	color: #cc1d1c;
}

.scheduleModalDialog>.ui-widget-content {
	background: white;
}

.ases-info-table {
	border: none;
	width: 100%;
}

.ases-info-table tr td {
	border: none !important;
	width: 50% !important;
	padding: 1px !important;
}

.ases-info-window {
	width: 220px;
	height: auto;
	max-height: 220px;
	overflow: auto;
}

.ases-info-window h3 {
	font-size: 1.2em;
	margin: 0px;
}

.ases-info-window h4 {
	font-size: 1em;
	margin: 0px;
}

.ases-info-window li {
	border-bottom: 1px solid;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	list-style-type: none;
}

.ases-info-window li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.ases-info-window .sz {
	color: green;
}

.ases-info-window .k-sz {
	color: #cc1d1c;
}

.ases-export-details {
	float: right;
}

.ases-info-window ul {
	padding: 0px;
}

/*###############################################################################*/
.ases-sprechzeiten-InputField {
	width: 60px;
	float: left;
}

.ases-sprechzeiten-InputField>input {
	width: 100%;
}

.ases-sprechzeiten-ZusatzinfoChooser {
	margin-left: 10px;
	float: left;
	width: 180px !important;
}

#oeffnungszeitenDialogForm\:date-set-select_panel.ui-selectonemenu-panel .ui-widget-content .ui-state-highlight
	{
	font-weight: bold;
}

#oeffnungszeitenDialogForm\:date-set-select_panel.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper
	{
	width: 210px;
	max-height: 132px;
}

.ases-sprechzeiten-SprechzeitSetChooser {
	margin-left: 10px;
	width: 210px;
}

.disable-dialog-scrollbar>.ui-dialog-content {
	overflow: hidden !important;
}

.xy-dialog-scrollbar>.ui-dialog-content {
	overflow: scroll !important;
}

.ases-dialog-zeitfenster-leeren {
	text-decoration: underline;
}

.exclamation-circle-padding-left {
	padding-left: 9px;
	color: #cc1d1c;
}

.ases-dialog-mitte {
	display: inline-block;
	float: left !important;
	padding-bottom: 30px;
	padding-top: 9px;
	padding-left: 2px;
}

.ases-dialog-linksunten {
	display: inline-block;
	padding-left: 25px;
}

.ases-dialog-links {
	display: inline-block;
	padding-left: 25px;
	padding-right: 45px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ases-dialog-rechts {
	display: inline-block;
	float: right;
	padding-right: 57px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ases-dialog-erstezeile {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.ases-dialog-zweitezeile {
	margin-bottom: 10px;
}

.ases-dialog-selectabwesenheitsset-button {
	top: -4px;
	position: relative;
	right: -3px;
}

.ases-dialog-calendar {
	float: left;
	margin-bottom: 10px;
	height: 30px;
}

.ases-dialog-Sprezeiten-gultig {
	float: right;
	background-color: blue;
}

.ases-dialog-input.ases-teSerien-InputField, .ui-inputtext.ases-teSerien-InputField
	{
	width: 60px;
}

.ui-datatable.ases-te-data-table {
	width: 50%;
}

.ui-datatable.ases-oeff-data-table {
}

.terminart {
  display: inline-block;
}

.oeff-inline-block {
	display: inline-block;
}

.ui-datatable.ases-te-data-table thead th, .ui-datatable.ases-te-data-table tbody,
	.ui-datatable.ases-te-data-table tbody tr, .ui-datatable.ases-te-data-table tbody td
	{
	border-style: none;
	padding: 0px;
	vertical-align: top;
}

.ui-datatable.ases-oeff-data-table thead th, .ui-datatable.ases-oeff-data-table tbody,
	.ui-datatable.ases-oeff-data-table tbody tr, .ui-datatable.ases-oeff-data-table tbody td
	{
	border-style: none;
	padding: 0px;
	vertical-align: top;
}

.ases-te-data-table-day {
	width: 10%;
}

.ases-te-data-table-te-time {

}

.ases-te-data-table-te-time>label {
	margin-bottom: 0rem;
}

.ases-dialog-input .ui-inputtext.dialog-abw-inputshort {
	width: 3em;
}

.ases-dialog-input .ui-selectonemenu.dialog-abw-input-monatstage-1 {
	width: 6em;
	margin-right: 0.25em;
}

.ases-dialog-input .ui-selectonemenu.dialog-abw-input-monatstage-2 {
	width: 8em;
	margin-right: 0.25em;
}

.ases-dialog-input .ui-selectonemenu {
	float: left;
}

.ases-dialog-input-breit {
	width: calc(100% - 10em);
}

.ases-abw-dialog-serie-weeks {
	width: 4em;
}

/* ############################################################################## */
/* # PF Einstellungen                                                           # */
/* ############################################################################## */
.ui-widget {
	font-family: Helvetica, Verdana, Arial !important;
	font-size: 1em !important;
}

.ui-widget-header {
	background: inherit !important;
	color: inherit !important;
}

.ui-widget-content {
	color: #000000 !important;
}

.ui-widget-content a {
	color: #003a79 !important;
}

.ui-selectonemenu-items {
	background-color: white;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
	width: 24px;
}

.ui-datepicker-prev .ui-icon {
	background-image: url("/ases-kvbb/javax.faces.resource/images/cal_prev.svg.jsf?ln=ases&v=1_0");
	background-size: 15px 15px;
	background-position: 0px 0px;
}

.ui-datepicker-next .ui-icon {
	background-image: url("/ases-kvbb/javax.faces.resource/images/cal_next.svg.jsf?ln=ases&v=1_0");
	background-size: 15px 15px;
	background-position: 0px 0px;
}

.ui-selectonemenu-panel .ui-state-highlight, .ui-selectonemenu-panel .ui-widget-content .ui-state-highlight,
	.ui-selectonemenu-panel .ui-widget-header .ui-state-highlight,
	.ui-autocomplete-list .ui-state-highlight, .ui-autocomplete-list .ui-widget-content .ui-state-highlight,
	.ui-autocomplete-list .ui-widget-header .ui-state-highlight,
	.ui-autocomplete-table .ui-state-highlight, .ui-autocomplete-table .ui-widget-content .ui-state-highlight,
	.ui-autocomplete-table .ui-widget-header .ui-state-highlight {
	border: 1px solid #4F81BD;
	background-image: none;
	background-color: #003a79;
	color: #ffffff !important;
}

.ui-dialog {
	margin-top: 10px;
}

.ui-dialog .ui-dialog-titlebar {
	background-image: url("/ases-kvbb/javax.faces.resource/images/navi_blau_schmal.gif.jsf?ln=ases&v=1_0")
		!important;
	color: #ffffff !important;
	padding-top: 1px;
	padding-bottom: 0px;
	height: 20px;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: right;
}

.ui-dialog .ui-dialog-title {
	margin: -5px !important;
}

.ui-dialog .ui-dialog-content {
	padding-top: 1em;
	max-height: 90vh;
	width: 100%;
}

.ui-messages-info-summary, .ui-messages-warn-summary,
	.ui-messages-error-summary, .ui-messages-fatal-summary {
	margin-left: 0px;
	font-weight: bold;
}

.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

.ui-paginator-first.ui-state-default.ui-corner-all:before {
	content: "\f048" !important;
	font-family: FontAwesome !important;
	color: #6AB023 !important;
	display: none;
}

.ui-paginator-prev.ui-state-default.ui-corner-all:before {
	content: "\f04a" !important;
	font-family: FontAwesome !important;
	color: #6AB023 !important;
	display: none;
}

.ui-paginator-next.ui-state-default.ui-corner-all:before {
	content: "\f04e" !important;
	font-family: FontAwesome !important;
	color: #6AB023 !important;
	display: none;
}

.ui-paginator-last.ui-state-default.ui-corner-all:before {
	content: "\f051" !important;
	font-family: FontAwesome !important;
	color: #6AB023 !important;
	display: none;
}

/* ############################################################################## */
/* # KV spezifische Einstellungen                                               # */
/* ############################################################################## */
.imp:hover {
	text-decoration: underline;
	color: #808080;
}

.imp {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.imp_user:hover {
	text-decoration: none;
}

.kvbbheader {
	width: 960px;
	margin: 0 auto;
	background-color: white;
	text-align: left;
	text-size: 11px;
	color: black;
	padding-bottom: 25px;
}

.logo {
	float: left;
	width: 319px;
	height: 96px;
	padding: 6px 0;
	box-sizing: content-box;
}

.navi_service {
	float: right;
	width: 600px;
	text-align: right;
	padding-top: 5px;
	color: #808080;
	font-size: 11px;
	line-height: 20px;
}

.navi_service a {
	color: #808080;
	font-size: 12px;
}

.feeds {
	float: right;
	margin-top: 60px;
	text-align: right;
	width: 600px;
	font-size: 12px;
	line-height: 20px;
}

.feeds a {
	color: #808080;
	font-size: 12px;
}

.feeds a.imp {
	margin-right: 10px;
}

.feeds a img {
	margin-right: 1px;
	margin-left: 1px;
}

.mainCategory {
	clear: both;
	width: 100%;
	height: 26px;
	background-image: url("/ases-kvbb/javax.faces.resource/images/navi_oben.gif.jsf?ln=ases&v=1_0");
}

.mainCategory a {
	color: white;
	font-size: 14px;
	font-weigt: normal;
	text-align: center;
	text-decoration: none;
}

.mainCategory a:hover {
	text-decoration: underline;
}

.navi0 {
	color: white;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	vertical-align: middle;
}

.navi0 a {
	padding: 0 14px 0 11px;
}

.navi0:hover {
	background-image: url("/ases-kvbb/javax.faces.resource/images/navi_oben_select.gif.jsf?ln=ases&v=1_0");
}

.navi0 a:hover {
	text-decoration: underline;
	color: white;
}

.navi0sel {
	line-height: 16px;
	vertical-align: middle;
	background-image: url("/ases-kvbb/javax.faces.resource/images/navi_oben_select.gif.jsf?ln=ases&v=1_0");
}

.navi0sel a {
	font-size: 14px;
	color: white;
	font-weight: normal;
	padding: 0 14px 0 11px;
}

.navi0sel a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: white;
}

.error-color {
	color: #cc1d1c;
}

.ui-messages-error {
	background-color: rgba(204, 29, 28, 0.1);
	border: 1px solid #cc1d1c;
	color: #cc1d1c;
	display: flex;
}

.ui-messages-error>ul {
	margin: 0px 15px;
	font-weight: normal;
	display: block;
}

.ases-oeff-validation-messages {
	list-style: none;
	color: #cc1d1c;
	margin: 1px;
	padding: 3px;
}

.zeitraum-line {
	margin-bottom: 3px;
}

.ui-messages-error>ul>li>span {
	font-weight: normal !important;
	display: inline-block;
}

.ui-messages-error>ul>li {
	margin-bottom: 10px;
}

.ui-messages-error>ul>li:LAST-CHILD {
	margin-bottom: 0px;
}

.ui-messages-error>.ui-messages-error-icon {
	background-image: none;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
}

.ui-messages-error>.ui-messages-error-icon:BEFORE {
	content: "\f06a";
}

/* ############################################################################## */
/* # Aerztlicher Bereitschaftsdienst                                            # */
/* ############################################################################## */
.ases-abdlogo-container {
	width: 440px;
	margin-top: 25px;
}

.ases-abd-logo-large > img {
	width: 400px;
	height: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ases-abd-logo-small > img {
	width: 64px;
	height: 40px;
	float: left;
}

.ases-sprechstunden-text {
	float: right;
	overflow: hidden;
}

.ases-abdlogo-container-small {
	overflow: hidden;
}

/* ############################################################################## */
/* # Wochenkalender                                                       		# */
/* ############################################################################## */
.ases-lo-sz-agenda-footer {
	float: right;
	padding-top: 2px;
	text-align: right;
	font-size: smaller;
}

.ases-lo-sz-agenda-f, .ases-lo-sz-agenda-abw {
	/* Feiertag */
	background-color: #f3f3f3 !important;
}

.fc-slats>table>tbody>tr>.fc-time>span {
	color: black;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody,
	.fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed 
.fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view,
	.fc-unthemed .fc-list-heading td {
	border-color: black !important;
}

.fc-time-grid>.fc-slats>table>tbody>tr {
	height: 1.9em;
}

.fc-timeGridWeek-view>table>.fc-body>tr>.fc-widget-content>.fc-day-grid
	{
	height: 1.9em;
}

.fc-timeGridWeek-view>table>.fc-body>tr>.fc-widget-content>.fc-day-grid>.fc-row>.fc-bg
	{
	height: 1.9em;
}

.ases-lo-sz-agenda .fc-time-grid-container {
	cursor: url(""), pointer;
}

.scheduleModalDialog .ases-lo-sz-agenda .fc-time-grid-container {
	cursor: default;
}

.ases-weeknavigation>* {
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-top: 5px
}

.ases-weeknavigation>a:first-child {
	margin-left: 0px;
}

.ases-weeknavigation>div:last-child {
	margin-left: 0px;
	margin-top: 0px;
}

.ases-lo-sz-agenda-header {
	height: 30px;
	width: 100%;
}

.ases-lo-sz-agenda-header-edit {
	float: right;
	margin-right: 0px;
	margin-top: 3px;
}

.ases-lo-sz-agenda-header-text {
	float: left;
	margin-top: 2px;
	font-weight: bold;
	color: #333333;
}

.ases-lo-sz-agenda-header button {
	float: left;
	padding-right: 10px;
	margin-top: 5px;
}

.ases-lo-sz-agenda-heute-text:hover {
	text-decoration: underline;
}

.ases-lo-sz-agenda-heute-text {
	font-weight: bold;
	color: #333333;
}

.ases-lo-sz-agenda-legende {
	line-height: 12px;
	font-size: 10px;
	margin-top: 3px;
}

.legende-item {
		overflow: hidden;
		float: left;
		margin-right: 8px;
		margin-top: 2px;
}

.legende-text {
	height: 15px;
	float: left;
	line-height: 15px;
	margin-left: 2px;
}

.legende-color {
	height: 15px;
	width: 7px;
	float: left;
}

.ases-lo-sz-agenda .fc-week .fc-axis span {
	display: none;
}

.ases-lo-sz-agenda .fc-mon-selected.fc td.fc-mon, .ases-lo-sz-agenda .fc-tue-selected.fc td.fc-tue,
	.ases-lo-sz-agenda .fc-wed-selected.fc td.fc-wed, .ases-lo-sz-agenda .fc-thu-selected.fc td.fc-thu,
	.ases-lo-sz-agenda .fc-fri-selected.fc td.fc-fri, .ases-lo-sz-agenda .fc-sat-selected.fc td.fc-sat,
	.ases-lo-sz-agenda .fc-sun-selected.fc td.fc-sun {
	background-color: #003A79 !important;
	background-image: none;
}

.ases-lo-sz-agenda .fc-mon-holiday.fc td.fc-mon, .ases-lo-sz-agenda .fc-tue-holiday.fc td.fc-tue,
	.ases-lo-sz-agenda .fc-wed-holiday.fc td.fc-wed, .ases-lo-sz-agenda .fc-thu-holiday.fc td.fc-thu,
	.ases-lo-sz-agenda .fc-fri-holiday.fc td.fc-fri, .ases-lo-sz-agenda .fc-sat-holiday.fc td.fc-sat,
	.ases-lo-sz-agenda .fc-sun-holiday.fc td.fc-sun {
	background-color: #cccccc !important;
	background-image: none;
}

.ases-lo-sz-agenda-sz.fc-event, .ases-lo-sz-agenda-sz-akut.fc-event,
	.ases-lo-sz-agenda-sz-hausb.fc-event, .ases-lo-sz-agenda-te.fc-event,
	.ases-lo-sz-agenda-sz-f.fc-event, .ases-lo-sz-agenda-te-f.fc-event,
	.ases-lo-sz-agenda-sz-termi.fc-event, .ases-lo-sz-agenda-sz-op.fc-event,
	.ases-lo-sz-agenda-sz-verein.fc-event
	.ases-lo-sz-agenda-sz-psyb.fc-event {
	border-color: black;
	border-width: 1px;
}

.ases-lo-sz-agenda .fc-view thead tr td {
	color: #ffffff !important;
	background: #003A79 !important;
	border-color: black;
}

.ases-lo-sz-agenda .fc-day-header.fc-mon::before {
	content: "Mo ";
}

.ases-lo-sz-agenda .fc-day-header.fc-tue::before {
	content: "Di ";
}

.ases-lo-sz-agenda .fc-day-header.fc-wed::before {
	content: "Mi ";
}

.ases-lo-sz-agenda .fc-day-header.fc-thu::before {
	content: "Do ";
}

.ases-lo-sz-agenda .fc-day-header.fc-fri::before {
	content: "Fr ";
}

.ases-lo-sz-agenda .fc-day-header.fc-sat::before {
	content: "Sa ";
}

.ases-lo-sz-agenda .fc-day-header.fc-sun::before {
	content: "So ";
}

.ases-lo-sz-agenda .fc-slats td {
	height: 1.9em;
	vertical-align: top;
}

.ases-lo-sz-agenda {
	margin-top: 1em;
}

.ases-lo-sz-agenda .fc {
	width: 100%;
	color: #003a79;
}

.ases-lo-sz-agenda .fc hr {
	border-top-width: 0px;
	padding-bottom: 0px;
}

.ases-lo-sz-agenda-sz.fc-event {
	background-color: #94d562 !important;
	opacity: 0.6 !important;
}

.ases-lo-sz-agenda-sz-offen.fc-event {
	background-color: #41f1fa !important;
	opacity: 0.6 !important;
}

.ases-lo-sz-agenda-sz-offen-pt.fc-event {
	background-color: #067517 !important;
	opacity: 0.6 !important;
}

.ases-lo-sz-agenda-sz.fc-event {
    background-color: #94d562 !important;
    opacity: 0.6 !important;
    /* text-align: center; */
}

.ases-lo-sz-agenda-sz-akut.fc-event {
    /* Akutsprechstunde */
    background-color: #e03131 !important;
    opacity: 0.6 !important;
    text-align: center;
}

.ases-lo-sz-agenda-sz-hausb.fc-event {
    /* Haus-/Heimbesuche */
    background-color: #F08C00 !important;
    opacity: 0.6 !important;
    text-align: center;
}

.ases-lo-sz-agenda-sz-op.fc-event {
    /* OP */
    background-color: #329af0 !important;
    opacity: 0.6 !important;
    text-align: center;
}

.ases-lo-sz-agenda-sz-termi.fc-event {
    /* Terminsprechstunde / n. Vereinbarung */
    background-color: #fcc419 !important;
    opacity: 0.6 !important;
    text-align: center;
}

.ases-lo-sz-agenda-sz-verein.fc-event {
    /* Terminsprechstunde / n. Vereinbarung */
    background-color: #ffb5c6 !important;
    opacity: 0.6 !important;
    text-align: center;
}

.ases-lo-sz-agenda-te.fc-event {
	background-color: #16048a !important;
	opacity: 0.6 !important;
}

.ases-lo-sz-agenda-sz-f.fc-event {
	/* Feiertag */
	background-color: #ACB5C0 !important;
	opacity: 1 !important;
	text-align: center;
}

.ases-lo-sz-agenda-sz-abw.fc-event {
	/* Feiertag */
	background-color: #ACB5C0 !important;
	opacity: 1 !important;
	text-align: center;
}

.ases-lo-sz-agenda-abw {
	background-color: #f3f3f3 !important;
}

.ases-lo-sz-agenda-abw .fc-title::before {
	content: "\f0f2";
	font-family: FontAwesome;
	color: #cc1d1c;
	display: inline-block;
	position: relative;
	left: calc(50% - 8px);
}

.ases-lo-sz-agenda .fc-mon-away.fc td.fc-mon, .ases-lo-sz-agenda .fc-tue-away.fc td.fc-tue,
	.ases-lo-sz-agenda .fc-wed-away.fc td.fc-wed, .ases-lo-sz-agenda .fc-thu-away.fc td.fc-thu,
	.ases-lo-sz-agenda .fc-fri-away.fc td.fc-fri, .ases-lo-sz-agenda .fc-sat-away.fc td.fc-sat,
	.ases-lo-sz-agenda .fc-sun-away.fc td.fc-sun {
	background-color: #666666 !important;
	background-image: none;
	opacity: 0.75 !important;
}

.ases-lo-sz-agenda-sz-f.fc-event, .ases-lo-sz-agenda-sz-offen.fc-event,
	.ases-lo-sz-agenda-sz.fc-event, .ases-lo-sz-agenda-te-f.fc-event,
	.ases-lo-sz-agenda-te.fc-event, .ases-lo-sz-agenda-sz-offen-pt.fc-event {
	border-color: black;
	border-width: 1px;
}


.ases-lo-sz-agenda-sz-hausb .fc-content,
.ases-lo-sz-agenda-sz-termi .fc-content,
.ases-lo-sz-agenda-sz-verein .fc-content,
.ases-lo-sz-agenda-sz-akut .fc-content,
.ases-lo-sz-agenda-sz-op .fc-content,
.ases-lo-sz-agenda-sz .fc-content, .ases-lo-sz-agenda-sz-abw .fc-content,
	.ases-lo-sz-agenda-sz-f .fc-content, .ases-lo-sz-agenda-sz-offen .fc-content,
	.ases-lo-sz-agenda-sz-offen-pt .fc-content,
	.ases-lo-sz-agenda-te .fc-content, .ases-lo-sz-agenda-te-abw .fc-content,
	.ases-lo-sz-agenda-te-f .fc-content {
	display: none;
}

.ases-pflege-plausi-fehler {
	color: red;
}

/* ############################################################################## */
/* # Druck Einstellungen                                                        # */
/* ############################################################################## */
@media print {
	.ms-route-button-panel {
		display: none;
	}
	.navi_service {
		display: none;
	}
	.feeds {
		display: none;
	}
	.mainCategory {
		display: none;
	}
	.ases-route-button-panel {
		display: none;
	}
	.ases-routenplaner-print {
		display: none;
	}
	.ms-route-button-panel {
		display: none;
	}
	.ms-route-from-label, .ms-route-to-label {
		display: none;
	}
	.ases-routenplaner-print {
		display: none;
	}
	.ms-route-from-input, .ms-route-to-input {
		height: 35px;
		float: left;
		width: 100%;
	}
	.ms-route-maps-container {
		margin-top: 60px;
	}
	.ms-route-from-input>input, .ms-route-to-input>input {
		width: 100%;
	}
	.ms-route-overview-map {
		width: 100%;
		float: none;
	}
	.ms-route-direction {
		width: 100%;
		float: none;
		overflow: inherit;
		margin-top: 100px;
	}
	.ms-route-maps-container {
		position: relative;
		width: 870px;
		height: 500px;
		margin: 0px auto 00px auto;
		padding-top: 40px;
	}
	.ms-route-container {
		position: relative;
		width: 870px;
		height: 100px;
		background-color: #ffffff;
		margin: 0px auto 00px auto;
	}
}
/* ############################################################################## */
/* # MaplibreGl Popups                                                          # */
/* ############################################################################## */

.mapboxgl-popup, .maplibregl-popup {
    max-height: 200px;
}

.mapboxgl-popup-content, .maplibregl-popup-content {
    overflow: auto;
}