@font-face {
  font-family: 'alternate';
  src: url("../fonts/alternate/2F2F46_0_0.eot");
  src: url("../fonts/alternate/2F2F46_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/alternate/2F2F46_0_0.woff2") format("woff2"), url("../fonts/alternate/2F2F46_0_0.woff") format("woff"), url("../fonts/alternate/2F2F46_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  background-color: white;
  -webkit-backface-visibility: hidden;
}

h1,
h2 {
  font-family: "alternate", sans-serif !important;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  font-weight: 100;
  text-rendering: auto !important;
}

h2.weingut,
h2.menschen,
h2.weine,
h2.handwerk,
h2.auszeit,
h2.kontakt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent !important;
}

h2.weingut {
  background-image: url("../img/weingut.svg");
}

h2.menschen {
  background-image: url("../img/menschen.svg");
}

h2.weine {
  background-image: url("../img/weine.svg");
}

h2.handwerk {
  background-image: url("../img/handwerk.svg");
}

h2.auszeit {
  background-image: url("../img/auszeit.svg");
}

h2.kontakt {
  background-image: url("../img/kontakt.svg");
}

img {
  max-width: 100%;
  line-height: 0;
}

p {
  font-size: 1em;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

strong {
  font-weight: bold;
}

.logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-position: left;
  height: 80px;
}

img[alt="logo"] {
  position: absolute;
  width: 90px;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -150px;
}

@media screen and (min-width: 48.063em) {
  img[alt="logo"] {
    margin-left: -125px;
    margin-top: -170px;
    width: 170px !important;
  }
}

.overlay {
  background-color: rgba(255, 255, 255, 0.95);
}

.dragslider h2 {
  font-size: 5em;
  letter-spacing: 2px;
  font-weight: 100;
}

@media screen and (min-width: 48.063em) {
  .dragslider h2 {
    font-size: 16em;
  }
}

@media screen and (min-width: 65em) {
  .dragslider h2 {
    font-size: 18em;
  }
}

.img-dragger .slide {
  background-color: #222222;
}

.slide h2,
.js .slide h2 {
  color: #CDAF66;
  text-align: center;
}

.img-dragger-small .slide h2 {
  color: #cccccc;
  background-size: 25%;
  background-position: center bottom;
  opacity: .4;
}

.img-dragger-small .slide.current h2 {
  color: #CDAF66;
  opacity: 1;
}

.info button {
  margin-top: 1.5em;
  border: 3px solid #CDAF66;
  color: #CDAF66;
}

.info span {
  background-color: #222222;
  color: white;
}

button.slider-switch span.burger,
button.slider-switch span.burger:before,
button.slider-switch span.burger:after {
  display: inline-block;
  width: 25px;
  height: 4px;
  left: 0;
  background-color: #6d5c33;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

button.slider-switch {
  font-size: .8em;
  background: none;
  cursor: pointer;
  padding: 1em 0;
  color: #6d5c33;
  position: absolute;
  text-transform: uppercase;
  background-color: transparent;
  right: 60px;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 48.063em) {
  button.slider-switch {
    right: 220px;
  }
}

button.slider-switch span.menutext {
  display: none;
  position: relative;
  top: 3px;
  left: 4px;
}

@media screen and (min-width: 48.063em) {
  button.slider-switch span.menutext {
    display: inline-block;
  }
}

button.slider-switch span.burger {
  position: relative;
}

button.slider-switch span.burger:before {
  content: '';
  position: absolute;
  top: 7px;
}

button.slider-switch span.burger:after {
  content: '';
  position: absolute;
  bottom: 7px;
}

button.slider-switch:hover span.burger:before {
  top: 9px;
}

button.slider-switch:hover span.burger:after {
  bottom: 9px;
}

button.slider-switch.view-maxi {
  background: none;
}

button.slider-switch.view-maxi span.burger {
  background-color: transparent;
}

button.slider-switch.view-maxi span.burger:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

button.slider-switch.view-maxi span.burger:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

button.slider-switch.view-maxi:hover span.burger {
  transform: scale(0.8);
}

.termine,
.facebook {
  opacity: .7;
  pointer-events: auto;
  position: absolute;
  height: 80px;
  font-size: .8em;
  color: #6d5c33;
  text-transform: uppercase;
  padding-top: 32px;
}

.termine i,
.facebook i {
  font-size: 1.5em;
  display: inline-block;
  margin-right: .2em;
}

.termine span,
.facebook span {
  display: none;
}

@media screen and (min-width: 48.063em) {

  .termine span,
  .facebook span {
    display: inline-block !important;
  }
}

.termine:hover,
.facebook:hover {
  color: #6d5c33;
  opacity: 1;
}

.termine {
  right: 40px;
}

@media screen and (min-width: 48.063em) {
  .termine {
    right: 110px;
  }
}

.facebook {
  right: 0;
}

.img-wrap.bg1 {
  background: url("../img/Fluch-Gaul_Weingut.jpg") no-repeat center;
  background-size: cover;
}

.img-wrap.bg2 {
  background: url("../img/Fluch-Gaul_Menschen.jpg") no-repeat center;
  background-size: cover;
}

.img-wrap.bg3 {
  background: url("../img/Fluch-Gaul_Weine.jpg") no-repeat center;
  background-size: cover;
}

.img-wrap.bg4 {
  background: url("../img/Fluch-Gaul_Handwerk.jpg") no-repeat center;
  background-size: cover;
}

.img-wrap.bg5 {
  background: url("../img/Fluch-Gaul_Auszeit.jpg") no-repeat center;
  background-size: cover;
}

.img-wrap.bg6 {
  background: url("../img/Fluch-Gaul_Kontakt.jpg") no-repeat center;
  background-size: cover;
}

.pages .content {
  text-align: center;
  background-color: #ffffff;
}

.pages .content p {
  text-align: center;
  padding: 0.5em 1.5em;
  font-size: .8em;
}

@media screen and (min-width: 48.063em) {
  .pages .content p {
    padding: 0.5em 6em;
  }
}

@media screen and (min-width: 65em) {
  .pages .content p {
    padding: 0.5em 12em;
  }
}

.pages .content p.intro {
  font-weight: bold;
}

.pages .content a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #CDAF66;
}

.pages .content a:hover {
  color: #e6d7b3;
}

.pages .content h2 {
  color: #CDAF66;
  font-size: 3em;
  padding: 3em 10px 1em;
  display: block !important;
}

.pages .content h2::before {
  content: '';
  display: block;
  background-image: url("../img/gaul.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
}

.expand-this {
  margin-top: 0;
}

.expand-this:first-of-type {
  margin-top: 4em;
}

.expand-this h3 {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 100;
}

.expand-this .expand-head {
  padding: 3em;
}

.expand-this .expand-content {
  display: none;
  padding-bottom: 3em;
}

.expand-this .expand {
  display: inline-block !important;
  font-size: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #dedede;
  background-image: url("../img/arrow_down_white.svg");
  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: 70%;
}

.expand-this .expand:hover {
  transform: scale(1.1);
}

.expand-this .expand.gold {
  background-color: #CDAF66;
  background-image: url("../img/arrow_down_black.svg");
}

.expand-this .expand.rotate-me {
  transform: rotate(180deg);
}

#contactform {
  background: black url("../img/wein_bg.png") center no-repeat;
  background-size: cover;
  color: white;
}

#contactform .expand-content {
  background-color: rgba(255, 255, 255, 0.05);
  padding-top: 3em;
}

#contactform .form {
  max-width: 460px;
  width: 95%;
  margin: 0 auto;
}

#contactform .form p {
  font-size: 1em;
  padding: .6em 0 1em;
}

@media screen and (min-width: 48.063em) {
  #contactform .form p {
    font-size: .5em;
  }
}

#contactform .form.intro {
  font-weight: bold;
}

#contactform .success {
  padding: 1em;
  font-size: .6em;
  font-weight: 100;
  color: #CDAF66;
  margin-bottom: 1em;
  border: solid 2px #CDAF66;
  background: rgba(255, 255, 255, 0.1);
}

#contactform .error {
  padding: 1em;
  font-size: .6em;
  font-weight: 100;
  color: red;
  margin-bottom: 1em;
  border: solid 2px red;
  background: rgba(255, 255, 255, 0.1);
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform textarea {
  font-family: "Arial", sans-serif;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.1);
  border: solid 2px #818080;
  margin-bottom: 10px;
  width: 100%;
  padding: .8em 1em;
  color: #dedede;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 48.063em) {

  #contactform input[type="text"],
  #contactform input[type="email"],
  #contactform textarea {
    font-size: .5em;
  }
}

#contactform input[type="text"]:focus,
#contactform input[type="email"]:focus,
#contactform textarea:focus {
  background: rgba(255, 255, 255, 0.5);
  color: black;
  border: solid 2px #ffffff;
}

#contactform textarea {
  height: 250px;
}

#contactform input[type="submit"] {
  opacity: .8;
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 1em;
  background: transparent;
  border: solid 3px #CDAF66;
  color: #CDAF66;
  padding: .8em 1em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 48.063em) {
  #contactform input[type="submit"] {
    font-size: .5em;
  }
}

#contactform input[type="submit"]:hover {
  opacity: 1;
}

.btn {
  padding: .8em 2em;
  border: solid 3px #CDAF66;
  color: #CDAF66;
  font-size: .8em;
  text-transform: uppercase;
  margin-top: 1em;
  display: inline-block !important;
  opacity: .7;
}

.btn:hover {
  opacity: 1;
  color: #CDAF66;
}

.modal {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
  color: #222222;
  background-color: white;
  padding: 2em;
  overflow-y: scroll;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 48.063em) {
  .modal {
    height: auto;
  }
}

.modal .close {
  position: absolute;
  right: 2em;
  opacity: .7;
  color: #CDAF66;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.modal .close span {
  display: none;
}

@media screen and (min-width: 48.063em) {
  .modal .close span {
    display: inline-block !important;
  }
}

.modal .close:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  color: #CDAF66;
}

.modal .close:hover i {
  transform: scale(1.2);
}

.modal .modal-content {
  max-width: 1100px;
  padding: .5em 1.5em;
  margin: 0 auto;
}

@media screen and (min-width: 48.063em) {
  .modal .modal-content {
    padding: 0.5em 6em;
  }
}

@media screen and (min-width: 65em) {
  .modal .modal-content {
    padding: 0.5em 12em;
  }
}

.modal .modal-content .termin {
  margin-bottom: 3em;
  line-height: 1.2em;
}

.modal .modal-content .termin-header {
  margin-bottom: 1em;
}

.modal .modal-content span {
  display: block;
  margin: .3em 0;
  font-size: 1.2em;
}

.modal .modal-content span.event-date {
  font-weight: bold;
}

.modal .modal-content span.event {
  font-weight: bold;
  font-size: 1.5em;
}

.modal .modal-content h2 {
  color: #CDAF66;
  font-size: 3em;
  padding: 0 10px;
  display: block !important;
  margin-bottom: .5em;
}

.modal .modal-content h2::before {
  content: '';
  display: block;
  background-image: url("../img/gaul.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
}

.prev,
.next {
  z-index: 101;
  position: absolute;
  pointer-events: auto;
  width: 50px;
  height: 60px;
  margin-top: -40px;
  top: 50%;
  display: none;
  cursor: pointer;

  /**
   * font-awesome code
   */
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 60px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #CDAF66;
}

.switch-min .prev,
.switch-min .next {
  display: none;
}

@media screen and (min-width: 48.063em) {
  .prev,
  .next {
    display: block;
  }
}

.prev {
  left: 20px;
}

.prev:before {
  /**
   * font-awesome fa-chevron-left
   */
  content: "\f053";
}

.next {
  right: 20px;
}

.next:before {
  /**
   * font-awesome fa-chevron-right
   */
  content: "\f054";
}

.carousel-container {
  overflow: hidden;
  margin: 4em 0;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-item {
  opacity: .4;
  position: relative;
  overflow: hidden;
}

.owl-item.active.center {
  opacity: 1;
}

.owl-item:before,
.owl-item:after {
  content: " ";
  display: table;
}

.owl-item:after {
  clear: both;
}

/* Preloader */
#preloader {
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

#loader {
  position: absolute;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
  z-index: 10001;
}

.spinner {
  width: 80px;
  height: 80px;
  position: relative;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #CDAF66;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Specials */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

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

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

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

.relative {
  position: relative;
}

.debug {
  border: solid 1px red;
}
