
@import url(../thirdparty/font-awesome/v5.0.8/main/fontawesome-all.min.css);

@font-face {
    font-family: Gilroy;
	src: url("../fonts/Radomir Tinkov - Gilroy-Regular.otf") format("opentype"),
	     url("../fonts/Radomir Tinkov - Gilroy-Regular.woff2") format("woff2"),
	     url("../fonts/Radomir Tinkov - Gilroy-Regular.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: Gilroy;
	src: url("../fonts/Radomir Tinkov - Gilroy-SemiBold.otf") format("opentype"),
	     url("../fonts/Radomir Tinkov - Gilroy-SemiBold.woff2") format("woff2"),
	     url("../fonts/Radomir Tinkov - Gilroy-SemiBold.woff") format("woff"),
	     url("../fonts/Radomir Tinkov - Gilroy-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

@font-face {
    font-family: Gilroy;
	src: url("../fonts/Radomir Tinkov - Gilroy-Light.otf") format("opentype"),
	     url("../fonts/Radomir Tinkov - Gilroy-Light.woff2") format("woff2"),
	     url("../fonts/Radomir Tinkov - Gilroy-Light.woff") format("woff"),
	     url("../fonts/Radomir Tinkov - Gilroy-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
}


body {
    background-color: #f0f6fb;
    padding: 0;
    position: relative;
    text-align: center;
	font-family: Gilroy;
    font-size: 84.9%;
    font-weight: normal;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    color: #258BF5;
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-size: 40px;
    line-height: 50px;
}

h4 {
    font-size: 30px;
    line-height: 36px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

.small {
    font-size: 12px;
    line-height: 14px;
}

a {
     font-weight: bold;
     font-size: 15px;
     color: #1665CE;   
     text-decoration: none;
}

a:hover {
    color: #40ECB8;
}

.secondary-button {
    padding: 10px;
    background: #DFEEFE;
    font-weight: bold;
    font-size: 14px;
    color: #1665CE;
    border-radius: 25px;
    display: inline-block;
	border:none;
	outline: none;
	cursor: pointer;
}

.secondary-button:hover {
    background: #40ECB8;
    color: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(64, 236, 184, 0.35);
}

table tr td:last-child {
    background: #FFFFFF;
} 

input[type="text"] {
    height: 21px;
}
#search_box_title_top {
    height: 0px;
    width: 972px;
}

#search_box_title_center {
    height: 30px;
    width: 972px;
    font-size: 17px;
    Color: #FFFFFF;
    padding: 10px 20px 0px 20px;
    background: #5CA8F8;
}

#search_box_title_mpn {
    font-weight: bold;
}

#search_box_right_EMR a {
    color: #FFFFFF;
}

#search_box_title_bottom {
    height: 10px;
}

.x-form-field {
	position: relative;
	height: 50px;
}

	/* INPUT */
	.x-form-field.x-textbox input[type="text"] {
		border: none;
		border-bottom: 1px solid #A4b0AB;
		outline: none;
		padding: 0 0 5px 0;
		width: 100%;
		background: transparent;
		font-size: 17px;
		font-family: Gilroy;
	}

	.x-form-field.x-textbox input[type="text"]:active,
	.x-form-field input[type="text"]:focus {
		border-bottom: 1px solid #40ECB8;
	}

	.x-form-field.x-textbox input[type="text"] ~ p.small {
		color: #1665CE;
		font-size: 14px;
		position: absolute;
		transform: translate3d(0, -36px, 0);
		transition: all 0.25s
	}

	.x-form-field.x-textbox input[type="text"]:not([value=""]) ~ p.small,
	.x-form-field.x-textbox input[type="text"]:active ~ p.small,
	.x-form-field.x-textbox input[type="text"]:focus ~ p.small {
		transform: translate3d(0, -10px, 0);	
	}

	.x-form-field.x-textbox input[type="text"] ~ i  {
		position: absolute;
		right: 0;
		top: 1px;
		display: none;
	}

	.x-form-field.x-textbox.error input[type="text"] ~ i.fa-exclamation-circle  {
		color: #E96875;
		display: block;
	}

	.x-form-field.x-textbox.success input[type="text"] ~ i.fa-check-circle {
		color: #04A699;
		display: block;	
	}

	.x-form-field.x-textbox.error input[type="text"] {
		border-bottom: 1px solid #E96875;
	}

	/* TIMEPICKER */
	.x-form-field.x-timepicker input {
		text-align: right;
	}

	/* DROPDOWN */
	.x-form-field.x-dropdown {
		
	}

	.x-form-field.x-dropdown.open button {
		visibility: hidden;
	}

	.x-form-field.x-dropdown i  {
		position: absolute;
		right: 16px;
		top: 0;
		display: none;
	}

	.x-form-field.x-dropdown.error i.fa-exclamation-circle  {
		color: #E96875;
		display: block;
	}

	.x-form-field.x-dropdown.success i.fa-check-circle  {
		color: #04A699;
		display: block;
	}

	.x-form-field.x-dropdown input[type="hidden"][value=""] ~ button span {
		display: none;
	}

	.x-form-field.x-dropdown button {
		width: 100%;
		font-size: 17px;
		border: none;
		border-bottom: 1px solid #A4b0AB;
		outline: none;
		background: none;
		text-align: left;
		padding: 0 0 6px 0;
		position: relative;
		min-height: 21px;
		cursor: pointer;
		font-family: Gilroy;
	}

	.x-form-field.x-dropdown button span {
		position: absolute;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 90%;
	}

	.x-form-field.x-dropdown button:after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
		position: absolute;
		right: 0;
		top: 6px;
	}

	.x-form-field.x-dropdown p.small {
		position: absolute;
		transform: translate3d(0, -10px, 0);
		transition: all 0.25s;
		font-size: 14px;
		width: 100%;
		cursor: pointer;
		color: #1665CE;
	}

	.x-form-field.x-dropdown.open p.small,
	.x-form-field.x-dropdown input[type="hidden"][value=""] ~ p.small {
		transform: translate3d(0, -36px, 0);	
	}
	
	.x-form-field.x-dropdown .x-dropdown-menu {
		width: 100%;
		position: absolute;
		display: none;
		border-top: 1px solid #40ECB8;
		transform: translate3d(0, -18px, 0);
		max-height: 300px;
		overflow-y: scroll;
		z-index: 2000;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		padding: 0;
	}

	.x-form-field.x-dropdown.open .x-dropdown-menu {
		display: block;
	}

	.x-form-field.x-dropdown .x-dropdown-menu .x-dropdown-item {
		display: block;
		padding: 3px 0 4px 14px;
		font-weight: normal;
		background: white;
		min-height: 20px;
		cursor: pointer;
		outline: none;
	}

	.x-form-field.x-dropdown .x-dropdown-menu .x-dropdown-item a {
		color: #000;
		font-weight: 400;
	}

	.x-form-field.x-dropdown .x-dropdown-menu .x-dropdown-item a:focus {
		outline: none;
	}

	.x-form-field.x-dropdown .x-dropdown-menu .x-dropdown-item:hover,
	.x-form-field.x-dropdown .x-dropdown-menu .x-dropdown-item.hover {
		background: #F2F4F3;
	}
	
	.x-form-field.x-dropdown .x-dropdown-menu .x-dropdown-item.active {
		color: #1665CE;
		background: #DFEEFE;
	}

	.x-form-field.x-dropdown.error button {
		border-bottom: 1px solid #E96875;
	}

	/* CHECKBOX */
	.x-form-field.x-checkbox {
		height: 30px;
		position: relative;
	}

	.x-form-field.x-checkbox input[type="checkbox"] {
		opacity: 0;
		z-index: -1000;
	}

	.x-form-field.x-checkbox label {
		font-size: 14px;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
	}

	.x-form-field.x-checkbox label i {
		line-height: 1.5em;
		font-size: 1.2em;
	}

	.x-form-field.x-checkbox input[type="checkbox"] ~ label:before {
		font-family: "Font Awesome 5 Free";
		font-size: 16px;
		letter-spacing: 10px;

		content: "\f0c8";

		color: #A4b0AB;
	}

	.x-form-field.x-checkbox input[type="checkbox"]:focus ~ label:before {
		color: #40ECB8;
	}

	.x-form-field.x-checkbox input[type="checkbox"]:checked ~ label:before {
		font-weight: 900;
		content: "\f14a";
		
		color: #1665CE;
	}
	/* ACCORDION */

	.x-accordion {
		
	}

	.x-accordion .x-accordion-header {
		background: #5CA8F8;
		color: white;
		padding: 5px 10px;
		cursor: pointer;
	}

	.x-accordion .x-accordion-header:before {
		font-family: "Font Awesome 5 Free";
		font-size: 16px;
		font-weight: 900;
		letter-spacing: 14px;
		content: "\f0da";
	}

	.x-accordion.open .x-accordion-header:before {
		font-family: "Font Awesome 5 Free";
		font-size: 16px;
		font-weight: 900;
		letter-spacing: 10px;
		content: "\f0d7";
	}

	.x-accordion .x-accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height .5s ease-in-out;
	}

	.x-accordion.open .x-accordion-content {
		max-height: 190px;

	}

	/* AUTOCOMPLETE */
	.x-autocomplete {
		border-radius: 0;
		border: none !important;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}

	.x-autocomplete li a {
		display: block;
		padding: 3px 0 4px 14px;
		color: #000;
		font-weight: normal;
		background: white;
		min-height: 20px;
		cursor: pointer;
		outline: none;

		border-radius: 0;
		border: none !important;
	}

	.x-autocomplete li a:hover {
		background: #F2F4F3;
	}
	
.x-flex {
	display: flex;
}



#page {
    margin: 0 auto;
    padding-bottom: 12px;
    position: relative;
    width: 973px;
    overflow: hidden;
}

#header {
    height: 65px;
}

#footer {
    width: 100%;
    text-align: left;
}

#logo {
    padding-bottom: 26px;
    padding-left: 18px;
    text-align: left;
}

#logo img {
    border: none;
    margin: 28px 0 0;
}


#box_footer {
  font-size: 11px;
  color: #003366;
  padding-left: 20px;
  padding-top: 25px;
  vertical-align: baseline;
}

#box_tbl_liste {
    width: 972px;
    font-size: 14px;
}

.search-box-row {
	display: flex;
	margin-top: 20px;
}

.search-box-row > div:nth-of-type(1) {
	width: 230px;
	flex: 0 0 auto;
	padding: 0 10px;
}

.search-box-row > div:nth-of-type(2) {
	width: 340px;
	flex: 0 0 auto;
	padding: 0 10px;
}

.search-box-row > div:nth-of-type(3) {
	width: 334px;
	flex: 1 0 auto;
	padding: 0 10px;
}

.search-place-perimeters > div:nth-of-type(1) {
	flex: 0 0 auto;
	width: 120px;
	padding:0 0 0 0;
}

.search-place-perimeters > div:nth-of-type(2) {
	flex: 1 1 auto;
	padding: 0 0 0 10px;
}

#Search_Box_Buttons {
	padding: 10px;
}

#Search_Box_Buttons > *:nth-child(1) {
	flex: 1 1 auto;
}

#Search_Box_Buttons > * {
	margin: 0 5px;
}

#Search_Box_Buttons > *:first-child {
	margin: 0 5px 0 0;
}

#Search_Box_Buttons > *:last-child {
	margin: 0 0 0 5px;
}


#search_box, #box_liste, #box_legende, #box_adresse, #box_impressum {
    width: 970px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-color: #92c5fa;
    border-style: solid;
    border-width: 1px;
    text-align: left;
}

#search_box_content {
    width: 972px;
    background-repeat: repeat-y;
    display: table;
}

#search_box_common {
    margin: 5px 5px 25px 5px;

}

#search_box_extended {
    margin: 5px 5px 0 5px;
    width: 964px;
}

#search_box_extended_content {
    border: none;
    border-bottom: solid 2px #D9DFE3;
}


#search_box_bottom {
    width: 972px;
    height: 15px;
}


.search_box_row:first-child {
    height: 59px;
}

.search_box_field {
    vertical-align: top;
    padding: 0 10px 0 10px;
    display: table-cell;
}

.search_box_field_spacer {
    display: table-cell;
    width: 1pt;
    background-color: #EFEFEF;
}

.search_box_col1 {
    width: 230px;
}

.search_box_col2 {
    width: 340px;
}


.search_box_label {
    width: 180px;
    /*float: left;*/
    color: #003366;
    font-weight: bold;
    font-size: 12px;
}

.Select1, .Select2, .Select3 {
  color: #003366;/*#a1a1a1;*/
  font-size: 11px;
  margin: 5px 0 0 0;
  height: 25px;
  vertical-align: middle;
}

.Select1 {
    width: 90px;
}
.Select2 {
    width: 180px;
}
.Select3 {
    width: 300px;
}



.btn_search {
    background: url("../../Content/img/btn_search.gif");
    border: none;
    height: 24px;
    width: 99px;
    text-align: center;
    font-size: 13px;
    color: #333333;
}

.btn_reset {
    background: url("../../Content/img/btn_reset.gif");
    border: none;
    height: 24px;
    width: 99px;
    text-align: center;
    font-size: 13px;
    color: #333333;
}

#box_legend_content {
  padding: 20px 0 15px 18px;
}

#box_legend_title {
    color: #0066cc;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

#box_legend_list {
    margin: 0; padding: 0;
}

.box_legend_list_item, .box_legend_list_item2 {
    list-style: none;
    margin: 3px; 
    display: inline-block;
    width: 200px;
}

.box_legend_list_item2 {
    width: 400px;
  }




#box_liste_suchergebnis {
    height: 60px;
    padding: 22px 10px 0 18px;
}

#box_liste_blaettern {
  text-align: right;
  height: 30px;
  padding: 22px 10px 20px 18px;
}

#box_adresse_links {
  padding-top:32px;
  width:500px;
  float: left;
  font-size: 14px;
}

#box_adresse_rechts {
  padding-top:62px;
  padding-right: 0;
  width:440px;
  float: left;
  text-align: right;
}

td.box_liste_ergebnis {
  border-bottom-color: #258bf5; /*f0f0f0*/ /*9E9E9E*/
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  height:30px;
  vertical-align: top;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 10px;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
}

td.contact-cell span a img {
	margin-bottom: 12px !important;
	margin-left: 6px !important;
}

td.box_liste_ergebnis_actions > *  {
	margin: 0 0 10px 0;
}

td.box_liste_ergebnis_actions > *:last-child  {
	margin: 0;
}


/* globale parameter */
.farbe_hellblau {
     color: #0066cc;
}
.textSize15 {
    font-size: 15px;
}
.textSize13 {
    font-size: 13px;
}
.textSize12 {
    font-size: 12px;
}




/* Blaettern */
.table-paging .inactive {
	color: #A4B0AB;
    cursor: not-allowed;
}
#blaettern_right { float: right;}
.blaettern_anfang { color: #1665CE; width: 20px; height: 18px; float: left; border: 1px solid #ccc;font-size: 15px;padding-left: 3px; padding-top: 4px; padding-right: 5px;   border-top-left-radius: 25px;    border-bottom-left-radius: 25px;}
.blaettern_zurueck { color: #1665CE; width: 16px; height: 18px; float: left; border: 1px solid #ccc; border-left: 0;font-size: 15px;padding-left: 0px; padding-top: 4px; padding-right: 7px;}
.blaettern_weiter {  color: #1665CE; width: 16px; height: 18px; float: left; border: 1px solid #ccc; border-left: 0;font-size: 15px;padding-left: 0px; padding-top: 4px;  padding-right: 5px; }
.blaettern_ende {color: #1665CE;  width: 20px; height: 18px; float: left; border: 1px solid #ccc; border-left: 0; font-size: 15px;padding-left: 0px; padding-top: 4px;     padding-right: 5px;   border-top-right-radius: 25px;    border-bottom-right-radius: 25px; }

#showBlaettern1 .blaettern_anfang { color: #1665CE; width: 20px; height: 18px; float: left; border: 1px solid #ccc;font-size: 15px;padding-left: 7px; padding-top: 4px; padding-right: 0;   border-top-left-radius: 25px;    border-bottom-left-radius: 25px;}
#showBlaettern1 .blaettern_zurueck { color: #1665CE; width: 16px; height: 18px; float: left; border: 1px solid #ccc; border-left: 0;font-size: 15px;padding-left: 7px;padding-right: 0; padding-top: 4px;}
#showBlaettern1 .blaettern_weiter {  color: #1665CE; width: 16px; height: 18px; float: left; border: 1px solid #ccc; border-left: 0;font-size: 15px;padding-left: 7px; padding-top: 4px;padding-right: 0; }
#showBlaettern1 .blaettern_ende {color: #1665CE;  width: 20px; height: 18px; float: left; border: 1px solid #ccc; border-left: 0; font-size: 15px;padding-left: 7px; padding-top: 4px;  padding-right: 0;   border-top-right-radius: 25px;    border-bottom-right-radius: 25px; }



.blaettern_seite_erste { color: #1665CE;font-size: 15px; border: 1px solid #ccc; border-left: 0; width: 20px; height: 20px; float: left; text-align: center; padding-top: 2px;}
.blaettern_seite_erste_selektiert {background: #1665CE; color: #FFFFFF; font-size: 15px; border: 1px solid #ccc; border-left: 0; width: 20px; height: 20px; float: left; text-align: center; padding-top: 2px;}

.blaettern_seite_letzte {color: #1665CE; font-size: 15px; border: 1px solid #ccc; border-left: 0; width: 20px; height: 20px; float: left; text-align: center; padding-top: 2px;}
.blaettern_seite_letzte_selektiert {background: #1665CE; color: #FFFFFF;  font-size: 15px; border: 1px solid #ccc; border-left: 0; width: 20px; height: 20px; float: left; text-align: center; padding-top: 2px;}

.blaettern_seite_x {color: #1665CE;   font-size: 15px; border: 1px solid #ccc; border-left: 0; width: 20px; height: 20px; float: left; text-align: center; padding-top: 2px;}
.blaettern_seite_x_selektiert {background: #1665CE; color: #FFFFFF;  font-size: 15px; border: 1px solid #ccc; border-left: 0; width: 20px; height: 20px; float: left; text-align: center; padding-top: 2px;}

.blaettern_spacer {display: none;}



#box_tbl_liste, #box_adresse_ergebnis {
  padding: 0 18px 0 18px;
}

#box_adresse_ergebnis 
{
  min-height: 500px;
}

.box_tbl_suche_spacer  
{
  width: 1px;
  background-color: #efefef;
}
.box_tbl_suche_text  
{
  padding: 5px 0 0 10px;
  
}

.box_liste_ergebnis_hoehe{
  height: 50px;
}

.IsMPN {
    /*background-color: #003366*/
	font-weight: bold !important;
}

tr.IsMPN td a {
    /*color: #efefef;*/
    font-weight: bold;
}

td.IsMHC {
    font-weight: bold;
}



.spacer {
	border-top: 1px dotted #CCCCCC;
    margin: 0 26px 0 0;
    padding-bottom: 15px;
    height: 5px;
}


.ZeilenHoehe {
    line-height: 12pt;
}


/* PLZ Ort suchliste */
.searchList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	width: 206px;
	height: 160px;
	overflow-y:auto;
	overflow:-moz-auto-vertical
}



.searchList li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	width: 98%;
}

.searchList li a {
	display: block;
	color: #006;
	text-decoration: none;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.searchList li a:hover {
	color: #FFF;
	background-color: #555;
}

.listWrap {
	visibility: hidden;
	width:120px; float: left
}

/* navigation */
#navigationService {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 26px 0 0 0;
    position: absolute;
    right: 28px;
    text-align: right;
    top: 0;
    width: auto;
    height: 80px;
}

#navigationService a {
	color: #258BF5;
	font-weight: 400;
    font-size: 1.1em;
	line-height: 1.3em;
}

#navigationService a:hover {
	color: #40ECB8;
}

* html #navigationService {
    height: 1%;
}

#navigationService ul, #navigationService li {
    list-style-type: none;
}
#navigationService ul {
    float: left;
}
#navigationService li {
    float: left;
    padding-right: 6px;
}

#navigationService .lang {
    margin-left: 5px;
}

#navigationService a .phone {
	display: inline-block;
    margin: 0 0.5em 0 0;
    overflow: inherit;
    height: 1.1em;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: text-bottom;
	stroke: #258BF5;
	width: 20px;
	
}

#navigationService a:hover .phone {
	stroke: #40ECB8;
}    


#countInfoBox {
    padding-top:10px; 
    width:300px; 
    height:30px; 
    float:left;
    visibility: hidden;
    font-size: 14px;
}



.icon {
    margin: 5px 5px 0 0;
}




/* Styles for GOOGLE MAPS
-----------------------------------------------------------*/

.show-map .hide-if-map {
	display: none;
}

.show-list .hide-if-map {
	display: block;
}

.show-map .hide-if-list {
	display: block;
}
.show-list .hide-if-list {
	display: none;
}

.hide-if-list-text {
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}








/* Styles for generic lists
-----------------------------------------------------------*/

.gen-list-header {
    text-align: left;
    border-bottom: 2px solid #258bf5;
    padding-left: 10px;
}

.gen-list-header-text, .gen-list-header-text-enabled {
    color: #0066cc;
    size: 12px;
}

.gen-list-header-text-enabled {
    cursor: pointer;
}

.gen-list-sort {
}



/* Styles for jQuery UI
-----------------------------------------------------------*/
.ui-accordion {
    /*margin-bottom: 30px;*/
    background-color: #f0f6fb;
}

.ui-accordion-header {
    padding: 5px 30px;
    background: #638AB5;
    color: #FFC641;
    font-weight: bold;   
}

.ui-accordion-content {
    padding: 0 0 15px 0 !important;
}


.ui-corner-all {
     text-align: left;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.notes-title {
    font-weight: bold;
}

.notes-content {
    white-space: pre-line;
}