.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Open Sans Local', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans Local', sans-serif;
  color: #174788;
  font-size: 48px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans Local', sans-serif;
  color: #0e56a7;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -1px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans Local', sans-serif;
  color: #424242;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans Local', sans-serif;
  color: #424242;
  font-size: 16px;
  line-height: 21px;
}

.header {
  height: 70vh;
  padding-top: 13%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff)), url('../images/background.jpg');
  background-image: linear-gradient(180deg, transparent, #fff), url('../images/background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header.subsite {
  height: 40vh;
}

.header.slided {
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.column-right {
  text-align: center;
}

.column-right.negative-top {
  top: -120px;
  right: -35px;
  z-index: 99;
}

.column-right.left {
  text-align: left;
}

.column-right.left-align {
  text-align: left;
}

.column-right.small {
  padding-top: 55px;
  padding-left: 41px;
  text-align: left;
}

.row {
  display: block;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-left: 5%;
}

.row.space-top {
  margin-top: 86px;
  margin-bottom: 86px;
}

.row.colored {
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #dfdfdf;
  background-image: none;
}

.row.negative-top {
  margin-top: -172px;
  margin-bottom: 40px;
}

.row.bottom-space {
  padding-bottom: 80px;
}

.row.space-down {
  margin-bottom: 50px;
}

.row.no-space {
  margin-bottom: 0px;
}

.row.img-bottom {
  margin-bottom: 0px;
  padding-bottom: 220px;
  background-image: url('../images/apotheke-regal-bg.jpg');
  background-position: -27px 105%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-shadow {
  display: block;
  width: 50%;
  height: 40px;
  margin-top: 67px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 130px;
  background-color: hsla(0, 0%, 82%, 0.58);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #9b9b9b, #fff);
  -webkit-filter: blur(13px);
  filter: blur(13px);
}

.div-shadow.small-size {
  width: 50%;
  height: 20px;
  margin-top: 6px;
  margin-bottom: 25px;
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

.div-shadow.produkt {
  width: 79%;
  height: 18px;
  margin-top: 20px;
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

.div-shadow.produkt.short {
  width: 50%;
}

.zitat {
  font-family: 'Open Sans Local', sans-serif;
  color: #0e56a7;
  font-size: 26px;
  line-height: 40px;
}

.zitat.urheber {
  color: hsla(0, 0%, 100%, 0.38);
  font-size: 14px;
}

.zitat.white {
  color: #fff;
}

.img-zitat {
  position: absolute;
  left: -41px;
  top: -38px;
}

.img-zitat.bright {
  -webkit-filter: brightness(300%);
  filter: brightness(300%);
}

.img-zitat.transparent {
  left: -68px;
  top: -61px;
  opacity: 0.53;
}

.socket {
  min-height: 350px;
  padding: 19px 5% 50px;
  background-color: #fff;
  background-image: url('../images/divider.gif');
  background-position: 0px 100%;
  background-size: 550px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.section {
  height: 450px;
}

.strong {
  color: #252525;
  font-weight: 700;
}

.divider {
  width: 120px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #62bb46;
}

.divider.short {
  width: 90px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #0e56a7;
}

.divider.short.center {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.divider.less-space-bottom {
  margin-bottom: 20px;
}

.column-left.negative-space-top {
  top: -80px;
  z-index: 99;
}

.column-left.content-link {
  padding: 25px;
}

.row-2 {
  padding-right: 5%;
  padding-left: 5%;
}

.section-grey {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #dfdfdf;
}

.bold {
  font-weight: 700;
}

.text-link {
  margin-right: -2px;
  margin-left: -2px;
  padding-right: 4px;
  padding-left: 3px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #174788;
}

.text-link:hover {
  padding-right: 4px;
  background-color: #174788;
  color: #fff;
}

.button {
  margin-top: 15px;
  margin-right: 0px;
  padding: 14px 33px;
  border-radius: 3px;
  background-color: #0e56a7;
  box-shadow: inset 0 1px 0 0 #3983d6, inset -1px -1px 1px 1px #103e7e;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  font-family: 'Open Sans Local', sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: none;
}

.button:hover {
  background-color: #62bb46;
  box-shadow: inset 0 1px 0 0 #afe49e, inset -1px -1px 1px 1px #568846;
}

.button.fullwidth {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 19px;
}

.button.fullwidth._100 {
  width: 100%;
  margin-top: 15px;
}

.button.less-space-top {
  margin-top: 0px;
}

.button.now-margin {
  margin-top: 0px;
}

.button.menuinside {
  display: none;
}

.content-link {
  width: 95%;
  height: 330px;
  padding: 20px 25px;
  border: 2px solid #dad4d4;
  border-radius: 9px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-decoration: none;
}

.content-link:hover {
  box-shadow: 0 17px 23px -5px #a19c9c;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

.section-image {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-divider.png'), -webkit-gradient(linear, right top, left top, from(rgba(14, 86, 167, 0.75)), to(rgba(23, 71, 136, 0.82))), url('../images/background.jpg');
  background-image: url('../images/bg-divider.png'), linear-gradient(270deg, rgba(14, 86, 167, 0.75), rgba(23, 71, 136, 0.82)), url('../images/background.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: 90% 80px, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.section-image.spezial {
  background-image: url('../images/bg-divider.png'), -webkit-gradient(linear, right top, left top, from(rgba(14, 86, 167, 0.75)), to(rgba(23, 71, 136, 0.82))), url('../images/background.jpg');
  background-image: url('../images/bg-divider.png'), linear-gradient(270deg, rgba(14, 86, 167, 0.75), rgba(23, 71, 136, 0.82)), url('../images/background.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: 90% 80px, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.txt-lineheight {
  line-height: 31px;
}

.column {
  padding-right: 58px;
  padding-left: 0px;
  background-image: url('../images/shadow.jpg');
  background-position: 93% 50%;
  background-size: 9px 255px;
  background-repeat: no-repeat;
}

.column-2 {
  padding-top: 26px;
  padding-right: 0px;
  text-align: center;
}

.space-top-15 {
  margin-top: 15px;
}

.image {
  margin-bottom: 25px;
}

.textlink {
  color: #424242;
  text-decoration: none;
}

.textlink:hover {
  color: #0e56a7;
  text-decoration: underline;
}

.textlink.neg {
  color: #fff;
}

.textlink.neg:hover {
  color: #62bb46;
}

.copyright {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
}

.copyright.white-txt {
  margin-bottom: 20px;
}

.copyright.left-align {
  color: #dfdfdf;
  font-size: 10px;
  line-height: 13px;
  text-align: left;
}

.column-3 {
  padding-left: 0px;
}

.h3-subtitel {
  margin-bottom: -12px;
}

.list-item {
  margin-bottom: -8px;
  padding-left: 5px;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.list-item:hover {
  background-color: #93d47e;
  color: #fff;
}

.list-item.grey {
  padding-left: 5px;
  background-color: #ebebeb;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
}

.list-item.grey:hover {
  background-color: #93d47e;
}

.column-4 {
  right: 9px;
}

.div-grey {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 30px;
  background-color: hsla(0, 0.7%, 70%, 0.45);
  text-align: center;
}

.row-3 {
  position: relative;
  left: 10px;
  padding-right: 10px;
}

.list {
  width: 90%;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 64px;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 18px;
  padding-left: 18px;
  background-color: hsla(0, 0%, 100%, 0.94);
  box-shadow: 0 18px 10px -17px rgba(0, 0, 0, 0.53);
}

.navbar:hover {
  background-color: #fff;
}

.brand {
  margin-top: 5px;
}

.navlink {
  margin-top: 9px;
  margin-right: 10px;
  margin-bottom: 9px;
  padding: 11px 15px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #dfdfdf;
  background-color: rgba(0, 152, 255, 0);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: 'Open Sans Local', sans-serif;
  color: #000;
  font-size: 17px;
}

.navlink:hover {
  border: 1px solid #2970c0;
  border-radius: 4px;
  background-color: #0e56a7;
  color: #fff;
}

.navlink.w--current {
  border-width: 1px;
  border-radius: 11px;
  background-color: #62bb46;
  color: #fff;
}

.navlink.hero {
  margin-top: 9px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-color: transparent;
  border-radius: 7px;
  background-color: #0e56a7;
  color: #fff;
}

.navlink.hero:hover {
  background-color: #62bb46;
}

.navlink.hero.w--current {
  background-color: #62bb46;
}

.navlink.last {
  margin-right: 20px;
}

.navlink.last:hover {
  border-radius: 4px;
  background-color: #0e56a7;
  color: #fff;
}

.navlink.last.w--current {
  border-bottom-width: 2px;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: none;
  color: #000;
}

.navlink.last.w--current:hover {
  border-radius: 3px;
  background-color: #0e56a7;
  color: #fff;
}

.navlink.first.w--current {
  border-bottom-width: 2px;
  border-radius: 1px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
}

.navlink.first.w--current:hover {
  background-color: #0e56a7;
  color: #fff;
}

.navlink.special {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.navlink.hero2 {
  background-color: #62bb46;
}

.navlink.hero2:hover {
  background-color: #62bb46;
}

.navlink.hero2.w--current {
  background-color: #62bb46;
}

.navlink.hero-shop {
  margin-top: 9px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-color: transparent;
  border-radius: 7px;
  background-color: #62bb46;
  color: #fff;
}

.navlink.hero-shop:hover {
  background-color: #93d47e;
}

.navlink.hero-shop.w--current {
  background-color: #62bb46;
}

.inline-copy {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
}

.form {
  margin-top: 35px;
}

.column-padding20 {
  overflow: scroll;
  padding-right: 20px;
  padding-left: 0px;
}

.form-field {
  border: 1px solid #c3bdbd;
  border-radius: 3px;
  background-color: #dfdfdf;
}

.form-field.field-90 {
  width: 95%;
}

.form-field.neg {
  border-color: #fff;
  background-color: hsla(0, 0%, 87.5%, 0.24);
  color: #fff;
}

.form-field.fix-height {
  width: 95%;
  height: 48px;
}

.form-field.fix-height:hover {
  border-color: #62bb46;
  background-color: #ececec;
}

.form-field.fix-height::-webkit-input-placeholder {
  color: #424242;
}

.form-field.fix-height:-ms-input-placeholder {
  color: #424242;
}

.form-field.fix-height::-ms-input-placeholder {
  color: #424242;
}

.form-field.fix-height::placeholder {
  color: #424242;
}

.form-field.huge {
  height: 45px;
  margin-top: 10px;
  margin-bottom: -5px;
  text-align: center;
}

.form-field._90pc {
  width: 90%;
}

.div-success {
  margin-top: 5px;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #424242;
}

.slider {
  height: 350px;
  padding-right: 20px;
  padding-left: 5%;
  background-color: transparent;
}

.img-produkt {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: help;
}

.slide {
  width: 25%;
  padding-top: 30px;
  float: none;
}

.slide._1i1 {
  width: 100%;
  padding-top: 0px;
}

.slide._33 {
  width: 32.5%;
}

.arrow {
  top: -41px;
  width: 36px;
  height: 70px;
  background-color: rgba(161, 156, 156, 0.31);
  font-size: 30px;
}

.arrow.left-arrow {
  left: 0px;
}

.arrow.right-arrow {
  right: 0px;
}

.slider-nav {
  display: none;
}

.div-content {
  margin-bottom: 50px;
}

.label {
  margin-top: 15px;
  color: #fff;
  font-weight: 400;
}

.form-2 {
  width: 172px;
}

.form-neg {
  width: 30%;
  margin-bottom: 69px;
  text-align: center;
}

.white-txt {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.navi-mobile.centered {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.maps {
  overflow: hidden;
  width: 100%;
  height: 260px;
  border-radius: 13px;
}

.slides {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, hsla(0, 0%, 100%, 0)), color-stop(49%, #fff)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 16%, #fff 49%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slides.s01 {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 29%, #fff 84%), linear-gradient(194deg, rgba(98, 187, 70, 0.67), rgba(23, 71, 136, 0.63) 33%, #fff 91%), url('../images/background.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.slides.s02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(73%, #fff)), url('../images/BellMeda_Shotting-2017_022.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 73%), url('../images/BellMeda_Shotting-2017_022.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slides.s03 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, hsla(0, 0%, 100%, 0)), color-stop(68%, #fff)), url('../images/BellMeda_Shotting-2017_034.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 21%, #fff 68%), url('../images/BellMeda_Shotting-2017_034.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slides.s04 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, hsla(0, 0%, 100%, 0)), color-stop(39%, hsla(0, 0%, 100%, 0.6)), color-stop(81%, #fff)), url('../images/BellMeda_Shotting-2017_039.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 13%, hsla(0, 0%, 100%, 0.6) 39%, #fff 81%), url('../images/BellMeda_Shotting-2017_039.jpg');
  background-position: 0px 0px, 50% -71px;
}

.slider-arrow {
  display: none;
}

.slider-navi-hidden {
  display: none;
}

.row-slider-content {
  position: absolute;
  z-index: 88;
  width: 50%;
  margin-top: 186px;
  margin-left: 5%;
  text-align: left;
}

.section-image2 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/BellMeda_Shotting-2017_022.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/BellMeda_Shotting-2017_022.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container {
  margin-top: -60px;
  padding-bottom: 40px;
}

.div-produkt_articulac {
  padding: 15px 18px;
  background-color: #0e56a7;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.txt-products {
  color: #fff;
}

.h3-products {
  margin-top: 10px;
  margin-bottom: -8px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
}

.txt-registered {
  position: relative;
  top: -14px;
  font-size: 16px;
  font-weight: 400;
}

.txt-registered._2 {
  top: -5px;
  font-size: 13px;
}

.head-products {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 9px;
  padding: 4px 13px;
  border-radius: 3px;
  background-color: #62bb46;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.div-produkt_curcudex {
  padding: 15px 18px;
  background-color: #0e56a7;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.navbar_special {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 60vw;
  min-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
  background-color: hsla(0, 0%, 100%, 0.94);
  box-shadow: 0 18px 10px -17px rgba(0, 0, 0, 0.53);
}

.logo {
  position: static;
  display: inline-block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.button-special {
  position: relative;
  display: inline-block;
  max-width: 400px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 26px;
  border-radius: 8px;
  background-color: #0e56a7;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.column-5 {
  min-height: 440px;
}

.column-5.bg1 {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Curcumin-Komplex_BellMeda.jpg');
  background-position: 0px 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-5.center-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white-gradient {
  height: 185px;
  min-height: 300px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(60%, #fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 60%);
}

.highlight {
  color: #174788;
  font-weight: 700;
}

.less-lineheight {
  margin-bottom: 7px;
  line-height: 18px;
}

.space-top-40 {
  margin-top: 40px;
}

.div-produkt_cellenerq {
  padding: 15px 18px;
  background-color: #0e56a7;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.column-form {
  height: 50px;
}

.column-6 {
  padding-right: 18%;
  padding-left: 5%;
}

.column-no-padding {
  padding-top: 20px;
  padding-right: 5%;
  padding-left: 0px;
}

.section-normal {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 5%;
  padding-left: 5%;
  text-align: left;
}

.section-gradient {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), color-stop(49%, #fff));
  background-image: linear-gradient(180deg, #dfdfdf, #fff 49%);
}

.section-gradient.overflow-hidden {
  overflow: hidden;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-2 {
  color: #174788;
}

.div-produkt_acetyl-l-carnitin {
  padding: 15px 18px;
  background-color: #0e56a7;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.div-produkt_acetyl-l-glutathion {
  padding: 15px 18px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #0e56a7;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.div-produkt_vitatox {
  padding: 15px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0e56a7;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.div-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  padding: 46px;
  background-color: rgba(23, 71, 136, 0.95);
  opacity: 0;
}

.in-modal {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.div-close {
  position: fixed;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #dfdfdf;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  font-size: 34px;
  font-weight: 300;
  cursor: pointer;
}

.div-close:hover {
  background-color: #fff;
}

.heading-3 {
  font-family: 'Open Sans Local', sans-serif;
}

.heading-4 {
  font-family: 'Open Sans Local', sans-serif;
}

.html-embed {
  margin-bottom: 15px;
}

.heading-5 {
  margin-top: 28px;
}

.div-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 51px auto 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block {
  margin-top: -17px;
  margin-bottom: 40px;
}

.wrapper {
  position: relative;
  margin-top: 24px;
  margin-left: 10%;
}

.div-produkte {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

html.w-mod-js *[data-ix="logo-dane"] {
  -webkit-transform: translate(0px, -26px);
  -ms-transform: translate(0px, -26px);
  transform: translate(0px, -26px);
}

html.w-mod-js *[data-ix="logo-dance-small"] {
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

html.w-mod-js *[data-ix="produkt"] {
  -webkit-transform: translate(0px, 12px);
  -ms-transform: translate(0px, 12px);
  transform: translate(0px, 12px);
}

html.w-mod-js *[data-ix="fadin-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="fadin-top-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="divider-skale-left"] {
  width: 0px;
}

html.w-mod-js *[data-ix="divider-skale-left-2"] {
  width: 0px;
}

@media screen and (max-width: 991px) {
  .header.slided {
    height: 60vh;
  }

  .column-right.negative-top {
    top: -71px;
    right: -16px;
  }

  .row {
    padding-right: 3%;
    padding-left: 3%;
  }

  .row.colored {
    padding-right: 3%;
    padding-bottom: 80px;
    padding-left: 3%;
  }

  .row.negative-top {
    margin-top: -180px;
    padding-right: 4px;
    padding-left: 3%;
  }

  .div-shadow {
    height: 30px;
  }

  .div-shadow.produkt {
    height: 14px;
  }

  .socket {
    height: auto;
    min-height: 350px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .column-left.negative-space-top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.fullwidth {
    width: 90%;
    font-size: 17px;
  }

  .button.menuinside {
    display: inline-block;
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .content-link {
    min-height: 350px;
  }

  .section-image.spezial {
    padding-top: 80px;
  }

  .negative-top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    z-index: 9999;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0%;
  }

  .navlink {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #fff;
    font-size: 25px;
    text-align: center;
  }

  .navlink.w--current {
    background-color: #62bb46;
    color: #fff;
  }

  .navlink.hero {
    margin-top: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #fff;
    background-color: rgba(14, 86, 167, 0.2);
    font-size: 25px;
    text-align: center;
  }

  .navlink.last {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-top: 2px solid #0e56a7;
  }

  .navlink.last.w--current {
    color: #fff;
  }

  .navlink.first {
    border-top-style: none;
  }

  .navlink.first.w--current {
    color: #fff;
  }

  .navlink.hero2 {
    margin-top: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #fff;
    background-color: rgba(14, 86, 167, 0.2);
    font-size: 25px;
    text-align: center;
  }

  .navlink.hero-shop {
    margin-top: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #fff;
    background-color: rgba(14, 86, 167, 0.2);
    font-size: 25px;
    text-align: center;
  }

  .inline-copy {
    display: block;
    margin-bottom: 0px;
  }

  .slider {
    height: auto;
    min-height: 280px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .img-produkt {
    max-width: 80%;
  }

  .slide._33 {
    width: 33%;
  }

  .form-neg {
    width: 60%;
  }

  .menu-button {
    width: 180px;
    height: 100%;
    background-image: url('../images/menue-icon.png');
    background-position: 50% 52%;
    background-size: 120px;
    background-repeat: no-repeat;
  }

  .menu-button.w--open {
    height: 100%;
    background-color: #0e56a7;
    background-image: url('../images/menue-icon_hover.png');
    background-position: 50% 50%;
    background-size: 120px;
    background-repeat: no-repeat;
  }

  .navi-mobile {
    position: fixed;
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    margin-top: 0px;
    padding-top: 5%;
    background-color: rgba(8, 37, 77, 0.95);
  }

  .row-slider-content {
    width: 85%;
    margin-top: 158px;
  }

  .section-image2 {
    height: 250px;
  }

  .navbar_special {
    z-index: 9999;
    padding-right: 0%;
  }

  .column-5.bg1 {
    min-height: 320px;
  }

  .column-5.center-align {
    min-height: 300px;
  }

  .white-gradient {
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(60%, #fff));
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 60%);
  }

  .column-6 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .column-no-padding {
    padding-right: 1%;
  }

  .no-padding {
    padding-left: 0px;
  }

  .image-3 {
    max-width: 90%;
  }

  .mask {
    height: 100%;
    min-height: 280px;
  }

  .column-7 {
    left: 0px;
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60vh;
    padding-top: 15%;
  }

  .header.slided {
    height: 40vh;
  }

  .column-right.negative-top {
    top: 10px;
    right: 0px;
  }

  .column-right.small {
    padding-top: 20px;
    padding-left: 0px;
  }

  .row.space-top {
    margin-top: -42px;
  }

  .row.img-bottom {
    padding-bottom: 120px;
    background-position: 50% 100%;
  }

  .div-shadow {
    height: 30px;
    margin-top: 35px;
    margin-bottom: 44px;
  }

  .zitat {
    font-size: 22px;
    line-height: 30px;
  }

  .img-zitat.transparent {
    left: -47px;
    top: -40px;
    max-width: 16%;
  }

  .socket {
    height: auto;
  }

  .column-left.negative-space-top {
    top: 0px;
  }

  .button.menuinside {
    width: 75%;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #62bb46;
    box-shadow: inset 0 1px 0 0 #93d47e, inset -1px -1px 1px 1px #4e8f39;
    font-size: 25px;
  }

  .content-link {
    width: 101%;
    height: auto;
    min-height: 200px;
  }

  .section-image.spezial {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .column {
    height: auto;
    min-height: 250px;
    margin-bottom: 25px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .negative-top {
    top: 30px;
  }

  .column-4 {
    right: 0px;
  }

  .row-3 {
    left: 0px;
  }

  .list {
    width: 100%;
  }

  .navbar {
    height: 55px;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0%;
    padding-left: 1%;
    background-color: #fff;
  }

  .navlink {
    width: 75%;
  }

  .inline-copy {
    display: inline-block;
  }

  .form-field.field-90 {
    width: 100%;
  }

  .menu-button {
    width: 160px;
    height: 55px;
    padding-top: 20px;
    background-color: #fff;
    background-image: url('../images/menue-icon.png');
    background-position: 50% 50%;
    background-size: 120px;
    background-repeat: no-repeat;
  }

  .menu-button.w--open {
    width: 150px;
    height: 55px;
  }

  .icon {
    font-size: 33px;
  }

  .navi-mobile {
    top: 55px;
  }

  .row-slider-content {
    margin-top: 120px;
    margin-left: 4%;
    font-size: 12px;
  }

  .div-produkt_articulac {
    position: relative;
    z-index: 9;
  }

  .div-produkt_curcudex {
    position: relative;
    z-index: 9;
  }

  .navbar_special {
    height: 55px;
    padding-right: 0%;
    padding-left: 1%;
  }

  .column-5.bg1 {
    min-height: 80px;
    margin-top: -197px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-produkt_cellenerq {
    position: relative;
    z-index: 9;
  }

  .column-6 {
    padding-right: 8%;
    padding-left: 8%;
  }

  .div-produkt_acetyl-l-carnitin {
    position: relative;
    z-index: 9;
  }

  .div-produkt_acetyl-l-glutathion {
    position: relative;
    z-index: 9;
  }

  .div-produkt_vitatox {
    position: relative;
    z-index: 9;
  }

  .image-3 {
    max-width: 60%;
    margin-top: 14px;
  }

  .ordered-list {
    padding-left: 0px;
  }

  .column-7 {
    left: -9px;
    top: 7px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }

  .header {
    padding-top: 20%;
  }

  .header.subsite {
    height: 30vh;
    padding-right: 3%;
    padding-left: 3%;
  }

  .div-shadow.produkt.short {
    height: 10px;
  }

  .zitat {
    font-size: 16px;
    line-height: 23px;
  }

  .img-zitat.transparent {
    left: -26px;
    top: -20px;
    max-width: 13%;
  }

  .column-left.negative-space-top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.menuinside {
    width: 90%;
  }

  .content-link {
    padding: 15px 20px;
  }

  .section-image {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .textlink {
    display: inline;
    overflow: scroll;
  }

  .navbar {
    height: 55px;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0%;
    background-color: #fff;
  }

  .navlink {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink.hero {
    width: 90%;
    margin-top: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: rgba(14, 86, 167, 0);
  }

  .navlink.first.w--current {
    width: 90%;
  }

  .navlink.hero2 {
    width: 90%;
    margin-top: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: rgba(14, 86, 167, 0);
  }

  .navlink.hero-shop {
    width: 90%;
    margin-top: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: rgba(14, 86, 167, 0);
  }

  .slider {
    min-height: 250px;
    padding-left: 0%;
  }

  .img-produkt {
    max-width: 40%;
  }

  .form-neg {
    width: 90%;
  }

  .white-txt {
    font-size: 30px;
  }

  .menu-button {
    height: 55px;
    padding: 17px 14px 15px;
    background-image: url('../images/menue-icon.png');
    background-size: 120px;
    background-repeat: no-repeat;
  }

  .navi-mobile {
    padding-top: 5%;
  }

  .row-slider-content {
    width: 94%;
    margin-left: 0px;
    padding-left: 4%;
  }

  .navbar_special {
    height: 55px;
    padding-left: 0%;
  }

  .column-6 {
    padding-right: 1%;
    padding-left: 1%;
  }

  .column-no-padding {
    top: -15px;
    padding-top: 0px;
  }

  .section-gradient {
    padding-top: 20px;
  }

  .heading-3 {
    margin-top: 15px;
  }

  .heading-4 {
    margin-top: 15px;
  }
}

@font-face {
  font-family: 'Open Sans Local';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Local';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Local';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}