/* karla-regular - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/karla-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v23-latin-regular.svg#Karla') format('svg'); /* Legacy iOS */
}

/* karla-700 - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/karla-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v23-latin-700.svg#Karla') format('svg'); /* Legacy iOS */
}

/* karla-italic - latin */
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/karla-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v23-latin-italic.svg#Karla') format('svg'); /* Legacy iOS */
}

/* karla-700italic - latin */
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/karla-v23-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v23-latin-700italic.svg#Karla') format('svg'); /* Legacy iOS */
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}
html, body {
  position: relative;
  overflow-x: hidden;
}
::-webkit-scrollbar {
    display: none;
}
::selection {
  background: #504c3e;
  color: #fff;
}
:focus {
  outline: none !important;
}
.clearer {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  min-height: 1px;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.black-cl {
  color: #000;
  border-color: #000 !important;
}
.wine-back-button {
  display: none;
}
.icon-hover-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

/*  --- LOGO ---  */
.logo {
  position: absolute;
  width: 250px;
  z-index: 2222;
  top: 65px;
  left: 75px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
}
.logo span {
  font-size: inherit;
  font-weight: inherit;
  border-bottom: 3px solid #fff;
  display: inline-block;
  height: 43px;
}
.logo img {
  width: 100%;
}
.logo.mobile {
  width: 180px;
  top: 20px;
  left: 15px;
  font-size: 30px;
}
.logo.mobile span {
  height: 34px;
  border-bottom: 2px solid #fff;
}

/*  --- MAIN CONTENT ---  */
.main-content {
  padding: 15% 15% 10% 15%;
  color: #000;
}
.main-content h3 {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 50px;
  -o-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
}
.main-content h3 span {
  display: inline-block;
  border-bottom: 5px solid #000;
  font-size: inherit;
  font-weight: inherit;
}
.main-content p {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  -o-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -ms-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -moz-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -webkit-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
}
.main-content a {
  font-family: 'Karla', sans-serif;
  color: inherit;
  text-decoration: underline;
}
.main-content .page-header a {
  font-family: 'Karla', sans-serif;
}

/*  --- SCROLL TOP ---  */
#top {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.scroll-top {
  width: 56px;
  height: 30px;
  display: block;
  margin: 100px auto 0 auto;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.wein-news-veranstaltung .scroll-top {
  margin: 0 auto 0 auto;
}
.scroll-top:hover {
  margin: 95px auto 5px auto;
}
.wein-news-veranstaltung .scroll-top:hover {
  margin: -10px auto 10px auto;
}
.wein-news-veranstaltung .scroll-top:hover svg {
  margin: -10px auto 0 auto;
}
.scroll-top svg {
  width: 56px;
  height: 30px;
  stroke: #000;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}

.scroll-down {
  position: absolute;
  z-index: 1111;
  width: 56px;
  height: 30px;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  margin: 100px auto 0 auto;
  -o-transition: bottom 0.3s ease;
  -ms-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
  animation-duration: 3s;
  animation-name: changeYdown;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes changeYdown {
  0% {
    bottom: 65px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 65px;
  }
}
.scroll-down:hover {
  bottom: 45px;
  animation-play-state: paused;
}
.scroll-down svg {
  width: 56px;
  height: 30px;
  stroke: #fff;
}

/*  --- MENU ---  */
.toggle-menu {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 75px;
  right: 75px;
  z-index: 3333;
}
.toggle-menu:hover {
  cursor: pointer;
}
.menu-toggle-wrap {
  position: relative;
  width: 35px;
  height: 35px;
}
.toggle-menu .mobile {
  margin-top: -3px;
}
.toggle-menu.hide-menu {
  display: none;
}
.toggle-menu .top, .toggle-menu .mid, .toggle-menu .bot {
  position: absolute;
  width: 100%;
  border-radius: 2px;
  height: 3px;
  background: #fff;
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease, width 0.5s ease, background 0.5s ease;
}
.toggle-menu .top {
  top: 6px;
  left: 0;
}
.toggle-menu .mid {
  top: 16px;
  left: 0;
}
.toggle-menu .bot {
  top: 26px;
  left: 0;
}
.toggle-menu .top, .toggle-menu .mid, .toggle-menu .bot {
  -o-transition: transform 0.3s ease, opacity 0.1s ease, fill 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.1s ease, fill 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.1s ease, fill 0.3s ease;
  -webkit-transition: transform 0.3s ease, opacity 0.1s ease, fill 0.3s ease;
  transition: transform 0.3s ease, opacity 0.1s ease, fill 0.3s ease;
}
.toggle-menu .mid {
  opacity: 1;
}
.toggle-menu.open-menu .top {
  -o-transform: rotate(45deg) translate(-50%, 50%);
  -ms-transform: rotate(45deg) translate(-50%, 50%);
  -moz-transform: rotate(45deg) translate(-50%, 50%);
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
  transform: rotate(45deg) translate(-50%, 50%);
  background: #000;
  left: 13px;
  top: 27px;
}
.toggle-menu.open-menu .mid {
  opacity: 0;
}
.toggle-menu.open-menu .bot {
  -o-transform: rotate(-45deg) translate(20%, -80%);
  -ms-transform: rotate(-45deg) translate(20%, -80%);
  -moz-transform: rotate(-45deg) translate(20%, -80%);
  -webkit-transform: rotate(-45deg) translate(20%, -80%);
  transform: rotate(-45deg) translate(20%, -80%);
  background: #000;
  left: -4px;
  top: 22px;
}

/*  --- MENU ---  */
.menu-wrap {
  position: absolute;
  width: calc(50% - 25px);
  height: calc(100vh - 50px);
  z-index: 2222;
  top: 25px;
  right: -50%;
  background: #fff;
  opacity: 0;
  -o-transition: right 0.5s ease, opacity 0.5s ease;
  -ms-transition: right 0.5s ease, opacity 0.5s ease;
  -moz-transition: right 0.5s ease, opacity 0.5s ease;
  -webkit-transition: right 0.5s ease, opacity 0.5s ease;
  transition: right 0.5s ease, opacity 0.5s ease;
}
.menu-wrap.open-menu {
  right: 25px;
  opacity: 1;
}
.menu-center {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-menu {
  position: absolute;
  width: 462px;
  column-count: 2;
  column-gap: 70px;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-menu .desktop {
  display: block;
}
.main-menu .mobile {
  display: none;
}
.main-menu a {
  display: block;
  font-family: 'Karla', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: -1px;
  color: #707578;
  user-select: none;
  opacity: 0;
  -o-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  -o-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.5s ease;
  -ms-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.5s ease;
  -moz-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.5s ease;
  -webkit-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.5s ease;
  transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.5s ease;
}
.main-menu li:nth-of-type(n+7) a {
  -o-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -ms-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -moz-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -webkit-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
}
.main-menu li:nth-of-type(n+13) a {
  -o-transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
  -ms-transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
  -moz-transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
  -webkit-transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
  transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
}
.menu-wrap.open-menu .main-menu a {
  opacity: 1;
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.main-menu a:hover, .main-menu li.current a {
  color: #000;
}
.main-menu .divider {
  height: 48px;
}

/*  --- CONTACT HOVER ---  */
.contact-hover {
  display: none;
  position: absolute;
  bottom: 75px;
  left: 75px;
  z-index: 1111;
  width: 270px;
  color: #fff;
  font-size: 16px;
}
.contact-hover a {
  color: inherit;
  font-size: inherit;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contact-hover a:hover {
  color: #50545d;
}

/*  --- WINELIST ---  */
.winelist {
  position: absolute;
  bottom: 75px;
  left: 75px;
  z-index: 1111;
  width: auto;
  height: 40px;
  color: #fff;
  font-size: 16px;
  user-select: none;
}
.winelist span {
  float: left;
  margin-top: 8px;
  font-size: 16px;
  text-decoration: underline;
  color: #000;
}

/*  --- FACEBOOK ---  */
.facebook-hover {
  position: absolute;
  bottom: 195px;
  right: 75px;
  z-index: 1111;
  width: auto;
  height: 40px;
  font-size: 16px;
  user-select: none;
}
.facebook-icon {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: url(../images/facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.facebook-icon-black {
  width: 100px;
  height: 100px;
  background: url(../images/facebook-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

/*  --- INSTAGRAM ---  */
.instagram-hover {
  position: absolute;
  bottom: 135px;
  right: 75px;
  z-index: 1111;
  width: auto;
  height: 40px;
  font-size: 16px;
  user-select: none;
}
.instagram-icon {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: url(../images/instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.instagram-icon-black {
  width: 100px;
  height: 100px;
  background: url(../images/instagram-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

/* --- KALENDER ICON --- */

.kalender-icon {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: url(../images/kalender.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.kalender-hover {
  position: absolute;
  top: 145px;
  right: 72px;
  z-index: 1111;
  width: auto;
  height: 40px;
  font-size: 16px;
  user-select: none;
}

/*  --- MORE INFORMATION HOVER ---  */
.more-information-hover {
  position: absolute;
  bottom: 75px;
  right: 75px;
  z-index: 1111;
  width: auto;
  height: 40px;
  color: #fff;
  font-size: 16px;
  user-select: none;
}
.more-information-hover:hover {
  cursor: pointer;
}
.more-information-hover a {
  color: inherit;
}
.more-information-hover span {
  float: left;
  margin-top: 8px;
  font-size: 16px;
  text-decoration: underline;
  color: inherit;
}
.more-information-icon {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: url(../images/information.svg);
}
.more-information-wrap {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 25px;
  left: 25px;
  z-index: 4444;
  background: #504c3e;
  visibility: hidden;
  opacity: 0;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.more-information-wrap.open-this {
  visibility: visible;
  opacity: 1;
}
.center-this {
  position: relative;
  width: 100%;
  height: 100%;
}
.more-information-content {
  position: absolute;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  color: #fff;
}
.more-information-content h3 {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 50px;
  opacity: 0;
  -o-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  -o-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
}
.more-information-content h3 span {
  display: inline-block;
  border-bottom: 5px solid #fff;
  font-size: inherit;
  font-weight: inherit;
}
.more-information-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  opacity: 0;
  -o-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  -o-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -ms-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -moz-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -webkit-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
}
.more-information-wrap.open-this .more-information-content h3, .more-information-wrap.open-this .more-information-content p {
  opacity: 1;
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/*  --- SLIDER COUNTER ---  */
.slide-counter {
  display: block;
  position: absolute;
  z-index: 1111;
  font-size: 30px;
  color: #fff;
  bottom: 50px;
  left: 50px;
}

/*  --- WINE COLLECTION ---  */
.swiper-slider-content.wine-collection {
  width: 80%;
  max-width: 1200px;
}
.wine-collection h1 {
  position: absolute;
  z-index: 2222;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wine-selection {
  width: 15%;
  margin: 5% 5% 5% 5%;
  float: left;
  visibility: visible;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease, width 0.5s ease, margin 0.5s ease;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease, width 0.5s ease, margin 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease, width 0.5s ease, margin 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, width 0.5s ease, margin 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, width 0.5s ease, margin 0.5s ease;
}
.wine-selection.no-fade {
  -o-transition: opacity 0.5s ease, visibility 0.5s ease, width 0s ease, margin 0s ease !important;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease, width 0s ease, margin 0s ease !important;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease, width 0s ease, margin 0s ease !important;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, width 0s ease, margin 0s ease !important;
  transition: opacity 0.5s ease, visibility 0.5s ease, width 0s ease, margin 0s ease !important;
}
.wine-selection.wine-hover {
  width: 17.5%;
  margin: 0 3.75% 0 3.75%;
}
.wine-selection.wine-no-hover {
  opacity: 0.3;
}
.wine-selection.wine-open {
  width: 100%;
  margin-right: 0;
  margin: 0 0 0 0 !important;
}
.wine-selection.wine-hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.wine-headline {
  opacity: 1;
  user-select: none;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.wine-headline.wine-hide {
  opacity: 0;
}
.wine-headline.wine-lost {
  display: none;
}
.wine-selection:last-of-type {
  margin-right: 0;
}
.wine-bottle {
  width: 100%;
  float: left;
}
.wine-selection.wine-open .wine-bottle {
  width: 21.25%;
  max-height: 80vh;
  margin-right: 10%;
  margin-left: 5%;
  user-select: none;
  pointer-events: none;
}
.wine-bottle:hover {
  cursor: pointer;
}
.swiper-slide .wine-bottle img {
  position: relative;
  max-width: 100%;
  max-height: 80vh;
  min-width: unset;
  min-height: unset;
  user-select: none;
  pointer-events: none;
}
.wine-details {
  visibility: hidden;
  float: left;
  width: 0;
  height: 0;
  opacity: 0;
  -o-transition: opacity 0.5s ease 0.5s;
  -ms-transition: opacity 0.5s ease 0.5s;
  -moz-transition: opacity 0.5s ease 0.5s;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
}
.wine-selection.no-fade {
  -o-transition: opacity 0s ease, visibility 0s ease !important;
  -ms-transition: opacity 0s ease, visibility 0s ease !important;
  -moz-transition: opacity 0s ease, visibility 0s ease !important;
  -webkit-transition: opacity 0s ease, visibility 0s ease !important;
  transition: opacity 0s ease, visibility 0s ease !important;
}
.wine-selection.wine-open .wine-details {
  width: 60%;
  margin-top: 160px;
  visibility: visible;
  opacity: 1;
}
.swiper-slider-content .wine-selection h2 {
  font-size: 52px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 65px;
}
body.dark .swiper-slider-content .wine-selection h2 {
  color: #000;
}
.swiper-slider-content .wine-selection p {
  font-size: 20px;
  line-height: 2;
  color: #8d8d8d;
  text-align: left;
  width: 100%;
  margin: unset;
}
.swiper-slider-content .wine-selection span {
  float: right;
  clear: both;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #000;
}
.swiper-slider-content p {
  font-family: 'Karla', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  -o-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -ms-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -moz-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  -webkit-transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.swiper-slider-content p a {
  font-family: 'Karla', sans-serif;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.selection-next {
  display: none;
  position: absolute;
  z-index: 5555;
  background-image: unset;
  top: calc(50% - 45px);
  right: 50px;
  width: 30px;
  height: 56px;
  margin-top: -22px;
  -o-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.selection-next:hover {
  right: 45px;
}
.selection-prev {
  display: none;
  position: absolute;
  z-index: 5555;
  background-image: unset;
  top: calc(50% - 45px);
  left: 50px;
  width: 30px;
  height: 56px;
  margin-top: -22px;
  -o-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.selection-prev:hover {
  left: 45px;
}
.selection-next svg polyline, .selection-prev svg polyline {
  stroke: #000;
}
.selection-next:hover, .selection-prev:hover {
  cursor: pointer;
}
.selection-next.wine-arrow, .selection-prev.wine-arrow {
  display: block;
}

/*  --- CLOSE BUTTON ---  */
.close-all {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
}
.close-all:hover {
  cursor: pointer;
}
.close-all.hide-close {
  display: none;
  top: 75px;
  right: 75px;
  z-index: 5555;
}
.close-all.show-close {
  display: block !important;
}
.close-all .top, .close-all .bot {
  position: absolute;
  width: 100%;
  border-radius: 2px;
  height: 3px;
  background: #fff;
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease, width 0.5s ease, background 0.5s ease;
}
.close-all .top {
  -o-transform: rotate(-45deg) translate(-50%, 50%);
  -ms-transform: rotate(-45deg) translate(-50%, 50%);
  -moz-transform: rotate(-45deg) translate(-50%, 50%);
  -webkit-transform: rotate(-45deg) translate(-50%, 50%);
  transform: rotate(-45deg) translate(-50%, 50%);
  fill: #fff;
  background: #fff;
  top: 3px;
  left: 11px;
}
.close-all .mid {
  opacity: 0;
}
.close-all .bot {
  -o-transform: rotate(45deg) translate(20%, -80%);
  -ms-transform: rotate(45deg) translate(20%, -80%);
  -moz-transform: rotate(45deg) translate(20%, -80%);
  -webkit-transform: rotate(45deg) translate(20%, -80%);
  transform: rotate(45deg) translate(20%, -80%);
  fill: #fff;
  background: #fff;
  top: 15px;
  left: -9px;
}

/*  --- ABOUT US ---  */
.person {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 100px;
}
.person:nth-of-type(3n) {
  margin-right: 0;
}
.person:nth-of-type(4n) {
  clear: left;
}
.person.large {
  width: 45%;
  margin-right: 10%;
}
.person.large:nth-of-type(5) {
  margin-right: 0;
}
.person.large:nth-of-type(5), .person.large:nth-of-type(6) {
  margin-bottom: 0;
}
.person img {
  width: 100%;
  margin-bottom: 25px;
}
.person h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.person p {
  font-size: 18px;
  text-align: left;
  color: #8d8d8d;
}

/*  --- NEW WEINGUT --- */
.items-leading, .items-row {
  width: 30%;
  height: 300px;
  float: left;
  margin-right: 5%;
  margin-bottom: 8%;
  position: relative;
}
.items-leading:nth-of-type(3n), .items-row:nth-of-type(3n) {
  margin-right: 0;
}
.page-header {
  float: right;
  width: 65%;
  margin-top: 25px;
}
.items-leading a, .items-row a {
  float: left;
  width: 25%;
  margin-right: 10%;
}
.readmore {
  display: inline-block;
  height: 25px;
  width: 65%;
  text-align: left;
  margin-top: 10px;
  float: right;
}
.items-leading .readmore a, .items-row .readmore a {
  width: 100%;
  text-align: left;
  text-decoration: none;
  margin-right: 0;
  float: left;
}
.items-leading .page-header a, .items-row .page-header a {
  width: 100%;
  text-decoration: none;
  font-family: 'Karla', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.items-leading a img, .items-row a img {
  display: block;
  width: auto;
  height: auto;
  max-height: 250px;
  margin: 0 auto;
}
.items-leading .fields-container, .items-row .fields-container {
  width: 65%;
  float: right;
}
.items-leading .fields-container .field-entry.unterueberschrift .field-value, .items-row .fields-container .field-entry.unterueberschrift .field-value {
  font-family: 'Karla', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.items-leading .fields-container .field-entry.unterueberschrift::after, .items-row .fields-container .field-entry.unterueberschrift::after {
  content: '';
  width: 15%;
  height: 2px;
  background: #000;
  display: block;
  margin: 25px 0;
}
.items-leading .fields-container .field-entry:first-of-type::before, .items-row .fields-container .field-entry:first-of-type::before {
  content: '';
  width: 15%;
  height: 2px;
  background: #000;
  display: block;
  margin: 25px 0;
}
.items-leading .fields-container .field-entry.unterueberschrift::before, .items-row .fields-container .field-entry.unterueberschrift::before {
  display: none;
}
.items-leading .fields-container .field-entry:last-of-type, .items-row .fields-container .field-entry:last-of-type {
  margin: 15px 0 0 0;
}
.items-leading .fields-container .field-entry.wein-menge, .items-row .fields-container .field-entry.wein-menge {
  margin: 15px 0 0 0;
}
.items-leading .fields-container .field-entry.wein-menge .field-value, .items-row .fields-container .field-entry.wein-menge .field-value {
  font-weight: 700;
}
.items-row .pull-left {
  float: unset !important;
}
.items-leading .fields-container .field-entry:first-of-type.wein-abstand::after, .items-row .fields-container .field-entry:first-of-type.wein-abstand::after {
  content: '';
  width: 15%;
  height: 2px;
  background: #000;
  display: block;
  margin: 25px 0;
}
.items-leading .fields-container .field-entry:first-of-type.wein-abstand::before, .items-row .fields-container .field-entry:first-of-type.wein-abstand::before {
 display: none;
}
.pull-left .item-image {
  float: left;
}
.item-page .page-header {
  margin-top: 50px !important;
}
.item-page .page-header h2 {
  font-size: 42px;
  font-weight: 700;
}
.item-page .fields-container {
  float: right;
  width: 65%;
}
.item-page .fields-container .field-entry:first-of-type .field-value {
  font-size: 42px;
}
.item-page .fields-container .field-entry:first-of-type.wein-jahrgang .field-value {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.item-page .fields-container .field-entry.wein-jahrgang {
  float: left;
}
.item-page .fields-container .field-entry.first-of-type.wein-jahrgang {
  float: left;
  clear: left;
}
.item-page .fields-container .field-entry.wein-menge::after {
  content: '|';
  display: block;
  float: left;
  margin: 0 5px;
  font-weight: 700;
}
.item-page .fields-container .field-entry.wein-kategorie {
  float: left;
  display: inline-block !important;
  clear: left;
  margin-left: 42px;
  margin-top: -22px;
}
.item-page .fields-container .field-entry.wein-kategorie .field-value {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
}
.item-page .fields-container .field-entry.wein-kategorie .field-value::after {
  content: '|';
  display: block;
  float: left;
  margin: 0 5px;
  font-weight: 700;
}
.item-page .fields-container .field-entry.wein-menge {
  display: none;
}
.item-page .fields-container .field-entry:nth-of-type(4) {
  display: none;
}
.item-page .fields-container .field-entry:nth-of-type(2) .field-value, .item-page .fields-container .field-entry:nth-of-type(3) .field-value {
  font-weight: 700;
}
.item-page .fields-container .field-entry:first-of-type.brand .field-value {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.item-page .fields-container .field-entry:first-of-type.brand::before {
    content: '';
    width: 15%;
    height: 1px;
    background: #000;
    display: block;
    margin: 25px 0;
}
.item-page .fields-container .field-entry:first-of-type.brand::after {
    display: none;
}
.item-page .fields-container .field-entry:first-of-type::after {
  content: '';
  width: 15%;
  height: 1px;
  background: #000;
  display: block;
  margin: 25px 0;
}
.item-page .fields-container .field-entry:first-of-type.wein-jahrgang::before {
  content: '';
  width: 75%;
  min-width: 300px;
  height: 1px;
  background: #000;
  display: block;
  margin: 25px 0;
}
.item-page .fields-container .field-entry:first-of-type.wein-jahrgang::after {
  display: none;
}
.item-page .pull-left {
  width: 30%;
  margin-top: -25px !important;
}
.item-page img {
  max-height: 740px;
  margin: 0 auto;
  display: block;
}
.wein-news-veranstaltung .item-page [itemprop="articleBody"] {
  width: 65%;
  float: right;
  margin-top: 50px;
}
.wein-news-veranstaltung .pull-left {
  float: left;
}
.wein-news-veranstaltung .page-header {
  margin-top: 0;
}
.wein-label {
  float: left;
  clear: left;
  width: 200px;
  font-weight: 700;
  margin-bottom: 25px;
}
.wein-details {
  float: left;
  width: calc(100% - 200px);
  margin-bottom: 25px;
}
.wein-label.wein-preis {
  margin-top: 52px;
}
.item-page .wein-label.wein-preis, .item-page .wein-details.wein-preis {
  margin-bottom: 0;
}
.wein-details.wein-preis {
  font-size: 38px;
  font-weight: 700;
  float: left;
  text-align: left;
  margin-top: 35px;
}
.wein-details.wein-preis span {
  color: #b9bbbe;
}
.wein-auszeichnung {
  color: transparent;
  background: url(../images/wein-preis.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 61px;
  left: -27px;
  /* z-index: -1; */
  /* opacity: 0.3; */
}
.wein-auszeichnung.wein-neu {
  color: #fff;
  background: url(../images/wein-neu.svg) !important;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.item-page .wein-auszeichnung {
  width: 80px;
  height: 75px;
  top: 225px;
  left: -40px;
}
.item-leading .wein-auszeichnung.wein-neu span, .items-row .wein-auszeichnung.wein-neu span {
  display: block;
  clear: both;
  float: none;
  font-size: 18px !important;
  margin: 9px 3px;
}
.item-page .wein-auszeichnung.wein-neu span {
  display: block;
  clear: both;
  float: none;
  font-size: 30px !important;
  margin: 20px 8px;
}
.item-page .wein-auszeichnung.wein-neu {
  background-repeat: no-repeat;
}
.items-leading .ausverkauft, .items-row .ausverkauft {
  margin-top: 0 !important;
}
.ausverkauft {
  color: #cc0000;
}
.item-page .ausverkauft {
  display: none;
}
.item-page .wein-details.ausverkauft {
  display: block;
  float: left;
  text-align: left;
  margin-bottom: 0;
}
.item-page .auszeichnung {
  color: #d4af37;
}
.items-row .fields-container .field-entry .field-value, .item-page .fields-container .field-entry:nth-of-type(2) .field-value, .item-page .fields-container .field-entry:nth-of-type(3) .field-value {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
}
.items-leading .readmore a, .items-row .readmore a {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color:#ccc;
  letter-spacing:-0.5px
}
.items-leading .readmore a, .items-row .readmore a:hover {
  color:#000;
	text-decoration:underline
}
.wein-label, .wein-details {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
}

/*  --- AUSZEICHNUNGEN VERANSTALTUNGEN ---  */
.auszeichnungen-veranstaltung .items-leading, .auszeichnungen-veranstaltung .items-row {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 0;
}
.auszeichnungen-veranstaltung .items-leading::after, .auszeichnungen-veranstaltung .items-row::after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  margin: 100px 0 100px 0;
}
.auszeichnungen-veranstaltung .items-leading:last-of-type:after, .auszeichnungen-veranstaltung .items-row:last-of-type::after {
  display: none;
}
.auszeichnungen-veranstaltung .wein-label, .auszeichnungen-veranstaltung .wein-details {
  float: left;
  width: 65%;
  margin-top: 15px;
  margin-bottom: 50px;
}
.auszeichnungen-veranstaltung .wein-label a, .auszeichnungen-veranstaltung .wein-details a {
  display: inline-block;
  width: auto !important;
  margin: 0 5px 0 0 !important;
  float: none !important;
}
.auszeichnungen-veranstaltung .items-leading a, .auszeichnungen-veranstaltung .items-row a {
  float: right;
  width: 60%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.auszeichnungen-veranstaltung .items-leading .pull-left img, .auszeichnungen-veranstaltung .items-row img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 340px;
  margin: 0 auto;
}
.auszeichnungen-veranstaltung .items-leading .pull-left, .auszeichnungen-veranstaltung .items-row .pull-left {
  float: left !important;
  width: 30% !important;
  margin-right: 5% !important;
  margin-bottom: 100px;
}
.auszeichnungen-veranstaltung .items-leading h2, .auszeichnungen-veranstaltung .items-row h2 {
  font-family: 'Karla', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .item-page img {
    max-height: 400px;
  }
  .wein-news-veranstaltung .item-page [itemprop="articleBody"] {
    width: 75%;
  }
  .item-page .page-header, .item-page .fields-container {
    width: 75%;
  }
  .items-leading, .items-row {
    width: 45%;
    height: 300px;
    float: left;
    margin-right: 10%;
    margin-bottom: 13%;
  }
  .items-leading:nth-of-type(2n), .items-row:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .items-leading:nth-of-type(3n), .items-row:nth-of-type(3n) {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .item-page .page-header {
    margin-top: 0 !important;
    float: left;
  }
  .item-page .page-header h2 {
    font-size: 22px !important;
  }
  .item-page .fields-container {
    float: left;
    width: 100%;
  }
  .item-page .fields-container .field-entry:first-of-type .field-value {
    font-size: 22px;
  }
  .item-page .fields-container .field-entry:first-of-type::after {
    margin: 15px 0;
  }
  .wein-news-veranstaltung .pull-left {
    width: 30%;
    margin-left: 5%;
  }
  .auszeichnungen-veranstaltung .items-leading a, .auszeichnungen-veranstaltung .items-row a {
    float: left;
    clear: left;
  }
  .wein-news-veranstaltung .item-page [itemprop="articleBody"] {
    width: 100%;
    float: right;
    margin-top: 25px;
  }
  .item-page img {
    width: auto;
    max-width: 100%;
    max-height: unset;
  }
  .wein-label {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 0;
  }
  .wein-details {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    display: block;
  }
  .items-leading, .items-row {
    width: 90%;
    height: auto;
    float: left;
    margin-left: 10%;
    margin-right: 0;
    margin-bottom: 75px;
  }
  .items-leading a img, .items-row a img {
    display: block;
    max-height: 220px;
  }
  .items-leading:nth-of-type(2n), .items-row:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .items-leading:nth-of-type(3n), .items-row:nth-of-type(3n) {
    margin-right: 0;
  }
  .items-leading .fields-container .field-entry:first-of-type::after, .items-row .fields-container .field-entry:first-of-type::after {
    margin: 10px 0;
  }
  .items-leading .page-header a, .items-row .page-header a {
    font-size: 18px;
  }
  .items-leading .fields-container .field-entry:first-of-type .field-value, .items-row .fields-container .field-entry:first-of-type .field-value {
    font-size: 18px;
  }
  .item-page .pull-left {
    clear: both;
    width: 30% !important;
    margin: 0 auto;
    float: none;
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .item-page .wein-auszeichnung {
    width: 40px;
    height: 40px;
    top: 300px;
    left: 90px;
  }
}

/*  --- CONTACT FORMULAR ---  */
#formular {
  width: 100%;
  height: auto;
  margin: 0 auto 200px auto;
  visibility:visible;
}
#formular h2 {
  color: #000;
  font-size: 90px;
  text-align: center;
  font-weight: 700;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 75px;
  letter-spacing: -1px;
  -o-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -ms-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -moz-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -webkit-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
#formular h2 span {
  display: inline-block;
  border-bottom: 5px solid #000;
  font-size: inherit;
  font-weight: inherit;
}
#formular p {
  margin-bottom: 25px;
}
#formular input {
  width: 48%;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 15px 25px;
  float: left;
  background: transparent;
  color: #333333 !important;
  line-height: 1.75;
  border: none;
  border-bottom: 1px solid #000;
  margin-right: 4%;
}
#formular input:nth-of-type(2) {
  margin-right: 0;
}
#formular input[type='submit'] {
  margin-right: 0;
}
#formular select {
  width: 48%;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 15px 0;
  padding: 15px 25px;
  float: left;
  color: #333333;
  background: #fff url(../images/arrow-down.png) no-repeat;
  background-position: right 25px center;
  background-size: 16px;
  border: none;
  border-bottom: 1px solid #000;
}
#formular select::-ms-expand {
    display: none;
}
#formular textarea {
  width: 100%;
  height: auto;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  padding: 15px 25px;
  float: left;
  color: #333333 !important;
  resize: none;
  border: none;
  border-bottom: 1px solid #000;
  line-height: 1.75;
  margin-bottom: 25px;
  -ms-overflow-style: none;
  overflow: auto;
}
#formular .formular-checkbox {
  width: 15px !important;
  height: 15px !important;
  float: left;
  -webkit-appearance: none;
  background-color: #fff !important;
  box-shadow: none;
  padding: 9px !important;
  border-radius: 0;
  border: none;
  display: inline-block;
  position: relative;
  margin-top: 4px !important;
  margin-bottom: 35px !important;
  margin-right: 25px !important;
  outline: 1px solid #000 !important;
}
#formular .formular-checkbox:hover {
  cursor: pointer;
}
#formular .formular-checkbox:checked:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.datenschutzhinweis {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  width: 95%;
  margin-top: 8px;
  float: right;
}
.datenschutzhinweis a {
  font-size: inherit;
  color: #50545d;
  border-bottom: none;
  -o-transition: color 0.3s ease, border-bottom 0.3s ease;
  -ms-transition: color 0.3s ease, border-bottom 0.3s ease;
  -moz-transition: color 0.3s ease, border-bottom 0.3s ease;
  -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
.datenschutzhinweis a:hover {
  color: #000;
  border-bottom: none;
}
#formular .formular-button {
  margin-top: 15px;
  border: 1px solid #000;
}
#formular .formular-button:hover {
  cursor: pointer;
}
#formular input:nth-of-type(6) {
  margin-right: 0;
}

/*  --- FORMULAR SENT ---  */
.formular-sent {
  border: 25px solid #504c3e !important;
  height: 100vh;
  width: 100%;
}
.formular-sent-wrap {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform:translateY(-50%)
  text-align: center;
}
.formular-sent-wrap h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bot: 15px;
}
.formular-sent-wrap p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .formular-sent {
    border: none !important;
  }
}

.newsletter-btn {
  width: 200px;
  min-width: 5px;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  text-align: center;
  margin: 25px auto 50px auto;
  padding: 15px 50px;
  background: transparent;
  color: #333333 !important
  line-height: 1.75;
  border: 1px solid #000;
  display: block;
  clear: both;
  float: none;
  cursor: pointer;
}
.newsletter2go-abonieren {
  display: none !important;
}
.newsletter2go-abonieren.open-abo {
  display: block !important;
}
.newsletter2go-abmelden {
  display: none !important;
}
.newsletter2go-abmelden.open-abo {
  display: block !important;
}
.newsletter2go-abonieren input[type="checkbox"] {
  float: left !important;
  width: auto !important;
  margin-top: 5px !important;
  margin-right: 5% !important;
}
/*  --- SOCIAL MEDIA LINKS ---  */
a.social-media-link {
  font-family: 'Karla', sans-serif;
  font-size: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}

/*  --- OPENING HOURS ---  */
.half {
  width: 50%;
  float: left;
  margin-bottom: 200px;
}
.half h3 {
  font-family: 'Karla', sans-serif;
  color: #000;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: -1px;
  -o-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -ms-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -moz-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -webkit-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.half h3 span {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-size: inherit;
  font-weight: inherit;
}
.half h5 {
  font-family: 'Karla', sans-serif;
  color: #000;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 0.9;
  margin: 59px 0 25px 0;
  letter-spacing: -1px;
  -o-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -ms-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -moz-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -webkit-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.half h5 span {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-size: inherit;
  font-weight: inherit;
}
.half p {
  margin-bottom: 15px;
}

/*  --- NEWSLETTER ---  */
#newsletter {
  width: 100%;
}
#newsletter h3 {
  color: #000;
  font-size: 70px;
  text-align: center;
  font-weight: 700;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 75px;
  letter-spacing: -1px;
  -o-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -ms-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -moz-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -webkit-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
#newsletter h3 span {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-size: inherit;
  font-weight: inherit;
}
#newsletter input {
  width: 100%;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 15px 25px;
  background: transparent;
  color: #333333 !important;
  line-height: 1.75;
  border: none;
  border-bottom: 1px solid #000;
  margin-right: 4%;
}
#newsletter input[type='radio'] {
  width: 20px;
}
#newsletter input[type='radio']:hover {
  cursor: pointer;
}
#newsletter .formular-checkbox {
  width: 15px !important;
  height: 15px !important;
  float: left;
  -webkit-appearance: none;
  background-color: #fff !important;
  box-shadow: none;
  padding: 9px !important;
  border-radius: 0;
  border: none;
  display: inline-block;
  position: relative;
  margin-top: 4px !important;
  margin-bottom: 35px !important;
  margin-right: 25px !important;
  outline: 1px solid #000 !important;
}
#newsletter .formular-checkbox:hover {
  cursor: pointer;
}
#newsletter .formular-checkbox:checked:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*  --- RADIO BUTTONS ---  */
.container {
  display: block;
  position: relative;
  float: left;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  margin: 15px 25px 30px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container.dsgvo {
  padding-left: 0;
  margin: 0;
  width: 15px !important;
  height: 15px !important;
  float: left;
  -webkit-appearance: none;
  background-color: #fff !important;
  box-shadow: none;
  padding: 9px !important;
  border-radius: 0;
  border: none;
  display: inline-block;
  position: relative;
  margin-top: 4px !important;
  margin-bottom: 35px !important;
  margin-right: 0 !important;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #000;
  padding: 2px;
  margin-top: 2px;
  box-sizing: border-box;
}
.container:hover input ~ .checkmark {
  background-color: #f4f4f4;
}
.container input:checked ~ .checkmark {
  background-color: transparent;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#newsletter input[type='submit'] {
  cursor: pointer;
  border: 1px solid #000;
  text-align: center;
  margin-top: 25px;
}

/*  --- DARK KOLLEKTION ---  */
body.dark {
  background: #50545d;
}
body.dark .logo {
  color: #000;
}
body.dark .logo span {
  border-color: #000;
}
body.dark .toggle-menu .top, body.dark .toggle-menu .mid, body.dark .toggle-menu .bot {
  background: #000;
}
body.dark .toggle-menu.open-menu .top, body.dark .toggle-menu.open-menu .mid, body.dark .toggle-menu.open-menu .bot {
  background: #fff;
}
body.dark .menu-wrap {
  background: #50545d;
}
body.dark .main-menu a {
  color: #aaa;
}
body.dark .main-menu a:hover {
  color: #fff;
}
body.dark .more-information-wrap {
  background: #fff;
}
body.dark .more-information-content {
  color: #000;
}
body.dark .close-all .top, body.dark .close-all .bot {
  fill: #000;
}
body.dark .swiper-container {
  background: #fff;
}
body.dark .swiper-slide {
  background: transparent;
}
body.dark .swiper-slider-content h1 {
  color: #50545d;
}
body.dark .swiper-slider-content h1 span {
  border-color: #50545d;
}
body.dark .swiper-slider-content h2 {
  color: #50545d;
}
body.dark .swiper-slider-content h2 span {
  border-color: #50545d;
}
body.dark .swiper-button-next svg polyline, body.dark .swiper-button-prev svg polyline {
  stroke: #000;
}
body.dark  .more-information-hover {
  color: #000;
}

/*  --- CUSTOM SWIPER SLIDER ---  */
.swiper-container {
  position: relative;
  width: calc(100% - 50px);
  height: calc(100vh - 50px);
  margin: 25px;
  background: #112b14;
}
.swiper-button-next, .swiper-button-prev {
  top: calc(50% - 25px);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 50px;
  width: 30px;
  height: 56px;
  -o-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
  right: 45px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 50px;
  width: 30px;
  height: 56px;
  -o-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
  left: 45px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background: #504c3e;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.swiper-slide .swiper-slider-content img {
  width: 35%;
  max-width: 100%;
  min-width: unset;
  height: auto;
  min-height: unset;
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  -webkit-transform: unset;
  transform: unset;
  user-select: unset;
  float: left;
  margin: 25px 5% 75px 0;
}
.swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.main-content iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 50px;
}
.swiper-slider-content {
  position: absolute;
  z-index: 1111;
  width: 80%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-slider-content h1 {
  color: #fff;
  font-size: 128px;
  text-align: center;
  font-weight: 700;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 75px;
  letter-spacing: -1px;
  opacity: 0;
  -o-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  -o-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -ms-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -moz-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -webkit-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.swiper-slide-active .swiper-slider-content h1 {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.swiper-slider-content h1, .swiper-slider-content h2 {
  color: #fff;
  font-size: 100px;
  text-align: center;
  font-weight: 700;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 45px;
  letter-spacing: -2px;
  background: transparent;
  opacity: 0;
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -o-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -ms-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -moz-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  -webkit-transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.swiper-slider-content h3 {
  font-family: 'Karla', sans-serif;
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
.swiper-slider-content h3:nth-of-type(n+1) {
  margin-top: 50px;
}
.swiper-slider-content h4 {
  font-family: 'Karla', sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-top: 25px;
}
.swiper-slide-active .swiper-slider-content h2 {
  opacity: 1;
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.swiper-slider-content h2 span, .swiper-slider-content h1 span {
  display: inline-block;
  border-bottom: 5px solid #fff;
  font-size: inherit;
  font-weight: inherit;
}
.swiper-wrapper.change-slide {
  -o-transform: translate3d(-100%, 0px, 0px) !important;
  -ms-transform: translate3d(-100%, 0px, 0px) !important;
  -moz-transform: translate3d(-100%, 0px, 0px) !important;
  -webkit-transform: translate3d(-100%, 0px, 0px) !important;
  transform: translate3d(-100%, 0px, 0px) !important;
}
.swiper-wrapper.change-slide-first {
  -o-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.swiper-wrapper.change-slide-first .swiper-slider-content h2 {
  opacity: 1;
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.swiper-button-next.hide-arrow, .swiper-button-prev.hide-arrow {
  display: none;
}

/*  --- PYRAMIDE ---  */
.wein-pyramide {
  padding: 5% 15% 0 15%;
}
.wein-pyramide h3 {
  font-family: 'Karla', sans-serif;
  font-size: 38px;
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: -2px;
}
.more-information-content .wein-pyramide h3 {
  color: #fff;
}
.more-information-content .wein-pyramide p {
  margin-bottom: 15px;
}
.wein-pyramide h6 {
  float: right;
  clear: right;
  font-family: 'Karla', sans-serif !important;
  color: #000;
  width: 50%;
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
  text-align: left;
}
.wein-pyramide p {
  text-align: left;
  clear: right;
  float: right;
  width: 50%;
}
.wein-pyramide img {
  width: 45%;
  float: left;
}

/*  --- RESPONSIVE ---  */
@media only screen and (max-width: 1024px) {
  html, body {
    position: relative;
    overflow-x: hidden;
  }
  .menu-wrap {
    width: 100%;
    right: -100%;
  }
  .main-menu .divider {
    height: 0;
    margin: 0;
    padding: 0;
  }
  .half {
    width: 100%;
    margin-bottom: 50px;
  }
  .half:nth-of-type(3) {
    margin-bottom: 200px;
  }
  .half.folge-uns {
    width: 50%;
    float: left;
    margin-bottom: 200px;
  }

  /*  --- ABOUT US RESPONSIVE ---  */
  .person, .person.large {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 75px;
  }
  .person:nth-of-type(2n), .person.large:nth-of-type(2n) {
    margin-right: 0;
  }
  .person:nth-of-type(3n), .person.large:nth-of-type(3n) {
    clear: left;
    margin-right: 10%;
  }
  .person.large:nth-of-type(4) {
    clear: unset;
  }
  .item-page .pull-left {
    width: auto;
  }
  .item-page .wein-auszeichnung {
    width: 80px;
    height: 75px;
    top: 150px;
    left: -50px;
  }
}
@media only screen and (max-width: 768px) {
  html, body {
    position: relative;
    overflow-x: hidden;
  }
  .logo {
    width: auto;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  /*  --- MOBILE HIDE ---  */
  .contact-hover {
    display: none;
  }
  
  
  .kalender-hover {
  position: absolute;
  top: 90px;
  right: 23px;
  z-index: 1111;
  width: auto;
  height: 40px;
  font-size: 16px;
  user-select: none;
}
  

  /*  --- MENU RESPONSIVE ---  */
  .toggle-menu {
    top: 19px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .menu-wrap {
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
  }
  .menu-wrap.open-menu {
    right: 0;
  }
  .main-menu {
    width: 225px;
    padding: 50px 0 85px 0;
    column-count: 1;
    column-gap: 0;
    left: 50%;
    top: 0;
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .main-menu .desktop {
    display: none;
  }
  .main-menu .mobile {
    display: block;
  }
  .main-menu li:nth-of-type(2), .main-menu li:nth-of-type(12) {
    margin-bottom: 25px;
  }
  .main-menu a {
    font-size: 20px;
    line-height: 1.5;
  }
  .menu-center {
    overflow-y: scroll;
  }

  /*  --- MAIN CONTENT RESPONSIVE ---  */
  .main-content {
    padding: 100px 5%;
  }
  .main-content h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .main-content h3 span {
    border-bottom: 2px solid #000;
  }
  .main-content p {
    font-size: 14px;
    text-align: left;
  }

  /*  --- CLOSE ALL RESPONSIVE ---  */
  .close-all, .close-all.hide-close {
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
  }

  /*  --- WINE LIST ---  */
  .winelist {
    height: 30px;
    left: 82px;
    bottom: 25px;
  }
  .winelist span {
    margin-top: 7px;
    font-size: 12px;
  }

  /*  --- FACEBOOK RESPONSIVE ---  */
  .facebook-hover {
    height: 30px;
    right: 96px;
    bottom: 25px;
  }
  .facebook-icon {
    height: 30px;
  }


  /*  --- INSTAGRAM RESPONSIVE ---  */
  .instagram-hover {
    height: 30px;
    right: 55px;
    bottom: 25px;
  }
  .instagram-icon {
    height: 30px;
  }

  /*  --- MORE INFORMATION RESPONSIVE ---  */
  .more-information-hover {
    height: 30px;
    right: 25px;
    bottom: 25px;
  }
  .more-information-icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .more-information-hover span {
    margin-top: 7px;
    font-size: 12px;
    display: none;
  }
  .more-information-wrap {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .more-information-content {
    width: 80%;
  }
  .more-information-content h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .more-information-content h3 span {
    border-bottom: 2px solid #fff;
  }
  .more-information-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  /*  --- SLIDER RESPONSIVE ---  */
  .swiper-slider-content h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .swiper-slider-content h2 span {
    margin-top: 15px;
    border-bottom: 2px solid #fff;
  }
  .swiper-slider-content h3 {
    font-size: 22px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    top: unset;
    right: unset;
    bottom: 25px;
    left: 50px;
    width: 15px;
    height: 30px;
  }
  .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
    left: 50px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    top: unset;
    right: unset;
    bottom: 25px;
    left: 25px;
    width: 15px;
    height: 30px;
  }
  .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    left: 25px;
  }
  .swiper-slide img {
    min-width: unset;
    /*position: relative;*/
    max-height: 100vh;
  }
  .slide-counter {
    bottom: 30px;
    left: 80px;
    font-size: 20px;
  }
  .swiper-slider-content p {
    font-size: 14px;
    width: 100%;
  }

  /*  --- SCROLL TOP/BOTTOM RESPONSIVE ---  */
  .scroll-top {
    width: 30px;
    height: 15px;
    margin: 35px auto 0 auto;
  }
  .scroll-top:hover {
    margin: 35px auto 0 auto;
  }
  .scroll-top svg {
    width: 30px;
    height: 15px;
  }
  .scroll-down {
    display: none;
  }

  /*  --- WINE SELECTION RESPONSIVE ---  */
  .swiper-container {
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: hidden;
  }
  .wine-selection {
    width: 20%;
    margin: 5% 15% 5% 15%;
  }
  .wine-selection.wine-hover {
    width: 100%;
    margin: 5% 15% 5% 15%;
  }
  .swiper-slider-content h1 {
    font-size: 50px;
  }
  .swiper-slider-content h1 span {
    border-bottom: 2px solid #50545d;
  }
  .wine-selection.wine-open .wine-bottle {
    width: 15%;
    margin-top: -25px;
    margin-left: 0;
  }
  .wine-selection.wine-open .wine-details {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-left: 0;
  }
  .swiper-slider-content .wine-selection h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .swiper-slider-content .wine-selection p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .swiper-slider-content .wine-selection span {
    font-size: 18px;
  }
  .selection-next {
    top: unset;
    right: unset;
    bottom: 25px;
    left: 50px;
    width: 15px;
    height: 30px;
  }
  .selection-next:hover {
    left: 50px;
  }
  .selection-prev {
    top: unset;
    right: unset;
    bottom: 25px;
    left: 25px;
    width: 15px;
    height: 30px;
  }
  .selection-prev:hover {
    left: 25px;
  }

  /*  --- ABOUT US RESPONSIVE ---  */
  .person, .person.large {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  /*  --- FORMULAR RESPONSIVE ---  */
  #formular {
    margin: 0 auto 100px auto;
  }
  #formular h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  #formular h2 span {
    border-bottom: 2px solid #000;
  }
  #formular .formular-checkbox {
    margin-bottom: 65px !important;
  }
  #formular input, #formular select, #formular textarea {
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
  }
  #formular select {
    background-position: right 15px center;
  }
  #formular input[type='submit'], #formular input[type='reset'] {
    font-size: 14px;
    margin-bottom: 0;
  }
  #formular input[type='submit'] {
    margin-right: 0;
  }

  /*  --- CONTACT RESPONSIVE ---  */
  .half {
    width: 100%;
    margin-bottom: 50px;
  }
  .half:nth-of-type(3) {
    margin-bottom: 50px;
  }
  .half h3 {
    font-size: 24px;
  }
  .half h5 {
    font-size: 24px;
    text-align: left;
    margin: 25px 0 25px 0;
  }
  .half p {
    line-height: 1.4;
  }
  .main-content h3.folge-uns {
    text-align: center;
  }
  .half.folge-uns {
    width: auto;
    float: left;
    margin-right: 25px;
    margin-bottom: 50px;
  }
  .half.folge-uns .facebook-icon-black {
    width: 40px;
    height: 40px;
  }
  .half.folge-uns .instagram-icon-black {
    width: 40px;
    height: 40px;
  }
  /*  --- NEWSLETTER RESPONSIVE ---  */
  #newsletter h3 {
    font-size: 40px;
    margin-bottom: 25px;
    text-align: left;
  }
  .container {
    font-size: 14px;
  }
  .container:nth-of-type(2) {
    margin-right: 0;
  }
  .checkmark {
    top: -4px;
  }
  #newsletter input[type='submit'] {
    font-size: 14px;
  }
  #newsletter input {
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
  }
  .main-content h3  {
    text-align: left;
    margin-bottom: 25px !important;
  }
  .swiper-slide .swiper-slider-content img {
    width: 100%;
  }

  .datenschutzhinweis {
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    width: 90%;
    float: right;
    margin-top: 4px;
  }
  #formular .formular-checkbox, #newsletter .formular-checkbox {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .main-content.wein-pyramide {
    padding: 10% 15% 15% 15%;
  }
  .wein-pyramide {
    padding: 50px 5% 0 5%;
  }
  .wein-pyramide h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wein-pyramide img {
    width: 100%;
    margin-bottom: 25px;
  }
  p.readmore {
    float: right;
  }
  .wein-auszeichnung {
    top: 35px;
    left: -15px;
  }
  .swiper-slide:nth-of-type(n+3) .swiper-slider-content {
    top: 75px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .swiper-slide-duplicate .swiper-slider-content{
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .swiper-slider-content h3:nth-of-type(n+1) {
    margin-top: 25px;
  }
  .swiper-slider-content h3:nth-of-type(1) {
    margin-top: 0;
  }
  .swiper-slider-content h4:nth-of-type(1) {
    margin-top: 0;
  }

  /*  --- AUSZEICHNUNGEN / VERANSTALTUNGEN ---  */
  .auszeichnungen-veranstaltung .items-leading, .auszeichnungen-veranstaltung .items-row {
    margin-left: 0;
  }
  .auszeichnungen-veranstaltung .items-leading .page-header, .auszeichnungen-veranstaltung .items-row .page-header {
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .auszeichnungen-veranstaltung .items-leading h2, .auszeichnungen-veranstaltung .items-row h2 {
    font-size: 20px;
  }
  .auszeichnungen-veranstaltung .items-leading .pull-left, .auszeichnungen-veranstaltung .items-row .pull-left {
    width: 100% !important;
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
  .auszeichnungen-veranstaltung .items-leading .pull-left img, .auszeichnungen-veranstaltung .items-row img {
    margin: 0;
    width: auto;
    max-width: 100%;
    max-height: unset;
  }
  .auszeichnungen-veranstaltung .items-leading .fields-container, .auszeichnungen-veranstaltung .items-row .fields-container {
    width: 100%;
    clear: both;
    float: none;
    padding-top: 1px;
  }
  .auszeichnungen-veranstaltung .wein-label, .auszeichnungen-veranstaltung .wein-details {
    width: 100%;
    margin-bottom: 50px;
  }
  .auszeichnungen-veranstaltung .items-leading::after, .auszeichnungen-veranstaltung .items-row::after {
    margin: 50px 0 50px 0;
  }
  .auszeichnungen-veranstaltung .items-leading .fields-container .field-entry:first-of-type::before, .auszeichnungen-veranstaltung .items-row .fields-container .field-entry:first-of-type::before {
    display: none;
  }
  .toggle-menu.open-menu {
    position: fixed;
  }
  .menu-wrap {
    position: fixed;
  }
  .kontakt-ueberschrift {
    text-align: left !important;
  }
  .wein-details.wein-preis, .wein-label.wein-preis {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wein-auszeichnung.wein-neu span {
    margin: 9px 2px;
  }
  .item-page .wein-auszeichnung {
    width: 50px;
    height: 50px;
    top: 300px;
    left: 80px;
  }
  .item-page .wein-auszeichnung.wein-neu span {
    font-size: 18px !important;
    margin: 14px 7px;
  }
  .more-information-content .wein-pyramide p {
    width: 100%;
  }
  .close-all .bot {
    top: 13px;
    left: -5px;
  }
}
