@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400i,700');

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  color:#aaa;
  font-family: 'Old Standard TT', serif;
  overflow: hidden scroll;
}

#color-change, #color-black {
  position: fixed;
  width: 70px;
  height: 70px;
  /*background-color: white;*/
  z-index: 3;
  top: 0;
  right: 0;
  display: none;
}

#color-change {
  display: block;
}

h1 {
  position: absolute;
  opacity: 0;
}

.no-js {
  display: none;
}

.ohne {
  color: #fff;
  font-size: 20px
}

.js {
  display: none;
}

.wrapper {
  margin: 0 auto;
  display: block;
  position: relative;
}

.lang {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: block;
}

.aktiv-lang {
  text-decoration: none;
}

.close {
  position: absolute;
  top: 15px;
  right: 40px;
  color: #8B704D;
}

.close1 {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #8B704D;
}

section {
  display: block;
  position: relative;
  margin-bottom: 250px;
  clear: both;
}

#header {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  display: block;
  background-color: #333;
  margin-bottom: 100px;
  background-image: url(../img/KR-Trauben.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.top, .logo {
  top: 0;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  /*background-color: #fff;*/
  max-width: 900px;
  left: 50%;
  margin-left: -450px;
}

.logo {
  position: absolute !important;
}

.link {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  color: #000;
}

.link a {
  color: #000;
}

a {
  color: #aaa;
  opacity: 0.75;
}

a:hover {
  opacity: 1;
}


.weingut h2, h2, .pressearchiv h1 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #8B704D;
  margin-bottom: 50px;
}

.weingut h2:before, h2:before, .pressearchiv h1:before{
  content: "";
  position: absolute;
  /* fill vertically */
  top: 31px;
  bottom: 0;
  width: 9600px;
  right: 101%;
  background: #8B704D;
  height: 2px;
}

.pressearchiv h1 {
  opacity: 1;
  position: relative;
  margin-top: 50px;
}

#kontakt:before{
  content: "";
  position: absolute;
  /* fill vertically */
  top: 31px;
  bottom: 0;
  width: 100%;
  right: 0%;
  background: #8B704D;
  height: 2px;
}

#kontakt h2 {
  background-color: #000;
  width: 275px;
  margin-left: -8px;
  padding-left: 8px;
}

#kontakt .wrapper:after{
  content: url("../img/wappen.png");
  position: absolute;
  /* fill vertically */
  top: -25px;
  bottom: 0;
  width: 100px;
  right: 0px;
  height: 115px;
}

#kontakt {
  margin-bottom: 50px;
}

.weingut p{
  font-size: 16px !important;
}

p {
  font-size: 16px;
}

/* Acordeon styles */
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.links {
  width: 100%;
  max-width: 400px;
  float: left;
}
.links .half {
  width: 100%;
  max-width: 400px;
}
.full {
  width: 100%;
}
.blue label {
  font-size: 22px !important;
  text-transform: uppercase;
  font-style: italic;
}
.tab-content, .tab-year {
  max-width: 380px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  position: relative;
  font-size: 16px;
}
.blue {
  /*max-width: 640px;*/
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.blue .pfeil:after {
  content: "«";
  position: absolute;
  right: 5px;
  top: 0px;
  transform: rotate(90deg);
}

/* :checked */
input:checked ~ .tab-content, input:checked ~ .tab-year {
  max-height: 50em;
}

input:checked ~ .pfeil:after {
  content: "»";
}

input:checked + label {
  color: #8B704D;
}

.sub {
  margin-left: 30px;
  font-size: 16px !important;
  text-transform: none !important;
  font-style: normal !important;
}

.wein li {
  margin: 0 !important;
}


/* Map */
.rechts {
  width: 100%;
  max-width: 425px;
  float: right;
  margin-top: -60px;
}

.wrapper, .main {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
input.tab-four:checked ~ .rechts{
  background-color: #fff;
}

.clear {
  clear: both;
}

section figure {
  margin: 0;
}

section figure img {
  border-radius: 25px;
  width: 100%;
  background-color: #fff;
  display: block;
}

figcaption {
  margin-top: 25px;
  font-size: 22px;
  text-align: center;
  font-style: italic;
} 

li {
  margin-bottom: 25px;
  list-style-type: none;
}

li a {
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 1 !important;
}


li a h3, li h3 {
  font-size: 30px;
  font-style: italic;
}


#termine li a {
  text-decoration: underline;
}

/*.st5 {
  stroke: red !important;
}*/

.instagram {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.instagram div {
    margin: 0 auto;
    margin-top: 45px;
    min-height: 415px;
    max-height: 450px;
    padding-bottom: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    display: flex;
}

.instagram div a {
    margin: 0 auto;
    text-decoration: none;
}

.instagram div img {
    max-width: 230px;
    max-height: none !important;
    height: auto !important;
    width: 230px;
    padding-bottom: 15px;
    border-radius: 20px !important;
}

.instagram div p {
    max-width: 230px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    text-decoration: none;
}

#etikett h2, #slider1 {
  margin-top: -118px;
}

#impressionen .right img, #slider1 .right img {
  float: right;
  width: 300px;
  margin-right: 25px;
}


/*  Impressionen  */
#impressionen .clear {
  display: none;
}

#impressionen .left {
  max-width: 350px;
}

#impressionen .right {
  float: right;
}

#impressionen .right img {
  margin-top: 225px;
}

#slider2 .slick-next, #slider2 .slick-prev {
  left: 100%;
  top: 65px;
  left: auto;
  right: -28px;
}

#slider2 .slick-next {
  top: 100px;
}

#slider2 .slick-prev:before
{
    content: '«';
    font-size: 20px;
    color: #8B704D;
}

#slider2 .slick-prev:after
{
    content: '';
}

#slider2 .slick-next:before
{
    content: '»';
    font-size: 20px;
    color: #8B704D;
}

#slider2 .slick-next:after
{
    content: '';
}

#slider2 .right {
  width: 100%;
  max-width: 100%;
  display: block;
  background-color: #000;
  border-radius: 26px;
  border: 2px solid #8B704D;
  overflow: hidden;
  margin-bottom: 2px;
}

#slider2:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 35px;
  width: 100%;
  height: 100%;
  border: 2px solid #8B704D;
  border-radius: 26px;
}

#slider2 .right img {
  float: none;
  margin: 0 auto;
  width: 100%;
}

#slider2 .slick-dots {
  width: 0 !important;
  top: 125px;
  right: -8px;
}


.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#slider1 .slick-prev, #slider1 .slick-next {
  height: 160px;
  width: 50px;
  margin-top: -15px;
  opacity: .75;
}

#slider1 .slick-prev:hover, #slider1 .slick-next:hover {
  opacity: 1;
}

#slider1 .slick-prev:before
{
    content: '‹';
    font-size: 150px;
    color: #8B704D;
}

#slider1 .slick-prev:after
{
    content: '';
}

#slider1 .slick-next:before
{
    content: '›';
    font-size: 150px;
    color: #8B704D;
}

#slider1 .slick-next:after
{
    content: '';
}

#slider1 .slick-next
{
    left: 100%;
}

#slider1 .slick-prev
{
    left: -50px;
}


.left p {
  text-align: center;
  font-style: italic;
  font-size: 45px;
  color: #8B704D;
}

.left .span {
  font-size: 16px;
  line-height: 26px;
}

#slider1 .left img {
  display: none;
}



/*#kontakt .left, #kontakt .right {*/
.left, .right {
    width: 50%;
    max-width: 50%;
    float: left;
}

#kontakt h3 {
  margin-bottom: 10px;
  color: #8B704D;
}

#kontakt li {
  margin: 0;
  padding: 0;
}

#kontakt li a {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

#kontakt li a span {
  font-style: normal;
  text-decoration: underline;
}

#kontakt .left div {
  clear: both;
}

#kontakt .left #div-mb {
  margin-bottom: 50px;
}

#kontakt .left div input, textarea {
  position: relative;
  background-color: #000;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  width: 85%;
  margin-top: 5px;
  margin-bottom: 15px;
  opacity: 1;
  font-style: italic;
  font-family: 'Old Standard TT', serif;
  font-size: 16px;
  z-index: 1;
  padding:0 3px;
}

#kontakt .left div input {
  height: 30px;
}

#kontakt .left div input:focus, textarea:focus {
    outline: none;
    background-color: #333;
    color: #ccc;
}

#kontakt .right p {
  font-style: italic;
}
    

.pressearchiv ul {
  justify-content: space-between;
  align-content: flex-start;
}

.pressearchiv ul li {
  width: 250px;
  display: flex;
  align-self: start;
  justify-content: space-between;
}

.pressearchiv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pressearchiv ul li {
  width: 260px;
  margin: 10px 10px;
  margin-bottom: 35px;
}

.br {
  display: none;
}

.MB50px {
  margin-bottom: 50px;
}

.map {
  display: block;
  width: 425px;
  height: 378px;
  background-image: url(../img/KR-Anfahrtskizze.svg);
}

.map-en {
  display: block;
  width: 425px;
  height: 378px;
  background-image: url(../img/KR-Map.svg);
}




@media screen and (min-width : 1300px)  {
  .weingut h2:before, h2:before{
    /*width: 50px;*/
    width: 0;
  }
}

@media screen and (max-width : 980px)  {
  .wrapper {
    width: 90%;
    margin: 0 5%;
  }

  .instagram {
    justify-content: space-between;
  }

  .instagram div {
    margin-top: 45px;
    min-height: 415px;
    padding-bottom: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
  }

  .top {
    top: 0;
    width: 90%;
    /*height: 100vh;*/
    display: block;
    position: fixed;
    /*background-color: #fff;*/
    max-width: 900px;
    left: 5%;
    margin-left: 0;
  }

  #impressionen .right ,#slider1 .right {
    display: none;
  }

  #slider1 .left img {
    max-width: 300px;
    width: 65%;
    float: none;
    margin: 0 auto;
    display: block !important;
  }

  #impressionen .clear {
    display: block;
  }

  #impressionen .left {
    float: none;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }

  #impressionen #slider2 .right {
    display: block;
  }

  #etikett h2, #slider1 {
    margin-top: 0;
  }

  #slider1 .left {
    width: 100%;
    max-width: 100%;
  }
  
  .slick-next {
    left: auto !important;
    right: -25px;
  }

  .slick-dots {
    width: 100% !important;
    bottom: -75px !important;
  }


}

@media screen and (max-width : 930px)  {
  .links {
    max-width: 350px;
  }
  .rechts {
    max-width: 50%;
  }
}

@media screen and (max-width : 820px)  {
  .links, .links .half, .tab-content {
    max-width: 100%;
    float: none;
  }
  .rechts {
    max-width: 60%;
    margin: 0 auto;
    float: none;
  }
  
  .slick-prev, .slick-next {
    top: 200px !important;
  }
}

@media screen and (max-width : 750px)  {
  .wrapper {
    width: 90%;
    margin: 0 5%;
  }

  .links, .links .half, .tab-content {
    max-width: 100%;
    float: none;
  }
  .rechts {
    max-width: 60%;
    margin: 0 auto;
    float: none;
  }

  .instagram {
    flex-direction: column;
  }

  .instagram div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #kontakt .left, #kontakt .right {
    padding: 0 5%;
    width: 90%;
    float: none;
    max-width: 100%;
  }

  #kontakt .left div input, textarea {
    width: 100%;
  }

  #kontakt .right {
    margin-top: 50px;
    display: block;
  }

  #kontakt h2 {
    width: 200px;
    margin-bottom: 50px;
  }

  .weingut h2, h2, .pressearchiv h1 {
    font-size: 30px;
    line-height: 65px;
    margin-bottom: 15px;
  }

  li a h3, li h3, .left p {
    font-size: 26px;
  }

  .slick-next {
    left: auto !important;
    right: 0;
  }

  #slider1 .slick-prev {
    left: 0;
    z-index: 10;
  }
}

@media screen and (max-width : 700px)  {
  .rechts {
    display: none;
  }

  .br {
    display: block;
  }

  .link {
    text-align: left;
    padding-left: 10px;
  }
}


@-moz-document url-prefix() {
  .draggable {
    width: 100%;
    max-width: 850px;
  }

  .slick-slide {
    width: 850px;
  }


}

.logout {
    width: 250px;
    height: 50px;
    padding: 10px;
    /* margin: 0 auto; */
    opacity: 1 !important;
    position: relative;
    display: block;
    z-index: 99 !important;
    background-color: #fff;
}