/* LAYOUT.CSS WII 
 *
 * AUTHOR:  Thomas D'Ascoli, Alex Marxer GmbH
 * DATE:        26.08.2011
 *
 */

body {
    padding-top: 20px;
    background-color: #bfbfbf;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
}

.layout,
.gallery {
    background-image: url(../upload/img/background.jpg);
    width: 860px;
    height: 635px;
    margin: auto;
    padding-left: 130px;
    padding-right: 30px;

    -moz-box-shadow: 2px 2px 2px #898989;
    -webkit-box-shadow: 2px 2px 2px #898989;
    box-shadow: 2px 2px 2px #898989;
}

.gallery {
    width: 1020px;
    padding-left: 0px;
    padding-right: 0px;
}

/* BASIC LAYOUT */
.picture {
    background-image: url(../upload/img/hg.jpg);
}

#header {
    height: 200px;
}

#header2 {
        position: absolute;
    margin-left: 130px;
}

img.logo {
    margin-left: -20px;
    margin-top: 35px;
}

#start_header {
    height: 310px;
}
#start_content {
    height: 90px;
}
.start_image {
    position: absolute;
    top: 53px;
}
/* for all other browsers */
.start_image {
    margin-left: -240px;
}
/* for safari browser */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .start_image { margin-left: 620px; }
}

#navigation {
    background-color: #000;
    padding-right: 30px;
    text-transform: uppercase;
}

#navigation2 {
        position: absolute;
    background-color: #000;
    padding-right: 30px;
    margin-left: 130px;
    margin-top: 200px;
    text-transform: uppercase;
    width: 860px;
}

#content {
  width: 890px;
  margin: 0 auto;
}

#content-scroll {
  width: 890px;
  height: 390px;
  overflow: hidden;
}

.gallery #content-scroll {
  width: 1020px;
  height: 635px;
  overflow: hidden;
}

.content_page {
    width: 770px;
    float: left;
}
.gallery_page {
  width: 1021px;
  height: 635px;
  float: left;
}
.popup p:hover {
    background-image: url(../upload/img/lupe.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.popup_text {
    position: fixed;
    top: 10px;
    left: 10px;
    border: 2px solid black;
    background-color: silver;
    font-size: 1.2em;
    line-height: 150%;
}

#slider {
  width: 132px;
  height: 6px;
  margin: 5px;
  border: none;
  background: none;
  position: absolute;
  top: 250px;
  margin-left: 148px;
}

.slider-handle {
    border: none;
    background-color: none;
    background-image: url(../upload/img/slider.png);
    background-repeat: no-repeat;
}

.footer {
    margin: auto;
    padding-top: 20px;
    width: 1020px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer img.facebook {
    padding: 0 0 0 20px;
    vertical-align: middle;
}

#player {
    margin-top: 40px;
    float: left;
}

/* HEADLINES */
h1, h2, h3, h4, h5, h6 {
     font-family: 'ProximaNovaLight', Helvetica, Arial, sans-serif;
}

h1 {
    margin-top: 30px;
    height: 80px;
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: normal;
    color: #9f131f;
}

h1.weine {
    padding-top: 30px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: normal;
    color: #9f131f;
}

h1.start_title {
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-size: 2.3em;
    font-weight: normal;
    color: #9f131f;
}

h2, h3, h2.wii_title {
    font-family: 'ProximaNovaSemibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.0em;
    padding: 0;
    margin: -5px 0 0 0;
}

h2.player {
    padding-top: 20px;
}

h2.wii_title {
    text-transform: none;
    margin: 0 0 10px 0; 
}

h3 {
    margin: 3px 5px 0 0;
    float: left;
}

/* GALLERY & VIDEO */
.video,
.gallery_text {
    font-family: 'ProximaNovaLight', Helvetica, Arial, sans-serif;
    margin-top: 260px;
    margin-left: 130px;
    z-index: 0;
}

.video {
    margin-top: 245px;
}

.gallery_bg {
    background-image: url(../upload/img/gallery_bg.png);
    float: left;
    clear: both;
    padding: 0 15px 0 10px;
    margin: none;
    text-transform: uppercase;
    font-size: 2.3em;
    color: #fff;
    z-index: 0;
}

/* ARROWS */
.left_arrow {
    position: absolute;
    top: 283px;
    margin-left: 0px;
    cursor: pointer;
}

.right_arrow {
    position: absolute;
    top: 283px;
    margin-left: 982px;
    cursor: pointer;
}

.next_arrow {
/*
    position: absolute;
    top: 290px;
    margin-left: 852px;
    cursor: pointer;
*/
    position: absolute;
    top: 283px;
    margin-left: 732px;
    cursor: pointer;
}

.back_arrow {
    position: absolute;
    top: 283px;
    margin-left: -130px;
    cursor: pointer;
}

/* NAVIGATION */
a.navigation,
a.navigation:link,
a.navigation:visited,
a.navigation:focus,
a.navigation:hover,
a.navigation:active {
    display: block;
    color: #fff;
    padding: 6px 12px 6px 12px;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
}

a.navigation:focus,
a.navigation:hover,
a.navigation:active,
a.actual,
a.active {
    background-color: #424242;
}

/* FORMS */
form,
.form {
    background-color: #efefef;
    padding: 15px 0 0 15px;
}

.form {
    padding-bottom: 10px;
}

.submit {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    color: #8d8d8d;
    
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #8d8d8d;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    
    padding: 0 10px 0 10px;
    
    position: absolute;
    top: 0px;
    margin-left: 223px;
}

.button {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    color: #8d8d8d;
    
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #8d8d8d;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    
    padding: 0 10px 0 10px;
    margin: 0 0 10px 0;
}

.kaufen,
.kaufen:link {
    color: #8d8d8d;
    height: 20px;
    text-decoration: none;
}
.kaufen:hover,
.button:hover {
    color: #8d8d8d;
    background-color: #ebebe6;
}

label.block {
    float: left;
    width: 80px;
    font-weight: normal;
    padding: 0 0 5px 0;
}
label.klein {
    text-transform: uppercase;
}

input {
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
}

input.inputfeld {
    border: 1px solid #fff;
    width: 230px;
    margin: 0 0 8px 0;
}
input.inputfeld2 {
    border: 1px solid #fff;
    width: 315px;
    margin: 0 0 8px 0;
}
select.inputfeld {
    border: 1px solid #fff;
    width: 50px;
    margin: 0 0 8px 0;
}
input.inputfeld_klein {
    border: 1px solid #fff;
    width: 26px;
    margin: 0 10px 8px 30px;
    text-align: center;
    font-weight: bold;
}

.form_text {
    font-size: 0.9em;
    position: absolute;
    top: 575px;
    margin-left: 345px;
}

/* WII */
.font_size1 {
    font-size: 1.0em;
}
.font_size09 {
    font-size: 0.9em;
    font-weight: normal;
    text-transform: none;
}
.pinot_rot {
    color: #9c121d;
    text-decoration: underline;
}
.pinot_orange {
    color: #f48662;
    text-decoration: underline;
}
.chardonnay {
    color: #6a8e79;
    text-decoration: underline;
}
.suesswein {
    color: #e6a913;
    text-decoration: underline;
}
.schaanpanier {
    color: #70b5cb;
    text-decoration: underline;
}

.wii {
    text-decoration: none;
    cursor: pointer;
}

.wii_info {
    vertical-align: -4px;
    margin-right: 6px;
}

a.pinot_rot,
a.pinot_orange,
a.chardonnay,
a.suesswein,
a.schaanpanier {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 10px 5px;
    line-height: 100%;
    font-weight: bold;
    font-size: 1.3em;
    height: 60px;
}

a.pinot_rot,
a.pinot_rot:link,  
a.pinot_rot:visited,
a.pinot_rot:focus, 
a.pinot_rot:hover, 
a.pinot_rot:active  {
    display: block;
    border-top: 2px solid #9c121d;
    color: #9c121d;
}
a.pinot_orange,
a.pinot_orange:link,  
a.pinot_orange:visited,
a.pinot_orange:focus, 
a.pinot_orange:hover, 
a.pinot_orange:active  {
    display: block;
    border-top: 2px solid #f48662;
    color: #f48662;
}
a.chardonnay,
a.chardonnay:link,  
a.chardonnay:visited,
a.chardonnay:focus, 
a.chardonnay:hover, 
a.chardonnay:active  {
    display: block;
    border-top: 2px solid #6a8e79;
    color: #6a8e79;
}
a.suesswein,
a.suesswein:link,  
a.suesswein:visited,
a.suesswein:focus, 
a.suesswein:hover, 
a.suesswein:active  {
    display: block;
    border-top: 2px solid #e6a913;
    color: #e6a913;
}
a.schaanpanier,
a.schaanpanier:link,  
a.schaanpanier:visited,
a.schaanpanier:focus, 
a.schaanpanier:hover, 
a.schaanpanier:active  {
    display: block;
    border-top: 2px solid #70b5cb;
    color: #70b5cb;
}

/* HOVER */
a.pinot_rot_selected,
a.pinot_rot:hover, 
a.pinot_rot:active  {
    border-top: 2px solid #fff;
    color: #fff;
    background-color: #9c121d;
}
a.pinot_orange_selected,
a.pinot_orange:hover, 
a.pinot_orange:active  {
    border-top: 2px solid #fff;
    color: #fff;
    background-color: #f48662;
}
a.chardonnay_selected,
a.chardonnay:hover, 
a.chardonnay:active  {
    border-top: 2px solid #fff;
    color: #fff;
    background-color: #6a8e79;
}
a.suesswein_selected,
a.suesswein:hover, 
a.suesswein:active  {
    border-top: 2px solid #fff;
    color: #fff;
    background-color: #e6a913;
}
a.schaanpanier_selected,
a.schaanpanier:hover, 
a.schaanpanier:active  {
    border-top: 2px solid #fff;
    color: #fff;
    background-color: #70b5cb;
}

img.wii_popup {
    margin: 0 15px 0 5px;
    float: left;
    height: 130px;
}

div.wii_popup {
    padding-left: 50px;
}

.wii_title {
    text-transform: uppercase;
    font-size: 1.5em;
    padding-bottom: 20px;
}

.wii_title b {
    font-family: 'ProximaNovaSemibold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-right: 5px;
}

.wii_text {
    height: 185px;
}

.span-wii {
    float:left;
    margin-right:10px;
    width:75px;
}
// POPUP
#backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}
.popupContact{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:384px;
    width:408px;
    background:#f7ebec;
    z-index:2;
    padding:12px;
    font-size:1.1em;
    line-height: 150%;
}
.popupContactClose{
    cursor: pointer;
    text-decoration:none;
    font-size:14px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#000;
    font-weight:700;
    display:block;
}