body {
  background: #f7f7f7;
  font-family: 'Lato', sans-serif;
  letter-spacing: 5px;
  overflow-x: hidden; }

.c-dark-txt {
  color: #261741 !important;
}

.c-dark-bg {
  background: #261741 !important;
}

.c-mid-txt {
  color: #5E5177 !important;
}

.c-mid-bg {
  background: #5E5177 !important;
}

.c-high-txt {
  color: #D8CEEA !important;
}

.c-high-bg {
  background: #D8CEEA !important;
}

#lang-box {
  position: fixed;
  height: 50px;
  width: 50px;
  bottom: 25px;
  right: 25px;
  line-height: 50px;
  background: #a02f1c;
  z-index: 5;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  text-align: center;
  transition: all .3s ease-out;

}

#lang {
  position: absolute;
  top: -50px;
  display: none;
  height: 50px;
  width: 50px;
  opacity: 0;
  background: #ccc;
  transform: translateY(-25px);
  transition: all .3s ease-out;
}

#lang:hover {
  background: #a02f1c;
}

#lang:hover #lang-box {
  background: #ccc !important;
}

#lang-box:hover #lang {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}

.header {
  position: fixed;
  height: 74px;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 10px 47px 0px rgba(0, 0, 0, 0.05);
  z-index: 5; }
  .header .logo {
    position: absolute;
    left: 50px;
    height: 74px;
    line-height: 74px;
    font-size: 25px; }
  .header ul {
    position: absolute;
    right: 20px;
    list-style: none; }
    .header ul li {
      display: inline-block;
      height: 74px;
      padding: 0 10px;
      line-height: 74px;
      color: #000;
      font-size: 12px;
      text-transform: uppercase;
      transition: all .3s;
      cursor: pointer; }
    .header ul li.menue-item:hover {
      color: #5E5177; }

.logo-container {
  position: absolute;
  left: 50%;
  margin-left: -500px;

}

.logo-container img {
  position: relative;
  height: 35px;
  padding: 17.5px;
}

.logo-txt {
  position: absolute;
  top: 0;
  right: -220px;
  height: 75px;
  line-height: 75px;
  font-weight: 700;
  text-transform: uppercase;
}

#logo-container {
  position: absolute;
  height: 100%;
  width: 300px;
  left: 50%;
  margin-left: -500px;
  z-index: 20;
  cursor: pointer;
}

.logo-txt span {
  font-weight: 300;
}

.logo-container span span {
  font-weight: 400;
}

.btn {
  background: #261741;
  color: #fff !important;
  padding: 0 25px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 10px !important;
  font-weight: 700;
  border-radius: 40px;
  margin-left: 10px;
  cursor: pointer;
  transition: all .3s ease-out !important; }
  .btn:hover {
    background: #5E5177; }

.intro-container {
  position: fixed;
  top: 74px;
  width: 100%;
  height: 550px;
  z-index: 0;
  background: url("../../res/pic2.jpg");
  background-position: center;
  background-size: cover; }
  .intro-container .intro {
    position: absolute;
    height: 200px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    width: 650px;
    margin-left: -325px;
    width: 650px;
    color: #fff;
    opacity: .9;
    text-transform: uppercase; }
    .intro-container .intro h1 {
      font-size: 50px;
      font-weight: 300;
      letter-spacing: 9px;
      line-height: 30px;
      height: 75px;
      text-align: left; }
      .intro-container .intro h1 span {
        font-weight: 700;
        font-size: 18px; }
    .intro-container .intro p {
      margin-top: 25px;
      text-align: center;
      font-size: 15px;
      letter-spacing: 10px;
      line-height: 25px; }
    .intro-container .intro #wine-btn {
      position: relative;
      left: 50%;
      margin-left: -115px;
      width: 180px;
      margin-top: 25px;
      text-align: center; }
#wine-btn:hover {
  background: #261741 !important;
  opacity: 1 !important;
}
.content {
  position: absolute;
  top: 624px;
  background: #f7f7f7;
  width: 100%;
  height: 5650px;
  z-index: 1; }
  .content .container {
    position: absolute;
    height: auto;
    width: 940px;
    left: 50%;
    margin-left: -470px; }
    .content .container .section {
      position: relative;
      /*border-bottom: solid;
      border-bottom-width: 2px;
      border-bottom-color: $sectionBorderColor;*/ }
      .content .container .section h1 {
        position: absolute;
        height: 150px;
        width: 500px;
        text-align: center;
        line-height: 150px;
        font-size: 150px;
        letter-spacing: 9px;
        margin: 90px -100px;
        color: #5E5177;
        opacity: 0.2; }
      .content .container .section h2 {
        position: relative;
        top: 175px;
        opacity: 0.9;
        width: 600px;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        color: #261741; }
      .content .container .section p {
        position: relative;
        top: 185px;
        width: 600px;
        font-size: 17px;
        letter-spacing: 3px;
        line-height: 25px;
        font-weight: 400;
        text-align: left;
        opacity: 0.95;
        color: #261741;
        margin-bottom: 300px; }

#location {
  height: 500px;
  margin-top: 50px;
  border-bottom-color: gainsboro;
  border-bottom-style: solid;
  border-bottom-width: 1px; }
  #location svg {
    position: absolute;
    height: 450px;
    z-index: 3;
    top: 75px;
    right: -540px; }
    #location svg path {
      cursor: pointer;
      fill: #D8CEEA;
      fill-opacity: 0.7;
      transition: all .3s ease-out;
      transform-origin: center center; }
      #location svg path:hover {
        fill-opacity: 0.9;
        color: #5E5177;
        transform: scale(1.05); }
  #location .info-txt {
    z-index: 2;
    position: absolute;
    height: 50px;
    width: 100px;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px;
    font-weight: 300 !important;
    line-height: 50px;
    opacity: .7;
    cursor: pointer;
    color: #261741; }
  #location .info-txt#grinzing {
    top: 220px;
    right: 130px; }
  #location .info-txt#nussdorf {
    top: 240px;
    right: -70px; }

#cultivation {
  height: 1500px;
  border-bottom-color: gainsboro;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  /*#img-con-1 {
    top: 75px;
    right: -100px;
    #img-1 {
      top: 0;
      left: 0;
      height: 200px;
      width: 250px;
      background: url("../../res/pic1.jpg");
      background-position: center;
      background-size: cover;
    }
    #img-2 {
      height: 150px;
      width: 170px;
      left: 260px;
      top: 200px;
      margin-top: -150px;
      background: url("../../res/pic2.jpg");
      background-position: center;
      background-size: cover;
    }
    #img-3 {
      height: 170px;
      width: 350px;
      top: 210px;
      left: 20px;
      background: url("../../res/pic3.jpg");
      background-position: center;
      background-size: cover;
    }
  }*/ }
  #cultivation .align-right {
    text-align: right; }
    #cultivation .align-right h2 {
      width: 600px;
      right: 0;
      margin-left: auto; }
    #cultivation .align-right p {
      position: relative;
      text-align: right;
      margin-left: auto; }

.img-container {
  position: absolute;
  height: 400px;
  width: 50px;
  right: 100px;
}

.img-container .sgl-img {
  position: absolute;
  height: 100%;
  width: 125px;
  transition: all .3s ease-out;
  cursor: pointer;
}

.img-container .sgl-img-1 {
  right: 30px;
  background: green;
}

.img-container .sgl-img-2 {
  left: 30px;
  background: green;
}

.sgl-img:hover {
  width: 175px;
}

#img-con-1 {
  top: 50px;
}

#img-con-1 #img1 {
  background: url("../../res/rest.jpg");
  background-position: center center;
  background-size: cover;
}

#img-con-1 #img2 {
  background: url("../../res/pic2.jpg");
  background-position: center center;
  background-size: cover;
}

#img-con-2 #img1 {
  background: url("../../res/18.jpg");
  background-position: center center;
  background-size: cover;
}

#img-con-2 #img2 {
  background: url("../../res/ei.jpg");
  background-position: center center;
  background-size: cover;
}

#img-con-3 #img1 {
  background: url("../../res/pic3.jpg");
  background-position: center center;
  background-size: cover;
}

#img-con-3 #img2 {
  background: url("../../res/pic13.jpg");
  background-position: center center;
  background-size: cover;
}

#img-con-2 {
  top: 550px;
  left: 100px !important;
}

#img-con-3 {
  top: 1050px;
}

#background-container {
  display: none;
  position: fixed;
  top: 50px;
  left: 50px;
  bottom: 50px;
  right: 50px;
  background-position: center;
  background-size: cover;
  background: green;
  z-index: 7;
}

#background-container h6 {
  position: absolute;
  right: 35px;
  top: 35px;
  background: #fff;
  padding: 10px 25px;
  cursor: pointer;
}

#page-blend {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 6;
  top: 0;
}

#wines {
  height: 800px;
}

.wine-type-list {
  list-style: none;
  position: absolute;
  right: 100px;
  top: 225px; }
  #wines ul li {
    letter-spacing: 1px;
    padding: 7px 0;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin: 5px 0;
    width: 100px;
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all .2s ease-out;
  }
  #wines ul li.wine-type-list-active {
    color: rgba(0, 0, 0, 0.8)!important;
  }
  #wines ul li:hover {
      color: rgba(0, 0, 0, 0.8);
  }

#sales nav {
  text-align: center;
  position: absolute;
  top: 250px;
  z-index: 10;
}
  #sales nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #ddd; }
    #sales nav ul li {
      float: left;
      position: relative;
      width: 224px;
      height: 65px;
      line-height: 65px;
      color: rgba(0, 0, 0, 0.7);
      cursor: pointer; }
      #sales nav ul li:hover {
        background: #d5d5d5; }

#sales ul.sub-menue li {
  display: none; }

#sales ul.sales-list li:hover > ul.sub-menue li {
  display: block; }

#wine-container {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 15;
}

#wine-container h6 {
  font-size: 15px;
  position: absolute;
  top: 50px;
  cursor: pointer;
  right: 50px;
}

#contact-container {
  display: none;
  height: 500px;
  width: 700px;
  z-index: 15;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -350px;
}

#contact-container h6 {
  font-size: 15px;
  position: absolute;
  top: 50px;
  cursor: pointer;
  right: 50px;
}

#contact-container h5 {
  font-family: 'Lato';
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  margin-top: 25px;
  margin-left: 75px;
  margin-bottom: -9px;
  letter-spacing: 3px;
}

#contact-container p {
  position: relative;
  font-size: 21px;
  margin-top: -100px;
  margin-top: 10px;
  margin-left: 75px;
  letter-spacing: 3px;
}

#contact-container .contact-first {
  margin-top: 123px;
}

/* wine container */

.wine-container {
  font-family: 'Lato';
  position: absolute;
  height: auto;
  top: 450px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.wine-card {
  transition: all .3s ease-out;
  position: relative;
  height: 290px;
  width: 180px;
  min-width: 180px;
  background: #fff;
  margin: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
}

.wine-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 85%;
  top: 0;
  background: url(http://wieninger.at/__we_thumbs__/987_6_gruener_veltliner_herrenholz_2009.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wine-card h6.name {
  cursor: pointer;
  background: #261741;
  height: 37px;
  width: 100%;
  text-align: center;
  line-height: 35px;
  font-weight: 300;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transition: all .2s ease-out;
}

.wine-card h5.year {
  position: absolute;
  z-index: 1;
  font-weight: 300;
  font-size: 80px;
  letter-spacing: 2px;
  width: 0;
  height: 0;
  text-align: right;
  transform-origin: right top;
  transform: rotate(-90deg);
  left: -50px;
  top: 165px;
  color: #261741;
  transition: all .2s ease-out;
}

.wine-card:hover h5.year {
  left: -55px;
  letter-spacing: 5px;
}

.wine-card:hover h6.name {
  height: 42px;
  line-height: 42px;
}

.wine-card:hover {
  transform: scale(1.05);
}

#loader {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #eee;
}
#wrapper {
  position: absolute;
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}

#loader img {
  width: 150px;
  animation: logo 2.5s infinite ease-in-out;
}

@keyframes logo {
  0%, 100% {
    transform: scale(.7);
  }
  90% {
    transform: scale(.9)
  }
}

.circle {
  left: 50%;
  top: 50%;
  margin-left: -52px;
  margin-top: -55px;
  position: absolute;
  height: 100px;
  width: 100px;
  background: #D8CEEA;
  border-radius: 50%;
  transform: scale(0);
  animation: circle 2.5s 2.1s infinite ease-in-out;
}

@keyframes circle {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.loader-done {
  transform: scaleY(0) !important;
}

.sales-container {
  position: relative;
  width: 120%;
  left: -10%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 2px;
  font-size: 20px;
  align-content: flex-start;
  top: 350px;
}

.sales-card {
  position: relative;
  margin: 40px 30px;
  padding: 20px;
  width: 250px;
  background: #fff;
  align-self: flex-end;
}

.sales-card span.name {
  position: relative;
  font-size: .8em;
}

.sales-card span.address {
  position: relative;
  font-size: .65em;
  font-weight: 300;
}

.sales-card span.contact {
  position: relative;
  font-size: .65em;
  font-weight: 300;
}

.sales-card span.website {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: -30px;
  line-height: 25px;
  background: #261741;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 5px 0;
  font-size: .8em;
}

#news {
  top: 260px;
  z-index: 5;
}

.news-container {
  position: relative;
  height: auto;
  width: 100%;
  top: 238px;
}
.news-card {
  letter-spacing: 2px;
  cursor: pointer;
  margin: 70px auto;
  position: relative;
  width: 550px;
  height: auto;
  font-family: 'Lato';
  transition: all .2s ease-out;
}

.news-card .date {
  position: absolute;
  color: #5E5177;
  font-weight: 300;
  letter-spacing: 5px;
  font-size: 15px;
  top: -20px;
  width: 100%;
  text-align:center;
  transform: scale(1) !important;
}

.news-card .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
}

.news-content {
  position: relative;
  padding: 20px;
  margin-left: 120px;
  margin-right: 10px;
  top: 0;
}

.news-title {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.news-intro {
  font-weight: 300;
}

.news-img-container {
    height: 100%;
    width: 100px;
    position: absolute;
  left: 20px;
  background: url(http://wieninger.at/__we_thumbs__/1783_3_Rotweingl_ser.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 40px;
  top: 50%;
  margin-top: -30px;
  right: -20px;
  background: #261741;
  transition: all .2s ease-out;
}

.arrow {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -12px;
}

.line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  top: 50%;
  margin-top: -1px;
  transform-origin: right center;
}

.top {
  transform: rotate(45deg);
}

.bottom {
  transform: rotate(-45deg);
}

.news-card:hover .icon {
  right: -25px;
}

.news-card:hover {
  transform: scale(1.02);
}

.show-more-btn {
  cursor: pointer;
  position: relative;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  opacity: .7;
  top: -20px;

  transition: all .2s ease;
}

.show-more-btn:hover {
  opacity: 1;
}

#wineclub {
  top: 450px;
}

#club-name {
  left: 700px;
}

.features {
  position: relative;
  margin-top: -200px;
  float: right;
}

.features h2 {
  position: relative;
  width: 100% !important;
  text-align: center;
}

.feature-list {
  margin-top: 200px;
}

.feature {
  margin: 20px auto;
  position: relative;
  height: auto;
  padding: 20px;
  border-left: solid;
  background: #fff;
 font-size: 17px;
  letter-spacing: 3px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  opacity: 0.95;
  font-family: 'Lato';
  color: #261741;
  -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.1);
}

.member {
  top: 40px !important;
  text-align: center !important;
  width: 100% !important;
}

.member-p {
  top: 50px !important;
  width: 400px !important;
  text-align: center !important;
  margin: 0 auto;
}

.footer {
  position: absolute;
  top: 5650px;
  height: 400px;
  width: 100%;
  background: #261741;
  color: #fff;
}

.footer .darken-footer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
  z-index: 1;
}

.club-logo {
  position: absolute;
  height: 600px;
  width: 600px;
  right: -140px;
  top: 120px;
}

.club-logo img {
  width: 100%;
}

.footer-contact {
  z-index: 2;
  color: #fff;
  width: 500px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  padding: 120px;
  opacity: 0.5;
  line-height: 20px;
}

.footer-contact span {
  font-weight: 400;
}

.logo-neg {
  position: relative;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.logo-neg img {
  width: 100%;
}

.form-container {
  position: relative;
  width: 500px;
  margin: 100px auto;
  font-family: 'Lato';
  font-size: 10pt;
  font-weight: 700;
  color: #261741;
}

label {
  position:relative;
  color: #261741;
  margin-left: 1px;
  margin-bottom: 100px;
}

input {
  position: relative;
  margin-top: 20px;
  font-weight: 300;
  font-size: 2em;
  border-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #261741 !important;
  position: relative;
  height: 35px;
  width: 100%;
  background: none;
  transition: all .2s ease-out;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-item {
  position: relative;
}

.form-submit {
  width: 200px;
  margin: 10px auto;
}

.form-submit input {
  background: #261741;
  height: 40px;
  font-size: .8em;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 2px;
  cursor: pointer;
}

.form-half {
  display: inline-block;
  width: 238px;
}
