@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html, body
{
    margin:0px;
    padding:0px;
}
body
{
    background-color: white;
    color: black;
    font-family: 'Roboto', sans-serif;
}
td
{
    vertical-align:top;
}
.wrapper{
    max-width: 1016px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px;
}
#logo{
    text-align: center;
    width: 100%;
}
#derbuschlogo{
    width: 500px;
    height: auto;
    margin: 30px;
    z-index: 100;
}
#navigation{
    text-align: center;
}
#navigation ul{
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
#navigation li{
    display: inline-block;
    padding: 0 40px 0 40px;
    border-left: 1px solid black;
    line-height: 18px;
}
#navigation li:first-child{
    border-left: none;
}
#navigation li a:link, #navigation li a:visited{
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}
#navigation li a:hover, #navigation li a.active{
    color: #f3911e;
    border-bottom: 1px solid black;
}
#headerimage{
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    z-index: 1;
    white-space: nowrap;
}
#headerimage .picture{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#headerimage .picture.active {
    z-index: 3;
}
#cta1{
    background-color: #F2F4E5;  
    color: black;
    width: 325px;
    vertical-align: middle;
    position: absolute;
    top: 395px;
    right: 0px;
    z-index: 1000;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 30px 10px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#cta1 h4{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
#cta2{
    background-color: #f3911e;  
    color: black;
    width: 350px;
    vertical-align: middle;
    position: absolute;
    top: 510px;
    right: 0px;
    z-index: 1000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px 10px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;  
}
#cta2 a:link, #cta2 a:visited{
    display: block;
    color:  white;
    font-size: 34px;
    font-weight: bold;
    text-decoration: none;
}
#cta2 a:hover{
    color: black;
}
#main_content{
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}
#content{
    margin-top: -22px;
    background-color: white;
    min-height: 500px;
    padding: 40px;
}
#content h1{
    color: #f3911e;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 35px;
}
#content h2{
    color: #5a693c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 30px;
}
#content h3{
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 25px;
}
#content a[href]:link, #content a[href]:visited{
    color: #f3911e;
    text-decoration: none;
}
#content a[href]:hover{
    text-decoration: underline;
}
#content hr{
    border: none;
    border-top: 2px dotted #f3911e;    
}

#content .CMSImage{
    max-width: 95%;    
}

#content iframe{
    max-width: 95%;
    overflow: hidden; 
}

/*********** GALERIE **********/
.widget_gallery_main_container{
    text-align: center;
}
.widget_gallery_container{
    position: relative;
}

.widget_gallery_container:hover .gallery_left a, .widget_gallery_container:hover .gallery_right a{
    display: block;
}

.widget_gallery_container .gallery_left a{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    box-sizing: border-box;
    width: 50%;
    display: none;
    opacity: 0.6;
}
.widget_gallery_container .gallery_left a img{
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -20px;
}

.widget_gallery_container .gallery_right a{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    box-sizing: border-box;
    width: 50%;
    display: none;
    opacity: 0.6;
}
.widget_gallery_container .gallery_right a img{
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -20px;
}
.widget_gallery_container .gallery_left a:hover, .widget_gallery_container .gallery_right a:hover{
    opacity: 1;       
}

.widget_gallery_main_container .big_img img{
    margin: 0px;
    width: 920px;
}
.widget_gallery.little_images{
    padding: 0px 30px;
    max-height: 81px;
    overflow-x: hidden;
}
.widget_gallery.little_images img{
    margin: 11px;
    height: 50px;
    width: auto;
    opacity: 0.6;
}
.widget_gallery.little_images img:hover{
    opacity: 1;
}



#footer{
    background-color: #f3911e;
}
#weinblatt1{
    width: 160px;
    height: auto;
    margin-top: -250px;
    margin-right: 0px;   
    float: right;
    transform: scalex(-1);
}
#weinblatt2{
    width: 160px;
    height: auto;
    margin-top: 100px;
    margin-left: 0px; 
    float: left;
}
#box1{
    color: black;
    font-size: 11px;
    width: 300px;
    padding: 20px 0 0 0;
    float: left;
}
#box1 a[href]:link, #box1 a[href]:visited{
    color: black;
    text-decoration: none;
}
#box1 a[href]:hover{
    text-decoration: underline;
}
#box2{
    font-size: 11px;
    width: 400px;
    padding: 20px 5px 0 0;
    float: right;
    text-align: right;
}
#box2 ul{
    margin: 0px;
    padding: 0;
}
#box2 li{
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid black;
    line-height: 12px;
}
#box2 li:first-child{
    border-left: none;
    padding-left: 0;
}
#box2 li:last-child{
    padding-right: 0;
}
#box2 li a:link, #box2 li a:visited{
    font-size: 11px;
    color: black;
    text-decoration: none;
}
#box2 li a:hover, #box2 li a:active{
    color: black;
}
#box3{
    color: #222222;
    font-size: 9px;
    text-align: right;
    padding: 100px 0 10px 0;
}
#box3 a[href]:link, #box3 a[href]:visited{
    color: #222222;
    text-decoration: none;
}
#box3 a[href]:hover{
    text-decoration: underline;
}

.hidden{
    display: none;
}

@media (max-width: 1200px) {
    #weinblatt2 { opacity: 0.3; }
}

#shop_content {
    margin-top: -22px;
    background-color: white;
    min-height: 500px;
    padding: 40px;
}
#shop_content .content {
    border-bottom: 1px dotted #f3911e;
    padding: 30px 0px 50px 0px;
}

#shop_content table.registration th
{
    text-align:left;
    padding-top: 30px;
}

#shop_content .article_container {
    border-left: 1px dotted #f3911e;
    float: right;
    width: 700px;
    padding-left: 40px;
}
#shop_content .collection_list {
    width: auto;
    float:right;
}
#shop_content .title {
    margin: 10px 0px 10px 0px; 
    color: #5a693c;
    font-weight: 100;
    font-size: 20px;

} 
#shop_content .amount input {
    width: 40px;
    text-align:right;
    border: none;
    border-bottom: 1px dotted lightgrey;
    font-size: 130%;
    margin-left: 20px;
}
#shop_content .article .amount:after {
    content: "x  ";
    position: relative;
}
#shop_content .button_container {
    margin-top: 50px;
}

#shop_content .button {
    background-repeat: no-repeat;
    background-color: #F0F0F0;
    padding: 10px;
    border-radius: 10px;
}

#shop_content .button.left {
    float:left;
    background-image: url("/images/v_1/zurueck.gif");
    background-position: left 12px;
    padding-left: 23px;
}
#shop_content .button.right {
    float:right;
    background-image: url("/images/v_1/weiter.gif");
    background-position: right 12px;
    padding-right: 23px;
}
#shop_content .price {
    font-size: 130%;
}
#shop_content .into_shopping_cart
, #shop_content .change_amount 
, #shop_content .delete_from_cart 
, #shop_content .add_voucher 
{
    border-radius: 10px;
    border: none;
    height: 45px;
    width: 45px;
}
#shop_content .into_shopping_cart img
, #shop_content .change_amount img
, #shop_content .delete_from_cart img
, #shop_content .add_voucher img
{
    width: 25px;
    height: 25px;
}
#shop_content .content.shopping_cart .sc_table th
{
    font-weight:bold;
    border-bottom:1px dotted #EE7F00;
}

#shop_content .content.shopping_cart .sc_table tr.shipping_costs td
{
    border-top:1px dotted #EE7F00;
    padding:10px 3px;
}
#shop_content .content.shopping_cart .sc_table tr.subtotal td, #shop_content .content.shopping_cart .sc_table tr.total td
{
    font-weight:bold;
    border-top:1px dotted #EE7F00;
    padding:10px 3px;
}

#shop_progress_bar{
    width: 1016px;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    padding-top: 30px;
}
#shop_progress_bar li{
    font-size: 20px;
    display: inline-block;
    padding: 0 20px 0 10px;
    line-height: 22px;
    list-style-type: none;
}
#shop_progress_bar li:nth-child(1n+2):before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}


#shop_progress_bar li a[href]:link, #shop_progress_bar li a[href]:visited{
    font-size: 20px;
    color: black;
    text-decoration: none;
}
#shop_progress_bar li a[href]:hover, #shop_progress_bar li.active{
    font-size: 20px;
    color: #f3911e;
    border-bottom: 1px solid black;
}
#shop_progress_bar li.active a:link, #shop_progress_bar li.active a:visited{
    font-weight: bold;
    text-decoration: underline;
}
#cookiemessage{
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    display:none;
    font-size: 13px;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid #f3911e;
    border-right: 1px solid #f3911e;
    border-left: 1px solid #f3911e;
}
#cookiemessage .content{
    box-sizing: border-box;
    margin: 0px auto;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}
#cookiemessage p{            
    display: inline;
    padding: 10px 15px;
    vertical-align: middle; 
    width: 100%;    
    color: #000;
}
#cookiemessage button{
    padding: 5px 30px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #5a693c;
}
#cookiemessage a{
    text-decoration: none;
    color: #f3911e;
}

#cookiemessage a:hover{
    text-decoration: underline;	
    color: #f3911e;
}

#cookieMoreInfoText{
    padding: 10px;
    color: #000;
    text-align: justify;
}


@media only screen and (max-width: 1500px) {
    .wrapper{ max-width: 1200px; }
    #headerimage{ height: 450px; }
    #cta1{ top: 370px; }
    #cta2{ top: 485px; }
    #weinblatt1{ display: none; }
    #weinblatt2{ display: none; }

}

@media only screen and (max-width: 1300px) {
    .wrapper{ max-width: 1000px; }
    #derbuschlogo{ width: 450px; }
    #headerimage{ height: 400px; }
    #cta1{ top: 345px; }
    #cta2{ top: 460px; }

}

@media only screen and (max-width: 1100px) {
    .wrapper{ max-width: 900px; }
    #derbuschlogo{ width: 400px; }
    #navigation li{ padding: 0 30px 0 30px; }
    #headerimage{ height: 350px; }
    #cta1{ top: 320px; }
    #cta2{ top: 435px; }

}

@media only screen and (max-width: 1000px) {
    .wrapper{ max-width: 800px; }
    #derbuschlogo{ width: 350px; }
    #navigation li{ padding: 0 20px 0 20px; }
    #headerimage{ height: 300px; }
    #cta1{ display: none; }
    #cta2{ display: none; }
}

@media only screen and (max-width: 900px) {
    .wrapper{ max-width: 700px; }
    #derbuschlogo{ width: 300px; }
    #navigation li{ padding: 0 10px 0 10px; }
    #box1{ float: none; width: unset; text-align: center; }
    #box2{ float: none; width: unset; text-align: center; }
    #box3{ padding: 30px 0 30px 0; text-align: center; }

}

@media only screen and (max-width: 800px) {
    .wrapper{ max-width: unset; }
    #derbuschlogo{ max-width: 80%; }
    #navigation li{ display: block; padding: 10px 10px 10px 10px; }
}
