/*--------------------------------------
/*         FRISCHEIS WEBSHOP
/*-------------------------------------

/* GENERAL STUFF ---------------------------------------------------- */

/* colors:
   orange-light : #d24600;
   orange: #a83300;
   grey-light: #696969
   grey: #555555
   blue-light: #00aaff
   blue: #007fff
   */

@font-face {
    font-family: HelveticaNeueRoman;
    src: url(/website/static/fonts/helveticaneue-webfont.woff);
    src: url(/website/static/fonts/fontscore.com_h_helvetica-neue-lt-std-55-roman.ttf);
    src: url(/website/static/fonts/fontscore.com_h_helvetica-neue-lt-std-55-roman.svg);
    src: url(/website/static/fonts/fontscore.com_h_helvetica-neue-lt-std-55-roman.eot);
}


::-moz-selection {
    background: #d24600;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d24600;
    color: #fff;
    text-shadow: none;
}

html {
    /* height: 100%;*/
    /* display: block;
     position: relative;*/
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}
html:before {
    content: '';
    width: 50%;
    height: 98px;
    border-bottom: 2px solid #d24600;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 50%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #fefefe), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fefefe 50%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fefefe 50%, #f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fefefe 50%, #f1f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #fefefe 50%, #f1f1f1 100%); /* W3C */
    -webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.3);
}

html.ie9:before,
html.lt-ie9:before {
    background: url(/website/static/img/modernizr_img/html_bg.jpg) left top repeat-x;
}


html:after {
    content: '';
    width: 50%;
    height: 60px;
    border-bottom: 2px solid #d24600;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #3c3c3c;
    overflow-y: scroll;
}
body #grey {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    background: #bfbdbd;
    background: rgba(0,0,0,0.6);
    opacity: 1;
    z-index: 50;
    display: none;
    cursor: pointer;
}
body.bgGrey #grey {
    display: block;
}
html.touch body.bgGrey #grey,
html.safari body.bgGrey #grey {
    position: fixed !important;
    width: 3000px !important;
    height: 2000px !important;
}
html.no-opactiy body:before { display: none; }
html.no-opactiy body.bgGrey:before { display: block; }
body:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 50%;
    display: block;
    top: 0;
    height: 100px;
    margin-left: -1px;
    -webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.3);
}


a { color: #333; text-decoration: none; outline: none;  }
a:hover { color: #d24600; text-decoration: none;  }
p {
    line-height: 20px;
    margin: 5px 0;
}
button { border: none; }
button.button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
}
button.button.send { margin: 10px; }
/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, "sans serif";

}
h1 {
    font-size: 37px;
    line-height: 37px;
    font-weight: lighter;
}
h1 strong { font-weight: bold; }
h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;

}
h3, h3 a {
    color: #d24600;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0;


}
h4, h4 a {
    font-family: arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #333333;
    margin: 10px 0 5px 0;
}

h1.portalheadline {
    font-family: 'Arimo', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    color: #3c3c3c;
    position: absolute;
    right: 0;
    top: 30px;
    display: block;
    float: right;
    width: 100%;
}


.wrapper {
    width: 1280px;
    display: block;
    margin: 0 auto;
}


.goToLink {
    cursor: pointer;
}

/* HEADER -------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
#header {
    display: block;
    height: 100px;
    background: #ffffff;
    position: relative;
    background: url(/website/static/img/headerBg.png) 0 0 no-repeat;
    z-index: 98;
}

#header .customer-mode {
    position: absolute;
    top: 73px;
    right: 580px;
    color: #d24600;
    text-transform: uppercase;
    font-weight: bold;
}

#logo {
    position: absolute;
    left: 50px;
    /*top: 15px;*/
    top: 15px;
    width: 101px;
    height: 66px;
    display: block;

    /*-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
    transition-delay: 0s;
    -moz-transition-delay: 0s; /* Firefox 4 */
    -webkit-transition-delay: 0s; /* Safari and Chrome */
    -o-transition-delay: 0s; /* Opera */
}

/* dropdown teaser */
.dropDownTeaser {
    width: 482px;
    position: relative;
    top: -22px;
    min-height: 500px;
    float: right;
    padding: 15px;
    display: block;
    background: #f4f4f4; /* Old browsers */
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f4f4f4 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f4f4f4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f4f4f4 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f4f4f4 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f4f4f4 0%,#ffffff 100%); /* W3C */
}


.dropDownTeaser.half {
    min-height: 246px;
    clear: right;
    margin-bottom: 3px;
}

.dropDownTeaser .teaserBgImage {
    position: absolute;
    bottom: 0;
    right: 50px;
}
.dropDownTeaser.half .teaserBgImage {
    right: 30px;
}
.lt-ie9 .dropDownTeaser {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.dropDownTeaser h2  {
    color: #3c3c3c;
    margin: 0 0 20px 0;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    width: 60%;
    font-size: 34px;
    line-height: 38px;
}

.dropDownTeaser.half h2 {
    width: 220px;
}

.dropDownTeaser h3  {
    margin: 10px 0;
    width: 200px;
    font-size: 14px;
}

/* registration header */
#registrationHeader {
    position: absolute;
    right: 50px;
    top: 14px;
    color: #666666;
}

/* search header */
#searchWrapper {
    position: absolute;
    left: 194px;
    top: 21px;
}
#searchWrapper input {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 10px;
    outline: none;
    border: none;
    float: left;

}

#searchWrapper .inputWrapper {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

#searchWrapper .searchCat {
    color: #b1b1b1;
    width: 194px;
    padding-left: 43px;
    height: 30px;
    line-height: 26px;
    background: url(/website/static/img/mainSprite.png) no-repeat 0 -208px;
    -webkit-appearance: none;
    border: none;
    outline: none;
}


#searchWrapper .inputWrapper .lens,
#searchWrapper .inputWrapper .arrow {
    background: url(/website/static/img/mainSprite.png) no-repeat -136px -208px;
    width: 20px;
    height: 20px;
    position: absolute;
}
#searchWrapper .inputWrapper .lens { top: 5px; left: 18px; }
#searchWrapper .inputWrapper .arrow {
    top: 13px;
    right: 7px;
    background-position: -168px -208px;
    width: 9px;
    height: 5px;
}

#searchWrapper .searchItem {
    padding: 4px 0 4px 8px;
    width: 377px;
    height: 22px;
    line-height: 14px;
    background: url(/website/static/img/searchBG.png) repeat-x 0 0;
}

#searchWrapper .searchItemStandalone {
    border-left: 1px solid #d6d6d6;
}

#searchWrapper .whiteGreyGradient {
    width: 80px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-background-clip: padding-box; background-clip: padding-box
}

/* HEADER SEARCH AUTOCOMPLETE LIST */
ul.ui-autocomplete {
    margin: 0;
    padding: 10px 0;
    width: 384px !important;
    list-style-type: none;
    /*  display: block !important;*/
    font-family: arial;
    background: #fff;
    margin-top: -1px;
    margin-left: -2px !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border: none;
    outline: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    clear: both;
}
ul.ui-autocomplete:before {
    content: '';
    width: 384px;
    height: 10px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: -6px;
}

ul.ui-autocomplete li {
    color: #787878;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 0 5px 10px;
}
ul.ui-autocomplete li:hover {
    background: #f3f3f3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
ul.ui-autocomplete li a {
    color: #1e1e1e;
}





#smallShoppingInfo {
    z-index: 1200;}

#smallShoppingInfo,
#smallFavoritesInfo {
    position: absolute;
    right: 45px;
    top: 101px;
    width: 220px;
    display: block;
    /*min-height: 180px;*/
    background: #fff;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.4);
    display: none;
}
#smallShoppingInfo .top,
#smallFavoritesInfo .top {
    color: #fff;
    background: #d24600;
    padding: 15px;
    margin: 0;
}
#smallShoppingInfo .bottom,
#smallFavoritesInfo .bottom {
    color: #000;
    background: #d24600;
    padding: 5px 15px 10px 15px;
    margin: 0;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    background-image:    -moz-linear-gradient(top, #eeeeee, #ffffff);
    background-image:      -o-linear-gradient(top, #eeeeee, #ffffff);
    background-image:         linear-gradient(to bottom, #eeeeee, #ffffff);
}



/* -- */


/*  --------------------------------------------------------------------CONTENT--------------*/
/* ------------------------------------------------------------------------------------------*/
#main {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding: 30px 0;
    min-height: 300px;
    z-index: 10;

}


.ipad #main {
    width: 1180px;
}


figure.headerImage, #headerimageSlideshow {
    position: relative;
    height: 400px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;

}

#headerimageSlideshow {
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    width: 1450px;
}
.no-padding-top {
    padding-top: 0 !important;
}

/* ---------------------------------------------------------------------- PORTAL-----------*/
.portalOffer {
    position: absolute;
    left: 0;
    top: -140px;
    /*  background: #d25000;
      background: rgba(210,80,0,0.85);*/
    color: #fff;
    width: 280px;
    height: 145px;
    padding: 30px 30px 25px 30px;
   /* font-family: HelveticaNeueRoman, sans-serif;*/
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 39px;
    z-index: 10;
    background: -moz-linear-gradient(top,  rgba(210,80,0,0.7) 0%, rgba(210,80,0,1) 50%, rgba(210,80,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,80,0,0.7)), color-stop(50%,rgba(210,80,0,1)), color-stop(100%,rgba(210,80,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(210,80,0,0.7) 0%,rgba(210,80,0,1) 50%,rgba(210,80,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(210,80,0,0.7) 0%,rgba(210,80,0,1) 50%,rgba(210,80,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(210,80,0,0.7) 0%,rgba(210,80,0,1) 50%,rgba(210,80,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(210,80,0,0.7) 0%,rgba(210,80,0,1) 50%,rgba(210,80,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d25000', endColorstr='#d25000',GradientType=0 ); /* IE6-9 */



}

.portalOffer strong { position: relative; }
.portalOffer sup {
    font-size: 20px;
}
.portalOffer:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    background: none;
    border-left: 29px solid transparent;
    border-bottom: 59px solid #fff;
    line-height: 54px;
}
.portalOffer span {
    position: absolute;
    left: 30px;
    bottom: 25px;
    font-family: arial;
    font-size: 15px;
    line-height: 15px;
    text-transform: none;
}



/* ---------------------------------------------------------------------- TEASERS-----------*/

.teaser {
    position: relative;
    display: block;
    width: 230px;
    padding: 0 0 15px 0;
    margin: 0 20px 20px 0;
    height: 250px;
    float: left;
    overflow: hidden;
}
.teaser.boxShodow:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
}
#main.portal .teaser {
    margin-bottom: 50px;
}

.teaser figure {
    margin: 0;
    display: block;
    padding: 0;
    overflow: hidden;
}
.teaser.withBgImg figure {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.teaser.withBgImg .teaser-text {
    position: absolute;
    z-index: 10;
}

.teaser.width460 {
    width: 430px;
}

.teaser.right {
    float: right;
    margin: 0 0 20px 0;
}


.teaser figure img {
    /*float: right;*/
    display: block;
    margin: auto;
}

.teaser h3 {
    font-family: 'HelveticaNeueRoman', sans-serif;;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin: 0 15px 0 15px;
    color: #d24600;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
}
.teaser h4.category {
    clear: both;
    font-family: arial;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    margin: 0 15px 0 15px;
}

.teaser.withBgImg h4.category {
    margin-bottom: 0;
}

.teaser.withBgImg h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    margin-top: 1px;
}
.teaser.withBgImg.width460 h3 {
    font-size: 30px;
    margin-top: 2px;
    width: auto;
    line-height: 40px;
}



/* -------------------------------------------------------------ADDITIONAL CLASSES-----------*/
/* ------------------------------------------------------------------------------------------*/

/* standard nav lists */
.list, .list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list > li { float: left; }

.text-right { text-align: right; }
.text-left { text-align: left; }

/* gradients ------------ */
.whiteGreyGradient {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #ebebeb 50%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#ebebeb), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#ebebeb 50%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#ebebeb 50%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#ebebeb 50%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#ebebeb 50%,#d6d6d6 100%); /* W3C */
}
/*.ie9 .whiteGreyGradient,
.lt-ie9 .whiteGreyGradient {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d6d6d6',GradientType=0 );
}*/







/* FOOTER ----------------------------------------------------------------------------------------------------------- */
#footer {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 50px;
    clear: both;
    border-top: 2px solid #d24600;
    z-index: 9;
}
#footer .footerInner {
    width: 1180px;
    position: relative;
    margin: 0 auto;
    display: block;
    /*height: 170px;*/
}
#footer .footerInner .claim {
    color: #fff;
    padding: 0 47px 0 16px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 10px solid transparent;
    border-bottom: 20px solid #d24600;
    height: 0;
    line-height: 21px;
    display: inline-block;
    position: absolute;
    right: -50px;
    top: -21px;
}

#footer .footerInner .footerInnerList {
    float: left;
    width: 220px;
    margin-right: 20px;
}
#footer .footerInner .footerInnerList.last {
    margin: 0;
}
#footer .footerInner .footerInnerList.first {
    clear: left;
}
.footerInnerList h3,
.footerInnerList h3 a {
    font-weight: normal;
    margin: 18px 0 13px 0;
    color: #333;
    font-size: 16px;
}
.footerInnerList ul li {
    float: none;
    display: block;
}
.footerInnerList ul li {
    position: relative;
}
.footerInnerList ul li a:before {
    width: 10px;
    height: 20px;
    display: block;
    content: ' ';
    background: url(/website/static/img/mainSprite.png) no-repeat -245px 6px;
    position: absolute;
    left: 0;
}
.footerInnerList ul li a {
    padding: 1px 0 1px 15px;
    display: block;
}

#footerAddress {
    font-size: 12px;
    width: 1180px;
    position: relative;
    clear: both;
    margin: 0 auto;
    padding-top: 15px;
}
#footerAddress .contact  {
    clear: both;
    float: left;
    margin: 0 25px 0 0;
    color: #666666;
}

#footerAddress ul li a  {
    margin-right: 25px;
    line-height: 20px;
}


/* scroll 2 top */
#gotoTop {
    position: fixed;
    left: 50%;
    margin-left: -590px;
    bottom: 15px;
    display: none;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #d24600;
    cursor: pointer;
    width: 67px;
    padding-top: 45px;
    background: url(/website/static/img/mainSprite.png) no-repeat -136px -456px;
    z-index: 950;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}
#gotoTop.bottom180 { bottom: 180px; }
#gotoTop.notVisible { visibility: hidden; }
body.portal #gotoTop { display: none !important; }


/* warenkorb overflay ---------------------------------------*/
#basketOverlay,
.overlayWrapper {
    display: none;
    position: relative;
}
.overlayWrapper,
.overlay {
    width: 615px;
    background: #fff;
    z-index: 9999 !important;
}
.overlay-close {
    position: absolute;
    right: 30px;
    top: 30px;
    text-indent: -998877px;
    background: url(/website/static/img/mainSprite.png) no-repeat -88px -384px;
    width: 20px;
    height: 20px;
    display: block;
}

#basketOverlay {
    width: 700px;
}

.overlayWrapper h2,
#basketOverlay h2 {
    margin: 30px 0 10px 30px;
    font-weight: lighter;
    font-size: 24px;
}

.overlayWrapper ul li,
#basketOverlay ul li {
    display: block;
    width: 100%;
    padding: 12px 0;
    line-height: 22px;
}
.overlayWrapper ul li.first,
#basketOverlay ul li.first {
    background: none;
    padding: 10px 0 3px 0;
    margin-bottom: 3px;
}
.overlayWrapper ul li.last,
#basketOverlay ul li.last {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.overlayWrapper ul li.first div,
#basketOverlay ul li.first div {
    line-height: 25px;
}

.overlayWrapper ul li div,
#basketOverlay ul li div {
    display: inline-block;
    float: left;
}
.overlayWrapper ul li div.basketName,
ul li div.basketName,
#basketOverlay ul li div.basketName {
    padding-left: 30px;
    width: 220px;
}
ul li div.basketChangedate,
#basketOverlay ul li div.basketChangedate {
    position: relative;
    padding-left: 10px;
    width: 130px;
    color: #999999;
}

ul li.first div.basketChangedate { color: #3c3c3c; }
#basketOverlay ul li.first div.basketChangedate,
ul li:first-child div.basketChangedate { color: #3c3c3c; }
.overlayWrapper ul li div.basketChangedate .delIcon,
ul.orderRelease li div.basketChangedate .delIcon,
#basketOverlay ul li div.basketChangedate .delIcon, .delIcon.default {
    position: absolute;
    right: 14px;
    top: -4px;
    background: url(/website/static/img/mainSprite.png) no-repeat -120px -384px;
    width: 30px;
    height: 30px;
}
.delIcon.default {
    position: relative;
    top: auto;
    left: auto;
    float: left;
}
ul li div.basketTotal,
#basketOverlay ul li div.basketTotal {
    margin-right: 10px;
    width: 90px;
    font-weight: bold;
    font-size: 18px;
}
#basketOverlay ul li.first div.basketTotal { font-weight: normal; font-size: 14px; }
.overlayWrapper ul li.first div.basketTotal { font-weight: normal; font-size: 14px; }
ul li.first div.basketTotal { font-weight: normal; font-size: 14px; }
.overlayWrapper ul li button,
ul.orderRelease li button,
#basketOverlay ul li button {
    float: right;
    margin-right: 30px;
    padding: 7px 10px;
    color: #fff;
}

.overlayWrapper ul li button:hover,
button.button.gradientGreyGrey.send:hover,
ul.orderRelease li button:hover,
#basketOverlay ul li button:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #e15000;

}
.overlayWrapper ul li .hint,
#basketOverlay ul li .hint {
    clear: both;
    color: #cc0000;
    margin-left: 30px;
    display: block;
    padding-top: 5px;
}
.overlay > p, .overlay ul p {
    padding: 5px 30px;
}



#addNewBasket {
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 120;;
    float: left;
    margin: 10px 0 20px 30px;
    padding: 7px 9px;
}
#addNewBasket:hover,
.overlayWrapper .submit:hover,
#saveNotice:hover,
#sendRelease:hover,
#main .newUser:hover,
.jqi button:hover,
#saveNewBasketName:hover,
.userInfoWrapper .right button:hover,
.chooseCart:hover,
.sendButton:hover,
.agbAndOrder .shoppingButton:hover,
button.button:hover,
.basketButtonWrapper .shoppingButton:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
#saveAddress,
#saveUser {
    margin: 25px 15px 5px 0;
}

.newBasketName {
    display: inline-block;
    float: left;
    position: relative;
    left: -120px;
    background: #e2e2e2;
    margin-top: 10px;
    z-index: 10;
}
.newBasketName .newName {
    border: 1px solid #e15000;
    height: 28px;
    padding: 0 7px;
    width: 5px;
}
#saveNewBasketName {
    color: #fff;
    padding: 7px 9px;
}

.newBasketName.opened {
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.newBasketName.opened .newName {
    width: 257px;
    margin-left: -2px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* OVERLAY NOTICE */
.overlayWrapper h2 + div {
    padding: 10px 30px;
    margin-bottom: 5px;
}
.overlayWrapper input[type="submit"] {
    margin: 25px 15px 5px 0;
}
#saveNotice,
.overlayWrapper .submit {
    margin: 5px 15px 15px 30px;
    color: #fff;
    padding: 7px 9px;
    border: none;
}
#formNoticeOverlay {
    padding: 10px 0;
}
.overlayWrapper label {
    width: 168px;
    display: block;
    float: left;
    padding-top: 5px;
}
.overlayWrapper textarea {
    width: 360px;
    height: 100px;
    resize: none;
    padding-left: 8px;
    border: none;
    padding: 4px 0 4px 8px;
    line-height: 22px;
    background: #f0f0f0;
    outline: none;
}
.overlayWrapper input[type="text"], .overlayWrapper input[type="password"] {
    width: 360px;
    margin-bottom: 10px;
    padding-left: 8px;
    border: none;
    height: 22px;
    padding: 4px 0 4px 8px;
    line-height: 22px;
    background: #f0f0f0;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4) inset;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4) inset;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.overlayWrapper form {
    padding: 10px 0;
}
select.multipleSelect {
    outline: none;
    background: #f0f0f0;
    padding: 5px;
    width: 368px;
    height: 98px;
}
select.styled {
    outline: none;
    background: #f0f0f0;
    padding: 5px;
    width: 368px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 4px;
    height: 30px;
    line-height: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/website/static/img/selectStandardBgIcon.png) 97% 55% no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4) inset;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4) inset;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    border: none;
}

.overlayWrapper select {
    margin-bottom: 10px;
}

#userForm .selectBox-dropdown {
    background: #f0f0f0;
    margin-bottom: 9px;
}

/* DIALOG ----------------------------------------------*/
#dialog {
    z-index: 800;
}

/* order - release */
ul.list.orderRelease li:first-child { background: #e2e2e2; }
ul.list.orderRelease li:first-child > * {
    font-weight: bold;
}
ul.list.orderRelease li {
    display: block;
    clear: both;
    padding: 14px 10px;
    width: 100%;
}
ul.list.orderRelease li div {
    float: left;
}
ul.list.orderRelease li div.basketUser {
    padding-left: 30px;
    width: 220px;
}
ul.list .center {
    text-align: center;
    width: 70px;
}
ul.orderRelease li button { float: left; margin-right: 0; margin-left: 30px; }
ul.orderRelease li button { margin-top: -5px; }

ul li div.basketChangedate { padding-right: 30px; }
ul.orderRelease li div.basketChangedate .delIcon { right: 30px; top: -7px; }


/* -------------------------------------------------------------------------- USER ADMINISTRATION */
.userInfoWrapper {
    padding: 15px;
    width: 100%;
    float: right;
    clear: right;
    border: 1px solid #e1e1e1;
}
.userInfoWrapper aside.right,
.userInfoWrapper .userRightsOverview {
    float: right;
    margin-left: 30px;
}

/* userRightsoverview info */
.userInfoWrapper .userRightsOverview {
    border-radius: 5px;
    background: #f1f1f1;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
}

.userInfoWrapper .userRightsOverview ul li {
    float: none;
    margin: 0 5px 0 25px;
    font-size: 10px;
    list-style-type: circle;
    font-weight: bold;
    width: 150px;
}

#userForm select {
    margin-bottom: 10px;
    font-size: 14px;
}
.userInfoWrapper .userEditButton,
.userInfoWrapper .deleteUserButton,
.userInfoWrapper .userRightsButton {
    padding: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: right;
    clear: right;
    margin-bottom: 10px;
}
.userInfoWrapper .deleteUserButton {
    position: relative;
    padding-left: 27px;
}
.userInfoWrapper .deleteUserButton:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    color: #fff;
    background: url(/website/static/img/mainSprite.png) -232px -416px no-repeat;
    width: 16px;
    height: 16px;
}

#userRightsForm table {
    width: 100%;
    display: table;
}
#userRightsForm table tr td {
    background: #d2d1d1;
    padding: 7px 5px;
    border: 1px solid #696868;
}
#userRightsForm table tr td.center { text-align: center; }
#userRightsForm table tr:hover td {
    background: #f0f0f0;
}



/* NAVIGATION */
nav.userAdminNav { overflow: auto; }
nav.userAdminNav ul li {
    margin-right: 12px;
}
nav.userAdminNav ul li a {
    padding-left: 10px;
    background: url(/website/static/img/mainSprite.png) no-repeat -250px -12px;
}
nav.userAdminNav ul li.active a {
    font-weight: bold;
}

/*newUser*/
#main button.newUser {
    margin: 15px 0;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 11px;
    color: #fff;
}

/* productDetail tooltip */
.dVSarticle .infoBox {
    background: #fff;
    border: 1px solid #dcdcdc;
    line-height: 29px;
    color: #3c3c3c;
    position: relative;
    z-index: 1;
}
.dVSarticle .infoBox img {
    float: left;
    margin-left: 5px;
}
.dVSarticle .infoBox span.text {
    display: block;
    padding-left: 10px;
}

.dVSarticle .tooltip {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 6px;
    top: 3px;
    z-index: 100;
}
.dVSarticle .tooltip a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/website/static/img/mainSprite.png) no-repeat -46px -535px;
    overflow: hidden;
    text-indent: -9999px;
}
.dVSarticle .tooltip a:hover {
    background-position: -46px -566px;
}
.dVSarticle .tooltip a:hover + .tooltipCont {
    display: block;
}
.dVSarticle .tooltipCont {
    display: none;
    width: 250px;
    background: #cccccc;
    padding: 3px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    right: 7px;
    top: 37px;
    z-index: 100;
    padding: 3px;
}
.dVSarticle span.tooltip_corner {
    display: block;
    position: absolute;
    bottom: -14px;
    right: 0;
    background: url(/website/static/img/mainSprite.png) no-repeat -80px -536px;
    width: 19px;
    height: 17px;
}
.dVSarticle .tooltipCont_inner {
    background: #fff;

    padding: 15px;
}
.dVSarticle .tooltipCont h4 {
    font-weight: normal;
    margin: 0 0 8px 0;
}
.dVSarticle .tooltipCont p {
    margin: 0;
    color: #787878;
    line-height: 18px;
}

/* PRODUCTSTABLE  --------------------------------------- */
table.productTable{
    width:100%;
    background:#fff;
    color:#3c3c3c;
}

table.productTable th{
    height:30px;
    border:1px solid #dcdcdc;
    text-align:left;
    padding-left:10px;
    font-weight:bold;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */
    vertical-align: middle;
}

table.productTable td {
    height: 22px;
}

table.productTable th.th1{
    width:205px
}

table th .relPos{
    position:relative;
    float:left;
}

table.productTable th .tooltip{
    top:-1px;
    font-weight:normal;
}


table.productTable td{
    border:1px solid #dcdcdc;
    padding:4px 0 4px 10px
}





/* FIXED NAVIGATION -------------------------------------------------------------------------------------------------*/

html.fixed:before,
html.fixed:after {
    position: fixed;
    top: -60px;
    background: #fff;
}
html.touch.fixed:before,
html.touch.fixed:after {
   position: absolute;
}
html.safari.fixed:before,
html.safari.fixed:after {
    display: none ;
}

html.fixed body:after {
    position: fixed;
    top: -60px;
}

html.fixed .wrapper {
    position: fixed;
    left: 50%;
    margin-left: -640px;
    z-index: 140;
    height: 100px;
}

html.fixed #header {
    display: block;
    height: 100px;
    margin-top: -60px;
    background: #ffffff;
    position: relative;
    background: url(/website/static/img/headerBg_redux_left.png) -10px bottom no-repeat;
    z-index: 98;
}
html.has-cookie-policy:before, html.has-cookie-policy:after, .has-cookie-policy body:after {
    top: 67px;
}
html.has-cookie-policy.fixed:before, html.has-cookie-policy.fixed:after, .has-cookie-policy.fixed body:after {
    top: -60px;
}

html.fixed.has-cookie-policy #header {
    margin-top: -127px;
}

html.has-header-alert:before, html.has-header-alert:after, .has-header-alert body:after {
    top: 26px;
}
html.fixed.has-header-alert:before, html.fixed.has-header-alert:after, html.fixed .has-header-alert body:after {
    top: -60px;
}
html.fixed.has-header-alert #header {
    margin-top: -86px;
}

html.has-header-alert.has-cookie-policy:before, html.has-header-alert.has-cookie-policy:after, html.has-header-alert.has-cookie-policy body:after {
    top: 93px;
}
html.fixed.has-header-alert.has-cookie-policy:before, html.fixed.has-header-alert.has-cookie-policy:after, html.fixed.has-header-alert.has-cookie-policy body:after {
    top: -60px;
}
html.fixed.has-header-alert.has-cookie-policy #header {
    margin-top: -153px;
}

html.fixed #contentWrapper {
    margin-top: 80px;
}

#metaNavBG {
    display: none;
}
html.fixed #metaNavBG {
    position: absolute;
    right: 0;
    background: url(/website/static/img/headerBg_redux_right.png) left 2px no-repeat;
    width: 200px;
    height: 42px;
    display: block;
    top: 58px;
}
html.fixed #metaNavBG:after {
    content: ' ';
    width: 400px;
    display: block;
    height: 38px;
    background-color: #fff;
    position: absolute;
    left: 200px;
    top: 2px;
    border-top: 2px solid #d24600;
}
html.fixed #metaNavBG:before {
    content: ' ';
    width: 285px;
    display: block;
    height: 38px;
    background-color: #fff;
    position: absolute;
    left: -285px;
    top: 2px;
    border-bottom: 2px solid #d24600;
}
.lt-ie9 #metaNavBG {
    display: none !important;
}
html.lt-ie9.fixed .countrySelection {
    height: 36px !important
}
html.lt-ie9.fixed #header {
    background: url(/website/static/img/headerBg_redux_left.png) -10px bottom repeat-x !important;
}
#logo.redux {
    top: 61px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


html.fixed #breadCrumbs {
    position: relative;
    float: left;
    margin: 64px 10px 10px 180px;
}
html.fixed .itemsCountResult {
    position: relative;
    float: left;
    margin: 64px 10px 10px 10px;
}
html.fixed .itemsCountResult.displayNone {
    display: none;
}

/* leftColumn */
#leftColumn.fixed {
    position: fixed;
    margin-top: 35px;
}

#contentWrapper.fixed {
    margin-left: 240px;
}



/* Object-classes  ---------------------------------------------------------------------------------------------------*/

.invisible { display: none; }
/* COLORS styles ..  */
.orange { color: #d24600;  }
.bold { font-weight: bold;  }
.left { float: left; }
.right { float: right; }
.ov_auto { overflow: auto; }
.twelve_px { font-size: 12px; line-height: 16px !important; }
.clear { clear: both; }
.shadowTop:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 10px;
    width: 100%;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.3) inset;
    box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.3) inset;
}


.textField {
    width: 360px;
    margin-bottom: 10px;
    padding-left: 8px;
    border: none;
    height: 22px;
    padding: 4px 0 4px 8px;
    line-height: 22px;
    font-size: 14px;
    background: #f0f0f0;
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4) inset;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4) inset;
}


/*.opacity_02 {
    opacity: 0.8;
}*/

#cover { z-index: 300 !important; }

.roundedCorners {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box; background-clip: padding-box;
}
.roundedCornersLeftTopBottom {
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}
.roundedCornersRightTopBottom {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.roundedCornersBottom {
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}
.roundedCornersTop {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

.gradientGreyGrey {
    background-color: #696969;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#696969), to(#555555));
    background-image: -webkit-linear-gradient(top, #696969, #555555);
    background-image:    -moz-linear-gradient(top, #696969, #555555);
    background-image:      -o-linear-gradient(top, #696969, #555555);
    background-image:         linear-gradient(to bottom, #696969, #555555);
}

.gradientWhiteGrey {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 50%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f9f9f9), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 50%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1');
}
/*.lt-ie9 .gradientWhiteGrey,
.ie9 .gradientWhiteGrey {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); *//* IE6-9 *//*
}*/

.gradientSoftGreyToWhite {
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #fafafa 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(50%,#fafafa), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#fafafa 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f0f0 0%,#fafafa 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#fafafa 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f0f0 0%,#fafafa 50%,#ffffff 100%); /* W3C */
}
.lt-ie9 .gradientSoftGreyToWhite,
.ie9 .gradientSoftGreyToWhite {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.gradientOrangeOrange {
    background-color: #e15000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e15000), to(#d24600));
    background-image: -webkit-linear-gradient(top, #e15000, #d24600);
    background-image:    -moz-linear-gradient(top, #e15000, #d24600);
    background-image:      -o-linear-gradient(top, #e15000, #d24600);
    background-image:         linear-gradient(to bottom, #e15000, #d24600);
}



.boxShodow {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
}

.boxShodowInset {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4) inset;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4) inset;
}
.borderGrey {
    outline: 1px solid #e1e1e1 !important;
}
.borderOrange {
    outline: 1px solid #d24601 !important;
}


.lightGrey { color: #969696; }

.colorIcon {
    position: absolute;
    left: 8px;
    bottom: 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #d6d6d6;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-background-clip: padding-box; background-clip: padding-box;
}
.colorIcon:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    display: inline-block;


    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-background-clip: padding-box; background-clip: padding-box;
}
.colorIcon.green:after {
    background: #43cd15;
}
.colorIcon.yellow:after {
    background: #f7c600;
}
.colorIcon.orange:after {
    background: #FF8811;
}
.colorIcon.grey:after {
    background: #fff;
}




/* PROMPT-ALERT-CONFIRM REPLACEMENT */
/*
------------------------------
	Impromptu
------------------------------
*/
.jqifade{
    position: absolute;
    background-color: #777777;
}
div.jqi{
    width: 500px;
    top: 45%!important;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #fafafa 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(50%,#fafafa), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#fafafa 50%,#ffffff 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%,#fafafa 50%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%,#fafafa 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%,#fafafa 50%,#ffffff 100%);
}
div.jqi .jqicontainer{
}
.jqibox {
    z-index: 9999 !important;
}
html.touch .jqibox, html.touch .jqibox .jqifade {
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    right: auto;
    bottom: auto;
}
html.touch .overlayWrapper { z-index: 9999; }
html.touch .jqibox { /*background: green;*/ border: 1px solid green; }

html.ipad body { /*background: yellow;*/ }
div.jqi .jqiclose{
    position: absolute;
    top: 10px; right: 10px;
    cursor: default;
    color: #bbbbbb;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}
div.jqi .jqititle{
    padding: 20px 15px;
    font-size: 24px;
    line-height: 20px;
    background: #fff;

}
div.jqi .jqimessage{
    padding: 15px;
    line-height: 20px;
    color: #444444;
    font-size: 14px;
}

div.jqi .jqimessage label {
    width: 100px;
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
}

div.jqi .jqibuttons{
    text-align: right;
    padding: 5px 0 5px 0;
}
div.jqi button{
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    float: right;
    display: block;
    margin: 0 18px 10px 0;
    padding: 6px 12px;
    border: none;
    background-color: #e15000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e15000), to(#d24600));
    background-image: -webkit-linear-gradient(top, #e15000, #d24600);
    background-image: -moz-linear-gradient(top, #e15000, #d24600);
    background-image: -o-linear-gradient(top, #e15000, #d24600);
    background-image: linear-gradient(to bottom, #e15000, #d24600);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
div.jqi button:hover{
    background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
    background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
    background-color: #BF5E26;
}

.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

#logoContainer {
    display: block;
    width: 330px;
    height: 150px;
}

/* contentblock */

.contentblock p {
    margin-bottom: 20px;
}

.teaser_container_wrapper {
    width: 1200px;
}

/* MODERNIZR - REPLACEMENT --------------------------------------------------------------------------------------------- */


/* main nav */
html.no-cssgradients #mainNav > ul > li > a { background: url(/website/static/img/modernizr_img/mainnav_bg.jpg) 0 0 repeat-x; }
html.no-cssgradients #mainNav > ul > li.first > a { background: #d24601; }
html.no-cssgradients #mainNav ul > li.active > a,
html.no-cssgradients #mainNav ul > li > a:hover,
html.no-cssgradients #mainNav ul > li > a.hovered { background: url(/website/static/img/modernizr_img/mainnav_liHover.jpg) 0 0 repeat-x; }

/* gradients */
html.no-cssgradients .teaser.gradientWhiteGrey { background-color: #f9f9f9; border: 1px solid #d9d8d8; width: 227px; overflow: hidden;  }
html.no-cssgradients .teaser.gradientWhiteGrey.width460 { width: 430px; }

html.no-cssgradients #description-vertical-slider-nav li a.gradientGreyGrey { background: url(/website/static/img/modernizr_img/verticalNavBg.png) left bottom repeat-x; }

html.no-cssgradients .contentProductSearch.fixed { background: #f0f0f0;  }

html.no-cssgradients .contentProductSearch { background: #f9f9f9;  }

/* shadowns */
html.no-boxshadow .checkAvailability { border: 2px solid #d9d8d8; }
html.no-boxshadow .checkAvailability.special { border: none; }
html.no-boxshadow .checkAvailability .numberOrderItems input { border: 1px solid #d9d8d8; width: 63px; right: -2px; top: -2px; height: 26px; }
html.no-boxshadow .checkAvailability.special .numberOrderItems input { border: none; width: 61px; right: 0; top: 0; height: 26px; }
html.no-boxshadow body:after  { border-bottom: 1px solid #d9d8d8;  }
html.no-boxshadow .overlayWrapper select  { border:1px solid #ccc;  }
html.no-boxshadow .textField  { background: #ccc;  }
html.no-boxshadow .shippingInfoContent input[type="text"]  { background-color: #f0f0f0; line-height: 30px;  }
html.no-boxshadow .shippingInfo .shippingInfoContent textarea  { background-color: #f0f0f0;   }
html.no-boxshadow .dropdown  { border: 1px solid #f0f0f0;   }
html.no-boxshadow .orderToolTeaser { border: 2px solid #d9d8d8; }


/* LTE - IE9 */
html.lt-ie9 #searchWrapper .searchItem{
   height: 30px;
}
html.lt-ie9 #searchWrapper .searchItem { padding-top: 8px; }

html.lt-ie9 .checkAvailability .button.clickForCheck:hover,
html.ie9 .checkAvailability .button.clickForCheck:hover {
    color: #fff;
}

html.lt-ie9 .priceNumberSum .pieces input,
html.ie9 .priceNumberSum .pieces input { height: 32px; }


/* IE8 */
html.lt-ie9 body:before { display: none; }


html.lt-ie9 #productCount {
    background: url(/website/static/img/modernizr_img/numberArticlesActive.png) 0 0 no-repeat;
}
html.lt-ie9 #productCount.empty {
    background: url(/website/static/img/modernizr_img/numberArticles.png) 0 0 no-repeat;
}


/* iPad stuff */
/* :after {
    background: lime;
    height: 10px;
    display: block;
    width: 200px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    border-bottom: 10px solid red;

}*/

html.touch .portalOffer { font-size: 32px;  }

html.touch .portalOffer:before { right: -1px; }
html.touch #main {  padding-left: 20px; padding-right: 10px; }
html.touch #footer {
    position: relative;
    clear: both;
    z-index: 9999;
    padding-left: 30px;
}
html.touch #searchWrapper .selectBox {
    position: relative;
}
html.touch .searchCat.selectBox-dropdown .selectBox-label:before { background: lime !important; width: 100px !important; height: 100px !important; display: block !important; left: -16px !important; }
html.touch .selectBox-arrow{  z-index: 9999; right: -20px; top: -20px;  }

html.touch #searchWrapper .searchCat {
    width: 183px !important;
    background: url(/website/static/img/searchcat_ipad_bg.jpg) 0 0 no-repeat;
}
html.touch #countrySelection {
    width: 185px !important;
    background: url(/website/static/img/selectLang_ipad.jpg) 0 0 no-repeat;
    -webkit-appearance: none;
    border: none;
    height: 38px;
    padding-left: 30px;
}
html.touch #productListSort {
    width: 242px !important;
    height: 32px;
    background: url(/website/static/img/product_select_bg_ipad.jpg) 0 0 no-repeat;
    -webkit-appearance: none;
    border: none;
    margin-right: 15px;
}

html.touch #header:after {
   content: '';
    width: 100%;
    height: 3px;
    background: url(/website/static/img/ipad_shadow_header.jpg) 0 0 repeat-x;
    /*background: lime;*/
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
}

html.touch .content-slidernav.slider.sticky  {
   margin-left: -390px;
}



/* responsive portal-slideshow */
@media only screen and (min-width : 1024px) {
    #headerimageSlideshow { width: 1024px; }
}

@media only screen and (min-width : 1224px) {
    #headerimageSlideshow { width: 1224px; }
}

@media only screen and (min-width : 1450px) {
    #headerimageSlideshow { width: 1450px; }
}



/* paging */
.paging {
    display: block;
    margin: 20px;
    text-align: center;
    clear: both;
}
.paging ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.paging ul li,
.paging > a {
    display: inline-block;
    margin-right: 2px;
    font-size: 12px;
}
.paging ul li a,
.paging a.leftarrow, .paging a.rightarrow{
    font-size: 12px;
    padding: 2px 7px;
    background: #f2f2f2;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #bdbcbc;
}
.paging ul li a.active {
    background: #d24600;
    color: #fff;
    border: 1px solid #d24600;
}
.isclickable {
    cursor: pointer;
}
.pimcore_area_teaser_small, .pimcore_area_teaser_big {
    clear: none !important;
}


.hide {
    display: none;
}

body {
    width: 100%;
}
.contentblock.formbuilder {
    position: relative;
}


.continue-shopping-button {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold;
    margin-top: 30px;
    z-index: 5;
}

.continue-shopping-button:hover {
    color: #fff !important;
}

#checkoutProducts .continue-shopping-button {
    margin-top: 15px;
}

.temp-overlay-message {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;

    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.4);
    -moz-box-shadow: 2px 3px 7px rgba(0,0,0,.4);
    box-shadow: 2px 3px 7px rgba(0,0,0,.4);
    position: absolute;
    z-index: 15;
}

.temp-overlay-message-container {
    width: 1180px;
    margin: 0 auto;
}

.temp-overlay-message .close {
    display: block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url('/website/static/img/close_x.png') no-repeat center center;
    float: right;
}

.temp-overlay-message h2 {
    font-size: 20px;
    color: #d24600;
    font-weight: normal;
}

/* WEBSITE CONTACT TEASER */
.website-contact-teaser {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 100;
    width: 150px;
    height: 305px;

    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    overflow: hidden;
}
.website-contact-teaser.country-teaser {
    height: auto;
}
.website-contact-teaser .close {
    content: 'x';
    position: absolute;
    right: 8px;
    top: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.website-contact-teaser .description {
    padding: 15px;

}
.website-contact-teaser.country-teaser .description {
    padding-top: 0;
}
.website-contact-teaser .title{
    display: block;
}
.website-contact-teaser .name{
    display: block;
    font-weight: bold;
    color: #e15000;
    margin-bottom: 10px;
}
.website-contact-teaser .phone {
    display: block;
}
.website-contact-teaser .email {
    margin-top: 8px;
    margin-bottom: 8px;
}
.website-contact-teaser .detaillink {
    margin-top: 8px;
}

.button.gradientOrangeOrange, .button.gradientOrangeOrange:hover {
    color: #fff;
}

.website-contact-teaser .detaillink {
    margin-top: 8px;
}

.button {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold;
}

.gradientOrangeOrange {
    background-color: #e15000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e15000), to(#d24600));
    background-image: -webkit-linear-gradient(top, #e15000, #d24600);
    background-image: -moz-linear-gradient(top, #e15000, #d24600);
    background-image: -o-linear-gradient(top, #e15000, #d24600);
    background-image: linear-gradient(to bottom, #e15000, #d24600);
}

.blackButton {
    background: #3c3c3b;
    color: #fff !important;
}

/* END WEBSITE CONTACT TEASER */

/** COOKIE POLICY **/

.cookie-policy {
    background-color: #a7a7a7;
    color: #fff;
    padding: 8px 0;
    z-index: 10;
    position: relative;
    height: 51px;
    width: 100%;
    min-width: 1230px;
}

.cookie-policy-container {
    padding: 0;
    width: 1230px;
    margin: auto;
    clear: both;
    background-color: #a7a7a7;
}
.cookie-policy-left {
    width: 63%;
    float: left;
    position: relative;
    height: 35px;
}
.cookie-policy-right {
    width: 32%;
    float: right;
    position: relative;
    height: 35px;
    margin-right: 15px;
}
.cookie-policy-right:before {
    content: ' ';
    display: block;
    position: absolute;
    left: -20px;
    height: 58px;
    border-left: 1px solid white;
    top: -3px;

}
#policy-accept-button, #policy-info-button {
    position: absolute;
    right: 0;
    bottom: -20px;
}

/* END COOKIE POLICY */

/** HEADER ALERT **/

.header-alert {
    background-color: #e15000;
    color: #fff;
    padding: 3px 0;
    z-index: 10;
    position: relative;
    height: 20px;
    width: 100%;
    min-width: 1230px;
}

.header-alert p {
    margin: 0;
}

.header-alert-container {
    padding: 0;
    width: 1230px;
    margin: auto;
    clear: both;
    background-color: #e15000;
    background: #e15000 url(/website/static/img/alert.png) no-repeat 12px 2px;
    padding-left: 32px;

}

.not-bookable-hint {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    color: #d24600;
    font-weight: bold
}

.not-bookable-hint-total-cart {
    float: right;
    max-width: 300px;
}

/* END HEADER ALERT */