a {
    text-decoration: none;
}

.thumbs {
    display: inline-block;
    margin-top: 4px;
}

.thumbramen img {
    display: block;
    width: 100%;
    height: auto;
    margin:auto;
    margin-top: auto;
    margin-bottom: auto;
}

.thumbramen {
    float: left;
    overflow: hidden;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 50px;
    height: 50px;
    padding:3px;
    border: 1px solid #999;
    background-color: #FFF ;
}

.play {
    display:block;
    background: url(https://www.w-zone.ch/upload/icons/youtube25.png) center center no-repeat;
    margin: -20px 0px 0 0; height: 25px; position: relative; z-index: 100; opacity: 0.8; filter: alpha(opacity=80);
}

.main-wrapper {
    display: inline-block;
    width: 100%;
    height: 500px;

}
.main-img {
    width: auto;
    max-height: 500px;
}


#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}

.gallerywkbutton a, .gallerymorebutton a, .gallerywishbutton a {
    display: block;
    width: 100%;
    height: 25px;
    padding-top: 2px;
    color: white;
    font-size: 18px;
}

.footermenu-ul ul {
    margin-top: 5px;
    padding-left: 0px;
    font-size: 12px;
    list-style-type: none;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#zipcode {
    position: absolute;
    margin-left: -10000px;
}


@media (max-width: 767px) {
    .mobileoff {
        display: none;
    }
    .main-wrapper {
        height: 350px;
    }
    .main-img {
         max-height: 350px;
     }
}

@media (max-width: 479px) {
    .mobileoff {
        display: none;
    }
    .main-wrapper {
        height: 250px;
    }
    .main-img {
        max-height: 250px;
    }
}


.versandoption_Box {
    border-radius: 3px;
    margin-top: 5px;
    padding: 15px;
    background-color: white;
    text-align: left;
}
.versandoption_Box ul {
    padding: 0px;
    width: 100%;
    list-style-type: none;
}
.versandoption_Box  li a {
    border-radius: 3px;
    padding-left: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 100%;
    position: relative;
    text-decoration: none;
    display: block;
    background-image: url(../images/icons/radio-uncheck.png);
    background-repeat: no-repeat;
    color: #0274C8;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #0391FD;
    background-position: 5px;
}
.versandoption_Box li a:hover {
    text-decoration: none;
    background-image: url(../images/icons/radio-uncheck-hover.png);
    background-repeat: no-repeat;
    background-position: 5px;
    background-color: #e8e8e8;
}
.versandoption_Box #select a {
    background-image: url(../images/icons/radio-check.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-position: 5px;
}
.versandoption_Box #select a:hover {
    background-image: url(../images/icons/radio-check-over.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-position: 5px;
}


.firstname {
    position:absolute;
    top:-1080px;
}

.margintop20 {
    margin-top: 20px;
}

/*###########################################
#                                           #
#    TABELLE Technische Details             #
#                                           #
###########################################*/

#mytable { width: 100%; padding: 0; margin: 0; border-top: 2px solid #fff; border-bottom: 1px solid #151821; }
#mytable caption { color: #7b7b7b; font-size: 11px; text-align: left; }
#mytable th { color: #fff; font-size: 11px; font-weight: bold !important; font-style: normal; font-variant: normal; line-height: normal; background-color: #383838; background-image: url(./images/tech-Tables/clip.gif); background-repeat: no-repeat; background-position: left center; text-transform: uppercase; text-align: left; padding: 4px 4px 4px 20px; }
#mytable th.spec { color: #fff; font-weight: bold; font-style: normal !important; font-variant: normal !important; line-height: normal !important; background-color: #e99449; text-align: left; padding-left: 12px; border-bottom: 1px solid #fff; }
#mytable th.specalt { color: #fff; font: bold 11px; background-color: #adadad; background-image: none; padding-left: 12px; border-bottom: 1px solid #fff; border-top-style: none; }
#mytable td.mytable { border-bottom: 1px solid #fff; padding: 5px 6px 5px 12px; color: #383838; font-size: 11px; background-image: url(./images/tech-Tables/bullet1.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; text-indent: 8px; }
#mytable td.mytablealt { border-bottom: 1px solid #fff; background: #e9e9f0 url(./images/tech-Tables/bullet2.gif) no-repeat; padding: 5px 6px 5px 12px; color: #383838; font-size: 11px; }
