/**
 * 	IMPORTS
 */
/**
*	MIXINS
*/
/**
*	LEGACY
*	Support for older functions
*/
/**
*	Word-Break
*	Split words when they don't fit anymore
*/
body ::-moz-selection {
  background: #4E2B1C;
  color: white;
  text-shadow: none;
}
body ::selection {
  background: #4E2B1C;
  color: white;
  text-shadow: none;
}
body section:not([data-systempage=true]) h1, body footer h1 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  color: #4E2B1C;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 600;
}
body section:not([data-systempage=true]) h2, body footer h2 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #4E2B1C;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 600;
}
body section:not([data-systempage=true]) h3, body footer h3 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: #4E2B1C;
  line-height: 150%;
  font-weight: 400;
}
body section:not([data-systempage=true]) h4, body footer h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #4E2B1C;
  text-transform: uppercase;
}
body section:not([data-systempage=true]) p, body footer p {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
  color: #4E2B1C;
  line-height: 150%;
  font-weight: 300;
}
body section:not([data-systempage=true]) p > b, body footer p > b {
  font-weight: 500;
}
body > header > #mobilemenu {
  display: none;
}
body > header > nav {
  background-color: #d1a19f;
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
}
body > header > nav.animate {
  transition: height 750ms ease;
}
body > header > nav.animate > div > ul {
  transition: width 750ms ease, margin 750ms ease, padding 750ms ease;
}
body > header > nav.animate > div > ul > li {
  transition: margin-top 750ms ease;
}
body > header > nav ::-moz-selection {
  background: white;
  color: #4E2B1C;
  text-shadow: none;
}
body > header > nav ::selection {
  background: white;
  color: #4E2B1C;
  text-shadow: none;
}
body > header > nav.small {
  height: 90px;
}
body > header > nav.small > div > ul {
  width: calc(50% - 150px);
}
body > header > nav.small > div > ul > li {
  margin-top: 7px;
}
body > header > nav.small > div > ul + ul {
  margin-left: 300px;
}
body > header > nav.large {
  height: 120px;
}
body > header > nav.large > div > ul > li {
  margin-top: 30px;
}
body > header > nav > div {
  display: flex;
  width: 1140px;
  height: inherit;
  margin: 0 auto;
  background-image: url(/assets/img/logo_balance_dark_2021.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
body > header > nav > div > ul {
  display: flex;
  width: calc(50% - 200px);
  height: inherit;
  margin-left: 0px;
}
body > header > nav > div > ul.left {
  justify-content: flex-end;
}
body > header > nav > div > ul.right {
  justify-content: flex-start;
  margin-left: 400px;
}
body > header > nav > div > ul > li > a {
  outline: none;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #4E2B1C;
  text-decoration: none;
  padding-top: 27px;
  padding-bottom: 27px;
  text-transform: uppercase;
  cursor: pointer;
}
body > header > nav > div > ul > li > a.selected {
  color: white;
}
body > header > nav > div > ul > li > a:hover {
  color: white;
}
body > header > nav > div > ul > li > a:focus {
  outline: none;
}
body > header > nav > div > ul > li + li {
  margin-left: 50px;
}
body > header > nav > nav {
  position: absolute;
  top: 15px;
  right: 10px;
}
body > header > nav > nav > span, body > header > nav > nav > a {
  padding: 5px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #4E2B1C;
}
body > header > nav > nav > span {
  color: white;
}
body > header > nav > nav > a {
  text-decoration: none;
}
body > header > nav > nav > a:hover {
  color: white;
}
body > #content > section:first-child {
  padding-top: 120px;
}
body > footer {
  padding-top: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -20px left 0px;
}
body > footer > div.social {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
}
body > footer > div.social > article {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}
body > footer > div.social > article + article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  margin-left: calc(50% - 350px);
  text-align: right;
  padding: 20px;
  box-sizing: border-box;
  background-color: #CED2D5;
}
body > footer > div.social > article + article h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body > footer > div.social > article + article p {
  padding-top: 5px;
}
body > footer > div.social > article + article p a {
  display: inline-block;
  color: #4E2B1C;
  outline: none;
}
body > footer > div.social > article + article p a:hover {
  text-decoration: none;
  color: white;
}
body > footer > div.social > article + article p a.privacy {
  padding-top: 20px;
}
body > footer > div.social > article + article p a.privacy, body > footer > div.social > article + article p a.fair {
  font-size: 17px;
  position: relative;
}
body > footer > div.social > article + article p a.fair::before {
  content: '>';
  position: absolute;
  left: -25px;
  top: 0px;
  width: 15px;
  height: 15px;
}
body > footer > div.social > article + article a.social {
  outline: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 35px;
  background-position: center center;
  background-size: contain;
  text-decoration: none;
}
body > footer > div.social > article + article a.social + a.social {
  margin-left: 20px;
}
body > footer > div.copyright {
  background-color: #4E2B1C;
  display: flex;
  width: 100%;
}
body > footer > div.copyright > article {
  width: 50%;
  text-align: right;
  color: white;
  font-size: 17px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 300;
  padding: 15px 0 10px 0;
}
body > footer > div.copyright > article + article {
  text-align: left;
  padding: 0;
}
body > footer > div.copyright > article + article > a.topofmind {
  transition: background-position 300ms ease;
  outline: none;
  display: block;
  margin-top: 5px;
  margin-left: 347px;
  height: 31px;
  width: 150px;
  background-image: url(/assets/img/footer_topofmind_2021.jpg);
  background-repeat: no-repeat;
  background-position: 0 -4px;
  background-size: cover;
  text-decoration: none;
}
body > footer > div.copyright > article + article > a.topofmind:hover {
  background-position: 0 -44px;
}

#content.home > section.introduction .webshop {
  position: absolute;
  left: 25%;
  top: 300px;
  width: 250px;
  height: 250px;
}
#content.home > section.introduction .webshop img {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
#content.home > section.introduction > div {
  height: 700px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: -30px;
}
#content.home > section.introduction > article {
  background-color: #FBD3C2;
  padding-top: 60px;
  padding-bottom: 80px;
}
#content.home > section.introduction > article > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 800px;
  box-sizing: border-box;
  margin: 0 auto;
}
#content.home > section.introduction > article > div > img {
  width: 370px;
  height: auto;
}
#content.home > section.introduction > article > div > div {
  color: #4E2B1C;
  text-align: left;
  padding-left: 23px;
}
#content.home > section.introduction > article > div > div p {
  font-size: 20px;
  padding-top: 15px;
  line-height: 160%;
}
#content.home > section.productgroups {
  overflow: hidden;
  background-color: white;
}
#content.home > section.productgroups > div {
  display: flex;
  flex-direction: column;
  width: 1140px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
#content.home > section.productgroups > div > article {
  display: flex;
  flex-direction: row;
}
#content.home > section.productgroups > div > article > figure {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
#content.home > section.productgroups > div > article > div {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
#content.home > section.productgroups > div > article > div > h4 {
  padding: 40px 40px 0 40px;
  position: relative;
  z-index: 1;
}
#content.home > section.productgroups > div > article > div > p {
  padding: 20px 110px 40px 40px;
  position: relative;
  z-index: 1;
}
#content.home > section.productgroups > div > article > div > img.icon {
  position: absolute;
  z-index: 0;
  width: 70%;
  height: auto;
  right: -180px;
  top: 20px;
}
#content.home > section.productgroups > div > article > div > div {
  margin-top: 50px;
  background-color: #4E2B1C;
  color: white;
  position: relative;
  z-index: 1;
}
#content.home > section.productgroups > div > article > div > div > p {
  padding: 20px 40px 25px 40px;
}
#content.home > section.productgroups > div > article > div > div > p > a {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 190%;
}
#content.home > section.productgroups > div > article > div > div > p > a > b {
  display: block;
  font-size: 25px;
}
#content.home > section.productgroups > div > article:hover {
  cursor: pointer;
}
#content.home > section.productgroups > div > article:hover > div > div {
  background-color: #d1a19f;
  color: #4E2B1C;
}
#content.home > section.productgroups > div > article:hover > div > div > p > a {
  color: #4E2B1C;
}
#content.home > section.productgroups > div > article + article {
  margin-top: 40px;
}

#content.products > section.introduction {
  background-color: #FBD3C2;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
#content.products > section.introduction::before {
  content: '';
  position: absolute;
  top: 120px;
  right: -20%;
  background-image: url(/assets/img/page_products/bg_overview.png);
  background-repeat: no-repeat;
  width: 50%;
  height: calc(100% - 120px);
}
#content.products > section.introduction > div {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
#content.products > section.introduction > div.text {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
#content.products > section.introduction > div.text > h2 {
  margin-bottom: 0px;
}
#content.products > section.introduction > div.text > p {
  line-height: 130%;
}
#content.products > section.introduction > div.cats > div {
  display: flex;
  flex-direction: row;
  width: 750px;
  margin: 0 auto;
}
#content.products > section.introduction > div.cats > div > figure {
  width: 33%;
  min-height: 150px;
  background-size: cover;
  background-position: center center;
}
#content.products > section.introduction > div.cats > div > div {
  display: flex;
  width: 77%;
  padding: 40px;
}
#content.products > section.introduction > div.cats > div > div h3 {
  width: 100%;
  text-align: center;
  margin: auto 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#content.products > section.introduction > div.cats > div:hover {
  cursor: pointer;
}
#content.products > section.introduction > div.cats > div:hover > div {
  background-color: #d1a19f !important;
}
#content.products > section.introduction > div.cats > div + div {
  margin-top: 20px;
}
#content.products > section.assortment {
  padding-bottom: 100px;
  background-color: white;
}
#content.products > section.assortment > div {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
#content.products > section.assortment > div > div.mobilefilter {
  display: none;
}
#content.products > section.assortment > div > aside {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  width: 25%;
  background-color: white;
  text-align: right;
  z-index: 10;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 30px;
}
#content.products > section.assortment > div > aside.fixed {
  position: fixed;
  top: 90px;
  bottom: auto;
  left: calc(50% - 570px);
  width: 285px;
}
#content.products > section.assortment > div > aside.bottom {
  bottom: 0px;
  top: auto;
}
#content.products > section.assortment > div > aside > h4 {
  padding-right: 30px;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
}
#content.products > section.assortment > div > aside > h4::after {
  transition: all 300ms ease;
  transform-origin: 7px 15px;
  content: '>';
  width: 15px;
  height: 15px;
  position: absolute;
  font-size: 25px;
}
#content.products > section.assortment > div > aside > h4.open::after {
  transform: rotate(-90deg);
  top: 3px;
  right: 0px;
}
#content.products > section.assortment > div > aside > h4.closed::after {
  transform: rotate(90deg);
  top: 0px;
  right: -1px;
}
#content.products > section.assortment > div > aside > h4.closed + ul {
  padding: 0px;
  max-height: 0px;
}
#content.products > section.assortment > div > aside > h4:first-child + ul li > a {
  padding: 0;
}
#content.products > section.assortment > div > aside > h4:first-child + ul li > a > span {
  background-color: white;
  display: block;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #6a5756;
}
#content.products > section.assortment > div > aside > h4:first-child + ul li > a.selected {
  color: inherit;
}
#content.products > section.assortment > div > aside > h4:first-child + ul li > a.selected > span {
  color: #4E2B1C;
}
#content.products > section.assortment > div > aside > h4:first-child + ul li > a.selected::after {
  background-color: #4E2B1C;
  border-color: #4E2B1C;
}
#content.products > section.assortment > div > aside > ul {
  transition: max-height 300ms ease, padding 1s ease;
  padding-bottom: 30px;
  overflow: hidden;
  max-height: 500px;
}
#content.products > section.assortment > div > aside > ul > li {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 17px;
  font-weight: 300;
}
#content.products > section.assortment > div > aside > ul > li > a {
  outline: none;
  display: block;
  text-decoration: none;
  color: #4E2B1C;
  position: relative;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#content.products > section.assortment > div > aside > ul > li > a.nocontent {
  opacity: 0.25;
  cursor: default;
}
#content.products > section.assortment > div > aside > ul > li > a.nocontent:hover {
  font-weight: 300;
}
#content.products > section.assortment > div > aside > ul > li > a.selected, #content.products > section.assortment > div > aside > ul > li > a:hover:not(.nocontent) {
  font-weight: 500;
}
#content.products > section.assortment > div > aside > ul > li > a.selected::after {
  background-color: #4E2B1C;
}
#content.products > section.assortment > div > aside > ul > li > a::after {
  border-radius: 100%;
  content: '';
  width: 10px;
  height: 10px;
  background-color: white;
  border: 1px solid #4E2B1C;
  top: 8px;
  right: 2px;
  position: absolute;
}
#content.products > section.assortment > div > article {
  padding-left: calc(25% + 3px);
  background-color: white;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content.products > section.assortment > div > article > div {
  width: calc(33.33% - 8px);
  max-height: 440px;
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: top 20px center;
  background-color: white;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#content.products > section.assortment > div > article > div > .new {
  position: absolute;
  background-image: url(/assets/img/page_products/product_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  top: 10px;
  right: 5px;
  width: 90px;
  height: 115px;
}
#content.products > section.assortment > div > article > div > p {
  padding-top: 295px;
  padding-bottom: 60px;
  font-weight: 500;
  color: #4E2B1C;
  text-transform: uppercase;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#content.products > section.assortment > div > article > div > p > span {
  padding-top: 2px;
  box-sizing: border-box;
  height: 30px;
  display: block;
  font-weight: 500;
}
#content.products > section.assortment > div > article > div > button {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  color: #4E2B1C;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#content.products > section.assortment > div > article > div > button > span {
  text-decoration: underline;
}
#content.products > section.assortment > div > article > div > div.detail {
  display: none;
}
#content.products > section.assortment > div > article > div:nth-child(3n)::after {
  content: '';
  width: 100vw;
  z-index: 10;
  position: absolute;
  right: calc(-50vw + 580px);
  bottom: -20px;
  height: 5px;
  background-color: #FBD3C2;
  cursor: default;
  pointer-events: none;
}
#content.products > section.detail {
  transition: opacity 300ms ease;
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2500;
  background-color: rgba(255, 255, 255, 0.95);
}
#content.products > section.detail.show {
  display: flex;
}
#content.products > section.detail.visible {
  opacity: 1;
}
#content.products > section.detail > div {
  width: 100%;
  border-top: 5px blue solid;
  border-bottom: 5px blue solid;
  background-color: white;
  margin: auto;
}
#content.products > section.detail > div > div.content {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  min-height: 550px;
  display: flex;
  justify-content: space-between;
}
#content.products > section.detail > div > div.content.new::after {
  content: '';
  position: absolute;
  background-image: url(/assets/img/page_products/product_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  bottom: 20px;
  left: 20px;
  width: 120px;
  height: 120px;
}
#content.products > section.detail > div > div.content > div.close {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
#content.products > section.detail > div > div.content > div.close:hover::before {
  color: #4E2B1C !important;
}
#content.products > section.detail > div > div.content > div.close:before {
  content: 'X';
  position: relative;
  width: 20px;
  height: 40px;
  left: -10px;
  top: 5px;
  font-size: 30px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#content.products > section.detail > div > div.content > div.close > span {
  color: #4E2B1C !important;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}
#content.products > section.detail > div > div.content > figure {
  width: calc(75% - 10px);
  background-color: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#content.products > section.detail > div > div.content > article {
  margin: auto;
  width: calc(25% - 20px);
}
#content.products > section.detail > div > div.content > article > h3 {
  padding-top: 20px;
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
#content.products > section.detail > div > div.content > article > p {
  padding-top: 30px;
  line-height: 175%;
}
#content.products > section.detail > div > div.content > article > p.description {
  padding-top: 10px;
  line-height: 130%;
}
#content.products > section.detail > div > div.content > article > p > b {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
#content.products > section.detail > div > div.content > article > p > i {
  font-size: 11px;
  font-style: normal;
  line-height: 160%;
  display: block;
}
#content.products > section.detail > div > div.content > article > p > span {
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
#content.products > section.detail > div > div.content > article > p > span:hover {
  cursor: pointer;
  color: #4E2B1C !important;
}

#content.about > section {
  display: flex;
  flex-direction: row;
}
#content.about > section > div {
  padding: 0;
  margin: 0;
}
#content.about > section > div.left {
  width: calc(50% - 15px);
}
#content.about > section > div.left.text > div {
  margin: auto 90px auto 0px;
}
#content.about > section > div.right {
  width: calc(50% + 15px);
}
#content.about > section > div.right.text > div {
  margin: auto 0px auto 90px;
}
#content.about > section > div.image > figure {
  width: 100%;
  height: 100%;
  display: block;
}
#content.about > section > div.image > figure > img {
  display: inherit;
  width: inherit;
  height: inherit;
  object-fit: cover;
}
#content.about > section > div.text {
  display: flex;
}
#content.about > section > div.text > div {
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 570px;
  margin-left: calc(50% - 285px);
  margin-right: calc(50% - 285px);
}
#content.about > section > div.text > div > p {
  font-size: 18px;
  line-height: 150%;
}
#content.about > section.introduction {
  padding-top: 90px;
}
#content.about > section.introduction > div.text {
  background-color: #FBD3C2;
}
#content.about > section.introduction > div.text > div > p {
  padding-top: 30px;
  padding-right: 100px;
  padding-bottom: 30px;
}
#content.about > section.introduction > div.text > div > a {
  outline: 0;
  text-decoration: none;
  color: #4E2B1C;
  width: 272px;
}
#content.about > section.introduction > div.text > div > a > span {
  display: block;
  width: inherit;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  padding-top: 10px;
}
#content.about > section.introduction > div.text > div > a > span > span {
  text-decoration: underline;
}
#content.about > section.introduction > div.text > div > a:hover span {
  text-decoration: none;
}
#content.about > section.ingredients > div.text {
  justify-content: flex-end;
  background-color: #FDE1A1;
}
#content.about > section.ingredients > div.text > div {
  padding: 0;
}
#content.about > section.ingredients > div.text > div > p {
  text-align: center;
  display: inline-block;
  padding-right: 60px;
  padding-left: 80px;
  box-sizing: border-box;
}
#content.about > section.ingredients > div.text > div > p > b {
  display: block;
  font-size: 25px;
  font-weight: 300;
}
#content.about > section.ingredients > div.text > div > p > b > img {
  position: relative;
  top: 35px;
}
#content.about > section.research > div.text {
  background-color: #CDE4E6;
}
#content.about > section.research > div.text > div > h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  padding-bottom: 40px;
}
#content.about > section.research > div.text > div > p {
  padding-right: 50px;
}

#content.contact > section {
  background-color: #FFE098;
  position: relative;
  overflow: hidden;
}
#content.contact > section::before {
  content: '';
  width: 350px;
  height: 350px;
  background-image: url(/assets/img/page_contact/bg_balance.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position: bottom center;
  right: 10%;
  bottom: 0px;
  z-index: 0;
}
#content.contact > section::after {
  content: '';
  width: 30%;
  height: 100%;
  background-image: url(/assets/img/page_contact/bg_cocoa.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: calc(50vw + 330px);
  bottom: 0px;
  z-index: 0;
}
#content.contact > section > div {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
}
#content.contact > section > div::before {
  content: '';
  width: 65%;
  height: 750px;
  background-image: url(/assets/img/page_contact/bg_blad.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: calc(-50vw + 310px);
  top: -80px;
  z-index: 0;
}
#content.contact > section > div > article {
  width: calc(50% - 6px);
  position: relative;
  z-index: 10;
}
#content.contact > section > div > article.form {
  text-align: right;
}
#content.contact > section > div > article.form > p {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 120px;
  line-height: 150%;
}
#content.contact > section > div > article.form > form {
  width: 90%;
  margin-left: 10%;
}
#content.contact > section > div > article.form > form > div.error input, #content.contact > section > div > article.form > form > div.error textarea {
  border-color: red;
  color: red;
}
#content.contact > section > div > article.form > form > div.error input::placeholder, #content.contact > section > div > article.form > form > div.error textarea::placeholder {
  color: red;
}
#content.contact > section > div > article.form > form label {
  width: 100%;
}
#content.contact > section > div > article.form > form label input, #content.contact > section > div > article.form > form label textarea {
  box-sizing: border-box;
  background: none;
  border: none;
  width: 100%;
  background-color: white;
  text-align: right;
  padding: 9px 39px;
  font-size: 20px;
  font-weight: 300;
  color: #4E2B1C;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin-bottom: 10px;
  border: 1px solid white;
}
#content.contact > section > div > article.form > form label input:focus, #content.contact > section > div > article.form > form label textarea:focus {
  outline: 0;
}
#content.contact > section > div > article.form > form label input::placeholder, #content.contact > section > div > article.form > form label textarea::placeholder {
  opacity: 1;
  color: #4E2B1C;
}
#content.contact > section > div > article.form > form label textarea {
  height: 200px;
  resize: none;
  overflow-x: hidden;
}
#content.contact > section > div > article.form > form div.submit {
  transition: background-color 300ms ease;
  display: inline-block;
  background-color: #4E2B1C;
  margin-bottom: 10px;
}
#content.contact > section > div > article.form > form div.submit button {
  border: none;
  background: none;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 40px;
  font-size: 20px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  position: relative;
}
#content.contact > section > div > article.form > form div.submit button:focus {
  outline: 0;
}
#content.contact > section > div > article.form > form div.submit:hover {
  background-color: white;
  cursor: pointer;
}
#content.contact > section > div > article.form > form div.submit:hover button {
  cursor: pointer;
  color: #4E2B1C;
}
#content.contact > section > div > article.form > form div.check_captcha > div {
  display: inline-block;
}
#content.contact > section > div > article.form > form div.check_captcha.error > div {
  box-sizing: border-box;
  border: 1px solid red;
}
#content.contact > section > div > article.form > form div.agreecheck {
  margin-bottom: 10px;
}
#content.contact > section > div > article.form > form div.agreecheck.error > div > label:before {
  border-color: red;
}
#content.contact > section > div > article.form > form div.agreecheck.error > div > label span {
  color: red;
}
#content.contact > section > div > article.form > form div.agreecheck.error > div > label span a {
  color: #6a5756;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label {
  user-select: none;
  position: relative;
  padding-top: 5px;
  padding-right: 30px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label:before {
  transition: border-width 300ms ease;
  box-sizing: border-box;
  position: absolute;
  content: '';
  right: 0;
  top: 15px;
  width: 14px;
  height: 14px;
  border: 1px solid #4E2B1C;
  background-color: white;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label:hover {
  cursor: pointer;
  color: #6a5756;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label:hover > span {
  color: #6a5756;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label:hover > span > a {
  color: #6a5756;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label input {
  display: none;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label > span {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 500;
  color: #4E2B1C;
  font-size: 20px;
  line-height: 170%;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label > span a {
  font-weight: 300;
  color: #6a5756;
  text-decoration: underline;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label > span a:hover {
  text-decoration: none;
}
#content.contact > section > div > article.form > form div.agreecheck > div > label.selected:before {
  border-width: 7px;
}
#content.contact > section > div > article.form > form div.response > label {
  box-sizing: border-box;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 15px;
  color: red;
  line-height: 150%;
  display: none;
}
#content.contact > section > div > article.form > form div.response > label > span {
  display: block;
  font-weight: 500;
}
#content.contact > section > div > article.form > form div.response > label.sentfail {
  padding-left: 50%;
}
#content.contact > section > div > article.form > form div.response > label.sent {
  color: #4E2B1C;
}
#content.contact > section > div > article.form > form div.response > label.sent > b {
  font-weight: 500;
}
#content.contact > section > div > article.form > form div.response > label.show {
  display: block;
}
#content.contact > section > div > article.fair {
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 70px;
}
#content.contact > section > div > article.fair > figure {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-top: -80px;
}
#content.contact > section > div > article.fair > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#content.contact > section > div > article.fair > h3 {
  font-size: 45px;
  padding-bottom: 10px;
}
#content.contact > section > div > article.fair > p {
  line-height: 150%;
  padding-bottom: 29px;
}
#content.contact > section > div > article.fair > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content.contact > section > div > article.fair > div .fair {
  box-sizing: border-box;
  background-color: white;
  text-decoration: none;
  width: 207px;
  text-align: center;
  padding: 20px 15px;
  outline: 0;
  margin-bottom: 10px;
}
#content.contact > section > div > article.fair > div .fair > figure {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
}
#content.contact > section > div > article.fair > div .fair > h3 {
  font-size: 30px;
  text-transform: uppercase;
}
#content.contact > section > div > article.fair > div .fair > p {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 120%;
}
#content.contact > section > div > article.fair > div .fair > p > b {
  margin-bottom: 15px;
  display: block;
  font-weight: 300;
}
#content.contact > section > div > article.fair > div .fair > p > span {
  margin-top: 15px;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
#content.contact > section > div > article.fair > div a.fair:hover > p > span > u {
  text-decoration: none;
}

html.gt-ie9 #content.products > section.detail.show.visible > div {
  height: 600px;
}
html.gt-ie9 #content.contact > section > div > article.fair > div > a {
  display: block;
}

@media only screen and (max-width: 1160px) {
  body p {
    font-size: 14px;
  }
  body > header > nav.small, body > header > nav.large {
    height: 90px;
  }
  body > header > nav.small > div, body > header > nav.large > div {
    width: calc(100% - 50px);
  }
  body > header > nav.small > div > ul, body > header > nav.large > div > ul {
    box-sizing: border-box;
    width: calc(50% - 25px);
  }
  body > header > nav.small > div > ul.left, body > header > nav.large > div > ul.left {
    padding-right: 100px;
  }
  body > header > nav.small > div > ul.right, body > header > nav.large > div > ul.right {
    margin-left: 0px;
    padding-left: 160px;
  }
  body > header > nav.small > div > ul > li, body > header > nav.large > div > ul > li {
    margin-top: 13px;
  }
  body > header > nav.small > div > ul > li > a, body > header > nav.large > div > ul > li > a {
    font-size: 17px;
  }
  body > header > nav.small > div > ul > li + li, body > header > nav.large > div > ul > li + li {
    margin-left: 30px;
  }
  body > header > nav > nav {
    top: 10px;
  }
  body > header > nav > nav > span, body > header > nav > nav > a {
    font-size: 13px;
  }
  body > #content > section:first-child {
    padding-top: 80px;
  }
  body > footer {
    background-position: center center;
  }
  body > footer > div.social {
    width: 100%;
  }
  body > footer > div.social > article + article {
    margin: 0 auto;
  }
  body > footer > div.copyright > article + article > a.topofmind {
    margin: 7px auto 0 auto;
  }

  #content.home {
    background-color: red;
  }
  #content.home > section.introduction {
    position: relative;
  }
  #content.home > section.introduction > div {
    height: 700px;
    /*&::before {
    	height: 400px;
    }*/
  }
  #content.home > section.introduction > div > img {
    width: 285px;
    height: 130px;
  }
  #content.home > section.introduction > article {
    padding-top: 80px;
  }
  #content.home > section.introduction > article > div::before {
    height: 350px;
    top: -375px;
  }
  #content.home > section.introduction > article > div > div > p {
    font-size: 19px;
  }
  #content.home > section.productgroups > div {
    width: 100%;
  }
  #content.home > section.productgroups > div > article {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  #content.home > section.productgroups > div > article > figure {
    background-position: center center;
  }
  #content.home > section.productgroups > div > article > div > img.icon {
    width: 90%;
    right: -18vw;
  }
  #content.home > section.productgroups > div > article > div > p {
    font-size: 18px;
  }
  #content.home > section.productgroups > div > article > div > div {
    margin-top: 0px;
  }

  #content.products > section.introduction::before {
    right: -10%;
  }
  #content.products > section.introduction > div {
    width: 100%;
  }
  #content.products > section.introduction > div.cats > div {
    width: calc(100% - 250px);
  }
  #content.products > section.assortment > div {
    width: 100%;
  }
  #content.products > section.assortment > div > aside.fixed {
    left: 0px;
    width: 25%;
  }
  #content.products > section.assortment > div > article > div {
    background-position: bottom 150px center;
  }
  #content.products > section.assortment > div > article > div:nth-child(3n)::after {
    right: 0;
  }
  #content.products > section.detail > div > div.content {
    width: 100%;
  }
  #content.products > section.detail > div > div.content > div.close {
    right: 20px;
  }
  #content.products > section.detail > div > div.content > figure {
    width: calc(65% - 10px);
  }
  #content.products > section.detail > div > div.content > article {
    width: calc(35% - 20px);
    box-sizing: border-box;
    padding-right: 20px;
  }

  #content.about > section > div.text > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #content.about > section > div.text > div > h2 {
    font-size: 36px;
  }
  #content.about > section > div.text > div > p {
    font-size: 17px;
  }
  #content.about > section > div.text.right > div {
    margin-left: 40px;
  }
  #content.about > section > div.text.left > div {
    margin-right: 40px;
  }
  #content.about > section.introduction > div.text > div > p {
    padding-top: 10px;
  }
  #content.about > section.ingredients > div.text > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #content.about > section.ingredients > div.text > div > p {
    padding-right: 20px;
    padding-left: 50px;
  }

  #content.contact > section {
    overflow: hidden;
  }
  #content.contact > section::before {
    right: 0%;
  }
  #content.contact > section::after {
    right: calc(50vw + 285px);
    height: 65%;
  }
  #content.contact > section > div {
    width: 100%;
    margin: 0;
    padding-top: 80px;
  }
  #content.contact > section > div::before {
    width: 65%;
    right: -25%;
    top: -60px;
  }
  #content.contact > section > div > article.fair {
    padding-right: 50px;
  }
  #content.contact > section > div > article.fair > figure {
    margin-top: -50px;
    margin-bottom: 10px;
  }
  #content.contact > section > div > article.fair > h3 {
    font-size: 30px;
  }
  #content.contact > section > div > article.fair > p {
    font-size: 18px;
  }
  #content.contact > section > div > article.fair > div > .fair {
    width: calc(50% - 5px);
  }
  #content.contact > section > div > article.fair > div > .fair h3 {
    font-size: 20px;
  }
  #content.contact > section > div > article.fair > div > .fair p {
    text-transform: none;
    font-size: 13px;
  }
  #content.contact > section > div > article.fair > div > .fair p > span {
    text-transform: uppercase;
  }
  #content.contact > section > div > article.form > h2 {
    font-size: 40px;
  }
  #content.contact > section > div > article.form > p {
    padding-left: 15%;
    font-size: 18px;
  }
  #content.contact > section > div > article.form > form {
    box-sizing: border-box;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 875px) {
  body h2 {
    font-size: 40px;
  }
  body h3 {
    font-size: 20px;
  }
  body p {
    font-size: 12px;
  }
  body > header > nav::after {
    content: "";
    background-image: url(/assets/img/icon_hamburger.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
  }
  body > header > nav.small, body > header > nav.large {
    height: 50px;
  }
  body > header > nav.small > div > ul, body > header > nav.large > div > ul {
    display: none;
  }
  body > header > nav.small > nav, body > header > nav.large > nav {
    display: none;
  }
  body > header > #mobilemenu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    opacity: 0;
    box-sizing: border-box;
    transition: opacity 300ms ease;
    justify-content: space-between;
    background-color: #d1a19f;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 5vh;
    pointer-events: none;
    z-index: 2001;
  }
  body > header > #mobilemenu.show {
    opacity: 1;
    left: 0;
    pointer-events: auto;
  }
  body > header > #mobilemenu > figure {
    width: 100%;
    height: 20%;
    background: url(/assets/img/logo_balance_dark_2021.png) no-repeat center center;
    background-size: contain;
  }
  body > header > #mobilemenu > a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    color: #4e2b1c;
    text-transform: uppercase;
    text-decoration: none;
  }
  body > header > #mobilemenu > a.selected {
    color: white;
  }
  body > header > #mobilemenu > a:hover {
    color: white;
  }
  body > header > #mobilemenu > a:first-child {
    margin-top: -40px;
  }
  body > header > #mobilemenu > a:last-child {
    margin-bottom: 40px;
  }
  body > header > #mobilemenu > nav {
    width: 100%;
    background-color: black;
    text-align: center;
    color: white;
    margin-top: 100px;
  }
  body > header > #mobilemenu > nav > * {
    padding: 10px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    color: #d1a19f;
    text-transform: uppercase;
  }
  body > header > #mobilemenu > nav > a {
    text-decoration: none;
  }
  body > header > #mobilemenu > nav > a:hover {
    color: white;
  }
  body > header > #mobilemenu > nav > span {
    color: white;
  }
  body > header > #mobilemenu > div.close {
    position: absolute;
    right: 0;
    top: 0;
    color: #4e2b1c;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 30px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 4vh;
    cursor: pointer;
  }
  body > header > #mobilemenu > div.close:hover {
    color: white;
  }
  body > footer > div.social > article {
    display: none;
  }
  body > footer > div.social > article + article {
    display: block;
  }
  body > footer > div.social > article + article > p {
    font-size: 17px;
  }
  body > footer > div.copyright {
    flex-direction: column;
  }
  body > footer > div.copyright > article {
    width: 100%;
    text-align: center;
    height: 35px;
    box-sizing: border-box;
  }
  body > footer > div.copyright > article + article > a.topofmind {
    margin-top: 0px;
  }

  #content.home > section.introduction .webshop {
    position: absolute;
    left: 10%;
    top: 130px;
    width: 200px;
    height: 200px;
  }
  #content.home > section.introduction .webshop img {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }
  #content.home > section.introduction > div {
    height: 410px;
  }
  #content.home > section.introduction > div > img {
    width: auto;
    height: 85px;
    margin-top: 30px;
  }
  #content.home > section.introduction > article {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #content.home > section.introduction > article > div {
    flex-direction: column;
    width: 80%;
  }
  #content.home > section.introduction > article > div > img {
    width: 300px;
  }
  #content.home > section.introduction > article > div > div {
    margin-top: 30px;
    text-align: center;
    padding: 0;
  }
  #content.home > section.introduction > article > div > div > h1 {
    font-size: 35px;
  }
  #content.home > section.introduction > article > div > div > p {
    margin-top: 20px;
    font-size: 17px;
    padding: 0 50px;
  }
  #content.home > section.productgroups > div > article {
    flex-direction: column;
  }
  #content.home > section.productgroups > div > article > figure {
    width: 100%;
    height: 300px;
  }
  #content.home > section.productgroups > div > article > div {
    width: 100%;
  }
  #content.home > section.productgroups > div > article > div > img.icon {
    right: -33vw;
  }
  #content.home > section.productgroups > div > article > div > p {
    padding-right: 40px;
  }

  #content.products > section.introduction::before {
    right: 0%;
  }
  #content.products > section.introduction > div {
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 10%;
    padding-right: 10%;
  }
  #content.products > section.introduction > div.text {
    padding-top: 10px;
  }
  #content.products > section.introduction > div.cats > div {
    width: 100%;
  }
  #content.products > section.introduction > div.cats > div > figure {
    width: 40%;
    margin-left: 5%;
  }
  #content.products > section.introduction > div.cats > div > div {
    box-sizing: border-box;
    width: 50%;
    padding: 40px 20px;
  }
  #content.products > section.assortment > div {
    position: relative;
  }
  #content.products > section.assortment > div > div.mobilefilter {
    display: block;
    width: 80%;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 20px;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10%;
  }
  #content.products > section.assortment > div > div.mobilefilter > select {
    appearance: none;
    position: relative;
    display: block;
    width: 110%;
    text-align: center;
    margin-bottom: 5px;
    border: 0;
    background: none;
    outline: none;
    background-color: #4e2b1c;
    padding: 5px calc(20px + 10%) 3px 20px;
    padding-right: 10%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: white;
    cursor: pointer;
    background-image: url(/assets/img/page_products/filter_arrowdown.png);
    background-repeat: no-repeat;
    background-position: center right calc(10% + 20px);
    text-transform: uppercase;
    font-size: 20px;
  }
  #content.products > section.assortment > div > div.mobilefilter > select > option {
    box-sizing: border-box;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: none;
    margin-right: 10%;
  }
  #content.products > section.assortment > div > div.mobilefilter > select > option:disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  #content.products > section.assortment > div > div.mobilefilter > select > option:disabled:first-child {
    text-transform: uppercase;
    font-weight: 500;
    color: white;
  }
  #content.products > section.assortment > div > div.mobilefilter.fixed {
    position: fixed;
    top: 50px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
  }
  #content.products > section.assortment > div > aside {
    display: none;
  }
  #content.products > section.assortment > div > article.overview {
    position: relative;
    z-index: 1;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 100px;
    min-height: auto !important;
  }
  #content.products > section.assortment > div > article.overview > div {
    width: 40%;
  }
  #content.products > section.assortment > div > article.overview > div:nth-child(3n)::after {
    display: none;
  }
  #content.products > section.assortment > div > article.overview > div:nth-child(2n)::after {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    right: -9vw;
    bottom: -20px;
    height: 5px;
    z-index: 10;
    background-color: #fbd3c2;
    cursor: default;
    pointer-events: none;
  }
  #content.products > section.detail > div > div.content {
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
  }
  #content.products > section.detail > div > div.content.new::after {
    bottom: auto;
    top: 20px;
    width: 90px;
    height: 90px;
  }
  #content.products > section.detail > div > div.content > figure {
    width: 100%;
    height: 30vh;
  }
  #content.products > section.detail > div > div.content > article {
    width: 100%;
    padding: 0;
    padding-top: 0px;
    text-align: center;
  }
  #content.products > section.detail > div > div.content > article > h3 {
    padding-top: 0px;
    font-size: 25px;
  }
  #content.products > section.detail > div > div.content > article > h4 {
    font-size: 18px;
  }
  #content.products > section.detail > div > div.content > article > p.description {
    padding-left: 10%;
    padding-right: 10%;
  }

  #content.about > section {
    flex-direction: column;
  }
  #content.about > section > div {
    width: 100% !important;
  }
  #content.about > section > div.text > div {
    margin: 0 !important;
    width: 100%;
  }
  #content.about > section > div.text > div > h2, #content.about > section > div.text > div > h3 {
    text-align: center;
  }
  #content.about > section > div.text > div > p {
    padding: 10px 15vw !important;
    text-align: center;
  }
  #content.about > section > div.text > div > a {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  #content.about > section > div.figure {
    height: 60vw;
  }
  #content.about > section.introduction {
    padding-top: 50px;
  }
  #content.about > section.ingredients {
    flex-direction: column-reverse;
  }
  #content.about > section.ingredients > div.text > div > p {
    padding: 10px 25vw !important;
  }
  #content.about > section.ingredients > div.text > div > p > b {
    display: block;
    font-size: 20px;
  }
  #content.about > section.ingredients > div.text > div > p > b > img {
    width: 50px;
    height: auto;
    top: 17px;
  }

  #content.contact > section::before {
    background-position: left bottom;
    right: 0%;
    width: 230px;
    height: 230px;
  }
  #content.contact > section::after {
    right: auto;
    left: -80px;
    top: 470px;
    height: 700px;
    width: 33%;
    bottom: auto;
  }
  #content.contact > section > div {
    flex-direction: column;
    padding-top: 10px;
  }
  #content.contact > section > div::before {
    height: 450px;
    width: 100%;
    right: -25%;
    top: 120px;
  }
  #content.contact > section > div > article {
    box-sizing: border-box;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
  #content.contact > section > div > article.form {
    text-align: center;
  }
  #content.contact > section > div > article.form > h2 {
    font-size: 50px;
  }
  #content.contact > section > div > article.form > p {
    padding-top: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 20px;
    line-height: 130%;
  }
  #content.contact > section > div > article.form > form {
    margin: 0 auto;
    width: 90%;
    padding-left: 0;
  }
  #content.contact > section > div > article.form > form > div > div > label input,
  #content.contact > section > div > article.form > form > div > div > label textarea {
    text-align: center;
  }
  #content.contact > section > div > article.form > form div.agreecheck label {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
  }
  #content.contact > section > div > article.form > form div.agreecheck label::before {
    left: 0;
    right: auto;
  }
  #content.contact > section > div > article.fair {
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }
  #content.contact > section > div > article.fair > figure {
    margin: 0 auto 10px auto;
  }
  #content.contact > section > div > article.fair > div > .fair > p {
    text-transform: uppercase;
  }

  html.gt-ie9 #content.products section.assortment div.mobilefilter > select {
    width: 120%;
    background-position: center right calc(10% + 60px);
  }
}
@media only screen and (max-width: 500px) {
  #content.home > section.introduction .webshop {
    position: absolute;
    left: 30px;
    top: 80px;
    width: 120px;
    height: 120px;
  }
  #content.home > section.introduction .webshop img {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }
  #content.home > section.introduction > div {
    height: 300px;
  }
  #content.home > section.introduction > article {
    padding-top: 60px;
  }
  #content.home > section.introduction > article > div::before {
    height: 135px;
    top: -130px;
  }
  #content.home > section.introduction > article > div > h1 {
    font-size: 30px;
    padding-top: 20px;
  }
  #content.home > section.introduction > article > div > p {
    font-size: 13px;
  }

  #content.products > section.introduction > div > p > br {
    display: none;
  }
  #content.products > section.introduction > div > div > a > p {
    font-size: 14px;
  }
  #content.products > section.assortment > div > div.mobilefilter.fixed {
    position: absolute;
    top: 10px;
    z-index: 10;
    padding-top: 10px;
  }
  #content.products > section.assortment > div > article.overview > div {
    width: 100%;
    background-size: auto 70%;
  }
  #content.products > section.assortment > div > article.overview > div::after {
    display: block !important;
    content: "";
    width: 80vw !important;
    position: absolute;
    right: 0vw !important;
    bottom: -10px;
    height: 5px;
    z-index: 10;
    background-color: #fbd3c2;
    cursor: default;
    pointer-events: none;
  }
  #content.products > section.detail > div > div.content > article p {
    padding-top: 10px;
    line-height: 130%;
  }
  #content.products > section.detail > div > div.content > article p i {
    font-size: 17px;
  }
  #content.products > section.detail > div > div.content > article p br + br {
    display: none;
  }
  #content.products > section.detail > div > div.content > article p > span {
    margin-top: 10px;
  }
  #content.products > section.detail > div > div.content > article p.description {
    font-size: 15px;
    padding: 10px;
  }

  #content.about > section > div.text > div {
    padding-top: 20px;
  }
  #content.about > section > div.text > div > p {
    padding: 10px 5vw !important;
  }
  #content.about > section.ingredients > div.text > div > p {
    padding: 10px 5vw !important;
  }
  #content.about > section.research > div.text > div {
    padding: 20px 10vw;
  }
  #content.about > section.research > div.text > div > h3 {
    padding-bottom: 20px;
  }

  #content.contact > section::before {
    right: auto;
    height: 180px;
    left: calc(50% - 70px);
  }
  #content.contact > section::after {
    display: none;
  }
  #content.contact > section > div::before {
    right: -50%;
  }
  #content.contact > section > div > article.fair > div > .fair {
    width: 100%;
  }
}
