/* eric meyer's css reset: */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* form.css */

form {
    position: relative;
}

fieldset {
    padding: 10px;
    /* -webkit-box-shadow: 2px 4px 4px rgba(0,0,0,0.7); */
}

form div {
    clear: left;
}

form div.error {
    background-color: #ff9999;
}

form div label {
    float: left;
    display: block;
    width: 240px;
    padding-top: 5px;
    padding-right: 10px;
    text-align: right;
}

form fieldset div label {
    width: 186px;
}

form div.constraint_required label:after {
    position: absolute;
    top: auto;
    left: auto;
    padding-left: 3px;
    content: "*";
    color: red;
}

span.error_message {
    float: right;
    color: red;
    padding: 5px 0px 0px 4px;
}

/*
   hide the delete checkbox but show a delete icon
*/
div.delete_checkbox {
    /*
    height: 16px;
    background: url(/static/images/delete.png) top right no-repeat;
    */
}

div.delete_checkbox input[type="checkbox"] {
    display: none;
}

/*
   repeatable fields
*/
div.repeatable_fields {
    position: relative;
    min-height: 20px;
}

div.repeatable_fields + div.repeatable_fields {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dashed black;
}

div.repeatable_fields img.button {
    position: absolute;
    top: 4px;
    right: 10px;
}

/*div.repeatable_fields:nth-child(2n+1) {
    background-color: #ffffff;
}

div.repeatable_fields:nth-child(1) {
    background-color: yellow;
}*/
/* site.css */
/* formatting hint:

   total width: 980px

   -- since 2009-08-19
   left: 300 -> 400px
   -- was before:
   topnav: left: 300px, top: 50px, height: 20px, width: 680px
   subnav: left: 300px, top: 50px, height: 20px, width: 680px
   content: min-height: 500px
   left margin: 306 px




/****************** global page layout */
body { /* the whole page is centered */
    text-align: center;
}

#page { /* the centered container for a page */
    margin: 0 auto;
    /* border-right: 20px solid #ffffff;
       border-left: 20px solid #ffffff; */
    width: 980px;
    text-align: left;
    color: #696969;
}

@media screen and (max-device-width: 1024px) {
    /* some exceptions for mobile devices */
    #page {
        border-right: 20px solid #ffffff;
        border-left: 20px solid #ffffff;
    }
}

#header {
    position: relative;
    margin-top: 20px; /* 21.1.2010, was: 50px; */
    margin-bottom: 30px;
    top: 0;
    left: 0;
    height: 100px;
}

ul#topnav {
    position: absolute;
    top: 48px;
    left: 400px;
    width: 580px;
    height: 20px;
    padding-left: 3px;
    /* background-color: #dddddd; */
}

ul#topnav li {
    float: left;
    margin-right: 20px;
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}

li a {
    text-decoration: none;
    color: #696969;
}

ul#subnav,
ul#addnav {
    /*position: absolute;
    top: 70px;
    left: 300px; */
    margin-left: 400px;
    width: 580px;
    height: 20px;
    padding-left: 3px;
    /* margin-bottom: 6px; */
    /* background-color: #dddddd; */
}

ul#subnav li,
ul#addnav li {
    float: left;
    margin-right: 10px;
    padding: 3px;
    font-size: 12px;
}

#content {
    position: relative;
    clear: both;
    width: 980px;
    min-height: 580px;
    font-size: 12px;
    line-height: 140%;
    margin-top: 10px;
    /* border-top: 1px solid black; */
}

#content .container_text {
    margin-left: 406px;
}

#content .container_image {
    margin-top: 20px;
    margin-left: 20px;
}

#content .background_image {
    /*position: absolute;
    top: 0;
    left: 0; */
    float: left;
}

#footer {
    position: relative;
    clear: both;
    height: 20px; /* was: 60px; */
    margin-top: 25px;
    /* border: 1px dotted #777777; */
}

#footer img.foot {
    position: absolute;
    top: -46px;
    left: 20px;
}

#footer div.logos {
    position: absolute;
    top: -5px;
    left: 150px;
}

#footer div.logos img {
    margin-right: 8px;
}

ul#bottomnav {
    position: absolute;
    top: 20px;
    left: 0;
    width: 577px;
    height: 20px;
    padding-left: 406px;
    /* background-color: #dddddd; */
    
}

ul#bottomnav li {
    float: left;
    margin-right: 10px;
    padding: 3px 3px;
    font-size: 12px;
}

li a.selected {
    font-weight: bold;
    color: #c8cc5b;
}

/****************** general settings */
h1 {
    font-size: 150%;
    margin-bottom: 1em;
    clear: both;
}

.small,
.small div {
    font-size: 12px;
}

h2 {
    font-weight: bold;
}

.small h2 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: uppercase;
}


div.container_text img.image_left, div.container_text div.image_left {
    position: absolute;
    top: auto;
    left: 0;
}

div.container_text div.image_left .imgtext {
    clear: both;
    position: absolute;
    top: auto;
    left: 0;
    width: 355px;
    padding-top: 30px;
}

div.block {
    width: 574px;
    clear: both;
    margin-top: 20px;
    font-size: 125%;
    line-height: 140%;
}

div.block div {
    line-height: 140%;
}

div.block a.image_left,
div.block a.image_top_left,
div.block img.image_left,
div.block img.image_top_left,
div.block div.image_left,
div.block div.image_top_left {
    float: left;
    padding: 0 6px 6px 0;
}

div.block a.image_right,
div.block a.image_top_right,
div.block img.image_right,
div.block img.image_top_right,
div.block div.image_right,
div.block div.image_top_right {
    float: right;
    padding: 0 0 6px 6px;
}

div.block a.image_left + h2,
div.block a.image_left + div,
div.block a.image_right + h2,
div.block a.image_right + div,
div.block img.image_left + h2,
div.block img.image_left + div,
div.block img.image_right + h2,
div.block img.image_right + div {
    clear: both;
}

/* div.block img.image_left:after,
div.block img.image_right:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
} */



div.block img.image_bot_left { /* possible? */ }
div.block img.image_bot_right { /* possible? */ }

div.block div.image_left a.video,
div.block div.image_top_left a.video,
div.block div.image_right a.video,
div.block div.image_top_right a.video {
    position: static;
}

div.block div.image_left .video_arrow,
div.block div.image_top_left .video_arrow,
div.block div.image_right .video_arrow,
div.block div.image_top_right .video_arrow,
div#content div.video_arrow {
    position: static;
    margin: 20px 0 -87px 45px;
    top: auto;
    left: auto;
}

div.block img.image_bottom {
    margin: 10px 0 10px 0;
}

div.block .left_margin {
    float:left;
    position: relative;
    left: -300px;
    top: -30px;
    margin-right: -200px;
    margin-bottom: -40px;
}

#content a,
#content a:hover,
#content a:link,
#content a:visited {
    font-weight: bold;
    color: #696969;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
    color: #888888;
}

a.video {
    position: absolute;
}

a.video .video_arrow {
    position: absolute; 
    height: 70px; 
    width: 49px; 
    top: 50px;
    left: 100px; 
    background-image: url(/static/images/video_arrow.gif);
    z-index: 10;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

a.video:hover .video_arrow {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a.video .video_frame {
    position: absolute; 
    top: 0; 
    left: 0;
    width: 250px;
    height: 200px;
    z-index: 5;
}
a.video .video_thumbnail {
    padding: 10px 20px;
}

div.tourvideo {
    float: left;
    height: 120px;
    width: 135px;
}

/****************** intro page */
#intropage {
    position: absolute;
    top: 80px;
    left: 80px;
}

#intropage img.logo {
    position: absolute;
    top: 0;
    left: 320px;
    width: 210px;
    height: 60px;
}

#intropage div.video {
    position: absolute;
    left: 60px;
    top: 130px;
    width: 720px;  /* QT: 640px; */
    height: 434px; /* QT: 360px; */
    border1: 1px solid #696969;
    padding1: 4px;
}

#mute_sound {
    position: absolute;
    top: 650px;
    left: 462px;
    width: 200px;
    height: 60px;
    text-align: right;
}

#skip_intro {
    position: absolute;
    top: 650px;
    left: 662px;
    width: 200px;
    height: 60px;
    text-align: right;
}

/****************** home page */
#content div.home_intro,
#content div.home1,
#content div.home2,
#content div.home3,
#content div.home4,
#content img.home1,
#content img.home2,
#content img.home3 {
    position: absolute;
    font-size: 14px;
    line-height: 130%;
}

#content div.home_intro {
    top: 0;
    left: 0;
    width: 400px;
}

#content div.home1 {
    top: 60px;
    left: 0;
    width: 360px;
    height: 400px;
    overflow: hidden;
}

#content div.home1 div {
    margin-bottom: 10px;
    width: 250px;
}

#content div.home2 {
    top: 0;
    left: 406px;
    width: 574px;

}

#content div.home3 {
    top: 460px;
    left: 406px;
    width: 550px;
}

#content div.home3 div.text {
    position: absolute;
    left: 150px;
    top: 50px;
}

#content div.home4 {
    top: 500px;
    left: 670px;
    width: 240px;
}

#content img.home1 {
    top: 60px;
    left: 70px;
}

#content img.home2 {
    top: 0;
    left: 406px;
}

#content img.home3 {
    top: 490px;
    left: 400px;
}

#articles {
    position: absolute;
    left: 0;
    top: 300px;
    width: 574px;
    z-index: 50;
    background-color: #fff;
    padding-top: 10px;
}

#article1 {
    width: 350px;
    float: left;
}

#article2 {
    width: 200px;
    float: right;
}

#img_morph {
    width: 574px;
}

#img_morph #img1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#img_morph #img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

/****************** the drawn line with wines */

#winecontainer { /* a container to avoid a scroll bar */
    position: absolute;
    top: 0;
    left: -50px; /* was: 0; */
    width: 1080px; /* was: 980px; */
    height: 550px;
    overflow: hidden;
}

#winelist { /* a whole list of wines - clipping its inside */
    position: absolute;
    top: 0;
    left: 0; /* was: 0 */
    width: 1080px; /* was: 980px */
    height: 550px;
    clip:rect(0px 1080px 550px 0);
    z-index: 10;
}


#winelist div.scroll_right { /* right scrolling area */
    position: absolute;
    top: 190px; /* was: 0; */
    right: 0px; /* was: 0 */
    width: 100px; /* was: 50px */
    height: 100%;
    background-color: white;
    z-index:99;
}

#winelist div.scroll_left { /* left scrolling area */
    position: absolute;
    top: 190px; /* was: 0; */
    left: 0px; /* was: 0 */
    width: 100px; /* was: 50px */
    height: 100%;
    background-color: white;
    z-index:99;
}

#winelist .scroll_right img {
    margin-top: 130px; /* was: 330px; */
    /* margin-left: -40px; */
    opacity: 0.5; /* was: 0.8; */
}

#winelist .scroll_left img {
    margin-top: 130px; /* was: 330px; */
    opacity: 0.5; /* was: 0.8; */
}

#winelist .curtain { /* making everything invisible */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 100;
}

/*#winelist img.baseline {
    position: absolute;
    top: 450px;
    left: 0;
}*/

#winelist div.collection { /* groups of wines */
    position: absolute;
    top: 275px;
    left: 0;
    width: 3000px; /* larger than ever expected */
    height: 100px;
    /* text-align: center; */
}

#winelist div.bigcollection { /* enlarged group of wines */
    position: absolute;
    top: 160px; /* was: 75px */
    left: 0;
    width: 980px;
    height: 300px;
    text-align: center;
}

#winelist div.collection div.group { /* a list of (small) bottles */
    /* display: inline; */
    float: left;
    height: 300px;
    margin-top: -250px;
    padding-top: 250px;
}

#winelist div.bigcollection div.group { /* a list of (big) bottles */
    display: inline;
}

#winelist img.small_bottle {
    position: relative;
    bottom: 0;
    margin: 0;
    cursor: pointer;
}

#winelist img.space_arrow {
    padding: 0 1px 0 1px;
    float: left;
    padding-top: 100px;
}

#winelist div.winespacer {
    float: left;
    width: 32px;
    height: 40px;
}

#winelist .detail { /* a zoomed detail view of a single wine */
    position: absolute;
    top: 0;
    left: 250px;
    width: 600px;
    height: 600px;
    background-color: #ffffff;
    z-index: 200;
}

#winelist div.collection .detail { /* shifted up inside a collection */
    top: -355px;
}

#winelist div.bigcollection .detail {
    top: -155px;
}

#winebuy {
    position: absolute;
    top: -16px; /* was: 572px; */
    left: 408px;
    height: 40px;
}

/*a.yellow,
a.yellow:hover,
a.yellow:active,
a.yellow:selected {
    color: #c8cc5b;
    text-decoration: none;
}*/

/* #winebuy a:hover {
    text-decoration: underline;
    color: #888888;
} */

#winedetail {
    position: absolute;
    top: 0;
    left: 280px;
    z-index: 200;
}

#winedetail .detail .text { /* the text block in the right */
    position: absolute;
    top: 150px;
    left: 130px;
    width: 450px;
    height: 420px;
}

#winedetail .detail .text .artnr,
#winedetail .detail .text .name,
#winedetail .detail .text .info {
    text-align: left;
    font-size: 12px;
    color: #696969;
    margin-bottom: 6px;
}

#winedetail .detail .text .artnr {
    font-size: 10px;
}

#winedetail .detail .text .name {
    font-weight: bold;
}

#winedetail .detail .image { /* the zoomed image in the left */
    position: absolute;
    /*top: 0;*/
    bottom: -580px;
    left: -50px;
    width: 180px;
    /*height: 600px;*/
    text-align: center;
}

#winedetail .detail div.go_prev {
    position: absolute;
    top: 230px;
    left: -200px;
}

#winedetail .detail div.go_next {
    position: absolute;
    top: 230px;
    right: -700px;
}

#winedetail .detail div.go_prev img,
#winedetail .detail div.go_next img {
    opacity: 0.5;
}


#winedetail .alternatives {
    position: absolute;
    left: 130px;
    bottom: -590px;
    width: 420px;
}

#winedetail .alternatives div {
    float: left;
    margin-right: 10px;
    padding: 5px;
    border1: 1px solid #CCC;
    width1: 110px;
    height: 110px;
    text-align1: center;
    cursor: pointer;
}

#winedetail1 .alternatives div img {
    margin: 0 auto;
}

#winedetail .alternatives div:hover {
    border1: 1px solid #000;
}

#winedetail hr {
    width: 300px;
}

/****************** videos as popup */
#curtain { /* dim the whole page */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */ /* wrong -- will be set by js */
    z-index: 500;
    background-color: #ffffff;
}

div.videocontainer {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 0;
    height: 0;
    z-index: 1000;
}

/* Video groesse: 720 x 396 bzw. 320 x 180 (eigentl. 176) */
div#videopopup {
    position: absolute;
    top: 0;
    left: -380px;
    width: 760px;  /* QT: 640px; */
    height: 436px; /* QT: 380px; */
    border: 2px solid #696969;
    padding: 4px;
    background-color: #ffffff;
    text-align: right;
    -webkit-box-shadow: 0 0 50px #000;
    -moz-box-shadow: 0 0 50px #000;
    box-shadow: 0 0 50px #000;
}

div#videopopup.small {
    left: -200px;
    width: 360px;
    height: 236px;
}

div.videoheader {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;  /* was: 720px, QT: 640px; */
    height: 20px;
    text-align: right;
}

div#videopopup .video {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 720px;
    height: 396px;
}

div#videopopup.small .video {
    width: 320px;
    height: 176px;
}


div#videopopup .video #videoplayer, /* the JS-generated player */
div#videopopup .video .video_container { /* our iFrame -- DEPRECATED, remove soon */
    width: 100%;
    height: 100%;
    border: none;
    border-style: none;
}


div#videopopup a {
    padding-top: 20px;
    text-decoration: none;
    color: #696969;
}

/****************** press page */
#content .press {
    
}

#content .press .presscontainer {
    position: relative;
    float: left;
    width: 270px;
    padding-right: 50px;
    margin-bottom: 60px;
}

#content .press .presscontainer a {
    float:left;
}

#content .block .left_margin .download_icons {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    *top: 120px; /* for IE 6+7 */
}

#content .block .left_margin a.download_icon {
    position: absolute;
    top: -30px;
    left: 5px;
    
}
#content .press .presscontainer a.download_icon {
    position: absolute;
    top: 150px;
    left: 185px;
}

#content .block .left_margin a.link_icon {
    position: absolute;
    top: -80px;
    left: 5px;
}

#content .press .presscontainer a.link_icon {
    position: absolute;
    top: 200px;
    left: 185px;
}

#content .press .presscontainer h2 {
    clear: both;
}

/****************** gallery = download */
#content .gallery {
    background-color: yellow;
}

#content .gallery .gallerycontainer {
    position: relative;
    float: left;
    width: 270px;
    padding-right: 50px;
    margin-bottom: 60px;
}


#content .gallery .gallerycontainer div.download_icons {
    float: right;
    width: 75px;
    padding-right: 15px;
    text-align: center;
}

#content .gallery img.thumbnail {
    border: 1px solid #c8cc5b;
    width: 174px;
    height: 174px;
    padding: 2px;
}
/*
#gallery div.image {
    width: 120px;
    height: 120px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #444444;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -webkit-border-radius: 6px;
}

#gallery div.image img.thumbnail {
    position: absolute;
    top: 20px;
    left: 20px;
}

#gallery div.image span {
    position: absolute;
    top: 100px;
    left: 10px;
}

#gallery div.image a {
    position: absolute;
    top: 100px;
    left: 100px;
}
*/

/****************** contact sheet */
/* CAUTON: some form definitions from form.css redefined... */
#gmap {
    position: absolute;
    left: 0;
    top: auto;
}

#contact, #businesshour {
    margin-left: 406px;
    width: 540px;
    font-size: 125%;
}

#businesshour {
    position: absolute;
    top: 500px;
    left: 0;
}

#contact form {
    width: 380px;
}

#contact label {
    text-align: left;
    width: 110px;
}

#contact div {
    padding-bottom: 5px;
}

#contact .text input, #contact textarea {
    border: 1px solid rgb(200, 204, 91);
    width: 250px;
}

#contact .error.text input, #contact .error textarea {
    border-color: red;
}

#contact form div.error {
    background-color: #fff;
}

#contact span.error_message {
    float: none;
}

#contact .submit input {
    margin-left: -11px;
    width: 85px;
    background: #fff url('/static/images/arrow_small_submit.png') no-repeat 65px 2px;
    border: 0 solid #fff;
    font-weight: bold;
    color: #c8cc5b;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-position: 62px 2px\9; /* IE */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #contact .submit input { margin-left: -5px; background-position: 62px 2px; }
}

#address{
    float: right;
}

#address, #gmap, #mailsent, .imgtext,  #completetour .text {
    font-size: 125%;
    line-height: 140%;
}

#mailsent {
    margin-left: 406px;
}

/****************** Presse */

hr {
    height: 1px;
    color: #c8cc5b;
    background-color: #c8cc5b;
    border: 0;
    margin: 20px 0 10px 0;
}

/****************** Rundgang */

#completetour {
    position: absolute;
    top: 0; /* was: 490px; */
    left: 406px;
    width: 300px;
    z-index: 500;
}

#completetour .text {
    position: absolute;
    top: 0px;
    left: 150px;
    width: 300px;
    /* padding: 0px 0px 0px 300px;
    z-index: 5010; */
}

#tourcontainer {
    height: 600px;
}

#tourcontainer div.collection {
    position: absolute;
    top: 0;
    left: 100px;
    width: 3000px;
}

#tourlist {
    position: absolute;
    top: 160px; /* was: 0 */
    left: 0;
    width: 980px;
    height: 460px;
    clip: rect(0 980px 560px 0);
    z-index: 10;
    overflow: hidden;
}

#tourlist .block {
    float: left;
    width: 360px;
    clear: none;
    margin: 0 20px 0 0;
}

#tourcontainer .scroll_right {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    height: 100%;
    z-index:99;
}

#tourcontainer .scroll_left {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 100%;
    z-index:99;
}

#tourcontainer .scroll_right img, #tourcontainer .scroll_left img {
    padding-top: 250px;
}
