@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
Author: Hoelle Development | www.hoelle.net
Commons Less CSS Library - v 0.7.1
/**/
/* ref: http://www.css3files.com/animation/ */
div {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

}
/* clearfix but group is more semantic */
.group:after {
  content: "";
  display: table;
  clear: both;
}
/****************/
/*** WEBFONTS ***/
/*@import url('https://fast.fonts.com/t/1.css?apiType=css&projectid=687625bd-dde9-47c4-ad4c-29b17ccbd6de');
@font-face{
font-family:'HelveticaNeueW01-77BdCn 692722';
src:url('@{fonts-dir}83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix');
src:url('@{fonts-dir}83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix') format('eot'),url('@{fonts-dir}102ab74c-0e84-4fe5-a17a-b20fb643591a.woff') format('woff'),url('@{fonts-dir}1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf') format('truetype'),url('@{fonts-dir}d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22') format('svg');
}
@font-face{
font-family:'HelveticaNeueW02-47LtCn 694048';
src:url('@{fonts-dir}3fd2c21d-af8b-45be-a1e2-4e7182b7639e.eot?#iefix');
src:url('@{fonts-dir}3fd2c21d-af8b-45be-a1e2-4e7182b7639e.eot?#iefix') format('eot'),url('@{fonts-dir}4d888997-2061-451b-8569-6cee195e9915.woff') format('woff'),url('@{fonts-dir}bc71ac4a-9cc7-4120-a150-788ae80b91ec.ttf') format('truetype'),url('@{fonts-dir}3cf3e566-7fc6-488f-8058-e5eb7ac5dc23.svg#3cf3e566-7fc6-488f-8058-e5eb7ac5dc23') format('svg');
}*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);*/
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('OpenSans-CondLight-webfont.eot');
  src: url('OpenSans-CondLight-webfont.eot?iefix') format('eot'), url('OpenSans-CondLight-webfont.woff') format('woff'), url('OpenSans-CondLight-webfont.ttf') format('truetype'), url('OpenSans-CondLight-webfont.svg#webfont') format('svg');
}
/* WEBFONTS end */
/****************/
html,
body {
  height: 100%;
  width: 100%;
}
body {
  color: #000000;
  font-size: 100%;
  background-color: #ffffff;
  /*@media @media-query-mobile {
		font-size: 130%;
	}*/

}
body * {
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
}
div {
  display: block;
  position: relative;
}
div.hidden {
  display: none;
}
b,
strong {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}
b a,
strong a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}
a {
  text-decoration: none;
  color: #000000;
}
a:focus,
a:hover,
a:active {
  color: #874313;
}
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  /*font-weight: normal; /**/

  color: #874313;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #000000;
}
hr {
  border: 0;
  height: 6px;
  background-color: #000000;
}
.right {
  float: right;
}
.left {
  float: left;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.underline {
  text-decoration: underline;
}
.brown {
  color: #874313;
}
@media screen and (min-width: 641px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .clear-desktop {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .clear-mobile {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    background-image: url('/images/android_bg_fix.png');
  }
}
.gray {
  color: #8f8f8f;
}
.hidden-ie8 {
  display: block;
}
.ie8-only {
  display: none;
}
/*********************/
/*** CUSTOM STYLES ***/
#headline {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  display: none;
}
@media screen and (max-width: 640px) {
  #headline {
    display: block !important;
  }
}
.lt-ie9 #navigation * {
  font-size: 1em !important;
}
#container {
  position: relative;
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #container {
    width: 100%;
    margin: 0;
  }
}
#container * {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
}
#container #main {
  width: 100%;
  height: 600px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px 1px #1a1a1a;
  box-shadow: 2px 2px 10px 1px #1a1a1a;
  behavior: url('/css/PIE/PIE.php');
  background-image: url('/images/background.png');
  background-position: left center;
}
@media screen and (max-width: 640px) {
  #container #main {
    height: auto;
    overflow: auto;
    -webkit-box-shadow: 0 0 0 0 #000000;
    box-shadow: 0 0 0 0 #000000;
    behavior: url('/css/PIE/PIE.php');
    background-image: none;
  }
}
#container #main #left {
  height: auto;
  width: 80px;
}
@media screen and (max-width: 640px) {
  #container #main #left {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #container #main #left {
    display: none !important;
  }
}
#container #main #left #diewinzergoettlesbrunn {
  position: relative;
  top: 30px;
  left: 30px;
  height: 235px;
  width: 29px;
  display: none;
  background-image: url('/images/diewinzer_black.png');
}
#container #main #left #carnuntum {
  position: relative;
  top: 445px;
  left: 30px;
  height: 117px;
  width: 13px;
  display: block;
  background-image: url('/images/carnuntum.png');
}
#container #main #diewinzergoettlesbrunn-overlay {
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 15px;
  left: 425px;
}
@media screen and (max-width: 640px) {
  #container #main #diewinzergoettlesbrunn-overlay {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #container #main #diewinzergoettlesbrunn-overlay {
    display: none !important;
  }
}
#container #main #diewinzergoettlesbrunn-overlay #diewinzergoettlesbrunn {
  width: 350px;
  height: 50px;
  display: block;
  background: none;
}
#container #main #winzer {
  font-size: 0.85em;
  width: 100%;
  position: absolute;
  top: 570px;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  #container #main #winzer {
    top: 0;
    position: relative;
    color: #000000;
  }
}
#container #main div#newsletter {
  position: absolute;
  width: 200px;
  height: 100px;
  right: 0px;
  top: 35px;
  font-size: 0.9em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  #container #main div#newsletter {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #container #main div#newsletter {
    display: none !important;
  }
}
#container #main div#newsletter a {
  color: #000000;
}
#container #main div#newsletter th {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: left;
}
#container #main div#newsletter td.label-error label {
  display: block;
  color: #e4002c;
  font-size: 0.8em;
  font-weight: bold;
}
#container #main #video {
  position: absolute;
  display: block;
  /*left: 40px;*/

  right: 91px;
  top: 114px;
}
@media screen and (max-width: 640px) {
  #container #main #video {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #container #main #video {
    display: none !important;
  }
}
#container #main #video .video {
  display: block;
  height: 70px;
  width: 150px;
  background-image: url('/images/video_lg17.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #container #main #video {
    position: relative;
    margin: 0 auto;
    top: 5px;
    display: block !important;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #container #main #video .video {
    height: 100px;
    width: 200px;
    display: inline-block;
  }
}
#container #main #nv_logo {
  position: absolute;
  left: 610px;
  top: 110px;
  height: 100px;
  width: 150px;
  background-image: url('/images/nv_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #container #main #nv_logo {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #container #main #nv_logo {
    display: none !important;
  }
}
#container #main #weinstrassen-links {
  position: absolute;
  right: 32px;
  top: 80px;
  height: 50px;
  width: auto;
}
@media screen and (max-width: 640px) {
  #container #main #weinstrassen-links {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #container #main #weinstrassen-links {
    display: none !important;
  }
}
#container #main #weinstrassen-links #weinstrasse {
  position: relative;
  height: 45px;
  width: 50px;
  display: block;
  background-image: url('/images/weinstrasse.png');
}
#container #main #weinstrassen-links #weinherbst {
  position: relative;
  height: 44px;
  width: 50px;
  left: 0;
  top: 10px;
  display: block;
  background-image: url('/images/weinherbst.png');
}
#container #main #content {
  position: absolute;
  top: 200px;
  right: 32px;
  height: 360px;
  display: block;
  width: 400px;
  padding: 10px;
  background-image: url('/images/background_transparent.png');
  overflow: auto;
}
#container #main #content a {
  text-decoration: underline;
  color: #000000;
}
#container #main #content a:hover,
#container #main #content a:focus {
  text-decoration: underline;
  color: #874313;
}
#container #main #content h1,
#container #main #content h2,
#container #main #content h3,
#container #main #content h4,
#container #main #content h5,
#container #main #content h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}
#container #main #content b,
#container #main #content strong {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 640px) {
  #container #main #content {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    font-size: 1.3em;
  }
}
#container #main #navigation {
  position: absolute;
  top: 410px;
  left: 34px;
  height: 150px;
  display: block;
  width: 300px;
  padding-right: 10px;
  background-image: url('/images/background_transparent.png');
  column-count: 2;
}
#container #main #navigation ul {
  top: 3px;
  position: relative;
}
#container #main #navigation ul li {
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 5px;
}
#container #main #navigation ul li a.navi_actual {
  color: #874313;
}
@media screen and (max-width: 640px) {
  #container #main #navigation {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 5px 0;
    border-top: 1pt solid #874313;
    border-bottom: 1pt solid #874313;
    font-size: 1.3em;
  }
  #container #main #navigation ul li {
    width: auto !important;
    display: inline-block !important;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding-left: 20px;
  }
}
#container #banner {
  width: 100%;
  position: relative;
  margin-top: 10px;
  display: block;
  background-color: #5c5c5c;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 641px) {
  #container #banner {
    -webkit-box-shadow: 2px 2px 10px 1px #1a1a1a;
    box-shadow: 2px 2px 10px 1px #1a1a1a;
    behavior: url('/css/PIE/PIE.php');
  }
}
div#colorbox {
  overflow: visible !important;
}
form#form_shop {
  width: 96%;
  margin-left: 2%;
}
form#form_shop input {
  font-size: 1em;
}
form#form_shop thead tr td {
  font-weight: 700;
}
form#form_shop tbody tr {
  height: 2em;
  vertical-align: top;
  border-top: 1pt solid #ffffff;
}
form#form_shop tbody tr.total {
  border-top: 3pt solid #ffffff;
}
form#form_shop tbody tr.total td {
  font-weight: 700;
}
form#form_shop td {
  padding: 2px 5px 2px 5px;
}
form#form_shop td:first-child {
  padding-left: 0;
}
form#form_shop td:last-child {
  padding-right: 0;
}
form#form_shop td.winery {
  width: 170px;
}
form#form_shop td.wine {
  width: 230px;
}
form#form_shop td.price {
  width: 30px;
  text-align: right;
}
form#form_shop td.subtotal {
  width: 30px;
  text-align: right;
}
form#form_shop td.amount {
  width: 50px;
  text-align: center;
}
form#form_shop td.amount input {
  font-size: 1em;
}
form#form_shop select#country {
  width: 195px;
  font-size: 1em;
}
form#form_shop fieldset {
  padding-bottom: 5px;
  width: 100%;
}
form#form_shop fieldset:not(.no-float) {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
}
form#form_shop fieldset input {
  font-size: 1em;
}
form#form_shop fieldset input:not([type=submit]):not([type=button]):not([type=checkbox]) {
  width: 80%;
}
form#form_shop input#weiter1 {
  font-size: 1em;
  float: right;
}
form#form_shop input#weiter2 {
  font-size: 1em;
  float: right;
}
/* CUSTOM STYLES end */
/*********************/