.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;
}

.div-width {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  z-index: 150;
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: transparent;
}

.nav-link_01 {
  margin-left: 30px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #a0a0a0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link_01:hover {
  color: #3a3a3a;
}

.nav-link_01.w--current {
  border-bottom: 2px solid #3a3a3a;
  color: #3a3a3a;
}

.body {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(51%, #3a3a3a));
  background-image: linear-gradient(180deg, #fff 50%, #3a3a3a 51%);
}

.section-navi {
  position: relative;
  z-index: 100;
  background-color: #fff;
  box-shadow: none;
}

.link-block {
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 200;
}

.section-header {
  position: relative;
  height: 250px;
}

.section-header.tasting {
  height: 400px;
  background-image: url('../images/header_05.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-header.winter {
  background-image: url('../images/header-winter.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-header.tasting-danke {
  background-image: url('../images/header_03.jpg');
  background-position: 96% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-header.sommer {
  background-image: url('../images/header-sommer.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-footer {
  padding: 30px 20px;
  background-color: #3a3a3a;
  background-image: url('../images/footer-bg.jpg');
  background-position: 100% 50%;
  background-size: 361px;
  background-repeat: no-repeat;
}

.text-footer_02 {
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
}

.img-footer-logo {
  display: block;
  max-width: 80px;
  margin-right: 20px;
  float: left;
}

.link-footer_01 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link-footer_01:hover {
  text-decoration: underline;
}

.link-footer_01.w--current {
  text-decoration: underline;
}

.div-content {
  position: relative;
}

.div-chart_01 {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  clear: both;
  background-color: #3a3a3a;
}

.div-chart_01:hover {
  background-color: #2c2c2c;
}

.chart-nav-main {
  min-height: 40px;
}

.chart-nav-main-link {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  -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-right: 1px solid #fff;
  background-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  text-align: center;
  text-transform: uppercase;
}

.chart-nav-main-link:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.chart-nav-main-link.w--current {
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.nav-menu {
  overflow: hidden;
  width: 100%;
  min-height: 40px;
  float: none;
}

.text-chart_01 {
  margin-bottom: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  line-height: 18px;
  font-weight: 300;
}

.div-chart-navi {
  min-height: 40px;
}

.headline-chart_01 {
  margin-bottom: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-chart-text {
  position: relative;
  z-index: 20;
  width: 70%;
  margin-top: 30px;
  float: left;
}

.link-img-chart_01 {
  position: relative;
  z-index: 10;
  max-width: 150px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border-radius: 100%;
}

.text-platzierung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 44px;
}

.div-chart-bgcolor {
  position: absolute;
  z-index: 20;
  width: 60px;
  height: 100%;
  padding-top: 15px;
  float: left;
  border-right: 5px solid #fff;
  background-color: #d7b76c;
}

.div-chart-content {
  position: relative;
  z-index: 10;
  padding-left: 80px;
  float: none;
}

.header-text {
  position: absolute;
  top: 110px;
  z-index: 20;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #d7b76c;
  font-size: 54px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.header-text.header {
  position: absolute;
  top: 110px;
  z-index: 20;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.header-text.header-tasting {
  position: absolute;
  top: 260px;
  z-index: 20;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.header-text.header-danke {
  position: absolute;
  z-index: 20;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-btn_01 {
  position: relative;
  width: 111px;
  height: 30px;
  margin-right: 5px;
  float: left;
  clear: none;
  border-radius: 6px;
  background-color: #90bf21;
}

.div-btn_01:hover {
  background-color: #d7b76c;
}

.div-btn_01.shop {
  background-image: url('../images/icon-warenkorb.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.div-btn_01.shop:hover {
  background-image: url('../images/icon-warenkorb-dark.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.div-btn_01.taste {
  background-color: #90bf21;
  background-image: url('../images/icon-taste.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.div-btn_01.taste:hover {
  background-image: url('../images/icon-taste-dark.png'), url('../images/icon-taste.png');
  background-position: 50% 50%, 50% 50%;
  background-size: 20px, 20px;
  background-repeat: no-repeat, no-repeat;
}

.div-btn_01.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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/icon-info.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: transparent;
  text-decoration: none;
}

.div-btn_01.info:hover {
  background-image: url('../images/icon-info-dark.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #3a3a3a;
}

.div-buttons {
  position: absolute;
  right: 5px;
  bottom: 10px;
  display: block;
}

.header-text-small {
  color: #f0ecda;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  text-transform: uppercase;
}

.header-gradient {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 365px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(22%, rgba(0, 0, 0, 0.8)), color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(75%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 22%, rgba(0, 0, 0, 0.8) 0, transparent 75%);
}

.header-gradient.tasting {
  height: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(22%, rgba(0, 0, 0, 0.5)), color-stop(75%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 22%, transparent 75%);
}

.div-tabnavi {
  position: relative;
  display: none;
  height: 42px;
  margin-bottom: 5px;
}

.div-hinweis {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 0px;
  height: 0px;
  float: right;
  border-top: 70px solid #d7b76c;
  border-left: 120px solid transparent;
}

.link-tab_01 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 317px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-tab_01:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.link-tab_02 {
  position: absolute;
  left: 322px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 316px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-tab_02:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.link-tab_03 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 317px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-tab_03:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.text-hinweis {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 24px;
  text-align: right;
}

.subline-chart_01 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  line-height: 18px;
  font-weight: 400;
}

.link-style {
  width: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1px 4px;
  float: left;
  border: 1px solid #90bf21;
  border-radius: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #90bf21;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-style:hover {
  border-color: #d7b76c;
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 400;
}

.section-subnavi {
  border-top: 1px solid #fff;
  background-color: #3a3a3a;
}

.chart-nav-main-link_04 {
  position: absolute;
  left: 75%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.chart-nav-main-link_04:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.chart-nav-main-link_04.w--current {
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.chart-nav-main-link_02 {
  position: absolute;
  left: 25%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-right: 1px solid #fff;
  background-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  text-align: center;
  text-transform: uppercase;
}

.chart-nav-main-link_02:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.chart-nav-main-link_02.w--current {
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.chart-nav-main-link_03 {
  position: absolute;
  left: 50%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-right: 1px solid #fff;
  background-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  text-align: center;
  text-transform: uppercase;
}

.chart-nav-main-link_03:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.chart-nav-main-link_03.w--current {
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.img-chart_01 {
  border-radius: 100%;
}

.link-rating {
  margin-right: 10px;
  padding: 0px 8px 1px 25px;
  float: left;
  border: 1px solid #90bf21;
  border-radius: 6px;
  background-color: #90bf21;
  background-image: url('../images/icon-star-dark.png');
  background-position: 6px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.link-rating:hover {
  border-color: #d7b76c;
  background-color: #d7b76c;
  background-image: url('../images/icon-star-dark.png');
  background-position: 6px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #3a3a3a;
}

.div-chart-rate {
  position: relative;
  z-index: 20;
  width: 75%;
  margin-bottom: 10px;
  float: left;
}

.text-rating {
  margin-top: 1px;
  float: right;
}

.div-18 {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100vh;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
}

.section-18 {
  position: relative;
  background-color: #3a3a3a;
  background-image: none;
}

.div-18-select {
  position: relative;
  top: 10%;
  z-index: 10;
}

.text-18 {
  padding-top: 5px;
  padding-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #d7b76c;
  font-size: 44px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.div-18-buttons {
  display: none;
  width: 100%;
  min-height: 20px;
  margin-top: 100px;
  -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;
}

.btn-18 {
  position: relative;
  height: 45px;
  margin-left: 15px;
  padding: 9px 15px;
  float: left;
  clear: none;
  border: 2px solid #90bf21;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.btn-18:hover {
  color: #3a3a3a;
}

.embed-form-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-field-18 {
  position: relative;
  height: 45px;
  margin-left: 15px;
  padding: 9px 15px;
  float: left;
  clear: none;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

.form-field-18:hover {
  border: 2px solid #90bf21;
}

.header-bg-monat-comm {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 250px;
  background-image: url('../images/header_01.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-tab_01b {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 317px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-tab_01b:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.link-tab_02b {
  position: absolute;
  left: 322px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 316px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-tab_02b:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.link-tab_03b {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 317px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-tab_03b:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 600;
}

.header-text-monat {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.header-bg-monat-blog {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 250px;
  background-image: url('../images/header_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg-monat-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 250px;
  background-image: url('../images/header_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-under-construction {
  position: relative;
  min-height: 500px;
  margin-bottom: 5px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 70px;
  background-color: #3a3a3a;
}

.headline-uc {
  margin-top: 70px;
  margin-bottom: 3px;
  margin-left: 250px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.headline-uc.spyce {
  margin-bottom: 40px;
}

.div-chart-bgcolor-uc {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  width: 60px;
  height: 100%;
  max-width: 60px;
  padding-top: 15px;
  float: left;
  border-right: 5px solid #fff;
  background-color: #d7b76c;
}

.content-wrapper {
  position: relative;
}

.form-embed {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 65%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.div-width-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fliesstext_01 {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.fliesstext_01.danke {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.text-bullet-light {
  margin-left: 33px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 18px;
  line-height: 24px;
}

.submit-button {
  width: 15%;
  border: 1px solid #90bf21;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.submit-button:hover {
  border-color: #d7b76c;
  background-color: #d7b76c;
}

.text-field {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 0px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.success-message {
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.text-block-8 {
  color: #fff;
}

.top10-weitere {
  position: relative;
}

.link-style-btn {
  position: relative;
  z-index: 20;
  width: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 250px;
  padding: 1px 4px;
  float: left;
  clear: both;
  border: 1px solid #90bf21;
  border-radius: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #90bf21;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-style-btn:hover {
  border-color: #3a3a3a;
}

.link-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  text-decoration: underline;
}

.form-embed-nospace {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.header-bg-tasting {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 400px;
  background-image: url('../images/freunde_privates-gintasting.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.div-tasting-stoerer {
  position: absolute;
  top: 23px;
  right: 30px;
  z-index: 170;
  display: block;
  width: 130px;
  height: 130px;
  padding-top: 21px;
  float: right;
  border-top: 200px none #90bf21;
  border-left: 300px none transparent;
  border-radius: 100%;
  background-color: #bf2121;
}

.text-stoerer {
  position: static;
  top: 35px;
  right: 35px;
  z-index: 20;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.div-bullet-text {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-left: 6px none #90bf21;
  border-radius: 6px;
}

.div-bullet-text.space {
  margin-bottom: 0px;
}

.img-bullet-star {
  margin-top: 1px;
  margin-right: 10px;
  float: left;
}

.bg-dark {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/gincharts_muster_gold.png');
  background-position: 0px 0px;
  background-size: 500px;
  opacity: 0.04;
}

.div-tasting-dark {
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
  padding: 40px 20px 40px 35px;
  background-color: #3a3a3a;
}

.div-tasting-content {
  display: block;
  width: 52%;
  margin-right: auto;
  margin-left: auto;
}

.stoerer-linie {
  display: block;
  width: 50px;
  height: 1px;
  max-height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.fliesstext-center_01 {
  position: relative;
  z-index: 10;
  display: block;
  width: 70%;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.fliesstext-center_01.headline {
  width: 60%;
  font-weight: 600;
  text-align: center;
}

.fliesstext-center_01.topspace {
  margin-top: 50px;
}

.fliesstext-center_01.danke {
  margin-bottom: 40px;
  color: #f0ecda;
}

.div-dark {
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
  padding: 30px 20px 40px 35px;
  background-color: #3a3a3a;
}

.div-dark.bewerten {
  min-height: 600px;
}

.div-dark.danke {
  padding-top: 50px;
  padding-bottom: 60px;
}

.div-tasting-stoerer-img_02 {
  position: absolute;
  left: -11px;
  top: -3px;
  z-index: 170;
  display: block;
  width: 130px;
  height: 130px;
  padding-top: 18px;
  float: right;
  border-top: 200px none #90bf21;
  border-left: 300px none transparent;
  border-radius: 100%;
  background-color: #d7b76c;
}

.btn-tasting_01 {
  position: relative;
  z-index: 10;
  width: 215px;
  margin-top: 20px;
  margin-left: 455px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  clear: both;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.btn-tasting_01:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.text-stoerer-dark {
  position: static;
  top: 35px;
  right: 35px;
  z-index: 20;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: none;
}

.text-stoerer-dark-small {
  position: static;
  top: 35px;
  right: 35px;
  z-index: 20;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
}

.text-tasting-buy_01 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-left: 455px;
  padding-right: 30px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

.text-preis {
  position: relative;
  z-index: 10;
  margin-top: 23px;
  margin-left: 455px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #d7b76c;
  font-size: 28px;
  line-height: 28px;
}

.text-tasting-buy-small_02 {
  position: relative;
  z-index: 10;
  margin-top: 3px;
  margin-left: 455px;
  padding-right: 30px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #d7b76c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}

.fliesstext-light {
  position: relative;
  z-index: 10;
  margin-top: 12px;
  margin-bottom: 40px;
  padding-right: 30px;
  float: none;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}

.div-gold {
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
  padding: 40px 20px 40px 35px;
  background-color: #d7b76c;
}

.bg-gold {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/gincharts_muster_grau.png');
  background-position: 0px 0px;
  background-size: 500px;
  opacity: 0.04;
}

.headline-box-gold {
  position: relative;
  z-index: 10;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  background-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-tasting-top {
  position: relative;
  z-index: 10;
  height: 30px;
  margin-bottom: 5px;
  background-color: #3a3a3a;
}

.div-bullet-gin {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 6px;
  padding: 0px 10px;
  border-left: 6px none #90bf21;
  border-radius: 6px;
}

.div-bullets_01 {
  display: block;
  width: 42%;
  margin: 30px auto;
}

.headline-box-green {
  position: relative;
  z-index: 10;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.form-block {
  position: relative;
  z-index: 10;
  display: block;
  margin: 5px auto 0px;
  clear: both;
}

.text-bullet-dark {
  margin-left: 33px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
}

.div-img-box {
  position: absolute;
  z-index: 10;
  float: left;
  clear: none;
}

.text-preis-streich {
  position: relative;
  z-index: 10;
  margin-top: 23px;
  margin-left: 20px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #836f40;
  font-size: 28px;
  line-height: 28px;
  text-decoration: line-through;
}

.headline-box-dark {
  position: relative;
  z-index: 10;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.headline-box-dark.danke {
  width: 80%;
}

.img-icon-pay {
  position: relative;
  z-index: 10;
  max-width: 215px;
  margin-top: 10px;
  margin-left: 455px;
  float: left;
  clear: both;
  border-radius: 3px;
}

.logo-18 {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.div-link-impressum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  padding-bottom: 10px;
  -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;
}

.share-facebook {
  width: 24px;
  height: 24px;
  float: left;
  border-radius: 6px;
  background-image: url('../images/social-facebook.jpg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #90bf21;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.share-facebook:hover {
  background-color: #d7b76c;
  background-image: url('../images/social-facebook-hover.jpg');
  background-position: 0px 0px;
  background-size: 24px;
  color: #3a3a3a;
}

.share-twitter {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  float: left;
  border-radius: 6px;
  background-image: url('../images/social-twitter.jpg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #90bf21;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.share-twitter:hover {
  background-color: #d7b76c;
  background-image: url('../images/social-twitter-hover.jpg');
  background-position: 50% 50%;
  background-size: 24px;
  color: #3a3a3a;
}

.share-insta {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  float: left;
  border-radius: 6px;
  background-image: url('../images/social-instagram.jpg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #90bf21;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.share-insta:hover {
  background-color: #d7b76c;
  background-image: url('../images/social-instagram-hover.jpg');
  background-position: 50% 50%;
  background-size: 24px;
  color: #3a3a3a;
}

.div-social-icons {
  position: relative;
  z-index: 20;
  display: none;
  width: 180px;
  float: left;
}

.div-social-icons.gin {
  display: none;
  width: auto;
  float: right;
}

.share-youtube {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  float: left;
  border-radius: 6px;
  background-image: url('../images/social-youtube.jpg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #90bf21;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.share-youtube:hover {
  background-color: #d7b76c;
  background-image: url('../images/social-youtube-hover.jpg');
  background-position: 50% 50%;
  background-size: 24px;
  color: #3a3a3a;
}

.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;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.img-gin-full-size {
  width: 300px;
  border-radius: 100%;
}

.headline-gin_01 {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  float: left;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.subline-gin_01 {
  position: relative;
  z-index: 10;
  float: left;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #d7b76c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.text-gin_01 {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
  float: left;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.div-gin-info-wrapper {
  position: relative;
  z-index: 10;
  width: 63%;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 40px;
  padding-top: 0px;
  float: right;
}

.div-gin-info-wrapper.text {
  margin-bottom: -16px;
  background-color: transparent;
}

.div-gin-detail {
  position: relative;
  z-index: 10;
  min-height: 650px;
  margin-bottom: 1px;
  padding: 30px 30px 30px 35px;
  background-color: #3a3a3a;
}

.div-gin-detail.foot {
  height: 40px;
  min-height: 0px;
  padding: 0px;
}

.div-gin-detail.foot-space {
  height: 40px;
  min-height: 0px;
  margin-bottom: 50px;
  padding: 0px;
}

.div-img-gin {
  position: absolute;
  z-index: 10;
  float: left;
  clear: both;
}

.img-tasting-box_03 {
  position: relative;
  top: 42px;
  z-index: 10;
}

.div-dark-spalte {
  position: relative;
  z-index: 10;
  width: 49%;
  height: 520px;
  margin-bottom: 1%;
  padding: 30px 20px 40px 35px;
  float: left;
  background-color: #3a3a3a;
}

.div-dark-spalte.space {
  margin-right: 1%;
}

.fliesstext-download {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin: 7px auto 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.fliesstext-download.gold {
  color: #d7b76c;
  font-weight: 400;
}

.img-download {
  position: relative;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.img-download.danke {
  margin-bottom: 40px;
}

.btn-download {
  position: relative;
  z-index: 10;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.btn-download:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.subline-gin_02 {
  position: relative;
  z-index: 10;
  float: left;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.overlay-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-color: rgba(0, 0, 0, 0.8);
}

.form-embed-overlay {
  position: relative;
  z-index: 10;
  display: none;
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.headline-overlay-form {
  position: relative;
  z-index: 1250;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  background-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-details-gin {
  position: absolute;
  top: 359px;
  z-index: 10;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: both;
}

.link-detail {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
  float: left;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.link-detail:hover {
  text-decoration: underline;
}

.btn-details_01 {
  position: static;
  z-index: 10;
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.btn-details_01:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.section-header-detail {
  position: relative;
  height: 250px;
  background-image: url('../images/header_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-header-detail.boar-gin {
  background-image: url('../images/bg-boar-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-header-detail.winter-ginsanity {
  background-image: url('../images/bg-winter-ginsanity.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-detail.granit {
  background-image: url('../images/bg-granit-gin.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.section-header-detail.needle {
  background-image: url('../images/bg-needle-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-detail.irving {
  background-image: url('../images/bg-irving-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-detail.gin-plus-london-dry {
  background-image: url('../images/bg-gin-plus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-detail.stobbe-bc {
  background-image: url('../images/bg-stobbe-black-currant.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-detail.moabit {
  background-image: url('../images/bg-moabit.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.section-header-detail.knut-hansen {
  background-image: url('../images/bg-knut-hansen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-detail.feiner-kappler {
  background-image: url('../images/bg-feiner-kappler.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-detail.hgsb {
  background-image: url('../images/bg-hgsb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-siegel {
  margin-right: 15px;
}

.div-siegel_02 {
  position: static;
  right: 25px;
  bottom: -15px;
  z-index: 50;
  margin-top: 10px;
  margin-bottom: 25px;
  float: left;
  clear: both;
}

.div-img-blogger {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100%;
  background-color: #fff;
}

.div-img-blogger.ginnatic {
  background-image: url('../images/blogger-ginnatic.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-blogger {
  position: relative;
  z-index: 20;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.div-overlay-form {
  position: relative;
  z-index: 50;
  margin-bottom: 10px;
  padding: 20px 30px 15px;
  background-color: #3a3a3a;
}

.img-overlay-form {
  position: relative;
  z-index: 20;
  display: block;
  max-width: 100px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
  border-radius: 100%;
}

.div-text-overlay-form {
  position: relative;
  z-index: 20;
  display: block;
  margin: 6px auto 10px;
  float: none;
  clear: both;
  text-align: center;
}

.formblock-overlay-form_01 {
  position: relative;
  z-index: 20;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.form-overlay_01 {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-bottom: 5px;
  float: left;
}

.dropdown-overlay-form {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  line-height: 18px;
  font-weight: 600;
}

.formfield-overlay-form {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  line-height: 18px;
  font-weight: 400;
}

.btn-overlay-form {
  position: relative;
  z-index: 10;
  display: block;
  width: 200px;
  margin-top: 20px;
  float: left;
  clear: both;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.btn-overlay-form:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.checkbox-overlay-form {
  width: 100%;
  margin-top: 5px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  line-height: 18px;
}

.link-text-light {
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  text-decoration: underline;
}

.form-overlay_02 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  float: left;
}

.link-zitat-partner {
  position: relative;
  z-index: 10;
  margin-top: 10px;
  margin-right: 20px;
  float: right;
  clear: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 17px;
  line-height: 16px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.div-overlay-einzeln {
  position: absolute;
  left: 0px;
  top: 15%;
  right: 0px;
  z-index: 1200;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px 20px;
  border-radius: 6px;
  background-color: #d7b76c;
}

.text-stoerer-detail {
  position: static;
  top: 35px;
  right: 35px;
  z-index: 20;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.div-stoerer-detail {
  position: absolute;
  left: -16px;
  top: -6px;
  z-index: 170;
  display: block;
  width: 130px;
  height: 130px;
  padding-top: 34px;
  float: right;
  border: 3px none #fff;
  border-radius: 100%;
  background-color: #90bf21;
  color: #fff;
  text-decoration: none;
}

.div-stoerer-detail:hover {
  background-color: #d7b76c;
}

.div-sprechblase {
  position: relative;
  z-index: 15;
  padding: 15px 20px;
  float: left;
  clear: both;
  border-radius: 6px;
  background-color: #f0ecda;
}

.sprechblase-eck {
  position: absolute;
  left: -35px;
  top: 23px;
  z-index: 15;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 60px solid #f0ecda;
  border-bottom: 30px solid transparent;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.div-gin-blogger-head {
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
  padding: 10px 30px;
  background-color: #d7b76c;
}

.btn-details_02 {
  position: static;
  z-index: 10;
  display: block;
  width: 250px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.btn-details_02:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.linie-stoerer-detail {
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3a3a3a;
}

.div-detail-rate-gin {
  position: relative;
  z-index: 20;
  margin-top: 25px;
  float: left;
  clear: both;
}

.div-platzierung {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 50;
  display: block;
  width: 130px;
  min-height: 100px;
  padding-top: 8px;
  padding-bottom: 2px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #d7b76c;
}

.text-platzierung-detail {
  position: static;
  top: 35px;
  right: 35px;
  z-index: 20;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.div-blogger-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
  padding-left: 145px;
  float: left;
  background-color: transparent;
}

.blogger-title {
  position: absolute;
  top: 90px;
  z-index: 10;
  display: block;
  width: 100px;
  padding: 5px;
  float: left;
  clear: both;
  border-radius: 6px;
  background-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-platzierung-detail_02 {
  position: static;
  top: 35px;
  right: 35px;
  z-index: 20;
  margin-top: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.headline-details {
  float: left;
}

.image {
  margin-top: 0px;
  margin-right: 11px;
  margin-left: 11px;
  float: left;
}

.headline-blogger-box {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 40px auto 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  clear: both;
  -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: 6px;
  background-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.link-zitat-url {
  color: #3a3a3a;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}

.link-zitat-url.w--current {
  color: #3a3a3a;
}

.link-zitat-url.gold {
  color: #3a3a3a;
  font-weight: 400;
  text-transform: none;
}

.overlay-close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 0px;
  -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: 2px solid #d7b76c;
  border-radius: 100%;
  color: #d7b76c;
  text-decoration: none;
}

.text-block-10 {
  position: relative;
  z-index: 20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.linie-stoerer-detail_02 {
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3a3a3a;
}

.text-platzierung-number {
  position: static;
  top: 35px;
  right: 35px;
  z-index: 20;
  margin-top: 5px;
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 46px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.text-platzierung-detail_03 {
  position: static;
  top: 35px;
  right: 35px;
  z-index: 20;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.div-dark-spalte_02 {
  position: relative;
  z-index: 10;
  width: 99%;
  margin-bottom: 1%;
  padding: 30px 20px 40px 35px;
  float: left;
  background-color: #3a3a3a;
}

.name-overlay-form {
  margin-bottom: 15px;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.formblock-overlay-form_02 {
  position: relative;
  z-index: 20;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.btns-mobile {
  position: absolute;
  top: 359px;
  z-index: 10;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: both;
}

.label-overlay-form {
  width: 82%;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 400;
}

.fliesstext-dark {
  position: relative;
  z-index: 10;
  display: block;
  width: 85%;
  margin: 12px auto 40px;
  padding-right: 30px;
  float: none;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.fliesstext-dark.suche {
  display: block;
  margin: 40px auto 20px;
}

.div-suche {
  position: relative;
  z-index: 50;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 15px 30px;
  background-color: #3a3a3a;
}

.div-suche.suche {
  height: 90px;
  padding-top: 20px;
}

.img-suche-ergebnis {
  position: relative;
  z-index: 20;
  max-width: 65px;
  margin-right: 30px;
  float: left;
  border-radius: 100%;
}

.div-text-suche-ergebnis {
  position: relative;
  z-index: 20;
  width: 70%;
  margin-top: 6px;
  margin-bottom: 10px;
  float: left;
}

.headline-suche-ergebnis {
  position: relative;
  z-index: 20;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-suche-ergebnis {
  position: relative;
  z-index: 50;
  display: block;
  width: 124px;
  padding: 2px 10px;
  float: left;
  clear: none;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.btn-suche-ergebnis:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.btn-gin-bewerten-suche {
  position: relative;
  z-index: 50;
  width: 125px;
  height: 24px;
  margin-right: 10px;
  padding: 0px 8px 1px 25px;
  float: left;
  border: 1px solid #90bf21;
  border-radius: 6px;
  background-color: #90bf21;
  background-image: url('../images/icon-star-dark.png');
  background-position: 6px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-gin-bewerten-suche:hover {
  border-color: #d7b76c;
  background-color: #d7b76c;
  background-image: url('../images/icon-star-dark.png');
  background-position: 6px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #3a3a3a;
}

.link-rating-gin {
  margin-right: 10px;
  padding: 0px 8px 1px 25px;
  float: left;
  border: 1px solid #90bf21;
  border-radius: 6px;
  background-color: #90bf21;
  background-image: url('../images/icon-star-dark.png');
  background-position: 6px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.link-rating-gin:hover {
  border-color: #d7b76c;
  background-color: #d7b76c;
  background-image: url('../images/icon-star-dark.png');
  background-position: 6px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #3a3a3a;
}

.link-style-gin {
  width: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1px 4px;
  float: left;
  border: 1px solid #90bf21;
  border-radius: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #90bf21;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-style-gin:hover {
  border-color: #d7b76c;
  background-color: #d7b76c;
  color: #3a3a3a;
  font-weight: 400;
}

.div-blogger {
  position: relative;
  z-index: 10;
  width: 49%;
  height: 380px;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 30px;
  float: left;
  background-color: #d7b76c;
}

.img-partner-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fliesstext-blogger {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.headline-blogger {
  position: relative;
  z-index: 50;
  display: block;
  width: 100%;
  margin: 15px auto 20px;
  float: none;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.div-download {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 40px 35px;
  float: none;
  background-color: #3a3a3a;
}

.img-formular {
  position: relative;
  z-index: 20;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 100%;
}

.headline-formular {
  position: relative;
  z-index: 20;
  margin-bottom: 15px;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.headline-formular.page {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.headline-formular.popup {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.formular-block {
  position: relative;
  z-index: 20;
  display: block;
  color: #fff;
}

.formular-dropdown {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
}

.formular-dropdown.page {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.formular-dropdown.popup {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.formular-label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 400;
}

.formular-label.popup {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.formular-label.page {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.formular-label.suche {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.formular-textfeld {
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
}

.formular-textfeld.popup {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.formular-textfeld.page {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.formular-textfeld.suche {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.formular-checkbox {
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
}

.formular-checkbox.popup {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.formular-checkbox.page {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.formular-checkbox.suche {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.formular-button {
  display: block;
  width: 200px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 600;
}

.formular-button.suche {
  float: left;
}

.link-formular {
  color: #f0ecda;
}

.formular-error {
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #be2121;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.formular-erfolg {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.div-popup-formular {
  position: relative;
  z-index: 50;
  margin-bottom: 10px;
  padding: 20px 0px 15px;
  background-color: #3a3a3a;
}

.formular-spacer {
  position: relative;
  width: 100%;
  height: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d7b76c;
}

.div-formular-page {
  position: relative;
  z-index: 50;
  display: none;
  width: 85%;
  min-height: 140px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #3a3a3a;
}

.div-formular-page.suche {
  padding-top: 30px;
}

.headline-formular-left {
  position: relative;
  z-index: 20;
  margin-bottom: 5px;
  clear: both;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.headline-formular-left.suche {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 24px;
  line-height: 24px;
}

.img-tasting-info {
  margin-top: 27px;
}

.div-img-info {
  position: relative;
  z-index: 10;
  float: left;
  clear: none;
}

.text-info_01 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-left: 50px;
  padding-right: 30px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #d7b76c;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

.text-info_02 {
  position: relative;
  z-index: 10;
  width: 50%;
  margin-top: 20px;
  margin-left: 50px;
  padding-right: 30px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}

.btn-info {
  position: relative;
  z-index: 10;
  width: 240px;
  margin-top: 30px;
  margin-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: none;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.btn-info:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.header-bg-danke {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 250px;
  background-image: url('../images/header_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-11 {
  color: #fff;
}

.text-name-blogger {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.div-formular-hinweis {
  position: relative;
  z-index: 50;
  display: block;
  width: 85%;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.text-suche-hinweis {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.green {
  color: #d7b76c;
}

.div-suche-btn {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.div-gold-head-dark {
  position: relative;
  z-index: 10;
  width: 99%;
  margin-bottom: 1%;
  padding: 20px;
  clear: both;
  background-color: #3a3a3a;
}

.headline-box-gold-partner {
  position: relative;
  z-index: 10;
  display: block;
  width: 49%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-img-detail {
  height: 150px;
  margin-bottom: 1px;
}

.div-img-detail.winter-ginsanity {
  background-image: url('../images/bg-winter-ginsanity.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail.boar-gin {
  background-image: url('../images/bg-boar-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.granit {
  background-image: url('../images/bg-granit-gin.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail.needle {
  background-image: url('../images/bg-needle-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.irving {
  background-image: url('../images/bg-irving-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.gin-plus-london-dry {
  background-image: url('../images/bg-gin-plus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.stobbe-bc {
  background-image: url('../images/bg-stobbe-black-currant.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.div-img-detail.moabit {
  background-image: url('../images/bg-moabit.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail.knut-hansen {
  background-image: url('../images/bg-knut-hansen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail.feiner-kappler {
  background-image: url('../images/bg-feiner-kappler.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail.hgsb {
  background-image: url('../images/bg-hgsb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.bembel {
  background-image: url('../images/bg-bembel.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.div-img-detail._315-heidelberg {
  background-image: url('../images/bg-315-heidelberg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.malfy-arancia {
  background-image: url('../images/bg-malfy-arancia.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.rubus {
  background-image: url('../images/bg-rubus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.ferdi-saar-quince {
  background-image: url('../images/bg-ferdinands-saar-quince.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-detail.bobbys-schiedam {
  background-image: url('../images/bg-bobbys-schiedam.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-detail.elephant-sloe {
  background-image: url('../images/bg-elephant-sloe.jpg');
  background-position: 100% 0px;
  background-size: cover;
}

.div-img-detail.momentum-german {
  background-image: url('../images/bg-momentum-german-dry.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-detail.breaks-cannabis {
  background-image: url('../images/bg-buss-n509-grape.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail.spitzmund-rose {
  background-image: url('../images/bg-spitzmund-rose.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.div-img-detail.grace {
  background-image: url('../images/bg-grace-gin.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-detail.mare-capri {
  background-image: url('../images/bg-gin-mare-capri.jpg');
  background-position: 0px -10px;
  background-size: cover;
}

.div-img-detail.kyroe {
  background-image: url('../images/bg-kyroe-gin.png');
  background-position: -70px 0px;
  background-size: cover;
}

.partner-gintlemen {
  position: relative;
  z-index: 50;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.img-partner-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.partner-ginspiration {
  position: relative;
  z-index: 50;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.partner-ginnerds {
  position: relative;
  z-index: 50;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.partner-ginnatic {
  position: relative;
  z-index: 50;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.partner-gingingin {
  position: relative;
  z-index: 50;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.partner-itsginoclock {
  position: relative;
  z-index: 50;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.partner-eyeforspirits {
  position: relative;
  z-index: 50;
  display: block;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.text-block-12 {
  color: #fff;
}

.btn-gutschein {
  position: relative;
  z-index: 10;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.btn-gutschein:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.link-gutschein {
  display: block;
  width: 245px;
  margin-right: auto;
  margin-left: auto;
}

.header-text-danke {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.text-hinweis-versand {
  position: relative;
  z-index: 10;
  margin-top: 25px;
  margin-left: 455px;
  padding-right: 30px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-transform: none;
}

.text-green {
  color: #90bf21;
}

.div-facebook-pixel {
  margin-bottom: 80px;
}

.div-twitter {
  margin-bottom: 80px;
}

.div-datenschutz {
  margin-bottom: 80px;
}

.div-datenschutz.btm-space {
  position: relative;
  z-index: 20;
  margin-bottom: 30px;
}

.div-sales-viewer {
  display: none;
  margin-bottom: 80px;
}

.div-bing-conversion {
  margin-bottom: 80px;
}

.div-google-adwords-conversion {
  margin-bottom: 80px;
}

.div-vimeo {
  margin-bottom: 80px;
}

.div-youtube {
  margin-bottom: 80px;
}

.div-google-fonts {
  margin-bottom: 80px;
}

.div-instagram {
  margin-bottom: 80px;
}

.div-google-plus {
  margin-bottom: 80px;
}

.div-google-analytics {
  margin-bottom: 80px;
}

.text-headline {
  color: #3a3a3a;
  font-size: 24px;
  line-height: 28px;
}

.text-headline.dark {
  color: #3d3d3e;
  font-size: 22px;
}

.div-google-recaptcha {
  margin-bottom: 80px;
}

.div-ssl {
  margin-bottom: 80px;
}

.div-linkedin {
  margin-bottom: 80px;
}

.div-google-maps {
  margin-bottom: 80px;
}

.div-overheat {
  display: none;
  margin-bottom: 80px;
}

.div-amazon-partner {
  margin-bottom: 80px;
}

.div-paypal {
  margin-bottom: 80px;
}

.div-newsletter2go {
  margin-bottom: 80px;
}

.div-google-adwords-remarketing {
  margin-bottom: 80px;
}

.div-xing {
  margin-bottom: 80px;
}

.text-link {
  overflow: hidden;
  color: #3d3d3e;
}

.fliesstext-info {
  position: relative;
  z-index: 20;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.text-left {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-gin_01padding {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  padding: 20px;
  float: left;
  clear: both;
  background-color: #d7b76c;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.div-block {
  margin-top: 200px;
}

.link {
  color: #3a3a3a;
  font-style: normal;
}

.btn-details_03 {
  position: static;
  z-index: 10;
  display: block;
  width: 250px;
  margin: -10px auto 20px;
  padding: 10px;
  clear: both;
  border: 2px solid #3a3a3a;
  border-radius: 6px;
  background-color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f9f7ef;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.btn-details_03:hover {
  background-color: #d7b76c;
  color: #3a3a3a;
}

.div-gin-info-wrapper2 {
  position: relative;
  z-index: 10;
  width: 63%;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 40px;
  padding-top: 0px;
  float: right;
}

.div-gin-info-wrapper2.text {
  background-color: #d7b76c;
}

.div-img-detail2 {
  height: 150px;
  margin-bottom: 1px;
}

.div-img-detail2.winter-ginsanity {
  background-image: url('../images/bg-winter-ginsanity.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail2.boar-gin {
  background-image: url('../images/bg-boar-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.granit {
  background-image: url('../images/bg-granit-gin.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail2.needle {
  background-image: url('../images/bg-needle-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.irving {
  background-image: url('../images/bg-irving-gin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.gin-plus-london-dry {
  background-image: url('../images/bg-gin-plus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.stobbe-bc {
  background-image: url('../images/bg-stobbe-black-currant.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.div-img-detail2.moabit {
  background-image: url('../images/bg-moabit.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail2.knut-hansen {
  background-image: url('../images/bg-knut-hansen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail2.feiner-kappler {
  background-image: url('../images/bg-feiner-kappler.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-detail2.hgsb {
  background-image: url('../images/bg-hgsb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.bembel {
  background-image: url('../images/bg-bembel.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.div-img-detail2._315-heidelberg {
  background-image: url('../images/bg-315-heidelberg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.malfy-arancia {
  background-image: url('../images/bg-malfy-arancia.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.rubus {
  background-image: url('../images/bg-rubus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.ferdi-saar-quince {
  background-image: url('../images/bg-ferdinands-saar-quince.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-detail2.bobbys-schiedam {
  background-image: url('../images/bg-bobbys-schiedam.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-detail2.elephant-sloe {
  background-image: url('../images/bg-elephant-sloe.jpg');
  background-position: 100% 0px;
  background-size: cover;
}

.div-img-detail2.momentum-german {
  background-image: url('../images/bg-momentum-german-dry.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-detail2.breaks-cannabis {
  background-image: url('../images/bg-buss-n509-grape.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-img-detail2.spitzmund-rose {
  background-image: url('../images/bg-spitzmund-rose.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.div-img-detail2.grace {
  background-image: url('../images/bg-grace-gin.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-img-detail2.mare-capri {
  height: 270px;
  background-image: url('../images/bg-gin-mare-capri.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-content2 {
  position: relative;
  height: 200px;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff;
}

.fliesstext_02 {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.fliesstext_02.danke {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13 {
  width: 30%;
}

.fliesstext_03 {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.fliesstext_03.danke {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.preisliste {
  margin-right: 90px;
  margin-left: 90px;
}

.headline-preisliste {
  margin-bottom: 24px;
  padding-top: 14px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.headline-preisliste2 {
  margin-bottom: 24px;
  padding-top: 59px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

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

.fliesstext_04 {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  padding-right: 17px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

.fliesstext_04.danke {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.oeffnungszeiten {
  padding-right: 0px;
  padding-left: 0px;
}

.popup {
  padding-right: 78px;
  padding-left: 95px;
}

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

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

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

.fliesstext_05 {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.fliesstext_05.danke {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.rabattcode {
  padding-right: 90px;
  padding-left: 90px;
}

.fliesstext_06 {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 21px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.fliesstext_06.danke {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.headline-box-green2 {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  background-color: #90bf21;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.stoerer-head {
  position: absolute;
  top: 83px;
  right: 19px;
  z-index: 90;
  width: 180px;
  height: 180px;
  margin-top: -67px;
  padding-top: 17px;
  float: right;
  border: 2px none #3d3d3e;
  border-radius: 100%;
  background-color: #90bf21;
  box-shadow: 4px 4px 12px 0 rgba(85, 85, 85, 0.49);
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.text-stoerer_01 {
  margin-top: 29px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.text-stoerer_02 {
  margin-top: 6px;
  color: #3d3d3e;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
}

.bold-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #3a3a3a;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
}

.div-block-2 {
  margin-top: 25px;
}

.fliesstext_07 {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 10px;
  padding: 10px 0px 10px 21px;
  background-color: #90bf21;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.fliesstext_07.danke {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  width: 220px;
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-align: left;
}

.stoerer-text {
  color: #000;
  text-align: center;
}

.div-block-4 {
  margin-top: 10px;
  padding-left: 500px;
  text-align: left;
}

.fliesstext_08 {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-left: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #f0ecda;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.fliesstext_08.danke {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  margin-bottom: 60px;
  padding-left: 30px;
}

html.w-mod-js *[data-ix="monat-comm"] {
  display: none;
}

html.w-mod-js *[data-ix="monat-blog-active"] {
  display: none;
}

html.w-mod-js *[data-ix="monat-bar-active"] {
  display: none;
}

html.w-mod-js *[data-ix="content-comm"] {
  display: block;
}

html.w-mod-js *[data-ix="content-blog"] {
  display: none;
}

html.w-mod-js *[data-ix="content-bar"] {
  display: none;
}

html.w-mod-js *[data-ix="bg-comm"] {
  display: block;
}

html.w-mod-js *[data-ix="bg-blog"] {
  display: none;
}

html.w-mod-js *[data-ix="bg-bar"] {
  display: none;
}

html.w-mod-js *[data-ix="img-hover-01"] {
  display: block;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 100;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link_01 {
    width: 100%;
    margin-left: 0px;
    padding: 10px 20px;
    float: right;
    clear: both;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: right;
  }
  .nav-link_01:hover {
    background-color: #d7b76c;
    color: #3a3a3a;
  }
  .nav-link_01.w--current {
    background-color: #d7b76c;
    color: #3a3a3a;
    font-weight: 600;
  }
  .link-block {
    left: 20px;
  }
  .section-header.tasting {
    height: 300px;
  }
  .section-footer {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    min-height: 60px;
  }
  .text-chart_01 {
    margin-bottom: 7px;
  }
  .div-chart-navi {
    position: relative;
    z-index: 50;
  }
  .headline-chart_01 {
    font-size: 20px;
  }
  .div-chart-text {
    width: 97%;
    margin-top: 15px;
  }
  .link-img-chart_01 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .div-chart-content {
    padding-bottom: 10px;
  }
  .header-text.header-tasting {
    top: 166px;
  }
  .div-buttons {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-top: 10px;
    float: left;
  }
  .header-gradient.tasting {
    height: 300px;
  }
  .link-tab_01 {
    width: 33%;
  }
  .link-tab_02 {
    left: 33%;
    width: 33%;
    margin-left: 0.5%;
  }
  .link-tab_03 {
    width: 33%;
  }
  .subline-chart_01 {
    margin-bottom: 0px;
  }
  .section-subnavi {
    position: relative;
    z-index: 50;
  }
  .chart-nav-main-link_02 {
    position: absolute;
    left: 25%;
    bottom: 0px;
    height: 100%;
  }
  .chart-nav-main-link_03 {
    position: absolute;
    left: 50%;
    bottom: 0px;
  }
  .menu-button-2 {
    color: #3a3a3a;
  }
  .menu-button-2.w--open {
    background-color: #3a3a3a;
    color: #f0ecda;
  }
  .nav-menu-3 {
    z-index: 100;
    margin-top: 60px;
    border-left: 1px solid #fff;
    background-color: #3a3a3a;
  }
  .div-18-select {
    position: static;
  }
  .link-tab_01b {
    width: 33%;
  }
  .link-tab_02b {
    left: 33%;
    width: 33%;
    margin-left: 0.5%;
  }
  .link-tab_03b {
    width: 33%;
  }
  .headline-uc {
    margin-left: 200px;
  }
  .content-wrapper {
    width: 73%;
    float: left;
  }
  .form-embed {
    max-width: 80%;
  }
  .submit-button {
    width: auto;
  }
  .text-field {
    width: 49%;
  }
  .link-style-btn {
    margin-left: 200px;
  }
  .form-embed-nospace {
    max-width: 80%;
  }
  .header-bg-tasting {
    height: 300px;
    background-position: 42% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .div-tasting-stoerer {
    top: 15px;
    right: 15px;
  }
  .div-bullet-text {
    margin-bottom: 0px;
  }
  .div-tasting-content {
    width: 60%;
  }
  .div-tasting-stoerer-img_02 {
    left: -19px;
  }
  .btn-tasting_01 {
    margin-left: 365px;
    font-weight: 600;
  }
  .text-tasting-buy_01 {
    margin-left: 365px;
    padding-right: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .text-preis {
    position: relative;
    z-index: 10;
    margin-left: 365px;
  }
  .text-tasting-buy-small_02 {
    margin-left: 365px;
    padding-right: 0px;
  }
  .fliesstext-light {
    margin-left: 365px;
    padding-right: 0px;
  }
  .headline-box-gold {
    width: 85%;
  }
  .div-bullets_01 {
    width: 55%;
  }
  .headline-box-green {
    width: 80%;
  }
  .div-img-box {
    top: 29px;
  }
  .text-preis-streich {
    position: relative;
    z-index: 10;
  }
  .headline-box-dark {
    width: 60%;
  }
  .img-icon-pay {
    margin-left: 365px;
  }
  .logo-18 {
    margin-bottom: 0px;
  }
  .img-gin-full-size {
    width: 200px;
  }
  .headline-gin_01 {
    padding-right: 0px;
    font-size: 26px;
    line-height: 26px;
  }
  .subline-gin_01 {
    position: relative;
    z-index: 10;
  }
  .text-gin_01 {
    padding-right: 0px;
    clear: both;
  }
  .div-gin-info-wrapper {
    left: 268px;
    top: 64px;
    width: 63%;
    margin-left: 0px;
    float: left;
  }
  .div-gin-info-wrapper.text {
    width: 60%;
    margin-bottom: -22px;
  }
  .div-gin-detail {
    padding-top: 10px;
  }
  .div-img-gin {
    position: absolute;
    left: 57px;
    top: 55px;
    margin-bottom: 25px;
  }
  .img-tasting-box_03 {
    left: -25px;
    width: 350px;
    max-width: none;
  }
  .subline-gin_02 {
    position: relative;
    z-index: 10;
  }
  .form-embed-overlay {
    max-width: 80%;
  }
  .div-details-gin {
    left: 57px;
    top: 292px;
    width: auto;
  }
  .btn-details_01 {
    width: 200px;
    font-size: 18px;
    font-weight: 600;
  }
  .section-header-detail.boar-gin {
    background-position: 56% 50%;
  }
  .text-blogger {
    padding-right: 0px;
  }
  .div-text-overlay-form {
    width: 100%;
    margin-top: 7px;
  }
  .formfield-overlay-form {
    width: 100%;
  }
  .div-overlay-einzeln {
    width: 80%;
  }
  .text-stoerer-detail {
    font-size: 15px;
    line-height: 16px;
  }
  .div-stoerer-detail {
    left: -46px;
    top: -16px;
    width: 115px;
    height: 115px;
    padding-top: 28px;
  }
  .btn-details_02 {
    width: 200px;
    font-size: 18px;
    font-weight: 600;
  }
  .linie-stoerer-detail {
    position: relative;
    left: 20px;
    top: -23px;
    width: 46px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .div-detail-rate-gin {
    margin-top: 10px;
  }
  .div-platzierung {
    display: block;
    width: 184px;
    height: 64px;
    min-height: 0px;
    padding-top: 17px;
    padding-right: 24px;
    padding-left: 20px;
  }
  .text-platzierung-detail {
    position: relative;
    top: -12px;
    right: 67px;
    font-size: 14px;
    line-height: 13px;
    font-weight: 600;
    text-align: right;
  }
  .text-platzierung-detail_02 {
    position: relative;
    top: -55px;
    right: -95px;
    width: 50px;
    font-size: 15px;
  }
  .linie-stoerer-detail_02 {
    position: relative;
    top: -88px;
    right: -80px;
    width: 46px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .text-platzierung-number {
    position: relative;
    top: -57px;
    right: -95px;
    width: 50px;
    font-size: 42px;
  }
  .text-platzierung-detail_03 {
    position: relative;
    top: -83px;
    right: 67px;
    font-size: 14px;
    line-height: 13px;
    font-weight: 600;
    text-align: right;
  }
  .name-overlay-form {
    font-size: 20px;
  }
  .formblock-overlay-form_02 {
    width: 80%;
  }
  .btns-mobile {
    left: 57px;
    top: 292px;
    width: auto;
  }
  .fliesstext-dark {
    margin-left: 365px;
    padding-right: 0px;
  }
  .div-text-suche-ergebnis {
    width: 70%;
    margin-top: 5px;
  }
  .headline-suche-ergebnis {
    font-size: 20px;
  }
  .div-blogger {
    height: 400px;
    padding-top: 20px;
  }
  .headline-blogger {
    font-size: 20px;
  }
  .img-tasting-info {
    width: 350px;
    max-width: none;
  }
  .div-img-info {
    top: 29px;
  }
  .text-info_01 {
    margin-left: 365px;
    padding-right: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .text-info_02 {
    margin-left: 365px;
    padding-right: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .btn-info {
    margin-left: 365px;
    font-weight: 600;
  }
  .headline-box-gold-partner {
    width: 85%;
  }
  .div-img-detail.kyroe {
    background-position: -250px 0px;
  }
  .text-hinweis-versand {
    margin-left: 365px;
    padding-right: 0px;
  }
  .text-gin_01padding {
    padding-right: 0px;
    clear: both;
  }
  .btn-details_03 {
    width: 200px;
    font-size: 18px;
    font-weight: 600;
  }
  .div-gin-info-wrapper2 {
    left: 268px;
    top: 64px;
    width: 63%;
    margin-left: 0px;
    float: left;
  }
  .div-gin-info-wrapper2.text {
    width: 60%;
    margin-bottom: 63px;
  }
  .div-img-detail2.mare-capri {
    height: 200px;
  }
  .fliesstext_02 {
    padding-right: 10px;
  }
  .preisliste {
    margin-left: 60px;
  }
  .headline-preisliste {
    font-size: 20px;
  }
  .headline-preisliste2 {
    font-size: 20px;
  }
  .popup {
    padding-right: 65px;
    padding-left: 40px;
  }
  .column-5 {
    padding-right: 40px;
  }
  .column-6 {
    padding-right: 40px;
  }
  .column-7 {
    padding-right: 40px;
  }
  .fliesstext_05 {
    margin-bottom: 40px;
    padding-left: 20px;
  }
  .fliesstext_06 {
    padding-top: 10px;
  }
  .headline-box-green2 {
    overflow: visible;
    width: 105%;
  }
  .stoerer-head {
    position: absolute;
    top: 62px;
    right: 32px;
    display: block;
    width: 150px;
    height: 150px;
    float: left;
  }
  .text-stoerer_01 {
    margin-top: 16px;
    float: none;
    font-size: 12px;
    line-height: 22px;
  }
  .text-stoerer_02 {
    margin-top: 2px;
    font-size: 12px;
    line-height: 12px;
  }
  .bold-text {
    font-size: 20px;
    font-weight: 600;
  }
  .div-block-4 {
    padding-left: 270px;
  }
  .fliesstext_08 {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-5 {
    text-align: left;
  }
  .div-block-6 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 60px;
  }
  .body {
    background-color: #3a3a3a;
    background-image: none;
  }
  .link-block {
    top: 10px;
    width: 100px;
  }
  .section-header {
    height: 200px;
  }
  .section-header.tasting {
    height: 200px;
  }
  .section-content {
    padding-bottom: 30px;
  }
  .headline-chart_01 {
    line-height: 20px;
  }
  .div-chart-text {
    margin-bottom: 5px;
    float: left;
  }
  .link-img-chart_01 {
    max-width: 100px;
  }
  .div-chart-content {
    padding-right: 10px;
  }
  .header-text {
    top: 102px;
    font-size: 33px;
    line-height: 33px;
  }
  .header-text.header {
    top: 110px;
    padding-bottom: 0px;
    font-size: 33px;
    line-height: 23px;
  }
  .header-text.header-tasting {
    top: 110px;
    padding-bottom: 0px;
    font-size: 33px;
    line-height: 23px;
  }
  .header-text.header-danke {
    top: 110px;
    padding-bottom: 0px;
    font-size: 33px;
    line-height: 23px;
  }
  .div-btn_01 {
    width: 31%;
  }
  .div-buttons {
    position: static;
    width: 100%;
    margin-top: 0px;
    float: left;
  }
  .header-text-small {
    font-size: 24px;
    line-height: 38px;
  }
  .header-gradient {
    height: 200px;
  }
  .header-gradient.tasting {
    height: 200px;
  }
  .link-style {
    margin-bottom: 15px;
  }
  .link-rating {
    margin-bottom: 15px;
  }
  .div-chart-rate {
    float: left;
  }
  .div-18 {
    height: auto;
    padding-top: 10px;
  }
  .div-18-select {
    position: static;
    padding-bottom: 40px;
  }
  .text-18 {
    position: relative;
    z-index: 10;
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 32px;
  }
  .btn-18 {
    display: block;
    width: 200px;
    min-width: 200px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .embed-form-18 {
    position: relative;
    z-index: 10;
  }
  .form-field-18 {
    display: block;
    width: 200px;
    height: 31px;
    min-width: 200px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .form-block_01 {
    width: 100%;
    float: left;
    clear: both;
  }
  .form-block_02 {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: both;
  }
  .header-bg-monat-comm {
    height: 200px;
  }
  .header-bg-monat-blog {
    height: 200px;
  }
  .header-bg-monat-bar {
    height: 200px;
  }
  .div-under-construction {
    min-height: 0px;
  }
  .headline-uc {
    margin-top: 0px;
    margin-left: 80px;
    font-size: 18px;
    line-height: 22px;
  }
  .content-wrapper {
    width: 65%;
    float: left;
  }
  .form-embed {
    max-width: 100%;
  }
  .submit-button {
    width: 32%;
    float: right;
  }
  .text-field {
    width: 67%;
  }
  .link-style-btn {
    margin-bottom: 15px;
    margin-left: 80px;
  }
  .form-embed-nospace {
    max-width: 100%;
  }
  .header-bg-tasting {
    height: 200px;
  }
  .div-tasting-stoerer {
    top: 10px;
    width: 100px;
    height: 100px;
    padding-top: 16px;
  }
  .text-stoerer {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
  }
  .div-tasting-content {
    width: 100%;
  }
  .fliesstext-center_01 {
    width: 100%;
  }
  .fliesstext-center_01.headline {
    width: 90%;
  }
  .div-dark {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-tasting-stoerer-img_02 {
    left: -17px;
    top: -12px;
  }
  .btn-tasting_01 {
    margin-left: 0px;
    clear: both;
  }
  .text-tasting-buy_01 {
    margin-left: 0px;
  }
  .text-preis {
    margin-left: 0px;
    clear: both;
  }
  .text-tasting-buy-small_02 {
    margin-left: 0px;
    clear: both;
  }
  .fliesstext-light {
    margin-left: 0px;
    clear: both;
  }
  .div-gold {
    padding: 30px 30px 40px;
  }
  .headline-box-gold {
    margin-bottom: 30px;
  }
  .div-tasting-top {
    margin-bottom: 2px;
  }
  .div-bullets_01 {
    width: 90%;
  }
  .div-img-box {
    position: relative;
    top: 0px;
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-preis-streich {
    margin-left: 30px;
  }
  .headline-box-dark {
    width: 100%;
  }
  .img-icon-pay {
    margin-left: 0px;
  }
  .logo-18 {
    max-width: 100px;
  }
  .share-facebook {
    margin-bottom: 15px;
  }
  .share-twitter {
    margin-bottom: 15px;
  }
  .share-insta {
    margin-bottom: 15px;
  }
  .div-social-icons {
    float: left;
  }
  .share-youtube {
    margin-bottom: 15px;
  }
  .img-gin-full-size {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .headline-gin_01 {
    margin-left: 0px;
  }
  .subline-gin_01 {
    margin-left: 0px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
  }
  .text-gin_01 {
    margin-left: 0px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
  }
  .div-gin-info-wrapper {
    left: 0px;
    top: 50px;
    width: 100%;
  }
  .div-gin-info-wrapper.text {
    left: 0px;
    width: 100%;
    margin-top: -13px;
    margin-bottom: -10px;
  }
  .div-gin-detail {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-img-gin {
    position: relative;
    left: 0px;
    top: 64px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .img-tasting-box_03 {
    position: relative;
    left: -33px;
    top: 8px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-dark-spalte {
    width: 99%;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .fliesstext-download {
    width: 100%;
  }
  .subline-gin_02 {
    margin-left: 0px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
  }
  .overlay-bg {
    position: fixed;
    display: block;
  }
  .form-embed-overlay {
    max-width: 100%;
  }
  .headline-overlay-form {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .div-details-gin {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    float: left;
    clear: both;
  }
  .btn-details_01 {
    margin-top: 51px;
    margin-left: 0px;
    clear: both;
  }
  .section-header-detail {
    height: 150px;
  }
  .section-header-detail.boar-gin {
    background-position: 60% 50%;
  }
  .text-blogger {
    margin-left: 0px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
  }
  .img-overlay-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-text-overlay-form {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 5px;
    float: none;
  }
  .form-overlay_01 {
    width: 100%;
    float: none;
  }
  .formfield-overlay-form {
    width: 100%;
  }
  .btn-overlay-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .checkbox-overlay-form {
    margin-bottom: 30px;
  }
  .form-overlay_02 {
    padding-left: 0px;
  }
  .link-zitat-partner {
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    clear: both;
    font-size: 16px;
  }
  .div-overlay-einzeln {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
  }
  .div-stoerer-detail {
    position: absolute;
    left: -227px;
    top: -3px;
    right: 12px;
    bottom: -12px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-sprechblase {
    position: relative;
    width: 75%;
    float: right;
  }
  .div-gin-blogger-head {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .btn-details_02 {
    margin-left: 0px;
    clear: both;
  }
  .div-detail-rate-gin {
    margin-top: 15px;
    float: left;
  }
  .div-platzierung {
    right: 20px;
  }
  .div-blogger-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 30px;
  }
  .blogger-title {
    width: 100%;
  }
  .headline-details {
    font-size: 23px;
    line-height: 24px;
  }
  .headline-blogger-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .div-dark-spalte_02 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .name-overlay-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .btns-mobile {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    float: left;
    clear: both;
  }
  .fliesstext-dark {
    margin-left: 0px;
    clear: both;
  }
  .div-suche {
    padding-right: 20px;
    padding-left: 20px;
  }
  .img-suche-ergebnis {
    margin-right: 20px;
    margin-bottom: 4px;
  }
  .div-text-suche-ergebnis {
    width: 63%;
    margin-top: 6px;
    margin-bottom: 5px;
    float: left;
  }
  .headline-suche-ergebnis {
    line-height: 20px;
  }
  .btn-suche-ergebnis {
    margin-left: 0px;
  }
  .btn-gin-bewerten-suche {
    margin-bottom: 10px;
  }
  .link-rating-gin {
    margin-bottom: 15px;
  }
  .link-style-gin {
    margin-bottom: 15px;
  }
  .div-blogger {
    width: 100%;
    height: auto;
    margin-right: 0%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .fliesstext-blogger {
    width: 100%;
  }
  .headline-blogger {
    line-height: 20px;
  }
  .div-download {
    padding-right: 30px;
    padding-left: 30px;
  }
  .img-formular {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .headline-formular {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .formular-dropdown.page {
    width: 80%;
  }
  .formular-label.page {
    width: 80%;
  }
  .formular-label.suche {
    width: 80%;
  }
  .formular-textfeld.page {
    width: 80%;
  }
  .formular-textfeld.suche {
    width: 80%;
  }
  .formular-checkbox.page {
    width: 80%;
  }
  .formular-checkbox.suche {
    width: 80%;
  }
  .headline-formular-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .headline-formular-left.suche {
    width: 80%;
  }
  .img-tasting-info {
    position: relative;
    left: -33px;
    top: 8px;
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-img-info {
    position: relative;
    top: 0px;
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-info_01 {
    margin-left: 0px;
  }
  .text-info_02 {
    margin-left: 0px;
  }
  .btn-info {
    margin-left: 0px;
    clear: both;
  }
  .header-bg-danke {
    height: 200px;
  }
  .text-name-blogger {
    width: 100%;
  }
  .div-img-detail.kyroe {
    background-position: -400px 0px;
  }
  .text-hinweis-versand {
    margin-left: 0px;
    clear: both;
  }
  .text-headline {
    font-size: 22px;
    line-height: 24px;
  }
  .text-gin_01padding {
    margin-left: 0px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
  }
  .btn-details_03 {
    margin-left: 19px;
    clear: both;
  }
  .div-gin-info-wrapper2 {
    left: 0px;
    top: 50px;
    width: 100%;
  }
  .div-gin-info-wrapper2.text {
    left: 0px;
    width: 100%;
  }
  .div-img-detail2.mare-capri {
    height: 150px;
  }
  .section-content2 {
    padding-bottom: 30px;
  }
  .fliesstext_03 {
    padding-top: 0px;
  }
  .fliesstext_03.preisliste-gin {
    padding-top: 20px;
  }
  .preisliste {
    margin-left: 40px;
  }
  .headline-preisliste {
    line-height: 20px;
  }
  .headline-preisliste2 {
    line-height: 20px;
  }
  .fliesstext_04 {
    text-align: left;
  }
  .popup {
    padding-right: 70px;
    padding-left: 60px;
  }
  .rabattcode {
    padding-right: 60px;
    padding-left: 60px;
  }
  .fliesstext_06 {
    padding-left: 0px;
  }
  .stoerer-head {
    top: 46px;
    right: 22px;
    width: 110px;
    height: 110px;
    margin-top: 0px;
  }
  .text-stoerer_01 {
    margin-top: 11px;
    font-size: 18px;
    line-height: 21px;
  }
  .text-stoerer_02 {
    margin-top: 1px;
    font-size: 12px;
    line-height: 13px;
  }
  .fliesstext_07 {
    padding-right: 20px;
    padding-left: 29px;
    font-size: 16px;
  }
  .stoerer-text {
    color: #000;
  }
  .div-block-4 {
    padding-left: 180px;
  }
  .fliesstext_08 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 60px;
  }
  .link-block {
    top: 10px;
    width: 100px;
  }
  .section-header {
    height: 180px;
  }
  .section-header.tasting {
    height: 180px;
    background-position: -32px 0px;
  }
  .section-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .text-footer_02 {
    float: none;
    text-align: center;
  }
  .img-footer-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .chart-nav-main-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    max-height: 60px;
    min-height: 60px;
    border-bottom: 1px solid #fff;
  }
  .nav-menu {
    min-height: 120px;
  }
  .text-chart_01 {
    margin-bottom: 12px;
    line-height: 16px;
  }
  .headline-chart_01 {
    line-height: 20px;
  }
  .div-chart-text {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    clear: both;
  }
  .link-img-chart_01 {
    margin-top: 15px;
  }
  .text-platzierung {
    font-size: 28px;
    line-height: 28px;
  }
  .div-chart-bgcolor {
    width: 40px;
  }
  .div-chart-content {
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 55px;
  }
  .header-text {
    top: 92px;
    padding-bottom: 0px;
    font-size: 33px;
    line-height: 33px;
  }
  .header-text.header {
    top: 93px;
    padding-bottom: 0px;
    font-size: 33px;
    line-height: 33px;
  }
  .header-text.header._2zeilen {
    top: 60px;
  }
  .header-text.header-tasting {
    top: 62px;
    padding-bottom: 0px;
    font-size: 33px;
    line-height: 33px;
  }
  .header-text.header-danke {
    top: 62px;
    padding-bottom: 0px;
    font-size: 33px;
    line-height: 33px;
  }
  .div-btn_01 {
    width: 31%;
  }
  .div-buttons {
    position: static;
    width: 100%;
    float: left;
    clear: both;
  }
  .header-text-small {
    font-size: 24px;
    line-height: 38px;
  }
  .header-gradient {
    top: 0px;
    height: 180px;
  }
  .header-gradient.tasting {
    height: 180px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(21%, rgba(0, 0, 0, 0.5)), color-stop(22%, rgba(0, 0, 0, 0.5)), color-stop(75%, transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 21%, rgba(0, 0, 0, 0.5) 22%, transparent 75%);
  }
  .link-tab_01 {
    width: 32%;
  }
  .link-tab_02 {
    margin-left: 0.5%;
  }
  .link-tab_03 {
    width: 32%;
  }
  .link-style {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .chart-nav-main-link_04 {
    position: absolute;
    left: auto;
    right: 0%;
    bottom: 0px;
    width: 50%;
    max-height: 60px;
    min-height: 60px;
    float: left;
  }
  .chart-nav-main-link_02 {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0%;
    bottom: auto;
    width: 50%;
    max-height: 60px;
    min-height: 60px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }
  .chart-nav-main-link_03 {
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 50%;
    max-height: 60px;
    min-height: 60px;
  }
  .img-chart_01 {
    max-width: 150px;
  }
  .link-rating {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-chart-rate {
    width: 100%;
    max-width: 100%;
    clear: both;
  }
  .text-rating {
    font-size: 14px;
  }
  .div-18 {
    padding-top: 15px;
  }
  .section-18 {
    padding-top: 10px;
  }
  .div-18-select {
    position: static;
  }
  .text-18 {
    font-size: 28px;
    line-height: 32px;
  }
  .btn-18 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .form-field-18 {
    display: block;
    height: 41px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .form-block_01 {
    width: 100%;
    float: none;
  }
  .form-block_02 {
    width: 100%;
    float: none;
  }
  .header-bg-monat-comm {
    height: 180px;
    background-position: 10% 50%;
    background-size: cover;
  }
  .link-tab_01b {
    width: 32%;
  }
  .link-tab_02b {
    margin-left: 0.5%;
  }
  .link-tab_03b {
    width: 32%;
  }
  .header-bg-monat-blog {
    height: 180px;
    background-position: 50% 50%;
  }
  .header-bg-monat-bar {
    height: 180px;
    background-position: 23% 50%;
  }
  .div-under-construction {
    min-height: 0px;
    padding-bottom: 30px;
  }
  .headline-uc {
    margin-top: 0px;
    margin-left: 60px;
  }
  .div-chart-bgcolor-uc {
    width: 40px;
  }
  .content-wrapper {
    width: 100%;
  }
  .div-width-footer {
    display: block;
  }
  .fliesstext_01 {
    font-size: 16px;
    line-height: 20px;
  }
  .submit-button {
    width: auto;
    float: left;
  }
  .text-field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
    float: none;
    font-size: 16px;
  }
  .link-style-btn {
    margin-bottom: 15px;
    margin-left: 60px;
  }
  .header-bg-tasting {
    height: 180px;
    background-position: 7% 0px;
    background-size: cover;
  }
  .div-tasting-stoerer {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    width: 100px;
    height: 100px;
    padding-top: 16px;
    float: none;
  }
  .text-stoerer {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
  }
  .div-bullet-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .img-bullet-star {
    margin-top: -2px;
  }
  .div-tasting-dark {
    padding-right: 10px;
    padding-left: 20px;
  }
  .div-tasting-content.space-bottom {
    margin-bottom: 85px;
  }
  .fliesstext-center_01 {
    font-size: 16px;
    line-height: 20px;
  }
  .div-dark {
    padding-left: 30px;
  }
  .div-dark.danke {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-tasting-stoerer-img_02 {
    width: 100px;
    height: 100px;
    padding-top: 14px;
  }
  .btn-tasting_01 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .text-stoerer-dark {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
  }
  .text-stoerer-dark-small {
    font-size: 14px;
  }
  .text-tasting-buy_01 {
    font-size: 18px;
    line-height: 22px;
  }
  .text-preis {
    margin-top: 20px;
    font-size: 22px;
    line-height: 22px;
  }
  .text-tasting-buy-small_02 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 20px;
  }
  .fliesstext-light {
    font-size: 16px;
    line-height: 20px;
  }
  .div-gold {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .headline-box-gold {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .div-tasting-top {
    height: 15px;
  }
  .div-bullet-gin {
    padding-right: 0px;
    padding-left: 0px;
  }
  .headline-box-green {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  .text-bullet-dark {
    font-size: 16px;
    line-height: 20px;
  }
  .div-img-box {
    position: relative;
    left: 10px;
    width: 100%;
  }
  .text-preis-streich {
    margin-top: 20px;
    margin-left: 20px;
    clear: none;
    font-size: 22px;
    line-height: 22px;
  }
  .headline-box-dark {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .headline-box-dark.danke {
    width: 100%;
  }
  .img-icon-pay {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
  .logo-18 {
    margin-bottom: 10px;
  }
  .div-social-icons {
    width: 100%;
    max-width: 100%;
    clear: both;
  }
  .headline-gin_01 {
    position: static;
    margin-bottom: 6px;
    float: none;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
  .subline-gin_01 {
    position: static;
    margin-bottom: 6px;
    float: none;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
  .text-gin_01 {
    float: none;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
  .div-gin-info-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
    float: none;
  }
  .div-gin-info-wrapper.text {
    position: relative;
    top: 34px;
    margin-top: 0px;
    margin-bottom: 13px;
  }
  .div-gin-detail {
    min-height: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-img-gin {
    position: relative;
    top: -7px;
    width: 100%;
    margin-bottom: 26px;
  }
  .img-tasting-box_03 {
    left: -15px;
    width: 100%;
  }
  .div-dark-spalte {
    width: 100%;
    padding-left: 30px;
  }
  .fliesstext-download {
    font-size: 16px;
    line-height: 20px;
  }
  .subline-gin_02 {
    position: static;
    float: none;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
  .overlay-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .form-embed-overlay {
    max-width: 100%;
  }
  .headline-overlay-form {
    font-size: 18px;
    line-height: 22px;
  }
  .div-details-gin {
    position: relative;
    top: 0px;
    width: 100%;
    float: none;
  }
  .link-detail {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .btn-details_01 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .section-header-detail.boar-gin {
    background-position: 63% 50%;
  }
  .section-header-detail.winter-ginsanity {
    background-position: -165px 50%;
    background-size: cover;
  }
  .section-header-detail.granit {
    background-position: 34% 50%;
  }
  .section-header-detail.needle {
    background-position: -397px 50%;
  }
  .section-header-detail.irving {
    background-position: -416px 0px;
  }
  .section-header-detail.gin-plus-london-dry {
    background-position: 40% 50%;
  }
  .section-header-detail.knut-hansen {
    background-position: 30% 50%;
  }
  .section-header-detail.feiner-kappler {
    background-position: 25% 50%;
  }
  .img-siegel {
    margin-right: 7px;
    margin-bottom: 15px;
    margin-left: 7px;
  }
  .div-siegel_02 {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
    clear: none;
    -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;
  }
  .div-img-blogger.ginnatic {
    position: relative;
  }
  .text-blogger {
    margin-top: 6px;
    font-size: 18px;
    line-height: 21px;
  }
  .div-overlay-form {
    padding-bottom: 30px;
  }
  .img-overlay-form {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
  }
  .div-text-overlay-form {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    clear: both;
  }
  .form-overlay_01 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .dropdown-overlay-form {
    width: 100%;
  }
  .formfield-overlay-form {
    width: 100%;
  }
  .btn-overlay-form {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .checkbox-overlay-form {
    margin-bottom: 20px;
  }
  .form-overlay_02 {
    width: 100%;
    padding-left: 0px;
  }
  .link-zitat-partner {
    margin-top: 43px;
    font-size: 18px;
    line-height: 20px;
  }
  .div-overlay-einzeln {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    border-radius: 0px;
  }
  .text-stoerer-detail {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }
  .div-stoerer-detail {
    left: -146px;
    top: -6px;
    width: 100px;
    height: 100px;
    padding-top: 20px;
  }
  .div-sprechblase {
    top: 34px;
    width: 100%;
    padding-bottom: 22px;
    float: left;
  }
  .sprechblase-eck {
    left: 97px;
    top: -16px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  .div-gin-blogger-head {
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn-details_02 {
    display: block;
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .linie-stoerer-detail {
    left: -7px;
    top: 32px;
    margin-top: 0px;
    float: left;
  }
  .div-detail-rate-gin {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    clear: both;
  }
  .div-platzierung {
    position: relative;
    right: 0px;
    display: block;
    width: 194px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 10px;
    float: none;
  }
  .text-platzierung-detail {
    top: 12px;
    right: -3px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    clear: both;
    font-size: 14px;
  }
  .div-blogger-wrapper {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .blogger-title {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .text-platzierung-detail_02 {
    top: -18px;
    right: -106px;
    margin-top: 0px;
    clear: both;
    font-size: 14px;
  }
  .headline-details {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
    font-size: 20px;
    line-height: 20px;
  }
  .image {
    position: relative;
    top: -2px;
    float: none;
  }
  .headline-blogger-box {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .linie-stoerer-detail_02 {
    top: -40px;
    right: -138px;
    margin-top: 0px;
    float: left;
  }
  .text-platzierung-number {
    top: -23px;
    right: -105px;
    margin-bottom: 0px;
  }
  .text-platzierung-detail_03 {
    top: -32px;
    right: -38px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    clear: both;
    font-size: 14px;
  }
  .div-dark-spalte_02 {
    padding-left: 30px;
  }
  .name-overlay-form {
    min-width: 0px;
    text-align: center;
  }
  .formblock-overlay-form_02 {
    width: 100%;
  }
  .btns-mobile {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .fliesstext-dark {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .fliesstext-dark.suche {
    width: 100%;
  }
  .div-suche {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .div-suche.suche {
    height: auto;
    padding-bottom: 20px;
  }
  .img-suche-ergebnis {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
  }
  .div-text-suche-ergebnis {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
  }
  .headline-suche-ergebnis {
    line-height: 20px;
    text-align: center;
  }
  .btn-suche-ergebnis {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: none;
    clear: both;
    text-align: center;
  }
  .btn-gin-bewerten-suche {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 3px;
    float: none;
    clear: both;
    background-position: 6px 4px;
    font-size: 16px;
  }
  .btn-gin-bewerten-suche:hover {
    background-position: 6px 4px;
  }
  .link-rating-gin {
    display: block;
    width: 125px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    float: none;
  }
  .link-style-gin {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    float: none;
    clear: both;
  }
  .div-blogger {
    width: 100%;
    padding-left: 30px;
  }
  .fliesstext-blogger {
    font-size: 16px;
    line-height: 20px;
  }
  .headline-blogger {
    line-height: 20px;
    text-align: center;
  }
  .div-download {
    padding-left: 30px;
  }
  .img-formular {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .headline-formular {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }
  .formular-dropdown.page {
    width: 80%;
  }
  .formular-label.page {
    width: 80%;
  }
  .formular-label.suche {
    width: 90%;
  }
  .formular-textfeld.page {
    width: 80%;
  }
  .formular-textfeld.suche {
    width: 90%;
  }
  .formular-checkbox.page {
    width: 80%;
  }
  .formular-checkbox.suche {
    width: 90%;
  }
  .formular-button {
    width: 80%;
  }
  .div-formular-page {
    width: 100%;
  }
  .headline-formular-left {
    min-width: 0px;
    font-size: 22px;
    line-height: 22px;
  }
  .headline-formular-left.suche {
    width: 90%;
  }
  .img-tasting-info {
    left: -19px;
    width: 100%;
  }
  .div-img-info {
    position: relative;
    left: 10px;
    width: 100%;
  }
  .text-info_01 {
    font-size: 18px;
    line-height: 22px;
  }
  .text-info_02 {
    font-size: 18px;
    line-height: 22px;
  }
  .btn-info {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .header-bg-danke {
    height: 180px;
    background-position: 23% 50%;
  }
  .text-name-blogger {
    font-size: 16px;
    line-height: 20px;
  }
  .div-gold-head-dark {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .headline-box-gold-partner {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  .div-img-detail.boar-gin {
    background-position: -510px 0px;
    background-repeat: no-repeat;
  }
  .div-img-detail.granit {
    background-position: 33% 50%;
  }
  .div-img-detail.needle {
    background-position: -412px 50%;
  }
  .div-img-detail.irving {
    background-position: -432px 0px;
    background-repeat: no-repeat;
  }
  .div-img-detail.gin-plus-london-dry {
    background-position: -329px 0px;
  }
  .div-img-detail.knut-hansen {
    background-position: -281px 0px;
  }
  .div-img-detail.feiner-kappler {
    background-position: 26% 50%;
  }
  .div-img-detail.bembel {
    background-position: 50% 50%;
  }
  .div-img-detail._315-heidelberg {
    background-position: 50% 100%;
  }
  .div-img-detail.malfy-arancia {
    background-position: -172px 50%;
  }
  .div-img-detail.ferdi-saar-quince {
    background-position: 43% 50%;
  }
  .div-img-detail.bobbys-schiedam {
    background-position: -48px 0px;
  }
  .div-img-detail.elephant-sloe {
    background-position: 50% 0px;
  }
  .div-img-detail.momentum-german {
    background-position: 50% 0px;
  }
  .div-img-detail.spitzmund-rose {
    background-position: 44% 50%;
  }
  .div-img-detail.grace {
    background-position: 56% 0px;
  }
  .div-img-detail.mare-capri {
    background-position: 50% 50%;
  }
  .div-img-detail.kyroe {
    background-position: 75% 0px;
  }
  .btn-gutschein {
    width: 100%;
  }
  .text-hinweis-versand {
    font-size: 16px;
    line-height: 20px;
  }
  .text-left {
    font-size: 16px;
    line-height: 20px;
  }
  .text-gin_01padding {
    padding-right: 20px;
    float: none;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
  .btn-details_03 {
    display: block;
    width: 80%;
    margin: 3px auto 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .div-gin-info-wrapper2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
    float: none;
  }
  .div-gin-info-wrapper2.text {
    position: relative;
    top: 34px;
    margin-top: 0px;
    margin-bottom: 65px;
  }
  .div-img-detail2.boar-gin {
    background-position: -510px 0px;
    background-repeat: no-repeat;
  }
  .div-img-detail2.granit {
    background-position: 33% 50%;
  }
  .div-img-detail2.needle {
    background-position: -412px 50%;
  }
  .div-img-detail2.irving {
    background-position: -432px 0px;
    background-repeat: no-repeat;
  }
  .div-img-detail2.gin-plus-london-dry {
    background-position: -329px 0px;
  }
  .div-img-detail2.knut-hansen {
    background-position: -281px 0px;
  }
  .div-img-detail2.feiner-kappler {
    background-position: 26% 50%;
  }
  .div-img-detail2.bembel {
    background-position: 50% 50%;
  }
  .div-img-detail2._315-heidelberg {
    background-position: 50% 100%;
  }
  .div-img-detail2.malfy-arancia {
    background-position: -172px 50%;
  }
  .div-img-detail2.ferdi-saar-quince {
    background-position: 43% 50%;
  }
  .div-img-detail2.bobbys-schiedam {
    background-position: -48px 0px;
  }
  .div-img-detail2.elephant-sloe {
    background-position: 50% 0px;
  }
  .div-img-detail2.momentum-german {
    background-position: 50% 0px;
  }
  .div-img-detail2.spitzmund-rose {
    background-position: 44% 50%;
  }
  .div-img-detail2.grace {
    background-position: 56% 0px;
  }
  .div-img-detail2.mare-capri {
    height: 150px;
    background-position: 50% 50%;
  }
  .section-content2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fliesstext_02 {
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .fliesstext_03 {
    font-size: 16px;
    line-height: 20px;
  }
  .preisliste {
    margin-right: 10px;
    margin-left: 10px;
  }
  .headline-preisliste {
    line-height: 20px;
  }
  .headline-preisliste2 {
    line-height: 20px;
  }
  .fliesstext_04 {
    font-size: 16px;
    line-height: 20px;
  }
  .popup {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .fliesstext_05 {
    font-size: 16px;
    line-height: 20px;
  }
  .rabattcode {
    padding-right: 10px;
    padding-left: 10px;
  }
  .fliesstext_06 {
    font-size: 16px;
    line-height: 20px;
  }
  .headline-box-green2 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  .stoerer-head {
    top: 563px;
    right: 26px;
  }
  .text-stoerer_01 {
    margin-top: 11px;
    font-size: 18px;
    line-height: 21px;
  }
  .text-stoerer_02 {
    margin-top: 1px;
    font-size: 12px;
    line-height: 13px;
  }
  .fliesstext_07 {
    font-size: 16px;
    line-height: 20px;
  }
  .div-block-4 {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .fliesstext_08 {
    font-size: 16px;
    line-height: 20px;
  }
}

