body {
	/*font-family: 'Questrial', sans-serif;*/
	font-family: effra-cc, sans-serif;
	font-style: normal;
}
.datensatz > input {
	font-size:11px;
}
.datensatz > select {
	font-size:11px;
}
.table-body-sm > tr > td > input {
	font-size:11px;
}
.table-body-sm > tr > td > select {
	font-size:11px;
}


.subBez {
	text-transform:capitalize;
}

.img-thumbnail {
	border:0 !important;
}

.card {
	margin-bottom:10px;
}
.card-title {
	font-weight:800;
}

.btn-primary.custom-btn-orange {
	background-color:#FF9933;
	border-color:#FF9933;
}


/* Loading Spinner inside Formfield */
.loadinggif {
	background:url(../images/ajax-loader-form-input.gif) #FFF no-repeat left center;
}

.img-main {
	width:100%;
	max-width:450px;
	height:auto;
}

.card-hover:hover .card-header {
	background-color:#216DB5 !important;
	color:white;
	text-decoration:none !important;
}
.card-hover:hover .card-body {
	background-color:#216DB5 !important;
	color:white;
	text-decoration:none !important;
}

/* Custom Link Color in Body */
a {
	color: #216DB5;
}
	
a:hover {
	color: #373C42;
	text-decoration:none;
}

/* Custom Button */
.btn-primary.custom-btn-blue {
	background-color: #216DB5;
	border-color:#216DB5;
}
.btn-primary.custom-btn-gray {
	background-color: #999;
	border-color:#333;
}


/* Aktive List-Group */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color:#216DB5 !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index:9999;
}


/* google maps responsive */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* Output Meldung wenn Artikel in den Warenkorb gelegt wird! */
#msg-basket {
	
	display:none;
	z-index:9999;
	padding:20px;
	position:fixed;
	left:0;
	right:0;
	margin-left:auto;
	margin-right: auto;
	width:330px;
	border-radius:10px;
	border-color:#666666;
}

.modal-custom-images {
	
	width:100%;
	max-width:1024px;
	
	
}

.bold {
	font-weight:bold;
}

.roundedcorner {
	border-radius:5px;
    -moz-border-radius:5px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(102,102,102,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(102,102,102,1);
    box-shadow: 1px 1px 5px 0px rgba(102,102,102,1);
}



.btn-blue {
	background:#216DB5;
	color:#FFFFFF;
}


.navbar-brand {
	color:#216DB5 !important;
}

.alert-custom-blue {
	background:#216DB5;
	color:#fff !important;
}

.list-group-item-primary {
	background:#F7F7F7 !important;
	color:#666;
	border-color:#E2E2E2;
}
.list-group-item-primary:hover {
	background:#E2E2E2 !important;
	color:#000 !important;
}
.listGroupActive {
	background:#3169B3 !important;
	color:#FFF !important;
}


a.link-dark:link {
	color:#333;
	text-decoration:none;
}
a.link-dark:visited {
	color:#333;
}
a.link-dark:hover {
	color:#000;
	text-decoration:none;
}


a.link-bright:link {
	color:#fff;
	text-decoration:none;
}
a.link-bright:visited {
	color:#fff;
}
a.link-bright:hover {
	color:#fff;
	text-decoration:none;
}


/*
.list-table li {
	color:#333333 !important;
	font-size:110%;
	
}
*/

/* BOOTSTRAP PAGINATION ACTIVE STATUS! */
.pagination>li.active>a {
  background: #0071b7 !important;
  color: #fff !important;
}


#loader {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:url(../images/ajax-loader.gif) #000 no-repeat center center;
	opacity:0.9;
	text-align:center;
	display:none;
}
	

.loadingspinner {
	background:url(../images/ajax_loading_icon.gif) #CCC no-repeat center right;
	
}
#spinnerBasket {
	display:none;
	background:url(../images/ajax_loading_icon.gif) no-repeat center center;
	width:50px;
	height:34px;
}






#logo {
	width:100%;
	max-width:300px;
	height:auto;
}

.kleber {
	width:8px;
	height:12px;
	/*background:url(../images/pin.png);*/
	position:absolute;
	right:90px;
	top:-13px;
}

.div-list {
	padding:0 4px 5px 5px;
	position:relative;
}
.div-list h3 {
	margin:0;
	padding:0;
}
ul.list-search-result {
	list-style:none;
	margin:0;
	padding:0;
	
	
}
ul.list-search-result li {
	 margin:0;
   padding:0;
	list-style-type:none;
	float:left;
	width:200px;
	height:auto;
	border:1px dotted #333333;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
   -khtml-border-radius: 5px; /* for old Konqueror browsers */
   margin:15px;
   padding: 5px 0 0 5px;
   font-weight:bold;
   font-size:12px;
   background:#F2F5F9;
   
   
   -webkit-box-shadow: 3px 3px 9px -1px rgba(102,102,102,1);
   -moz-box-shadow: 3px 3px 9px -1px rgba(102,102,102,1);
   box-shadow: 3px 3px 9px -1px rgba(102,102,102,1);	
}


#outputs {
	border:1px groove #333;
	background-color:#CCDBE6;
	width:100%;
	max-width:950px;
	padding:5px;
	font-size:100%;
	color:#000000;
	display:none;
	/*
	position:absolute;	
	right:350px;
	top:52px;
	*/
	
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-25%;
	margin-top:-20px;
	
	/*margin:0 auto;*/
	
	z-index:9999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
   -khtml-border-radius: 5px; /* for old Konqueror browsers */
   z-index:50000;
    -webkit-box-shadow: 3px 3px 9px -1px rgba(102,102,102,1);
   -moz-box-shadow: 3px 3px 9px -1px rgba(102,102,102,1);
   box-shadow: 3px 3px 9px -1px rgba(102,102,102,1);	
}



#msg-insert {
	display:none;
	position:absolute;
	top:40%;
	width:20%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	height:65px;
	padding-top:20px;
	text-align:center;
	background:#333333;
	color:#CCCCCC;
	z-index:9999;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
   -khtml-border-radius: 10px; /* for old Konqueror browsers */
}


.ghostword {
	visibility:hidden; /* Only Placeholder */
}


ul.list-table,ul.list-table li {
	padding:0;
	margin:0;
}




ul.list-table {
	list-style:none outside none;
	width:100%;
	max-width:240px;
	margin:30px 0 0 7px;
}

ul.list-table li {
	list-style-type:none;
	
	display:block;
	white-space:nowrap;
	width:120px;
	color:#333;
	margin-bottom:15px;
	font-size:120%;
}
ul.list-table li:nth-child(odd) {
	font-weight:bold;
}





#process {
	display:none;
}

#msg-popup {
	position:fixed;
	top:10%;
	display:none;
	width:80%;
	padding:20px;
	background:#333333;
	text-align:center;
	z-index:9999;
	color:#FFFFFF;
}
.spinner { 
   
    width: 16px; 
    height: 16px;
    display: none;
	margin-left:5px;
}
#fader-process {
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#000 url(../images/ajax_loading_icon.gif) no-repeat center center;
	opacity:0.9;
	z-index:9999;
}
#fader-process-anfrage {
	display:none;
	position:absolute;
	width:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#FFF url(../images/ajax_loading_icon.gif) no-repeat center center;
	/*opacity:0.9;*/
	z-index:9999;
	text-align:center;
}