/* Abstand oben und unten bei den Hauptseiten */
.Aou2025 {
 padding: 1% 0;
}
#sp-main-body {
	padding: 0px 0;
}


.abstand5050 {
padding: 5% 0;
}
.abstand3030 {
padding: 3% 0;
}
.pabstand3 {
  padding: 3%;
  }
.abstand0050 {
padding-bottom: 5%;
}
.abstand5000 {
padding-top: 5%;
}
.abstand0030 {
padding-bottom: 3%;
}
.margabstand5050 {
margin: 5% 0;
}

/* Bild zentrieren im p-Tag */
.bildcenter { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

/* h1 - Abstand bei den Produktseiten */
.h1prod {padding-bottom: 4%;}

/* Abstand Aufzählungen li */
li {padding-bottom: 1%;}

/* Produktname */
.PName {
	width: 100%;
  	height: 80px;
  	background-color: #f9f9f9;
  	vertical-align: top;
	}
.PText1 {
  	padding: 3%;
  	font-weight: bold;
  	text-align: left;
  	background-color: #f9f9f9;
}
/* Produktbild */
.PBild {
	width: 100%;
  height: 290px;
	padding: 15px 0 5px 0;
text-align: center;
  	background-image: url(http://www.moellerstonecare.eu/images/Grafiken-allgemein/HGProd.png);
  	background-position: bottom;
  	background-repeat: repeat-x;
	}

.PBild-2 {
  display: block;
margin: auto;
width: 50%; 
}

/* Gesamtrahmen um die einzelnen Produkte */
.Produkt {
	border: 1px solid #cecece;
	width: 100%;
	margin: 12%;
}

/* Zweckangabe und Verwendung des Produktes */
.PZweck {
	width: 100%;
	height: 130px;
  	background-color: #f9f9f9;
  	border-bottom: 1px solid #dddddd;

	}
.PText {
  	padding: 3%;
  	text-align: left;
  	font-size: 0.8em;
}
.PText-Start {
  font-size: 0.9em;
  font-weight: bold;
  font-weight: 900;
}
/* Anwendungsbereich des Produktes */
.PWeiter {
	width: 100%;
	height: 60px;
  	padding: 3px 0 0 0;
  	background-color: #f9f9f9;
	}



/* RSP-Home-Styles */
.RSP-h3 {
padding-top: 8px;
}
.RSP-hoehe-ul {
height: 50px;
font-weight: 700;
}
.RSP-hoehe-aufz {
height: 150px;
}
.RSP-link-rahmen {
width: 90%; 
border-top: 2px solid #ffffff; 
padding: 15px 0 15px 0; 
margin-left: 5%;
text-align: center;
margin: 3px 0;
}

/* Button Ausstattung */
.button-primary {
border-radius: 2px;
padding: 7px 35px;
background-color: #f44336;
  border: none;
  color: #e8e8e8;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
}
.button-primary:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
color: white;
}

/* Header-Grafiken: volle Breite */
.head-graf {width: 100%;}

/* toolbar */
.toolbar {padding: 2% 0;}

/* Bottom-Ueberschriften */
#sp-bottom .sp-module .sp-module-title {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 30px;
	color: #000;
}

/* Ausschalten FEATURED */
span.badge.bg-danger.featured-article-badge {
    display: none;
}


/* Pflegeanleitungen */
.GrPfleg {
  background-color: #f6f6f6;
  padding-left: 2%;
  border-top: 1px solid #d0d0d0;
  min-height: 90px;
}
.WePfleg {
  padding-left: 2%;
  border-top: 1px solid #d0d0d0;
  min-height: 90px;
}




/* WEITER-Button in der RSP-Home-Übersicht */
.RSP-weiter {
	width: 90%;
  	border-top: 2px solid #f3f3f3;
  	border-bottom: 2px solid #f3f3f3;
  	padding: 15px 0 15px 0;
  	margin-left: 5%; 
}
/* Zeilenhöhe bei den Pflegeempfehlungen - PDF */
.PflegPDF {
  	line-height: 200%;
}
/* Pfeil rechts, z. B. für Link der Pflegeempfehlungen */
.PfeilR {
  	height: 12px;
  	margin-right: 4px;
}
/* Grafikanpassung - Responsive */
.amensic-image-wrapper{
max-width:90%;
height:auto;
position: relative;
display:block;
margin:0 auto;
}
.amensic-image-wrapper img{
width:100% !important;
height:auto !important;
display:block;
}

/* 6er Gridsystem */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23%;
}

/*  GRID OF FOUR für Produkansicht  */
.span_4_of_41 {
	width: 100%;
}
.span_3_of_41 {
	width: 74.6%;
}
.span_2_of_41 {
	width: 49.2%;
}

.span_1_of_41 {
  	width: 23%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
  	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
  .span_1_of_41, .span_2_of_41, .span_3_of_41, .span_4_of_41 { width: 80%; }
}



.reftab1 {
  padding-right:2px;
}
.reftab2 {
  padding-right:10px;
}

.messeabstand {
  padding-top: 2%;
}
.pcenter {
  text-align: center;
}
.pright {
  text-align: right;
}
.pleft {
  text-align: left;
}

/* Menü Zeilenabstand Desktop */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	line-height: 2;
}
/* Menü Zeilenabstand Tablet+Smart */
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	line-height: 33px;
	font-weight: 700;
}
/* Textverlinkung im offcanvas-Menü */
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler  {
    width: 100%;
    text-align: right;
}