/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: ASDE Commercial
/*
/**************************************************************************************/


.body-terms #component .page_header h2,
.body-terms #component .category_title h2,
.body-terms #component h2.item_title
{
	text-align: left;
}

.impressum li
{
	color: #000000;
}

img.noborder
{
	box-shadow: 0px 0px 0px 0px #000000;
  	border:none;
  
}

/* SS Splash Logo on Mobile, wird in der Index.php fix gesetzt und hier visibility gesetzt*/

.splashimage_full{
   display:block;
  }

 .splashimage_mobile{
  display:none;
 }

@media (max-width: 640px){
  .splashimage_full{
   display:none;
  }

  .splashimage_mobile{
   display:block;
  }
}

/* SS 09/2017 Module Footer Padding */
#footer-row .moduletable-wrapper {
    padding: 30px 10px 20px 10px;
}