
.messageBox {
	 font-size: 15px; color:#646567; width: 100%;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.m-r5 {
	margin-right: 5px;
}
.m-t5 {
	margin-top:5px;
}

/* ButtontoTop*/
#buttontotop {
  
	display:none;
  background-color: var(--main-color);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
	
	
}
#buttontotop:hover {
  cursor: pointer;
  background-color: #333;
}
#buttontotop:active {
  background-color: #555;
}
#buttontotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  color: #fff;
}

#buttonback {
  
	display:inline;
  /*background-color: var(--main-color);*/
	
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
	margin-right: 10px;
  /*margin: 30px;*/
  /*position: fixed;
  bottom: 30px;
  right: 30px;*/
  transition: background-color .3s;
  /*z-index: 1000;*/
	border: none;
	
	
}
#buttonback:hover {
  cursor: pointer;
  background-color: #333;
}
#buttonback:active {
  background-color: #555;
}
#buttonback::after {
  content: "\f04a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  color: var(--main-color);
}



#buttontelservice {
  
	display:inline;
  /*background-color: var(--main-color);*/
	
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
	margin-right: 10px;
  /*margin: 30px;*/
  /*position: fixed;
  bottom: 30px;
  right: 30px;*/
  transition: background-color .3s;
  z-index: 1000;
	border: none;
	
	
}
#buttontelservice:hover {
  cursor: pointer;
  background-color: #333;
}
#buttontelservice:active {
  background-color: #555;
}
#buttontelservice::after {
  content: "\f095";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  /*line-height: 25px;*/
  color: var(--main-color);
}



/**/
/*Beleg Anzeige Listen */
.BelegInnerWrapper1 {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
	
}
.BelegInnerWrapper2 {
  display: flex;
  flex-wrap: wrap;
  width: 20%;
}

.BelegRow {
	  display: flex;
  flex-wrap: wrap;
  min-height: 26px;
  border-bottom: 1px solid var(--main-grey);

}

.BelegNr {
	width: 120px;
	/*float: left;*/
	text-align: right;
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	border-right: 1px solid var(--main-grey);
	
}
.belegDt {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 100px;
	/*float: left;*/
		border-right: 1px solid var(--main-grey);
	
}
.BelegKom {
	
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 450px;
	/*width: 370px;*/
	/*float: left;*/
		border-right: 1px solid var(--main-grey);
	
}
.BelegDetail {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	  padding-bottom: 8px;
	width: 60px;
		border-right: 1px solid var(--main-grey);
	
	
}
.BelegBetrag {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	  padding-bottom: 8px;
	width: 100px;
	text-align: right;
		border-right: 1px solid var(--main-grey);
	
	
}
.BelegNoItem {

	padding: 40px;
  min-height: 26px;
  
	width: 100%;
	text-align: center;

}

/************ */


.vorschau_row {
	height: 50%;
	
	
}
.vorschau_bottom {
    display: flex;
	align-items: flex-end;
}
.item_aktion         {padding-left: 23px; display: flex; align-items: center; justify-content: left; width:250px;height:250px; line-height: 10px; background-image:var(--theme_pic_aktion_png); background-repeat:no-repeat;}
.item_aktion_sm         {padding-left: 23px; display: flex; align-items: center; justify-content: left; width:50px;height:50px; line-height: 10px; background-image:var(--theme_pic_aktion_png); background-size: 100px; background-repeat:no-repeat;}


.item_auslauf         {padding-left: 23px; display: flex; align-items: center; justify-content: left; width:250px;height:250px; line-height: 10px; background-image:var(--theme_pic_auslauf_png); background-repeat:no-repeat;}

.btn_gscode {
	float: left;
}

.infologpausch {
	
	padding-top: 10px;
}
.artikelwkinfo {
 font-size: 15px; font-weight:normal;color:var(--main-color);padding:0;margin: 0; padding-top: 10px;	
	
}
.wkgscode {
	width: 250px;
	height: 25px;
	border: 1px solid var(--main-color);
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wkkomComm {
	width: 250px;
	height: 25px;
	border: 1px solid var(--main-color);
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.fav_wkkomComm {
	width: 250px;
	height: 25px;
	border: 1px solid var(--main-color);
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wkinfokom {
	
	width: 200px;
}
.ItemLZ {
	
}
.ItemLZBubble {
	
	
	width: 100%;
	margin-left: 35px;
	
}
.inputerror {
	border: 1px solid #000000 ;	
	
	background-color: var(--main-errorcolor_input);
	
}
.lf_error_msg {
	margin-top: 40px;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	color: var(--main-errorcolor_font);;
	
	
}

/* Start OP Styles */
.opRow {
	  display: flex;
  flex-wrap: wrap;
  min-height: 26px;
  border-bottom: 1px solid var(--main-grey);

}
.OPInnerWrapper1 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.OPInnerWrapper2 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.opRgNr {
	width: 100px;
	float: left;
	text-align: right;
		  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	border-right: 1px solid var(--main-grey);

}

.opDt {
	width: 100px;
	float: left;
	text-align: center;
		border-right: 1px solid var(--main-grey);
		  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	
}

.opWt {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 100px;
	float: left;
	text-align: right;
		border-right: 1px solid var(--main-grey);
	
}
.opDesc {
padding-left: 5px;
	padding-right: 5px;
	width: 400px;
	float: left;
		border-right: none;
	
}
.opWtSum {
		  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 100px;
	float: left;
	
	font-weight: bold;
	text-align: right;
		border-right: 1px solid var(--main-grey);
	
}
.opRgNrSum {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 100px;
	float: left;
	text-align: right;
		border-right: 1px solid var(--main-grey);
font-weight: bold;	

	
}

/* Ende OP Styles */
/* Start Punkte */
.BonusInnerWrapper1 {
  display: flex;
  flex-wrap: wrap;
  width: 80%;

}
.BonusInnerWrapper2 {
  display: flex;
  flex-wrap: wrap;
  width: 20%;

}
.PunkteBetrag {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	  padding-bottom: 8px;
	width: 100px;
	text-align: right;
		border-right: 1px solid var(--main-grey);
	
	
}
.PunkteDesc {
	width: 120px;
	/*float: left;*/
	text-align: right;
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	border-right: 1px solid var(--main-grey);
	
}
.PunkteDt {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 100px;
	/*float: left;*/
		border-right: 1px solid var(--main-grey);
	
}
.PunkteBem {
	
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 350px;
	/*float: left;*/
		border-right: 1px solid var(--main-grey);
	
}
/* End Punkte*/
/* Start of Orders */

.order_container          { font-size: 15px; color:#646567; width: 100%; margin-top: 34px;}
.order_container h1       { font-size: 22px; font-weight: bold;color:var(--main-color);padding:0;margin: 0;}
.order_container h2       { font-size: 16px; font-weight: bold;color:#646567;padding:0;margin: 0;}
.order_container hr       { margin-bottom: 40px; width: 100%; height: 1px; border: 0; color: var(--main-color); background-color: var(--main-grey); margin-top: 10px;}
.order_form_box           { padding:20px;box-sizing: border-box;float: left; width: 100%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }
.orderRow {
	  display: flex;
  flex-wrap: wrap;
  min-height: 26px;
  border-bottom: 1px solid var(--main-grey);

}

.OrderInnerWrapper1 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
	
}
.OrderInnerWrapper2 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
	
}

.orderNoOrder {

	padding: 40px;
  min-height: 26px;
  
	width: 100%;
	text-align: center;

}

.orderNr {
	width: 70px;
	/*float: left;*/
	text-align: right;
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	border-right: 1px solid var(--main-grey);
	
}
.orderDt {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 100px;
	/*float: left;*/
		border-right: 1px solid var(--main-grey);
	
}

.orderKom {
	
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	width: 330px;
	/*float: left;*/
		border-right: 1px solid var(--main-grey);
	
}

.orderStatus {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;	width: 150px;
	/*float: left;*/
		border-right: 1px solid var(--main-grey);
	
}
.orderDetail {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	  padding-bottom: 8px;
	width: 60px;
		border-right: 1px solid var(--main-grey);
	
	
}

.RequestNr {
	width: 120px;
	/*float: left;*/
	text-align: right;
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	border-right: 1px solid var(--main-grey);
	
}



.orderBetrag {
	  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
	  padding-bottom: 8px;
	width: 100px;
	text-align: right;
		border-right: 1px solid var(--main-grey);
	
	
}
/* End of Orders */


.spacer1em { margin-bottom: 1em; margin-top: 1em;}
.b_fl_l  { float: left;}
.b_fl_r  { float:right;}
/* Forms */

.b_info_box {

	 padding:20px;box-sizing: border-box;float: left;  border: 1px solid var(--main-grey);; min-height:150px;
	z-index: 2;
	position: absolute;
	
	 height: 150px; /* Höhe der div-Box */
  width: 600px;
  margin-top: -75px; /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
  margin-left: -300px;
	background-color: azure;

  top: 50%; /* in die Mitte verschieben */
  left: 50%;
	visibility: hidden;
 

		 
}
.smallhr {
	margin-bottom: 20px;
}
.bestuebersicht_box {
	
	min-height: 240px;
}

.lfainput  {
  width: 350px;
	
  height: 30px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  border: 1px solid var(--main-color);
  text-align: left;
  font-size: 14px;    
}

.lfainputarea  {
  width: 100%;
	
	
  height: 200px;
  line-height: 1.65;
  float: left;
  /*display: block;*/
  padding: 0;
  margin: 0;
	padding-left: 5px;
  
  border: 1px solid var(--main-color);
  text-align: left;
  font-size: 14px;    
}
.kontoinput  {
  /*width: 65px;*/
	
  height: 30px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  border: 1px solid var(--main-color);
  text-align: left;
  font-size: 14px;    
}

.sbselection  {
  /*width: 65px;*/
	
  height: 30px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  border: 1px solid var(--main-color);
  text-align: left;
  font-size: 14px;    
}

.lblfor {
	
	font-family: var(--main-font-family); 
	font-size: 12px;
	color: var(--main-grey);
	margin-right: 5px;
	
}

.sbselectlabel {
	float: left;
	width: 250px;
}
.kontolabel {
	float: left;
	width: 150px;
}

.inputml_sel {
	width: 256px;
}

.inputml {
	width: 250px;
}
.inputsl {
	width: 188px; /* Smallength*/
}
.inputtl {
	width: 50px; /* Tinyength*/
	margin-right: 5px;
}

.row.abst {
	margin-bottom: 5px;
	
}
.frmreadonly {
	height:30 ;
    line-height: 1.65;
	  font-size: 14px;  
	
}
/* Main CSS */
/* Lieferanschriften*/
.op_form_box           { padding:20px;box-sizing: border-box;float: left; width: 100%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }
.lf_form_box           { padding:20px;box-sizing: border-box;float: left; width: 100%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }
/**/
.lf_item_box {  margin-right: 20px; padding:20px;box-sizing: border-box;float: left; width: 30%; border: 1px solid var(--main-grey);  min-height:150px;  margin-bottom: 20px; background-color: var(--main-color); color:#FFF; }





/* Konto */
.konto_container_right { margin-left: 10px; }
.konto_container          { font-size: 15px; color:#646567; width: 100%; margin-top: 34px;}
.konto_container h1       { font-size: 22px; font-weight: bold;color:var(--main-color);padding:0;margin: 0;}
.konto_container h2       { font-size: 16px; font-weight: bold;color:#646567;padding:0;margin: 0;}
.konto_container hr       { margin-bottom: 40px; width: 100%; height: 1px; border: 0; color: var(--main-color); background-color: var(--main-grey); margin-top: 10px;}
.konto_form_box           { padding:20px;box-sizing: border-box;float: left; width: 45%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }


.anmeldung_login        { padding-right: 20px; display: flex; align-items: center; justify-content: center;box-sizing: border-box;padding:auto auto;font-size: 18px; color:white;float: left; width: 33.33%; height:49px;  background-color: var(--main-color); }


/*Register*/
.register_container          { font-size: 15px; color:#646567; width: 100%; margin-top: 34px;}

.register_container h1       { font-size: 22px; font-weight: bold;color:var(--main-color);padding:0;margin: 0;}
.register_container h2       { font-size: 16px; font-weight: bold;color:#646567;padding:0;margin: 0;}
.register_container hr       { margin-bottom: 40px; width: 100%; height: 1px; border: 0; color: var(--main-color); background-color: var(--main-grey); margin-top: 10px;}
.register_form_box           { padding:20px;box-sizing: border-box;float: left; width: 45%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }
/* ************* */


/* ******************** */


/* Kontakt */
.kontakt_container          { font-size: 15px; color:#646567; width: 100%; margin-top: 34px;}

.kontakt_container h1       { font-size: 22px; font-weight: bold;color:var(--main-color);padding:0;margin: 0;}
.kontakt_container h2       { font-size: 16px; font-weight: bold;color:#646567;padding:0;margin: 0;}
.kontakt_container hr       { margin-bottom: 40px; width: 100%; height: 1px; border: 0; color: var(--main-color); background-color: var(--main-grey); margin-top: 10px;}
.kontakt_form_box           { padding:20px;box-sizing: border-box;float: left; width: 45%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }


.kontakt_ma_box           { margin-left: 1em; padding:20px;box-sizing: border-box;float: left; width: 45%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }
	  
.kontakt_h2_container       { box-sizing: border-box;float: left; width: 60%; height: 30px;}
.kontakt_pflichtfeld_container     { box-sizing: border-box;float: left; width: 40%; height: 30px; text-align: right;font-size: 16px; color:#646567;}
.wartung_container          { font-size: 15px; color:#646567; width: 100%; margin-top: 34px;}
.wartung_container h1       { font-size: 22px; font-weight: bold;color:var(--main-color);padding:0;margin: 0;}
.wartung_box           { padding:20px;box-sizing: border-box;float: left; width: 90%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }


.btn_container              { width: 100%; text-align: right;}
 
.btn_standard		    	{ font-size: 22px; display:inline-block; padding-left:15px; padding-right:15px; padding-top:9px; padding-bottom:9px; background-color:var(--main-color);;	text-decoration:none; color:#FFF; border:2px solid var(--main-color);; cursor: pointer;
	  
	  }

.btn_standard_sm		    	{ font-size: 12px; display:inline-block; padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom:5px; background-color:var(--main-color);;	text-decoration:none; color:#FFF; border:2px solid var(--main-color);; cursor: pointer;
	  
	  }
.btn_standard_sm2		    	{ font-size: 11px; padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:4px; background-color:var(--main-color);;	text-decoration:none; color:#FFF; border:2px solid var(--main-color);; cursor: pointer;
	  
	  }


.btn_standard_sm_red		    	{ font-size: 12px; display:inline-block; padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom:5px; background-color:red;;	text-decoration:none; color:#FFF; border:2px solid red;; cursor: pointer;
	  
	  }

.btn_standard_sm_green		    	{ font-size: 12px; display:inline-block; padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom:5px; background-color:green;	text-decoration:none; color:#FFF; border:2px solid darkgreen ;; cursor: pointer;
	  
	  }


.msg_red { 
	
	 background: rgba(252,228,210,1.00);
    padding: 16px;/*width: 370px;*/
    border: 1px hidden rgba(252,228,210,1.00);
    border-radius: 7px;
    box-shadow: 0 1px 0 rgba(251,224,200,1.00), 0 2px 0 rgba(250,220,190,1.00), 0 3px 0 rgba(249,216,180,1.00), 0 4px 0 rgba(248,212,170,1.00), 0 5px 0 rgba(247,208,160,1.00), 0 -1px 0 rgba(251,224,200,1.00), 0 -2px 0 rgba(250,220,190,1.00), 0 -3px 0 rgba(249,216,180,1.00), 0 -4px 0 rgba(248,212,170,1.00), 0 -5px 0 rgba(247,208,160,1.00);
	 background-image: url("icon_error.png");
    background-repeat: no-repeat;
    background-position: left;
    font-size: 15px;
    padding-left: 44px;
	margin-bottom: 1em;

	/*padding: 0.5em;  background-color: lightcoral;  margin-bottom: 1em;  */



}
.msg_green {  padding: 0.5em;  background-color:palegreen;  margin-bottom: 1em;  }
/* */	  
.infomodul_container          { font-size: 15px; color:#646567; width: 100%; margin-top: 34px;}
.infomodul_container h1       { font-size: 22px; font-weight: bold;color:var(--main-color);padding:0;margin: 0;}
.infomodul_container h2       { font-size: 16px; font-weight: bold;color:#646567;padding:0;margin: 0;}
.infomodul_container hr       { margin-bottom: 40px; width: 100%; height: 1px; border: 0; color: var(--main-color); background-color: var(--main-grey); margin-top: 10px;}
.infomodul_box           { padding:20px;box-sizing: border-box;float: left; width: 100%; border: 1px solid var(--main-grey); background-color: white; min-height:300px }




 /*Desktop*/

@media only screen
  and (min-width: 1200px)
  {


	  
}


/* Tablet Hochformat (Portrait) */
@media only screen
  and (min-width: 768px)
  and (max-width: 991px) {
	  
}


/* Smartphone Hochformat  */

@media only screen and (max-width: 600px) {
	
}

/* Smartphone Querformat (Landscape) */
@media only screen
  and (min-width: 601px)
  and (max-width: 767px) {
	  
}
 /* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
@media only screen
  and (min-width: 992px)
  and (max-width: 1199px) {


}






/**Start Zusatz CSS							*/
																			.subsmalkat {
																				/*float: left;*/
																				width: 80%;
																				
																				
																			}
																			.subsmalkat1 { margin-left: 5px;}
																			.subsmalkat2 { margin-left: 15px;}
																			.subsmalkat3 { margin-left: 25px;}
																			.subsmalkat4 { margin-left: 35px;}
																			.subsmalkat5 { margin-left: 45px;}
																			.subsmalkat6 { margin-left: 55px;}
																			.subsmalkat7 { margin-left: 65px;}
																			.subsmalkat8 { margin-left: 75px;}
																			.subsmalkat9 { margin-left: 85px;}
																			.subsmalkat00 { margin-left: 95px;}
																			
.picfullsize {
	
	background-size:cover;
									
										 }	
.deletewk {
cursor: pointer;
}


.selvarart {
	
	border: 1px solid var(--main-color);
	padding-bottom: 5px;
	padding-top: 5px;
	/*text-align: right;*/
	/*width: 180px;*/
	
	
}

.bestandIcon { margin-left: 1em; width:2rem;height:2rem;background:transparent center no-repeat ;
	background-image: var(--theme_pic_Lagericon_png);
	background-size: 100% auto; }


.bestandtbl {
	padding: 1em;
	    position: absolute;
        width: 200px;
	height: auto;
        
    background-color:white;
        display: none;
	border: 1px solid var(--main-grey); 
	
	
}
.lgbstue {
	font: 900;


	font:bold;

}

.bstrowue {
	width: 100%;
	
	display: inline-block;
	line-height: 15px;
		border-bottom:  1px solid var(--main-grey);
		
}
.bstrow {
	width: 100%;
	
	display: inline-block;
	line-height: 15px;
border-bottom:  1px solid var(--main-grey);	
		
}
.lgbstlg {
	float: left;
	width: 100px;
}
.lgbstst {
	float: left;
	width: 30px;
	text-align: right;
}

.lgbstme {
	float: left;
	width: 60px;
	text-align: right;
}

.itemqme {
	width: 50px;
	height: 25px;
	border: 1px solid var(--main-color);
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.itemqsel {
	width: 135px;
	height: 33px;
	border: 1px solid var(--main-color);
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.btnicon {
	
	width: 33px;
	margin-left: 5px;
	text-align: center;
	vertical-align: middle;
	color:  var(--main-color);
	cursor: pointer;
	
	
}
.filterAbmLine {
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	
}
.filter_abm {
	border: 1px solid var(--main-color);
	width: 50px;
	padding-bottom: 3px;
	padding-top: 3px;
	
	
}
.filterlbl {
	width: 55px;
	max-height: 75px;
	float: left;
}

/* Ansprechpartner */
.staffpic {
	width: 50px;
	min-width: 50px;
	min-height: 60px;
	margin-right: 1em;
}
.rowansp { 
	width: 100%;
	
	

}
.ansppic {
	float: left;
	
}
.anspmaillink {
	text-decoration: none;
	color: var(--main-color);
	
	
}
.ansphr {
	margin-bottom: 0px;
	
}
/* ende Ansprechpartner*/ 

.silentlnk {
	text-decoration: none;
	color: var(--main-grey);
}
.artAnmRequired {
	
	color:var(--main-color);
}
.artAnmRequiredWarning {
	
	color:red;
	font-size: 1.3em;
}


