a.disabled {
	pointer-events: none;
}
h1 {
	margin-bottom: 25px;
	font-size: 150%;
	font-weight: bold;
	color: #777777;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #777777;
}

.shop-headline {
	margin-top: 75px;
	margin-bottom: 15px;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: +0.5px;
	color: #777777;
	text-decoration: underline;
}

.ProdSubtitle {
	color: #777777;
}


ul.columns-4 {
	text-align: center;
}

/* Rechtliches, AGB, Datenschutz, etc.; */
.juchheim-agb h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: +0.5px;
	color: #777777;
}

/* Aktionstext, zentriert, Juchheim-Gold, 130%, GROSS */
.Aktionstext {
	font-size: 130%;
	font-weight: bold;
	color: #AE9962;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: +0.5px;
}
.img_rechts {
	float: right;
	margin-right: 10px;
}

/* Aktionstext, rechts, Juchheim-Gold, 130%, GROSS */
.Aktionstext_re {
	font-size: 130%;
	font-weight: bold;
	color: #AE9962;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: +0.5px;
}

/* Produktnamen, gold, fett */
.Produktname {
	font-weight: bold;
	color: #AE9962;
}

/* Produkt-Verlinkungen in Produkttext */

a.ProductLinkBold:link, a.ProductLinkBold:visited {
	color:#ae9962;
	font-weight: bold;
}

a.ProductLinkBold:hover {
	color:#ae9962;
	font-weight: bold;
	text-decoration: underline;
}

/* Produkt Info Hightlight, Schrift normal Juchheim-Grau, Juchheim-Gold Strich links, nicht eingerueckt */
.ProductInfoHighlight {
	font: 14px/22px normal helvetica, sans-serif;
	font-style: normal;
	margin: 1em 0em;
	color: #777777;
	border-left: 4px solid #AE9962;
	padding-left: 1em;
}


/* Zitat light, Schrift normal Juchheim-Grau, kursiv, Juchheim-Gold Strich links */
.zitat_light {
	font: 14px/22px normal helvetica, sans-serif;
	font-style: italic;
	margin: 1em 3em;
	color: #777777;
	border-left: 4px solid #AE9962;
	padding-left: 1em;
}
/* Zitat light, Schrift normal Juchheim-Grau, kursiv, Juchheim-Gold Strich links */
.zitat_light2 {
	font: 14px/16px normal helvetica, sans-serif;
	font-style: italic;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	color: #777777;
	border-left: 1px solid #777777;
	padding-left: 1em;
}
blockquote {
	background: #f9f9f9;
	color: #AE9962;
	border-left: 10px solid #AE9962;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #AE9962;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}
/* Fussnote rechts unten, klein, kursiv, Juchheim-Grau */
.footnote {
	font-size: 75%;
	margin-top: 25px;
	text-align: right;
	color: #777777;
	font-style: italic;
}
/* Kategorie-Bild zentriert */
.cat_img {
	text-align: center;
}
/* Kategorie-Text zentriert */
.cat_txt {
	text-align: center;
}
/* Produkt Header, 125%, fett, GROSS */
.ProdHead {
	padding-top: 25px;
	padding-bottom: 2, 5px;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}
/* Produkt SubHeader, fett */
.ProdSubhead {
	padding-top: 2, 5px;
	font-size: 100%;
	font-weight: bold;
}

p[itemprop="description"] {
	padding-top: 15px;
	font-size: 100%;
	font-weight: bold;	
}

/* Produkt-Header Wirkung, Vorteile, Anwendung, Sonstiges */
.ProdWirkHead, .ProdVortHead, .ProdAnwHead, .ProdSonstHead {
	padding-top: 15px;
	font-size: 100%;
	font-weight: bold;
}
/* Produkt-Listen, Wirkung, Vorteile, Anwendung, Sonstige - Unsortiert */
.ProdWirkList li, .ProdVortList li, .ProdAnwList li, .ProdSonstList li {
	list-style-type: circle !important;
	line-height: 200% !important;
	margin-left: 10px;
	padding-left: 10px;
}
/* Produkt-Listen, Sonstige - Nummeriert */
.ProdSonstListSort li {
	list-style-type: decimal !important;
	line-height: 200% !important;
	margin-left: 10px;
	padding-left: 10px;
}
/* Produkt-Listen, Sonstige - Unsortiert */
.ProdSonstListUnsort li {
	list-style-type: circle !important;
	line-height: 200% !important;
	margin-left: 10px;
	padding-left: 10px;
}

/* Produkt-Bilder Anwendung inkl. Bildunterschrift */
figure, figcaption {
	margin: 0;
	padding: 0;
}
figure.single {
	position: relative;
	display: inline-block;
	width: 32.9%;
	text-align: center;
	margin: auto;
}

figure.single100 {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: auto;
}

figure img {
	width: 100%;
	display: block;
}
figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}
figure.gesamt {
	color: black;
	background: white;
	margin-left: auto;
	margin-right: auto;
}


/* DIV 2/3 - 1/3 Bild rechts*/

.main_21re{
  width:1150px;
  height:auto;
  overflow:auto;
}

.left_21re{
  width:760px;
  float:left;
  height:auto;
  overflow:auto;
}

.left_21re img{
  float:right;
}

.right_21re {
  width:380px;
  float:right;
  height:auto;
}

/* Bild center */
.imgcenter {
  width:1150px;
  height:auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Bilder links */

img.imglinks15 {
  height:auto;
  width: 15%;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 5px;
  float: left;
}

img.imglinks33 {
  height:auto;
  width: 33%;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 5px;
  float: left;
}

/* Bilder rechts */

img.imgrechts {
  height:auto;
  width: 300px;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
}

img.imgrechts15 {
  height:auto;
  width: 15%;
  text-align: center;
  margin-left: 5px;
  margin-bottom: 5px;
  float: right;
}

img.imgrechts25 {
  height:auto;
  width: 25%;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 5px;
  float: right;
}

img.imgrechts33 {
  height:auto;
  width: 33%;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
}

img.imgrechts50 {
  height:auto;
  width: 50%;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
}

img.imgrechts80 {
  height:auto;
  width: 80%;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 15px;
  float: right;
}


.setclear {
	clear: both;
}

/* */

#berater_main {
	text-align:center;
	margin: 0px auto;
}

#berater_re {
	float: right;
	width: 30%;
	text-align:left;
	margin-left: 10px;
}

#berater_li {
	display: table-cell;
	vertical-align: middle;
	height: 110px;
	width: 70%;
}

#beraterimg_re {
	text-align:left;
}

/* Formatierung Seite Wirkstoffe */

.WirkHeaderBox {
	border-bottom: 2px solid #e6e6e6;
	width: 100%;
	float: left;
}

.WirkHeaderText {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 -2px;
	text-transform: uppercase;
	width: auto;
	border-bottom: 3px solid #ae9962;
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}

.WirkSubHeader {
	color:#AE9962;
	text-transform:uppercase;
}

.WirkHeadTextCenter {
	text-align:center;
	margin: 20px;
	padding: 20px;
	display: block;
	overflow: hidden;
}

.WirkTextBox {
	display:block;
	overflow:hidden;
	border-bottom: 2px solid lightgrey;
}

.WirkTextBoxre {
	width:46%;
	margin:1%;
	padding:8% 1%;
	float:left;
	display: inline-block;
	overflow: hidden;
}

.WirkPicli {
	width:46%;
	margin:1%;
	padding:1%;
	float:right;
	display: inline-block;
	overflow: hidden;
}

.WirkTextBoxli {
	width:46%;
	margin:1%;
	padding:1%;
	float:left;
	display: inline-block;
	overflow: hidden;
}

.WirkPicre {
	width:46%;
	margin:1%;
	padding:8% 1%;
	float:right;
	display: inline-block;
	overflow: hidden;
}

/* Tabelle */
table.nrvtable {
	width: 400px;
	margin: auto;
}

td.nrvtablere, th.nrvtablere {
	text-align: right;
}

/* Menueanpassung */
a.dc-mega {
	padding: 13px 4px 38px 4px !important;
}