/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2024 | 11:42:08 */
/* CSS Tablet */

/*** Responsive Styles Tablet And Below ***/
@media all and (min-width: 980px) {

	.schon-gewusst .df_adh_heading
	{
		padding-top:50px !important;
	}
	
}


@media all and (max-width: 1440px) {

	.member-email span
	{
		display:block;
	}
	.member-email a span
	{
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom: 1px solid var(--hex-corp-white);
	}
	.ansprechpartner-name
	{
		display:block;
		color:var(--hex-corp-orange);
	}
	
	#leistungsuebersicht-uebersicht-filterbar .branchenloesungen .difl_cptitem_2,
	#leistungsuebersicht-uebersicht-filterbar .branchenloesungen .difl_cptitem_3, 
	#job-uebersicht-filterbar .jobs .difl_cptitem_4
	{
		display:none;
	}
	
	#leistungsuebersicht-uebersicht-filterbar .branchenloesungen .df-cpt-outer-wrap,
	#leistungsuebersicht-uebersicht-filterbar .df-cpt-outer-wrap
	{
		margin-bottom:20px !important;
	}
	
	#job-uebersicht-filterbar article,
	#branchenuebersicht-filterbar-front article
	{
		min-height: 30px !important;
	}
	
}

@media all and (max-width: 1280px) {
 	#leistungsuebersicht-uebersicht-filterbar .df-cpt-read-more
	{
		display:none !important;
		
	}
	
	
	#leistungsuebersicht-uebersicht-filterbar article
	{
		min-height: 0px !important;
		padding-bottom:0px  !important;
		padding-top:0px !important;
	}
	
	#leistungsuebersicht-uebersicht-filterbar h2 a {
		/* jetzt abstrakter im cpt file */
	  /*
	  height: 20px;
	  display: block;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding: 10px;
	  */
	  
	}
	
	

}

@media all and (max-width: 980px) {


	
	#branchenuebersicht-filterbar-front .difl_cptitem_0
	{
		display:none;
	}

	
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

#main-content .icon-leistung img {
  max-width: 150px;
}
	
	#main-content .icon-leistung img {
  max-width: 55%;
  margin-bottom: 50px;
}

	
	
	
}

