.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

h1 {
  position: relative;
  z-index: 50;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 68px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #a68361;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: line-through;
}

.background-black {
  background-color: #000;
}

.start-section {
  height: 100vh;
  padding-bottom: 0px;
}

.start-section.background-black-light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.background-black-light {
  background-color: #1f1f1f;
}

.brand {
  width: 100%;
  padding-bottom: 45px;
}

.brand.w--current {
  width: 100%;
  padding-bottom: 45px;
}

.logo {
  width: 100%;
}

.footer-section {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  background-color: #fff;
}

.content-container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.content-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content-container.flex-2 {
  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;
}

.content-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-line-top {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #000;
}

.menu-line-top.black {
  background-color: #000;
}

.footer-link-wrapper {
  margin-right: 10%;
  margin-bottom: 80px;
}

.footer-link-wrapper.social {
  margin-right: 0%;
}

.footer-link-wrapper.social-menu {
  margin-right: 0%;
}

.link-footer {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-footer:hover {
  text-decoration: line-through;
}

.button {
  position: absolute;
  z-index: 1;
  padding: 11px 16px 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.button.brown {
  background-color: #a68361;
  background-image: none;
  background-size: auto;
  text-decoration: none;
}

.button.hover-black {
  text-decoration: none;
}

.button.hover-black:hover {
  background-color: #000;
  color: #fff;
}

.button.hover-black.w--current {
  background-color: #000;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  color: #fff;
}

.button.events {
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none;
}

.button.events:hover {
  background-color: #000;
  color: #fff;
}

.white {
  color: #fff;
}

.white.absolut {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.white.limitation.small {
  font-size: 14px;
}

.adress-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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-size: 13px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.social-icon {
  width: 23px;
  margin-left: 15px;
}

.social-icon.distance {
  margin-left: 30px;
}

.social-icon.menu {
  margin-bottom: 17px;
  margin-left: 0px;
}

.image-start {
  z-index: 2;
  width: 81%;
  margin-right: auto;
  margin-left: auto;
}

.image-start.mobile {
  display: none;
}

.image-start.hide {
  width: 74%;
}

.nav-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.div-block {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.icon-news-1 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 20%;
  width: 12%;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.icon-news-2 {
  position: absolute;
  left: -2%;
  top: -6%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 7%;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.newsletter-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-news-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: 22%;
  z-index: 3;
  width: 10%;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.background-grey {
  background-color: #e8e8e8;
}

.map {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.section-map {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.icon-footer-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 9%;
  width: 9%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.icon-footer-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 13%;
  bottom: auto;
  width: 5%;
  -webkit-transform: rotate(-74deg);
  -ms-transform: rotate(-74deg);
  transform: rotate(-74deg);
}

.icon-map-2 {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: -17%;
  z-index: 1000;
  width: 15%;
}

.prost-section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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: #fff;
}

.prost {
  position: absolute;
}

.icon-prost-1 {
  position: absolute;
  left: -1%;
  top: 4%;
  right: auto;
  bottom: auto;
  width: 22%;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

.icon-prost-2 {
  position: absolute;
  left: 28%;
  top: 1%;
  right: auto;
  bottom: auto;
  width: 13%;
}

.icon-prost-3 {
  position: absolute;
  left: -3.5%;
  top: auto;
  right: auto;
  bottom: 13%;
  width: 12%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.icon-map-1 {
  position: absolute;
  left: 29%;
  top: -15%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 8%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.icon-prost-4 {
  position: absolute;
  left: 22.5%;
  top: auto;
  right: auto;
  bottom: 11%;
  width: 6%;
  -webkit-transform: rotate(-163deg);
  -ms-transform: rotate(-163deg);
  transform: rotate(-163deg);
}

.icon-prost-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 27%;
  bottom: 20%;
  width: 6%;
  -webkit-transform: rotate(-51deg);
  -ms-transform: rotate(-51deg);
  transform: rotate(-51deg);
}

.icon-prost-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 12%;
  width: 11%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.icon-prost-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: -12%;
  bottom: -2%;
  width: 24%;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.icon-prost-8 {
  position: absolute;
  left: auto;
  top: 21%;
  right: 7%;
  bottom: auto;
  width: 4%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.icon-prost-9 {
  position: absolute;
  left: auto;
  top: 8%;
  right: 19%;
  bottom: auto;
  width: 23%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.icon-prost-10 {
  position: absolute;
  left: auto;
  top: -2%;
  right: 14%;
  bottom: auto;
  width: 9%;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.events-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.events-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon-events-1 {
  position: absolute;
  left: 12%;
  top: 1%;
  right: auto;
  bottom: auto;
  width: 6%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.icon-events-3 {
  position: absolute;
  left: auto;
  top: 9%;
  right: 23%;
  bottom: auto;
  width: 6%;
  -webkit-transform: rotate(-143deg);
  -ms-transform: rotate(-143deg);
  transform: rotate(-143deg);
}

.events-image {
  width: 100%;
  height: 330px;
  margin-top: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.events-image._2 {
  background-image: url('../images/dillmann-events-weinfeste.jpg');
}

.events-image._1 {
  background-image: url('../images/dillmann-events-weingut.jpg');
  background-position: 0% 50%;
}

.events-image._3 {
  background-image: url('../images/dillmann-events-weinstaende.jpg');
}

.events-image._4 {
  background-image: url('../images/dillmann-events-sonstiges_1.jpg');
  background-position: 14% 50%;
}

.events-wrapper {
  width: 24.3%;
  text-align: center;
}

.subline {
  margin-top: 8px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subline._2 {
  margin-bottom: 39px;
}

.icon-events-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -7%;
  bottom: -3%;
  z-index: -1;
  width: 17%;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.contact-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50000;
  margin: 40px;
  padding: 20px 30px 30px;
  background-color: #fff;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wrapper {
  position: relative;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.headline {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-contact {
  color: #000;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.link-contact:hover {
  text-decoration: line-through;
}

.link-contact.white {
  color: #fff;
}

.icon-start-1 {
  position: absolute;
  left: -2%;
  top: -9%;
  right: auto;
  bottom: auto;
  width: 14%;
}

.icon-start-2 {
  position: absolute;
  left: 0%;
  top: 16%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 8%;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}

.icon-start-3 {
  position: absolute;
  left: 6%;
  top: 5%;
  right: auto;
  bottom: auto;
  width: 22%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.icon-start-4 {
  position: absolute;
  left: 18%;
  top: -10%;
  right: auto;
  bottom: auto;
  width: 18%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.icon-start-5 {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: -6%;
  width: 23%;
}

.icon-start-6 {
  position: absolute;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 46%;
  z-index: 5;
  width: 5%;
  -webkit-transform: rotate(-154deg);
  -ms-transform: rotate(-154deg);
  transform: rotate(-154deg);
}

.icon-start-7 {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 53%;
  width: 11%;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

.icon-start-8 {
  position: absolute;
  left: 12%;
  top: auto;
  right: auto;
  bottom: 45%;
  width: 12%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.icon-start-9 {
  position: absolute;
  left: 43%;
  top: -13%;
  right: auto;
  bottom: auto;
  width: 16%;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}

.icon-start-10 {
  position: absolute;
  left: 39%;
  top: auto;
  right: auto;
  bottom: 40%;
  width: 22%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.icon-start-11 {
  position: absolute;
  left: 41%;
  top: auto;
  right: auto;
  bottom: 28%;
  width: 16%;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.icon-start-12 {
  position: absolute;
  left: 47%;
  top: auto;
  right: auto;
  bottom: -8%;
  width: 12%;
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}

.icon-start-13 {
  position: absolute;
  left: 53%;
  top: 13%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 6%;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.icon-start-14 {
  position: absolute;
  left: auto;
  top: -11%;
  right: 21%;
  bottom: auto;
  width: 23%;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.icon-start-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 11%;
  bottom: auto;
  width: 13%;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.icon-start-16 {
  position: absolute;
  left: auto;
  top: 24%;
  right: 17%;
  bottom: auto;
  z-index: 2;
  width: 5%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-start-17 {
  position: absolute;
  left: auto;
  top: 17%;
  right: -2%;
  bottom: auto;
  width: 22%;
  -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
}

.icon-start-18 {
  position: absolute;
  left: auto;
  top: -2%;
  right: -1%;
  bottom: auto;
  width: 8%;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.icon-start-19 {
  position: absolute;
  left: auto;
  top: 25%;
  right: -5%;
  bottom: auto;
  z-index: 5;
  width: 9%;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.icon-start-20 {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: 25%;
  width: 18%;
  -webkit-transform: rotate(-157deg);
  -ms-transform: rotate(-157deg);
  transform: rotate(-157deg);
}

.icon-start-21 {
  position: absolute;
  left: auto;
  top: auto;
  right: -6%;
  bottom: 0%;
  width: 18%;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.icon-start-22 {
  position: absolute;
  left: auto;
  top: auto;
  right: 14%;
  bottom: 23%;
  width: 22%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.icon-start-23 {
  position: absolute;
  left: auto;
  top: auto;
  right: 13.5%;
  bottom: 25%;
  z-index: 5;
  width: 6%;
  -webkit-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}

.button-wrapper {
  position: relative;
  left: 12px;
  top: 135px;
  z-index: 2;
  width: 220px;
}

.button-wrapper.weingut {
  left: 0px;
  top: 0px;
  width: 112px;
  margin-right: 16px;
}

.button-wrapper.weinberg {
  left: 0px;
  top: 0px;
  width: 123px;
  margin-right: 16px;
}

.button-wrapper.keller {
  left: 0px;
  top: 0px;
  width: 97px;
  margin-right: 16px;
}

.button-wrapper.weine {
  left: 0px;
  top: 0px;
  width: 92px;
}

.button-background {
  position: absolute;
  padding: 11px 16px 7px;
  border: 2px solid #000;
  background-color: #fff;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-background.events {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  line-height: 19px;
  font-weight: 400;
}

.button-wrapper-start {
  position: absolute;
  left: auto;
  top: 12%;
  right: 8%;
  bottom: auto;
  z-index: 10;
  width: 220px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.container.block {
  display: block;
}

.container.block._2 {
  margin-top: 0px;
}

.icon-about-1 {
  position: absolute;
  left: auto;
  top: -4%;
  right: 17%;
  bottom: auto;
  z-index: 2;
  width: 20%;
  -webkit-transform: rotate(-126deg);
  -ms-transform: rotate(-126deg);
  transform: rotate(-126deg);
}

.headline-about {
  margin-top: 130px;
  margin-bottom: 15px;
}

.main-section {
  position: relative;
  z-index: 2;
  margin-top: 280px;
  padding: 40px 60px;
  background-color: #fff;
}

.distance-m {
  height: 80px;
}

.centered {
  text-align: center;
}

.centered.brown {
  color: #a68361;
}

.distance-s {
  height: 40px;
}

.division-line {
  width: 20%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1f1f1f;
}

.menu-button {
  position: fixed;
  left: auto;
  top: 11.5%;
  right: 2.7%;
  bottom: auto;
  z-index: 1000;
  padding: 15px;
  cursor: pointer;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dillmann-menu-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.icon-menu-1 {
  position: absolute;
  left: auto;
  top: 11%;
  right: 7%;
  bottom: auto;
  z-index: 1;
  width: 15%;
}

.nav-link {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: line-through;
}

.nav-link.small {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}

.icon-menu-2 {
  position: absolute;
  left: 5%;
  top: 28%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 7%;
}

.menu-link-wrapper {
  margin-right: 10%;
  margin-bottom: 0px;
}

.icon-menu-3 {
  position: absolute;
  left: 0%;
  top: 48%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 8%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.icon-menu-4 {
  position: absolute;
  left: -5%;
  top: 14%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 14%;
  -webkit-transform: rotate(31deg);
  -ms-transform: rotate(31deg);
  transform: rotate(31deg);
}

.icon-menu-5 {
  position: absolute;
  left: 1%;
  top: auto;
  right: auto;
  bottom: -7%;
  z-index: 1;
  width: 15%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.icon-menu-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: 4%;
  z-index: 1;
  width: 13%;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
}

.icon-menu-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 13%;
  bottom: -3%;
  z-index: 1;
  width: 8%;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
}

.icon-menu-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 32%;
  bottom: 3%;
  z-index: 1;
  width: 8%;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
}

.icon-menu-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 16%;
  z-index: 1;
  width: 4%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.icon-menu-10 {
  position: absolute;
  left: 18%;
  top: auto;
  right: auto;
  bottom: 28%;
  z-index: 1;
  width: 4%;
  -webkit-transform: rotate(-137deg);
  -ms-transform: rotate(-137deg);
  transform: rotate(-137deg);
}

.icon-menu-11 {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: -2%;
  z-index: 1;
  width: 15%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.icon-menu-12 {
  position: absolute;
  left: 38%;
  top: auto;
  right: auto;
  bottom: 14%;
  z-index: 1;
  width: 5%;
  -webkit-transform: rotate(-146deg);
  -ms-transform: rotate(-146deg);
  transform: rotate(-146deg);
}

.icon-menu-13 {
  position: absolute;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 16%;
  z-index: 1;
  width: 12%;
  -webkit-transform: rotate(131deg);
  -ms-transform: rotate(131deg);
  transform: rotate(131deg);
}

.icon-menu-15 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 26%;
  z-index: 1;
  width: 11%;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
}

.icon-menu-16 {
  position: absolute;
  left: 27%;
  top: -7%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 9%;
  -webkit-transform: rotate(-154deg);
  -ms-transform: rotate(-154deg);
  transform: rotate(-154deg);
}

.icon-menu-17 {
  position: absolute;
  left: 18%;
  top: 15%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 7%;
  -webkit-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}

.icon-menu-18 {
  position: absolute;
  left: auto;
  top: 13%;
  right: 29%;
  bottom: auto;
  z-index: 1;
  width: 11%;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

.icon-menu-19 {
  position: absolute;
  left: auto;
  top: 26%;
  right: 42%;
  bottom: auto;
  z-index: 1;
  width: 4%;
  -webkit-transform: rotate(94deg);
  -ms-transform: rotate(94deg);
  transform: rotate(94deg);
}

.icon-menu-20 {
  position: absolute;
  left: 37%;
  top: 21%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 7%;
  -webkit-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}

.icon-menu-14-copy {
  position: absolute;
  left: auto;
  top: 24%;
  right: -2%;
  bottom: auto;
  z-index: 1;
  width: 8%;
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  transform: rotate(-43deg);
}

.icon-menu-21 {
  position: absolute;
  left: auto;
  top: -3%;
  right: 1%;
  bottom: auto;
  z-index: 1;
  width: 8.5%;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.button-wrapper-events {
  z-index: 2;
  margin-bottom: 10px;
  text-align: center;
}

.div-block-3 {
  width: 100%;
  margin-top: -25px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  background-color: #fff;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.slider {
  height: 600px;
  margin-top: 380px;
  margin-bottom: 80px;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.weingut-1 {
  background-image: url('../images/dillmann-events-weingut.jpg');
}

.slide.sonstiges-1 {
  background-image: url('../images/dillmann-events-sonstiges.jpg');
}

.slide.weinstand-1 {
  background-image: url('../images/dillmann-veranstaltungen-weinstand.jpg');
  background-position: 50% 45%;
}

.slide.veranstaltungen-herbst {
  background-image: url('../images/dillmann-veranstaltungen-herbsterlebnis.jpg');
}

.fixed {
  position: fixed;
  left: 0%;
  top: 200px;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.div-block-3-copy {
  width: 100%;
}

.vertical-line {
  width: 1px;
  height: 70px;
  margin: 20px auto;
  background-color: #1f1f1f;
}

.intro {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 29px;
}

.icon-events-detail-1 {
  position: absolute;
  left: 2%;
  top: -6%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 10%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon-events-detail-2 {
  position: absolute;
  left: 5%;
  top: 42%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 10%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.link-block-prost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.menu-line-middle {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #000;
}

.menu-line-middle.background-black-light {
  background-color: #000;
}

.menu-line-bottom {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #000;
}

.menu-line-bottom.black {
  background-color: #000;
}

.scroll-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scroll-section.background-grey {
  z-index: 2;
  display: none;
}

.column-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.photo {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo.weingut {
  display: block;
  background-image: url('../images/dillmann-weingut.jpg');
}

.photo.weinberg {
  display: block;
  background-image: url('../images/dillmann-weinberg_1.jpg');
}

.photo.keller {
  display: block;
  background-image: url('../images/dillmann-keller_1.jpg');
}

.photo.weine {
  display: block;
  background-image: url('../images/dillmann-weine_1.jpg');
}

.photo.weine-2 {
  background-image: url('../images/dillmann-weine-2.jpg');
}

.photo.keller-2 {
  background-image: url('../images/dillmann-keller-2.jpg');
}

.photo.weinberg-2 {
  background-image: url('../images/dillmann-weinberg-2.jpg');
}

.photo.weingut-2 {
  background-image: url('../images/dillmann-weingut-3.jpg');
}

.content-holder {
  position: relative;
  height: 100%;
}

.content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.content._1 {
  background-color: #e8e8e8;
}

.content._2 {
  background-color: #e8e8e8;
}

.content._3 {
  background-color: #e8e8e8;
}

.content._4 {
  background-color: #e8e8e8;
}

.content._1-2 {
  background-color: #e8e8e8;
}

.content._2-2 {
  background-color: #e8e8e8;
}

.content._3-2 {
  background-color: #e8e8e8;
}

.content._4-2 {
  background-color: #e8e8e8;
}

.tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-right: 0px;
}

.h2-big {
  font-size: 50px;
  line-height: 55px;
}

.icon-main-1 {
  position: absolute;
  left: -2%;
  top: -5%;
  right: auto;
  bottom: auto;
  width: 17%;
}

.icon-main-2 {
  position: absolute;
  left: 14%;
  top: 3%;
  right: auto;
  bottom: auto;
  width: 4%;
}

.icon-main-3 {
  position: absolute;
  left: 17%;
  top: 18%;
  right: auto;
  bottom: auto;
  width: 4%;
}

.icon-main-4 {
  position: absolute;
  left: auto;
  top: -7%;
  right: 17%;
  bottom: auto;
  width: 8%;
}

.icon-main-5 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 4%;
  bottom: auto;
  width: 17%;
}

.icon-main-6 {
  position: absolute;
  left: auto;
  top: 1%;
  right: 2%;
  bottom: auto;
  width: 4%;
}

.photo-mobil {
  display: none;
}

.tab-container-mobile {
  display: none;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 0px;
}

.button-mobil-weingut {
  position: absolute;
  z-index: 1;
  padding: 11px 16px 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-mobil-weingut:hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.button-mobil-weinberg {
  position: absolute;
  z-index: 1;
  padding: 11px 16px 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-mobil-weinberg:hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.button-mobil-keller {
  position: absolute;
  z-index: 1;
  padding: 11px 16px 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-mobil-keller:hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.button-mobil-weine {
  position: absolute;
  z-index: 1;
  padding: 11px 16px 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-mobil-weine:hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.button-background-weinberg {
  position: absolute;
  padding: 11px 16px 7px;
  border: 2px solid #000;
  background-color: #fff;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-background-weingut {
  position: absolute;
  padding: 11px 16px 7px;
  border: 2px solid #000;
  background-color: #fff;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-background-keller {
  position: absolute;
  padding: 11px 16px 7px;
  border: 2px solid #000;
  background-color: #fff;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-background-weine {
  position: absolute;
  padding: 11px 16px 7px;
  border: 2px solid #000;
  background-color: #fff;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.icon-about-2 {
  position: absolute;
  left: -0.5%;
  top: auto;
  right: auto;
  bottom: 1%;
  z-index: 2;
  width: 12%;
  -webkit-transform: rotate(-54deg);
  -ms-transform: rotate(-54deg);
  transform: rotate(-54deg);
}

.icon-events-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 47%;
  bottom: 16%;
  z-index: -1;
  width: 4%;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.icon-events-detail-3 {
  position: absolute;
  left: auto;
  top: 41%;
  right: 5%;
  bottom: auto;
  z-index: 1;
  width: 4%;
  -webkit-transform: rotate(-86deg);
  -ms-transform: rotate(-86deg);
  transform: rotate(-86deg);
}

.absolut {
  z-index: 100;
}

.icon-about-3 {
  width: 40%;
  margin-top: -45px;
  margin-left: 360px;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.p-mobile {
  display: none;
}

.small {
  font-size: 14px;
  line-height: 23px;
}

.image {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.weingut-1 {
  background-image: url('../images/dillmann-weingut.jpg');
}

.image.weinberg-1 {
  background-image: url('../images/dillmann-weinberg_1.jpg');
  background-position: 0% 50%;
}

.image.weine {
  background-image: url('../images/dillmann_gutswein.jpg');
}

.image.keller {
  background-image: url('../images/dillmann-keller_1.jpg');
}

.image.weingut-2 {
  background-image: url('../images/dillmann-weingut-3.jpg');
}

.image.weinberg-2 {
  background-image: url('../images/dillmann-weinberg-3.jpg');
  background-position: 50% 80%;
}

.image.weinberg-3 {
  background-image: url('../images/dillmann-weinberg-2.jpg');
}

.image.weingut-3 {
  background-image: url('../images/dillmann-weingut-4.jpg');
  background-position: 60% 50%;
}

.image.weingut-4 {
  background-image: url('../images/dillmann-weingut-5.jpg');
}

.image.weinberg-4 {
  background-image: url('../images/dillmann-weinberg-5.jpg');
  background-position: 70% 50%;
}

.image.weinberg-5 {
  background-image: url('../images/dillmann-weinberg-4.jpg');
  background-position: 50% 50%;
}

.image.keller-2 {
  background-image: url('../images/dillmann-keller-2.jpg');
  background-position: 100% 50%;
}

.image.keller-3 {
  background-image: url('../images/dillmann-keller-3.jpg');
  background-position: 35% 50%;
}

.image.keller-4 {
  background-image: url('../images/dillmann-keller-4.jpg');
  background-position: 35% 50%;
}

.image.weine-3 {
  background-image: url('../images/dillmann-weine-2.jpg');
}

.image.weingut-5 {
  background-image: url('../images/dillmann-weingut-6.jpg');
  background-position: 45% 50%;
}

.image.weingut-6 {
  background-image: url('../images/dillmann-weingut-7.jpg');
}

.image.weingut-7 {
  background-image: url('../images/dillmann-weingut-8.jpg');
}

.image.weinberg-6 {
  background-image: url('../images/dillmann-weinberg-6.jpg');
}

.image.weinberg-7 {
  background-image: url('../images/dillmann-weinberg-7.jpg');
}

.image.weinberg-8 {
  background-image: url('../images/dillmann-weinberg-8.jpg');
}

.image.weinberg-10 {
  background-image: url('../images/dillmann-weinberg-10.jpg');
}

.image.weinberg-11 {
  background-image: url('../images/dillmann-weinberg-11.jpg');
}

.image.weine-4 {
  background-image: url('../images/dillmann-weine-4.jpg');
}

.image.weine-5 {
  background-image: url('../images/dillmann-weine-5.jpg');
  background-position: 50% 0%;
}

.image.weingut-9 {
  background-image: url('../images/dillmann-weine-6.jpg');
  background-position: 55% 50%;
}

.image.weinberg-11 {
  background-image: url('../images/dillmann-weinberg-12.jpg');
  background-position: 40% 50%;
}

.image.weine-4 {
  background-image: url('../images/dillmann_lagenwein.jpg');
}

.image.weine-5 {
  background-image: url('../images/dillmann_reserve.jpg');
}

.image.weine-4-copy {
  background-image: url('../images/dillmann-weine-4.jpg');
}

.image.weinberg-11-copy {
  background-image: url('../images/dillmann-weinberg-11.jpg');
}

.left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.right {
  width: 50%;
  padding-bottom: 80px;
  float: right;
}

.tab-section {
  position: relative;
  z-index: 2;
}

.tab-button-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 35px;
  padding-left: 55px;
}

.tabs-menu-2 {
  display: none;
}

.tab-button {
  position: absolute;
  z-index: 1;
  padding: 11px 16px 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.tab-button:hover {
  background-color: #000;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  color: #fff;
  text-decoration: none;
}

.tab-button.tab-button-active {
  background-color: #000;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  color: #fff;
}

.custom-button-1 {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-button-1:hover {
  text-decoration: line-through;
}

.custom-button-2 {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-button-2:hover {
  text-decoration: line-through;
}

.custom-button-3 {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-button-3:hover {
  text-decoration: line-through;
}

.custom-button-4 {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-button-4:hover {
  text-decoration: line-through;
}

.slider-2 {
  height: 100%;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  font-size: 28px;
}

.left-arrow-2 {
  font-size: 28px;
}

.slide-nav-2 {
  font-size: 10px;
}

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

.div-block-4 {
  width: 600px;
  margin-left: 60px;
}

.detail-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-wrapper {
  width: 58%;
}

.detail-video {
  width: 38%;
  height: 580px;
}

.image-food {
  margin-top: 20px;
  margin-bottom: 40px;
}

.video {
  margin-right: auto;
  margin-left: 0px;
}

.video-wrapper {
  overflow: hidden;
  width: 81.5%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-wrapper-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -11%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 40%;
}

.video-wrapper-2.hide {
  display: none;
}

.background-video {
  height: 100%;
}

.video-weingut {
  height: 100%;
}

.arrow-icon {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 15px;
  margin-left: 15px;
}

.arrow-icon.re {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-detail {
  margin-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
}

.light {
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 53px;
  }

  h2 {
    font-size: 23px;
    line-height: 26px;
  }

  h3 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 21px;
    letter-spacing: 2px;
  }

  h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .start-section {
    height: 93vh;
  }

  .brand {
    padding-bottom: 100px;
  }

  .footer-section {
    padding-top: 70px;
  }

  .content-container {
    width: 90%;
  }

  .content-container.flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-container.menu {
    width: 79%;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-link-wrapper {
    margin-right: 9%;
    margin-bottom: 50px;
  }

  .footer-link-wrapper.social {
    margin-right: 0%;
  }

  .footer-link-wrapper.social-menu {
    margin-right: 0%;
  }

  .link-footer {
    letter-spacing: 1.8px;
  }

  .button {
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
  }

  .white.limitation {
    width: 100%;
    font-size: 12px;
  }

  .white.limitation.small {
    font-size: 13px;
    text-align: center;
    letter-spacing: 1.8px;
  }

  .adress-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .adress-wrapper.background-black {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-icon {
    margin-left: 12px;
  }

  .image-start {
    width: 100%;
    margin-bottom: -0.5%;
  }

  .image-start.mobile {
    display: inline-block;
    overflow: hidden;
  }

  .image-start.hide {
    display: none;
  }

  .div-block {
    width: 120%;
    margin-right: auto;
    margin-left: -45px;
  }

  .icon-news-1 {
    left: 8%;
    bottom: 28%;
    width: 12%;
  }

  .icon-news-2 {
    top: -14%;
    width: 9%;
  }

  .icon-news-3 {
    right: -4%;
    bottom: 54%;
    width: 14%;
  }

  .icon-footer-2 {
    bottom: 16%;
    width: 6%;
  }

  .icon-map-2 {
    left: -1%;
    bottom: -13%;
  }

  .prost-section {
    display: block;
    height: 75vh;
  }

  .icon-prost-1 {
    top: 3%;
    width: 30%;
  }

  .icon-prost-2 {
    left: 26%;
    width: 18%;
  }

  .icon-prost-3 {
    left: -4.5%;
    bottom: 15%;
    width: 18%;
  }

  .icon-map-1 {
    left: 35%;
    top: -19%;
    width: 14%;
  }

  .icon-prost-4 {
    left: 27.5%;
    bottom: 14%;
    width: 10%;
  }

  .icon-prost-5 {
    right: 34%;
  }

  .icon-prost-6 {
    right: 16%;
    width: 13%;
  }

  .icon-prost-7 {
    right: -14%;
    bottom: -1%;
    width: 34%;
  }

  .icon-prost-8 {
    width: 7%;
  }

  .icon-prost-9 {
    top: 18%;
    width: 32%;
  }

  .icon-prost-10 {
    top: 1%;
  }

  .events-container {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-events-1 {
    left: 8%;
    top: -6%;
    width: 14%;
  }

  .icon-events-3 {
    top: 14%;
    width: 8%;
  }

  .events-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .events-wrapper.nodistance {
    margin-bottom: 0px;
  }

  .subline {
    font-size: 12.5px;
    line-height: 18px;
    letter-spacing: 1.8px;
  }

  .subline._2 {
    margin-bottom: 0px;
  }

  .icon-events-2 {
    bottom: -1.5%;
    width: 21%;
  }

  .contact-container {
    margin: 40px 20px 20px;
    padding: 25px;
  }

  .wrapper {
    width: 90%;
  }

  .icon-start-1 {
    top: -4%;
    width: 18%;
  }

  .icon-start-2 {
    left: -4%;
    top: 12%;
    width: 10%;
  }

  .icon-start-3 {
    top: 8%;
    width: 26%;
  }

  .icon-start-5 {
    bottom: 35%;
  }

  .icon-start-6 {
    left: 5%;
    bottom: 78%;
  }

  .icon-start-7 {
    left: 2%;
    bottom: 56%;
    width: 15%;
  }

  .icon-start-8 {
    left: 10%;
    bottom: 57%;
  }

  .icon-start-9 {
    left: 38%;
    top: -3%;
  }

  .icon-start-10 {
    bottom: 48%;
    width: 26%;
  }

  .icon-start-11 {
    left: 45%;
    bottom: 19%;
    width: 19%;
  }

  .icon-start-12 {
    left: 44%;
    bottom: 27%;
    width: 18%;
  }

  .icon-start-13 {
    top: 13%;
    width: 9%;
  }

  .icon-start-14 {
    top: -4%;
    right: 27%;
    width: 25%;
  }

  .icon-start-15 {
    width: 19%;
  }

  .icon-start-16 {
    width: 8%;
  }

  .icon-start-17 {
    right: -3%;
    width: 30%;
  }

  .icon-start-19 {
    width: 12%;
  }

  .icon-start-20 {
    bottom: 46%;
  }

  .icon-start-23 {
    z-index: 2;
  }

  .button-wrapper {
    top: 71px;
  }

  .button-background {
    color: #000;
    font-size: 12px;
    line-height: 21px;
  }

  .button-wrapper-start {
    top: 6.5%;
    right: 16%;
    width: 210px;
  }

  .container {
    width: 75%;
  }

  .container._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-about-1 {
    top: 3%;
    right: 5%;
    width: 18%;
  }

  .headline-about {
    margin-top: 80px;
  }

  .main-section {
    overflow: hidden;
    margin-top: 120px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .distance-m {
    height: 60px;
  }

  .distance-s {
    height: 30px;
  }

  .menu-button {
    top: 6%;
    right: 4%;
  }

  .nav-menu {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .icon-menu-1 {
    top: 13%;
    right: 10%;
    width: 18%;
  }

  .nav-link {
    letter-spacing: 1.8px;
  }

  .menu-link-wrapper {
    margin-right: 5%;
    margin-bottom: 30px;
  }

  .icon-menu-4 {
    left: -6%;
    width: 18%;
  }

  .icon-menu-5 {
    left: -2%;
    bottom: -4%;
    width: 19%;
  }

  .icon-menu-9 {
    right: 20%;
    width: 5%;
  }

  .icon-menu-10 {
    width: 8%;
  }

  .icon-menu-12 {
    bottom: 21%;
    width: 9%;
  }

  .icon-menu-13 {
    left: 1%;
    width: 18%;
  }

  .icon-menu-15 {
    bottom: 33%;
    width: 14%;
  }

  .icon-menu-16 {
    left: 25%;
    top: -6%;
    width: 12%;
  }

  .icon-menu-17 {
    top: 11%;
    width: 12%;
  }

  .icon-menu-18 {
    top: 9%;
    right: 33%;
    width: 12%;
  }

  .icon-menu-19 {
    width: 6%;
  }

  .icon-menu-20 {
    width: 9%;
  }

  .icon-menu-14-copy {
    top: 20%;
    width: 10%;
  }

  .icon-menu-21 {
    top: -1%;
  }

  .slide-nav {
    font-size: 8px;
  }

  .slider {
    height: 400px;
    margin-top: 33%;
    margin-bottom: 40px;
  }

  .fixed {
    top: 120px;
  }

  .intro {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
  }

  .icon-events-detail-1 {
    top: -4%;
  }

  .icon-events-detail-2 {
    left: 3%;
    top: 29%;
  }

  .social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-bottom: 5px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .link-block-prost {
    -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;
  }

  .scroll-section {
    overflow: hidden;
  }

  .scroll-section.background-grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-1 {
    position: relative;
    height: 450px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2 {
    position: static;
    height: 104vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .photo {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .photo.weingut {
    display: none;
  }

  .photo.weinberg {
    display: none;
  }

  .photo.keller {
    display: none;
  }

  .photo.weine {
    display: none;
  }

  .photo.weine-2 {
    display: none;
  }

  .photo.keller-2 {
    display: none;
  }

  .photo.weinberg-2 {
    display: none;
  }

  .photo.weingut-2 {
    display: none;
  }

  .tab-container {
    display: none;
    width: 60%;
  }

  .h2-big {
    font-size: 40px;
    line-height: 50px;
  }

  .icon-main-1 {
    left: -3%;
    top: 1%;
    width: 20%;
  }

  .icon-main-2 {
    top: -7%;
    width: 7%;
  }

  .icon-main-4 {
    top: -5%;
    right: 12%;
    width: 10%;
  }

  .icon-main-5 {
    right: -5%;
  }

  .icon-main-6 {
    right: 1%;
    width: 6%;
  }

  .photo-mobil {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .photo-mobil.weingut {
    background-image: url('../images/dillmann-weingut.jpg');
  }

  .photo-mobil.weinberg {
    background-image: url('../images/dillmann-weinberg.jpg');
  }

  .photo-mobil.keller {
    background-image: url('../images/dillmann-keller.jpg');
    background-position: 50% 20%;
  }

  .photo-mobil.weine {
    background-image: url('../images/dillmann-weine.jpg');
  }

  .tab-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
  }

  .button-mobil-weingut {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
  }

  .button-mobil-weingut:hover {
    text-decoration: none;
  }

  .button-mobil-weinberg {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
  }

  .button-mobil-weinberg:hover {
    text-decoration: none;
  }

  .button-mobil-keller {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
  }

  .button-mobil-keller:hover {
    text-decoration: none;
  }

  .button-mobil-weine {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
  }

  .button-mobil-weine:hover {
    text-decoration: none;
  }

  .button-background-weinberg {
    color: #000;
    font-size: 12px;
    line-height: 21px;
    cursor: pointer;
  }

  .button-background-weingut {
    color: #000;
    font-size: 12px;
    line-height: 21px;
  }

  .button-background-keller {
    color: #000;
    font-size: 12px;
    line-height: 21px;
  }

  .button-background-weine {
    color: #000;
    font-size: 12px;
    line-height: 21px;
  }

  .icon-events-4 {
    bottom: -1.5%;
    width: 21%;
  }

  .icon-events-detail-3 {
    left: auto;
    top: 29%;
    right: 4%;
    bottom: auto;
    width: 7%;
  }

  .icon-about-3 {
    margin-top: 6px;
  }

  .p-mobile {
    display: block;
  }

  .left {
    position: static;
    width: 100%;
    height: 500px;
  }

  .right.background-grey {
    width: 100%;
  }

  .tab-button-container {
    left: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 485px;
    margin-right: auto;
    padding-left: 156px;
  }

  .tab-button {
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
  }

  .custom-button-1 {
    letter-spacing: 1.8px;
  }

  .custom-button-2 {
    letter-spacing: 1.8px;
  }

  .custom-button-3 {
    letter-spacing: 1.8px;
  }

  .custom-button-4 {
    letter-spacing: 1.8px;
  }

  .slide-nav-2 {
    margin-bottom: 12px;
  }

  .div-block-4 {
    margin-left: 40px;
  }

  .video-wrapper {
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
  }

  p {
    font-size: 14px;
    line-height: 21px;
  }

  .start-section.background-black-light {
    height: 97vh;
  }

  .brand {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .content-container.flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-container.flex-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-container.menu {
    width: 82%;
  }

  .footer-link-wrapper {
    width: 500px;
    margin-right: 0%;
  }

  .link-footer.w--current {
    text-decoration: line-through;
  }

  .button {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
  }

  .white.limitation {
    width: 75%;
  }

  .adress-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }

  .adress-wrapper.background-black {
    position: static;
    display: none;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-start {
    margin-bottom: 0%;
  }

  .image-start.mobile {
    display: none;
  }

  .image-start.hide {
    display: inline-block;
  }

  .div-block {
    width: 100%;
    margin-left: 0px;
  }

  .icon-news-1 {
    bottom: 65%;
  }

  .newsletter-section.background-black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-footer-2 {
    bottom: 6%;
    width: 8%;
  }

  .icon-footer-3 {
    top: -5%;
    right: 22%;
    width: 9%;
  }

  .icon-map-2 {
    bottom: -6%;
  }

  .prost-section {
    height: 100vh;
  }

  .icon-prost-1 {
    top: 2%;
  }

  .icon-prost-3 {
    bottom: 5%;
    width: 20%;
  }

  .icon-map-1 {
    left: 3%;
  }

  .icon-prost-4 {
    bottom: 3%;
  }

  .icon-prost-5 {
    width: 8%;
  }

  .icon-prost-6 {
    bottom: 8%;
  }

  .icon-prost-7 {
    bottom: -3%;
  }

  .icon-prost-8 {
    top: 18%;
    right: 3%;
  }

  .icon-prost-9 {
    top: 8%;
  }

  .events-section {
    padding-bottom: 20px;
  }

  .events-container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .events-image {
    height: 230px;
  }

  .events-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .subline._2 {
    margin-bottom: 0px;
  }

  .icon-events-2 {
    bottom: 2.5%;
    width: 24%;
  }

  .contact-container {
    position: static;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: center;
  }

  .button-wrapper {
    left: 5px;
    top: 44px;
    width: 190px;
  }

  .button-background {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .button-wrapper-start {
    top: 8.5%;
    right: 16%;
    width: 190px;
  }

  .container {
    width: 90%;
  }

  .headline-about {
    margin-top: 100px;
  }

  .main-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .distance-m {
    height: 50px;
  }

  .menu-button {
    top: 5.5%;
    right: 1%;
  }

  .icon-menu-1 {
    display: none;
  }

  .nav-link {
    font-size: 19px;
    line-height: 25px;
  }

  .icon-menu-2 {
    display: none;
  }

  .menu-link-wrapper {
    margin-right: 9%;
  }

  .icon-menu-8 {
    bottom: -7%;
  }

  .icon-menu-9 {
    bottom: 34%;
  }

  .icon-menu-10 {
    left: 26%;
    width: 6%;
  }

  .icon-menu-11 {
    bottom: -10%;
  }

  .icon-menu-12 {
    bottom: 3%;
  }

  .icon-menu-13 {
    display: none;
  }

  .icon-menu-15 {
    bottom: 16%;
  }

  .icon-menu-17 {
    display: none;
  }

  .icon-menu-19 {
    top: 13%;
    right: 46%;
  }

  .icon-menu-20 {
    display: none;
  }

  .button-wrapper-events {
    margin-bottom: 9px;
  }

  .div-block-3 {
    margin-top: -30px;
  }

  .list {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .slider {
    height: 300px;
    margin-top: 214px;
    margin-bottom: 30px;
  }

  .fixed {
    top: 100px;
  }

  .intro {
    font-size: 17px;
    line-height: 26px;
  }

  .icon-events-detail-1 {
    top: -3%;
    width: 12%;
  }

  .icon-events-detail-2 {
    left: -1%;
    top: 24%;
    width: 13%;
  }

  .social-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-2 {
    height: 280vh;
  }

  .h2-big {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .icon-main-1 {
    left: -6%;
  }

  .photo-mobil.weinberg {
    background-image: url('../images/dillmann-weinberg_1.jpg');
  }

  .photo-mobil.keller {
    background-image: url('../images/dillmann-keller_1.jpg');
  }

  .photo-mobil.weine {
    background-image: url('../images/dillmann-weine_1.jpg');
  }

  .tab-container-mobile {
    width: 70%;
  }

  .button-mobil-weingut {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
  }

  .button-mobil-weinberg {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
  }

  .button-mobil-keller {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
  }

  .button-mobil-weine {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
  }

  .button-background-weinberg {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .button-background-weingut {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .button-background-keller {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .button-background-weine {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .icon-events-4 {
    bottom: 2.5%;
    width: 24%;
  }

  .icon-events-detail-3 {
    top: 23%;
    width: 8%;
  }

  .left {
    height: 320px;
  }

  .tab-button-container {
    width: 85%;
    margin-top: 342px;
    padding-left: 80px;
  }

  .tab-button {
    padding: 9px 12px 5px;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
  }

  .custom-button-1 {
    font-size: 19px;
    line-height: 25px;
  }

  .custom-button-2 {
    font-size: 19px;
    line-height: 25px;
  }

  .custom-button-3 {
    font-size: 19px;
    line-height: 25px;
  }

  .custom-button-4 {
    font-size: 19px;
    line-height: 25px;
  }

  .right-arrow-2 {
    font-size: 24px;
  }

  .left-arrow-2 {
    font-size: 24px;
  }

  .slide-nav-2 {
    margin-bottom: 0px;
  }

  .html-embed {
    margin-top: 30px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0px;
  }

  .detail-video {
    height: 400px;
  }

  .image-food {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .video-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 29px;
    line-height: 34px;
    letter-spacing: 2px;
  }

  h2 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1.8px;
  }

  h3 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.5px;
  }

  p {
    line-height: 21px;
  }

  .start-section.background-black-light {
    height: 92vh;
  }

  .brand {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .content-container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-container.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-link-wrapper.social {
    margin-top: -10px;
    margin-bottom: 40px;
  }

  .footer-link-wrapper.social-menu {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .link-footer {
    margin-bottom: 3px;
  }

  .button {
    line-height: 18px;
  }

  .button.events {
    line-height: 18px;
  }

  .white.limitation {
    width: 90%;
    margin-bottom: 10px;
  }

  .adress-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .adress-wrapper.background-black {
    padding-top: 20px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-icon {
    margin-right: 6px;
    margin-left: 6px;
  }

  .image-start.mobile {
    display: inline-block;
  }

  .image-start.hide {
    display: none;
  }

  .div-block {
    width: 415px;
    margin-left: -28px;
  }

  .newsletter-section {
    padding-top: 30px;
  }

  .newsletter-section.background-black {
    padding-top: 30px;
    padding-bottom: 150px;
  }

  .icon-footer-2 {
    bottom: 4%;
    width: 15%;
  }

  .icon-footer-3 {
    right: 12%;
    width: 15%;
  }

  .icon-map-2 {
    left: -3%;
    bottom: -9%;
    width: 24%;
  }

  .prost-section {
    height: 70vh;
  }

  .icon-prost-1 {
    left: -2%;
    top: -7%;
    width: 40%;
  }

  .icon-prost-2 {
    left: 33%;
    top: -20%;
    width: 19%;
  }

  .icon-prost-3 {
    left: -7.5%;
    bottom: -7%;
    width: 30%;
  }

  .icon-prost-4 {
    width: 15%;
  }

  .icon-prost-5 {
    width: 10%;
  }

  .icon-prost-6 {
    width: 16%;
  }

  .icon-prost-7 {
    right: -18%;
    bottom: -1%;
    width: 40%;
  }

  .icon-prost-8 {
    top: 24%;
    width: 9%;
  }

  .icon-prost-9 {
    right: 15%;
    width: 33%;
  }

  .icon-prost-10 {
    width: 11%;
  }

  .events-section {
    padding-bottom: 0px;
  }

  .icon-events-1 {
    left: 5%;
    top: 4%;
  }

  .icon-events-3 {
    top: 9%;
    right: 8%;
    width: 13%;
  }

  .events-image {
    height: 180px;
    margin-top: 10px;
  }

  .contact-container {
    padding: 0px;
  }

  .wrapper {
    width: 100%;
  }

  .headline {
    letter-spacing: 1.5px;
  }

  .button-wrapper {
    top: 28.5px;
  }

  .button-wrapper.weingut {
    width: 115px;
    margin-right: 8px;
    margin-left: 15px;
  }

  .button-wrapper.weinberg {
    width: 130px;
    margin-right: 8px;
  }

  .button-wrapper.keller {
    width: 100px;
    margin-right: 8px;
  }

  .button-wrapper.weine {
    width: 110px;
  }

  .button-background {
    padding: 6px 8px 3px;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.5px;
  }

  .button-background.events {
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2px;
  }

  .button-wrapper-start {
    top: 5.4%;
    right: 22%;
    width: 190px;
  }

  .container {
    width: 88%;
  }

  .headline-about {
    margin-top: 90px;
    margin-bottom: 0px;
  }

  .main-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .distance-m {
    height: 40px;
  }

  .menu-button {
    top: 6%;
  }

  .nav-menu {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .nav-link {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
  }

  .nav-link.small {
    margin-bottom: 5px;
  }

  .menu-link-wrapper {
    margin-right: 0%;
    margin-bottom: 0px;
    text-align: center;
  }

  .icon-menu-4 {
    width: 26%;
  }

  .icon-menu-5 {
    width: 25%;
  }

  .icon-menu-6 {
    width: 16%;
  }

  .icon-menu-7 {
    bottom: -5%;
    width: 30%;
  }

  .icon-menu-9 {
    right: 15%;
    width: 8%;
  }

  .icon-menu-13 {
    left: -4%;
    display: block;
    width: 24%;
  }

  .icon-menu-18 {
    top: 4%;
    right: 24%;
    width: 25%;
  }

  .icon-menu-19 {
    top: 11%;
    right: 47%;
    width: 8%;
  }

  .icon-menu-14-copy {
    right: -4%;
    width: 20%;
  }

  .slide-nav {
    font-size: 7px;
  }

  .slider {
    height: 240px;
    margin-top: 160px;
  }

  .fixed {
    top: 70px;
  }

  .vertical-line {
    height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .intro {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 23px;
  }

  .icon-events-detail-1 {
    top: -2%;
    width: 14%;
  }

  .icon-events-detail-2 {
    left: -1%;
    top: 13.5%;
    width: 21%;
  }

  .column-1 {
    height: 240px;
  }

  .column-2 {
    height: 190vh;
  }

  .h2-big {
    font-size: 24px;
    line-height: 31px;
  }

  .tab-container-mobile {
    width: 95%;
    padding-top: 20px;
  }

  .button-mobil-weingut {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .button-mobil-weinberg {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .button-mobil-keller {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .button-mobil-weine {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .button-background-weinberg {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .button-background-weingut {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .button-background-keller {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .button-background-weine {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .icon-events-detail-3 {
    top: 26%;
    width: 9%;
  }

  .small {
    letter-spacing: 1.5px;
  }

  .left {
    height: 240px;
  }

  .tab-button-container {
    width: 100%;
    margin-top: 260px;
    padding-left: 0px;
  }

  .tab-button {
    padding: 6px 8px 3px;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.5px;
  }

  .tab-button:hover {
    -webkit-transform: translate(-4px, -4px);
    -ms-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
  }

  .tab-button.tab-button-active {
    -webkit-transform: translate(-4px, -4px);
    -ms-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
  }

  .custom-button-1 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
  }

  .custom-button-2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
  }

  .custom-button-3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
  }

  .custom-button-4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
  }

  .slide-nav-2 {
    font-size: 8px;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .detail-wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .detail-wrapper {
    width: 100%;
  }

  .detail-video {
    width: 100%;
    height: 450px;
    margin-top: 30px;
  }

  .image-food {
    margin-top: 0px;
  }

  .video-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .arrow-icon {
    margin-left: 10px;
  }

  .arrow-icon.re {
    margin-right: 10px;
  }
}

@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}