* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html,
body {
	color: #333;
	font: normal 18px/1.5 "Flexo-Regular";
	background:#fff;
}

::-moz-selection {
	background: #ccc;
	text-shadow: none;
}

::selection {
	background: #ccc;
	text-shadow: none;
}

p {
	margin: .5em 0;
}

h1 {
	font: normal 2rem/1.2 "Flexo-Demi";
}

h2 {
	font: normal 1.3rem/1.4 "Flexo-Demi";
	margin: 2rem 0 1rem 0;
}

h3 {
	font: normal 1.3rem/1.4 "Flexo-Demi";
	margin: 1rem 0 0 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

figure {
	margin: 1.5em 0;
	max-width: 100%;
}

figure>img {
	max-width: 100%;
}

textarea {
	resize: vertical;
}

ul {
	/*list-style-type: none;*/
	padding-left: 1em;
	margin-top: 1em; 
}

section {
	max-width: 1280px;
	/*padding: 6rem;*/
	margin: 0 auto;
	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
}

.browserupgrade {
	display: none;
	width: 100vw;
	position: relative;
	background: #ff0000;
	padding: 4rem;
	font-size: 2rem;
	color: #fff;
}

.IE11 .browserupgrade {
	display: block;
}

.ani {
    transition-property: all; 
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dur01 {
    transition-duration: .1s;
}

.dur02 {
    transition-duration: .2s;
}

.dur03 {
    transition-duration: .3s;
}

.dur04 {
    transition-duration: .4s;
}

.dur05 {
    transition-duration: .5s;
}

.dur06 {
    transition-duration: .6s;
}

.dur07 {
    transition-duration: .3s;
}

.dur08 {
    transition-duration: .8s;
}

.dur09 {
    transition-duration: .9s;
}

.dur10 {
    transition-duration: 1s;
}

.dur11 {
    transition-duration: 1.1s;
}

.dur15 {
    transition-duration: 1.5s;
}

.dur20 {
    transition-duration: 2s;
}

.dur30 {
    transition-duration: 3s;
}

.io,
.inViewAnim,
.steps {
    opacity: 0;
}

.inViewAnim.steps {
    opacity: 1;
}

.inView,
.steps.inView,
.steps.io {
    opacity: 1;
}

.pHeader {
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.hixLogo {
	padding: 1rem 0 0 1rem;
	width: 10rem;
	height: auto;
}

.mMnu .hixLogo {
	display: none;
}

.mMnu {
	display: flex;
	position: absolute;
	right: 0;
	top: .6em;
	padding-right: 1rem;
}

.mMnuList {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

.mMnuItm {
	display: block;
	padding-left: 2rem;
}

.mMnuItm.lng {
	padding-left: .5rem;
}

.mMnu__submenu {
	position: absolute;
	display: none;
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

.mMnu__subMnuItm {
	margin-top: .25em;
}

.mMnuItm--with-subMnu:hover > .mMnu__submenu {
	display: block;
}

.mMnuLink,
.mMnu__subMnuTitle {
	position: relative;
	display: inline-block;
	font: normal 1rem/1 "Flexo-Demi";
	letter-spacing: 0.02em;
	color: #fff;
    vertical-align: text-bottom;
    cursor: pointer;
}

.mMnuItm:not(.mMnuItm--with-subMnu) .mMnuLink::after,
.mMnu__subMnuTitle::after {
	content:'';
	position: absolute;
	margin-top: .25rem;
	display: block;
	width: 0%;
	border-bottom: 2px solid #fff;
	transition: width 0.6s cubic-bezier(0.110, 0.005, 0.000, 1.005), opacity 0.6s cubic-bezier(0.110, 0.005, 0.000, 1.005);
}

.mMnuLink:hover::after,
.mMnu__subMnuTitle:hover::after {
	width: 100%;
}

.langMenu {
	margin-left: 1em;
}

.langSwitch {
	font: normal 1rem/1 "Flexo-Light";
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: inherit;
}

.intro {
	max-width: 100vw;
	padding: 0;
}

.intro-text {
	position: relative;
	font-size: 1.25em;
/*     left: 10%;
    max-width: 60vw; */
    margin-bottom: 5em;
}

.heroSlider {
	position: relative;
}

.slide,
.heroImage {
	position: relative;
	height: 100vh;
	margin: 0;
	overflow: hidden;
}

.heroImage--no-image {
	height: 60vh;
}

.heroImage.small {
	height: 60vh;
}

.heroImage.small .pageTitle {
	font:normal 4rem/1.3 "Flexo-Regular";
	color: #fff;
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
    top: 35%;
    transform: translateY(-50%);
}

.heroImage.small .pageTitle.narrow {
	max-width: 1024px;
}

.arrow {
	position: absolute;
	display: block;
	top: 35%;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: url("../img/arrow.svg") no-repeat center / 50%, rgba(255,255,255,0.3);
	/*transform: rotate(-90deg);*/
	z-index: 500;
	transform: scale(1);
	cursor: pointer;
	opacity: 0.5;
}

.arrow.left {
	left: 0;
	margin-left: 2rem;
	transform: rotate(-90deg);
}

.arrow.left:hover {
	transform: rotate(-90deg) scale(1.2);
	opacity: 1;
}

.arrow.right {
	right: 0;
	margin-right: 2rem;
	transform: rotate(90deg);
}

.arrow.right:hover {
	transform: rotate(90deg) scale(1.2);
	opacity: 1;
}

.slide .curve,
.heroImage .curve,
.curveClone {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 103%;
	/*z-index: 100;*/
	max-width: initial;
}

.curveClone {
	display: none;
}

.slide .curve,
.heroImage .curve {
	transition: opacity 1s cubic-bezier(0.110, 0.005, 0.000, 1.005);
	opacity: 0;
}

.set .curve,
.heroImage .curve {
	opacity: 1;
}




/* -------------------------------- Color-Themes*/
.theme-yellow-orange.slide,
.theme-yellow-orange .heroImage,
.theme-yellow-orange .theme-background-gradient {
    background: linear-gradient(60deg, #d8470f, #f8c904);
}

.theme-yellow-orange.slide .curve,
.theme-yellow-orange .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(216,71,15,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(216,71,15,0.5) );	
}

.theme-yellow-orange .pInfos,
.theme-yellow-orange .theme-color {
	color: #d87313;
}

.theme-yellow-orange .tabWrap,
.theme-yellow-orange .theme-background {
	background: #fe7e00;
}

.theme-yellow-orange.product {
    background: radial-gradient(#ffde00, #d8470f);
}




.theme-light-blue.slide,
.theme-light-blue .heroImage,
.theme-light-blue .theme-background-gradient {
    background: linear-gradient(60deg, #0073a0, #93e1ff);
}

.theme-light-blue.slide .curve,
.theme-light-blue .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(0,115,160,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(0,115,160,0.5) );	
}

.theme-light-blue .pInfos,
.theme-light-blue .theme-color {
	color: #0073a0;
}

.theme-light-blue .tabWrap,
.theme-light-blue .theme-background {
	background: #0073a0;
}

.theme-light-blue.product {
    background: radial-gradient(#93e1ff, #258fb8);
}




.theme-light-grey.slide,
.theme-light-grey .heroImage,
.theme-light-grey .theme-background-gradient {
    background: linear-gradient(60deg, #6b6b6b, #d7d7d7);
}

.theme-light-grey.slide .curve,
.theme-light-grey .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(107,107,107,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(107,107,107,0.5) );	
}

.theme-light-grey .pInfos,
.theme-light-grey .theme-color {
	color: #6b6b6b;
}

.theme-light-grey .tabWrap,
.theme-light-grey .theme-background {
	background: #6b6b6b;
}

.theme-light-grey.product {
    background: radial-gradient(#fff, #909090);
}





.theme-purple.slide,
.theme-purple .heroImage,
.theme-purple .theme-background-gradient {
    background: linear-gradient(60deg, #4d1d2c, #d53eaf);
}

.theme-purple.slide .curve,
.theme-purple .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(77,29,44,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(77,29,44,0.5) );	
}

.theme-purple .pInfos,
.theme-purple .theme-color {
	color: #832a60;
}

.theme-purple .tabWrap,
.theme-purple .theme-background {
	background: #832a60;
}

.theme-purple.product {
    background: radial-gradient(#d53eaf, #6f254d);
}






.theme-mint.slide,
.theme-mint .heroImage,
.theme-mint .theme-background-gradient {
    background: linear-gradient(60deg, #7dccd8, #006f76);
}

.theme-mint.slide .curve,
.theme-mint .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(0,111,118,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(0,111,118,0.5) );	
}

.theme-mint .pInfos,
.theme-mint .theme-color {
	color: #006f76;
}

.theme-mint .tabWrap,
.theme-mint .theme-background {
	background: #006f76;
}

.theme-mint.product {
    background: radial-gradient(#92fef8, #259397);
}






.theme-orange.slide,
.theme-orange .heroImage,
.theme-orange .theme-background-gradient {
    background: linear-gradient(60deg, #8a2900, #fe7e00);
}

.theme-orange.slide .curve,
.theme-orange .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(138,41,0,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(138,41,0,0.5) );	
}

.theme-orange .pInfos,
.theme-orange .theme-color {
	color: #d87313;
}

.theme-orange .tabWrap,
.theme-orange .theme-background {
	background: #fe7e00;
}

.theme-orange.product {
    background: radial-gradient(#fe7e00, #a73e00);
}






.theme-yellow.slide,
.theme-yellow .heroImage,
.theme-yellow .theme-background-gradient {
	background: linear-gradient(60deg, #d87313, #f8c904);
}

.theme-yellow.slide .curve,
.theme-yellow .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(200,85,10,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(200,85,10,0.5) );	
}

.theme-yellow .pInfos,
.theme-yellow .theme-color {
	color: #d87313;
}

.theme-yellow .tabWrap,
.theme-yellow .theme-background {
	background: #d87313;
}

.theme-yellow.product {
    background: radial-gradient(#f8c904, #d87213);
}







.theme-green.slide,
.theme-green .heroImage,
.theme-green .theme-background-gradient {
    background: linear-gradient(60deg, #3b6d1b, #bbe2a1);
}

.theme-green.slide .curve,
.theme-green .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(71,127,34,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(71,127,34,0.5) );	
}

.theme-green .pInfos,
.theme-green .theme-color {
	color: #61993c;
}

.theme-green .tabWrap,
.theme-green .theme-background {
	background: #61993c;
}

.theme-green.product {
    background: radial-gradient(#7bc24c,#4d792f);
}






.theme-lilac.slide,
.theme-lilac .heroImage,
.theme-lilac .theme-background-gradient {
    background: linear-gradient(60deg, #664f89,#bcb2ce);
}

.theme-lilac.slide .curve,
.theme-lilac .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(73,29,88,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(73,29,88,0.5) );	
}

.theme-lilac .pInfos,
.theme-lilac .theme-color {
	color: #664f89;
}

.theme-lilac .tabWrap,
.theme-lilac .theme-background {
	background: #664f89;
}

.theme-lilac.product {
    background: radial-gradient(#bcb2ce, #664f89);
}



/*.theme-lilac.slide,
.theme-lilac .heroImage,
.theme-lilac .theme-background-gradient {
    background: linear-gradient(60deg, #b0528f, #ffc2dc);
}*/

.theme-rose.slide,
.theme-rose .heroImage,
.theme-rose .theme-background-gradient {
    background: linear-gradient(60deg, #975aa0,#cab2cc);
}

.theme-rose.slide .curve,
.theme-rose .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(176,82,143,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(176,82,143,0.5) );	
}

.theme-rose .pInfos,
.theme-rose .theme-color {
	color: #b0528f;
}

.theme-rose .tabWrap,
.theme-rose .theme-background {
	background: #b0528f;
}

.theme-rose.product {
    background: radial-gradient(#cab2cc, #975aa0);
}






.theme-pink-violet.slide,
.theme-pink-violet .heroImage,
.theme-pink-violet .theme-background-gradient {
    background: linear-gradient(60deg, #4a1b67, #cf3c8f);
}

.theme-pink-violet.slide .curve,
.theme-pink-violet .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(140,44,123,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(140,44,123,0.5) );	
}






.theme-red.slide,
.theme-red .heroImage,
.theme-red .theme-background-gradient {
    background: linear-gradient(60deg, #6a1515, #e10808);
}

.theme-red.slide .curve,
.theme-red .heroImage .curve {
	-webkit-filter: drop-shadow( 0 -2rem 2rem rgba(106,21,21,0.5) );
            filter: drop-shadow( 0 -2rem 2rem rgba(106,21,21,0.5) );	
}

.theme-red .pInfos,
.theme-red .theme-color {
	color: #b60d0d;
}

.theme-red .tabWrap,
.theme-red .theme-background {
	background: #b60d0d;
}

.theme-red.product {
    background: radial-gradient(#ff0f0f,#932333)
}








.pTextBox {
	position: absolute;
	display: block;
	color: #fff;
	max-width: 40vw;
	top: 20vh;
	left: 37vw;
}

.heroImage--no-image .pTextBox {
	
top: 20%;
	
left: 10%;
	
max-width: 60vw;
}

.mAll .pTextBox {
	left: 55vw;
    top: 10vh;
}

.multivitamin-gummies .pTextBox {
 top: 30vh;
}

.kids-multivitamin-gummies .pTextBox,
.multivitamin-popping-sticks .pTextBox {
	left: 34vw;
}

.multivitamin-popping-sticks .pTextBox {
	left: 40vw;
}

.mBaby .pTextBox {
	top: 15vh;
	left: 32vw;
}

.bone-health-gummies .pTextBox {
	left: 40vw;
}

.shape-chews .pTextBox {
	left: 40vw;
}

.relax-gummies .pTextBox {
	left: 35vw;
	top: 13vh;
	max-width: 38vw;
}

.pClaim {
	font:normal 4rem/1.3 "Flexo-Regular";
	margin-bottom: 2rem;
	transform: translateX(3rem);
	opacity: 0;
	transition: transform 1.2s cubic-bezier(0.110, 0.005, 0.000, 1.005), opacity 1.2s cubic-bezier(0.110, 0.005, 0.000, 1.005);
}

.heroImage--no-image .pClaim {
	font-size: 3em;
	margin: 0;
}

.set .pClaim,
.heroImage .pClaim  {
	transform: translateX(0);
	opacity: 1;
}

.pTextBox .pLink {
	display: block;
	font:normal 1.5rem/1.5 "Flexo-Regular";
	opacity: 0;
	transform: translateX(0);
	transition: transform .7s cubic-bezier(0.110, 0.005, 0.000, 1.005), opacity 4s cubic-bezier(0.110, 0.005, 0.000, 1.005);
}

.set .pTextBox .pLink,
.heroImage .pTextBox .pLink {
	opacity: 1;
}

.pTextBox .pLink:hover {
	transform: translateX(1rem);
}

.heroImage .pTextBox .pLink:hover {
	transform: translateX(0);
}

.person {
	width:  initial;
	position: absolute;
	display: block;
	transform: translateX(-10vw);
	opacity: 0;
	transition: transform 1.5s cubic-bezier(0.110, 0.005, 0.000, 1.005), opacity 1.5s cubic-bezier(0.110, 0.005, 0.000, 1.005);
}

.set .person,
.heroImage .person {
	opacity: 1;
	transform: translateX(0);
}

.person.pr-mood-img--jumping-woman {
	height: 70vh;
	top: 0;
	margin-top: 3rem;
	left: 10vw;
}

.person.pregWoman {
    height: 82vh;
    bottom: 10vh;
    left: 5vw;
}

.person.pr-mood-img--family {
    height: 82vh;
    bottom: 10vh;
    left: -11vw;
}

.person.pr-mood-img--boy-and-grandpa {
    height: 82vh;
    bottom: 10vh;
    left: -5vw;
}

.person.pr-mood-img--man-touching-tummy {
    height: 75vh;
    bottom: 13vh;
    left: 0vw;
}

.person.pr-mood-img--jumping-man {
	height: 95vh;
    bottom: 0;
    left: 8vw;
}

.person.pr-mood-img--blink-woman {
	height: 80vh;
    bottom: 15vh;
    left: 4vw;
}

.person.pr-mood-img--yoga-woman-yellow {
    height: 93vh;
    bottom: 0;
    left: 7vw;
}

.person.pr-mood-img--vacation-family {
    height: 82vh;
    bottom: 10vh;
    left: 0;
}

.person.heartWoman {
	height: 80vh;
    bottom: 15vh;
    left: 0;
}

.person.pr-mood-img--jumping-girl-01{
	height: 75vh;
    bottom: 18vh;
    left: 5vw;
}

.person.pr-mood-img--boy-sticking-out-tongue {
	height: 80vh;
    bottom: 15vh;
    left: 0;
}

.person.pr-mood-img--balance-woman{
	height: 70vh;
    bottom: 23vh;
    left: 3vw;
}

.packshot-big {
	display: block;
	position: absolute;
	right: 5vw;
	width: initial;
	bottom: 0;
	/*opacity: 0;*/
	z-index: 100;
	transform: translateY(3rem);
	transition: opacity 1s linear, transform 2s cubic-bezier(0.110, 0.005, 0.000, 1.005);
	/*transition-delay: .5s;*/
}

.set .packshot-big,
.heroImage .packshot-big {
	transform: translateY(0);
	/*opacity: 1;*/
}


/*Grafik*/
.productSpectrum {
	margin: 4rem 0 6rem 0;
}

#psLogo,
#psCats .psText {
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.110, 0.005, 0.000, 1.005);
}

#psLogo.inView,
#psCats .psText.inView {
	opacity: 1;
}

#diagramm .psPart {
	transform-origin: 50% 53%;
	transform: scale(0);
	cursor: pointer;
	transition: transform 0.7s cubic-bezier(0.110, 0.005, 0.000, 1.005);
}

#diagramm .psPart.inView {
	transform: scale(1);
}

#diagramm .psPart:hover {
	transform: scale(1.05);
}

#diagramm .psPart .inner {
	transition: opacity 1s cubic-bezier(0.110, 0.005, 0.000, 1.005);
}

#diagramm .psPart:hover .inner {
	opacity: 1;
}


/*#products {
	position: relative;
	padding-top: 0;
}*/

.shCov {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	z-index: 100;
	background: #fff;
	margin-top: -1px;
}

.psList {
    display: flex;
    flex-wrap: wrap;
}

.pListItem {
    display: inline-flex;
    width: 50%;
}

.product {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	z-index: 200;
	margin: 0;
}

.hovBg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
    background: radial-gradient(#fff, rgba(255,255,255,0));
	transition: opacity 0.7s cubic-bezier(0.110, 0.005, 0.000, 1.005);
}

.product:hover .hovBg {
	opacity: 0.4;
}

/*.product.grdRed {
    background: radial-gradient(#ff0f0f, #932333);
}*/

.pListItem .pLink {
	width: 100%;
}

.packshot {
	position: absolute;
    padding: 7rem;
    width: 100%;
	transform: scale(2);
}

.inView .packshot {
	transform: scale(1);
}

.product:hover .packshot {
	transform: scale(1.1);
}

.pTitle {
    color: #fff;
    font: normal 1.1rem/1.5 "Flexo-ThinIt";
    letter-spacing: 0.02em;
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    transform: translateX(3rem);
}

.pTitle.inView {
    transform: translateX(0);
}

.pName {
	letter-spacing: 0.075em;
}

.introText {
	margin-top: 2rem;
    display: flex;
    margin-bottom: 2rem;
}

.pText {
	max-width: 35em;
}

.column1,
.column2 {
	width: 50%;
}

.column1 {
    padding-right: 2rem;
}

#about,
.pInfos {
	position: relative;
    margin-top: 10rem;
    z-index: 100;
}

.pInfos {
    margin-top: 4rem;
}

/* Tables
================================== */
.tabWrap {
	padding: 2rem;
	margin-bottom: 8rem;
	color: #fff;
	overflow-x: hidden;
}

.nutTable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2rem;
}

tbody {
	/*border-top: 2px solid #fff;*/
	/*background: red;*/
	/*padding:; 2rem;*/
}

td,
th {
	padding: .3rem 0;
	text-align: right;
	letter-spacing: 0.02em;
	/*font-size: 0.9rem;*/
}

td {
	vertical-align: top;
}

th {
	font-weight: normal;
	white-space: nowrap;
}

.mainColHead1 {
	font-family: "Flexo-Demi";
	text-align: left;
	border-bottom: 2px solid #fff;
}

.mainColHead2 {
	font-family: "Flexo-Demi";
	text-align: center;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.subColHead th {
	padding-top: 2rem;
	font-family: "Flexo-Demi";
}

th:first-of-type {
	text-align: left;
}

th:nth-of-type(2),
td:first-of-type {
	padding-right: 1rem;
}

th:nth-of-type(3),
td:nth-of-type(2) {
	border-left: 2px solid #fff;
	padding-right: .5rem;
}

td:nth-of-type(2) {
	padding-left: .5rem;
}

tr:first-of-type th:not(:last-child) {
	border-right-color: #fff;
}

tr:first-child th:first-child,
tr:not(:first-child):not(:last-child) th {
	border-bottom-color: #fff!important;
}

caption {
	font: normal 1rem/1.5 "Flexo-Demi";
	margin-bottom: .5rem;
	text-align: left;
	letter-spacing: 0.02em;
}

.nutCaption {
	font: normal 2.2rem/1.5 "Flexo-Regular";
	margin: 2.5em 0 1em 0;
}

.tabWrap .hint {
	padding: .5rem 0;
}

.midSizeText {
	font-size: 1.3rem;
	line-height: 1.5;
}

.backLink {
	display: block;
	margin-top: 4rem;
	color: #878787;
	font-size: 1.5rem;
	line-height: 1.35;
}

.backLink::before {
	content:'←';
	display: block;
	float: left;
	padding-right: .5rem;
	height: 3em;
	transform: translateX(0);
	transition: transform 1.2s cubic-bezier(0.110, 0.005, 0.000, 1.005);

}

.backLink:hover::before {
	transform: translateX(-1rem);
}

.button {
	display: inline-block;
    padding: 1em 1.2em;
    background: #5db9dc;
    border-radius: 10px;
    margin: 2rem 0 2rem 0;
    font: normal 1.1rem/1 "Flexo-Demi";
    color: #fff;
    letter-spacing: 0.03em;
    /*transform: scale(1);*/
    transform: translateX(0);
}

.button:hover {
	/*transform: scale(.9);*/
	transform: translateX(10%);
	background: #969595;
}

.smButton {
    display: inline-block;
    margin-right: .5rem;
}

.smButtonLink {
	display: block;
	width: 3rem;
	height: 3rem;
	background: #5db9dc;
    border-radius: 10px;
    padding: .75rem;
}

.smButtonLink:hover {
	background: #969595;
}

.smButtonIcon {
	width: 100%;
	height: 100%;
}

.hunziker {
    padding: 0 0 20rem 0;
    background: url("../img/pictoWall.png") no-repeat right top / 50%, linear-gradient(5deg, #8e8e8e, #fff);
    max-width: 100vw;
    margin-top: -5rem;
    z-index: 0;
}

.curveBottom {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
}

.hunzikerWrap {
    padding-left: 6rem;
    padding-right: 6rem;
    max-width: 840px;
}

.hunzikerLink {
	background: #fff;
	color: #9d9d9d;
}

.hunzikerLink:hover {
	color: #fff;
}

footer {
	position: relative;
	padding: 2rem;
	margin-top: -8rem;
}

footer .hixLogo {
	padding: 0;
	margin-bottom: 1rem;
}

footer.ext {
    background: linear-gradient(5deg, #8e8e8e, #fff);
    padding: 0;
    margin-top: 1rem;
}

.footWrap {
	padding: 0 0 2rem 2rem;
}

.footLine {
    font-size: .8rem;
    padding-right: 5rem;
}

.scrollUp {
	position: absolute;
	right: 0;
	top: 0;
	margin: 3rem 2rem 0 0;
	display: block;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: url("../img/arrow.svg") no-repeat center / 50%, rgba(255,255,255,0.3);
	/*transform: rotate(-90deg);*/
	z-index: 500;
	transform: scale(1);
	cursor: pointer;
}

.ext .scrollUp {
	top: initial;
	bottom: 2rem;
}

.scrollUp:hover {
	transform: scale(1.2);
}

#menuButton {
	display: none;
}

.narrow {
	max-width: 1024px;
}

.buList {
    list-style-type: disc;
    padding-left: 2em;
    margin: 1rem 0 2em 0;
}

.buListItem {
	margin-bottom: .5em;
}




.articles-overview {
	display: flex;
	flex-wrap: wrap;
}

/*  Health-Blog-Article Teaser */

.article-teaser {
	display: flex;
	width: 48%;
	margin-bottom: 2em;
	height: 27em;
	overflow: hidden;
}

.article-teaser:nth-child(2n) {
	padding-right: 1%;
}

.article-teaser:nth-child(2n+1) {
	padding-left: 1%;
}

.article-teaser:first-child {
	padding-left: 0;
}

.article-teaser--latest {

width: 100%;

height: auto;

margin-bottom: 5em;
}

.article-teaser__figure {

overflow: hidden;

width: 100%;

margin: 0;

position: relative;
}

.article-teaser__figure::after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

.article-teaser--latest .article-teaser__figure {
	width: 50%;
	padding-right: 2em;
	height: 100%;
}

.article-teaser__image {

position: absolute;

top: 0;

left: 0;

bottom: 0;

right: 0;

width: 100%;

height: 100%;

object-fit: cover;

object-position: center;

transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.article-teaser--latest .article-teaser__image {
position: relative;
}

.article-teaser:not(.article-teaser--latest):hover .article-teaser__image {
	transform: scale(1.2);
}

.article-teaser__text {

}

.article-teaser--latest .article-teaser__text {
	width: 50%;
}

.article-teaser__subtitle {

margin: .5em 0;

font-size: 1em;

font-family: Flexo-Regular;
}

.article-teaser--latest .article-teaser__subtitle {

font-size: 1.5em;
margin: 0;
}

.article-teaser__title {

font-size: 1.7em;

margin: 0 0 .5em 0;
}

.article-teaser--latest .article-teaser__title{

font-size: 2em;
}

.article-teaser__teaser-text {

}

.article-teaser--latest .article-teaser__teaser-text {
	
font-size: 1.25em;
}

.article-teaser__read-more-button {

}





/*  Health-Blog-Article */

.article__subtitle {
	font: normal 2em/1.4 "Flexo-Regular";
	margin: 0 0 0.1em 0;
}











/*Helper*/

.hidden {
	display: none !important;
}

.fullscreen {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.errortext {
	position: absolute;
	color: #fff;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
































@media only screen and (max-width: 1800px) {

	.bone-health-gummies .pTextBox {
		left: initial;
		right: 20vw;
		top: 10vh;
	}


	.shape-chews .pTextBox {
		    left: 45vw;
	    top: 15vh;
	}

	.multivitamin-popping-sticks .pTextBox {
   	 	left: 36vw;
   	 	max-width: 37vw;
 }

}

@media only screen and (max-width: 1700px) {
	.packshot-big, .heroImage .packshot-big {
	    width: 30vw;
	}

	.multivitamin-gummies .pTextBox {
		left: 33vw;
	}

	.shape-chews .pTextBox {
	    left: 40vw;
	}
}

@media only screen and (max-width: 1600px) {
	section {
	    max-width: 1100px;
	}
}

@media only screen and (max-width: 1500px) {
	.pClaim {
		font-size: 3rem;
		line-height: 1.25;
		margin-bottom: 1.5rem;
	}

	.mAll .pTextBox {
		top: 20vh;
    right: initial;
    left: 62vw;
        max-width: 36vw;
}

	.mBaby .pTextBox {
	    left: 34vw;
	}

	.bone-health-gummies .pTextBox {
	    top: 20vh;
	}

	.multivitamin-gummies .pTextBox {
	    left: 33vw;
	    top: 35vh;
	}

	.shape-chews .pTextBox {
	    left: 45vw;
	    top: 25vh;
	}

	.person.pr-mood-img--boy-sticking-out-tongue {
		left: -10vw;
	}
}


@media only screen and (max-width: 1400px) {
	section {
	    max-width: 1024px;
	}

	.heroImage--no-image .pClaim {
		font-size: 2.4em;
		margin: 0;
	}

	.article__subtitle {
		font: normal 1.6em/1.4 "Flexo-Regular";
		margin: 0 0 0.1em 0;
	}
	
	.person.pr-mood-img--family {
		height: auto;
		max-height: 85vh;
		bottom: 10vh;
		left: -11vw;
		max-width: 70vw;
		object-fit: contain;
		object-position: bottom;
	}

	.person.pr-mood-img--man-touching-tummy {
    height: 75vh;
    bottom: 15vh;
    left: 0vw;
}

	.mAll .pTextBox {
    left: 60vw;
        max-width: 30vw;
}

.mAll .pClaim {
    font-size: 2.5rem;
}

	.bone-health-gummies .pTextBox {
		max-width: 30vw;
		right: initial;
		left: 40vw;
		top: 20vh;
	}

	.eye-health-gummies .pTextBox {
		left: 35vw;
	}

	.kids-multivitamin-gummies .pTextBox {
		max-width: 30vw;
	    left: 34vw;
	}

	.multivitamin-popping-sticks .pTextBox {
		/* max-width: 30vw; */
		left: 32vw;
	}

	.shape-chews .pTextBox {
		max-width: 30vw;
		left: 39vw;
	}
}

@media only screen and (max-width: 1250px) {
	section {
	    max-width: 950px;
	}
}

@media only screen and (max-width: 1200px) {
	section {
	    max-width: 900px;
	}

.mAll .pClaim {
    font-size: 2rem;
}

.mAll .pTextBox {
    top: 15vh;
 }
	.packshot-big, .heroImage .packshot-big {
	    width: 40vw;
	    right: 0;
	}

	.pTextBox {
		max-width: 50vw;
	}
.pClaim {
    font-size: 2rem;
}

.pTextBox .pLink {
    font-size: 1.1rem;
}

.bone-health-gummies .pTextBox {
    max-width: 40vw;
    left: 52vw;
}

.energy-chews .pTextBox,
.ginger-pastilles .pTextBox {
	left: 47vw;
}

.kids-multivitamin-gummies .pTextBox {
    left: 43vw;
}

.multivitamin-popping-sticks .pTextBox {
    left: 32vw;
    max-width: 30vw;
}

.person.pr-mood-img--blink-woman,
.person.heartWoman,
.person.pr-mood-img--boy-sticking-out-tongue {
    bottom: 10vh;
}

.person.pr-mood-img--man-touching-tummy {
    height: 75vh;
    bottom: 12vh;
    left: 0vw;
}

.shape-chews .pTextBox {
    max-width: 40vw;
    left: 50vw;
    top: 17vh;
}

.heroImage.small .pageTitle {
	font-size: 3rem;
	padding: 0 2rem;
}
}



@media only screen and (max-width: 1100px) {

.mMnu {
	display: block;
}

#menuButton {
		display: block;
		    position: absolute;
    right: 1rem;
    top: 1rem;
        margin-top: 4px;
        z-index: 1000;
	}

#menuButton .iconWrap div {
	width: 32px;
	height: 4px;
	margin-bottom: 4px;
	background: #fff;
	transform-origin: 50% 50%;
}

#menuButton:hover .iconWrap div:nth-of-type(1) {
	width: 33px;
}

#menuButton:hover .iconWrap div:nth-of-type(2) {
	width: 40px;
}

#menuButton:hover .iconWrap div:nth-of-type(3) {
	width: 30px;
}

#menuButton.active:hover .iconWrap div {
	width: 40px;
}

#menuButton.active:hover {
	transform: rotate(180deg);
}

#menuButton.active .iconWrap div:nth-of-type(1) {
	transform: translate(-4px, 8px) rotate(45deg);
	width: 40px;
}

#menuButton.active .iconWrap div:nth-of-type(2) {
	opacity: 0;
	pointer-events: none;
}

#menuButton.active .iconWrap div:nth-of-type(3) {
	transform: translate(-4px, -8px) rotate(-45deg);
	width: 40px;
}

.menuAnim {
-webkit-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1); 
	-moz-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */

	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); 
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}
	
	.mMnu {
	position: fixed;
	background: linear-gradient(75deg, #555, #777);
	top: 0;
	padding: 0rem 0rem 2rem 0rem;
	min-width: 20em;
	height: 100vh;
	bottom: initial;
	box-shadow: 0rem 0rem 2rem #000;
	transform: translate(110%, 0);
	}

	.active.mMnu {
        transform: translate(0,0);
 }

	.mMnu .hixLogo {
		display: block;
	}

	.mMnuList {
		margin-top: 6rem;
		padding: 0 1rem 2rem 1rem;
		flex-direction: column;
	}

	.mMnuList.langMenu {
		margin: 0;
		display: block;
	}

	.mMnuItm,
	.mMnu__subMnuTitle {
		display: block;
		margin-bottom: 1em;
		padding-left: 0;
	}

	.langMenu .mMnuItm {
		display: inline-block;
	}

	.mMnu__submenu {
		position: relative;
	}

	.mMnuLink,
	.mMnu__subMnuTitle,
	.langSwitch {
	    font-size: 1.2rem;
	}

	.mMnu__subMnuItm {
		padding: .5em 0 0 .5em;
	}

	.langSwitch {
		margin-top: 1em;
	}
	
	section {
	    max-width: 1024px;
	}

	.mAll .pTextBox {
    left: 65vw;
}

	.stdPad {
		padding: 0 2rem;
	}

	.pTitle {
		font-size: .9rem;
		padding: 1rem;
	}

	.packshot {
	    padding: 3rem 4rem 5rem 4rem;
	}

	.hunzikerWrap {
		padding-top: 5rem;
	    max-width: 640px;
	}

	.hunziker {
	    padding: 0 0 10rem 0;
        margin-top: -2rem;
	}

	.tabWrap {
		margin-bottom: 4rem;
	}

	.backLink {
		font-size: 1.2rem;
		margin-top: 3rem;
	}

	.relax-gummies .pTextBox {
		left: 49vw;
		top: 9vw;
		max-width: 46vw;
	}

	.multivitamin-popping-sticks .pTextBox {
		left: 42vw;
		top: 10vh;
		max-width: 50vw;
	}

	.fiber-gummies .pTextBox {
    left: 42vw;
    top: 10vh;
}
}

@media only screen and (max-aspect-ratio: 1/1) and (max-width: 950px) {

.person.pr-mood-img--family {
	top: initial;
	    bottom: 7vh;
}
	.slide, .heroImage {
    height: 80vh;
}

.heroImage.heroImage--no-image {
	height: 45vh;
}
	.pTextBox {
	    max-width: 30vw;
	}

.person,
.person.pr-mood-img--jumping-man,
.person.pr-mood-img--balance-woman,
.person.pr-mood-img--jumping-woman,
.person.pregWoman,
.person.pr-mood-img--boy-and-grandpa,
.person.pr-mood-img--blink-woman,
.person.pr-mood-img--yoga-woman-yellow,
.person.heartWoman,
.person.pr-mood-img--boy-sticking-out-tongue,
.person.pr-mood-img--vacation-family,
.person.pr-mood-img--jumping-girl-01 {
	top: 0;
	margin-top: 3rem;
	bottom: initial;
    left: 1rem;
    max-width: 50vw;
    object-fit: contain;
}

.person.pr-mood-img--jumping-woman {
    height: 60vh;
    left: 4rem;
   }

   .multivitamin-gummies .pTextBox {
    left: 40vw;
    top: 29vh;
}

.mBaby .pTextBox {
    left: 39vw;
        top: 12vh;
        max-width: 50vw;
}

.person.pr-mood-img--boy-and-grandpa {
    left: -10vw;
}

.bone-health-gummies .pTextBox {
    left: 47vw;
    top: 14vh;
}

.energy-chews .pTextBox, .ginger-pastilles .pTextBox {
    top: 15vh;
}

.eye-health-gummies .pTextBox {
    left: 45vw;
        max-width: 40vw;
        top: 14vh;
}

.mHeart .pTextBox {
    left: 45vw;
}

.fiber-gummies .pTextBox {
    left: 45vw;
    max-width: 40vw;
    top: 15vh;
}

.kids-multivitamin-gummies .pTextBox {
    left: 47vw;
    max-width: 35vw;
}

.multivitamin-popping-sticks .pTextBox {
	left: 45vw;
}

.shape-chews .pTextBox {
    left: 52vw;
    top: 10vh;
}

.ginger-pastilles .pTextBox {
    max-width: 40vw;
}

}

@media only screen and (max-aspect-ratio: 1/1) and (max-width: 800px) {
.mAll .pTextBox {
    left: 35vw;
    max-width: 50vw;
}

.mBaby .pTextBox {
    left: 49vw;
}

.relax-gummies .pTextBox {
	top: 7vh;
	left: 42vw;
	max-width: 56vw;
}

.person.pr-mood-img--boy-and-grandpa,
.person.heartWoman {
    bottom: -10vh;
    top: initial;
}

.person.pr-mood-img--boy-sticking-out-tongue {
    bottom: 4vh;
    top: initial;
}

.energy-chews .pTextBox,
.kids-multivitamin-gummies .pTextBox {
    left: 55vw;
}

.multivitamin-gummies .pTextBox {
    left: 50vw;
    top: 25vh;
}

.ginger-pastilles .pTextBox {
    left: 50vw;
}

.kids-multivitamin-gummies .pTextBox {
    top: 15vh;
}

.multivitamin-popping-sticks .pTextBox {
	left: 33vw;
}

.heroImage.small .pageTitle {
	font-size: 2rem;
}

.article-teaser {
    height: auto;
    width: 100%;
    margin-bottom: 3em;
}

.article-teaser:nth-child(2n) {
    padding-right: 0;
}

.article-teaser:nth-child(2n+1) {
    padding-left: 0;
}

.article-teaser--latest {
	flex-direction: column;
}

.article-teaser--latest .article-teaser__figure {
    width: 100%;
    padding-right: 0;
    height: initial;
}

.article-teaser--latest .article-teaser__image {
    position: absolute;
}

.article-teaser--latest .article-teaser__text {
    width: 100%;
}

}

@media only screen and (max-aspect-ratio: 4/3) and (max-width: 700px) {
	.person.pr-mood-img--man-touching-tummy {
		bottom: 10vh;
	}
}

@media only screen and (max-aspect-ratio: 1/1) and (max-width: 700px) {
.heroImage.heroImage--no-image {
	height: 35vh;
}

.heroImage--no-image .pTextBox {
    top: 30%;
    max-width: 80vw;
}

.heroImage--no-image .pClaim {
    font-size: 1.5em;
}

.article__subtitle {
    font-size: 1em;
}


.person.pr-mood-img--family {
    bottom: 25vh;
}

	.person,
.person.pr-mood-img--jumping-man,
.person.pr-mood-img--balance-woman,
.person.pr-mood-img--jumping-woman,
.person.pregWoman,
.person.pr-mood-img--boy-and-grandpa,
.person.pr-mood-img--blink-woman,
.person.pr-mood-img--yoga-woman-yellow,
.person.heartWoman,
.person.pr-mood-img--vacation-family,
.person.pr-mood-img--jumping-girl-01 {
	left: 1rem;
	max-width: 45vw;
}


.person.pr-mood-img--boy-and-grandpa,
.person.heartWoman,
.person.pr-mood-img--blink-woman,
.person.pregWoman,
.person.pr-mood-img--balance-woman {
    bottom: 25vh;
    top: initial;
    object-position: bottom;
}

.person.pr-mood-img--boy-and-grandpa {
	max-width: 60vw;
}

.person.pr-mood-img--man-touching-tummy {
	bottom: 24vh;
	top: initial;
	height: 45vh;
	max-width: 62vw;
}

.person.pr-mood-img--blink-woman,
.person.pr-mood-img--yoga-woman-yellow {
	max-width: 55vw;
}

.person.heartWoman {
	max-width: 65vw;
}

.person.pr-mood-img--jumping-woman {
    left: 3rem;
   }

.person.pr-mood-img--balance-woman {
	max-width: 75vw;
}

.pTextBox,
.multivitamin-gummies .pTextBox,
.mBaby .pTextBox,
.eye-health-gummies .pTextBox {
	left: 50vw;
	top: 15vh;
	max-width: 45vw;
}

.fiber-gummies .pTextBox {
	left: 45vw;
	top: 5vh;
	max-width: 45vw;
}

.relax-gummies .pTextBox {
	top: 6vh;
	left: 49vw;
	max-width: 56vw;
}

.bone-health-gummies .pTextBox {
	top: 10vh;
	left: 30vw;
    max-width: 50vw;
}

.multivitamin-popping-sticks .pTextBox {
	left: 27vw;
	max-width: 60vw;
	top: 6vh;
}


.mHeart .pTextBox {
    left: 45vw;
}

.slide, .heroImage {
    height: 100vh;
}

.slide .curve,
.heroImage .curve,
.curveClone {
	bottom: 20vh;
	margin-bottom: -2px;
}

.heroImage.heroImage--no-image .curve,
.heroImage.heroImage--no-image .curveClone {
	bottom: 0;
	margin-bottom: -2px;
}

.slide::after, 
.heroImage::after {
	position: absolute;
	content:'';
	display: block;
	background: #fff;
	width: 100%;
	height: 20vh;
	bottom: 0;
}

.heroImage.heroImage--no-image::after {
	height: 0vh;
}

.packshot-big, .heroImage .packshot-big {
    width: 60vw;
        right: -5vw;
}

.multivitamin-gummies .pTextBox {
    top: 25vh;
}

.arrow.right,
.arrow.left {
	display: none !important;
}
}



@media only screen and (max-width: 700px) {
	.introText {
	    display: block;
	}

	.column1, .column2 {
	    width: 100%;
	}

	.column1 {
		padding-right: 0;
	}

	.column2 {
		margin-top: 1em;
	}

	.midSizeText {
	    font-size: 1rem;
	}

	.hunzikerWrap {
	    padding-left: 2rem;
	    padding-right: 2rem;
	}

	.hunziker {
	    background: linear-gradient(5deg, #8e8e8e, #fff);
	}

	#about, .pInfos {
	    margin-top: 5rem;
	}

	.nutCaption {
		font-size: 2rem;
		line-height: 1.3;
		margin: 1.5em 0 0.75em 0;
	}
}

@media only screen and (max-width: 600px) {
.person.pr-mood-img--family {
    max-width: 80vw;
}

	.pListItem {
	    width: 100%;
	}
/*
	.mMnuLink,
	.mMnu__subMnuTitle,
	.langSwitch {
	    font-size: .8rem;
	}

	.mMnuItm {
	    padding-left: 1rem;
	}

	.mMnuLink::after {
		border-bottom: 1px solid #fff;
	}
*/

.mMnu {
	width: 100%;
	height: initial;
	transform: translate(0, -110%);
}
	.hunzikerLogo {
		max-width: 75%;
	}

	.hunziker {
	    margin-top: 0;
	}

	.tabWrap {
		overflow-x: scroll;
	}

	.person.pr-mood-img--boy-sticking-out-tongue {
    	bottom: 0vh;
 }
}

@media only screen and (max-width: 500px) {
	

	.button {
	    padding: .6em .65em .5rem .65rem;
	    margin: 1rem 0 1rem 0;
	}

	.smButtonLink {
	    width: 2rem;
	    height: 2rem;
	    padding: .2rem .4rem .5rem .4rem;
	}

	td:nth-of-type(3) {
		padding-right: .5rem;
	}

	.scrollUp {
		width: 2.5rem;
		height: 2.5rem;
		top: initial;
	    bottom: 2rem;
	    margin: 0 1rem 0 0;
	}

.heroImage.small .pageTitle {
	font-size: 1.5rem;
}

}

@media only screen and (max-aspect-ratio: 1/1) and (max-width: 500px) {

.mAll .pTextBox {
    left: 2rem;
    max-width: 80vw;
}
	.pClaim {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.pTextBox .pLink {
    font-size: 0.9rem;
}

	.person.pr-mood-img--jumping-woman {
    left: 2rem;
    top: 0;
}

.multivitamin-gummies .pTextBox {
    left: 61vw;
    max-width: 35vw;
}

.person.pregWoman {
	left: -5vw;
}

.mBaby .pClaim {
    font-size: 1.5rem;
}

.bone-health-gummies .pTextBox {
    top: 12vh;
        left: 15vw;
    max-width: 80vw;
}

.energy-chews .pTextBox {
    left: 46vw;
    top: 4rem;
    max-width: 50vw;
}

.person.pr-mood-img--vacation-family {
    object-position: bottom;
    max-width: 70vw;
    bottom: 18vh;
    top: initial;
}

.ginger-pastilles .pTextBox,
.mHeart .pTextBox,
.kids-multivitamin-gummies .pTextBox,
.multivitamin-popping-sticks .pTextBox {
    left: 15vw;
    max-width: 80vw;
    top: 4.5rem;
}

.person.pr-mood-img--jumping-girl-01 {
    object-position: bottom;
}

.shape-chews .pTextBox {
    left: 42vw;
}


}

@media only screen and (max-aspect-ratio: 1/1) and (max-width: 400px) {
.mAll .pClaim {
    font-size: 1.5rem;
}

.pClaim {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.bone-health-gummies .pTextBox,
.ginger-pastilles .pTextBox,
.mHeart .pTextBox,
.kids-multivitamin-gummies .pTextBox,
.multivitamin-popping-sticks .pTextBox {
    left: 0;
    padding: 0 2rem;
    max-width: 100vw;
}

	.mBaby .pClaim {
    font-size: 1rem;
}

.mBaby .pTextBox {
    left: 45vw;
}

.person.pr-mood-img--jumping-man {
	left: 0;
}

.shape-chews .pTextBox {
    max-width: 50vw;
}

.midSizeText {
    font-size: 1rem;
}

.nutCaption {
    font-size: 1.5rem;
}

.backLink {
    font-size: 1rem;
}

}



@media only screen and (max-width: 350px) {
	.stdPad {
		padding: 0 1rem;
	}
}