@charset "utf-8";

/****************************
 hudu.de
/****************************/

body,html {
  height:100%;margin-bottom:1px;outline: none;
}


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
b {
  font-weight: bold;
  font-weight: 600;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* reset Ende */

p {
  margin: 15px 0;
}
a[onclick] {
  cursor: pointer;
}
.error, .formError, .liError, .formErrorAccount {
  font-weight: bold; font-weight: 600;
  color: #e3000f;
  font-size: 13px;
  line-height: 13px;
}
.text-light {
    color: #999999;
}
.infoMessage {
  font-weight: bold; font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  padding: 5px 0;
}
.infoMessageAccount {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding: 5px 0 20px 48px;
  min-height: 18px;
  font-weight: bold; font-weight: 600;
}
.couponTeaser .infoMessage {
  position: relative;
  min-height: 23px;
  padding-left: 44px;
}
.infoMessageAccount:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 33px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -272px -417px;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.blue {
  color: #e2001a;
}
.bluebg {
  background-color: #f5f5f5;
}
.greybg {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.greybg#couponLayer {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 575px;
}
#columnsWrap .no-top-margin {
  margin-top: 0;
}
.whiteboxcontent {
  background-color: #f5f5f5;
  margin: 10px;
  padding: 20px;
}
.hr_1 {
  border: none;
  height:1px;
  border-top:1px solid #d7d7d7;
  background:transparent;
  margin: 20px 0;
  display: block;
  clear: both;
}
.hr_10 {
  border: none;
  height:0px;
  border-top:1px solid #d7d7d7;
  background:transparent;
  margin: 20px 0;
  display: block;
  clear: both;
}
.hr_10.pagerlike.whitespacer,
.hr_10.pagerlike {
  margin: 0 -10px;
  border: none;
  height: 20px;
  background: #f5f5f5;
}
.hr_10.pagerlike {
  background: #fff;
}

.verticaltop{
  vertical-align: top;
}
.center {
  text-align: center;
}

.relative {
  position: relative;
}
.height240 {
  height: 240px;
}
.height260 {
  height: 260px;
}
.height300 {
  height: 300px;
}






/* Schatten und Verläufe
--------------------------------------------------------------------------------*/

.huduDropShadow {
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.63);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.63);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.63);
}

.cmsShadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}


.redMainGradient {
  color:#ffffff;
  background-color: #e3000f;
  background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
}
.greyMainGradient {
  background-color: #c7c7c7;
  background-image:   linear-gradient(to bottom, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:      -o-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:     -ms-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:    -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
}
.darkGreyGradient {
  color: #fff;
  text-decoration: none;
  background-color: #838383;
  background-image:   linear-gradient(to bottom, #838383 0%, #838383 66%, #757575 100%);
  background-image:      -o-linear-gradient(top, #838383 0%, #838383 66%, #757575 100%);
  background-image:     -ms-linear-gradient(top, #838383 0%, #838383 66%, #757575 100%);
  background-image:    -moz-linear-gradient(top, #838383 0%, #838383 66%, #757575 100%);
  background-image: -webkit-linear-gradient(top, #838383 0%, #838383 66%, #757575 100%);
}
.darkGreyGradient:hover {
  background-color: #757575;
  background-image:   linear-gradient(to bottom, #757575 0%, #757575 33%, #838383 100%);
  background-image:      -o-linear-gradient(top, #757575 0%, #757575 33%, #838383 100%);
  background-image:     -ms-linear-gradient(top, #757575 0%, #757575 33%, #838383 100%);
  background-image:    -moz-linear-gradient(top, #757575 0%, #757575 33%, #838383 100%);
  background-image: -webkit-linear-gradient(top, #757575 0%, #757575 33%, #838383 100%);
}

.huduTopGradient {
  background-image:   linear-gradient(to bottom, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
  background-image:      -o-linear-gradient(top, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
  background-image:     -ms-linear-gradient(top, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
  background-image:    -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
}

.huduBottomGradient {
  background-image:   linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
  background-image:      -o-linear-gradient(top, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
  background-image:     -ms-linear-gradient(top, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
  background-image:    -moz-linear-gradient(top, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
}
.huduTopGradient {
  background-image:   linear-gradient(to bottom, #f6f6f6 0%, #ffffff 10%, #ffffff 100%);
  background-image:      -o-linear-gradient(top, #f6f6f6 0%, #ffffff 10%, #ffffff 100%);
  background-image:     -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 10%, #ffffff 100%);
  background-image:    -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 10%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 10%, #ffffff 100%);
}

.redArrowLink,
a.redArrowLink {
  text-decoration: none;
  display: inline-block;
}
.redArrowLink:hover,
a.redArrowLink:hover {
  text-decoration: underline;
}
.redArrowLink:before,
a.redArrowLink:before {
  content: "";
  display: inline-block;
  padding: 1px 4px 0 0;
  width: 5px;
  height: 8px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -176px -10px;
}




/* 3D Buttons */
.btn {
  height: 22px;
  line-height: 22px;
  padding-left: 12px;
  padding-right: 12px;
  border: none;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
}
.btn,
#siteWrap .price-label-with-order-button.preorderable button {
  color: #fff;
  background-color: #c7c7c7;
  background-image:   linear-gradient(to bottom, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:      -o-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:     -ms-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:    -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
}
.btn:hover,
#siteWrap .price-label-with-order-button.preorderable button:hover {
  text-decoration: none;
  background-image:   linear-gradient(to bottom, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:      -o-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:     -ms-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:    -moz-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image: -webkit-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
}

.btn.btn30 {
  height: 30px;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 3px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
}
#siteWrap .sixPackItem button.btn,
#siteWrap .twoRowCarouselItem button.btn {
  padding-top: 0;
}
#productPageMainRight .btn.btn30,
#bundleMain .btn.btn30 {
  font-size: 17px;
  line-height: 19px;
}
.ie8 #productPageMainRight .btn.btn30,
.ie8 #bundleMain .btn.btn30 {
  line-height: 30px;
}
.btn.btn50 {
  height: 50px;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 3px;
  font-size: 18px;
  line-height: 19px;
}
.vAlign.btn,
button.btn,
input.btn,
.vAlign.btn.btn30,
button.btn.btn30,
input.btn.btn30,
.vAlign.btn.btn50,
button.btn.btn50,
input.btn.btn50 {
  padding-top: 0;
}
button.btn.btn30,
input.btn.btn30 {
  line-height: 29px;
}
button.btn.btn50,
input.btn.btn50 {
  line-height: 49px;
}
#siteWrap .btn.btnWrap {
  padding: 0;
}
.btn button,
.btn input {
  height: 30px;
  width: 185px;
  border: none;
  display: block;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  line-height: 17px;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  color: #fff;
  background-image: none;
  padding-left: 8px;
}
.btn.btn50 button,
.btn.btn50 input {
  height: 50px;
  font-size: 18px;
  line-height: 19px;
}
.btn.btnWhite button,
.btn.btnWhite input {
  color: #e2001a;
}
#siteWrap .bagButton,
.orderButton a,
#siteWrap .btn6p,
#siteWrap .price-label-with-order-button button,
#siteWrap .price-label-with-order-button a {
  width: 110px;
  height: 22px;
  line-height: 20px;
  padding: 0 20px 0 5px;
  text-align: left;
  overflow: visible;
}
.orderButton a,
#siteWrap .price-label-with-order-button button,
#siteWrap .price-label-with-order-button a {
  margin-top: 12px;
}
#siteWrap .bagButton {
  width: 178px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#siteWrap #batchSearchResult .bagButton {
  position: relative;
  width: 190px;
  padding-left: 14px;
}
.orderButton a {
  width: 178px;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  font-weight: 600;
}
#siteWrap .doubleCarouselShadow .btn6p {
  width: 97px;
  height: 21px;
  line-height: 20px;
}
#siteWrap .doubleCarouselShadow .btn6p.btnWhite {
  padding: 0 19px 0 4px;
  line-height: 18px;
}
#siteWrap .orderButton a:before,
#siteWrap .bagButton:before,
#siteWrap .btn6p:before,
#siteWrap .price-label-with-order-button button:before,
#siteWrap .price-label-with-order-button a:before  {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  top: -9px;
  left: auto;
  right: 6px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -904px -85px;
}
#siteWrap .bagButton.btnWhite:before,
#siteWrap .btn6p.btnWhite:before,
#siteWrap .price-label-with-order-button.preorderable button:before,
#siteWrap .price-label-with-order-button.preorderable a:before  {
}

#siteWrap .price-label-with-order-button button .preis,
#siteWrap .price-label-with-order-button a .preis {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  line-height: normal;
  float: none;
}






.orderButton a,
.btn.btnGreen,
.btn.btnBlue,
.btn.btnBlue.btn30,
#siteWrap .price-label-with-order-button button,
#siteWrap .price-label-with-order-button a  {
  color: #fff;
  background-color: #e3000f;
  background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
}

.orderButton a:hover,
.cmsTextNormal .orderButton a.content:hover,
.btn.btnGreen:hover,
.btn.btnBlue:hover,
.btn.btnBlue.btn30:hover,
#siteWrap .price-label-with-order-button button:hover,
#siteWrap .price-label-with-order-button a:hover {
  color: #fff;
  text-decoration:none;
  background-image:   linear-gradient(to bottom, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:      -o-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:     -ms-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:    -moz-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image: -webkit-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
}

/*
.isPreorderable .btn,
.isPreorderable .btn.btnBlue,
.isPreorderable .btn.btnGreen,
#productPage .isPreorderable #productPageOckButton,
#productPage .isPreorderable #productPageMakeGift,


.isPreorderable .btn.btnBlue:hover,
.isPreorderable .btn.btnGreen:hover,
#productPage .isPreorderable #productPageOckButton:hover,
#productPage .isPreorderable #productPageMakeGift:hover,
*/

.btn.btnWhite,
#siteWrap .price-label-with-order-button.preorderable button,
#siteWrap .price-label-with-order-button.preorderable a {
    color: #fff;
    background-color: #e3000f;
    background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
    background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
    background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
    background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
    background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
}
#siteWrap .price-label-with-order-button.preorderable button .preis,
#siteWrap .price-label-with-order-button.preorderable a .preis {
}

.btn.btnWhite:hover,
#siteWrap .price-label-with-order-button.preorderable button:hover,
#siteWrap .price-label-with-order-button.preorderable a:hover  {
    color: #fff;
    text-decoration:none;
    background-image:   linear-gradient(to bottom, #c20809 0%, #e3000f 33%, #e3000f 100%);
    background-image:      -o-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
    background-image:     -ms-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
    background-image:    -moz-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
    background-image: -webkit-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
}

.btn.btnWhite.btn50,
.isPreorderable .btn.btnBlue.btn50,
.isPreorderable .btn.btnGreen.btn50 {
}
.btn.btnWhite.btn50:hover,
.isPreorderable .btn.btnBlue.btn50:hover,
.isPreorderable .btn.btnGreen.btn50:hover {
}


.btn.btnIco,
.btn.btn30.btnIco {
  padding-right: 25px;
}
.btn.btn50.btnIco{
  padding-right: 25px;
}
.btn.btnIco:before,
.btn.btn30.btnIco:before  {
   content: " ";
   width: 20px;
   height: 18px;
   position: absolute;
   top: 2px;
   right: 6px;
   background-repeat: no-repeat;
   background-color: transparent;
   background-image: url("huduImg/huduSprite.png");
   background-position: -11px -25px;
}
.btn.btn50.btnIco:before {
   width: 33px;
   height: 33px;
   top: 9px;
   background-position: -11px -25px;
}
.btn.btnIcoLeft,
.btn.btn30.btnIcoLeft {
   padding-left: 22px;
   padding-right: 10px;
   text-align: right;
}
.btn.btnIcoLeft:before,
.btn.btn30.btnIcoLeft:before  {
   right: auto;
   left: 5px;
}

#siteWrap .externalArticle .btn.btnIco:before,
#siteWrap .price-label-with-order-button.externalArticle button:before,
#siteWrap .price-label-with-order-button.externalArticle a:before  {
  display: none;
}



.btn.btnIco.btnIcoCart:before {
   background-position: -224px -586px;
}
.btn.btnWhite.btnIco.btnIcoCart:before,
.isPreorderable .btn.btnIco.btnIcoCart:before,
.isPreorderable .btn.btnBlue.btnIco.btnIcoCart:before,
.isPreorderable .btn.btnGreen.btnIco.btnIcoCart:before,
#siteWrap .price-label-with-order-button.preorderable button:before {

}
.btn.btn50.btnIco.btnIcoCart:before {
   background-position: -239px -378px;
}
.btn.btnWhite.btn50.btnIco.btnIcoCart:before,
.isPreorderable .btn.btnBlue.btn50.btnIco.btnIcoCart:before,
.isPreorderable .btn.btnGreen.btn50.btnIco.btnIcoCart:before {
   background-position: -276px -458px;
}



.btn.btnIco.btnIcoDL:before {
   background-image: url("FL-img/spritesNoRepeat.png");
   background-position: -111px -523px;
   width: 24px;
   height: 24px;
}
.btn.btn50.btnIco.btnIcoDL:before,
.btn.btn50.btnBlue.btnIco.btnIcoDL:before {
   background-position: -231px -417px;
}
.btn.btn50.btnGreen.btnIco.btnIcoDL:before {
   background-position: -321px -414px;
}

.btn.btnIco.btnIcoCloud:before {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -436px -698px;
  width: 22px;
  height: 23px;
}
.btn.btn50.btnIco.btnIcoCloud:before,
#productPageOckBoughtWrap .ockMainbutton.cloudButton.isReady:after {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -435px -702px;
}
.btn.btnIco.btnIcoCloud.btnNotReady {
  background-color: #d7d7d7;
  background-image: none;
  cursor: default;
}
.btn.btn50.btnIco.btnIcoCloud.btnNotReady {
  background-color: #bbb;
}





.btn.btnIco.btnIcoBundle:before,
#siteWrap .price-label-with-order-button.restrictedToBundle a:before {
   background-position: -55px -258px;
}
.btn.btnWhite.btnIco.btnIcoBundle:before,
#siteWrap .price-label-with-order-button.restrictedToBundle.preorderable a:before {
   background-position: -25px -620px;
}
.btn.btn50.btnIco.btnIcoBundle:before {
   background-position: -70px -461px;
}
.btn.btnWhite.btn50.btnIco.btnIcoBundle:before {
   background-position: 5px -620px;
}



.btn.btnIco.btnIcoOCK:before {
   background-position: -203px -381px;
}
.btn.btnWhite.btnIco.btnIcoOCK:before,
.isPreorderable .btn.btnIco.btnIcoOCK:before {
   background-position: -400px -223px;
}
.btn.btn50.btnIco.btnIcoOCK:before {
   background-position: -279px -538px;
}
.btn.btnWhite.btn50.btnIco.btnIcoOCK:before,
.isPreorderable .btn.btn50.btnIco.btnIcoOCK:before {
   background-position: -279px -496px;
}

.btn.btnIco.btnIcoGift:before {
   background-position: -37px -398px;
}



.btn.btnIco.btnIcoDL:before {
   background-position: -111px -523px;
}
.btn.btn50.btnIco.btnIcoDL:before {
   background-position: -239px -378px;
}




.sixPackItem .btn.priceStarClass.btnIcoLeft:before,
.twoRowCarouselItem .btn.priceStarClass.btnIcoLeft:before  {
   left: 3px;
}
.sixPackItem .btn.priceStarClass,
.twoRowCarouselItem .btn.priceStarClass {
  padding-left: 27px;
  padding-right: 0;
  text-align: center;
}
.sixPackItem .btn.priceStarClass .mwstHinweis,
.twoRowCarouselItem .btn.priceStarClass .mwstHinweis,
#siteWrap .price-label-with-order-button button .mwstHinweis,
#siteWrap .price-label-with-order-button a .mwstHinweis {
  font-size: 10px;
  left: -4px;
  position: relative;
  top: -5px;
  font-weight: normal;
}






form.wiki button {
  width: 80px;
  height: 30px;
  margin: 15px 0 0 0;
  display: block;

  color: #fff;
  background-color: #e3000f;
  background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);

  cursor: pointer;
  line-height: 27px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
form.wiki button:hover {
  background-image:   linear-gradient(to bottom, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:      -o-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:     -ms-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:    -moz-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image: -webkit-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
}


.price-label-with-order-button-wiki {
  height: 16px;
  line-height: 16px;
  padding: 6px 12px 7px 12px;
  border-color: #e2001a;
  text-decoration: none;
  background-color: #e2001a;
}







/* Containers
--------------------------------------------------------------------------------*/
#columnsWrap {
  width: 940px;
  margin: 0 auto;
}
.t-layer #columnsWrap {
  width: auto;
}
.container_940 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.container_980 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 4 Columns
--------------------------------------------------------------------------------*/

.container_980 .grid_1 {width: 220px;}
.container_980 .grid_2 {width: 460px;}
.container_980 .grid_3 {width: 700px;}
.container_980 .grid_4 {width: 940px; margin: 0}

.container_940 .grid_1 {width: 220px;}
.container_940 .grid_2 {width: 460px;}
.container_940 .grid_3 {width: 700px;}
.container_940 .grid_4 {width: 940px; margin: 0}


/* Tooltips
--------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.table {
  display:table;
}
.table .tr {
  display:table-row;
}
.table .td {
  display: table-cell;
  vertical-align: top;
}
.table .td.midle {
  vertical-align: middle;
}

label.block,
.liCreateUser {
  display: block;
  margin: 20px 0 7px;
}

#editPayment  .formErrorAccount.birthdayErrors,
#registerBoxInner  .formErrorAccount.birthdayErrors {
  margin: -4px 0 2px 0;
}
#paymentSelectEmptyBankaccountsForm label.block,
#orderBankAccountNotemptyForm label.block {
  margin: 10px 0 7px;
}
.underline {
  text-decoration: underline;
}
a {
  color: #666;
  outline: none;
}

a.nodecoration {
  text-decoration: none;
  display: block;
}

body {
  color: #666;
  background: #fff;
  margin: 0;
  padding: 0;
  background-image: url("huduImg/bodyBG.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.screenReader {
  position: absolute;
  left: -9000px;
}

.boxheadlineAria14bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold; font-weight: 600;
  margin-bottom: 10px;
}

img.edit {
  vertical-align: bottom;
}

.radioDummy,
.radioDummy.selected {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -253px -509px;
}
.radioDummy.unSelected {
  background-position: -100px -366px;
}

/* Infolayer
--------------------------------------------------------------------------------*/
.infolayer {
  position: absolute;
  background-color: #e5e5e5;
  border: 1px solid #d7d7d7;
  z-index: 10;
}
.infolayer ul{
  padding:0 10px;
}
.infolayer ul li {
  border-top: 1px solid #838383;
  line-height: 40px;
}
.infolayer ul li:first-child {
  border-top: 0;
}
.infolayer ul li a {
  text-decoration: none;
}
.infolayer ul li a:hover {
  text-decoration: underline;
}
.infolayer .arrowbottom {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -435px -222px;
  bottom: -10px;
  height: 8px;
  left: 40%;
  position: absolute;
  width: 31px;
}
/* Rechnungsinfolayer*/
.infolayer.invoices {
    bottom: 35px;
    left: 44px;
}


/* Schriftarten */
body,
fieldset, form, input, textarea, select, option, button, label, legend, input,
.sansSerif {
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

h1, h2, h3, h4, h5, h6,
#stageTabs a,
.buttonSerif,
#headerRegister li,
#headerOrdering li,
.footerFlag .headline,
#vorteilsBox,
li.ac_otherSearchOptions {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-style: normal;
}

.arial {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.georgia {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-style: normal;
}
.georgia_18 {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-style: normal;
}
.georgia_18.pagerlike {
  margin: 10px 0;
  padding: 0;
}
.georgia_18.subHeadingPayAddress {
  margin: 10px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  font-weight: 600;
}
.P {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-style: normal;font-size: 18px;
  line-height: 24px;
}
.lh_14 {
  line-height: 14px;
}
.lh_18 {
  line-height: 18px;
}
.lh_44 {
  line-height: 44px;
}
.lh_55 {
  line-height: 55px;
}
.fs12 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
  line-height: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}

/* Schriftgroessen */
body {
  font-size: 13px;
}
.buttonSerif {
  font-size: 14px;
  font-weight: normal;
}
.buttonSerif  {
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
}
.footerFlag .headline  {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
.bold {
  font-weight: bold; font-weight: 600;
}


/* Farben (blau oder gruen) */
.buttonHighlightColor {
  background-color: #e2001a;
}
#columnsWrap .ROW_PIC_4_PRODUCTS {
  border-color: #e2001a;
}

#headerRegister li.done,
#headerRegister li.longDone,
#headerOrdering li.done,
#headerOrdering li.longDone {
  background-color: #e2001a;
}
#headerRegister li.toDo,
#headerOrdering li.toDo {
  background-color: #e9e9e9;
}

#siteWrap {
  margin: 0 auto;
}


/* BOX DEFINITIONEN
--------------------------------------------------------------------------------*/

.bluebox_3 {
  border: 3px solid #d7d7d7;
}
.bluebox_10 {
  background: #f5f5f5;
  border: 10px solid #f5f5f5;
}
.greybox_3 {
  border: 3px solid #f5f5f5;
}
.greybox_10 {
  border: 10px solid #f5f5f5;
  background: #f5f5f5;
}

.grid_3 .greybox_3,
.grid_3 .bluebox_3 {
  width: 694px;
}
.grid_3 .greybox_10,
.grid_3 .bluebox_10 {
  width: 680px;
}

.innerboxpadding_10 {
  padding: 10px; position: relative;
}
.innerboxpadding_20 {
  padding: 20px; position: relative;
}
.innerboxpadding_20.innerBoxAccount {
  padding: 0;
}
.innerboxpadding_15 {
  padding: 15px; position: relative;
}
#siteWrap .mbottom_0 {
  margin-bottom: 0;
}
#siteWrap .mbottom_5 {
  margin-bottom: 5px;
}
#siteWrap .mbottom_10 {
  margin-bottom: 10px;
}
#siteWrap .mbottom_15 {
  margin-bottom: 15px;
}
#siteWrap .mbottom_20 {
  margin-bottom: 20px;
}
#siteWrap .mbottom_30 {
  margin-bottom: 30px;
}

#siteWrap .mtop_0{
  margin-top: 0px;
}
#siteWrap .mtop_5{
  margin-top: 5px;
}
#siteWrap .mtop_10{
  margin-top: 10px;
}
#siteWrap .mtop_15{
  margin-top: 15px;
}
#siteWrap .mtop_20{
  margin-top: 20px;
}
#siteWrap .mtop_30{
  margin-top: 30px;
}
#siteWrap .mtop_30{
  margin-top: 30px;
}
#siteWrap .mtop_35{
  margin-top: 35px;
}

#siteWrap .mleft_10{
  margin-left:10px;
}
#siteWrap .mleft_20{
  margin-left:20px;
}

#siteWrap .mleft_40{
  margin-left:40px;
}



.mclear{
  clear: both;
}

.relative {
  position: relative;
}



/* INPUTFIELDS
--------------------------------------------------------------------------------*/
input.liTextField{
  width: 435px;
  border: 1px solid #d7d7d7;
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
}
input.liTextField.w532 {
  width: 532px;
}
input.liTextField.w315 {
  width: 315px;
}
select {
  border: 1px solid #d7d7d7;
  height: 30px;
  line-height: 26px;
  padding-left: 8px;
}

select:disabled,
input:disabled {
    background-color: #f5f5f5;
}

/* BUTTONS / FORMULARE / LINKS
--------------------------------------------------------------------------------*/
.orderButtonBar a {
  text-decoration: none;
}
.buttonbar {
  margin: 20px 0;
  clear: both;
}
.buttonbar.ockLayerButtonbar {
  margin:20px 0;
  padding: 0 20px;
}

.buttonbarKonto {

padding: 20px;
}

.btnFlat,
button {
  margin: 0;
  padding: 0 8px;
  border: 0;
  background: none;
  outline: none;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;

  color: #fff;
  background-color: #c7c7c7;
  background-image:   linear-gradient(to bottom, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:      -o-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:     -ms-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:    -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
}
.btnFlat:hover,
button:hover {
  background-image:   linear-gradient(to bottom, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:      -o-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:     -ms-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:    -moz-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image: -webkit-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
}
.btnFlat {
  -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;    /* Firefox, other Gecko */
  box-sizing: content-box;         /* Opera/IE 8+ */
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  padding: 0 8px;
}
.btnFlat.big.righttext {
  padding: 0 12px 0 0;
}
.btnFlat.big.lefttext{
  padding: 0 0 0 12px;
}

.btnFlat.big  {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 18px;
  font-weight: bold;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
}
#step5 .btnFlat.big  {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}

.btnFlat.lefttext:before {
  content: "";
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  width: 12px;
  height: 12px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -12px -28px;
}

.btnFlat.righttext:before {
  content: "";
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 12px;
  height: 12px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -47px -28px;
}

#step5 .btnFlat.lefttext:before {
  margin-top: 10px;
}
.btnFlat.big.lefttext:before {
  margin-right: 9px;
  margin-left: 2px;
  margin-top: 13px;
}
.btnFlat.big.righttext:before {
  margin-right: 2px;
  margin-top: 13px;
  margin-left: 9px;
}
.btnFlat.big.buyAnimate:before {
  display: none;
}



.btnFlat.middleSize {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}



a.btnFlat.white,
button.white,
a.btnFlat.grey,
button.grey,
a.btnFlat.middleSize,
button.middleSize {
  background-color: #c7c7c7;
  background-image:   linear-gradient(to bottom, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:      -o-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:     -ms-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:    -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
}
a.btnFlat.white:hover,
button.white:hover,
a.btnFlat.grey:hover,
button.grey:hover,
a.btnFlat.middleSize:hover,
button.middleSize:hover {
  background-image:   linear-gradient(to bottom, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:      -o-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:     -ms-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:    -moz-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image: -webkit-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
}
a.btnFlat.blue,
button.blue,
a.btnFlat.green,
button.green,
a.btnFlat.huduRedBtn,
button.huduRedBtn {
  color: #fff;
  background-color: #e3000f;
  background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
}
a.btnFlat.blue:hover,
button.blue:hover,
a.btnFlat.green:hover,
button.green:hover,
a.btnFlat.huduRedBtn:hover,
button.huduRedBtn:hover  {
  background-image:   linear-gradient(to bottom, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:      -o-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:     -ms-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:    -moz-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image: -webkit-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
}



/* Hugendubel Resets
--------------------------------------------------------------------------------*/

.huduNo {
  display: none;
}
.huduNoPadding {
  padding: 0;
  margin: 0;
}

/* Header
--------------------------------------------------------------------------------*/
#headerWrap {
  position: relative;
}

#headerTopBar {
  height: 22px;
  padding: 5px 20px 0 20px;
  font-size: 12px;
}
#headerTopBar a {
  text-decoration: none;
}
#headerTopBar a:hover {
  text-decoration: underline;
}
#headerMyStore,
#headerMyStore .intro,
#headerMyStore .place,
#headerService .hotline,
#headerService .help {
  float: left;
}

#headerMyStore {
  width: 330px;
}
#headerMyStore .intro:before {
  content: "";
  float: left;
  margin: 1px 4px 0 0;
  width: 10px;
  height: 16px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -69px -50px;
}
#headerMyStore .place {
    color: #e3000f;
    padding-left: 5px;
    padding-bottom: 2px;
}
#headerMyStore .place:after {
  content: "";
  float: right;
  margin: 7px 0 0 3px;
  width: 11px;
  height: 6px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -168px -50px;
}
#headerMyStore.isOpen .place:after {
  background-position: -189px -50px;
}

.header-hugendubel-app {
    float: right;
}

.header-hugendubel-app .hugendubelAppInfo {
    float: left;
    color: #666;
}

.header-hugendubel-app .hugendubelAppInfo.small:before {
    content: "";
    float: left;
    margin: 1px 5px 0;
    width: 16px;
    height: 16px;
    background: url("huduImg/huduAppIcon_s.png");
}

.header-bonus-points {
    float: right;
}

.header-bonus-points .loyaltyPointsInfos{
    float: left;
    margin-top: -2px;
    color: #666;
}

.header-bonus-points .loyaltyPointsInfos.small:before{
    margin-left: 14px;
    margin-right: 5px;
}

#headerService {
  float: right;
  margin-right: 12px;
}
#headerService .hotline:before {
  content: "";
  float: left;
  margin-right: 4px;
  width: 10px;
  height: 18px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -89px -50px;
}
#headerService .help:before {
  content: "";
  float: left;
  margin: 1px 4px 0 14px;
  width: 8px;
  height: 16px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -109px -50px;
}
#headerMyAccountWrap,
#headerWishlist {
  float: right;
}
#headerMyAccountWrap:before {
  content: "";
  float: left;
  margin: 0 4px 0 0;
  width: 9px;
  height: 16px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -127px -50px;
}
#headerMyAccount {
  min-width: 127px;
  position: relative;
  height: 17px;
  line-height: 17px;
}
#headerMyAccount.notLoggedIn {
  min-width: 170px;
}

#headerMyAccountDropdown {
  display: none;
  position: absolute;
  left: -9999px;
  top: 17px;
  width: 190px;
  z-index: 120;
}
#headerMyAccount:hover #headerMyAccountDropdown {
  display: block;
  left: auto;
  right: -18px;
}
#headerMyAccount.notLoggedIn:hover #headerMyAccountDropdown {
  display: block;
  left: -14px;
}
#headerMyAccountDropdown .bubbleForDrop {
  display: block;
  background-color: #fff;
  padding: 10px 0 10px 10px;
  position: relative;
}
#headerMyAccountDropdown .bubbleForDrop:before {
  content: "";
  display: block;
  width: 28px;
  height: 13px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -725px -10px;
  position: absolute;
  left: 80px;
  top: -13px;
}
#headerMyAccountDropdown .pointerForDrop {
  display: block;
  width: 190px;
  height: 17px;
}

#headerMyAccountDropdown .bubbleForDrop a {
  display: block;
  font-size: 13px;
  line-height: 25px;
}
#headerMyAccountDropdown .bubbleForDrop a.btn {
  line-height: 22px;
  max-width: 105px;
  text-decoration: none;
}
#headerMyAccountDropdown .bubbleForDrop hr {
  display: block;
  border: none;
  height: 1px;
  background: #d7d7d7;
  margin: 7px 0;
  width: 170px;
}


#headerWishlist:before {
  content: "";
  float: left;
  margin: 1px 4px 0 0;
  width: 12px;
  height: 15px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -146px -50px;
}




#headerMiddleBar,
#headerWrap .branch-header {
  background-image: url("huduImg/headerTopShadow.png");
  background-repeat: no-repeat;
  background-position: top center;
}
#headerMiddleBar{
  width: 960px;
  height: 95px;
}

#huduLogo {
  float: left;
  margin: 24px 50px 0 19px;
}
#mainSearchForm {
  float: left;
  width: 410px;
  height: 43px;
  margin: 24px 0 0 0;
}

#mainSearchInput {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 252px;
  height: 31px;
  padding: 2px 0 0 8px;
  margin: 6px 0 0 7px;
  background-image: url("huduImg/mainSearchInput.png");
  border: none;
  font-size: 14px;
  line-height: 18px;
}

#mainSearchSelect,
#mainSearchSelect_chzn  {
  float: left;
  width: 109px;
  height: 31px;
  margin: 6px 0 0 0;
}
#mainSearchSubmit {
  float: left;
  width: 42px;
  height: 43px;
  background-color: transparent;
  border: none;
  background-image: url("huduImg/huduSprite.png");
  background-position: -7px -91px;
}

.miniCartWrap {
  float: left;
  width: 180px;
  height: 72px;
  margin-top: 15px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  font-weight: 600;
}
.miniCartHeading {
  position: absolute;
  top: 17px;
  right: 116px;
}
.miniCartWrap .itemsTotal {
  position: absolute;
  top: 33px;
  right: 116px;
  color: #e3000f;
}
.miniCartWrap .numberOfItems {
  width: 111px;
  height: 72px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("huduImg/huduSprite.png");
  background-position: -306px -10px;
}
#miniCartEmpty.miniCartWrap .numberOfItems {
  background-position: -428px -10px;
}
.miniCartWrap .numberOfItemsInner {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #e3000f;
}
#miniCartEmpty.miniCartWrap .numberOfItemsInner {
  color: #8c8c8c;
}
.miniCartWrap .cartFlag {
  position: absolute;
  top: 20px;
  left: 111px;
  color: #fff;
  line-height: 13px;
}

.mainMenuWrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
}

#huduMainMenu {
  display: flex;
  flex-direction: row;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
}
.huduMainMenuTopLevel {
  flex: 1 1 auto;
  text-align: center;
}

.huduMainMenuTopLevelSpan {
    position: relative;
    display: block;
    z-index: 112;
}
.huduMainMenuTopLevelSpan:before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 5px;
  height: 40px;
  width: 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.265);
  border-left: 1px solid rgba(0, 0, 0, 0.075);
}

.huduMainMenuTopLevel:last-child .huduMainMenuTopLevelSpan:before {
  display: none;
}

.huduMainMenuTopLevelSpan a {
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  white-space: nowrap;
}
.huduMainMenuTopLevelSpan {
  position: relative;
  z-index: 112;
}

.huduMainMenuTopLevel.active .huduMainMenuTopLevelSpan {
  background-image: url("huduImg/navigationStatusPfeil.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.huduMainDrop {
  display: block;
  position: absolute;
  left: -9999px;
  top: 50px;
  width: 940px;
  height: 385px;
  overflow: hidden;
  z-index: 111;
  text-align: left;

  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);

  background-color: #fff;
  background-image:   linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
  background-image:      -o-linear-gradient(top, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
  background-image:     -ms-linear-gradient(top, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
  background-image:    -moz-linear-gradient(top, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);

  opacity: 0;

  transition: opacity 0.15s 0.3s, left 0s 0.25s;
  -o-transition: opacity 0.15s 0.3s, left 0s 0.25s;
  -moz-transition: opacity 0.15s 0.3s, left 0s 0.25s;
  -webkit-transition: opacity 0.15s 0.3s, left 0s 0.25s;
}

.huduMainMenuTopLevel:hover .huduMainDrop {
    left: 10px;
    opacity: 1;
}

.ios .huduMainMenuTopLevel .huduMainDrop,
.isMobile .huduMainMenuTopLevel .huduMainDrop,
.android .huduMainMenuTopLevel .huduMainDrop {
    display: none;
}

.huduMainMenuTopLevel:hover .huduMainMenuTopLevelSpan,
.huduMainMenuTopLevel:hover .huduMainMenuTopLevelSpan a {
  color: #e3000f
}

.huduMainMenuTopLevel:hover .huduMainMenuTopLevelSpan:before {
    display: none;
}

.huduMainMenuTopLevel:hover .huduMainMenuTopLevelSpan {
  position: relative;
  z-index: 112;

  background-color: #fff;
  background-image:   linear-gradient(to bottom, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
  background-image:      -o-linear-gradient(top, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
  background-image:     -ms-linear-gradient(top, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
  background-image:    -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 20%, #ffffff 100%);
}

.huduMainDrop,
.huduMainDrop a {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  text-decoration: none;
}
.huduMainDrop a:hover {
  color: #e3000f;
}

.huduMainDropItem {
  float: left;
  width: 260px;
  height: 355px;
  margin: 15px 10px 10px 10px;
}
#huduMainMenu .huduMainDrop li:first-child {
  margin-left: 30px;
}
#huduMainMenu .huduMainDrop li:last-child {
  margin-right: 30px;
}

.huduMainDrop .trennlinieHorizontal,
.huduMainDrop .spacer {
  height: 1px;
  width: 260px;
  background: #d7d7d7;
}
.huduMainDrop .spacer {
  background: transparent;
}
.huduMainDrop h5,
.huduMainDrop h6,
 .huduMainDrop .wiki-h5,
 .huduMainDrop .wiki-h6 {
  margin: 30px 0 0 0;
  font-weight: bold;
  font-weight: 600;
  padding: 0;
}

.huduMainDrop .wiki-h5:first-child,
.huduMainDrop .wiki-h6:first-child {
  margin-top: 15px;
}
/*** Gift Module ****/

.bodyForGiftFrame #huduLogo {
  padding-bottom: 30px;
}

.giftFrame-noScriptBox {
  padding: 20px;
  border: 10px solid #e5e5e5;
  width: 880px;
  margin: 10px 0 30px 0;
}



/* Search Autocomplete Start */
.ac_results {
  background-color: #fff;
  line-height: 15px;
  margin-left: -7px;
  top: 95px !important;
  width: 410px !important;
  z-index: 115;
}
.ac_results ul {
  background-color: #fff;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.63);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.63);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.63);
  display: block;
  float: left;
}
.ac_results li {
  line-height: 15px;
  padding: 6px 10px;
  display: block;
  float: left;
  width: 390px;
}
.ac_results .ac_headline {
  font-size: 15px;
  line-height: 18px;
  padding: 12px 0 6px 0;
  margin: 8px 10px 0 10px;
  border-top: 1px solid #d7d7d7;
}
#siteWrap .ac_results ul li:first-child {
  border-top: none;
}
.ac_results strong {
  font-weight: bold;
  font-weight: 600;
}
.ac_odd:hover,
.ac_even:hover,
li.ac_otherSearchOptions,
li.ac_otherSearchOptions a {
  cursor: pointer;
}
li.ac_otherSearchOptions a {
  text-decoration: none;
}
.ac_odd.ac_over,
.ac_even.ac_over,
.ac_odd:hover,
.ac_even:hover,
li.ac_otherSearchOptions a:hover {
  text-decoration: underline;
}
li.ac_otherSearchOptions {
  border-top: 1px solid #d7d7d7;
  padding: 6px 0;
  margin: 10px 10px 0 10px;
}
a.ac_advancedSearch,
a.ac_startCompleteSearch {
  height: 22px;
  line-height: 22px;
  padding-left: 24px;
  padding-right: 12px;
  border: none;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  text-align: left;


  color: #fff;
  background-color: #c7c7c7;
  background-image:   linear-gradient(to bottom, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:      -o-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:     -ms-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:    -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
}

.ac_results a.ac_advancedSearch:hover,
.ac_results a.ac_startCompleteSearch:hover {
  text-decoration: none;
  background-image:   linear-gradient(to bottom, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:      -o-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:     -ms-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:    -moz-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image: -webkit-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
}
.ac_results a.ac_advancedSearch:before,
.ac_results a.ac_startCompleteSearch:before {
  content: " ";
  width: 20px;
  height: 18px;
  position: absolute;
  left: 5px;
  right: auto;
  top: 2px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -11px -25px;
}
a.ac_advancedSearch {
  float: left;
  margin: 10px 0;
}
a.ac_startCompleteSearch {
  float: right;
  margin: 10px 0;
}
#advancedSearchWrapper {
  margin-bottom: 30px;
}
#advancedSearchWrapper select {
  width: 444px;
}
/* Search Autocomplete Ende */




#headerCreate {
  width: 960px;
  height: 173px;
}
#headerOrdering  {
  float: left;
  margin-bottom: 26px;
  position: relative;
}
#bestellNaviBox {
  margin: 30px 10px 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  background-color: #e9e9e9;
  height: 32px;
  width: 940px;
}
#bestellNaviBox.registerNavi {
  margin: 30px 10px 30px 10px;
}
#headerOrdering li a {
  text-decoration: none;
}
#headerOrdering li a:hover {
  text-decoration: underline;
}
#headerRegister li,
#headerOrdering li {
  width: 171px;
  padding-right: 20px;
  height : 32px;
  line-height: 32px;
  float: left;
  text-align: center;
  position: relative;
}
#headerRegister li,
#headerOrdering li,
#headerOrdering li a {
  color: #fff;
}
#headerRegister li.toDo,
#headerOrdering li.toDo {
  color: #666;
}
#headerRegister li:before,
#headerOrdering li:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 15px;
  height : 32px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -561px -10px;
}
#headerRegister li.active:before,
#headerOrdering li.active:before {
  background-position: -585px -10px;
}
#headerRegister li.toDo:before,
#headerOrdering li.toDo:before {
  background-position: -611px -10px;
}
#headerRegister li {
  width: 460px;
}
#headerRegister li.step5 {
  width: 460px;
}
#headerRegister li.step5,
#headerOrdering li.step5 {
  padding-right: 0;
}
#headerRegister li.step5:before,
#headerOrdering li.step5:before {
  background-image: none;
}



/* Breadcrumbs
--------------------------------------------------------------------------------*/
#breadcrumbWrap {
  height: 42px;
  width: 950px;
  padding-left: 10px;
  margin: 0 auto;
}
#breadcrumbWrapEmpty {
  height: 20px;
}
#breadcrumbWrap .breadcrumb {
  height: 15px;
  line-height: 15px;
  float: left;
  padding: 12px 4px 0 9px;
  position: relative;
}
#breadcrumbWrap a.breadcrumb {
  text-decoration: none;
}
#breadcrumbWrap a.breadcrumb:hover,
#breadcrumbWrap .lastOne {
  color: #e3000d;
}
#breadcrumbWrap .breadcrumb:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  background-image: url("huduImg/huduSprite.png");
  width: 5px;
  height: 8px;
  background-position: -10px -10px;
}
#columnsWrap #breadcrumbWrap a:first-child {
  padding-left: 0;
}




#leftColumn {
  overflow: hidden;
}
.t-one-column  #leftColumn,
.t-two-columns #leftColumn {
  margin-bottom: 28px;
}
#cmsNavTopWrap #leftColumn {
  margin-bottom: 0;
}

/* Listen / Produktliste / Suchergebnislisten / Merklisten / Prodsyslisten
--------------------------------------------------------------------------------*/
.subtext {
  padding: 0 0 13px 15px;
}
.subtext .times {
  font-size: 21px;
}
#merkzettelPage .subtext {
  padding: 0 0 13px 0;
}
#resultlistArea {
  background-color: #fff;
}
#batchSearchResult #resultlistArea {
  width: 940px;
}
#resultlistArea.resultlistAreaAccount {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
#resultlistArea.fullList {
  background-color: #fff;
}
.resultlist {
  background-color: #fff;
}
.fullList .resultlist {
  background-color: #fff;
  margin: 0;
  position: relative;
}
.fullList #articlecontainerWrapper {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  margin: 18px 0 20px 0;
}
#batchSearchResult #articlecontainerWrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
#resultlistArea.resultlistAreaAccount .resultlist {
  background-color: #f5f5f5;
  margin: 10px;
}
#articlecontainerWrapper.accountListItemWrap {
  margin: 20px 0;
}
.resultlist .articlecontainer {
  position: relative;
  height: 262px;
}
.fullList .articlecontainer {
  height: 252px;
}
#batchSearchResult .articlecontainer {
  float: right;
  width: 700px;
  height: 230px;
}
.resultlist .articlecontainer:after,
.resultlist .articlecontainer165:after,
.resultlist .articlecontainer150:after,
.resultlist .articlecontainer210:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 20px;
  width: 660px;
  height: 1px;
  background-color: #e5e5e5;
}
.fullList .articlecontainer:after {
  width: 660px;
  background-color: #d7d7d7;
}
#articlecontainerWrapper div:last-child:after {
  display: none;
}
.resultlist .coverbox {
  position: absolute;
  left: 30px;
  top: 40px;
}
.fullList .coverbox {
  left: 20px;
  top: 25px;
}
.resultlist .coverbox .coverimg {
  position: relative;
  width: 81px;
}
.fullList .coverbox .produktBild {
  position: relative;
  width: 130px;
}
.resultlist .coverbox .coverimg img {
  width: 80px;
  height: auto;
  max-height: 135px;
}
.fullList .coverbox .produktBild img {
  width: auto !important;
  max-width: 130px;
  height: auto !important;
  max-height: 200px;
}
.resultlist .coverbox .rabattMarker,
#siteWrap .sixPackItem  .rabattMarker {
  background: #e3000f;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  position: absolute;
  right: -6px;
  top: -16px;
}
#siteWrap .sixPackItem .rabattMarker {
  right: 12px;
  top: 3px;
}
#siteWrap .oversizedCarouselItemWrap .rabattMarker {
  right: 12px;
  top: -4px;
}
.resultlist .coverbox .rabattMarker > span,
#siteWrap .sixPackItem  .rabattMarker > span {
  color: #fff;
  display: block;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  font-weight: 600;
  color: #fff;
  word-spacing: -2px;
  text-indent: -3px;
}
.ie8 .resultlist .coverbox .rabattMarker,
#siteWrap .sixPackItem .rabattMarker {
  background: url("FL-img/noSprite/prozentstoerer_lila.png") no-repeat scroll 0 0 transparent;
}
.resultlist .articleinfobox {
  position: absolute;
  left: 130px;
  top: 40px;
  width: 332px;
}
.fullList .articleinfobox {
  left: 180px;
  top: 25px;
  width: 310px;
  height: 165px;
}
.resultlist .articleinfobox .title,
.fullList .articleinfobox .artikelTitel {
  font-size: 18px;
  left: 0;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  position: absolute;
  top: -4px;
}
.resultlist .articleinfobox .title a {
  text-decoration: none;
}
.resultlist .articleinfobox .title a:hover {
  text-decoration: underline;
}
.resultlist .articleinfobox .informationbox,
.resultlist .articleinfobox .authorenUndUntertitel{
  position: absolute;
  top: 55px;
  font-weight: bold;
  font-weight: 600;
}
.fullList .articleinfobox .informationbox,
.fullList .articleinfobox .authorenUndUntertitel{
  top: 45px;
  font-weight: normal;
}
.resultlist .articleinfobox .informationbox {
  font-weight: normal;
}
.resultlist .articleinfobox .author {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}
.resultlist .articleinfobox .author span {
  font-weight: normal;
}
.fullList .articleinfobox .author span {
  font-weight: bold;
}
.resultlist .articleinfobox .binderEtcWrap {
  position: absolute;
  top: 102px;
  left: 0;
  float: left;
  height: 13px;
  line-height: 13px;
  vertical-align: bottom;
}
.fullList .articleinfobox .binderEtcWrap {
  top: 98px;
}
.resultlist .articleinfobox .binderEtcWrap .sortimentIcon {
  float: left;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.bonusShop .resultlist .articleinfobox .binderEtcWrap {
  position: relative;
  top: 0; left: 0;
  margin: 15px 0;
}
.resultlist .articleinfobox .downloadformat {
  position: absolute;
  top: 85px;left: 0;
}
.resultlist .articleinfobox .warenartName {
  text-transform: uppercase;
}
.resultlist .articleinfobox .bindername,
.batchSearchBoxForm  .sortimentEinband,
.fullList .articleinfobox .sortimentEinband,
.bindername,
.productPageSortimentEinband {
  text-transform: lowercase;
  cursor: pointer;
}
.fullList .articleinfobox .sortimentEinbandFilm,
#productPageSortiment .sortimentEinbandFilm {
  text-transform: none;
}
.resultlist .articleinfobox .binderinfoimg,
.binderinfoimg,
.fullList .articleinfobox .drmInfoI,
.drmInfoI,
.infobox {
  background-image: url("huduImg/huduSprite.png");
  background-position: -578px -97px;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-left: 1px;
  vertical-align: top;
  position: relative;
}
#edit-newsletter .infoIcon {
  background-image: url("huduImg/huduSprite.png");
  background-position: -578px -97px;
  width: 14px; height: 14px;
  display: inline-block;
}


.resultlist .binderinfoimg,
.fullList .drmInfoI,
#batchSearchResult .drmInfoI,
.productPageSortimentEinband .drmInfoI,
.infobox {
  width: 30px;
  cursor: help;
}
.drmWiki,
.drmBubble,
.sepaInfo .sepaInfoFull,
.infobox-content,
.familySharingInfoI-message {
  position: absolute;
  left: -9999px;
  top: -30px;
  z-index: 28;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 10px;
  width: 220px;
  min-height: 50px;
  cursor: auto;
  text-transform: none;
}
.sepaInfo {
  position: relative;
}
.sepaInfo .sepaInfoFull {
  width: 196px;
  min-height: 20px;
}

.resultlist .bindername:hover span.drmWiki,
.batchSearchBoxForm  .sortimentEinband:hover span.drmBubble,
.fullList .articleinfobox .sortimentEinband:hover span.drmBubble,
#batchSearchResult .sortimentEinband:hover span.drmBubble,
.productPageSortimentEinband:hover span.drmWiki,
.productPageSortimentEinband:hover .infobox-content,
.infobox-content:hover {
  left: 25px;
}
.sepaInfo:hover .sepaInfoFull {
  left: 0;
  right: auto;
  top: 24px;
}

.drmWiki::before {
    content: '';
}

.drmWiki::before,
.drmBubble .drmArrow,
.infobox-content::after,
.familySharingInfoI-message::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -8px;
  width: 8px;
  height: 31px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: 0 -55px;
}
.sepaInfo .sepaInfoFull .layerArrow  {
  position: absolute;
  top: -8px;
  left: 90px;
  width: 31px;
  height: 8px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -57px -292px;
}
.drmWiki p:first-child,
.drmBubble p:first-child {
  margin-top: 0;
}
.drmWiki p:last-child,
.drmBubble p:last-child {
  margin-bottom: 0;
}

.sepaInfo {
  padding: 2px 0;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  width: auto;
  max-width: 240px;
}
.bestellProzessH2 .sepaInfo {
  float: left;
  left: 50px;
  top: 4px;
}
.bestellProzessH2 .sepaMandateText {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  padding-left: 20px;
}
.accountSepaInfo.sepaInfo {
  left: 270px;
  top: -18px;
  width: 230px;
  margin-bottom: -15px;
}
#quickBuyBox .sepaInfo {
  width: 220px;
}
.sepaInfo .sepaInfoShort,
.sepaInfo .sepaInfoIcon {
  cursor: help;
  height: 17px;
  line-height: 14px;
  vertical-align: middle;
}
.sepaInfo .sepaInfoIcon {
  background-image: url("huduImg/huduSprite.png");
  background-position: -578px -97px;
  display: inline-block;
  width: 14px;
  margin-left: 3px;
}
.sepaMandatRef {
  font-weight: bold; font-weight: 600;
}

#sepaToolBox {
    border-top: 1px solid #e5e5e5;
    margin: 25px 0 0 0;
}
#order-payment-bankaccount #sepaToolBox {
  margin-bottom: 20px;
}
.sepaToolLabel {
    padding: 15px 0 5px 0;
    display: inline-block;
}
.sepaToolLabel:before {
   content: "";
   width: 16px;
   height: 16px;
   background-image: url("FL-img/spritesNoRepeat.png");
   background-position: -374px -622px;
   display: inline-block;
   margin-right: 3px;
}
#sepaTool {
    display: none;
    padding-top: 10px;
}
#sepaTool h3 {
  font-size: 14px;
  font-weight: bold; font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
#sepaToolBox #sepaTool .formErrorAccount {
  margin: 0;
}
#sepaToolBox #sepaTool .formErrorAccount.global {
  margin: 5px 0 0 0;
}
#sepaTool .buttonbar {
  margin-bottom: 0;
}
#sepaTool #calculateButton {
  padding-right: 8px;
  text-align: center;
  width: 201px;
}
.buttonAnimation {
    width: 130px;
    background-color: transparent;
    float: left;
    text-align: center;
}
#sepaTool .buttonAnimation {
    width: auto;
    position: relative;
    text-align: left;
    padding: 6px 8px 0 40px;
    font-size: 15px;
    background: #e5e5e5;
    height: 24px;
}
.buttonAnimation img {
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    top: 4px;
    left: 11px;
}

.button-confirmation {
    margin-right:0.75em;
    min-width: 5em;
}

.resultlist .articleinfobox .language {
  position: absolute;
  top: 117px;
  left: 0;
}
.fullList .articleinfobox .artikelSprache {
  position: absolute;
  top: 112px;
  left: 0;
}
.resultlist .articleinfobox .verfuegbarkeit {
  left: 0;
  position: absolute;
  top: 145px;
  width: 320px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
#merkzettelPage .resultlist .articleinfobox .verfuegbarkeit {
  width: 400px;
}
.resultlist .articleinfobox .verfuegbarkeit.download:before,
.resultlist .articleinfobox .verfuegbarkeit.immediately:before,
.resultlist .articleinfobox .verfuegbarkeit.days_2_3:before{
    content: "";
    padding-left: 15px;
    background: url("huduImg/check_green_20x20.png") no-repeat left 4px;
    background-size: 10px;
    display: inline;
}

.resultlist .articleinfobox .verfuegbarkeit * {
  vertical-align: baseline;
}
.resultlist .articleinfobox .verfuegbarkeit img {
  max-width: 10px;
  max-height: 10px;
}

.resultlist .articleinfobox .orderdetails {
  left: 0;
  position: absolute;
  top: 115px
}

.resultlist .articlepricebox {
  position: absolute;
  right: 20px;
  text-align: right;
  top: 40px;
  width: 202px;
  height: 135px;
}
.fullList .articlepricebox {
  position: absolute;
  right: 20px;
  text-align: right;
  top: 25px;
  width: 190px;
  height: 165px;
}
.resultlist .articlepricebox.top20 {
  top: 20px;
}
.resultlist .articlepricebox .label{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -25px;
}
.fullList .articlepricebox .label {
  top: 0;
}
.resultlist .articlepricebox .preis {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 16px;
  font-weight: bold; font-weight: 600;
  color: #e2001a;
  margin-top: 0px;
  float: none;
}
.fullList .articlepricebox .preis {
  margin-top: 18px;
  color: #666;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  font-weight: 600;
}
.resultlist .articlepricebox .mwst{
  margin-top: 5px;
}
.resultlist .articlepricebox .vergleichsPreis{
  margin-top: 6px;
}

.resultlist .articlecontainer .relatedArticles {
  position: absolute;
  right: 200px;
  bottom: 0;
  width: 165px;
  height: 20px;
  line-height: 20px;
  padding-left: 8px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.resultlist .articlecontainer .alsoAvailable:hover {
  color: #e3000f;
}
.resultlist .articlecontainer .relatedArticles:before {
  content: "";
  background-color: #d7d7d7;
  float: right;
  margin: 0 0 0 8px;
  width: 22px;
  height: 20px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -12px -44px;
}
.resultlist .articlecontainer .relatedArticles:hover:before {
  background-position: -42px -44px;
}
.resultlist .articlecontainer .relatedArticles:after {
  content: "";
  display: block;
  width: 175px;
  height: 8px;

  background-image: url("huduImg/huduSprite.png");
  background-position: -10px -146px;
  position: absolute;
  top: -3px;
  left: -1px;
}

.resultlist  .relatedItem  {
  position: absolute;
  left: -9999px;
  right: auto;
  bottom: 21px;
  background-color: #fff;
  padding: 2px 10px;
  float: left;
}
.resultlist .relatedArticles:hover .relatedItem  {
  left: auto;
  right: -3px;
}
.resultlist  .relatedItem a {
  height: 28px;
  line-height: 28px;
  border-top: 1px solid #bbb;
  width: 180px;
}
.resultlist  .relatedItem a:first-child {
  border-top: none;
}
.resultlist  .relatedItem .borderTop a {
  border-top: 1px solid #bbb;
}
.resultlist  .relatedItem .borderNone a {
  border-top: none;
}
.resultlist  .relatedItem a,
.resultlist  .relatedItem span {
  float: left;
}
.resultlist  .relatedItem .sortimentIcon {
  display: none;
}
.resultlist  .relatedItem .warenartDisplayName {
}
.resultlist  .relatedItem .preis {
  float: right;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
.resultlist  .relatedItem .alsoAvailable:hover .preis {
  color: #e3000f;
}
.resultlist .getarticlebox {
  position: absolute;
  bottom: 20px;
  left: 130px;
  width: 530px;
}
#eBookHistory .resultlist .getarticlebox,
#audiobookHistory .resultlist .getarticlebox {
  width: 550px;
}
.fullList .getarticlebox {
  bottom: 25px;
  left: 180px;
  width: 500px;
  height: 32px;
}
.resultlist .bestsellerrank {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 18px;
  letter-spacing: -1px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 28px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.resultlist .coverbox.bestseller {
  left: 30px;
}
.resultlist .articleinfobox.bestseller {
}
.resultlist .getarticlebox.bestseller {
}
.resultlist .getarticlebox .bewertung {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.fullList .getarticlebox .fiveStars {
  float: left;
  margin-right: 10px;
  margin-top: 14px;
}
.fullList .bewertung .fiveStarsInner {
  display: block;
  height: 14px;
}
#merkzettelPage .fullList .getarticlebox .fiveStars {
  float: left;
  margin-right: 0;
  margin-left: 220px;
  margin-top: 14px;
}
.resultlist .debugSearchScore {
  position: absolute;
  left: 130px;
  top: 30px;
}
.merkzettelAdd {
  display: none;
}
.fullList  .merkzettelAdd{
  position: absolute;
  right: 0;
  bottom: 4px;
  height: 15px;
}
.resultlist  .merkzettelAdd a {
  text-decoration: none;
}
.resultlist  .merkzettelAdd a:hover {
  text-decoration: underline;
}

.resultlist  .merkzettelAdd a:before {
  float: left;
  margin-right: 5px;
  margin-top: 6px;
  content: "";
  width: 5px;
  height: 8px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -176px -10px;
}
.resultlist  .merkzettelAdd a:after {
  float: right;
  margin-left: 5px;
  margin-top: -1px;
  content: "";
  width: 12px;
  height: 15px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -118px -113px;
}
.resultlist  .merkzettelAdd.imMerkzettel:before {
  float: left;
  margin-right: 3px;
  margin-top: 4px;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -706px -77px;
}


.resultlist .addedDate {
  position: absolute;
  left: 180px;
  bottom: 26px;
  width: 217px;
}
#merkzettelPage .resultlist .getarticlebox .bewertung {
  margin-left: 212px;
}
.fullList .btn_remove a {
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 60px;
}
.fullList .btn_remove a:hover {
  text-decoration: underline;
}
.fullList .btn_remove a:before {
  content: "";
  background-image: url("huduImg/huduSprite.png");
  background-position: -158px -10px;
  width: 8px;
  height: 8px;
  float: left;
  margin: 6px 3px 0 0;
  text-decoration: none;
}
.resultlist  .bestellstatus {
  position: absolute;
  right: 0;
  bottom: 40px;
}


.resultlist .getarticlebox .btn_download {
  width: 117px;
}
.resultlist .getarticlebox .btn {
  position: relative;
  float: right;
}

#eBookHistory .getarticlebox .notAvailable {
    text-align: right;
}

#eBookHistory .getarticlebox .kontoDownloadLink {
  position: absolute;
  float: none;
  right: 0;
  bottom: 0;
}
#eBookHistory .getarticlebox .kontoDownloadLink.tolinoLink {
  bottom: 40px;
}
.kontoDownloadLink,
.kontoDownloadLink * {
  text-decoration: none;
}
.kontoDownloadLink.tolinoLink.btn_download.btn.btnBlue.btn30.btnIco.btnIcoCloud {
    padding-top: 3px;
}



.resultlist .getarticlebox div[id^=used] a {
  text-decoration: none;
}

.resultlist hr {
  border: none;
  height:1px;
  border-top:1px solid #e5e5e5;
  background:transparent;
  margin: 0 20px;
}
.resultlist hr:last-child {
  display: none;
}
#searchResultWikiTextfield .cmsBox {
  margin: 0 0 20px 0;
  margin: 0 0 20px -240px;
  width: 700px;
  width: 940px;
}
#searchResultWikiTextfield  .cmsBoxInner {
  float: right;
  min-height: 130px;
  padding: 0 0 0 20px;
  height: 130px;
  width: 660px;
  width: 900px;
  border: 10px solid #e2001a;
}
#searchResultWikiTextfield .cmsBoxInner * {
  max-height: 130px;
}
#columnsWrap .suchFilterHeading:before {
  content: "";
  background-image: url("huduImg/huduSprite.png");
  background-position: -139px -113px;
  width: 15px;
  height: 15px;
  float: left;
  margin: 6px 7px 0 0;
}
#columnsWrap .suchFilterHeading:after {
  content: ":";
  display: inline-block;
}


.filternavigation {
  background: #f7f7f7;
}
div.accountnav div div.filternavigation {
  border:none;
  background-color: transparent;
}


/* Schulbuch-/ Batchsuche */

#batchSearchResult .batchSearchSiteHeading {
  padding: 35px 0 10px 0;
  font-size: 18px;
}
#batchSearchResult #number-search-input {
  width: 640px;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  font-size: 13px;
}
#batchSearchResult #numbersearch-search-submit {
  width: 62px;
  height: 62px;
  margin: 1px 8px 0 0;
}
#batchSearchResult #numbersearch-search-submit:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  margin-left: 8px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -833px -81px;
}
#numbersearch-search-form .drmInfoI {
  margin-top: 1px;
}
#numbersearch-search-form .drmBubble {
  width:175px;
}

#batchSearchResult .explain-numbers {
  line-height: 15px;
}
#batchSearchResult .explain-numbers ul:last-child {
  padding-bottom: 15px;
}
#batchSearchResult .explain-numbers li {
  padding-left: 15px;
}
#batchSearchResult .explain-summary {
    margin: 20px 0 5px 0;
    font-weight: bold;
}

.numbersearch-buyform .article-chooser {
    position: absolute;
    left: -115px;
    top: 22px;
    width: 110px;
}
.numbersearch-buyform-header {
    border-bottom: 1px solid #d7d7d7 ;
    padding: 15px 0 10px 0;
    width: 940px;
}
.numbersearch-buyform-footer {
    border-top: 1px solid #d7d7d7 ;
    padding-top: 10px;
    width: 940px;
}
.numbersearch-buyform-header .amount-input-header {
    font-weight: bold;
    padding-bottom: 3px;
}
.numbersearch-buyform-header .amountInput {
    min-width: 400px;
}
.numbersearch-buyform-header .addtocart-header,
.numbersearch-buyform-footer .addtocart-header {
    width: 178px;
}
.numbersearch-buyform-header .number-input {
    border: 1px solid #d7d7d7;
    width: 185px;
    height: 30px;
}
.numbersearch-buyform-header .number-plus,
.numbersearch-buyform-header .number-minus,
.numbersearch-buyform-header .number-field {
    float: left;
    text-align: center;
}
.numbersearch-buyform-header .number-field {
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    border: none;
    padding-top: 1px;
}
.numbersearch-buyform-header .number-plus,
.numbersearch-buyform-header .number-minus {
    background-color: #f7f7f7;
    height: 30px;
    width: 50px;
    cursor: default;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
.numbersearch-buyform-header .number-minus {
    line-height: 20px;
    font-size: 40px;
}
.numbersearch-buyform-header .number-plus {
    line-height: 28px;
    font-size: 28px;
    float: right;
}
.numbersearch-buyform-header .drmInfoI {
    margin-left: 8px;
}

#batchSearchResult .header-sum {
    font-size: 20px;
    font-weight: bold;
    font-weight: 600;
    color: #e3000f;
    text-align: right;
    width: 192px;
    padding-top: 12px;
}
#batchSearchResult .header-sum .price-sum {
    font-size: 24px;
}
#batchSearchResult .header-sum-top {
    margin-bottom: -12px;
}
#batchSearchResult .batchAddToCart {
  width: 400px;
}
#batchSearchResult .batchAddToCartTop {
  padding-top: 13px;
}

.numbersearch-buyform .article-chooser {
  height: 18px;
}
.numbersearch-buyform .article-check {
  margin: 0 20px 0 0;
  vertical-align: text-top;
}
.numbersearch-buyform .article-count-outer {
  font-size: 18px;
  line-height: 18px;
}
.numbersearch-buyform .article-chooser .drmInfoI {
  margin: 2px 0 0 3px;
}

.attention {
  border: 1px solid #e3000f;
  color: #e3000f;
}



/*
Account - Startseite
--------------------------------------------------------------------------------*/
#kontoStartseite .posterPic img {
  height: auto !important;
}
#lastDownloads .lastdownloadsitem {
    height: 300px;
}
#lastDownloads {
  width: 653px;
  margin-bottom: 15px;
  min-height: 300px;
  height: auto;
}
#lastDownloads .kontoDownloadLink.tolinoLink,
#lastDownloads .lastdownloadsitem .btn_download {
  position: absolute;
  top: 260px;
  width: 112px;
  padding-right: 30px;
  padding-top: 4px;
}
#lastDownloads .lastdownloadsitem .btn_download.btnXS {
  width: 30px;
  left: 116px;
  padding: 0;
}
#lastDownloads .lastdownloadsitem .btn_download.btnXS.btnIco:before  {
  right: 4px;
}

#lastDownloads .downloadAnimation {
  float: none;
  position: absolute;
  width: 112px;
  top: 260px;
  height: 27px;
  line-height: 27px;
  padding: 2px 0 1px 0;
  text-align: left;
}
#lastDownloads .downloadAnimation.btnXS {
  width: 32px;
  left: 115px;
  padding-left: 5px;
}
#lastDownloads .downloadAnimation img {
    float: left;
    margin-right: 3px;
}
#lastDownloads .downloadAnimation.tolinoLink span {
  position: relative;
  top: -7px;
  left: 0;
}
#lastDownloadsErrors {
    margin: -10px 0 10px 30px;
}


#myEbooksHelpBox h3 {
  font-size: 15px
}
#myEbooksHelpBox p:before,
#oldOrderHint:before {
  content:"";
  float: left;
  height: 38px;
  width: 38px;
  background-color: #e3000f;
  margin-right: 15px;
  background-image: url("FL-img/spritesNoRepeat.png");
  color: #fff;
  background-color: #e3000f;
  background-position: -461px -697px;
}
.ie8 #myEbooksHelpBox p:before {
  background-color: #e3000f;
  background-image: url("FL-img/spritesNoRepeat.png");
}
.ie8 #oldOrderHint:before {
  background-color: #e3000f;
  background-image: url("huduImg/huduSprite.png");
}
#myEbooksHelpBox  {
  padding: 0 20px;
}
#myEbooksHelpBox p.apps:before {
  background-position: -260px -739px;
}
#myEbooksHelpBox p.adobe:before {
  background-position: 1px -744px;
}
#myEbooksHelpBox p.devices:before {
  background-position: -34px -744px;
}

#myEbooksHelpBox  {
  padding: 0 10px;
}
#myEbooksHelpBox p {
  margin: 10px 0;
}
#myEbooksHelpBox p.apps {
  margin-bottom: 20px;
}
#myEbooksHelpBox p.apps * {
  display: inline-block;
  margin-right: 15px;
}
#myEbooksHelpBox p.cloud {
  padding-bottom: 10px;
}
#myEbooksHelpBox p.adobe {
  margin-bottom: -5px;
}
#myEbooksHelpBox p.devices {
  margin-bottom: 10px;
}
#audiobookHistory #myEbooksHelpBox p.adobe {
  margin: 10px 0 20px 0;
  line-height: 12px;
}
#audiobookHistory #myEbooksHelpBox p.devices {
  margin-bottom: 20px;
  line-height: 12px;
}
#oldOrderHint:before {
  background-image: url("huduImg/huduSprite.png");
  background-position: -694px -33px;
  margin: 4px 15px 50px 20px;
}
.orderHistoryHint #oldOrderHint:before {
  margin: 5px 15px 20px 0;
}
.libButton {
  width: 230px;
  height: 30px;
  line-height: 30px;
  margin: 25px 0 50px 0;
  text-align: left;
}
.libButton:before {
  content:"";
  float: left;
  margin: 7px 24px 0 16px;
  height: 17px;
  width: 21px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -837px -53px;
}
#libButtonAudio.libButton:before {
  margin: 6px 24px 0 16px;
}
#libButtonAudio.libButton {
  width: 315px;
}
#libButtonAudio.libButton:before {
  background-position: -869px -52px;
}
#myCloudPage {
  width: 650px;
  float: left;
}
#myCloudPage .devices,
#myCloudPage .library {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
#myCloudPage .webReader {
  margin-bottom: 0;
}
#myCloudPage .devices:before,
#myCloudPage .library:before,
#myCloudPage .webReader:before {
  content: "";
  float: left;
  height: 72px;
  width: 72px;
  margin-right: 15px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-image: url("FL-img/noSprite/geraeteManager.png");

}
#myCloudPage .library:before {
  background-image: url("FL-img/noSprite/bibliotheksLink.png");
}
#myCloudPage .webReader:before {
  background-image: url("FL-img/noSprite/webReader.png");
}
#myCloudPage .btnFlat {
  margin-left: 10px;
}

#myCloudPage span {
  position: relative;
  top: 8px;
}


/*
Listen / mit einer festen Höhe der Container von 210px oder 165px und dynamischer articleinfobox
Account - Ebook Downloads
Account - Hörbuch Downloads
--------------------------------------------------------------------------------*/
.resultlist .articlecontainer165 {
  position: relative;
  height: 165px;
  line-height: 15px;
}
.articlecontainerMyAudioBooks .formError,
.resultlist .articlecontainer165 .formError {
  position: absolute;
  bottom: 95px;
  width: 230px;
  right: 22px;
}
.resultlist .articlecontainer210 {
  position: relative;height: 210px;
}
.resultlist .articlecontainer150 .articleinfobox,
.resultlist .articlecontainer165 .articleinfobox,
.resultlist .articlecontainer210 .articleinfobox {
  width: 385px;top: 20px;
}
.resultlist .articlecontainer165 .coverbox,
.resultlist .articlecontainer210 .coverbox {
  top: 20px;
}
.resultlist .articlecontainer165 .getarticlebox,
.resultlist .articlecontainer210 .getarticlebox {
  bottom: 20px;
}
.resultlist .articleinfobox.dynamisch .title {
  position: relative;
}

/*
    Account: Aboübersicht
*/
.account-tolino-subscriptions-overview {

}

.account-tolino-subscriptions-overview-no-subscriptions .btn {
    display: inline-block;
    padding-right: 8px;
}

.account-tolino-subscriptions-overview-list {
    margin: 20px 0;
}

.account-tolino-subscriptions-overview-list-item {
    padding: 15px 20px;
}

.account-tolino-subscriptions-overview-list-item .item-text {
    float: left;
    width: 65%;
}

.account-tolino-subscriptions-overview-list-item-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.account-tolino-subscriptions-overview-list-item-credits {
    font-weight: bold;
}

.account-tolino-subscriptions-overview-list-item-credits .counter {
    color: #e3000f;
}

.account-tolino-subscriptions-overview-list-item-infonext {
    margin-bottom: 10px;
}

.account-tolino-subscriptions-overview-list-item-pay-day {
}

.account-tolino-subscriptions-overview-list-item-payment {
    margin-top: 10px;
}

.account-tolino-subscriptions-overview-list-item-payment .btn{
    display: inline-block;
    margin-top: 10px;
}

.account-tolino-subscriptions-overview-list-item .item-actions {
    width: 30%;
    float: right;
}

.account-tolino-subscriptions-overview-list-item .item-actions .btn {
    margin-top: 15px;
    text-align: center;
}

.account-tolino-subscriptions-overview-unsubscribe {
    display: none;
}

.account-tolino-subscriptions-overview-unsubscribe-confirmation.abo-overlay-panel {
    left: auto;
    right: 5px;
    bottom: -50px;
}

.account-tolino-subscriptions-overview-unsubscribe:checked + .account-tolino-subscriptions-overview-unsubscribe-confirmation.abo-overlay-panel {
    display: block;
}


.account-tolino-subscription-payment .account-tolino-subscriptions-payment-success {
    color: #40A831;
}

.account-tolino-subscription-payment .account-tolino-subscriptions-payment-error {
    color: #e3000f;
}

.account-tolino-subscriptions-payment-selection {
    background-color: #f5f5f5;
    margin: 10px 0 30px;
    padding: 20px;
}

.account-tolino-subscriptions-payment-selection .account-tolino-subscriptions-payment-type {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    margin-bottom: 10px;
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
}

.account-tolino-subscriptions-payment-selection .account-tolino-subscriptions-payment-type.first {
    border-top: none;
    padding-top: 0px;
}

.account-tolino-subscriptions-payment-selection .account-tolino-subscriptions-payment-no-bank-accounts,
.account-tolino-subscriptions-payment-selection .account-tolino-subscriptions-payment-data-list {
    margin: 10px 0 20px;
}

.account-tolino-subscriptions-payment-data-list li {
    position: relative;
    padding: 0 0 10px 20px;
}

.account-tolino-subscriptions-payment-data-list li input[type=radio]{
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0;
}

.account-tolino-subscriptions-payment-selection .account-tolino-subscriptions-payment-data-submit {
    margin: 25px 0 0 0;
}

.account-tolino-subscriptions-payment-selection .account-tolino-subscriptions-payment-data-submit .btnBack{
    float: left;
    text-align: center;
    padding: 6px 8px;
}

.account-tolino-subscriptions-payment-selection .account-tolino-subscriptions-payment-data-submit .btnSubmit{
    float: right;
    text-align: center;
    padding-right: 8px;
}

/*
Listen / mit einer festen Höhe der Container von 150px;
Account - Bestelldetails
--------------------------------------------------------------------------------*/
.resultlist .articlecontainer150 {
  position: relative;height: 150px;
}
.resultlist .articlecontainer150 .articleinfobox ,
.resultlist .articlecontainer150 .coverbox {
  top: 20px;
}
.resultlist .articlecontainer150 .coverbox {
  left:20px;
}

.resultlist .articlecontainer150 .getarticlebox {
  bottom: 20px;
}


/*
Listen / Container mit dynamischer Höhe
Account- Bestellübersicht
--------------------------------------------------------------------------------*/
.resultlist .dynamiccontainer {
  position: relative;
  padding: 10px;
}
.dynamiccontainer h3,
.dynamiccontainer ul li{
  font-family: 'Open Sans', sans-serif;
}
.dynamiccontainer h3 {
  font-size: 14px; line-height: 17px;
}
.dynamiccontainer.couponHistory {
  margin: 0 20px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
#dynamiccontainerWrapper div:first-child {
  border-top: none;
}

/* Listen / X weitere Artikel
--------------------------------------------------------------------------------*/
.resultlist .moreresults {
  position: absolute;
  bottom: 22px;
  left: 20px;
}
.resultlist .moreresults a {
  text-decoration: none;
  font-size: 20px;
}
.resultlist .moreresults a:after {
  content: "";
  background-image: url("huduImg/huduSprite.png");
  background-position: -64px -78px;
  width: 10px;
  height: 16px;
  position: absolute;
  right: -25px;
  top: 7px;
}

/* Listen / Merkzettel löschen / Alle Artikel in den Warenkorb legen
--------------------------------------------------------------------------------*/
.resultlist .notepadactions {
  position: relative;
  height: 55px;
  padding: 20px;
  text-align: center;
}
.resultlist .notepadactions a {
  line-height: 55px;
  text-decoration: none;
  font-size: 22px;
  position: relative;
}
.resultlist .notepadactions .deletenotepad {
  float: right;background-color: #e5e5e5; width: 220px; height: 55px;
}
.resultlist .notepadactions .addallarticlestocart {
  float:right;background-color: #e2001a; width: 405px; height: 55px;
}
.resultlist .notepadactions .addallarticlestocart span {
  color: #FFFFFF;
}
.resultlist .notepadactions .addallarticlestocart a img {
  position: absolute;
  right: -15px;
  top: -2px;
}

/* Listen / Paging
--------------------------------------------------------------------------------*/
.resultlist .pager {
  background-color: #f7f7f7;
  min-height: 70px;
}
.resultlist .pager form .searchparameter,
.resultlist .pager form.searchparameter {
  float: left;
  margin: 20px 0 20px 19px;
  width: 180px;
}
#columnsWrap .listItemsPerPage {
  float: left;
  margin: 20px 0 20px 19px;
}
#columnsWrap .listItemsPerPage,
#columnsWrap .listItemsPerPage select {
  width: 110px;
}
#columnsWrap .listItemsPerPage option {
  padding-right: 15px;
}
#columnsWrap .myEbooksPager .listItemsPerPage {
  margin: 20px -888px 20px 20px;
}
#columnsWrap .wishlistPager .sortBy {
  margin-right: -888px;
}
.resultlist .pager .listpagingbox {
  float: right;
  margin: 20px 19px 0 0;
}
.resultlist .pager .listpagingbox span {
  float: left;
}
.resultlist .pager .listpagingbox .currentpage {
  margin: 6px 0 0 0;
}
.resultlist .pager .pagerArrow {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #e3000f;
  background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
}
.resultlist .pager .pagerArrow:hover {
  background-image:   linear-gradient(to bottom, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:      -o-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:     -ms-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:    -moz-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image: -webkit-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
}
.resultlist .pager span.pagerArrow {
  background-color: #c7c7c7;
  background-image:   linear-gradient(to bottom, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:      -o-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:     -ms-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:    -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
}
.resultlist .pager span.pagerArrow:hover {
  background-image:   linear-gradient(to bottom, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:      -o-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:     -ms-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:    -moz-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image: -webkit-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
}

.resultlist .pager .pagerArrow.back:before,
.resultlist .pager .pagerArrow.next:before  {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  margin: 9px 12px 0 11px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -47px -28px;
}
.resultlist .pager .pagerArrow.next:before {
  background-position: -17px -28px;
  margin: 9px 11px 0 12px;
}

/* Rezensionen
--------------------------------------------------------------------------------*/
#meineRezensionen .formError ul {
  display: block;
  margin-bottom: 10px;
}
#meineRezensionen #reviewItemWrapper {
  margin: 20px 0;
}
.reviewItem {
  border-top: 1px solid #e5e5e5;
  margin: 0 20px;
}
#reviewItemWrapper div:first-child{
  border-top: none;
}

.resultlist .reviewcontainer {
  position: relative;
  min-height: 165px;
}
.reviewcontainer .coverbox {
  left: 0;
  position: absolute;
  top: 20px;
}
.reviewcontainer .coverbox .coverimg img {
  width: 67px;
  height: auto;
}
.reviewcontainer .articleinfobox {
  left: 85px;
  top: 20px;
  width: 560px;
}
.reviewcontainer .articleinfobox .title {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-top: -4px;
}
.reviewcontainer .articleinfobox .wrotefor,
.reviewcontainer .articleinfobox .ownrating,
.reviewcontainer .articleinfobox .status {
  margin-top: 15px;
}
.reviewcontainer .articleinfobox .status {
  line-height: 14px;
}
.reviewStatusIcon {
  display: inline-block;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -452px -275px;
}
.reviewStatusIcon.online {
  background-position: -452px -275px;
}
.reviewStatusIcon.rejected {
  background-position: -313px -639px;
}
.reviewStatusIcon.offline {
  background-position: -260px -587px;
}
.reviewbox .rejectedReason {
  padding-left: 85px;
}

.reviewcontainer .deletebtn {
  position: absolute;
  right: 0;
  top: 90px;
}
.reviewcontainer .editbtn,
.reviewcontainer .reviewEdit {
  position: absolute;
  right: 85px;
  top: 90px;
}
.reviewcontainer .reviewEdit a,
.reviewcontainer .deletebtn a {
  text-decoration: none;
}

/*
.reviewcontainer .reviewEdit span{
  font-size: 16px;
  line-height: 30px;
  padding-left: 14px;
  text-decoration: none;
  text-transform: lowercase;
}*/
.reviewbox {
  margin-bottom: 20px;
  position: relative;
  width: 640px;
}
/* Rezensionen schreiben
--------------------------------------------------------------------------------*/
.layerbg,
#Layer,
#reviewLayer {
  width: 100%;
}
#Layer,
#reviewLayer {
  background-color: #f5f5f5;
}
#Layer.resetPW {
  background-color: #fff;
}
#Layer input.liTextField,
#couponLayer input.liTextField,
#reviewLayer input.liTextField {
  width: 435px;
  border: 1px solid #dfdfdf;
}
#Layer textarea,
#couponLayer textarea,
#reviewLayer textarea {
  border: 1px solid #dfdfdf;
  font-size: 13px;
  height: 90px;
  padding: 8px;
  width: 428px;
  margin-right: 33px;
}
#Layer textarea#text {
    display: block;
    clear: both;
}
#Layer .captcha.img,
#couponLayer .captcha.img,
#reviewLayer .captcha.img {
  border: 1px solid #dfdfdf;
}

/* Register
--------------------------------------------------------------------------------*/
#registerBoxOuter {
  background-color: #f5f5f5;
  border: 10px solid #f5f5f5;
  width: 920px;
  margin-bottom: 15px;
}
#registerBoxInner {
  padding: 20px;
}
#registerBoxInner .headeraccessdata {
  font-weight: bold; font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-top: 12px;
}
#registerBoxInner label,
#registerBoxInner .label,
.salutationLabel.label {
  display: block;
  margin: 20px 0 7px;
}
/* wurde auf radio-buttons umgestellt
#registerBoxInner select#salutation,
#registerBoxInner select#salutation option {
  width: 444px;
}
*/
#registerBoxInner #salutationChoose {
  display: block;
}
#salutationChoose .radio,
#salutationChoose label {
  float: left;
  cursor: pointer;
}
#salutationChoose label {
  float: left;
  padding: 4px 20px 4px 3px;
  margin: 0;
}
#registerBoxInner input.liTextField {
  border: 1px solid #d7d7d7;
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
  width: 435px;
}
.informationicon,
#registerBoxInner .informationicon {
  background-image: url("huduImg/huduSprite.png");
  background-position: -578px -97px;
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: top;
}
#registerBoxInner hr {
  border: none;
  height:0px;
  border-top:1px solid #d7d7d7;
  background:transparent;
  margin: 28px 0 15px;
}
#registerBoxInner .optionalfields {
  margin-bottom: -12px;
}
#registerBoxInner .buttonBar {
  margin-top: 20px;
}
#registerBoxInner button.cancel {
  float: left;
  background-color: #e5e5e5;
}
#registerBoxInner button.cancel img {
  margin-right: 9px;
  margin-top: -1px;
}
#registerBoxInner button.register {
  float: right;
  background-color: #e2001a;
}
#registerBoxInner button.register span {
  color: #FFFFFF;
}
#registerBoxInner button.register img {
  margin-left: 9px;
  margin-top: -1px;
}

.formErrorAccount,
#chEmail .formErrorAccount,
#chPassword .formErrorAccount,
#editPayment .formErrorAccount,
#registerBoxInner .formErrorAccount {
  color: #e3000f;
  display: block;
  margin-bottom: -10px;
  margin-top: 10px;
}
.formErrorEditAccountFirstone {
  margin-bottom: 0;
}
.requiredfield,
#registerBoxInner .textbox {
  display: block;
  margin: 14px 0 20px
}
#registerBoxInner .chooseadress {
  margin: 10px 0 25px;
}
#registerBoxInner .chooseadress,
#registerBoxInner .chooseadress a {
  height: 18px;
  line-height: 18px;
  text-decoration: none;
}
#registerBoxInner .chooseadress a {
  float: left;
  margin-right: 25px;
}
#registerBoxInner .chooseadress a:before {
  content: "";
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -253px -509px;
}
#registerBoxInner .chooseadress a.unSelected:before {
  background-position: -100px -366px;
}



/* Register / Optional
--------------------------------------------------------------------------------*/
#optionalContainer {
  margin-top: 30px;
}
#optionalContainer .last {
  margin-bottom: 34px;
}
#adressCorrectionError {
  margin: 10px 0 7px 0;
}
#columnsWrap .adressCorrection {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold; font-weight: 600;
  font-size: 13px;
  margin: 12px 0 3px 0;
}
.adressCorrectionItem {
  margin: 1px 0;
}
.adressCorrectionItem button {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 15px;
  height: 15px;
}
.adressCorrectionItem.lastOne {
  margin: 1px 0 40px 0;
}

/* Register / Help
--------------------------------------------------------------------------------*/
#footerBridge {
  margin: 0 auto 30px auto;
}
.contacthotline {
  background-color: #b5b5b5;
  width:220px;
  height:300px;
  color:#fff;
  float: left;
}
#productPage .contacthotline {
  height: 310px;
}
.contacthotline .innerbox {
  padding: 10px 20px;
  position: relative;
}
.contacthotline .heading {
  font-size: 20px;
}
#footerBridge .contacthotline {
  margin-top: -44px;
  margin-left: 10px;
}
#footerBridge .contacthotline.kontoStart {
  margin-top: 0;
}
.contacthotline .phonenumber {
  font-size: 26px;
  line-height: 30px;
  padding: 21px 0;
}
.contacthotline .serviceinfo {
  padding-top: 4px;
}
.contacthotline .phoneimage {
  background-image: url("huduImg/huduSprite.png");
  background-position: -754px -117px;
  top: 60px;
  height: 54px;
  position: absolute;
  right: 20px;
  width: 49px;
}

/* icon-phone-69x97 */
h2.kontextHelpHeader {
  margin-top: 7px;
  margin-left: 10px;
  background-color: #f5f5f5;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  padding: 18px 20px 2px 20px;
  width: 660px;
}
.t-order-process h2.kontextHelpHeader {
  margin-top: 37px;
}
.bodyForGiftFrame h2.kontextHelpHeader {
  padding-top: 1px;
}
.kontexthilfe {
  background-color: #f5f5f5;
}
.kontexthilfeinner {
  padding: 10px 20px 20px 20px;
  min-height: 226px;
}
.helpAccordion {
  padding-bottom: 20px;
}
#columnsWrap .helpAccordion h3,
.kontexthilfeinner h3 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 8px 0 8px 20px;
  margin: 6px 0;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #d7d7d7;
}
#columnsWrap .helpAccordion h3:before,
.kontexthilfeinner h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 13px;
  height: 6px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -179px -28px;
}
.helpAccordion  h3:first-child {
  margin-top: 0;
}
.helpAccordion div {
  border-bottom: 1px solid #d7d7d7;
}
#columnsWrap .helpAccordion h3.ui-state-active,
.kontexthilfeinner h3.ui-state-active {
  border: none;
}
#columnsWrap .helpAccordion h3.ui-state-active:before,
.kontexthilfeinner h3.ui-state-active:before {
  background-position: -205px -28px
}
.kontexthilfeinner h3 a {
  text-decoration: none;
}
.kontexthilfeinner h3 a:hover {
  text-decoration: none;
}
.kontexthilfeinner .wikiTextLeft {
  padding: 5px 0 10px 0;
}
.kontexthilfeinner > a {
  text-decoration: none;
  position: relative;

  border: none;
  box-sizing: content-box;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  cursor: pointer;
  float: left;
  margin-bottom: 15px;

  color: #fff;
  background-color: #c7c7c7;
  background-image:   linear-gradient(to bottom, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:      -o-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:     -ms-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image:    -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
  background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #c7c7c7 66%, #b5b5b5 100%);
}
.kontexthilfeinner > a:hover {
  background-image:   linear-gradient(to bottom, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:      -o-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:     -ms-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image:    -moz-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
  background-image: -webkit-linear-gradient(top, #b5b5b5 0%, #c7c7c7 66%, #c7c7c7 100%);
}
.kontexthilfeinner > a:after {
  content: "";
  background-image: url("huduImg/huduSprite.png");
  background-position: -12px -28px;
  float: right;
  height: 12px;
  margin-left: 10px;
  margin-top: 13px;
  width: 12px;
}


/* Account Suchformular
--------------------------------------------------------------------------------*/

.accountListSearchForm {
  margin: 20px 20px 0 20px;
  float: left;
}
#columnsWrap .myAudiobooksPager  {
  min-height: 115px;
}
.myAudiobooksPager .accountListSearchForm {
  float: left;
}
.accountListSearchForm .searchfield {
  border: 3px solid #e2001a;
  color: #666;
  float: left;
  height: 27px;
  padding: 0 0 0 4px;
  width: 620px;
}
.accountListSearchForm .searchbutton {
  background-color: #e2001a;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: 2px -185px;
  border: 3px solid #e2001a;
  cursor: pointer;
  float: left;
  height: 33px;
  text-indent: -9000px;
  width: 30px;
}

/* Account Paymentlist
--------------------------------------------------------------------------------*/
#paymentList {
  margin-top: 26px;
}
#paymentList .container {
  float: left;
  width: 250px;
  padding: 15px 9px 12px 12px;
  margin: 0 30px 12px 0;
}
#paymentList .container.greybg {
  padding: 14px 8px 11px 11px;
}

#billingAddress div:nth-child(2n),
#deliveryAddress div:nth-child(2n) {
  margin-right: 0;
  clear: right;
}
#paymentList .liRadio, .paymentProzessList .liRadio {
  margin-left: -2px;
  position: relative;
  top: 2px;
}
#paymentList .paymentIcon,
.bestellProzessH2 .paymentIcon {
  display: inline-block;
  width: 26px;
  height: 36px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -166px -352px;
}
#paymentList .paymentIcon.ec,
.bestellProzessH2 .paymentIcon.ec {
  margin-top: -3px;
  margin-left: 7px;
  width: 56px;
  height: 23px;
  background-position: -449px -743px;
}
#paymentList .paymentIcon.creditcards,
.bestellProzessH2 .paymentIcon.creditcards {
  margin-left: 10px;
  margin-top: -2px;
  position: absolute;
  width: 142px;
  height: 23px;
  background-position: -71px -589px;
}
#paymentList .paymentIcon.bill,
.bestellProzessH2 .paymentIcon.bill {
  position: absolute;
  margin-top:-5px;
  margin-left: 10px;
  width: 30px;
  height: 33px;
  background-position: -438px -388px;
}
#paymentList .paymentIcon.paypal,
.bestellProzessH2 .paymentIcon.paypal {
  position: absolute;
  margin-top:3px;
  margin-left: 10px;
  width: 68px;
  height: 19px;
  background-position: -202px -352px;
}
#editPayment .cardnumber {
  width: 295px;
}
#editPayment .liCVC {
  width: 75px;
}

.trashIconBlue {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -158px -10px;
}
.trashIconBlue.xs {
  width: 9px;
  height: 9px;
  background-position: -158px -10px;
  margin: 0;
}
.delPayment {
  text-decoration: none;
}
.delPayment:hover {
  text-decoration: underline;
}


/* Account OneClick Settings
--------------------------------------------------------------------------------*/
#addressAuswahl {

}

/* Account Adressverwaltung / OCK Settings
--------------------------------------------------------------------------------*/
#billingAddress .container,
#deliveryAddress .container {
  float: left;
  position: relative;
  /* solange das feature mit den radios noch nicht umgesetzt ist*/
  width: 250px;
  height: 148px;
  padding: 15px 9px 12px 12px;
  margin: 0 30px 12px 0;
}
#billingAddress .container.isSelected,
#deliveryAddress .container.isSelected  {
  background-color: #fff;
  padding: 14px 8px 11px 11px;
  border: 1px solid #d7d7d7;
}
#billingAddress .selectAdressLabel,
#deliveryAddress .selectAdressLabel  {
  position: absolute;
  top: 13px;
  left: 10px;
  height: 111px;
  width: 258px;
}
#billingAddress .container.isSelected .selectAdressLabel,
#deliveryAddress .container.isSelected .selectAdressLabel  {
  top: 12px;
  left: 9px;
}
#billingAddress .radio,
#deliveryAddress .radio  {
  position: absolute;
  top: 14px;
  left: 10px;
  margin: 0;
}
#billingAddress .container.isSelected .radio,
#deliveryAddress .container.isSelected .radio  {
  top: 12px;
  left: 9px;
}
#billingAddress .topLabel,
#deliveryAddress .topLabel  {
  padding: 0 0 5px 24px;
}
#billingAddress .topLabel br,
#deliveryAddress .topLabel br {
  display: none;
}
#billingAddress .container .editbar,
#deliveryAddress .container .editbar {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#billingAddress .container .editbar a,
#deliveryAddress .container .editbar a {
  text-decoration: none;
}
#billingAddress .container .editbar a:hover,
#deliveryAddress .container .editbar a:hover {
  text-decoration: underline;
}
#billingAddress .container.isSelected .editbar,
#deliveryAddress .container.isSelected .editbar {
  bottom: 9px;
  left: 9px;
}

.addpaymentdata {
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 9px 0 3px;
  background-color: #b5b5b5;
  color: #fff;
}
.addpaymentdata a {
  text-decoration: none;
  color: #fff;
}
.addpaymentdata .stiftIcon {
  width: 9px;
  height: 9px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -158px -28px;
}
p.huduNo {
  display: none;
}


/* Account Prämienshop
--------------------------------------------------------------------------------*/
.table.bonuspoints .td {
  line-height: 25px;
}


/* Account Merkzettel
--------------------------------------------------------------------------------*/
.merkzettelHilfelink:before {
  background-image: url("FL-img/spritesNoRepeat.png");
  width: 10px; height: 13px; background-position: -432px -275px;
  content:"";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.wishlistTitle {
  font-weight: bold;
  font-weight: 600;
}
#myNotePads .container{
  padding: 8px;
  float: left;
  width: 270px;
  margin: 0 40px 10px 0;
  border: 1px solid #f5f5f5;
}
#myNotePads .radio{
  margin-left: -5px;
}
#myNotePads .container span.icon {
  height: 18px;
  line-height: 30px;
  padding-bottom: 8px;
  padding-top: 1px;
}
#myNotePads .container span.icon:before{
  background-image: url("FL-img/spritesNoRepeat.png");
  width: 21px; height: 22px; background-position: 0 -588px;
  content:"";
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
#myNotePads .container span.icon.send:before{
  width: 21px; height: 22px; background-position: 0 -588px;
}
#myNotePads .container span.icon.trash:before{
  width: 21px; height: 22px; background-position: -335px -318px;
}



@media print {
  .noprint { display:none; }
}

/************ AVA START **************/
#productPage,
#productPage *,
#productPageAnno,
#productPageAnno * {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#productPage {
  padding-top: 35px;
}
.t-layer #productPageAnno {
  width: 940px;
  margin: 0 auto;
}
#productPageMain {
  width: 100%;
  position: relative;
  background: #f5f5f5;
  padding: 10px;
  display: table;
}

#productPageMain .row {
  display: table-row;
}

#productPageMainTrenner{
  border-bottom: 3px solid #EFEFEF;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 660px;
}
#productPage #audioSample * {
  -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;    /* Firefox, other Gecko */
  box-sizing: content-box;         /* Opera/IE 8+ */
}
#productPage #audioSample  {
  margin: 15px 0;
  width: 100%;
}
#productPage #audioSample .audioHeading {
  font-size: 13px;
  line-height: 13px;
  padding-bottom: 5px;
  display: block;
  color: #999;
  text-align: left;
}
#audioSample .flashAudioButton  {
  float: left;
  width: 35px;
  height: 35px;
}
#audioSample.flash-audioSample .audioHeading  {
  float: left;
  padding: 11px 0 0 7px;
}
#audioSample object,
#audioSample embed  {
  float: left;
}
#audioSample .productPagePreviewText .noFlash {
  position: absolute;
  left: -9999px;
  bottom: 35px;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: #e5e5e5;
  border: 2px solid #bbb;
  padding: 7px;
  width: 240px;
}
#audioSample .productPagePreviewText:hover .noFlash {
  left: 4px;
}
li#audioSample  .productPagePreviewText:hover:before  {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -435px -222px;
  content: "";
  width: 31px; height: 8px;
  position: absolute;
  top: -2px;
  left: 50px;
}
#audioSample.html5-audioSample  .productPagePreviewText:hover:before  {
  display: none;
}
#trailerIcon {
  width: 24px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: 0 -482px;
}
.abschnitt {
  display: block;
}
#bindernameEpub{
  text-transform: uppercase;
}

#productPageMainLeft {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 700px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 10px 10px 15px;
}

#productPageMainImg {
  float: left;
  max-width: 250px;
  position: relative;
  margin-right: 20px;
  text-align: center;
}
.bundlePage #productPageMainImg {
  width: auto;
  height: auto;
  margin: 0 25px 10px 0;
}
#productPageMainImgInner {
  position: relative;
}
#productPageMainImg img {
  max-width: 250px;
  width: auto;
  max-height: 400px;
  height: auto;
}

#productPageMainImg .layerReadingSample {
  position: absolute;
  top: -10px;
  left: -25px;
  width: 104px;
  height: 21px;
  line-height: 21px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -431px -136px;
  color: #e3000f;
  text-decoration: none;
  padding-right: 5px;
  text-align: right;
  font-weight: bold;
  font-weight: 600;
  font-size: 12px;
}

#productPageMainImg .layerReadingSample:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 13px;
  width: 9px;
  height: 19px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -444px -157px;
}
#productPageMainImg  #googlepreview {
  position: absolute;
  top: 0;
  left: -7px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -859px -10px;
  width: 88px;
  height: 31px;
}

#productPageMainImg .thumbnails,
 #productPageMainImg .trailerLink {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
  text-align: left;
}

#productPageMainImg .trailerLink {
    padding-top: 7px;
}

#productPageMainImg .trailerLink a {
    color: #e2001a;
    text-decoration: none;
    padding-left: 20px;
    background: url("img/pfeil_re.gif") no-repeat left center;
    background-size: 15px 15px;
}

#productPageMainImg .thumbnails a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    max-width: 45%;
}

#productPageMainImg .thumbnails a.moreLink{
    color: #e2001a;
    text-decoration: none;
    margin: 0;
}

#productPageMainImg .thumbnails a img{
    width: 100%;
}

#productPageMainImg .thumbnails a.extraImgLink:not(.moreLink) {
    visibility: hidden;
}

/*** style of pager-nav in fancybox off #innenansichten **/

.fancybox-wrap #fbGalleryPager {
    padding: 10px 0 0 0;
    margin: 0;
    text-align: center;
}

.fancybox-wrap #fbGalleryPager li {
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 10px 5px;
    color: #b2b2b2;
    margin: 0 5px;
    cursor: pointer;
}

.fancybox-wrap #fbGalleryPager li:hover,
.fancybox-wrap #fbGalleryPager li.active {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #e2001a;
}

#siteWrap .bib-content-overlay,
#siteWrap .bib-content-wrapper,
#siteWrap .bb-wrapper {
  width: 870px;
}
#siteWrap .bib-content-overlay,
#siteWrap .bb-wrapper {
  margin-left: -435px;
  height: 90%;
  top: 5%;
  left: 50%;
}
#siteWrap .bib-content-overlay {
  z-index: 600;
}
#siteWrap .bib-thumbnails-wrapper {
	position: absolute;
}
#siteWrap .bib-content-overlay:before {
	content: " ";
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  left: -150%;
  top: -100%;
  width: 500%;
  height: 500%;
}

.MX_inInclude,
.MX_inInclude a {
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  width: 140px;
  height: 50px;
}
.MX_inInclude {
  top: -19px;
  left: -18px;
}
.MX_inInclude img {display: none !important;}

#productPageZoomCover {
  position: absolute;
  bottom: 2px;
  left: 1px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -593px -52px;
  width: 36px;
  height: 36px;
}

#productPageMainInfoTitel {
  position: relative;
  float: left;
  width: 400px;
}

#productPageMainInfoTitel.bottomSpace {
    padding-bottom: 80px; /*space for productPageMainBottom */
}

.productPageMainTitle {
  word-wrap: break-word;
  font-size: 22px;
  line-height: 1.3em;
  max-height: 5.3em;
  overflow: hidden;
  margin-top: 7px;
}

#productPageAuthors {
  font-size: 16px;
  max-height: 2.9em;
  overflow: hidden;
  margin: 5px 0 15px;
}

#productPageSubtitle {
  word-wrap: break-word;
  font-size: 13px;
  max-height: 2.9em;
  overflow: hidden;
  margin: 15px 0;
}

#productPageMainInfoTitel .shortDescription br + br + br {
  display: none;
}

#productPageMainInfoTitel .shortDescription .wikiTextOut {
    max-height: 5.5em;
    overflow: hidden;
}

#productPageMainInfoTitel .shortDescription a {
    color: #e2001a;
    text-decoration: none;
}

#productPageMainInfoReview {
    clear: both;
    margin: 15px 0;
}

#productPageMainInfoReview .reviewLabel{
    color: #999999;
    padding-right: 10px;
}

#productPageMainInfoReview a.reviewAnchor {
  color: #fff;
}

#productPageMainInfoReview a.writeReviewHref {
  position: relative;
  top:-2px;
  left: 3px;
  padding-left: 12px;
}


#mTopTeaser,
#productPageBundleHint {
  width: 70%;
}

#productPageBundleHint {
    padding: 10px;
    background-color: #f5f5f5;
}

#productPageBundleHint .cmsTextNormal {
  padding: 4px 6px 0 8px;
}

#mTopTeaser {
    padding: 7px 0;
}

#mTopTeaser .cmsTextNormal {
    padding: 0 45px 10px 10px;
    background-color: #f5f5f5;
    position: relative;
}

#mTopTeaser .cmsTextNormal .image-right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 88px;
    height: 88px;
    margin: -44px -44px 0 0;
}

#mTopTeaser .cmsTextNormal .image-right img {
    max-height: 100%;
    max-width: 100%;
}

#cartLayerPopup,
#wishListLayerPopup {
  position: absolute;
  top: 89px;
  left: 10px;
  z-index: 150;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #fff;
  padding: 10px;
  width: 180px;
}
.infoBubbleDownOuter {
  position: relative;
}
.infoBubbleDown {
  position: absolute;
  top: 40px;
  left: -9999px;
  font-size: 13px;
  color: #666;
  padding: 10px;
  z-index: 1;
}
.infoBubbleDownOuter:hover .infoBubbleDown {
  left: 50px;
}
#cartLayerPopup .layerArrow,
#wishListLayerPopup .layerArrow,
.footerZahlartenLayer .layerArrow,
.infoBubbleDown .layerArrow {
  background-image: url("huduImg/huduSprite.png");
  background-position: -725px -10px;
  content: "";
  display: block;
  height: 13px;
  left: 82px;
  position: absolute;
  top: -13px;
  width: 28px;
}
#wishListLayerPopup .layerArrow {
  left: 156px;
}
.infoBubbleDown .layerArrow {
  left: 45%;
}
#cartLayerPopup .layerArrowRight,
#wishListLayerPopup .layerArrowRight {
  position: absolute;
  top: 9px;
  height: 31px;
  width: 8px;
  right: -8px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -25px -346px;
}
#cartLayerPopupClose,
#wishListLayerPopupClose {
  display: block;
  text-align: right;
  border-top: 1px solid #bbb;
  margin-top: 5px;
  padding-top: 5px;
  position: relative;
}
#cartLayerPopupClose {
  border-top: 1px solid #fff;
}
#cartLayerPopupClose:after,
#wishListLayerPopupClose:after {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  bottom: 1px;
  background-image: url("FL-img/spritesNoRepeat.png");
  width: 13px; height: 13px;
  background-position: -155px -277px;
}
#cartLayerPopupClose:after {
  background-image: url("huduImg/huduSprite.png");
  width: 13px; height: 13px;
  background-position: -806px -88px;
}

#cartLayerPopup , #cartLayerPopup a {
  color: #fff;
}
#cartLayerPopup {
  background-color: #e3000d;
  background-image:   linear-gradient(to bottom, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:      -o-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:     -ms-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:    -moz-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image: -webkit-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  border: 1px solid #fff;
}
#cartLayerPopup .layerArrow {
  background-position: -906px -54px;
  height: 13px;
  width: 28px;
  top: -11px;
}

/** Modal for Wishlist ***/

#backgroundModal {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 1;
}

#addItemToWishlistModal.modal{
    position: relative;
    background-color: #ffffff;
    margin: auto;
    padding: 10px;
    width: 350px;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,.25);
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,.25);
}

#addItemToWishlistModal .close {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 0;
    color: #666666;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#addItemToWishlistModal .close:hover,
#addItemToWishlistModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#wishlistSelect {
    margin: 8px 0 16px;
    width: 90%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    padding-right: 32px;
    padding-left: 5px;
    background-image: url("huduImg/icon_arrow_down.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px auto;
    background-color: #fff;
}

#addItemToWishlistModal.modal button {
    color: #666;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    background-color: #f2f2f2;
    background-image: linear-gradient(0deg,#ccc 10%,#f2f2f2 55%);
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 8px 16px;
    text-decoration: none;
    line-height: 26px;
    margin-right: 15px;
}

#addItemToWishlistModal.modal button:hover {
    background: #dedede;
}

#addItemToWishlistModal.modal .btn-simple {
    cursor: pointer;
    width: auto;
    display: inline-block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 24px;
    position: relative;
    color: #666;
    border: none;
    background-color: transparent;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
}

#addItemToWishlistModal.modal .btn-simple:hover {
    color: #000;
}

#addItemToWishlistModal.modal .btn-simple::before {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    background-image: url("huduImg/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 4px 5px;
}

#addItemToWishlistModal.modal .btn-simple:hover::before {
    background-image: url("huduImg/icon_arrow_right_black.png");
}

#addItemToWishlistModal.modal .btn-simple::after {
    content: "";
    border-bottom: 1px solid #dfdfdf;
    display: block;
    height: 1px;
    width: 100%;
}

#addItemToWishlistModal.modal .btn-simple:hover::after {
    border-bottom-color: transparent;
}






/** Shopping-Card Overlay *****/

#shoppingCartOverlay .modalTitle {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 20px 10px 20px;
}



#prudsys-shopping-cart-overlay-added-product {
    margin-bottom: 20px;
}

#shoppingCartOverlay .articleItem {
    display: inline-block;
    width: 525px;
    margin: 0 20px;
    padding: 10px 0;
}

#shoppingCartOverlay .articleImg {
    width: 70px;
    margin-right: 10px;
}

#shoppingCartOverlay .articleImg img {
    max-width: 100%;
    width: auto;
}

#shoppingCartOverlay .titleInfo {
    max-width: 445px;
    line-height: 1.1em;
}

#shoppingCartOverlay .titleInfo .titel {
    text-decoration: none;
    color: #000;
}

#shoppingCartOverlay .titleInfo .author a {
    text-decoration: underline;
}

#shoppingCartOverlay .titleInfo .articlePrice {
    color: #000;
    margin-top: 5px;
}

#shoppingCartOverlay .titleInfo .article-type {
    clear: both;
}

#shoppingCartOverlay .availabilityOrder {
    margin-top: 5px;
    min-width: 140px;
    margin-right: 30px;
}

#shoppingCartOverlay .availabilityOrder.download:before,
#shoppingCartOverlay .availabilityOrder.immediately:before,
#shoppingCartOverlay .availabilityOrder.days_2_3:before {
    content: "";
    padding-left: 15px;
    background: url(huduImg/check_green_20x20.png) no-repeat left 4px;
    background-size: 10px;
    display: inline;
}

#shoppingCartOverlay .buttons {
    clear: both;
    text-align: right;
    margin: 0px 20px 20px;
}

#shoppingCartOverlay .buttons .closeLayer {
    float: left;
}

#shoppingCartOverlay .btnFlat.lefttext:before {
    margin-top: 9px;
}

#shoppingCartOverlay .prudsys-block {
    clear: both;
    padding: 0 20px;
    margin: 30px 0;
    float: none;
}

#shoppingCartOverlay .carouselItemWrap {
    background: #fff;
}

#shoppingCartOverlay .prudsys-block .cmsHeading {
    width: 100%;
    float: none;
    text-align: left;
    clear: both;
}

#shoppingCartOverlay .prudsys-block .cmsHeading h2,
#shoppingCartOverlay .prudsys-block .cmsHeading .h3{
    padding-left: 0;
}

#shoppingCartOverlay .prudsys-block .cmsBox {
    width: 100%;
    float: none;
}

#productPageMainBottom {
  position: absolute;
  left: 285px;
  bottom: 10px;
  width: 400px;
  overflow: hidden;
}

#productPageVerwandteTop,
#productPageVerwandteBottom {
  width: 100%;
}
#productPageVerwandteTop {
  border-top: 1px solid #e9e9e9;
  padding: 10px 0;
  line-height: 13px;
  font-size: 14px;
}
#productPageVerwandteBottom {
  position: relative;
  font-size: 12px;
  height: 30px;
  overflow: hidden;
}
#productPageVerwandteBottom .preis {
  font-weight: normal;
}
#productPageVerwandteBottom ul {
  float: left;
  list-style-type: none;
  text-decoration: none;
}
#productPageVerwandte li {
  float: left;
}
#productPageVerwandte a {
  position: relative;
  top: 0;
  float: left;
  text-decoration: none;
}
#productPageVerwandte a:hover span {
  text-decoration: underline;
}
.productPageVerwandteLabel {
  padding: 0 15px 0 0;
  line-height: 14px;
  float: left;
}

#productPageVerwandteBottom .pager {
	position: absolute;
	left: 0;
	top: 0;
  display: none;
  cursor: pointer;
  background-color: #eee;
  float: left;
  height: 26px;
  left: 0;
  margin-top: 3px;
  width: 17px;
}
#productPageVerwandteBottom .pager.next {
  position: static;
}
#productPageVerwandteBottom .pager:before {
  content: "";
  display: block;
  background-image: url("huduImg/huduSprite.png");
  background-position: -246px -28px;
  width: 7px;
  height: 12px;
  margin: 6px 0 0 5px;
}
#productPageVerwandteBottom .pager.next:before {
  background-position: -229px -28px;
  margin: 6px 0 0 5px;
}

#productPage #productPageSortiment {
    margin: 15px 0;
    padding-bottom: 5px;
}

#productPageSortiment .productPageSortimentEinband {
  display: inline-block;
  padding-left: 5px;
}

#productPage #productPageSortiment .sortimentName {
  display: inline-block;
  padding-left: 6px;
}
.sortimentName, .sortimentEinband, .sortimentMovie {
  display: inline-block;
}

.sortimentIcon {
  width: 20px;
  height: 13px;
  background-image: url("FL-img/spritesNoRepeat.png");
}

#productPage .sortimentIcon {
  display: inline-block;
  width: 38px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: -5px;
}

#productPage .sortimentIcon_ebook {
  background-position: -184px -518px;
  width: 35px;
}

#productPage .sortimentIcon_buch {
  background-position: -430px -318px;
  width: 38px;
}

#productPage .sortimentIcon_hoerbuch {
  background-position: -147px -554px;
  width: 29px;
}

#productPage .sortimentIcon_hoerbuchDownload{
  background-position: -114px -554px;
  width: 23px;
}

#productPage .sortimentIcon_kalender {
  background-position: -311px -826px;
  width: 27px;
}

#productPage .sortimentIcon_gebrauch{
  background-position: 0px -275px;
  width: 20px;
}

#productPage .sortimentIcon_hardware {
  background-position: -200px -553px;
  width: 20px;
}

#productPage .sortimentIcon_spielwaren {
  background-position: -311px -743px;
  width: 33px;
}

#productPage .sortimentIcon_sonstige {
    background-position: -101px -132px;
    width: 22px;
}

#productPage .sortimentIcon_map {
  background-position: -195px -743px;
  width: 27px;
}

#productPage .sortimentIcon_CD {
  background-position: -99px -167px;
  width: 25px;
}

#productPage .sortimentIcon_vinyl {
    background-position: -395px -789px;
    width: 25px;
}

#productPage .sortimentIcon_kassette {
    background-position: -395px -826px;
    width: 30px;
}

#productPage .sortimentIcon_app {
    background-position: -311px -783px;
    width: 25px;
}



.sortimentIcon_ebook {
  background-position: 0 -32px;
  width: 18px;
}
.sortimentIcon_buch {
  background-position: -70px -368px;
  width: 20px;
}
.sortimentIcon_hoerbuch {
  background-position: -400px -348px;
  width: 15px;
}
.sortimentIcon_hoerbuchDownload {
  background-position: -179px -398px;
  width: 12px;
}


.sortimentIcon_kalender {
  background-position: -357px -838px;
  width: 17px;
}
.sortimentIcon_gebraucht {
  background-position: -70px -203px;
  width: 10px;
}
.sortimentIcon_hardware {
  background-position: -455px -295px;
  width: 10px;
}
.sortimentIcon_spielwaren {
  background-position: -357px -755px;
  width: 18px;
}
.sortimentIcon_sonstige {
    background-position: -242px -277px;
    width: 12px;
}
.sortimentIcon_map{
  background-position: -233px -743px;
  width: 14px;
}
.sortimentIcon_CD {
  background-position: -177px -277px;
  width: 13px;
}

.sortimentIcon_vinyl {
    background-position: -441px -801px;
    width: 13px;
}

.sortimentIcon_kassette {
    background-position: -441px -838px;
    width: 18px;
}

.sortimentIcon_app {
    background-position: -357px -795px;
    width: 13px;
}


/* family-sharing
--------------------------------------------------------------------------------*/
#productPage .familySharing::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 25px;
    margin-right: 8px;
    margin-bottom: -5px;
    background-image: url("FL-img/spritesNoRepeat.png");
    background-position: -475px -826px;
}

#productPage .familySharingInfoI {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    cursor: pointer;
}

#productPage .familySharingInfoI::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    cursor: help;
    background-image: url("huduImg/huduSprite.png");
    background-position: -578px -97px;
    margin-left: 1px;
}

#productPage .familySharingInfoI-message {
    position: absolute;
}

#productPage .familySharingInfoI:hover .familySharingInfoI-message {
    left: 31px;
}


/* family-sharing Ende-------------------------------------------------------------------*/



#productPageVerwandte .preis {
  float: none;
  display: inline;
}

#stoererWrap {
  position: absolute;
  top: 50%;
  right: -10px;
}
#discountFlags {
  height: 54px;
  width: 54px;
  background-color: #e3000f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 51px;
  word-spacing: -2px;
  text-align: center;
}
#discountFlags.shipping {
  padding-top: 15px;
  font-size: 12px;
  line-height: 14px;
}

#aktionsProdukt{
  float: left;
  background-image: url("FL-img/noSprite/aktionsProdukt.png");
  background-repeat: no-repeat;
  height: 152px;
  width: 222px;
}


#productPage .productPageAbsolute  {
  text-align: right;
  display: block;
}

#productPageMainRight {
  padding-left: 10px;
  width: 220px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

#productPageMainRight:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 210px;
  width: 26px;
  height: 56px;
  background-color: #f5f5f5;
  background-image: url("huduImg/huduSprite.png");
  background-position: -545px -136px;
}

#productPageMainRight #productPageMainRightInner {
    min-height: 370px;
}

.ockIsAvailable #productPageMainRight #productPageMainRightInner,
.purchased #productPageMainRight #productPageMainRightInner{
  min-height: 440px;
}

.subscriptionIsAvailable #productPageMainRight #productPageMainRightInner {
  min-height: 490px !important;
}

.ockIsActive #productPageMainRight:before,
.purchased #productPageMainRight:before{
  display: none;
}

#productPageMainRightInner .additionalOrderInfos {
    text-align: right;
    margin: 5px 0;
}

#productPageMainRightInner .freeShippingNotice,
#productPageMainRightInner #productPageAvailability {
    margin-left: 20px;
    color: #999999;
}

#productPageMainRightInner .freeShippingNotice:before,
#productPageMainRightInner #productPageAvailability.download:before,
#productPageMainRightInner #productPageAvailability.immediately:before,
#productPageMainRightInner #productPageAvailability.days_2_3:before{
    content: "";
    padding-left: 15px;
    background: url("huduImg/check_green_20x20.png") no-repeat left 4px;
    background-size: 10px;
    display: inline;
}

#productPageMainRightInner #productPageAvailability {
    line-height: 1.2em;
    max-height: 3.5em;
    overflow: hidden;
}

#productPageMainRightInner #downloadOuterWrapper {
    position: absolute;
    width: 100%;
    padding: 63px 10px 0 20px;
    top: 210px;
}

#ockLoginAccountMessage {
  color: #666;
  font-weight: bold;
  font-weight: 600;
  position: absolute;
  top: 22px;
  left: 0;
  margin: 0;
  width: 240px;
}
h4.ockLogin, h4.productPageOckBought {
  font-size: 16px;
  line-height: 18px;
  padding-top: 50px;
}
h4.productPageOckBought {
  font-size: 20px;
  line-height: 24px;
  padding-top: 0;
  margin-bottom: 20px;
}
#oneClickLoginForm label {
  display: block;
  padding: 12px 0 3px 0;
}
#oneClickLoginForm .globalErrors {
  position: absolute;
  top: -46px; left: 0;
  margin: 0;
}
#oneClickLoginForm .usernameErrors,
#oneClickLoginForm .passwordErrors {
  margin: -2px 0 2px 0;
  overflow: hidden;
}
.ockLoginUsername, .ockLoginPassword {
  display: block;
  width: 210px;
  border: 1px solid #fff;
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
}
.ockLoginPassword {
  margin: 0 0 10px 0;
}
#oneClickBuyLoginFormForgottenPassword, #oneClickBuyLoginFormRegisterLink {
  display: block;
  padding: 0 0 4px 0;
}
.avaOckButtonbar {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 100%;
  padding-left: 10px;
}
#serial-OCK .avaOckButtonbar {
  width: 242px;
  bottom: 6px;
}
.avaOckButtonbar a,
.avaOckButtonbar button {
  display: block;
  min-width: 80px;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  padding: 0 5px;
}
.avaOckButtonbar button {
  line-height: 28px;
}
#ockBuyButton a:before,
#ockBuyButton button:before,
.avaOckButtonbar a:before,
.avaOckButtonbar button:before,

#ockBuyButton a:after,
#ockBuyButton button:after,
.avaOckButtonbar a:after,
.avaOckButtonbar button:after {
  display: none;
}
#oneClickBuyLoginFormSubmit.preorderOCK {
  padding-left: 2px;
  padding-right: 0;
}
#oneClickBuySubmitAnimation {
    width: 100px;
    height: 30px;
    background-color: #fff;
    float: right;
    text-align: center;
    padding-top: 3px;
}
#oneClickBuySubmitAnimation img {
    height: 24px;
}


#quickBuyBox {
}
#quickBuyBox .formError {
  display: block;
  max-height: 46px;
}
#serial-OCK #quickBuyBox .formError {
  max-height: 40px;
}
#quickBuyBox .binderName {
  text-transform: uppercase;
  padding-top: 20px;
  line-height: 13px;
}
#quickBuyBox .price {
  color: #e2000f;
  font-weight: bold;
  font-weight: 600;
  font-size: 50px;
  line-height: 54px;
  text-align: right;
  padding-top: 5px;
}
#quickBuyBox .price .currency {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
}
#quickBuyBox .preisMwSt {
  text-align: right;
  line-height: 14px;
}
#quickBuyBox #quickBuyRemoveCouponForm {
  line-height: 15px;
}
#quickBuyBox .btnRemoveCoupon {
  float: right;
  text-indent: -9999px;
  height: 15px;
  width: 15px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -668px -43px;
}
#quickBuyBox #ockCouponTotal {
  float: left;
  width: 100%;
  padding-top: 6px;
  margin-top: 7px;
  border-top: 2px solid #dedede;
  text-align: right;
}
#quickBuyBox #ockCouponTotal .reducedPrice {
  color: #e2000f;
  font-weight: bold;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  width: 128px;
  display: inline-block;
}

#quickBuyBox #quickBuyRemoveCouponForm,
#quickBuyBox #quickBuyCouponForm {
  padding-top: 30px;
  float: left;
  width: 100%;
}

#couponInfo {
  line-height: 12px;
  padding-bottom: 3px;
  display: block;
  text-transform: none;
  float: left;
}
.step3-gutscheinBox #couponInfo.couponInfoStep4 {
  padding-top: 3px;
}
#couponInfo .drmInfoI {
	width: 18px;
}
#couponInfo.productPageSortimentEinband:hover .drmWiki {
  width: 274px;
  left: auto;
  right: -26px;
  top: 26px;
  border: none;
  background-image:   linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #f6f6f6 100%);
}
#couponInfo.couponInfoStep4.productPageSortimentEinband:hover .drmWiki {
  left: -75px;
  right: auto;
}
#couponInfo .layerArrow {
  background-image: url("huduImg/huduSprite.png");
  background-position: -725px -10px;
  content: "";
  display: block;
  height: 13px;
  left: auto;
  right: 21px;
  position: absolute;
  top: -13px;
  width: 28px;
}
#couponInfo.couponInfoStep4 .layerArrow {
  left: 70px;
  right: auto;
}



.ie8 #quickBuyBox #quickBuyRemoveCouponForm,
.ie8 #quickBuyBox #quickBuyCouponForm {
  padding-top: 20px;
}
#quickBuyCouponForm .formError {
  margin: 3px 0;
}
#quickBuyBox .couponField {
  border: none;
  background: #fff;
  height: 22px;
  line-height: 16px;
  padding: 3px;
  float: left;
  margin-right: 2%;
  width: 43%;
  text-align: center;
  color: #333;
}
#quickBuyBox .couponField.couponPIN {
  width: 23%;
}
#quickBuyBox .btnApplyCoupon {
  border: none;
  height: 22px;
  padding: 0 5px;
  float: right;
  cursor: pointer;
  width: 30%;
  overflow: hidden;
}
#quickBuyBox .noPaymentChosen {
  display: block;
  padding: 5px 0;
}
#quickBuyBox .changeChosenPayment {
  float: right;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -608px -101px;
}

#quickBuyBox .agb {
  border-top: 2px solid #dedede;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 12px;
}
#quickBuyBox .agb .redArrowLink {
  text-decoration: underline;
}
#quickBuyBox .paymentAgbWrap {
  margin-top: 10px;
  line-height: 15px;
}

div.productPageOckBoughtSubtext{
  line-height: 13px;
}

div.productPageOckBoughtSubtext.preorder {
  font-weight: bold;
  font-weight: 600;
}
.productPageOckBoughtErrors {
  height: 78px;
}

#productPageOckBoughtWrap .ockMainbutton {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  padding-left: 10px;
  text-align: left;
  position: relative;
  margin: 10px 0;
}
#productPageOckBoughtWrap button.ockMainbutton {
  line-height: 28px;
  padding-left: 7px;
}
#productPageOckBoughtWrap .ockMainbutton:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 12px;
  width: 22px;
  height: 18px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -643px -68px;
}
#productPageOckBoughtWrap .ockMainbutton.dlButton:after {
  right: 15px;
  width: 14px;
  height: 18px;
  background-position: -644px -101px;
}
#productPageOckBoughtWrap #tolinoOCKpurchased .btnNotReady,
#productPageOckBoughtWrap #tolinoOCKpurchased .btnNotReady:hover {
  background-image: none;
  background-color: #d7d7d7;
  color: #666;
}
#productPageOckBoughtWrap #tolinoOCKpurchased .btnNotReady:after {
  display: none;
}
#productPageOckBoughtWrap #tolinoOCKpurchased .btnNotReady img {
  float: right;
  margin: 4px 0 0 11px;
  height: 22px;
  width: 22px;
}
#productPageOckBoughtWrap #tolinoOCKpurchased .isReady img.spinner {
  display: none;
}
#productPageOckBoughtWrap .ockMainbutton.waitButton:after {
  display: none;
}
.downloadAnimation {
    width: 114px;
    height: 27px;
    padding: 5px 0 5px 3px;
    background-color: #FFFFFF;
    float: right;
    text-align: center;
}
.downloadAnimation img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    float: left;
    display: inline-block;
}
.downloadAnimation span {
    float: none;
    display: inline-block;
    margin: 7px 0;
}
div.productPageOckBoughtInfotext {
  border-bottom: 2px solid #dedede;
  margin: 0 0 10px 0;
  padding:  10px 0;
}
.directDownload {
  padding: 5px 0 3px 0;
}
.directDownload .rdWrap,
.directDownload .dlWrap {
  float: right;
  position: relative;
  width: 130px;
  height: 30px;
}
.directDownload .rdWrap {
  margin: 0 0 0 10px;
}
.directDownload .btn {
  width: 130px;
}
.directDownload .downloadAnimation {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  padding: 1px 0 2px 2px;
  width: 135px;
}
.directDownload .downloadAnimation span {
  float: left;
  margin: 7px 0 7px 4px;
}
.directDownload .formError li {
  padding: 7px 0 0 0;
}
#productPageOckBoughtGratisPreis  {
  color: #e2001a;
  font-size: 48px;
  font-weight: bold; font-weight: 600;
  line-height: 48px;
  padding-bottom: 8px;
  padding-top: 2px;
  display: block;
  text-align: right;
}
.mwst.gratisAlreadyPurchased {
  display: block;
  margin-top: -5px;
  padding: 0 0 7px 0;
  text-align: right;
}

#productPageOckBoughtWrap {
    padding-bottom: 50px; /* space for share and review buttons */
}

#productPageOckBoughtWrap .productPageOckBoughtZielseiten {
  display: block;
  padding: 3px 0;
}
#productPageOckBoughtWrap .productPageOckBoughtZielseiten.firstOne {
  padding-top: 8px;
}
#productPageOckBoughtWrap .preis {
  float: none;
  padding-right: 8px;
}
#productPageOckBoughtWrap .formError {
  display: block;
  padding-bottom: 3px;
}
#productPageOckBoughtWrap .formErrorWrapper div:last-child {
  padding-bottom: 15px;
}
#productPageOckBoughtWrap .waitButton {
  background-color: #fff;
  line-height: 28px;
}
#productPageOckBoughtWrap .waitButton img {
  float: left;
  margin: 4px 11px 0 0;
  height: 22px;
  width: 22px;
}
#productPageErneutKaufen {
    margin: 15px 0;
}

#productPageErneutKaufenLink {
  background: transparent;
  border: none;
  color: #666;
  height: 15px;
  font-size: 13px;
  font-weight: normal;
  padding-left: 0;
}
/* Bestellbestätigung phys. OCK */
#ockBB .productPageOckBought {
  padding-bottom: 10px;
}
#ockBB .preis {
  padding-left: 10px;
}
#ockBB .title {
  font-weight: bold; font-weight: 600;
}
#ockBB .binder {
  text-transform: uppercase;
}
#ockBB .productPageOckBoughtInfotext {
  margin-bottom: 8px;
}
#ockBB .btn {
  margin-top: 15px;
}
#siteWrap #bundleMain #ockBB .btn.btn30 {
  float: left;
}





#productPageMainRight .productPageAbsolute {
  text-align: right;
}
#productPageMainRight .productPageAbsolute.btn {
  text-align: left;
  line-height: 17px;
  height: 30px;
}
#productPageMainRight .productPageAbsolute.btn50 {
  line-height: 19px;
  height: 50px;
}
.ie8 #productPageMainRight button.productPageAbsolute.btn {
  line-height: 30px;
}
.ie8 #productPageMainRight button.productPageAbsolute.btn50 {
  line-height: 50px;
}

#productPagePriceEtc {
}
#productPagePriceEtc .labelNewPrice {
  text-transform: uppercase;
}
.preis {
  color: #e2001a;
  font-weight: bold; font-weight: 600;
}
.preis,
#preisMwSt,
.productPagePriceBinding {
  float: right;
}

.statt_preis {
  line-height: 18px;
}
.statt_preis .preis {
  float: none;
  font-size: 18px;
}
.statt_preis .nrml {
  display: none;
}
.statt_preis .preis:first-letter {
  font-size: 22px;
}
.statt_preis .mwstHinweis {
  color: #e2001a;
  font-size: 10px;
  position: relative;
  left: -4px;
  top: -7px;
}
#productPagePriceEtc #productPageMainPrice {
  font-size: 43px;
  font-weight: bold;
  font-weight: 600;
  color: #e3000f;
  text-align: right;
  float: none;
  line-height: 50px;
  padding: 0 6px 0 0;
  margin: 0;
  position:relative;
}
#productPagePriceEtc #productPageMainPrice .currency,
.bundlePage #paketPreis .currency {
  font-size: 36px;
  font-weight: normal;
}
#productPagePriceEtc #productPageMainPrice .gebrauchtPreis {
  font-size: 22px;
}

#columnsWrap .mwst {
    color: #999;
  margin-bottom: 5px;
}

#productPagePriceEtc .productPagePriceBinding {
  color: #999;
  margin-bottom: 5px;
}

#productPagePriceEtc .mwst {
  color: #999;
  margin-top: -3px;
  font-size: 12px;
}

#productPagePriceEtc .productPageOldPriceLabel {
  font-size: 13px;
  color: #999;
}

#productPagePriceEtc .productPageRebateDescription {
  font-size: 10px;
  color: #999;
}

#productPage #mainCartButton .mainCartButtonOuter {
  display: table;
  height: 30px;
}

#productPage #mainCartButton,
#mainColumn .bundlePage .kategorieToCart  {
  width: 100%;
  height: 30px;
  padding: 0 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  overflow: visible;
  display: block;
}
#productPage .mainCartButtonBag:after,
#ockBuyButton:after,
#mainColumn .bundlePage .kategorieToCart:after  {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 42px;
  height: 42px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -594px -136px;
}
#mainColumn .bundlePage .kategorieToCart  {
  line-height: 29px;
  position: relative;
  margin-top: 20px;
  width: 220px;
  float: right;
}
#ockBuyButton:after  {
  right: 0;
  background-position: -591px -136px;
}
#ockBuyButton  {
  overflow: visible;
}
#ockBuyButton.preorderOCK  {
  background: #fff;
  color: #e2000f;
  border: 1px solid #e2000f;
  line-height: 26px;
}
#ockBuyButton.preorderOCK:hover  {
  background: #f5f5f5;
}
#ockBuyButton.preorderOCK:after  {
  background-position: -590px -135px;
}


#productPage #productPageOckButton,
#productPage #productPageMakeGift,
#productPage #filialButton,
.bundlePage #productPageOckButton {
  display: block;
  width: 100%;
  height: 22px;
  padding: 0 0 0 6px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: left;
  background-color: #838383;
  background-image:   linear-gradient(to bottom, #838383 0%, #838383 66%, #767676 100%);
  background-image:      -o-linear-gradient(top, #838383 0%, #838383 66%, #767676 100%);
  background-image:     -ms-linear-gradient(top, #838383 0%, #838383 66%, #767676 100%);
  background-image:    -moz-linear-gradient(top, #838383 0%, #838383 66%, #767676 100%);
  background-image: -webkit-linear-gradient(top, #838383 0%, #838383 66%, #767676 100%);
}

#productPage #productPageOckButton:hover,
#productPage #productPageMakeGift:hover,
#productPage #filialButton:hover,
.bundlePage #productPageOckButton:hover {
  background-image:   linear-gradient(to bottom, #767676 0%, #838383 66%, #838383 100%);
  background-image:      -o-linear-gradient(top, #767676 0%, #838383 66%, #838383 100%);
  background-image:     -ms-linear-gradient(top, #767676 0%, #838383 66%, #838383 100%);
  background-image:    -moz-linear-gradient(top, #767676 0%, #838383 66%, #838383 100%);
  background-image: -webkit-linear-gradient(top, #767676 0%, #838383 66%, #838383 100%);
}

#productPage #productPageOckButton:after,
.bundlePage #productPageOckButton:after {
  content: "";
  background-image: url("huduImg/huduSprite.png");
  background-position: -195px -141px;
  position: absolute;
  right: 13px;
  bottom: 2px;
  height: 17px;
  width: 18px;
}
#productPage .isPreorderable #productPageOckButton:after {
  background-position: -671px -102px;
}
#productPage #filialButton:after {
  content: "";
  background-image: url("huduImg/huduSprite.png");
  background-position: -643px -42px;
  position: absolute;
  right: 14px;
  bottom: 3px;
  height: 17px;
  width: 12px;
}
#productPage #productPageMakeGift:after {
  content: "";
  background-image: url("huduImg/huduSprite.png");
  background-position: -223px -141px;
  position: absolute;
  right: 13px;
  bottom: 3px;
  height: 14px;
  width: 18px;
}
#productPage .isPreorderable #productPageMakeGift:after {
  background-position: -704px -105px;
}

#productPageMakeGiftWrap {
  width: 100%;
  height: 22px;
  display: none;
  position: relative;
}

.ie8 #productPage #productPageMakeGift  {
  line-height: normal;
}
#productPageMakeGift .mainCartButtonOuter  {
    height: 22px;
    display: table;
}
#productPageMakeGift span.mainCartButtonInner {
    display: table-cell;
    vertical-align: middle;
}
#productPage #mainCartButton.onlyBundled {
  line-height: 28px;
  padding-left: 26px;
}
#productPage #mainCartButton.onlyUsedButton {
  height: 39px;
}


#productPageMainRightInner h3.productPageOckBought {
    top: 261px;
}
#productPage #productPageOckButton.freeDLbutton {
  top: 199px;
  letter-spacing: -1px;
  width: 185px;
}
#productPage.ockIsActive #productPageOckButton.freeDLbutton {
  left: 30px;
}


#productPageMainSocial {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

#productPageMainSocial li {
    float: left;
    width: 33.333%;
}

#productPageMainSocial li a,
#productPageMainSocial li button{
    position: relative;
    display: block;
    text-decoration: none;
    padding-top: 20px;
    text-align: center;
    background: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    background-color: Transparent;
}
#productPageMainSocial li a:hover,
#productPageMainSocial li button:hover{
  text-decoration: underline;
}
#productPageMainSocial li a:before,
#productPageMainSocial li button:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8.5px;
  width: 15px;
  height: 15px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -350px -148px;
}
#productPageMainSocial li#empfehlen a:before {
  background-position: -374px -148px;
}
#productPageMainSocial li#merkzettel .wishlistLink:before {
  background-position: -400px -148px;
}

#productPageMainSocial li#merkzettel.imMerkzettel button:before {
    background-position: -400px -168px;
    width: 16px;
}



#productPageMakeGiftHelpBubble {
  position: absolute;
  left: -9999px;
  right: auto;
  top: 50px;
  width: 560px;
  height: 342px;
  padding: 20px;
  background: #e5e5e5;
  z-index: 5;
}
.notMobile #productPageMakeGiftWrap:hover #productPageMakeGiftHelpBubble {
  left: auto;
  right: 18px;
}
#productPageMakeGiftHelpBubble .hoverSpacer {
  height: 28px;
  position: absolute;
  right: -10px;
  top: -28px;
  width: 190px;
}
#productPageMakeGiftHelpBubble .pointer {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -395px -431px;
  width: 110px;
  height: 28px;
  position: absolute;
  top: -28px;
  right: 52px;
}
#productPageMakeGiftHelpBubble .makeGiftIcon {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -135px -150px;
  width: 117px;
  height: 117px;
  position: absolute;
  top: 14px;
  right: 49px;
  z-index: 5;
}
#productPageMakeGiftHelpBubble .bold {
  margin-bottom:15px;
}
#productPageMakeGiftHelpBubble ol {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 520px;
  height: 215px;
  background: #fff;
  display: block;
  padding: 20px;
  margin: 0;
  list-style-type: none;
}
#productPageMakeGiftHelpBubble li {
  position: relative;
  display: block;
  padding: 0 0 25px 40px;
}
#productPageMakeGiftHelpBubble li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  background: #e5e5e5;
  text-align: center;
  font-size: 16px;
}

/* Affiliate Artikel */
#productPageMainRight .externalArticle #mainCartButton {
  padding: 0 7px;
  line-height: 17px;
  text-align: center;
}
#productPageMainRight .externalArticle  #mainCartButton .mainCartButtonOuter {
  width: 171px;
}
#productPageMainRight .externalArticleIntro,
#productPageMainRight .externalArticleOutro {
  height: auto;
  text-align: left;
}
#productPageMainRight .externalArticleIntro {
  bottom: 150px;
  top: auto;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 14px;
  line-height: 15px;
}
#productPageMainRight .externalArticleOutro {
  top: 260px;
}
#productPageMainRight .externalArticleLogo {
  display: block;
  padding-bottom: 10px;
}
#externalProductHintLayer {
  padding-top: 20px;
}
#externalProductHintLayer strong {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 18px;
  font-weight: normal;
}
#externalProductHintLayer strong.articleTitle {
  padding-left: 20px;
}

#externalProductHintLayer .inner {
  margin-top: 15px;
  padding: 15px 20px 20px 20px;
  border: 10px solid #e5e5e5;
}
#externalProductHintLayer p {
  padding-bottom: 20px;
  margin-top: 10px;
  border-bottom: 10px solid #e5e5e5;
}
#externalProductHintLayer form {
  margin-bottom: 10px;
}
#externalProductHintLayer label {
  position: relative;
  top: -2px;
}
#productPage #mainCartButton span.mainCartButtonInner {
  display: table-cell;
  vertical-align: middle;
}

#productPageMainRight #mainCartButton {
    position: absolute;
    width: 190px;
    top: 13px;
}

#productPageMainRight #ockPreorderInfotext,
#productPageMainRight #onlyUsedHeading,
#productPageMainRight #onlyBundledHaeding {
  top: 164px;
  left: 21px;
  text-align: left;
  height: 20px;
  line-height: 17px;
  font-size: 16px;
}
#productPageMainRight #onlyUsedHeading,
#productPageMainRight #onlyBundledHaeding {
  top: 144px;
  height: 40px;
}

/* --- Kombi-Produkt-Teaser START --- */
.productPageMiniBundle {
    margin: 13px 0 0;
    border: 10px solid #f5f5f5;
    background-color: #f5f5f5;
}
.productPageMiniBundleLeft  {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.productPageMiniBundleLeft,
.miniBundleDetails {
    float: left;
    width: 700px;
}

.productPageMiniBundleLeft {
    padding: 0 10px 10px 25px;
}
.productPageMiniBundleRight {
    position: relative;
    float: right;
    width: 220px;
    height: 100%;
    padding: 0 5px 0 40px;
}

.productPageMiniBundleRight .miniBundleBigArrow {
    position: relative;
    left: -40px;
    background-color: #f5f5f5;
    width: 26px;
    height: 48px;
    background-image: url("huduImg/huduSprite.png");
    background-position: -545px -139px;
}

.miniBundleHeader {
    font-weight: bold; font-weight: 600;
    margin: 7px 0 9px 5px;
}
.miniBundleDetailsBox {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    text-align: center;
}
.miniBundleDetailsBox img {
  max-height: 53px;
  max-width: 85px;
  height: auto;
  width: auto;
  margin-bottom: 5px;
}
.miniBundleDetailsBox .productTitle {
    display: block;
    max-width: 85px;
    line-height: 14px;
}
.miniBundleDetailsBox.plus, .miniBundleDetailsBox.equals {
    font-weight: bold; font-weight: 600;
    font-size: 53px;
    line-height: 53px;
    padding-bottom: 30px;
}
.miniBundleDetailsBox.total {
    text-align: left;
    margin: 0 0 0 30px;
}
.miniBundleDetailsBox .referencePrice {
    text-decoration: line-through;
}
.miniBundleDetailsBox .combinedPriceText {
    padding-top: 8px;
    text-transform: uppercase;
}
.miniBundleDetailsBox .combinedPrice {
    font-weight: bold; font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #e2001a;
}
.productPageMiniBundleRight .combinedPrice {
    font-weight: bold; font-weight: 600;
    font-size: 24px;
    color: #e2001a;
    width: 100%;
    text-align: right;
}
.productPageMiniBundle .combinedPrice .currency {
    font-size: 20px;
}
.minipaketPreisUeberschrift {
    text-transform: uppercase;
    width: 100%;
    text-align: right;
}
#columnsWrap .productPageMiniBundle .mwst {
    text-align: right;
    font-weight: normal;
}
.productPageMiniBundleRight .mwst {
    width: 100%;
}

#columnsWrap #productPage #mainCartButtonKombi  {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 30px;

  width: 190px;
  height: 30px;
  line-height: 17px;
  padding: 0 0 0 6px;
  overflow: visible;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
/* --- Kombi-Produkt-Teaser ENDE --- */

/* Subscription button on the ava start */

#productPage .ebook-available-in-subscription-wrapper {
    border-top: 2px solid #dedede;
    margin: 10px 0 0px 0;
    padding: 10px 0;
}

#productPage .ebook-available-in-subscription-wrapper a.btn {
    display: block;
    margin-top: 7px;
    height: auto;
    padding-bottom: 6px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 18px;
    position: relative;
}

#productPage .ebook-available-in-subscription-wrapper a.btn:after {
    content:"";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -17px;
    background-image: url(tolinoSelect/tolino_select-icon-white.png);
    background-size: 35px 35px;
    background-position: right center;
    background-repeat: no-repeat;
}

#productPage .ebook-available-in-subscription-wrapper a.btn .aboTitle{
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

/* Subscription button on the ava end  */

#productPage.annoPage {
  float: right;
  width: 940px;
}

#productPageAnno {
    margin-bottom: 30px;
}

#productPageBox {
  float: right;
}

#productPageBoxAnchor {
  width: 10px;
  height: 1px;
  margin-bottom: -1px;
}

#productPageAnnoMenu {
  float: right;
  position: relative;
  top: 1px;
  right: -1px;
}
#productPageAnnoMenu .tab,
#productPageAnnoMenu a {
  float: left;
}
#productPageAnnoMenu a {
  font-size: 14px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  background-color: #e9e9e9;
  text-decoration: none;
  margin-left: 1px;
  padding: 0 50px;
}
#productPageAnnoMenu a:hover,
#productPageAnnoMenu a.active {
  background-color: #fff;
}
#productPageAnnoMenu.mediumAnnos a {
  padding: 0 25px;
}
#productPageAnnoMenu.lotsAnnos a {
  padding: 0 15px;
}
#productPageAnnoMenu.bazillionAnnos a {
  padding: 0 5px;
}





#productPageBoxContent {
  width: 100%;
  min-height: 90px;
  padding: 0 10px 20px 25px;
}

#productPageBoxContent .productImgForLayerLoad {
    display: none;
}

.t-layer #productPageBoxContent .productImgForLayerLoad {
    display: block;
    max-height: 400px;
    text-align: center;
}

.t-layer #productPageBoxContent .productImgForLayerLoad img {
    display: inline-block;
    max-height: 400px;
}

#productPageBoxContent .annoCycle {
    width: 530px;
    float: left;
}

#productPageBoxContent .annoCycle.extraVideo .mejs-container {
    margin-top: 30px;
}

#productPageBoxContent .annoCycle.longContent {
    max-height: 744px;
    overflow: hidden;
    -webkit-transition: max-height 500ms ease-out;
    -moz-transition: max-height 500ms ease-out;
    -o-transition: max-height 500ms ease-out;
    transition: max-height 500ms ease-out;
    position: relative;
    padding-bottom: 22px;
}

#productPageBoxContent .annoCycle.longContent .toggleShowAll {
    color: #e2001a;
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 1px 0 2px;
}

#productPageBoxContent .annoCycle.longContent .toggleShowAll .less {
    display: none;
}

#productPageBoxContent .annoCycle.longContent.showAll {
    max-height: 10000px;
}

#productPageBoxContent .annoCycle.longContent.showAll .toggleShowAll .less {
    display: block;
}

#productPageBoxContent .annoCycle.longContent.showAll .toggleShowAll .more {
    display: none;
}

#productPageBoxContent .annoCycle h2 {
    font-size: 18px;
    margin: 30px 0 13px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e9e9e9;
}

#productPageBoxContent .annoCycle * {
  max-width: 100%;
}

#productPageBoxContent .annoCycle .huduListeHaken {
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
}

#productPageBoxContent strong {
  font-weight: bold;
  font-weight: 600;
}
#productPageBoxContent ol,
#productPageBoxContent ul {
  padding: 6px 0 10px 20px;
}
#productPageBoxContent ol li,
#productPageBoxContent ul li {
  list-style: disc outside;
  display: block;
}
#productPageBoxContent em {
  font-style: italic;
}

.productPageBoxContentInner1 {
  position: relative;
}

#productPageAnnoRightCol {
  float: right;
  width: 349px;
  margin-top: 20px;
  padding: 0 0 15px 20px;
  border-left: 1px solid #e9e9e9;
  text-align: left;
}

.noAnnotations #productPageAnnoRightCol {
  float: left;
  width: 900px;
  padding-left: 0;
  border-left: none;
}

#productPageBoxContent.hasFlashSample {
  width: 450px;
}

#productPageBoxContent.hasFlashSample * {
  max-width: 450px;
}

#productPageBoxContent.hasFlashSample object,
#productPageBoxContent.hasFlashSample embed {
  width: 450px;
  max-width: 450px;
}

.hasFlashSample #productPageAnnoRightCol {
  width: 449px;
}

#flashCover {
  float: right;
  padding: 24px 0 0 10px;
}

#flashSampleHint {
  display: none;
  font-size: 18px;
  height: 25px;
  padding-right: 5px;
  position: absolute;
  right: 23px;
  text-align: right;
  top: 0;
  width: 200px;
}

#flashSampleHint:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 189px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -135px -301px;
}
#flashSampleHintTip {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -102px -463px;
  display: none;
  height: 31px;
  position: absolute;
  right: 212px;
  top: 21px;
  width: 17px;
  z-index: 11;
}

#productPageAnnoRightColHeading {
  font-size: 18px;
  margin: 10px 0 20px;
  display: block;
}

#productPageBoxContent .readingSample {
  float: left;
  margin-top: 10px;
  width: 205px;
}
#productPageBoxContent .readingSample .readingSampleDownloadLink {
  margin-top: 7px;
}

#productPageBoxContentWiki {
  float: left;
  width: 220px;
  height: 310px;
  position: relative;
}
#productPageBoxContentWikiInner {
  padding: 20px;
}
#productPageBoxContentWiki label {
  display: block;
  font-size: 18px;
  padding-bottom: 20px;
}
#productPageBoxContentWiki #productPageNewsletter {
  border: 1px solid #e5e5e5;
  height: 30px;
  line-height: 30px;
  padding-left:8px;
  width: 180px;
  margin: 25px 0 15px 0;
}

.productPageBoxWrapperOuter {
  margin: 0 0 15px 0;
  width: 940px;
  float: left;
  overflow: hidden;
}
.productPageBoxWrapperOuter .h2 {
  float: left;
  width: 940px;
  height: 27px;
  margin: 11px 0 2px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}

.fancybox-wrap .fancybox-title-float-wrap {
  margin-bottom: 5px;
  top: 3px;
  left: 7px;
  right: auto;
  bottom: auto;
  width: 940px;
}
.fancybox-wrap .fancybox-title-float-wrap .child {
  background: #e5e5e5;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  margin-right: 0;
  padding: 3px;
  text-shadow: 0 1px 1px #fff;
  white-space: nowrap;
}


#productPageReviewHeading {
  background-image: url("huduImg/huduSprite.png");
  background-position: -10px -196px;
  width: 950px;
  height: 65px;
  float: left;
  position: relative;
  top: 0;
  left: -5px;
  padding-bottom: 3px;
  margin-top: 24px;
  padding-top: 6px;
}
#productPageReviewHeading div {
  font-size: 20px;
  color: #fff;
  padding: 10px 25px;
}
.rezensionenHeading {
  font-size: 18px;
  padding: 22px 0 24px 0;
}

.reviewItemOuter {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.rezensionenWrapInner div:last-child {
  margin-bottom: 5px;
}
.reviewItemPortrait {
  width: 215px;
  min-height: 60px;
  float: left;
}
.reviewItemPortrait .portraitBorder {
  float: right;
}
.reviewItemText {
  width: 600px;
  float: left;
  margin-left: 22px;
}
.reviewItemHead {
  font-size: 18px;
  line-height: 22px;
}
.reviewItemHead .bewertungsSterne img {
  float: left;
  margin: 3px 3px 0 0;
}
.reviewItemHead .reviewItemTitle {
  padding-left: 15px;
}
.reviewItemContent {
  padding: 12px 0;
}
.reviewItemHead  span.bewertungsSterne {
  padding: 0 5px 0 0;
  display: inline;
}
.reviewItemHead  img.bewertungsSterne {
  padding: 0 1px 0 0;
}
#avaShowAllReviews {
  float: right;
}
#productPageReviewChartLink,
#writeReview a {
  text-decoration: none;
  display: inline-block;
}
#productPageReviewChartLink:hover,
#writeReview a:hover {
  text-decoration: underline;
}
#productPageReviewChartLink:before {
  content: "";
  display: inline-block;
  margin: 0 7px 0 0;
  width: 16px;
  height: 11px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -318px -149px;
}
#productPageReviewChartLink {
  margin-left: 44px;
}
#writeReview a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -349px -148px;
  margin: 0 1px 0 0;
}
#reviewSpacer {
  height: 30px;
  width: 900px;
}
.fancybox-inner {
  overflow-x: hidden;
}
#fancybox-overlay {
  opacity: 0.7 !important;
}






/*Rezension iframe Textbox*/
#reviewContent {
  float:left;
}
.RezenliTextField {
  border: 1px solid #E5E5E5;
  background-color:#FFFFFF;
  height:15px;
  width:420px;
  padding:3px;
  margin-top: 5px;
}
.RezenliTextArea {
  border: 1px solid #E5E5E5;
  background-color:#FFFFFF;
}
/* Rating */
.ratingText, #ratingForm {
  float: left;
  display: inline;
  margin-right: 5px;
}
#ratingForm {
  height: 28px;
  margin-right: 7px;
  margin-top: 1px;
  text-indent: -9999px;
  width: 130px;
}
.liRating {
  position:relative;
  background: url(FL-img/noSprite/bg_rating_kl.png) no-repeat 0 0;
  float:left;
  width: 22px;
  height: 22px;
  /*    display: block;*/
}

#topReviewers .topReviewerWrapRank {
    float: left;
    width: 40px;
    min-height: 33px;
    font-size: 18px;
}
#topReviewers .topReviewerNameCount {
    float: left;
    width: 197px;
    padding-right: 10px;
    min-height: 33px;
}
#topReviewers .topReviewerAbout {
    float: right;
    width: 175px;
    padding-right: 9px;
    min-height: 33px;
}
#topReviewers .topReviewerStore {
    float: right;
    width: 200px;
    padding-right: 10px;
    min-height: 33px;
}
#topReviewers .topReviewer {
    float: right;
    background-image: url("huduImg/huduSprite.png");
    background-position: -318px -149px;
    display: inline-block;
    height: 11px;
    margin: 7px 0 0 0;
    width: 16px;
    cursor: help;
}

/* add these classes to the ul to effect the change to the correct number of stars */
.liNostar {background-position:0 0}
.liOnestar {background-position:0 -26px}
.liTwostar {background-position:0 -52px}
.liThreestar {background-position:0 -78px}
.liFourstar {background-position:0 -104px}
.liFivestar {background-position:0 -130px}
.liRating li {
  cursor: pointer;
  display: inline;
  float: left;
  height: 28px;
  width: 26px;
}
.liRating li a {
  position:absolute;
  left:0;
  top:0;
  width:26px;
  height:28px;
  text-decoration:none;
  z-index: 2;
}
.liRating li.liOne a {left:0}
.liRating li.liTwo a {left:26px;}
.liRating li.liThree a {left:52px;}
.liRating li.liFour a {left:78px;}
.liRating li.liFive a {left:104px;}
.liRating li a:hover {
  z-index: 1;
  width:130px;
  height:28px;
  overflow:hidden;
  left:0;
  background: url(FL-img/noSprite/bg_rating_kl.png) no-repeat 0 0;
}

.liRating li.liOne a:hover {background-position:0 -26px;}
.liRating li.liTwo a:hover {background-position:0 -52px;}
.liRating li.liThree a:hover {background-position:0 -78px}
.liRating li.liFour a:hover {background-position:0 -104px}
.liRating li.liFive a:hover {background-position:0 -130px}


#productPageRelatedTopics {
  width: 940px;
  padding: 20px;
  float: left;
  overflow: hidden;
  background-color: #f5f5f5;
  height: auto;
  border: none;
}
#productPageRelatedTopics a {
  font-size: 14px;
  line-height: 16px;
  width: 156px;
  margin-left: 30px;
  padding: 0 15px 0 0;
  overflow: hidden;
  text-decoration: none;
  float: left;
  min-height: 22px;
  word-wrap: break-word;
  position: relative;
}
#productPageRelatedTopics a:first-child {
  margin-left: 0;
}
#productPageRelatedTopics a:hover {
  text-decoration: underline;
}
#productPageRelatedTopics a:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 7px;
  height: 12px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -229px -28px;
}

/************ gebraucht AVA Start **************/
#gebrauchtAvaWrap {
  position: relative;
}
#gebrauchtAvaWrap .topHeading {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  position: absolute;
  left: 15px;
  top: -35px;
}
#gebrauchtAva {
  border: 10px solid #e5e5e5;
  padding: 20px 30px 0 30px;
}
#gebrauchtAva #productPageMainImg  {
  margin-left: 8px;
  height: auto;
}
#gebrauchtAva #productPageMainInfoTitel  {
  margin-left: 20px;
  width: 672px;
}
#newPrice {
  position: absolute;
  left: 0;
  top: 114px;
  font-size: 14px;
}
.usedList {
  border-top: 10px solid #e5e5e5;
  margin-top: 25px;
}
#topLegendWrap {
  padding-left: 17px;
}
.topLegend {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 18px;
  color: #e2001a;
  float: left;
  padding:  20px 33px 15px 0;
}
.itemColoumn {
  float: left;
  padding-right: 32px;
}
.zustand {
  width: 120px
}
.beschreibung {
  width: 185px
}
.verfuegbarkeit {
  width: 140px
}
.verfuegbarSofortIcon {
  background: #a4c408;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 6px;
}
.gPreis {
  width: 71px
}
.wkButtonGebraucht {
  float: right;
}
.gebrauchtItem {
  float: left;
  border-top: 1px solid #dfdfdf;
  padding: 20px 12px 20px 17px;
  width: 831px;
}
#gebrauchtAvaWrap .kleingedruckt {
  margin: 20px 18px 35px 40px;
  font-size: 10px;
  text-indent: -7px;
}
/************ gebrauchtAVA ENDE **************/
#productPageEmpty {
  margin-bottom: 32px;
}
/***************************************************
***************************************************
 AVA ENDE
***************************************************
***************************************************/



/************ Start über Footer **************/
#vorteilsBox  {
  font-size: 18px;
  float: left;
  width: 960px;
  margin-top: 10px;
}
#vorteilsBox .cmsHeading  {
  width: 950px;
}
#vorteilsBox ul {
  width: 960px;
  height: 50px;
  float: left;
  font-size: 15px;
  font-weight: bold;
  font-weight: 600;
}

#vorteilsBox li {
  min-width: 100px;
  padding: 0 18px 0 20px;
  float: left;
  position: relative;
}
#vorteilsBox li,
#vorteilsBox a {
  float: left;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#vorteilsBox a:hover {
  text-decoration: underline;
}


#vorteilsBoxList li:before {
  background-image: url("huduImg/huduSprite.png");
  background-position: -549px -10px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 2px;
}
#vorteilsBoxList li:first-child::before {
  background-image: none;
}


#vorteilsBox a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 6px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -17px -28px;
}
#vorteilsBox a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 23px;
  margin-left: 20px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -49px -104px;
  position: relative;
  top: 5px;
  left: 0;
}


/************ Ende über Footer **************/

/************ Start Footer **************/

#footerWrap {
  font-size: 12px;
}
#footerWrap a {
  text-decoration: none;
}
#footerWrap a:hover {
  text-decoration: underline;
}
#footerWrap .footerZahlarten {
  position: relative;
  display: block;
  background-image: url("huduImg/huduSprite.png");

  background-position: -173px -272px;
  background-color: #fff;
  border: 8px solid #fff;
  border-left-width: 25px;
  border-right-width: 28px;
  width: 178px;
  height: 62px;
  box-sizing: border-box;
  cursor: help;
}
#footerWrap .footerZahlarten.footerZahlartenPaypal {
  background-position: 0 -272px;
  border-width: 8px;
}
#footerWrap .footerZahlarten .footerZahlartenLayer {
  position: absolute;
  left: -9999px;
  top: 39px;
  background-color: #fff;
  padding: 10px;
  width: 152px;
}
#footerWrap .footerZahlartenPaypal .footerZahlartenLayer {
  top: 53px;
}
#footerWrap .footerZahlarten:hover .footerZahlartenLayer {
  left: -2px;
}
#footerWrap .footerZahlartenPaypal:hover .footerZahlartenLayer {
  left: -16px;
}

#footerWrap .postVersand {
  margin-top: 23px;
}
#footerWrap.orderFooter .postVersand,
#footerWrap ul.logo-list li.postVersand {
  margin-top: 0;
}

#footerWrap .sepa::after,
#footerWrap .americanExpress::after,
#footerWrap .postVersand::after,
#footerWrap .mastercard::after,
#footerWrap .visa::after,
#footerWrap .paypal::after,
#footerWrap .dhl::after {
  display: block;
  content: "";
  background-image: url("huduImg/huduSprite.png");
}

#footerWrap .postVersand::after {
  background-position: -440px -97px;
  width: 128px;
  height: 29px;
  margin-top: 10px;
}

#footerWrap ul.logo-list li.postVersand::after {
  background-position: -118px -327px;
  margin-top: 4px;
  width: 120px;
  height: 26px;
}

#footerWrap .dhl::after {
  background-position: -1px -327px;
  width: 100px;
  height: 22px;
  margin-top: 6px;
}

#footerWrap .sepa::after {
  background-position: -325px -285px;
  width: 72px;
  height: 27px;
  margin-top: 3px;
}

#footerWrap .mastercard::after {
  background-position: -470px -285px;
  width: 45px;
  height: 34px;
}

#footerWrap .paypal::after {
  background-position: -577px -285px;
  width: 64px;
  height: 16px;
  margin-top: 9px;
}

#footerWrap .visa::after {
  background-position: -413px -285px;
  width: 43px;
  height: 15px;
  margin-top: 10px;
}

#footerWrap .americanExpress::after {
  background-position: -529px -285px;
  width: 32px;
  height: 32px;
  margin-top: 1px;
}

#footerWrap .app-icon {
  position: absolute;
  padding-left: 60px;
}

#footerWrap .app-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -739px -270px;
}

#footerWrap .app-link-wrapper a {
  display: block;
}

#footerWrap .app-link-wrapper a.gplay-link {
  margin-top: 7px;
}

#footerWrap .app-link-wrapper a::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  height: 22px;
  width: 72px;
  border-radius: 2px;
}

#footerWrap .app-link-wrapper a.appstore-link::after {
  background-image: url("huduImg/aStore.png");
}

#footerWrap .app-link-wrapper a.gplay-link::after {
  background-image: url("huduImg/gPlay.png");
}


  /**
   Newsletter Fehlerseite
  */
#newslettererror #newsletterWrap {
  overflow: hidden;
}
#newslettererror .newsletterText {
  display: block;margin:15px 0;
}



.footerFlag {
  float: left;
  margin: 10px;
  padding: 20px;
  width: 180px;
  min-height: 190px;
  background-color: #f5f5f5;
  border-top: 5px solid #e3000f;
}
.footerFlag.no-border {
  border-top: none;
  min-height: 115px;
  margin-top: 0;
}
.orderFooter .footerFlag {
  height: 105px;
}
.orderFooter .footerFlag.schnellVersand {
  line-height: 14px;
}
.orderFooter .footerFlag.schnellVersand span {
  display: inline-block;
  padding-top: 5px;
}
.footerFlag .headline,
.orderFooter .footerFlag.schnellVersand .headline {
  padding: 0 0 8px 0;
}
.orderFooter .footerFlag .headline {
  padding: 0 0 20px 0;
}
.footerFlag li {
  padding: 2px 0;
}

.footerFlag ul.logo-list {
  list-style: none;
  margin-left: -4px;
}

.footerFlag ul.logo-list li {
  list-style: none;
  display: block;
  float: left;
  height: 34px; /* no border-box */
  line-height: 34px;
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  padding-left: 4px;
  padding-right: 4px;
  margin: 0 4px 8px;
  text-transform: uppercase;
}

.footerFlag ul.logo-list li:last-child {
  margin-bottom: 0;
}

#footerWikiNavi a,
.toMobileLink a {
    cursor: pointer;
    padding-left: 8px;
    position: relative;
    display: block;
    line-height: 13px;
}
#footerWikiNavi a:before,
.toMobileLink a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 8px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -244px -10px;
}

#footerWikiNavi .footerFlag .headline a {
  padding-left: 0;
}
#footerWikiNavi .footerFlag .headline a:before {
  display: none;
}

.footerFlag .socialLinks li {
  display: inline;
}
.footerFlag .socialLinks a {
  display: inline-block;
  margin: 0 9px 20px 0;
  width: 26px;
  height: 26px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -104px -78px;
}
.footerFlag .socialLinks .facebook a {
  background-position: -821px -283px;
}
.footerFlag .socialLinks .twitter a {
  background-position: -139px -78px;
}
.footerFlag .socialLinks .instagram a {
  background-position: -857px -283px;
}
.footerFlag .socialLinks .youtube a {
    background-position: -893px -283px;
}
.footerFlag .socialLinks .buechermenschen a {
    background-position: -929px -283px;
}
.footerFlag .serviceHotline {
  margin: 0 0 30px 0;
}

.footerFlag .serviceHotline:last-child {
  margin-bottom: 0;
}

.footerFlag .serviceHotline .telNr {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 0 0 10px 0;
}

#newsletterWrap {
  float: left;
  width: 180px;
  margin-bottom: 25px;
}

#newsletterSearchFormInput {
  float: left;
  border: 1px solid #d7d7d7;
  border-right: none;
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
  width: 138px;
}
#newsletterSubmit {
  float: left;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  text-indent: -9000px;
  position: relative;
}
#newsletterSubmit:after {
  background-image: url("huduImg/huduSprite.png");
  background-position: -209px -78px;
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  margin: -6px 0 0 -7px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.footerLegal,
#footerLegalLinks {
  padding: 0 10px;
  line-height: 12px;
}

#footerWrap  .footerLegal {
  margin: 20px 0 30px 0;
}

#footerWrap  .footerLegal a {
  color: #666 !important;
  text-decoration: underline;
}
#footerLegalLinks {
  float: left;
}
#footerLegalLinks li {
  display: inline-block;
  border-left: 1px solid #666;
  padding: 0 0 0 5px;
  margin:  5px 0 30px 5px;
}
#footerLegalLinks li:first-child {
  border-left: none;
  padding: 0;
  margin:  0;
}
.toMobileLink {
  float: right;
  padding-right: 10px;
}


/* Footer Bestellprozess*/
 #footerData{
 background-image: none;
 width: auto;
 }
#footerData ul li{
  display: inline;
 }
#footerData a:active, #footerData a:link, #footerData  a:visited {
  color: white;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 6px;
}
#footerData a:before{
  content: "";
  float: right;
  width: 1px;
  height: 13px;
  margin-top: 1px;
  background: #fff;
  text-decoration: none;
}
#footerDataLastOne a:before {
  display: none;
}

/************ Ende Footer **************/



/**********************************************************************
***********************************************************************
Loyalty Start
***********************************************************************
***********************************************************************/


.fright img.customer-card {
    width: 330px;
    height: auto;
    margin-left: 15px;
    margin-bottom: 25px;
}

.loyalty_customer_infos .bonuspoints_counter {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 30px;
    height: 25px;
    background: url("huduImg/huduLesepunktIcon.png") no-repeat center left;
}

.loyalty_customer_infos .card-list li {
    background: url("huduImg/huduLesepunktIcon.png") no-repeat -5px top;
    background-color: #000;
    color: #fff;
    font-style: italic;
    border-radius: 4px;
    padding: 5px 10px 5px 22px;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.loyalty_customer_infos .link-point-history {
  font-weight: 600;
  text-decoration: none;
  margin-left: 10px;
}

.loyalty_customer_infos .link-point-history:hover {
  text-decoration: underline;
}

.account-loyalty-key-codes h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.loyalty_customer_promotion h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.loyalty_customer_promotion {
    margin-bottom: 30px;
}

.loyalty_connection {
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 30px;
    clear: both;
}

.loyalty_connection form .formRow {
    margin: 0 -10px;
}

.loyalty_connection form .formCol {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.loyalty_connection form .formCol.newline {
    clear: left;
}

.loyalty_connection form .formCol.full {
    width: 100%;
    float: none;
    clear: both;
}

.loyalty_connection form .formCol input.liTextField {
    width: 100%;
}

.loyalty_connection form .formCol ul {
    list-style: inside '- ';
}

.loyalty_connection form .interestOptions {
    margin: 0 -10px 20px;
}

.loyalty_connection form .interestOptions .col{
    width: 33.333%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 5px 0;
}

.loyalty_connection form .interestOptions label {
    cursor: pointer;
    padding: 5px 0 5px 25px;
    position: relative
}

.loyalty_connection form .interestOptions label input[type="checkbox"]{
    position: absolute;
    left: 0px;
    top: 5px;
}

.loyalty_connection label {
    display: block;
    padding: 15px 0 4px;
}

.loyalty_connection select {
    width: 85px;
    background-color: #fff;
}

.loyalty_connection .formErrorAccount ul {
    margin-bottom: 10px;
}

.loyalty-doi-buttons a {
    margin-left: 30px;
    margin-top: 10px;
}

/* Loyalty information overview */
/* Block that contains the customer's key codes */
.account-loyalty-key-codes {
    margin: 30px 0;
    clear: both;
}

/* Create an account from a loyalty pseudo account */

.registration-required-customer-fields {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em;
}

/* Loyalty Points Infos in AVA */

.loyaltyPointsInfos {
    text-align: right;
    color: #999999;
}

.loyaltyPointsInfos a {
    color: #999999;
}

.loyaltyPointsInfos:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    margin-top: 2px;
    float: left;
    background: url("huduImg/huduLesepunktIcon.png");
}

.loyaltyPointsInfos.small:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url("huduImg/huduLesepunktIcon_s.png");
    margin-bottom: -3px;
    float: none;
}

#loyaltyInfoOverlay h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hugendubelCardImg {
    display: block;
    float: left;
    margin: 0 20px 10px 0;
    width: 250px;
    height: 158px;
    background: url("huduImg/hugendubelcard_full.jpg") no-repeat top left;
    background-size: contain;
}

/**********************************************************************
***********************************************************************
Loyalty Ende
***********************************************************************
***********************************************************************/







/**********************************************************************
***********************************************************************
Magazinseiten und WikiText Start
***********************************************************************
***********************************************************************/


#cmsNavTopWrap  {
  float: left;
  width: 940px;
}
#cmsNavTopWrap #leftNav {
  height: auto !important;
  margin-bottom: 15px;
}
#leftColumn h2 {
  line-height: 20px;
  font-size: 18px;
  margin: 11px 0 10px;
  width: 205px;
}
#leftColumn h2.infoheader,
.infoheader {
  padding: 3px 0 13px 0;
  line-height: 24px;
  font-size: 20px;
  margin: 0;
}

.infoheader.review-finished {
  padding: 35px 0 13px 30px;
}

.infoheader.merkzettelHeader {
  height: auto;
  min-height: 24px;
}
.cmsPageTitle {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 20px;
}
#cmsNavTopWrap #sideBarWrap,
#cmsNavTopWrap #leftColumn {
  float: left;
}

#cmsNavTopWrap #sideBarWrap.home {
    margin-top: 40px;
}

#cmsPageNavTopSpacer,
#cmsPageNavBottomSpacer {
  display: none;
}
#categorySearch {
  float: left;
  width: 220px;
  height: 43px;
  margin-bottom: 7px;
  position: relative;
}
#categorySearch:after {
  content: "";
  width: 220px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -9px;
}
#categorySearchInput {
  background-image: url("huduImg/mainSearchInput.png");
  border: medium none;
  float: left;
  font-size: 14px;
  height: 30px;
  letter-spacing: -0.2px;
  line-height: 18px;
  margin: 6px 0 0 7px;
  padding: 2px 0 0 5px;
  width: 171px;
  word-spacing: -0.2px;
}
#categorySearchSubmit {
  text-indent: -9000px;
  background-color: transparent;
  background-image: url("huduImg/huduSprite.png");
  background-position: -11px -91px;
  border:  none;
  float: right;
  height: 43px;
  width: 34px;
}

/*************************************************************************************
 *    Tolino subscription textblocks (Asterix)
 *************************************************************************************/

 .tolinoSelectLogo {
     background: url("tolinoSelect/Tolino_Logo_Select.svg") center no-repeat;
     background-size: contain;
     width: 206px;
     height: 50px;
     overflow: hidden;
     text-indent: -500px;
 }

  .tolinoSelectLogo.small {
      width: 124px;
      height: 30px;
      display: inline-block;
  }

/* tolino subscription model information */
.tolino-subscription-info.heightDOUBLEClass {
    /* Please don't just change this height before talking about it with a java developer. The textblock
       hight calculation is done in the java code (to manage the width of the textblocks and the height of the side menu),
       and changing the height here would mess with the java code. Yes, this is ugly, no, I do not have a quick solution for that.*/
    height: 600px;
}

.tolino-subscription-info .tolino-subscription-info-header {
    position: relative;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 20px 50% 20px 15px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}

.tolino-subscription-info .tolino-subscription-info-header h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
}
.tolino-subscription-info .tolino-subscription-info-header h2 {
    display: none; /** ABO-Name not relevant for the Moment **/
}

.tolino-subscription-info .tolino-subscription-info-header .wikiTextNormal {
    margin: 10px 0 10px;
}

.tolino-subscription-keyvis {
    background: url("tolinoSelect/170811_tolinoSelect_Assets_V1.0_stoerer_full.svg") center no-repeat;
    background-size: contain;
    background-color: #3e9ec4;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
}

.tolino-subscription-keyvis.small {
    background-image: url("tolinoSelect/tolino_select-icon-white.svg");
    width: 60px;
    height: 60px;
    background-size: 70%;
}

.tolino-subscription-info .tolino-subscription-info-header .tolino-subscription-keyvis {
    top: 50%;
    left: 45%;
    margin-top: -67px;
}

.tolino-subscription-info-buy {
    text-align: center;
    margin: 40px 0;
}

.tolino-subscription-info .tolino-subscription-info-buy .btn {
    display: inline-block;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.tolino-subscription-info .tolino-subscription-info-buy .btn + .tolino-subscription-conditions {
    max-width: 550px;
    margin: 10px auto 0 auto;
}

.tolino-subscription-info .tolino-subscription-info-buy .tolino-subscription-conditions {
}

.tolino-subscription-info-current-abo {
    margin: 30px 0 10px;
}

.tolino-subscription-info-credits-left {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0px;
}

.tolino-subscription-info-credits-left .counter {
    color: #1a93fb;
}

.tolino-subscription-info-current-actions .btn {
    display: inline-block;
    padding-right: 8px;
    margin: 10px 10px 10px 0;
}

.tolino-subscription-benefit {
    margin: 30px 0;
    padding: 30px 20px 0 20px;
    background: #f5f5f5;
}

.tolino-subscription-benefit .benefit-item {
    width: 50%;
    float: left;
    margin: 0 0 20px;
    padding: 0 20px 0 80px;
    position: relative;
}

.tolino-subscription-benefit .benefit-item:before {
    content: "";
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 130px auto;
    background-position: center;
}

.tolino-subscription-benefit .benefit-item.icon-all-good:before {
    background-image: url("tolinoSelect/170811_tolinoSelect_Assets_V1.0_featureComms_rundum-lesenswert.svg");
}

.tolino-subscription-benefit .benefit-item.icon-better-find:before {
    background-image: url("tolinoSelect/170811_tolinoSelect_Assets_V1.0_featureComms_finden-suchen.svg");
}

.tolino-subscription-benefit .benefit-item.icon-read-later:before {
    background-image: url("tolinoSelect/170811_tolinoSelect_Assets_V1.0_featureComms_spaeter-lesen.svg");
}

.tolino-subscription-benefit .benefit-item.icon-one-price:before {
    background-image: url("tolinoSelect/170811_tolinoSelect_Assets_V1.0_featureComms_ein-preis.svg");
}

.tolino-subscription-benefit .benefit-item:nth-child(2n+1) {
    clear: left;
}

.tolino-subscription-benefit .benefit-item h3 {
    font-weight: 600;
    font-size: 16px;
}


.subscription-article-selection-success {
    position: relative;
    padding: 20px 20px;
    margin: 10px 0;
    border: 10px solid rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
    font-size: 16px;
}

.tolino-subscription-info-not-delivered {
    margin: 30px 0 10px;
}

.tolino-subscription-info-not-delivered h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0px;
}

.tolino-subscription-info-not-delivered .btn {
    display: inline-block;
    margin-top: 10px;
    padding-right: 8px;
}


/****** overlay Panels innerhalb des Tolino-Abo-Kontextes ********/
/**** Sichtbarkeit wird an jedem Element selbst geregelt ***/

.abo-overlay-panel-parent {
    position: relative;
}

.abo-overlay-panel {
    position: absolute;
    z-index: 1000;
    bottom: 5px;
    left: 0;
    max-width: 500px;
    min-width: 350px;

    background: rgba(0,0,0,0.25);
    padding: 10px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
    display: none;
}

.abo-overlay-panel .panel-inner {
    background-color: #ffffff;
    position: relative;
    padding: 10px 20px;
}

.abo-overlay-panel .panel-header {
    font-weight: bold;
    font-size: 14px;
}

.abo-overlay-panel .panel-content .counter {
    color: #e3000f;
}

.abo-overlay-panel .panel-footer button{
    min-width: 80px;
    text-align: center;
}

.abo-overlay-panel .panel-footer .btnSubmit {
    float: right;
}

.abo-overlay-panel .panel-footer .btnReset {
    float: left;
}

/* tolino subscription category teaser */
.tolino-subscription-category-teaser-list {
    display: block;
    text-align: center;
}

.tolino-subscription-category-teaser-list-item {
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
    padding: 1px 1px 1px 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-right: 5px solid #ffffff;
}

.tolino-subscription-category-teaser-list-item a {
    display: block;
    height: 100%;
    margin-left: -39px;
    padding-left: 39px;
    text-align: center;
    text-decoration: none;
}

.tolino-subscription-category-teaser-list-item-name {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    background: #ffffff;
}

.tolino-subscription-category-teaser-list-item-name:before {
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px;
    background-image: url("huduImg/huduSprite.png");
    background-position: -16px -27px;
}

/* tolino subscription article textblocks */
.tolino-subscription-articles {
    clear: both; /* prüfen, wenn neben Navi ***/
}

.tolino-subscription-articles-intro-header {
    border-top: 1px solid #adb6c0; /* final color will be set from the db directly in the html code, overriding this color */
    padding: 15px 0px 10px 30px;
    margin-bottom: 20px;
    clear: both;
}

.tolino-subscription-articles-intro-header .tolinoSelectLogo {
    margin-left: 60px;
    margin-top: 6px;
}

.tolino-subscription-articles-intro-header .tolino-subscription-keyvis {
    top: -5px;
    left: -10px;
}

.tolino-subscription-articles-intro-header .intro-logo {
    position:relative;
    margin-bottom: 30px;
}

.tolino-subscription-articles-intro-header .intro-img {
    float: right;
    padding: 15px;
    background-color: #adb6c0; /* final color will be set from the db directly in the html code, overriding this color */
    width: 20%;
    margin: 0px 0 -10px 20px;
    text-align: center;
}

.tolino-subscription-articles-intro-header .intro-img img{
    max-width: 100%;
}

.tolino-subscription-articles-intro-header .intro-line {
    margin-bottom: 5px;
}

.tolino-subscription-articles-intro-header .intro-text h3 {
    font-size: 16px;
    font-weight: 600;
}

.tolino-subscription-articles-article-list {
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}

.tolino-subscription-articles-article-list ul {
    display: block;
    margin: 0 24px;

    /* Please don't just change this height before talking about it with a java developer. The textblock
       hight calculation is done in the java code (to manage the width of the textblocks and the height of the side menu),
       and changing the height here would mess with the java code. Yes, this is ugly, no, I do not have a quick solution for that.
       */
    height: 320px;
}

.tolino-subscription-articles-item {
    width: 20%;
    height: 100%;
    float: left;
    padding: 0 6px;
    box-sizing: border-box;
}

.tolino-subscription-articles-item .tolino-subscription-articles-item-cover{
    min-width: 105px;
    max-width: 133px;
    max-height: 165px;
    margin: 14px 0 5px;
}

.tolino-subscription-articles-item .tolino-subscription-articles-item-title {
    font-weight: bold;
    max-height: 3em;
    overflow: hidden;
}

.tolino-subscription-articles-item .tolino-subscription-articles-item-title a {
    text-decoration: none;
}

.tolino-subscription-articles-item .tolino-subscription-articles-item-author {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tolino-subscription-articles-item .bewertung {
    margin: 5px 0;
}

.tolino-subscription-articles-prev,
.tolino-subscription-articles-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 50px;
    margin-top: -25px;
    background-color: #adb6c0; /* original #eee, aber hier Farbe je nach Kategorie*/
}

.tolino-subscription-articles-prev {
    left: 0px;
}

.tolino-subscription-articles-next {
    right: 0px;
}

.tolino-subscription-articles-prev span,
.tolino-subscription-articles-next span {
    display: block;
    width: 10px;
    height: 18px;
    margin: 16px auto;
    background-image: url("huduImg/huduSprite.png");
    text-indent: -300px;
    overflow: hidden;
}

.tolino-subscription-articles-prev span {
    background-position: -84px -78px;
}

.tolino-subscription-articles-next span {
    background-position: -64px -78px;
}

.tolino-subscription-articles-prev.inactive,
.tolino-subscription-articles-next.inactive {
    opacity: 0.55;
}


.tolino-subscription-articles-item-already-selected {
    position: relative;
    margin-top: 6px;
    padding: 5px 0;
}

.tolino-subscription-articles-item-already-selected:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 9px;
    background-image: url("huduImg/huduSprite.png");
    background-position: -705px -80px;
}

.tolino-subscription-articles-item-select-link {
   display: inline-block;
   color: #fff;
   background-color: #e3000f;
   background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
   background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
   background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
   background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
   background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
   margin: 10px 0 0 0;
}

.tolino-subscription-articles-item-select-link label {
    color: #fff;
    padding: 5px 15px;
    display: block;
    cursor: pointer;
}

.tolino-subscription-articles-item-select-no-credits {
    margin: 10px 0 0 0;
}

.tolino-subscription-articles-item-select-no-credits:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 9px;
    background-image: url("huduImg/huduSprite.png");
    background-position: -158px -10px;
}

.tolino-subscription-articles-item-select-button {
    display: none;
}

.tolino-subscription-articles-item-select-confirmation.abo-overlay-panel {
    left: -100px;
}

.tolino-subscription-articles-item-select-button:checked + .tolino-subscription-articles-item-select-confirmation.abo-overlay-panel {
    display: block;
}

/* End tolino subscription textblocks (Asterix) */



/* Leftnavigation
--------------------------------------------------------------------------------*/
#leftNav {
  width: 220px;
}

#leftNav li,
.columnNav li {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  padding: 10px 0 11px 10px;
  border-bottom: 1px solid #e5e5e5;
  display: table; /** das darf nicht geändert werden , da sonst die filter in der navigation nicht
                  mehr funktionieren, anstatt underlineSpacer <li class="separator"></li> nutzen*/
}
#leftNav li.lastNavPoint,
.columnNav li.lastNavPoint {
  border-bottom: none;
}
#leftNav li.highlight,
.columnNav li.highlight {
    font-weight: bold;
    font-weight: 600;
}
#leftNav li:first-child,
.columnNav li:first-child  {
  border-top: 1px solid #e5e5e5;
}
#leftNav li.highlight:first-child,
.columnNav li.highlight:first-child  {
  border-top: none;
}
#leftNav .huduGreyBG,
.columnNav .huduGreyBG {
  background-color: #f7f7f7;
}
#leftNav .huduGreyBG li,
.columnNav .huduGreyBG li {
  border: none;
  font-size: 13px;
  padding: 8px 10px 8px 5px;
  width: auto;
}
#leftNav .huduGreyBG li:first-child,
.columnNav .huduGreyBG li:first-child {
  padding-top: 18px;
}
#leftNav li.underlineSpacer,
.columnNav li.underlineSpacer {
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  padding: 11px 0 26px 10px;
  margin-bottom: 14px;
  border-bottom: 3px solid #e5e5e5;
}
#leftNav li.underlineSpacer.highlight,
.columnNav li.underlineSpacer.highlight {
  padding: 7px 15px 29px 15px;
  margin:  0    0    7px  0;
  border-bottom: none;
  background:  url("https://media.ebook.de/upload/libri/Shop_Themenbilder/NavigationTrenner.png") no-repeat scroll center bottom transparent;
}
#leftNav li.separator,
.columnNav li.separator {
  border:none;
  height: 0;display: block;
}
#leftNav  a,
.columnNav a {
  text-decoration: none;
}
#leftNav a:hover,
.columnNav a:hover {
  text-decoration: underline;
}
#columnsWrap .thisIsActive .leftNavItem a  {
  color: #e2001a;
  font-weight: bold; font-weight: 600;
}
.menuActive {
  color: #e3000f;
}

/* Leftnavigation / Filter
--------------------------------------------------------------------------------*/
#leftNav .filternavigation  {
  font-size: 12px;
  width: 210px;
  padding-left: 10px;
}
#leftNav .filternavigation h4 {
  font-size: 14px;
  padding-top: 10px;
}
#leftNav li.filter {
  padding-left: 13px;
}
#leftNav .filternavigation .filterseparator {
  background: #fff;
  height: 20px;
  width: 220px;
  display: block;
  padding: 0;
  margin-left: -10px;
  border-top: 6px solid #f7f7f7;
}
#leftNav .filternavigation li {
  border: none;
  font-size: 12px;
  padding: 7px 0 7px 10px;
}
#leftNav .filternavigation ul:last-child .filterseparator {
  border: none;
}
#leftNav .filternavigation li span.removefilter {
  line-height: 14px;
}
#leftNav .filternavigation li span.removefilter:before {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -218px -277px;
  content:"";
  width: 14px; height: 14px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

#leftNav .filternavigation li.select a {
  font-weight: bold; font-weight: 600;
  text-decoration: underline;
  font-size: 13px;
}
#leftNav .filternavigation ul ul li {
  margin-right: 0;
  padding-right: 0;
}


/* .active in der linken Spalte*/
#leftNavMenu .active {
}
#leftNav li.active a, .columnNav li.active a {
  color: #e2001a !important;
  font-weight: bold; font-weight: 600;
}


/**************** Wikitext Start ****************/


.cmsTextNormal h2.wiki,
.cmsTextNormal h3.wiki,
.cmsTextNormal h4.wiki,
.cmsTextNormal h5.wiki,
.cmsTextNormal h6.wiki,
.cmsTextNormal .wiki-h2,
.cmsTextNormal .wiki-h3,
.cmsTextNormal .wiki-h4,
.cmsTextNormal .wiki-h5,
.cmsTextNormal .wiki-h6{
  display: block;
}

.cmsTextNormal h2.wiki,
.cmsTextNormal h3.wiki,
.cmsTextNormal .wiki-h2,
.cmsTextNormal .wiki-h3{
  font-size: 26px;
  line-height: 29px;
}
.cmsTextNormal h4.wiki,
.cmsTextNormal .wiki-h4{
  font-size: 22px;
  line-height: 25px;
}
.cmsTextNormal h5.wiki,
.cmsTextNormal .wiki-h5{
  font-size: 18px;
  line-height: 20px;
}
.cmsTextNormal h6.wiki,
.cmsTextNormal .wiki-h6 {
  font-size: 15px;
  line-height: 27px;
}


.cmsTextNormal a.wiki {
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: underline;
}
.cmsTextNormal a.wiki:hover,
.cmsTextNormal a:hover  {
  color: #e3000f;
  text-decoration: underline;
}
.cmsTextNormal h2 a.wiki,
.cmsTextNormal h3 a.wiki,
.cmsTextNormal h4 a.wiki,
.cmsTextNormal h5 a.wiki,
.cmsTextNormal h6 a.wiki,
.cmsTextNormal .wiki-h2 a.wiki,
.cmsTextNormal .wiki-h3 a.wiki,
.cmsTextNormal .wiki-h4 a.wiki,
.cmsTextNormal .wiki-h5 a.wiki,
.cmsTextNormal .wiki-h6 a.wiki{
  display: inline-block;
  text-decoration: none;
}
.cmsTextNormal h2 a.wiki:before,
.cmsTextNormal h3 a.wiki:before,
.cmsTextNormal h4 a.wiki:before,
.cmsTextNormal h5 a.wiki:before,
.cmsTextNormal h6 a.wiki:before,
.cmsTextNormal .wiki-h2 a.wiki:before,
.cmsTextNormal .wiki-h3 a.wiki:before,
.cmsTextNormal .wiki-h4 a.wiki:before,
.cmsTextNormal .wiki-h5 a.wiki:before,
.cmsTextNormal .wiki-h6 a.wiki:before{
  content: "";
  background-image: url("huduImg/huduSprite.png");
  background-position: -561px -52px;
  width: 10px;
  height: 16px;
  float: left;
  margin-right: 5px;
  margin-top: 8px;
}
.cmsTextNormal h4 a.wiki:before,
.cmsTextNormal .wiki-h4 a.wiki:before{
  margin-top: 6px;
}
.cmsTextNormal h5 a.wiki:before,
.cmsTextNormal h6 a.wiki:before,
.cmsTextNormal .wiki-h5 a.wiki:before,
.cmsTextNormal .wiki-h6 a.wiki:before{
  background-position: -210px -50px;
  width: 7px;
  height: 10px;
  margin-top: 9px;
}

.cmsTextNormal h2 a.wiki:hover,
.cmsTextNormal h3 a.wiki:hover,
.cmsTextNormal h4 a.wiki:hover,
.cmsTextNormal h5 a.wiki:hover,
.cmsTextNormal h6 a.wiki:hover,
.cmsTextNormal .wiki-h2 a.wiki:hover,
.cmsTextNormal .wiki-h3 a.wiki:hover,
.cmsTextNormal .wiki-h4 a.wiki:hover,
.cmsTextNormal .wiki-h5 a.wiki:hover,
.cmsTextNormal .wiki-h6 a.wiki:hover{
  text-decoration: underline;
  color: #666;
}

.wiki-article-image {
    position: relative;
    width: max-content;
}

.wiki-discount-hint {
    position: absolute;
    right: -2em;
    top: 0;
    width: 4em;
    height: 4em;
    border-radius: 2em;
    background-color: #e3000f;
}

.wiki-discount-hint > span {
    color: #fff;
    display: block;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.cmsBoxInner a.anchor,
.cmsTextNormal a.anchor  {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  background-image: none;
}
.image-right {
  float: right;
  text-align: right;
  margin-left: 15px;
}
.image-left {
  float: left;
  margin-right: 15px;
}
.image-center {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: max-content;
}
.wikiTextLeft {
  text-align: left;
}
.wikiTextRight {
  text-align: right;
}
.wikiTextCenter {
  text-align: center;
}
.wikiTextJustify {
  text-align: justify;
}
.spacer {
  display: block;
  height: 15px;
}
.cmsTextNormal .trennlinieHorizontal {
  display: block;
  float: none;
  clear: both;
}
.cmsTextNormal strong  {
  font-weight: bold; font-weight: 600;
}
.dicountPrice .preis {
  float: none;
  font-size: 18px;
  line-height: 18px;
}
.dicountPrice .mwstHinweis {
  position: relative;
  top: -6px;
  left: -3px;
  font-size: 11px;
}


















#columnsWrap #mainColumn .wikiClassHilfeTop h5 a,
#columnsWrap #mainColumn .wikiClassHilfeTop .wiki-h5 a{
  font-size: 16px;
  padding: 7px 0 7px 20px;
  min-height: 10px;
  display: inline-block;
  position: relative;
  background-image: none;
}
#columnsWrap #mainColumn .wikiClassHilfeTop h5 a:before,
#columnsWrap #mainColumn .wikiClassHilfeTop .wiki-h5 a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -179px -28px;
  width: 13px;
  height: 6px;
}



.magHelp #columnsWrap .wikiClassHilfeMiddle h6 a,
.magHelp #columnsWrap .wikiClassHilfeBottom h6 a,
.magService #columnsWrap .wikiClassHilfeMiddle h6 a,
.magService #columnsWrap .wikiClassHilfeBottom h6 a,
.magHelp #columnsWrap .wikiClassHilfeMiddle .wiki-h6 a,
.magHelp #columnsWrap .wikiClassHilfeBottom .wiki-h6 a,
.magService #columnsWrap .wikiClassHilfeMiddle .wiki-h6 a,
.magService #columnsWrap .wikiClassHilfeBottom .wiki-h6 a{
  display: block;
  float: right;
  font-size: 13px;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
  padding: 4px 0 0 35px;
  min-height: 22px;
  position: relative;
  background-image: none;
}
.magHelp #columnsWrap .wikiClassHilfeMiddle h6 a:before,
.magHelp #columnsWrap .wikiClassHilfeBottom h6 a:before,
.magService #columnsWrap .wikiClassHilfeMiddle h6 a:before,
.magService #columnsWrap .wikiClassHilfeBottom h6 a:before,
.magHelp #columnsWrap .wikiClassHilfeMiddle .wiki-h6 a:before,
.magHelp #columnsWrap .wikiClassHilfeBottom .wiki-h6 a:before,
.magService #columnsWrap .wikiClassHilfeMiddle .wiki-h6 a:before,
.magService #columnsWrap .wikiClassHilfeBottom .wiki-h6 a:before{
  content: "";
  position: absolute;
  left: 16px;
  top: 5px;
  width: 13px;
  height: 6px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -205px -28px;
}

.storedSearchWikiText {
    margin-bottom: 1.5em;
    padding: 10px;
}

/* Wikitext ende */


/***************************************
Textblock Ueberschriften Start
**************************************/

.cmsHeading h2,
.cmsHeading .h3,
.cmsHeading h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  font-weight: normal;
  float: left;
  overflow: visible;
}
.cmsHeading h4 {
  float: left;
}

.cmsHeading .carouselGroupWithCmsBox,
.cmsHeading.ROW_PIC_4_PRODUCTS h2,
.cmsHeading.ROW_PIC_4_PRODUCTS .h3,
.cmsHeading.ROW_ELEMENT_4_PRODUCTS h2,
.cmsHeading.ROW_ELEMENT_4_PRODUCTS .h3,
.cmsHeading.ROW_PIC_4_PRODUCTS h3,
.cmsHeading.ROW_ELEMENT_4_PRODUCTS h3,
.cmsHeading.cmsHeadingDreier h2,
.cmsHeading.cmsHeadingDreier h3,
.cmsHeading.wikiClassRightCentered h2,
 .cmsHeading.wikiClassRightCentered h3{
  padding-left: 240px;
}
#cmsNavTopWrap .cmsHeading .carouselGroupWithCmsBox,
#cmsNavTopWrap .cmsHeading.ROW_PIC_4_PRODUCTS h3,
#cmsNavTopWrap .cmsHeading.ROW_PIC_4_PRODUCTS h2,
#cmsNavTopWrap .cmsHeading.ROW_PIC_4_PRODUCTS .h3,
#cmsNavTopWrap .cmsHeading.ROW_ELEMENT_4_PRODUCTS h3,
#cmsNavTopWrap .cmsHeading.ROW_ELEMENT_4_PRODUCTS h2,
#cmsNavTopWrap .cmsHeading.ROW_ELEMENT_4_PRODUCTS .h3,
#cmsNavTopWrap .cmsHeading.cmsHeadingDreier h2,
.cmsHeading.wikiClassHuduTopTextTeaser h2,
#cmsNavTopWrap .cmsHeading.wikiClassRightCentered h2,
 #cmsNavTopWrap .cmsHeading.cmsHeadingDreier h3,
 .cmsHeading.wikiClassHuduTopTextTeaser h3,
 #cmsNavTopWrap .cmsHeading.wikiClassRightCentered h3{
  padding-left: 0;
}

#cmsNavTopWrap .cmsHeading {
  width: 700px;
}
.cmsHeading {
  float: right;
  height: 27px;
  margin: 11px 0 2px 0;
  width: 940px;
  position: relative;
  font-size: 18px;
  font-weight: normal;
}

.cmsHeadingEmpty {
    height: 27px;
    clear: both;
}

#cmsNavTopWrap .cmsHeadingEmpty {
    clear: none;
    float: right;
    width: 700px;
}

#cmsNavTopWrap #sideBarWrap + .cmsHeadingEmpty {
    /*First Heading*/
    height: 0px;
}

.wikiClassHilfeTop + .cmsHeadingEmpty,
.wikiClassHilfeMiddle + .cmsHeadingEmpty {
    /*Heading between Blocks looking like one*/
    clear: none;
}

/* Sixpack Kontrollen rechtsbündig neben Überschrift */
.cmsHeading .carouselControls {
  float: right;
  height: 27px;
}
.cmsHeading .carouselSelector {
  position: absolute;
  right: 130px;
  top: 3px;
}
.cmsHeading .carouselSelector a {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 26px;
  line-height: 16px;
  padding: 4px 27px 0 27px;
  position: relative;
  z-index: 1;
}
.cmsHeading .carouselSelector a:first-child {
  border-right: none;
}
.cmsHeading .carouselSelector a.active,
.cmsHeading .carouselSelector a:hover,
.cmsHeading .carouselSelector a:focus {
  background-color: #fff;
}

/***************************************
Textblock Ueberschriften Ende
**************************************/










/**************** Buehne Start ****************/
#columnsWrap #stage {
  position: relative;
  float: left;
  height: auto;
  margin: 30px 0 15px 0;
}
#columnsWrap #stage.videoStage,
#columnsWrap #stage.heightFULLClass {
  width: 700px;
  height: 300px;
}
#columnsWrap #stage.videoStage .mejs-layers,
#columnsWrap #stage.videoStage .mejs-controls {
  display: none !important;
}
/*
.ios #columnsWrap #stage.videoStage .mejs-layers,
.ios #columnsWrap #stage.videoStage .mejs-controls {
  display: block !important;
}
*/
#columnsWrap #stage.heightHALFClass,
.heightHALFClass #stageInner {
  width: 940px;
  height: 150px;
  margin: 0;
}
#columnsWrap #stage.heightHALFClass {
  margin: 10px 0 15px 0;
}
#stageInner {
  width: 700px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.heightHALFClass #stageInner {
  overflow: hidden;
}
#stageInner,
#stageInner #stagePoster img {
  display: block;
  width: 700px;
  max-width: 700px;
  height: 300px;
  position: absolute;
  top:0;
  left:0;
}
#stageInner #stagePoster img {
  display: none;
}
#stageInner #stagePoster a:first-child img {
  display: block;
}
.heightHALFClass #stageInner,
.heightHALFClass #stageInner #stagePoster img {
  width: 940px;
  max-width: 940px;
  height: 150px;
}
#stagePoster a:first-child img {
  z-index: 1;
}

.heightHALFClass #stageNavi {
  display: none;
}
#stageTabsWrapper,
.tabsCmsBoxTopWrapper {
  float: right;
  position: relative;
  top: 259px;
  left: -50%;
  z-index: 22;
}
#stageTabs,
.tabsCmsBoxTop {
  position: relative;
  left: 50%;
}
#stageTabs li,
.tabsCmsBoxTop li {
  float: left;
  height: 26px;
  padding: 6px 0 0 0;
  margin-right: 3px;
  position: relative;
}
#stageTabs li:last-child,
.tabsCmsBoxTop li:last-child {
  margin-right: 0;
}
#stageTabs a,
.tabsCmsBoxTop span {
  float: left;
  height: 20px;
  padding: 6px 15px 0 15px;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  font-weight: 600;
  background: #fff;
  color: #000;
  opacity: 0.85;
  -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;    /* Firefox, other Gecko */
  box-sizing: content-box;         /* Opera/IE 8+ */
}
#stageTabs li.activeSlide:before,
.tabsCmsBoxTop li.activeSlide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  background-image: url("huduImg/huduSprite.png");
  background-position: -81px -114px;
  width: 26px; height: 6px;
}
#stageTabs a:hover,
#stageTabs li:hover a,
#stageTabs li.activeSlide a,
.tabsCmsBoxTop span:hover,
.tabsCmsBoxTop li:hover span,
.tabsCmsBoxTop li.activeSlide span {
  background: #4a4a4a;
  color: #fff;
}
#stageTabs a span {
  opacity: 1;
}

.twoTabs #stageTabs li.activeSlide:before,
.twoTabs .tabsCmsBoxTop li.activeSlide:before {
  left: 46%;
}
.threeTabs #stageTabs li.activeSlide:before,
.threeTabs .tabsCmsBoxTop li.activeSlide:before {
  left: 44%;
}
.twoTabs #stageTabs a,
.twoTabs .tabsCmsBoxTop span {
  width: 308px;
  text-align: center;
}
.threeTabs #stageTabs a,
.threeTabs .tabsCmsBoxTop span {
  width: 195px;
  text-align: center;
}

/**************** Buehne Ende ****************/


/**************** Filialfinder Homepage Start ****************/
.cmsBoxList #page-filialfinder-open {
  width: 200px;
  height: 270px;
  position: relative;
  float: right;
  margin-top: 30px;
  padding: 15px 10px;
}
.cmsBoxList #page-filialfinder-open label {
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;

}
.cmsBoxList #page-filialfinder-open input {
  background-image: url("huduImg/mainSearchInput.png");
  border: medium none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  height: 31px;
  line-height: 18px;
  margin: 8px 0;
  padding: 2px 0 0 8px;
  width: 199px;
  border: 1px solid #555;
}
.cmsBoxList #page-filialfinder-open button {
  float: right;
  border: 1px solid #5c0203;
  height: 25px;
}
#page-filialfinder-open #homeFilialfinderLink {
  position: absolute;
  bottom: 0;
  top: auto;
  left:0;
  right: auto;
  width: 220px;
  height: 145px;
}


/**************** Filialfinder Homepage Ende  ****************/





/**************** Textbloecke Start ****************/

.cmsBox,
.cmsBox * {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.cmsBox {
  float: right;
  position: relative;
  /* margins are used for navigation height calculation (8+28) */
  margin: 0 0 15px 0;
}


.cmsBox {
  width: 940px;
}
#cmsNavTopWrap .cmsBox {
  width: 700px;
}

.cmsBoxNoOverflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wikiClassBannerColored .cmsBoxNoOverflow {
  overflow: visible;
}

.cmsBox,
.zweierCmsBoxLeft,
.zweierCmsBoxRight,
.dreierCmsBoxLeft,
.dreierCmsBoxMiddle,
.dreierCmsBoxRight {
  height: 300px;
}
.cmsBox.heightHALFClass,
.cmsBox.heightHALFClass .zweierCmsBoxLeft,
.cmsBox.heightHALFClass .zweierCmsBoxRight,
.cmsBox.heightHALFClass .dreierCmsBoxLeft,
.cmsBox.heightHALFClass .dreierCmsBoxMiddle,
.cmsBox.heightHALFClass .dreierCmsBoxRight  {
  height: 150px;
}
.cmsBox.heightDOUBLEClass,
.cmsBox.heightDOUBLEClass .zweierCmsBoxLeft,
.cmsBox.heightDOUBLEClass .zweierCmsBoxRight,
.cmsBox.heightDOUBLEClass .dreierCmsBoxLeft,
.cmsBox.heightDOUBLEClass .dreierCmsBoxMiddle,
.cmsBox.heightDOUBLEClass .dreierCmsBoxRight  {
  height: 600px;
}
.cmsBox.heightVARYINGClass,
.cmsBox.heightVARYINGClass .zweierCmsBoxLeft,
.cmsBox.heightVARYINGClass .zweierCmsBoxRight,
.cmsBox.heightVARYINGClass .dreierCmsBoxLeft,
.cmsBox.heightVARYINGClass .dreierCmsBoxMiddle,
.cmsBox.heightVARYINGClass .dreierCmsBoxRight,
.cmsBox.heightFREEClass,
.cmsBox.heightFREEClass .zweierCmsBoxLeft,
.cmsBox.heightFREEClass .zweierCmsBoxRight,
.cmsBox.heightFREEClass .dreierCmsBoxLeft,
.cmsBox.heightFREEClass .dreierCmsBoxMiddle,
.cmsBox.heightFREEClass .dreierCmsBoxRight{
  height: auto;
}






.einerCmsBox,
.zweierCmsBoxLeft,
.zweierCmsBoxRight,
.dreierCmsBoxLeft,
.dreierCmsBoxMiddle,
.dreierCmsBoxRight {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}








.cmsBox.einerCmsBox {
  padding: 15px;
}
.einerCmsBox.wikiClassHuduImage {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.einerCmsBox.wikiClassHuduImage .wiki-image:last-child .image-left {
    margin-right:0;
}

.einerCmsBox.wikiClassHuduImage.wikiClassHuduImageWithShadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}

.wiki-image > img,
.cmsBoxNoOverflow > img{
    display: block;
}


#columnsWrap .wikiClassWikiLongText .cmsBoxInner  {
  height: auto;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  orphans: 4;
  widows: 4;
}
.wikiFeld {
  padding: 15px;
  width: 670px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

/* Gutschein Textblock */
.einerCmsBoxCoupon {
  position: relative;
}
.einerCmsBoxCoupon .couponTeaser {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: #fff;
}
.couponTeaser .couponTeaserLabel {
  display: block;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 22px;
  margin: 0 0 5px 0;
}
.couponTeaser input.magazinGutscheinCode {
  float: left;
  width: 400px;
  margin: 5px 25px 0 0;
}
.couponTeaser .couponCmsBoxInnerPopup {
  padding: 15px 15px 15px 60px;
  position: absolute;
  left: 10px;
  bottom: -15px;
  background: #e5e5e5;
  border: 2px solid #bbb;
  border-radius: 4px;
  z-index: 1;
}
.couponTeaser .couponCmsBoxInnerPopupClose {
  float: right;
  background-image: url("FL-img/spritesNoRepeat.png");
  width: 13px; height: 13px;
  background-position: -155px -277px;
  cursor: pointer;
  position: relative;
  top: -10px;
  right: -10px;
}
.couponTeaser .infoMessage:before {
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -272px -417px;
  content: "";
  float: left;
  height: 33px;
  left: 10px;
  margin: 0 8px -5px 0;
  position: absolute;
  top: 15px;
  width: 39px;
}

.couponTeaser-message {
    font-size: 18px;
}

/* Schulbuchsuche / Sammelsuche Textblock */
.cmsBox.batchSearchBox {
  background-image: url("huduImg/SchulbuchSucheBG.jpg");
  height: 270px;
  padding: 23px 100px;
}
.batchSearchBox label {
  color: #fff;
}
.batchSearchBox, .batchSearchBox label {
  font-size: 18px;
}
.batchSearchBox .cmsTextNormal, .batchSearchBox .cmsTextNormal a {
  color: #fff;
}
.batchSearchBoxForm {
  position: absolute;
  left: 100px;
  top: auto;
  bottom: 40px;
}
.batchSearchBoxForm textarea {
  color: #666;
  font-size: 13px;
  border: 1px solid #d7d7d7;
  border-right: none;
  height: 70px;
  width: 670px;
  padding: 10px;
}
#mainColumn .batchSearchBoxForm button {
  height: 70px;
  width: 70px;
  margin-top: 1px;
}

.batchSearchBoxForm button:before {
  content: "";
  display: block;
  margin-left: 10px;
  width: 27px;
  height: 27px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -833px -81px;
}
.batchSearchBox .cmsTextNormal h3.wiki {
  font-size: 36px;
}

.zweierCmsBoxLeft {
  width: 220px;
  float: left;
  padding: 15px;
}
.zweierCmsBoxRight {
  width: 700px;
  float: right;
  padding: 15px;
}

.wikiClassHuduImage .zweierCmsBoxLeft,
.wikiClassHuduImage .zweierCmsBoxRight {
  padding: 0;
}

.wikiClassHuduImage.wikiClassHuduImage50-50 .zweierCmsBoxLeft img ,
.wikiClassHuduImage.wikiClassHuduImage50-50 .zweierCmsBoxRight img {
    width: 100%;
    height: auto;
}

.wikiClassHuduImage.wikiClassHuduImageLeftOnly .zweierCmsBoxLeft {
  padding: 0;
}
.wikiClassHuduImage.wikiClassHuduImageLeftOnly .zweierCmsBoxRight {
  padding: 15px;
}

.wikiClassHuduImage50-50 .zweierCmsBoxRight,
.wikiClassHuduImage50-50 .zweierCmsBoxLeft {
  /* was 460px without navi */
  width: 48.572%; /* results in img width 340px with navi aside */
}

.wikiClassHuduImage50-50 .zweierCmsBoxRight img,
.wikiClassHuduImage50-50 .zweierCmsBoxLeft img {
    width: 100%;
    height: auto;
}




/************************* dreierCmsBox Start  **********************/

.dreierCmsBox {
  padding: 0;
}
.dreierCmsBoxLeft,
.dreierCmsBoxMiddle,
.dreierCmsBoxRight {
  float: left;
  overflow: hidden;
}
.dreierCmsBoxLeft {
  width: 220px;
  margin-right: 20px;
}
.dreierCmsBoxMiddle {
  padding: 15px;
  width: 460px;
  margin-right: 20px;
}
.dreierCmsBoxRight {
  padding: 15px;
  width: 220px;
}


.wikiClassHuduProduct .dreierCmsBoxRight,
#siteWrap .headerProduct {
  font-size: 12px;
  line-height: 14px;
}
.wikiClassHuduProduct .dreierCmsBoxRight {
  padding: 14px 20px 0 20px;
}
.wikiClassHuduProduct .dreierCmsBoxRight .spacer,
#siteWrap .headerProduct .spacer {
  height: 4px;
  float: none;
  clear: both;
}
.wikiClassHuduProduct .dreierCmsBoxRight .trennlinieHorizontal,
#siteWrap .headerProduct .trennlinieHorizontal {
  display: none;
}
.wikiClassHuduProduct .dreierCmsBoxRight .wikiTextLeft,
#siteWrap .headerProduct .wikiTextLeft {
  height: 16px;
  width: 100%;
  overflow: hidden;
}
.wikiClassHuduProduct .dreierCmsBoxRight .image-left,
#siteWrap .headerProduct .image-left {
  height: 180px;
  width: 180px;
  margin: 0;
}
.wikiClassHuduProduct .dreierCmsBoxRight a img,
#siteWrap .headerProduct a img {
  width: auto;
  height: auto;
  max-height: 180px;
  max-width: 180px;
}
.wikiClassHuduProduct .dreierCmsBoxRight a.wiki,
#siteWrap .headerProduct a {
  font-weight: bold;
  text-decoration: none;
  height: 27px;
  display: block;
  font-size: 12px;
  line-height: 13px;
  word-wrap: break-word;
  overflow: hidden;
}
.wikiClassHuduProduct .dreierCmsBoxRight .image-left a.wiki,
#siteWrap .headerProduct .image-left a {
  height: auto;
}
.wikiClassHuduProduct .dreierCmsBoxRight a.wiki:hover,
#siteWrap .headerProduct  a:hover {
  text-decoration: underline;
  color: #666;
}
#siteWrap .wikiClassHuduProduct .dreierCmsBoxRight .price-label-with-order-button button,
#siteWrap .wikiClassHuduProduct .dreierCmsBoxRight .price-label-with-order-button a,
#siteWrap .headerProduct .price-label-with-order-button button,
#siteWrap .headerProduct .price-label-with-order-button a {
  margin-top: 10px;
}




.wikiClassHuduTopTextTeaser .dreierCmsBoxLeft,
.wikiClassHuduTopTextTeaser .dreierCmsBoxMiddle,
.wikiClassHuduTopTextTeaser .dreierCmsBoxRight {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 306px;
  padding: 15px 10px;
  margin: 0;
}
#cmsNavTopWrap .wikiClassHuduTopTextTeaser .dreierCmsBoxMiddle,
#cmsNavTopWrap .wikiClassHuduTopTextTeaser .dreierCmsBoxRight {
  width: 339px;
}
.dreierCmsBox.wikiClassHuduTopTextTeaser {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}
.wikiClassHuduTopTextTeaser .cmsBoxInner {
  padding: 0 11px;
}
.wikiClassHuduTopTextTeaser h3.wiki {
  width: 100%;
  min-height: 58px;
  background-color: #f5f5f5;
  border-bottom: 5px solid #e3000f;
  font-size: 18px;
  line-height: 21px;
  padding: 5px 10px 6px 9px;
  margin-bottom: 14px;
}
.wikiClassHuduTopTextTeaser h6.wiki {
  font-size: 14px;
  line-height: 17px;
  padding: 1px 0 2px 0;
}
.wikiClassHuduTopTextTeaser h6 a.wiki:before {
  margin-top: 4px;
}

/* Wikitext Formular */
.dreierCmsBoxRight form.boxclass {
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-height: 280px;
}
form.wiki  {
  float: left;
}
form.wiki br {
  font-size: 8px;
  line-height: 8px;
}
form.wiki,
form.wiki label,
form.wiki select {
  width: 200px;
  display: block;
}
form.wiki label {
  font-size: 14px;
  margin: 10px 0 2px 0;
  display: block;
}

form.wiki a:hover {
  color: #666;
  text-decoration: none;
}




/* Weinachtsdeko */
#siteWrap #columnsWrap #mainColumn .wikiClassWeihnachten,
#columnsWrap .wikiClassWeihnachten .cmsBoxInner  {
  position: relative;
  overflow: visible;
}
.wikiClassWeihnachten .xmasDeco {
  position: absolute;
  z-index: 1;
  right: -15px;
  background:  url("https://media.ebook.de/upload/libri/Shop_Themenbilder/cmsBoxElement1.png") no-repeat scroll 0 0 transparent;
  top: -10px;
  width: 86px;
  height: 84px;
}
.dreierCmsBox.wikiClassWeihnachten .xmasDeco {
  background:  url("https://media.ebook.de/upload/libri/Shop_Themenbilder/cmsBoxElement2.png") no-repeat scroll 0 0 transparent;
  right: -18px;
  top: -15px;
  width: 79px;
  height: 74px;
}


/************************* dreierCmsBox Ende  **********************/







/* Tabs Textblock Start */
.tabsCmsBox {
  position: relative;
  overflow: hidden;
}
.tabsCmsBox,
.tabsCmsBoxSlide {
  height: 300px;
  width: 940px;
}
#cmsNavTopWrap .tabsCmsBox,
#cmsNavTopWrap .tabsCmsBoxSlide {
  width: 700px;
}
#cmsNavTopWrap .tabsCmsBoxSlide {
  width: 700px;
}
.tabsCmsBox.heightHALFClass,
.tabsCmsBoxSlide.heightHALFClass {
  height: 150px;
}
.tabsCmsBox.heightDOUBLEClass,
.tabsCmsBoxSlide.heightDOUBLEClass {
  height: 600px;
}
.tabsCmsBox.heightVARYINGClass,
.tabsCmsBoxSlide.heightVARYINGClass,
.tabsCmsBox.heightFREEClass,
.tabsCmsBoxSlide.heightFREEClass{
  height: auto;
}










.wikiClassEReaderSlide  .tabsCmsBoxTop {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 8;
  width: 230px;
  height: 280px;
  overflow: hidden;
}
.wikiClassEReaderSlide  .tabsCmsBoxTop li {
  display: block;
  height: 55px;
  overflow: hidden;

  width: 210px;
  background-color: #fff;
  margin-bottom: 1px;
  text-align: center;
  margin-left: 20px;
  position: relative;
}
.wikiClassEReaderSlide  .tabsCmsBoxTop li.activeSlide,
.wikiClassEReaderSlide  .tabsCmsBoxTop li:hover {
  padding-left: 20px;
  margin-left: 0;
  background-color: transparent;
}
.wikiClassEReaderSlide  .tabsCmsBoxTop li.activeSlide span,
.wikiClassEReaderSlide  .tabsCmsBoxTop li:hover span {
  color: #fff;
  background-color: #e3000f;
  background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
}
.wikiClassEReaderSlide  .tabsCmsBoxTop li.activeSlide:before,
.wikiClassEReaderSlide  .tabsCmsBoxTop li:hover:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 55px;
  top: 0;
  left: 0;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: 0 -523px;
}
.wikiClassEReaderSlide  .tabsCmsBoxTop li.activeSlide a,
.wikiClassEReaderSlide  .tabsCmsBoxTop li:hover a {
  color: #fff;
}

.wikiClassEReaderSlide  .tabsCmsBoxTop li span {
  display: table;
  height: 55px;
  width: 210px;
  vertical-align: middle;

  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
  text-align: center;
}
.wikiClassEReaderSlide  .tabsCmsBoxTop li span a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.wikiClassEReaderSlide  .tabsCmsBoxSlide {
  background: #e5e5e5;
  height: 300px;
  overflow: hidden;
}
.wikiClassEReaderSlide  .tabsCmsBoxSlideInner  {
  padding: 25px 250px 5px 25px;
}

.wikiClassEReaderSlide  .image-left  {
  margin-right: 30px;
}

.wikiClassEReaderSlide .tabsCmsBoxSlide {
  display: none;
}
.wikiClassEReaderSlide .cmsBoxInner div:first-child  {
  display: block;
}
/* Tabs Textblock Ende */




/* Banner Textblock Start */

#siteWrap .cmsBox.bannerCmsBox {
  width: auto;
  height: auto;
}
.bannerCmsBox .bannerCmsBoxLeft  {
  display: none;
}
.bannerCmsBox .bannerCmsBoxBGImage   {
  float: left;
}


.wikiClassHuduHeadline .bannerCmsBoxBGImage {
  display: table;
}
.wikiClassHuduHeadline .bannerCmsBoxRight {
  padding: 0 15px 0 255px;
  display: table-cell;
  vertical-align: middle;
}
.wikiClassHuduHeadline .bannerCmsBoxRightInner,
.wikiClassHuduHeadline .bannerCmsBoxRightInner * {
  display: inline;
}
.wikiClassHuduHeadline .bannerCmsBoxRight h2.wiki,
.wikiClassHuduHeadline .bannerCmsBoxRight h3.wiki {
  color: #000;
  font-size: 29px;
  line-height: 31px;
}

.wikiClassBannerTextLeft .bannerCmsBoxRight {
  float: left;
}
.wikiClassBannerTextRight .bannerCmsBoxRight {
  float: right;
}
.wikiClassBannerTextLeft .bannerCmsBoxRightInner {
  padding: 15px 0 15px 15px;
}
.wikiClassBannerTextRight .bannerCmsBoxRightInner {
  padding: 15px 15px 15px 0;
}
.wikiClassTextFullWidth .bannerCmsBoxRightInner {
  padding: 15px;
}
.wikiClassTextWidth70 .bannerCmsBoxRight  {
  width: 70%;
}
.wikiClassTextWidth50 .bannerCmsBoxRight  {
  width: 50%;
}
.wikiClassTextWidth30 .bannerCmsBoxRight  {
  width: 30%;
}
/* Banner Textblock Ende */






/**************** Textbloecke Ende ****************/







/*****************************************
carousels Start
********************************************/
.cmsBox.sixPack {
  padding: 0;
  margin-bottom: 40px;
}

.carouselWrap,
.carouselWrap * {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.carouselWrap {
  width: 940px;
  float: right;
}
#cmsNavTopWrap .carouselWrap,
.carouselWithImg .carouselItemWrap,
.carouselGroupWithCmsBox .carouselItemWrap {
  width: 700px;
}

.carouselItemWrap,
#cmsNavTopWrap .carouselJustProducts .carouselItemWrap {
  float: right;
  width: 700px;
  height: 310px;
  padding-left: 47px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}
.carouselJustProducts .carouselItemWrap {
  width: 940px;
  padding-left: 65px;
}
#cmsNavTopWrap .classicCarousel .carouselItemWrap {
  padding-left: 51px;
}
#columnsWrap #mainColumn .oversizedCarouselItemWrap {
  height: auto;
  padding-top: 7px;
}

.carouselOversized {}

#siteWrap #columnsWrap .oversizedCarouselItemWrap .sixPackItem {
  margin-bottom: 60px;
}
#siteWrap .sixPackItem .discount {
  top: 290px;
  line-height: 12px;
}


.sixpackKonto,
.carouselImage,
.carouselWikitext {
  float: left;
  width: 220px;
  height: 310px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}


/* Sixpack Vor- Zurück und Alle anzeigen runde Buttons */

.doubleCarouselControls {
  float: left;
  width: 349px;
  height: 20px;
}
.doubleCarouselControlsBottom {
  padding: 2px 0 2px 257px;
  width: 74px;
  position: absolute;
  bottom: 0;
  left: 0;
}



.carouselShowList a {
  float: right;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  padding-top: 4px;
}
.carouselShowList a:hover {
  text-decoration: underline;
}
.carouselShowList a:before {
  content: "";
  float: left;
  margin: 5px 4px 0 0;
  width: 5px;
  height: 8px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -176px -10px;
}



.doubleCarouselControls .carouselShowList a {
  padding: 3px 10px 0 0;
}



.carouselDoubleListTitle {
  float: left;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  font-weight: 600;
  max-width: 260px;
  padding: 3px 0 0 15px;
}





.carouselButton a {
  width: 25px;
  height: 50px;
  background-color: #eee;
  position: absolute;
  top: 147px;
  left: 0;
  text-indent: -9000px;
}
.carouselWithImg .carouselButton.carouselPrevious0 a,
.carouselWithImg .carouselButton.carouselPrevious1 a,
.carouselGroupWithCmsBox .carouselButton.carouselPrevious0 a,
.carouselGroupWithCmsBox .carouselButton.carouselPrevious1 a {
  left: 240px;
}
#cmsNavTopWrap .carouselWithImg .carouselButton.carouselPrevious0 a,
#cmsNavTopWrap .carouselWithImg .carouselButton.carouselPrevious1 a,
#cmsNavTopWrap .carouselGroupWithCmsBox .carouselButton.carouselPrevious0 a,
#cmsNavTopWrap .carouselGroupWithCmsBox .carouselButton.carouselPrevious1 a {
  left: 0;
}
.prudsys .article-list .paging-button a:before,
.carouselButton a:before,
.imageCarousel .imageCarousel-list .paging-button a::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 7px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -84px -78px;
  width: 10px;
  height: 16px;
}
.carouselNext0 a,
.carouselNext1 a {
  left: auto;
  right: 0;
}
.prudsys .article-list .paging-button.paging-button-next a:before,
.carouselNext0 a:before,
.carouselNext1 a:before,
.imageCarousel .imageCarousel-list .paging-button.paging-button-next a:before {
  background-position: -64px -78px;
  left: auto;
  right: 7px;
}



.doubleCarouselControls .carouselButton a {
  width: 40px;
  height: 20px;
  top: 0;
  left: 156px;
}
.doubleCarouselControls .carouselButton a:before {
  width: 12px;
  height: 7px;
  background-position: -258px -81px;
  top: 6px;
  left: 14px;
}
.doubleCarouselControls .carouselNext0 a,
.doubleCarouselControls .carouselNext1 a {
  top: auto;
  bottom: 0;
}
.doubleCarouselControls .carouselNext0 a:before ,
.doubleCarouselControls .carouselNext1 a:before  {
  background-position: -281px -81px;
  top: auto;
  bottom: 6px;
}



.oversizedCarouselItemWrap .carouselButton a {
  top: auto;
  bottom: 50%;
}



.carouselButton.inactive a {
  opacity: 0.55;
  cursor: default;
}
#columnsWrap .carouselControls .carouselButton,
#columnsWrap .carouselControls .carouselButton a {
  visibility: visible !important;
  z-index: 1;
}




/******************** doppelte 6packs Start*************/
.sixPack .shadowBox,
.doubleCarouselLeft {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}
.sixPack .shadowBox {
  float: right;
}
.sixPack.DOUBLE_LIST {
  float: right;
  width: 940px;
}

.sixPack .shadowBox,
#cmsNavTopWrap .sixPack.DOUBLE_LIST {
  width: 700px;
}
.doubleCarouselLeft {
  width: 220px;
  float: left;
  padding: 15px;
}
.wikiClassHuduImage .doubleCarouselLeft {
  padding: 0;
}
.carouselItemWrapDoubleLeft,
.carouselItemWrapDoubleRight {
  width: 350px;
  float: left;
  position: relative;
}
.sixPack .shadowBox,
.doubleCarouselLeft,
.carouselItemWrapDoubleLeft,
.carouselItemWrapDoubleRight {
  height: 300px;
}
.heightDOUBLEClass.sixPack .shadowBox,
.heightDOUBLEClass .doubleCarouselLeft,
.heightDOUBLEClass .carouselItemWrapDoubleLeft,
.heightDOUBLEClass .carouselItemWrapDoubleRight {
  height: 600px;
}
.doublecarouselItemWrapInner {
  float: left;
  margin: 12px 0 0 0;
}
.carouselItemWrapDoubleLeft .doublecarouselItemWrapInner {
  border-right: 1px solid #e5e5e5;
}
.heightDOUBLEClass .doublecarouselItemWrapInner {
  margin: 15px 0 0 0;
}
/******************** doppelte 6packs Ende*************/














.sixPackAccount .carouselItemWrap,
#cmsNavTopWrap .sixPackAccount .carouselItemWrap {
  padding-left: 26px;
  width: 520px;
  margin-right: 180px;
}


.sixpackKonto {
  position: absolute;
  right: 0; top: 0;
  z-index: 2;
}
#sixpackAccountUL li {
  padding-left: 15px;
}
#sixpackAccountUL .accountName {
  background-color: #fff;
  width: 180px;
  padding: 10px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  margin: 10px 10px 25px 10px;
  position: relative;
}
.accountName .arrow {
  position: absolute;
  left: 81px;
  bottom: -9px;
  height: 9px;
  width: 36px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -317px -455px;
}
#sixpackAccountUL .logout {
  padding-top: 37px;
}



.sixPackItem,
#cmsNavTopWrap .carouselJustProducts .sixPackItem {
  width: 150px;
  height: 300px;
  float: left;
  margin: 0 12px 0 0;
  position: relative;
  font-size: 12px;
  line-height:14px;
}

.carouselJustProducts .sixPackItem {
  width: 160px;
}

.sixPackAccount .sixPackItem,
#cmsNavTopWrap .sixPackAccount .sixPackItem {
  margin: 0 17px 0 0;
}
.classicCarousel .sixPackItem,
#cmsNavTopWrap .classicCarousel .sixPackItem {
  width: 200px;
}
.sixPackItem .carouselRank {
  position: absolute;
  top: 10px;
  left: -25px;
  width: 22px;
  height: 20px;
  line-height: 18px;
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: bold;
  font-weight: 600;
  text-align: right;
}

.sixPackItem img.cover  {
  width: auto !important;
  height: auto !important;
  max-width: 133px !important;
  max-height: 180px !important;
  margin-top: 14px;
}
.classicCarousel .sixPackItem img.cover  {
  max-width: 180px !important;
  height: 180px !important;
}
.sixPackItem .absolute  {
  position: absolute;
  left: 0;
}
.sixPackItem .type  {
  top: 198px;
  text-transform: uppercase;
}
.sixPackItem .author  {
  top: 241px;
  height: 15px;
  overflow: hidden;
}
.sixPackItem .title  {
  top: 214px;
  word-wrap: break-word;
  line-height: 13px;
  height: 27px;
  overflow: hidden;
  font-weight: bold;
  width: 100%;
}
.sixPackItem .title a {
  text-decoration: none;
}
.sixPackItem .title a:hover {
  text-decoration: underline;
}
.sixPackItem .btn {
  top: auto;
  bottom: 11px;
}



.carouselImage,
.carouselImage .cmsBoxNoOverflow,
.carouselImage .cmsBoxNoOverflow a,
.carouselImage img,
.carouselWikitext,
.wikiClassHuduImage .carouselWikitext img {
  height: 310px;
  width: 220px;
}
.carouselImage {
  padding: 0;
  float: left;
  vertical-align: middle;
  line-height: 310px;
  text-align: center;
}
.carouselImage .cmsBoxNoOverflow,
.carouselImage .cmsBoxNoOverflow a {
  display: table-cell;
  vertical-align: middle;
  line-height: 310px;
  text-align: center;
}
.carouselImage img {
  display: block;
  vertical-align: middle;
}
.carouselWikitext {
  padding: 15px;
}
.wikiClassHuduImage .carouselWikitext {
  padding: 0;
}



#columnsWrap .twoRowCarouselItem {
  height: 84px;
  width: 335px;
  float: left;
  margin: 0;
  position: relative;
}
#columnsWrap .heightDOUBLEClass .twoRowCarouselItem {
  height: 90px;
}
#columnsWrap .twoRowCarouselItem .twoRowCarouselNumber {
  position: absolute;
  top: -3px;
  left: 2px;
  width: 26px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: right;
}
#columnsWrap .twoRowCarouselItem .cover {
  height: auto !important;
  width: auto !important;
  max-height: 75px !important;
  max-width: 47px !important;

  position: absolute;
  left: 33px;
  top: 0;
  overflow: hidden;
  word-wrap: break-word;
}
#columnsWrap .twoRowCarouselItem .type {
  position: absolute;
  left: 90px;
  top: 12px;
  width: 240px;
  font-size: 10px;
  height: 12px;
  line-height: 14px;
  text-transform: uppercase;
  overflow: hidden;
}
#columnsWrap .twoRowCarouselItem .title {
  position: absolute;
  left: 90px;
  top: 26px;
  width: 145px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
}
#columnsWrap .twoRowCarouselItem .title a {
  text-decoration: none;
}
#columnsWrap .twoRowCarouselItem .title a:hover {
  text-decoration: underline;
}
#columnsWrap .twoRowCarouselItem .author {
  position: absolute;
  left: 90px;
  top: 55px;
  width: 145px;
  font-size: 12px;
  line-height: 14px;
  height: 16px;
  overflow: hidden;
}
#columnsWrap .twoRowCarouselItem .btn {
  position: absolute;
  right: 0;
  top: 44px;
}
#columnsWrap .heightDOUBLEClass .twoRowCarouselItem .btn {
}


/*****************************************
carousels Ende
********************************************/





/******************************************
Dollar Text Start
*******************************************/

/* tolino landing pages */
.abstandLinksUndRechts {
  padding: 15px;
}
.abstandLinks {
  padding: 0 0 0 15px;
}
.abstandRechts {
  padding: 0 15px 0 0;
}
.keinAbstandUnten {
  padding: 15px 15px 0 15px;
}
.abstandLinksUndRechts,
.abstandLinks,
.abstandRechts,
.keinAbstandUnten {
  float: left;
  width: 940px;
  position: relative;
}
.marketing-aktion img {
  padding: 1px;
}
.marketing-aktion a,
.marketing-aktion img {
  float: left;
  margin: 0;
  padding: 0;
}
.marketing-aktion img {
  width: 162px;
  height: 244px;
}

.huduListe,
.huduListe li {
  list-style-position: outside;
  display: block;
}
ol.huduListe,
ol.huduListe li {
  list-style-type: decimal;
}
ul.huduListe,
ul.huduListe li {
  list-style-type: disc;
}
.huduListe {
  padding: 5px 0 0 0;
}
ul.huduListe li {
  display: list-item;
  padding: 0;
  margin: 0 0 0 25px;
}
ol.huduListe li,
ul.huduListe.huduListeHaken li,
ul.huduListe.huduListeArrow li {
  display: block;
  padding: 0 0 0 25px;
  margin: 0;
}

.huduListe p {
  display: block;
  position: relative;
  padding:  0 0 15px 22px;
  margin: 0;
  min-height: 23px;
}
.huduListe.narrow p {
  padding:  0 0 3px 22px;
}
.huduListe.wide p {
  padding:  0 0 25px 22px;
}
.huduListe p:before {
  font-size: 14px;
  color: #fff;

  position: absolute;
  left: -25px;
  top: -1px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 11px;
}
ol.huduListe  {
  counter-reset: li; /* Initiate a counter */
}
ol.huduListe p:before {
  content: counter(li);
  counter-increment: li;
}
ol.huduListe p:before {
  background: #e2001a;
}
ul.huduListe.huduListeHaken p:before,
ul.huduListe.huduListeArrow p:before {
  content: "";
  display: inline-block;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -437px -241px;
}
ul.huduListe.huduListeHaken p:before {
  width: 27px;
  left: -23px;
  top: -4px;
}
ul.huduListe.huduListeArrow p:before {
  height: 29px;
  left: -20px;
  top: -7px;
}


ul.huduListe.huduListeHaken.dunkelgrau p:before {
  background-position: -266px -266px;
}
ul.huduListe.huduListeHaken.weiss p:before {
  background-position: -20px -61px;
}
ul.huduListe.huduListeHaken.grau p:before {
  background-position: -477px -247px;
}
ul.huduListe.huduListeHaken p:before,
ul.huduListe.huduListeHaken.blau p:before {
  background-position: -437px -241px;
}

ul.huduListe.huduListeHaken.narrow p {
    padding-left: 5px;
}

ul.huduListe.huduListeHaken.narrow p:before {
    background-position: -154px -395px;
    width: 20px;
}

ul.huduListe.huduListeArrow.dunkelgrau p:before {
  background-position: -37px -309px;
}
ul.huduListe.huduListeArrow.weiss p:before {
  background-position: -480px -279px;
}
ul.huduListe.huduListeArrow.grau p:before {
  background-position: -63px -58px;
}
ul.huduListe.huduListeArrow p:before,
ul.huduListe.huduListeArrow.blau p:before {
  background-position: -443px -351px;
}
ol.huduListe.blau p:before {
  color: #fff;
  background: #e2001a;
}
ol.huduListe.dunkelgrau p:before {
  color: #fff;
  background: #999;
}
ol.huduListe.weiss p:before {
  color: #666;
  background: #fff;
}
ol.huduListe.grau p:before {
  color: #666;
  background: #ededed;
}
ul.huduListe p:before {
  background: transparent;
}







.compareTable {
  width: 935px;
  font-size: 13px;
}

.compareTable#compareTableHudu {
    width: 940px;
    margin: 0 -15px;
}

div#hdcompareTableHudu {
    /* for scrolling fixed */
    margin: 0 -15px;
}

.compareTable th .deviceClaim {
  background-color: #e2001a;
  color: #fff;
  font-size: 15px;
  padding: 9px 0;
}
.compareTable th,
.compareTable td {
  border-left: 1px solid #e5e5e5 ;
}
.compareTable tr {
  border-top: 1px solid #e5e5e5;
}
.compareTable thead tr {
  background: #fff;
  border-bottom: 4px solid #e5e5e5;
  border-top: none;
}
.compareTable .grey {
  background: #f5f5f5;
}
.compareTable td {
  padding: 15px;
  font-size: 14px;
}
.compareTable .compareTableCategoryName {
  width: 12%;
  border-left: none;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 14px;
  text-align: left;
  padding: 10px;
  -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;    /* Firefox, other Gecko */
  box-sizing: content-box;         /* Opera/IE 8+ */
}

.compareTable#compareTableHudu .compareTableCategoryName {
    padding: 10px 10px 10px 15px;
}

.compareTableDevice1 {
  width: 20%;
}
.compareTableDevice2 {
  width: 20%;
}
.compareTableDevice3 {
  width: 20%;
}
.compareTableDevice4 {
  width: 20%;
}
.tolinoPromoIcons {
  float: left;
  width: 32%;
  padding: 5px;
  height: 70px;
}
.tolinoPromoIcons div {
  display: table;
  vertical-align: middle;
  height: 70px;
  float: none;
}
.tolinoPromoIcons div div {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}
.tolinoPromoIcons .image-left {
  padding-right: 15px;
}


.tabelleTolino {
  width: 465px;
  border: 1px solid #e5e5e5;
}
.kategorieTolino {
  width: 28%;
  font-weight: bold; font-weight: 600;
  background: #e5e5e5;
  border-bottom: 1px solid #fff;
  padding-left:8px;
  vertical-align: middle;
}
.inhaltTolino {
  width: 72%;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 5px 5px 8px;
}


.produktVarianten {
  position: relative;
  margin-bottom: -15px;
}
.produktVarianten .image-left img {
    max-width: 100%;
}

.produktVarianten .image-left a {
  display: block;
}

.produktVarianten h4.wiki {
    margin-bottom: 5px;
}

.produktVariantenTop {
  position: relative;
}

.produktVariantenBox .price-label-with-order-button {
  margin-top: 15px;
}

.produktVariantenBox .statt_preis {
  margin-bottom: 10px;
  min-height: 39px;
}

.produktVariantenBox .orderButton {
  margin: 10px 0 0 0;
  display: block;
}

.produktVarianten .beschreibung {
  width: auto;
}

.produktVarianten .image-left {
  margin-right: 0px;
  margin-bottom: 10px;
  width: 145px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}

#cmsNavTopWrap .produktVarianten.avaCover .image-left {
  width: 163px;
}

.produktVarianten.avaCover .image-left,
 #cmsNavTopWrap .produktVarianten.avaCover.streichPreis .image-left{
  width: 172px;
  margin-right: 7px;
}

.produktVarianten.bigCover .image-left,
#cmsNavTopWrap .produktVarianten.bigCover .image-left {
  width: auto;
  margin-right: 10px;
}

.produktVariantenBoxen .beschreibung + .clear {
    display: none;
}

.produktVariantenBoxen {
  display: inline-block;
  margin: 15px -10px 10px;
}

.produktVariantenBox {
  display: inline-block;
  background: #f5f5f5;
  padding: 8px 12px;
  margin: 10px;
  min-width: 160px;
  line-height: 1.6em;
}

/******************************************
Dollar Text Ende
*******************************************/


/******************************************
Gewinnspiel HTML Start
*******************************************/

.textblock-competition:after,
.textblock-competition .formWrapper:after {
    content: "";
    display: table;
    clear: both;
}

.textblock-competition .formWrapper {
    padding: 15px 15px 10px 15px;
    background-color: #f5f5f5;
    clear: both;
}

.textblock-competition .light {
    color: #fff;
    background: #e3000f;
}

.textblock-competition .light a {
    color: #fff;
}

.textblock-competition h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.textblock-competition .conditions {
    font-size: 11px;
    line-height: 1.2em;
    margin: 0 15px;
    clear: both;
}

/*** Formular Start ****/

.textblock-competition form {
    clear: both;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    padding: 15px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textblock-competition .light form,
.textblock-competition .light form label {
    color: #fff;
}

.textblock-competition form:after {
    content: "";
    display: table;
    clear: both;
}

.textblock-competition form select {
    max-width: 550px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    border: 1px solid #d7d7d7;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #666;
}

.textblock-competition form input,
.textblock-competition form textarea {
    border: 1px solid #d7d7d7;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    width: 100%;
    max-width: 550px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}

.textblock-competition form input {
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
}

.textblock-competition form textarea {
    height: 200px;
    padding: 5px 8px;
}

.textblock-competition form input.checkbox {
    height: auto;
    width: auto;
    line-height: inherit;
    padding: 0;
    float: left;
    margin: 3px 10px 0 0;
}

.textblock-competition form label {
    display: block;
    margin: 10px 0px 3px;
}

.textblock-competition form label.checkboxLabel {
    display: block;
    padding-left: 30px;
}

.textblock-competition form .form-control {
    margin: 10px 0;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textblock-competition form .form-control.half {
    width: 50%;
    float: left;
    clear: none;
}

.textblock-competition form .form-control.onethird {
    width: 33.3333%;
    float: left;
    clear: none;
}

.textblock-competition form .form-control.twothird {
    width: 66.6666%;
    float: left;
    clear: none;
}

.textblock-competition form .form-control label {
    margin-top: 0;
}

.textblock-competition form .form-control input {
    max-width: none;
}

.textblock-competition form .form-control textarea {
    max-width: none;
}

.textblock-competition form .form-row {
    clear: both;
    margin: 0 -10px;
}

.textblock-competition form .form-row .form-control {
    padding: 0 10px;
    margin-top: 0;
}

.textblock-competition form .form-footer {
    text-align: right;
}

.textblock-competition form .form-footer .btn {
    float: right;
    margin: 8px 0;
}

.textblock-competition form .form-footer .star-info {
    font-size: 11px;
    line-height: 12px;
    opacity: 0.8;
    clear: both;
    margin: 0;
}

.textblock-competition .light form .form-footer .star-info {
    color: #fff;
}

/******************************************
Gewinnspiel HTML Ende
*******************************************/

/******************************************
add to cart page for external links
*******************************************/
.add-to-cart-page {
    margin: 1em auto 1em auto;
    text-align: center;
}

/******************************
Hilfeseiten Start
*******************************/

.magHelp .cmsBox {
  width: 700px;
  height: auto;
}
.magService #cmsNavTopWrap .cmsBox {
  width: 940px;
  max-width: 940px;
}
#hilfeHeading .cmsHeading {
  width: 700px;
  float: right;
}
.magService #columnsWrap #mainColumn #cmsNavTopWrap #leftNav,
.magService #columnsWrap #mainColumn #cmsNavTopWrap,
.magHelp #columnsWrap #mainColumn #cmsNavTopWrap #leftNav,
.magHelp #columnsWrap #mainColumn #cmsNavTopWrap {
  display: inline;
  height: auto;
}
.magService #columnsWrap #mainColumn #cmsNavTopWrap,
.magHelp #columnsWrap #mainColumn #cmsNavTopWrap {
  float: none;
}
#columnsWrap #mainColumn .wikiClassHilfeTop {
  margin-top: 8px;
}
#columnsWrap #mainColumn .wikiClassHilfeBottom {
  margin-bottom: 28px;
}
.wikiClassHilfeTop {
  margin-bottom: 0;
}
.wikiClassHilfeMiddle {
  margin-top: 0; /* was 2018-04-24: -26px */
  margin-bottom: 0;
}
.magHelp .wikiClassHilfeMiddle {
  margin-top: 0;
}
.wikiClassHilfeMiddle:before,
.wikiClassHilfeBottom:before {
  content: "";
  top: -5px;
  left: 0;
  width: 920px;
  height: 1px;
  position: absolute;
  background: #e5e5e5;
  border-style:  solid;
  border-color:  #fff;
  border-width: 5px 10px;
}
.magHelp .wikiClassHilfeMiddle:before,
.magHelp .wikiClassHilfeBottom:before {
  width: 680px;
}
.wikiClassHilfeBottom  {
  margin-top: -26px;
}
.magHelp .wikiClassHilfeBottom  {
  margin-top: 0;
}
/* tolino Landing Pages */
.wikiClassrahmenBlau .cmsBoxInner {
  position: relative;
}

.cmsHeadingEmpty + .wikiClassHilfeMiddle.wikiClassrahmenBlau,
.cmsHeadingEmpty + .wikiClassHilfeBottom.wikiClassrahmenBlau {
    margin-top: 0;
}

.wikiClassHilfeMiddle.wikiClassrahmenBlau,
.wikiClassHilfeBottom.wikiClassrahmenBlau {
  margin-top: 0px;/*-26px*/
  padding: 0 0 1px 0;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.wikiClassHilfeMiddle.wikiClassrahmenBlau:before {
  width: 920px;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  position: absolute;
  background: #e5e5e5;
  border-style:  solid;
  border-color:  #fff;
  border-width: 0 10px;
}
.wikiClassHilfeBottom.wikiClassrahmenBlau:before {
  width: 940px;
  content: "";
  top: auto;
  bottom: -9px;
  left: 0;
  height: 9px;
  position: absolute;
  background: #fff;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09);
}



#columnsWrap #mainColumn .wikiClassHilfe3er .cmsBoxInner,
#columnsWrap #mainColumn .wikiClassHilfe3erBlau .cmsBoxInner {
  border: none;
  padding: 0;
  width: 700px;
  height: 300px;
}
.cmsBox.wikiClassHilfe3er,
.cmsBox.wikiClassHilfe3erBlau  {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 25px 0;
}
.cmsBox.wikiClassHilfe3er .cmsBoxInner,
.cmsBox.wikiClassHilfe3erBlau .cmsBoxInner {
  overflow: visible;
}
.magHelp .leftHelp,
.magHelp .middleHelp,
.magHelp .rightHelp {
  padding: 15px 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  width: 220px;
  height: 300px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.magHelp .leftHelp,
.magHelp .middleHelp {
  margin-right: 20px;
}



.magHelp .zweierCmsBox {
  margin: 35px 0 25px 0;
}
.magHelp .zweierCmsBoxLeft,
.magHelp .zweierCmsBoxRight {
  width: 340px;
  height: 300px;
  padding: 15px;
  float: left;
}
.magHelp .zweierCmsBoxRight {
  float: right;
}
/******************************
Hilfeseiten Ende
*******************************/





/* Unter Suchergebnis */
#additionalNavSearchResults ul {
  overflow: hidden;
  width: 940px;
  float: left;
  margin-top: 36px;
  margin-bottom: 28px;
}
#additionalNavSearchResults li {
  float: left;
  width: 430px;
  overflow: hidden;
  height: 120px;
  padding: 15px;
}
#additionalNavSearchResults ul li:first-child,
#additionalNavSearchResults ul li:last-child {
  width: 190px;
}
#additionalNavSearchResults ul li:first-child {
  border-right: 20px solid #fff;
}
#additionalNavSearchResults ul li:last-child {
  border-left: 20px solid #fff;
}

/* AutorInnen Seiten */
#leftColumn.authorPage {
  overflow: visible;
}
#leftColumn .authorPageHeading {
  margin-top: 11px;
}
#leftColumn .authorPageHeading h2 {
  font-size: 22px;
}
#leftColumn .authorPageLeftColContent {
  width: 220px;
}
/**********************************************************************
***********************************************************************
Magazinseiten und WikiText Ende
***********************************************************************
***********************************************************************/







/* Account / Startseite Kontakt/Linkteaser
--------------------------------------------------------------------------------*/
#accountlinkteaser .container {
  position:relative;
  height: 260px;
  padding: 20px;
}
#accountlinkteaser #teaserimage {
  background-image: url("FL-img/spritesNoRepeat.png");
}
 #accountlinkteaser #teaserimage.order {
  left: 50px;
  position: absolute;
  top: 114px;
  width: 104px; height: 78px; background-position: -401px -490px;
}
#accountlinkteaser #teaserimage.settings {
  left: 50px;
  position: absolute;
  top: 105px;
  width: 96px; height: 94px; background-position: -405px -118px;
}

#accountlinkteaser #teaserimage.wishlist {
  left: 65px;
  position: absolute;
  top: 100px;
  width: 79px; height: 97px; background-position: -419px 0;
 }

#accountlinkteaser .viewdetailscontainer  {
  bottom: 15px;
  left: 54px;
  position: absolute;
}
#accountlinkteaser .viewdetailscontainer a {
  text-decoration: none;
}

#accountlinkteaser .viewdetailscontainer a .greyCircleRight {
   background-image:url("FL-img/spritesNoRepeat.png");
   background-position:0px 0px;
   position: absolute;
   left: 78px;
   width: 22px;
   height: 22px;
   top: 0px;
}

#accountlinkteaser .viewdetailscontainer a img {
  position: absolute;
  right: -30px;
  top: 0;
}

/* Accountnav / Separator
--------------------------------------------------------------------------------*/
#leftNav.accountnav li.separator,
#leftNav.accountnav li.separator.top,
#leftNav.accountnav li.separator.bottom {
  display: none;
}

/* Accountnav / Betselldetails
--------------------------------------------------------------------------------*/
#order-history-item h3 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold; font-weight: 600;
  display: block;
  padding: 20px 20px 10px 0;
}
#order-history-item h3 strong.inside {
  padding: 0;
  font-size: 13px;
}
#order-history-item .suborderHeading {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 18px;
}
.dynamiccontainer.orderhistory {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  margin: 0 20px;
}
#orderhistoryItemwrapper div:first-child {
  border-top: none;
}
#order-history-item .huduGreySpacer {
  border: 1px solid #f5f5f5;
  height: 20px;
}
.orderhistory .orderitemHeading {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-weight: normal;
  font-size: 16px;
}
.orderhistory .suborderHeading {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold; font-weight: 600;
}



.orderhistoryitem .articleinfobox .title {
  font-size: 14px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.resultlist .orderhistoryitem .coverbox .coverimg img{
  width: 65px !important;
  height: auto;
}
.orderhistory .collated {
  margin-left: 20px;
}
.orderhistory .collated h4{
  margin-top:20px;
  margin-left: -20px;
  text-decoration: underline;
}















/**********************************************************************
***********************************************************************
Bestellprozess Start
***********************************************************************
***********************************************************************/

.bestellProzessBox {
  border: 10px solid #f7f7f7;
  max-height: 100%;
}
.bestellProzessBox.step1,
.bestellProzessBox#step4,
#step5 .bestellProzessBox {
  border: none;
  padding: 0;
  width: 940px;
}
.bestellProzessBox.step1 .bestellProzessBoxInner,
.bestellProzessBox#step4 .bestellProzessBoxInner,
#step5 .bestellProzessBox .bestellProzessBoxInner {
  border: none;
  padding: 0;
  width: 940px;
}
.bestellProzessBox .huduOrderBox {
  width: 900px;
  padding: 20px;
  background-color: #f7f7f7;
  float: left;
  margin: 10px 0;
}

.bestellProzessBox.step2,
.bestellProzessBox.step3,
.bestellProzessBox.huduGreyBG {
  border: 10px solid #f5f5f5;
  background-color: #f5f5f5;
}
.bestellProzessBoxInner {
  padding: 15px;
}

.bestellProzessBoxInner .creditCard.fleft {
    float: none;
}

.bestellProzessBoxInner input.liTextField {
  border: 1px solid #d7d7d7;
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
  width: 435px;
}
.bestellProzessBoxInner .coupon-add-form,
.bestellProzessBoxInner .coupon-delete-form {
    float: right;
}


.bestellProzessBoxInner .subscription-link-list {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.bestellProzessBoxInner .subscription-link-list li {
    display: inline-block;
    margin: -8px 10px 8px;
}

.bestellProzessBoxInner .subscription-link-list li a.btn {
    display: inline-block;
    padding-right: 8px;
}

.bestellProzessH1Step1,
.bestellProzessH1Step1 h1,
.bestellProzessH1,
.bestellProzessH1 h1 {
  font-size: 20px;
  line-height: 20px;
  padding: 0 1px 6px 0;
}
.bestellProzessH2 {
  font-size: 18px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bestellProzessH2.mbottom_15 {
  margin-bottom: 15px;
}

.bestellProzessBox.huduGreyBG .bestellProzessH2 {
    float: none;
}

.huduOrderBox .bestellProzessH2 {
  margin-top: 0;
  line-height: 18px;
  width: 900px;
}
.vertragsPartner {
  font-weight: normal;
  margin-top: -8px;
}
.bestellProzessH2 .bestellProzessH2Auswahl {
  float: left;
  width: 494px;
}
.bestellProzessH2 .bestellProzessH2Anzahl,
.bestellProzessH2 .bestellProzessH2AnzahlNeu,
.bestellProzessH2 .bestellProzessH2AnzahlNeuLastStep {
  float: left;
  width: 155px;
  padding-left: 15px;
}
.bestellProzessH2 .bestellProzessH2Preis,
.bestellProzessH2 .bestellProzessH2PreisNeu,
.bestellProzessH2 .bestellProzessH2PreisNeuLastStep  {
  float: left;
  width: 95px;
}

.bestellProzessH2 .bestellProzessH2Gesamtbetrag,
.bestellProzessH2 .bestellProzessH2GesamtbetragNeu,
.bestellProzessH2 .bestellProzessH2GesamtbetragNeuLastStep {
  float: right;
}
.bestellProzessH2 .packstationIcon {
  width: 110px;
  height: 10px;
  display: inline-block;
  text-indent: -7000px;
  position: relative;
  left: 0;
  top: 7px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -280px -352px;
}
.packstationIconH2,
.packstationIconLabel,
.packstationIconSubHeadline {
  min-width: 500px;
}
.packstationIconLabel,
.packstationIconSubHeadline {
  display: inline-block;
}

.buttonLink {
  margin-bottom: 10px;
}
.buttonLink a {
  text-decoration: none;
}
.buttonLink .huduRedText {
  color: #e3000f;
}
.buttonLink .geschenkIcon {
  background-image: url("huduImg/huduSprite.png");
  background-position: -233px -78px;
  width: 12px;
  height: 14px;

  float: left;
  margin-right: 7px;
}
#bestellProzessWarenkorbLeer {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.bestellProzessButtonLeft {
  font-size: 22px;
  text-align: center;
  width: 264px;
}

.bestellProzessArtikelBild {
  float: left;
  width: 80px;
}

.bestellProzessArtikelBild img {
  width: auto !important;
  height: auto !important;
  max-width: 65px;
  max-height: 85px;
}
.bestellArtikelDaten {
  width: 424px;
}

.bestellArtikelDaten .availabilityOrder img,
.bestellArtikelDaten img.availability {
    display: none;
}
.bestellArtikelDaten .availabilityOrder {
    width: auto;
    color: #999999;
}
.bestellArtikelDaten .availabilityOrder.download:before,
.bestellArtikelDaten .availabilityOrder.immediately:before,
.bestellArtikelDaten .availabilityOrder.days_2_3:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("huduImg/check_green_20x20.png") no-repeat left 4px;
    background-size: 10px;
    display: inline-block;
}

.bestellArtikelDaten .loyaltyPointsInfos {
    margin: 5px 0 0 15px;
    float: left;
    text-align: left;
}

.lieferbar {
  float: left;
  width: 150px;
  margin-top: 5px;
}
div.bestellProzessTitelInfo {
  float: left;
  width: 508px;
}
div.bestellProzessTitelInfoFlex {
  float: left;
  width: 700px;
}

#step4 .bestellProzessArtikelItem .pubDate {
  margin-left: 17px;
}
.bestellProzessAnzahlBox {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
}
.download .bestellProzessAnzahlBox {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  text-align: left;
  line-height: 13px;
}
div.bestellProzessAnzahl,
div.bestellProzessAnzahlNeu {
  float: left;
  position: relative;
}

.WarenkorbAktualisieren,
.WarenkorbAktualisieren:hover {
  background-image: url("huduImg/huduSprite.png");
  background-color: transparent;
  background-position: -209px -102px;
  border-style: none;
  cursor: pointer;
  height: 16px;
  width: 19px;
  overflow: hidden;
  text-decoration: none;
  position: absolute;
  top: 6px;
  left: 50px;
  float:left;
}

.WarenkorbAktualisierenDL, .WarenkorbAktualisierenPlatzH {
  border-style: none;
  cursor: pointer;
  height: 16px;
  width: 19px;
  overflow: hidden;
  text-decoration: none;
  position: absolute;
  left: 60px;
  float: left;
}


.warenkorbEntfernen,
.warenkorbEntfernenOrder {
  float: left;
  margin: 12px 0 0 0;
  text-decoration: none;
  width: 77px;
}
.warenkorbEntfernen:before,
.warenkorbEntfernenOrder:before {
  content: "";
  float: left;
  margin: 6px 3px 0 0;
  width: 9px;
  height: 9px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -158px -10px;
}
.warenkorbEntfernen:after,
.warenkorbEntfernenOrder:after {
  content: "Entfernen";
  float: left;
}

div.bestellProzessEinzelpreis,
div.bestellProzessEinzelpreisNeu {
  float: left;
  width: 105px;
  margin-left: 17px;
}
div.bestellProzessEinzelpreis .preis,
.bestellProzessEinzelpreisNeu .preis {
  font-weight: normal;
  float: right;
  color: #666;
}
div.bestellProzessEinzelpreisNeu .preisHinweis,
div.bestellProzessEinzelpreis .preisHinweis {
  float: right;
  margin-top: 5px;
  text-align: right;
}

div.bestellProzessArtikelGesamtpreis {
  float: right;
  text-align: right;
  width: 115px;
}
div.bestellProzessArtikelGesamtpreis .preis {
  color: #666;
  font-size: 16px;
  font-weight: normal;
}

div.bestellProzessArtikelItem .top {
  float: left;
  width: 900px;
  border-top: 1px solid #d7d7d7;
}
div.bestellProzessArtikelItem .content {
  float: left;
  width: 900px;
  padding: 25px 0;
}
.huduOrderBox div:last-child .content {
  padding: 25px 0 7px 0;
}
#step4 a.titel {
  display:block;
}

div.gesamtSumme {
  display:block;
}
.gesamtSumme.gesamtSummeStep4 {
  float: left;
  width: 940px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 25px;
  padding: 10px 0;
}
div.gesamtSummeLeft {
  width: 490px;
  float: left;
}
div.gesamtSummeRight {
  font-size: 16px;
  font-weight: bold; font-weight: 600;
  float: right;
  text-align: right;
  min-width: 432px;
}
#gesamtSummeRightExtraLong {
  min-width: 550px;
}
.pramienPunkte {
  float:left;
  margin-left: 75px;
  width: 182px;
}
.gesamtSummeRight .gesamtSummeText {
  width: 182px;
  float: none;
  display: inline-block;
  text-align: right;
  padding-right: 20px;
  line-height: normal;
}
#step4 .gesamtSummeRight .gesamtSummeText,
#step4 .pramienPunkte  {
  width: auto;
  margin-left: 55px;
}
#step4 .pickup-2-text {
  padding-left: 13px;
}
.gesamtSummeRight .gesamtSummeText{
  font-size: 18px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
}
.gesamtSummeRight .gesamtSumme {
  color: #666;
  float: right;
  font-size: 18px;
  font-weight: bold;
  font-weight: 600;
}
.gesamtSummeRight .pramienPunkte{
  font-size: 13px;
  font-weight: normal;
}
.gesamtSummeArtikelRight{
  float: right;
  font-size: 13px;
  font-weight: normal;
}
.versandPreis, .versandText{
  display: inline-block;
}
.attentionSign {
  color: #e3000f;
  font-weight: bold;
}
.bestellProzessBoxInner .left {
  float:left;
  width: 440px;
}
.bestellProzessBoxInner .right {
  float: right;
  width: 440px;
}
.bestellProzessBoxInner .right .rahmen{
  position: relative;
  height: 250px;
}
.bestellProzessBoxInner .right #rahmenAuto{
  position: relative;
  height: 100%;
}
.bestellProzessBoxInner .right .newaccountButton {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.bestellProzessBoxInner .right #newaccount {
  margin-top: 20px;
  top: 0px;
  right: 0px;
}

.bestellProzessBoxInner .left label {
  display: block;
  margin: 20px 0px 7px;
}

.bestellProzessBoxInner .left #passwordForgotten{
  width: 444px;
  text-align: right;
}

.bestellProzessBoxInner .left .formErrorAccount {
  color: #e3000f;
  display: block;
  margin-top: 10px;
}

.bestellProzessBoxInner .left .bestellProzessHighlightBox label {
  display: block;
  margin: 0 0 7px;
}

.bestellProzessBoxInner .left .bestellProzessHighlightBox .formErrorAccount {
  color: #e3000f;
  display: block;
  margin-bottom: -10px;
  margin-top: 10px;
}

.personalized-recommendations-optin label {
    display: block;
    position: relative;
    padding-left: 23px;
    margin: 20px 0 0;
}
.personalized-recommendations-optin label input {
    position: absolute;
    left: 0;
}

.bestellProzessBoxInner .left .buttonBar .lefttext {
  padding: 10px 20px 10px 10px;
}

.bestellProzessBoxInner .right .buttonBar .righttext {
  padding: 10px 10px 10px 20px;
  float: right;
  background-color: #e2001a;
  margin: 0;
  border: 0;
  outline: none;
  position: relative;
  cursor: pointer;
}
.bestellProzessBoxInner .right .buttonBar .righttext .big {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 22px;
  line-height: 28px;
  vertical-align: top;
}
.bestellProzessHighlightBox .step2B6 label {
  display: block;
  margin: 20px 0 7px;
}
.bestellProzessHighlightBox  .position label {
  float:left;
  margin-bottom: 20px;
}
#orderNew .bestellProzessHighlightBox  .position  {
  float:left;
}
#orderNew .bestellProzessHighlightBox  .position label {
  float:left;
  margin-bottom: 20px;
}
.addressContainer {
  width: 240px;
  padding: 15px 9px 12px 12px;
  margin: 0 30px 12px 0;
  position: relative;
}

.addressContainer.greybg {
  padding: 14px 8px 11px 11px;
}
.addressContainerWrapper div:nth-child(3n) {
  margin-right: 0;
}
#orderNew .addressContainerWrapper div div:nth-child(3n) {
  clear: none;
}
.addressContainerLast{
  width: 180px;
  height:160px;
  padding: 10px;
}

.addressContainerLastRel{
  position:relative;
}

.addressContainerLastAbs{
  position:absolute;
  bottom:-160px;
}
.adressTypeHeading {
  font-size: 14px;
  font-weight: bold; font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0 5px 0;
}
#columnsWrap .properRadioLayout {
  position: absolute;
  top: 15px;
  left: 10px;
  margin: 0;
}
#columnsWrap .properRadioLabelLayout .topLabel {
  padding: 0 0 5px 24px;
}
#columnsWrap .properRadioLabelLayout  {
  float: left;
  width: 100%;
}

#columnsWrap .addressContainer a.bearbeiten {
  width: 258px;
  text-decoration: none;
}
#columnsWrap .addressContainer a.bearbeiten:hover {
  text-decoration: underline;
}
#columnsWrap .addressContainer a.bearbeiten.long img {
  float: left;
  margin: 0 5px 12px 0;
}
#columnsWrap  a.anlegen img,
#columnsWrap .addressContainer a.bearbeiten img {
  vertical-align: top;
}
#columnsWrap  a.anlegen  {
  float: none;
}

/* Bestellprozess Step4 */
.addressContainerOrder {
  border: none;
  background-color: #f7f7f7;
  padding: 0;
  margin: 0;
}
.addressContainerOrder.step5 {
  background-color: #fff;
  min-width: 200px;
}
.huduStep4-addressBox {
  background-color: #f7f7f7;
  margin: 10px 20px 10px 0;
  padding: 15px 0 30px 20px;
  width: 280px;
  position: relative;
}
.huduStep4-addressBox.lastBox {
  margin: 10px 0 10px 0;
  padding: 15px 0 6px 20px;
}
#siteWrap .huduStep4-addressBox .mleft_20  {
  margin-left: 0;
}

.stiftIcon {
  display: inline-block;
  margin-right: 3px;
  width: 5px;
  height: 8px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -176px -10px;
  float: none;
}
.stiftIcon.addressContainerOrderStift {
  position: absolute;
  top: auto;
  bottom: 19px;
  left: 20px;
}
.addressContainerOrderSchrift {
  position: absolute;
  bottom: 15px;
  left: 30px;
  text-decoration: none;
}
.addressContainerOrderSchrift:hover {
  text-decoration: underline;
}

.regContainer{
  width: 415px;
}

.regContainerRightPos{
  margin-top: 79px;
}

.regContainerRightPos .item{
  padding-bottom: 10px;
}

.regContainerRightPosComp{
  height:3px
}

.regContainer #strasse,
.regContainer #ort{
  width: 275px;
}

.regContainer #hausnummer,
.regContainer #plz{
  width: 95px;
}

.regContainer .formErrorAccount{
  color: #e3000f;

}
#columnsWrap .subHeadlineNew {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#buchhandlungenSuchen, #buchhandlungWaehlen{
  margin-left: 20px;
  margin-right: 20px;
}
#buchhandlungWaehlen {
  width: 700px;
}

#buchhandlungWaehlen label{
  float:left;
  margin-left: 5px;
  margin-bottom: -20px;
}

#affiliatePostalCode{
  width: 160px;
}


.fehlerMeldung{
  float:left;
  color: #e3000f;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.formItem {
  width: 446px;
}
.formItemLeft {
  float: left;
  margin-right: 6px;
}
.formItemRight {
  float: right;
  margin-left: 6px;
}
.formItemBig {
  width: 340px;
}
#columnsWrap .formItemBig input {
  width: 329px;
}
.formItemSmall {
  width: 90px;
}
#columnsWrap .formItemSmall input {
  width: 79px;
}
.formItem * {
  max-width: 100%;
}
.formItemLeft *,
.formItemRight *,
.formItemBig *,
.formItemSmall * {
  max-width: 100%;
}

.packstation-search .formItem {
  width: 460px;
}
.packstation-search  .formItemSmall {
  width: 105px;
}

#edit-address-new #anrede {
  width: 140px;
}
#registerBoxInner #country,
#editAddressForm #anrede,
#editAddressForm #salutation,
#editAddressForm #country,
#edit-address-new #land {
  width: 444px;
}

#parcelStationSearchButton {
  margin: 36px 0 0 20px;
}
#parcelStationSearch {
  margin: 36px 0 0 20px;
}
.packstationSearch .buttonbar {
  float: left;
  width: 880px;
}
.t-layer .order-edit-adress-class.bestellProzessBox,
.t-layer #packstation-search-order.bestellProzessBox {
  width: 744px;
  border-color: #e5e5e5;
}
.t-layer .order-edit-adress-class.bestellProzessBox .buttonbar,
.t-layer #packstation-search-order .buttonbar {
  width: 704px;
}
.t-account .packstationSearch .buttonbar {
  width: 640px;
}

.packstationRadioItem {
  float: left;
  width: 220px;
  height: 80px;
}
.packstationRadioItem label {
  float: right;
  width: 190px;
  height: 70px;
}
/**********************************************************************
************************Lastschrift************************************/

#kontonummer, #blz{
}

/**********************************************************************
************************Kreditkarte************************************/

#creditCardFrame {
    height: 280px;
    width: 535px;
}
#creditCardFrame.creditCardFrame-edit-creditcard {
    height: auto;
    min-height: 454px;
    width: 635px;
}
#creditCardFrame.creditCardFrame-order-payment-creditcard {
    height: auto;
    min-height: 454px;
    width: 870px;
}
#creditCardFrame.creditCardFrame-order-payment-select {
    height: auto;
    min-height: 454px;
    width: 870px;
}
#editPayment .formErrorAccount.formErrorAccount6,
.formErrorAccount.orderCreateCC {
  margin-bottom: 10px;
  line-height: 13px;
}

/* alt, cryptgate */

#creditCardNumber{
  width: 295px;
}

#creditCardCvcNumber{
  width: 75px;
}

#creditCardCompanyId{
  width: 395px;
}

#creditCardValidMonth{
  width: 70px;
}

#creditCardValidYear{
  width: 85px;
}

/**********************************************************************
************************GUTSCHEIN**************************************/


.checkout-coupon-redemption h4,
.checkout-coupon-redemption h5 {
  font-size: 17px;
  line-height: 28px;
  margin-top: 10px;
}

.coupon-delete-form .last-coupon {
  display: inline-block;
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.checkout-coupon-redemption .explanation {
  font-weight: bold;
  font-weight: 600;
}

.checkout-coupon-redemption input.coupon-code {
  width: 350px;
  margin-right: 5px;
}
.checkout-coupon-redemption input.coupon-pin {
  width: 180px;
  margin-right: 5px;
}
.checkout-coupon-redemption button.btnFlat {
  width: 70px;
  height: 30px;
  line-height: 24px;
  float: right;
}

.bestellProzessBoxInner .coupon-delete-form button.btnFlat {
  margin-left: 20px;
}

.checkout-coupon-redemption .error {
  margin-top: 7px;
}

.bestellProzessBoxInner .checkout-coupon-redemption {
    max-width: 620px;
    min-width: 415px;
    clear: both;
    float: right;
    margin: 10px 0;
}

.step1 .bestellProzessBoxInner .checkout-coupon-redemption {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.bestellProzessBoxInner .checkout-coupon-redemption .coupon-add-form,
.bestellProzessBoxInner .checkout-coupon-redemption .coupon-delete-form {
  float: none;
  width: 100%;
}

.bestellProzessBoxInner .checkout-coupon-redemption .coupon-delete-form {
    margin-bottom: 10px;
}

.bestellProzessBoxInner .checkout-coupon-redemption input.coupon-code {
    width: 310px;
}
.bestellProzessBoxInner .checkout-coupon-redemption #couponInfo {
    margin-top: 3px;
}

.bestellProzessBoxInner .checkout-coupon-redemption .error {
  float: right;
  width: 100%;
}

.bestellProzessBoxInner .checkout-coupon-redemption .explanation {
    display: none;
}

.bestellProzessBoxInner .checkout-coupon-redemption .infoMessage {
    padding-top: 0;
    margin-top: -3px;
}

#bestellProzessGutschein {
  float: right;
  width: 940px;
  margin-top: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #d7d7d7;
  text-align: right;
  line-height: 14px;
}
#step4 #bestellProzessGutschein {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
#bestellProzessGutschein.step3-gutscheinBox {
  float: left;
  width:920px;
  border: 10px solid #e2001a;
  padding: 0;
  background-color: #e2001a;
  text-align: left;
}
#step3-gutscheinHeading {
  margin-top: 30px;
}
#gutscheinBild {
  float: left;
  background-color: #e2001a;
  height: 130px;
  min-height: auto;
  width: 220px;
}
#gutscheinBild:before {
  content: "";
  display: block;
  margin: 5% auto 0 auto;
  background-image: url("FL-img/spritesNoRepeat.png");
  width: 129px; height: 103px; background-position: -262px -109px;
}
#gutscheinContent {
  float: left;
  background-color: #fff;
  padding: 20px;
  min-height: 90px;
  width: 660px;
}
#bestellProzessGutschein #mainForm {
  float: right;
  width: 880px;
  padding-bottom: 5px;
}
#bestellProzessGutschein.step3-gutscheinBox  #mainForm {
  float: none;
  width: auto;
}
#step4 #bestellProzessGutschein #gutscheinButton,
#step4 #bestellProzessGutschein #couponButtonGiftCard {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  height: 30px;
  line-height: 28px;
  padding: 0 7px;
  position: relative;
  top: 0;
  left: 5px;
  font-weight: 600;
}
#bestellProzessGutschein .error,
#bestellProzessGutschein .error li,
#gutschein_liste li {
  display: block;
  padding-bottom: 3px;
}
#bestellProzessGutschein #gutschein_liste .error,
#bestellProzessGutschein #gutschein_liste .formError,
#bestellProzessGutschein #gutschein_liste .liError,
#bestellProzessGutschein #gutschein_liste .formErrorAccount,
#bestellProzessGutschein #gutschein_liste .globalErrors {
  display: inline;
  padding-bottom: 0;
}
#bestellProzessGutschein #gutschein_liste p {
  display: inline;
  padding: 0;
  margin: 0;
}
#bestellProzessGutschein .eingeloest {
  font-weight: bold; font-weight: 600;
  float: right;
  width: 880px;
  padding: 2px 0;
  font-family: 'Open Sans', sans-serif;
}
#bestellProzessGutschein.step3-gutscheinBox .eingeloest {
  float: none;
  width: auto;
}
#gutscheinCode {
  width: 170px;
  color: #999;
}
.ie8 #step4 #gutscheinCode {
  position: relative;
  top: -1px;
}
.ie8 #step4 #bestellProzessGutschein #gutscheinButton  {
  position: relative;
  top: 0;
}
.step3-gutscheinBox #gutscheinCode {
  width: 490px;
  display: inline-block;
  margin-right: 10px;
  top: 14px;
}
.step3-gutscheinBox #gutscheinCode,
.step3-gutscheinBox  #mainForm,
.step3-gutscheinBox  .gutscheinButton {
  vertical-align: top;
}
.step3-gutscheinBox  .gutscheinText {
  padding-bottom: 5px;
}
.step3-gutscheinBox  #couponId {
  width: 335px;
  color: #999;
}
.step3-gutscheinBox  #couponPin {
  width: 140px;
  color: #999;
}
#geschenkkarteForm5 #couponPin {
  width: 100px;
  color: #999;
}
#geschenkkarteForm {
  border-top: 1px solid #d7d7d7;
  padding-top: 18px;
  margin-top: 2px;
}
#bestellProzessGutschein .removeCoupon {
}

/**********************************************************************
************************GUTSCHEIN ENDE **************************************/

#busy_animation3,
#busy_animation_paypal_2 {
  position: relative;
  padding-right: 56px;
}
#busy_animation3 img,
#busy_animation_paypal_2 img {
  position: absolute;
  top: 6px;
  right: 14px;
  width: 27px;
  height: 27px;
}


button.kaufbuttonWarenkorbGrey{
  display:none;
}
#praemienpunkteZahl{
  font-size: 17px;
}

/* register shop account confirmation */
.single-step-confirmation.grid_4 {
    display: block;
    float: none;
    margin-bottom: 20px;
}

.single-step-confirmation .whiteboxcontent {
    margin: 0;
    padding: 20px 15px;
}

#step5 .loyaltyProgrammAdd,
.loyaltyProgrammAdd.single-step-confirmation {
    clear: both;
    background: #f5f5f5;
    padding: 15px;
    clear: both;
}

.loyaltyProgrammAdd.single-step-confirmation .loyaltyHeader {
    font-size: 18px;
    margin-bottom: 15px;
}

#step5 .loyaltyProgrammAdd .bestellProzessH2 {
    float: none;
}

#step5 .loyaltyProgrammAdd img.customer-card,
.loyaltyProgrammAdd.single-step-confirmation img.customer-card {
    display: block;
    width: 250px;
    height: auto;
    float: right;
    margin-left: 15px;
}

#step5 .loyaltyProgrammAdd .loyaltyPointsCTA,
.loyaltyProgrammAdd.single-step-confirmation .loyaltyPointsCTA {
    display: block;
    margin-top: 25px;
}

#step5 .loyaltyProgrammAdd .loyaltyPointsCTA .btn {
    width: 170px;
    float: left;
}

#step5 .loyaltyProgrammAdd .loyaltyPointsCTA  .loyaltyPointsInfos {
    background: #ffffff;
    color: #666;
    font-size: 13px;
    line-height: 1em;
    display: inline-block;
    padding: 2px 5px;
    height: 28px;
    width: 169px;
    text-align: left;
    float: left;
}

#step5 .loyaltyProgrammAdd .loyaltyPointsCTA  .loyaltyPointsInfos .bonuspoints_counter {
    font-weight: bold;
}

#step5Tharuka {
  border: none;
  width: 940px;
}
#step5Tharuka .bestellProzessBoxInner {
  padding: 0;
}

#step5TharukaHeader, #step5Tharuka #tharuka .THwelc {
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #666;
  padding: 7px 0 8px 0;
}

#step5Header{
  float: left;
  width: 940px;
  max-height: none;
  min-height: 100px;
  border: none;
  margin-bottom: 20px;
}

#step5Header .aboItemsBtn, #step5Header .aboConfigBtn {
    display: inline-block;
    margin-right: 10px;
    padding-right: 8px;
}

.tharukaAd {
  width: 860px !important;
  min-width: 860px !important;
  max-width: 860px !important;
}
#step5Tharuka .THang {
  float: left;
  max-width: none;
  width: 860px;
}
#tharuka .THpoweredby {
  clear: both;
}
#tharuka .THbtext > p {
  margin: 0 0 15px 0;
}
#tharuka .THbtext ul {
  padding-left: 20px;
}
#tharuka .THtext {
  margin-left: 156px;
}
#step5Tharuka #tharuka .tharukaButton, #step5Tharuka #tharuka .THstandardbutton {
  background-image:   linear-gradient(to bottom, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:      -o-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:     -ms-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image:    -moz-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-image: -webkit-linear-gradient(top, #e3000f 0%, #e3000f 66%, #c20809 100%);
  background-color: #e3000f;
  color: #fff;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 22px;
  line-height: 22px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  text-decoration: none;
}
#step5Tharuka #tharuka .tharukaButton:hover, #step5Tharuka #tharuka .THstandardbutton:hover {
  color: #fff;
  text-decoration:none;
  background-image:   linear-gradient(to bottom, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:      -o-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:     -ms-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image:    -moz-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
  background-image: -webkit-linear-gradient(top, #c20809 0%, #e3000f 33%, #e3000f 100%);
}

#step5 #gesamtsummeTop {
  width: 300px;
  text-align: right;
}
#step5 #gesamtsummeTop .fleft {
  width: 225px;
}
#step5 #gesamtsummeTop .fright {
  width: 75px;
}

#step5 .gesamtsummeBottom {
  width: 400px;
  text-align: right;
}
#step5 .gesamtsummeBottom .fleft {
  width: 305px;
}
#step5 .gesamtsummeBottom .fright {
  width: 95px;
}

/**********************************************************************
***********************************************************************
Bestellprozess Ende
***********************************************************************
***********************************************************************/


/**********************************************************************
***********************************************************************
Bundle Start
***********************************************************************
***********************************************************************/

.bundlePage * {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#bundleMain {
  float: left;
  position: relative;
  width: 940px;
  margin-bottom: 28px;
  background: #f5f5f5;
}
#bundleMain,
#paketText {
  min-height: 240px;
}

.paketSeitenPfeil {
  width: 930px;
  float: left;
  position: relative;
}
.paketSeitenPfeil:before {
  content: "";
  position: absolute;
  left: 710px;
  top: 115px;
  width: 26px;
  height: 56px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -545px -136px;
  background-color: #f5f5f5;
  z-index: 1;
}
.bundlePage {
  position: relative;
}

#serienPaketSeite #kategorieToCartTop {
  position: absolute;
  right: 10px;
  top: 228px;
  width: 190px;
  margin-top: 0;
}

#categoryBundlePage .paketInfoRight {
    float: right;
    width: 184px;
    position: relative;
}

#categoryBundlePage .paketInfoRight .kategorieToCartOuterWrapper {
    position: absolute;
    right: 0px;
    top: 188px;
    width: 100%;
}

#categoryBundlePage .paketInfoRight .kategorieToCartOuterWrapper .kategorieToCart {
    width: 187px;
    margin-top: 0;
}

.bundlePage #productPageOckButton {
}

.bundlePage .paketSeitenPfeil:before {
  top: 176px;
}
#paketText {
  border: 10px solid #f5f5f5;
  width: 720px;
  float: left;
  height: 100%;
}
#paketTextInner {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  float: left;
  padding: 15px;
  position: relative;
  width: 100%;
}
#paketPreis {
  float: right;
}
.bundlePage #paketPreis {
  min-width: 111px;
  max-width: 184px;
}
.bundlePage #paketPreis {
  padding: 0 15px 15px 15px;
}
#categoryBundlePage.bundlePage #paketPreis {
    padding: 15px;
}

.bundlePage #paketPreis div {
  float: right;
  text-align: right;
  min-width: 184px;
}
.bundlePage #paketPreis .paketPreisLabelNeu {
  height: 24px;
  line-height: 24px;
  min-width: 5px;
  margin-top: 10px;
}
.bundlePage #paketPreis .paketPreisLabelNeu,
.bundlePage #paketPreis .oldPrice {
  font-size: 14px;
}
.bundlePage #paketPreis .paketPreisLabelNeu .serienPaketIcon {
  background-image: url("huduImg/huduSprite.png");
  background-repeat: no-repeat;
  background-position: -806px -54px;
  height: 24px;
  width: 18px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: bottom;
}
.bundlePage #paketPreis .paketPreisLabelNeu.empty {
  min-width: 18px;
  position: relative;
}
.bundlePage #paketPreis .paketPreisLabelNeu.empty .serienPaketIcon {
  margin-right: 0;
}
.bundlePage .preisMwSt {
  color: #999;
  line-height: 13px;
  margin: 5px 0 15px 0;
}
#BundleImg {
  margin: 0 20px 0 0;
  float: left;
}
.bundlePage #BundleImg {
  position: relative;
}
.bundlePage #BundleImg img {
  width: 165px !important;
  max-height: 240px !important;
  height: auto !important;
}

.bundlePage #BundleImg #discountFlags {
  right: -14px;
  top: -12px;
}

.paketUeberschrift {
  font-size: 20px;
  display: inline;
}
.bundlePage .paketUeberschrift {
  display: block;
  padding-bottom: 15px;
}
#paketText .wikiFeldBundle {
  float: left;
  max-width: 630px;
}
#paketPreis .preis {
  font-size: 50px;
  float: right;
  position: relative;
  padding-right: 6px;
  margin-top: 25px;
  height: 55px;
  line-height: 50px;
  padding: 0 6px 0 0;
}
.bundlePage #paketPreis .preis {
  margin-top: 5px;
}
#paketPreis .preisMwSt {
  float: right;
  color: #999;
  height: 16px;
}


/*
img.bundleImage {
  max-height: 150px;
}
*/
.unterKategorie {
  margin: 0 0 28px 0;
  float: left;
  width: 940px;
  padding: 20px 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}
.unterKategorie-inner {
  padding: 20px 0 0 15px;
  float: left;
}
.unterKategorieText {
  background: #f5f5f5;
  padding: 8px 15px;
  width: 940px;
  float: left;
  min-height: 16px;
}
.paketAuswahlInfo {
  padding: 5px 0 0 0;
  width: 900px;
  float: left;
  height: 23px;
  min-height: 23px;
}
.bundle-select-msg {
  font-weight: bold; font-weight: 600;
  color: #e2001a;
}
.unterKategorie h2 {
  font-size: 20px;
}
#paketKatBox  {
  float: left;
}
#paketKatBox .sixPackItem {
  width: 165px;
  height: 320px;
  padding-left: 15px;
  margin: 0 20px 20px 0;
}
.bundlePage #paketKatBox .sixPackItem,
.bundlePage .sixPackItemInner {
  height: 300px;
}
.sixPackItemInner {
  position: relative;
  height: 100%;
}
#paketKatBox .sixPackItem .absolute {
  background-color: transparent;
}
#paketKatBox .sixPackItem .btn {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 92px;
  padding: 0 7px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

#categoryBundlePage #paketKatBox .sixPackItem .btn {
    bottom: 7px;
}

#paketKatBox .sixPackItem .btn.hidden {
  display:none;
}
#paketKatBox .sixPackItem.selected {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.kategorieToCartOuterWrapper.hidden {
  display:none;
}

.bundleOneClickBuyOuter.hidden {
  display:none;
}

#bundleMain #addToCartOuterWrapper {
  float: right;
}
#siteWrap #bundleMain .btn.btn30 {
  top: 10px;
  float: right;
}

.bundlePage #paketKatBox .sixPackItem .artikelUeberschrift {
  font-size: 15px;
  margin-bottom: -5px;
}
.bundlePage #paketKatBox .sixPackItem .availability {
  top: 260px;
  padding-left: 12px;
}

#categoryBundlePage #paketKatBox .sixPackItem .availability {
    top: 253px;
}

.bundlePage #paketKatBox .sixPackItem .availability img {
  margin-left: -12px;
  width: 12px;
}

#categoryBundlePage #paketKatBox .sixPackItem .title {
  top: 207px;
}

#categoryBundlePage #paketKatBox .sixPackItem .type {
  top: 191px;
}

#categoryBundlePage #paketKatBox .sixPackItem .author {
  top: 234px;
}

#categoryBundlePage #paketKatBox .sixPackItem img.cover {
    margin-top: 7px;
}

.done .hint1 {
  width: 600px;
}

/**********************************************************************
***********************************************************************
Bundle Ende
***********************************************************************
***********************************************************************/

/**********************************************************************
***********************************************************************
linkes Menu Ajax Navi Start
***********************************************************************
***********************************************************************/
ul.submenu {
}
ul.submenu,
ul.submenu ul {
  display: block;
  float: left;
  padding: 10px 10px 10px 0;
  width: 215px;
  border: 10px solid #bbb;
  background-color: #e5e5e5;
  background-image: url(FL-img/noSprite/gradientLeftLayerNav.png);
  background-position: left top;
  background-repeat: repeat-x;
  z-index: 125;
}
ul.submenu ul {
  left: 225px;
  top: -20px;
  position: absolute;
}
ul.submenu ul ul {
  padding: 10px 0 10px 0;
  width: 225px;
}
ul.submenu li {
  width: 200px;
  padding: 3px 0 3px 25px;
}
ul.submenu a {
  width: 200px;
  padding: 3px 0;
}
ul.submenu li.notEmpty {
  width: 185px;
}
ul.submenu li.notEmpty a {
  width: 185px;
}
ul.submenu a {
  text-decoration: none;
}
ul.submenu li,
ul.submenu li a {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 15px;
}
/* .active und :hover in Layer*/
.submenu li.active,
.submenu li:hover {
  background-image: url(FL-img/noSprite/arrowLeftLayerNav.png);
  background-position: left center;
}
.submenu li.notEmpty.active,
.submenu li.notEmpty:hover {
  background-position: right center;
  background-repeat: no-repeat;
}
.submenu li.active,
.submenu li:hover,
.submenu li.active > span > a,
.submenu li:hover > span > a {
  color: #fff;
}
/**********************************************************************
***********************************************************************
linkes Menu Ajax Navi Ende
***********************************************************************
***********************************************************************/


/* CMS gepflegte Formulare /  Wiki-Formulare / WikiFormulare
DynamicFormcontainer
/de/category/52333/geschenkgutschein.html
--------------------------------------------------------------------------------*/
.wikiForm {
  margin-bottom: 28px;
}
.dynamic_form_content .dynamic_form_textarea_label,
.dynamic_form_content .dynamic_form_field_label {
  margin-top:20px;
  margin-bottom: 7px;
}
.dynamic_form_content .dynamic_form_description,
.dynamic_form_content .dynamic_form_top_field_description {
  margin-bottom: 7px;
}
.dynamic_form_content .wiki {
  font-size: 14px; font-family: 'Open Sans', sans-serif;
}
.dynamic_form_content .dynamic_form_input input {
  border: 1px solid #d7d7d7;
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
  width: 435px;
}
.dynamic_form_content .dynamic_form_input textarea {
  font-size: 13px;
  height: 180px;
  line-height: 15px;
  border: 1px solid #d7d7d7;
  padding-left: 8px;
  width: 435px;
}
.dynamic_form_content select {
  border: 1px solid #d7d7d7;
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
}
.dynamic_form_content .dynamic_form_submit input {
  background-color: #e2001a;
  margin-top: 20px;
  background-image: url("huduImg/wikiFormButton.png");
  background-position: right top;
  background-repeat: no-repeat;
  float:right;
  min-width: 120px;

  color: #fff;
  border: none;
  box-sizing: content-box;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  padding: 0 22px 0 12px;
  cursor: pointer;
}
.dynamic_form_content .dynamic_form_submit input:hover {
  background-position: right -48px;
}
.dynamic_form_content td {
  padding-right: 20px;
  padding-top: 10px;
}
.wikiFormPflichtfeldHinweis {
  padding-top: 12px;
}

/******************************************
Coupon item add to cart
*******************************************/

.add-coupon-item {
    padding: 20px;

    margin-top: 10px;
    margin-bottom: 28px;

    border: 10px solid #f5f5f5;
    background: #f5f5f5;
}

.add-coupon-item h3 {
    font-size: 14px;
	font-family: Arial,sans-serif;
}

.add-coupon-item-description {
    margin-bottom: 7px;
}

.add-coupon-item-description strong {
    font-weight: bold;
}

.add-coupon-item-description ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}

.coupon-item-form-container {
    margin-top: 20px;
}

.coupon-item-form-container label {
    display: block;
    margin-bottom: 7px;
}

.coupon-item-form-container input {
    border: 1px solid #d7d7d7;
    height: 26px;
    line-height: 24px;
    padding-left: 8px;
    width: 435px;
}

.coupon-item-form-container textarea {
    font-size: 13px;
    height: 180px;
    line-height: 15px;
    border: 1px solid #d7d7d7;
    padding-left: 8px;
    width: 435px;
}

.coupon-item-form button[type="submit"] {
    background-color: #e2001a;
    margin-top: 20px;
    background-image: url("huduImg/wikiFormButton.png");
    background-position: right top;
    background-repeat: no-repeat;
    float:right;
    min-width: 120px;

    color: #fff;
    border: none;
    box-sizing: content-box;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    padding: 0 22px 0 12px;
    cursor: pointer;
}

.coupon-item-form .mandatory-field {
    padding-top: 12px;
}

/*******Text Zähler für die Layer*******************************************************************/
#zaehlerLayer{
  float:left;
  border: 1px solid #dfdfdf;
  margin: 21px 0 0 334px;
    width: 43px;
}
/******* Verschenken Geschenk einlösen ************************************************/
#geschenkEinloesenSite,
#geschenkEinloesenSiteLogin {
  min-height: 55px;
  width: 100%;
}

#geschenkEinloesenSite {
    margin: 30px 0;
}

#geschenkEinloesenSiteLogin .bestellProzessBox {
  border: none;
}

#geschenkEinloesenSiteLogin .bestellProzessH1 {
  display: none;
}

#geschenkEinloesenSiteLoginInfoheader  {
  margin: 30px 0 0 0;
}

.topBoxGeschenkEinloesenLogin {
  width: 100%;
  height: auto;
  background-image: url(FL-img/noSprite/geschenkEinloesenDeko.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  min-height: 190px;
  padding-right: 200px;
  box-sizing: border-box;
}
.topBoxGeschenkEinloesenLogin.infoModelNull {
  border-bottom: none;
  margin: 0 20px;
  min-height: 75px;
}
.topBoxGeschenkEinloesenLogin h2 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-weight: normal;
}
.topBoxGeschenkEinloesen {
}
.topBoxGeschenkEinloesenLogin .subText {
  position: absolute;
  bottom: 20px;
  left: 440px;
  width: 185px;
  text-align: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
}
.cover {
  float: left;
  background: #fff;
  width: 140px;
}

.cover img {
    max-width: 100%;
}

.giftProductInfo {
  float: left;
  max-width: 140px;
  height: 260px;
  margin: 0px 0px 10px;
  padding: 0 20px 0 0;
}
.topBoxGeschenkEinloesenLogin .giftProductInfo {
  height: auto;
}
.giftProductInfo h3 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
}
.giftProductInfo .cover  {
  float: none;
  width: auto;
  margin: 7px 0;
}
.topBoxGeschenkEinloesenLogin .giftProductInfo .cover  {
  margin: 0 0 7px 0;
}

.giftProductInfo .title  {
  display: block;
}
.giftProductInfo .type  {
  text-transform: uppercase;
}

.giftProductInfo .binderinfoimg {
    display: none;
}

.topBoxGeschenkEinloesen .cover{
    padding-right: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.giftRedeemInfotextLogin,
.giftRedeemInfotext {
  font-size: 14px;
}
.giftRedeemInfotext .agb {
  font-size: 13px;
  margin: 30px 0 20px;
}

.giftRedeemInfotext .btnEinloesen {
  margin-top: 20px;
}

#enterGiftCouponLabel,
#enterGiftCouponField {
  float: left;
  width: 500px;
  margin-top: 5px;
}
#enterGiftCouponLabel {
  font-weight: bold; font-weight: 600;
}
#enterGiftCouponButton {
  margin-bottom: 5px;
  position: relative;
  top: -10px;
}

.geschenkUmtauschHinweis {
  border-top: 1px solid #dfdfdf;
  margin-top: 10px;
  padding-top: 15px;
}
.accountMyGiftsIcon {
  padding: 3px 0 0 32px;
  min-height: 27px;
  position: relative;
}
.accountMyGiftsIcon:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 26px;
  background-image: url("FL-img/spritesNoRepeat.png");
  background-position: -282px 0;
}

#geschenkEinloesenSite .error,
#geschenkEinloesenSiteLogin .error  {
  display: block;
  margin: 5px 0;
}
#geschenkEinloesenSite p.error,
#geschenkEinloesenSiteLogin p.error  {
  display: block;
  margin: 15px 0;
}

/* Floatbox Layer Anpassungen*********************/
#fbx.fbx .fbContentWrapper {
  border: none;
  border-color: transparent;
}


/***** Tolino Landing Pages ********************************************************************
****************************************************************************************************
****************************************************************************************************/
#tolinoMenu {
  float: right;
  height: 40px;
  width: 940px;
  margin-top: 20px;
  position: relative;
}
#tolinoMenu:before {
  content:"";
  position: absolute;
  bottom: -2px;
  left: -1px;
  display: block;
  height: 1px;
  width: 942px;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15);
}
#tolinoMenu ul {
  float: right;
  margin-left: 75px;
  width: 864px;
}
.tolinoMenuItem {
  float: left;
  border-right: 1px solid #fff;
}
#tolinoMenu ul li:last-child {
  border-right: none;
  margin-right: -10px;
}
.tolinoMenuItem a {
  float: left;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  padding: 9px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-bottom: 1px none;
  position: relative;
}
.tolinoMenuItem a:hover,
.tolinoMenuItem.activeNavi a {
  background-color: #fff;
}

.tolinoMenuItem a img {
  position: absolute;
  right: 15px;
  top: -7px;
}
#tolinoMenu ul li:first-child a img {
  position: absolute;
  right: 2px;
  top: -5px;
}






/**************************************************************************************************
************************************ placeholder-fix **********************************************
**************************************************************************************************/

.placeholder {
  color: #aaa;
}
/* TODO (Julia): Ausblenden korrekt umsetzen */
.bodyForGiftFrame.loading #footerWrap {
    display: none;
}
#backToTop {
  position: fixed;
  bottom: 35px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 9;
}
#backToTop a {
  display: block;
  width: 50px;
  height: 50px;
}
#backToTop a:before {
  content: "";
  margin: 17px 0 0 11px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -170px -112px;
  float: left;
  width: 29px;
  height: 17px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}


#oauthPage {
  padding: 0 5%;
}
#oauthPage #headerWrap,
#oauthPage #columnsWrap,
#oauthPage #headerWrap,
#oauthPage #headerWrap {
  width: auto;
}
#oauthPage #headerWrap {
  max-width: 920px;
  margin: 0 auto 7% auto;
}
#oauthPage #huduLogo {
  float: none;
  margin-top: 7%;
  margin-left: 0;
}

.oauth-box {
  max-width: 876px;
  padding: 15px 20px;
  border: 2px solid #e2001a;
  margin: 0 auto;
}

.oauth-box h2 {
  margin-bottom: 20px;
  font-size: 180%;
}

.oauth-box .error {
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #e3000f;
}

.oauth-box .error:empty {
  display: none;
}

.oauth-box .login label {
  display: block;
  float: left;
  max-width: 200px;
  height: 24px;
  margin-top: 9px;
  margin-right: 10px;

  text-align: left;
  line-height: 24px;
}

.oauth-box .login label.required {
  font-weight: bold; font-weight: 600;
}

.oauth-box .login input[type=text],
.oauth-box .login input[type=password] {
  display: block;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
  width: 50%;
  min-width: 210px;
  max-width: 500px;
}

.oauth-box .buttons {
  clear: both;
  padding-top: 20px;
}

.oauth-box .buttons .button {
  float: left;
  padding: 10px 20px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;  /* Georgia */
  font-size: 180%;
  text-decoration: none;
}

.oauth-box .button.blue {
  color: #ffffff;
  background-color: #e2001a;
}

.oauth-box .button.green {
  color: #ffffff;
  background-color: #40A831;
}







/* **********************************
Filialseite Start
*********************************** */
#filialseiteHeading {
  font-size: 20px;
  padding: 25px 0 15px 0;
}
.filialseiteSubHeading {
  font-size: 18px;
  line-height: 21px;
}
#filialseite strong {
  font-weight: bold;
  font-weight: 600;
}
#filialseiteHeading .filialName {
  font-weight: bold;
  font-weight: 600;
}


/* Fotobereich auf der Filialseite */
.filialLeitung {
    float: right;
    width: 220px;
    height: 300px;
    overflow: hidden;
}

.filialLeitung .filialLeitungsFoto {
  display: block;
  position: relative;
  width: 100%;
}
.filialLeitungsFoto img {
    display: block;
    width: 100%;
}
.filialLeitungsFoto .filialLeitungsName {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  padding: 5px 10px 8px 10px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
}
.filialLeitungsName strong {
  font-weight: 600;
}
.filialLeitungsVita {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 200px;
  width: 150px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.filialLeitungsFoto:hover .filialLeitungsVita {
  display: block;
}

#filialseite .filial-galerie {
    float: left;
    width: 700px;
    height: 300px;
    overflow: hidden;
    position: relative
}

#filialseite .filial-galerie img {
  width: 100%;
}


/* Hauptinfo auf der Filialseite */
.filialInfoBereich {
  margin: 25px 0 0 0;
  position: relative;
}
.filialInfoBereich .spalte {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.filialInfoBereich .spalte4 {
  margin-right: 0;
  padding-bottom: 100px;
}
.filialInfoBereich .spalte .filialseiteSubHeading {
  padding-bottom: 18px;
}
.filialseiteName {
    margin-bottom: 9px;
}

.filialseiteAdresse {
  margin: -5px 0 20px;
  background: #f1f1f1;
  padding: 10px;
}

.filialseiteKontakt,
.filialseiteAbholort {
  padding-bottom: 18px;
}
.filialseiteRightText {
  float: right;
  width: 163px;
}
.filialseiteSonderOeffnung {
  padding-top: 18px;
}

.btn.topservices {
    text-align: left !important;
}

.branchServices-iconsSmall {
  margin-left: -6px;
  margin-right: -6px;
}

.branchServices-iconsSmall::after {
  clear: both;
}

.branchServiceIcon-sm {
  width: 46px;
  height: 46px;
  margin: 6px;
  float: left;
}

.branchServiceIcon-sm img {
  width: 100%;
}

.filialseiteServices .icon {
  line-height: 20px;
  float: left;
  width: 220px;
  margin: 6px 0;
}
.filialseiteServices .leseinsel.icon {
  margin-bottom: 0;
}
.filialseiteServices .icon:before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 7px 0 0;
  background-image: url("huduImg/huduSprite.png");
  background-position: -635px -10px;
}
.filialseiteServices .wlan.icon:before {
  background-position: -635px -10px;
}
.filialseiteServices .geschenk.icon:before {
  background-position: -665px -10px;
}
.filialseiteServices .leseinsel.icon:before {
  background-position: -695px -10px;
}

/* Class for maps (used to display a Google Map on branch pages).
   Note: Size should always be set. Otherwise the map will assume the size 0. */
.branch-map {
  width: 220px;
  height: 195px;
}

#filialseite #page-filialfinder-open {
  width: 220px;
  border-top: #d7d7d7;
  padding-top: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.branch-header #header-filialfinder-open {
  margin: 10px 0 0 0;
  width: 180px;
  float: left;
}

#filialseite #homeFilialfinder,
.branch-header #header-filialfinder-open input {
  float: left;
  border: 1px solid #d7d7d7;
  border-right: none;
  height: 26px;
  line-height: 24px;
  padding-left: 8px;
    padding-right: 1px;
  width: 180px;
  font-size: 14px;
  font-weight: 600;
}
.branch-header #header-filialfinder-open input {
  width: 140px;
}
#filialseite #page-filialfinder-open button,
.branch-header #header-filialfinder-open button {
  float: left;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  text-indent: -9000px;
}
#filialseite #page-filialfinder-open button:after,
.branch-header #header-filialfinder-open button:after {
  background-image: url("huduImg/huduSprite.png");
  background-position: -209px -78px;
  content: "";
  float: right;
  width: 14px;
  height: 12px;
  margin: 4px 3px 0 0;
}

.filialseiteAktuellerHinweis {
  padding-top: 10px;
  width: 700px;
}
.filialseiteAktuellerHinweis .red {
  color: #e2000f;
  font-weight: bold;
}


/* Buchhändler Empfehlungen auf der Filialseite */
.bhReviews  {
  margin: 10px 0 15px 0;
}
.bhReviews #productPageReviewHeading {
  margin-bottom: -10px;
}
.bhReviews .item {
  float: left;
  width: 857px;
  padding: 12px 0 12px 83px;
  border-bottom: 1px solid #d7d7d7;
}
.bhReviews .portrait,
.bhReviews .portraitBorder,
.bhReviews .portraitBorder:after,
#allMyReviews .portrait,
#allMyReviews .portraitBorder,
#allMyReviews .portraitBorder:after {
  float: left;
  width: 135px;
  height: 135px;
  border-radius: 67px;
}
.bhReviews .portraitBorder,
#allMyReviews .portraitBorder {
  position: relative;
  margin-right: 20px;
}
.bhReviews .portraitBorder:after,
#allMyReviews .portraitBorder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px 0px 0px 2px #e2000f;
  -moz-box-shadow: inset 0px 0px 0px 2px #e2000f;
  box-shadow: inset 0px 0px 0px 2px #e2000f;
}
.bhReviews .portraitBorder.dummy:after,
#allMyReviews .portraitBorder.dummy:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bhReviews .text {
  float: left;
  width: 460px;
  margin-right: 20px;
}
.bhReviews .text a {
  display: block;
  text-decoration: none;
}
.bhReviews .text a:hover {
  text-decoration: underline;
}
.bhReviews .text .reviewProduct {
}
.bhReviews .text .reviewItemTitle {
  font-size: 18px;
  padding-top: 15px;
}
.bhReviews .reviewItemRating {
  background-image: url("huduImg/starSpriteS.png");
  display: block;
  width: 100px;
  height: 25px;
  vertical-align: top;
}
.bhReviews .reviewItemRating.ratingIs5 {
  background-position: center -0px;
}
.bhReviews .reviewItemRating.ratingIs4 {
  background-position: center -25px;
}
.bhReviews .reviewItemRating.ratingIs3 {
  background-position: center -50px;
}
.bhReviews .reviewItemRating.ratingIs2 {
  background-position: center -75px;
}
.bhReviews .reviewItemRating.ratingIs1 {
  background-position: center -100px;
}

.bhReviews .text .reviewText {
  padding: 12px 0;
}

.bhReviews .cover {
  float: left;
  width: 100px;
  height: auto;
}


/*  Filialservices auf der Filialseite  */

#filialseite .branchDescription {
    padding-top: 25px;
}

.branchDescription .topHeading {
    font-size: 18px;
    padding-bottom: 18px;
}

.branchServices {
    margin-left: -10px;
    margin-right: -10px;
}



.branchServices::after {
    clear: both;
}

.branchService-box {
    width: 460px;
    height: 140px;
    margin: 10px;
    float: left;
}

.branchService-box::after {
    clear: both;
}

.branchServiceIcon-lg {
    width: 95px;
    height: 95px;
    float: left;
}

.branchServiceInfo {
    width: 345px;
    float: right;
}

.branchServiceTitle {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.branchServiceInfo .btn {
    margin-top: 12px;
}

.branchService-banner {
    width: 940px;
}

.branchService-banner img {
    display: block;
    float: left;
}

.branchService-banner img:first-child {
    margin-right: 20px
}


/* **********************************
Filialseite Ende
*********************************** */
.branchEventTopBox {
  width: 900px;
  padding: 20px;
  float: left;
  background-color: #f5f5f5;
  margin: 30px 0;
}
.branchEventTopBox .eventImageBig {
  float: left;
  margin: 0 40px 20px 0;
  max-width: 250px;
  height: auto;
}
.branchEventTopBox .eventImageProduct {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 250px;
  height: auto;
}
.branchEventTopBox div,
.branchEventTopBox h2,
.branchEventTopBox h3,
.branchEventTopBox h4 {
  display: inline;
}
.branchEventTopBox h2 {
  font-size: 22px;
  position: relative;
  top: -7px;
}
.branchEventTopBox h3 {
  font-weight: bold;
  font-weight: 600;
}
.branchEventTopBox h4 {
  font-size: 16px;
}
.eventInfoBox {
  float: left;
  width: 220px;
  margin-right: 20px;
  min-height: 80px;
}
.eventInfoBox.last {
  margin-right: 0;
}
.eventInfoBox h4 {
  font-size: 18px;
  margin-bottom: 5px;
}


/* Branch header */
#headerWrap .branch-header  {
  float: left;
  width: 940px;
  height: 360px;
  padding: 28px 10px 0 10px;
    position: relative;
}
#headerWrap .branch-header .title {
  float: left;
  font-size: 18px;
  width: 920px;
  padding-bottom: 17px;
}
#headerWrap .branch-header .name {
  font-weight: bold;
  font-weight: 600;
}



.branch-header .spalte {
  float: left;
  width: 180px;
  margin-right: 20px;
}
.branch-header .spalte2 {
  width: 210px;
}
.branch-header .spalte3 {
  width: 300px;
  margin-right: 30px;
}
.branch-header .spalte4 {
  margin-right: 0;
}




.branch-header .heading18 {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 18px;
}
.branch-header .branchContactCSS {
  padding-bottom: 12px;
}

.branch-header  .filialseiteAdresse {
    background: none;
    padding: 0;
    margin: 0;
}

.branch-header strong {
  display: inline-block;
  font-weight: bold;
  font-weight: 600;
}
.branch-header .branchContact strong {
  display: block;
}

.branch-header .branchContact li {
  margin-bottom: 12px;
}

.branch-header .filialseiteAbholort  {
  padding: 12px 0 0 0;
}


.branch-header .spalte3 img {
  width: 300px;
  height: 230px;
}

.branch-header .filialLeitung,
.branch-header .filialLeitungsFoto,
.branch-header .filialLeitungsFoto img {
  width: 180px;
  height: 140px;
}
.branch-header .filialLeitungsFoto .filialLeitungsName {
  font-size: 13px;
  line-height: 15px;
  padding: 1px 7px 4px 7px;
  width: 166px;
}

/* Veranstaltungen auf der Filialseite */
#filialseiteVeranstaltungen {
  padding-top: 30px;
  float: left;
}
#filialseiteVeranstaltungen .topHeading {
  font-size: 18px;
  width: 940px;
  padding-bottom: 5px;
  float: left;
  border-bottom: 1px solid #d7d7d7;
}
.oneBranchEvent {
  width: 940px;
  padding: 10px 0;
  float: left;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
#filialseiteVeranstaltungen .column {
  float: left;
  margin-right: 20px;
}
#filialseiteVeranstaltungen .date {
  width: 80px;
  padding-left: 20px;
}
#filialseiteVeranstaltungen .dateText,
#filialseiteVeranstaltungen .info .title {
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 15px;
}
#filialseiteVeranstaltungen .info .title a {
  text-decoration: none;
}
#filialseiteVeranstaltungen .info .title a:hover {
  text-decoration: underline;
}
#filialseiteVeranstaltungen .image {
  width: 160px;
}
#filialseiteVeranstaltungen .image img {
  max-width: 160px;
}
#filialseiteVeranstaltungen .info {
  width: 460px;
  padding-bottom: 45px;
}
#filialseiteVeranstaltungen .info .shortDescription {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#filialseiteVeranstaltungen .info .redArrowLink {
  position: absolute;
  left: 240px;
  bottom: 20px;
}
#filialseiteVeranstaltungen .tickets {
  width: 160px;
  margin-right: 0;
}


#filialseite .branchDescription {
  padding-top: 25px;
}

.btn-mehrVeranstaltungen {
    background-color: #eeeeee;
    display:block;
    width: 200px;
    margin: 0 auto;

}

.btn-mehrVeranstaltungen input {
    background-color: #eeeeee;
    background-image: none;
    color: #666666;
    cursor: pointer;
    border: 0;
    padding: 5px 8px 5px 6px;
}

.btn-mehrVeranstaltungen::before {
    content: "";
    display: inline-block;
    padding: 0 4px 0 0;
    margin-left: 11px;
    width: 17px;
    height: 10px;
    background-image: url("huduImg/huduSprite.png");
    background-position: -11px -78px;
}

/* **********************************
Filialseite Ende
*********************************** */
#header-branch-expanded .header-branchlink a {
  float: left;
  width: 180px;
  margin-top: 10px;
  text-align: left;
  padding-left: 30px;
}

#header-branch-collapse {
  color: #e2000f;
  font-weight: bold;
  font-weight: 600;
  width: 110px;
  padding-top: 14px;
  height: 27px;
  margin: 0 auto;
  text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
}

#header-branch-collapse:before {
  content: "";
  display: inline-block;
  padding: 1px 7px 0 0;
  width: 11px;
  height: 6px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -189px -50px;
}


#headerMyStore,
#header-branch-collapse {
  cursor: pointer;
}


#allMyReviews .salesperson {
  margin-top: 45px;
}
#allMyReviews .portraitBorder {
  float: left;
  margin: 0 20px 0 85px;
}
#allMyReviews .salespersonWrap {
  width: 700px;
  float: left;
  background-color: #f5f5f5;
}
#allMyReviews .salespersonAbout {
  width: 290px;
  padding: 20px 40px 20px 20px;
  float: left;
}
#allMyReviews .salespersonBranch {
  width: 330px;
  padding: 20px 20px 20px 0;
  float: left;
}
#allMyReviews .salespersonAbout h3,
.salespersonBranch h3 {
  font-size: 18px;
  line-height: 21px;
  position: relative;
  top: -3px;
  padding-bottom: 10px;
}
#allMyReviews .salesperson-vita strong {
  display: block;
  font-weight: bold;
  font-weight: 600;
  padding-top: 30px;
}
.salespersonBranch .adress,
.salespersonBranch .fax.text {
  margin-bottom: 12px;
}
.salespersonBranch .eMail .text {
  margin-bottom: 20px;
}

.salespersonBranch strong {
  float: left;
  font-weight: bold;
  font-weight: 600;
  width: 60px;
}
.salespersonBranch .text {
  float: right;
  width: 270px;
}












#allMyReviews .infoheader {
  margin-top: 30px;
}

#allMyReviews .articleImage {
  float: left;
  margin: 0 40px 0 100px;
  width: 100px;
}
#allMyReviews .mainInfos {
  float: left;
  margin: 0 30px 0 0;
  width: 450px;
}
#allMyReviews .additionalInfo {
  float: left;
  width: 220px;
}

#allMyReviews .reviewItemOuter {
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
  margin: 0;
  padding: 20px 0;
}
#allMyReviews .articleImage img {
  width: 100px;
  height: auto;
}


#allMyReviews .reviewItemTitle {
  font-weight: bold;
  font-weight: 600;
}
#allMyReviews .reviewArticleTitle {
  font-size: 18px;
  line-height: 21px;
  padding: 5px 0 2px 0;
}
#allMyReviews .reviewArticleTitle a {
  text-decoration: none;
}
#allMyReviews .reviewArticleTitle a:hover {
  text-decoration: underline;
}

#allMyReviews .reviewText {
  padding: 15px 0 0 0;
}

#allMyReviews .additionalInfo {
  padding-top: 33px;
}
#allMyReviews .reviewDate {
  line-height: 14px;
  padding: 30px 0;
}
#allMyReviews .status {
  position: relative;
  top: -10px;
}

#allMyReviews .resultlist div:empty {
  background-color: #fff !important;
}




#ava-availability-finder-open #filialButton {
    height: 30px;
    line-height: 32px;
}

#ava-availability-finder-open #filialButton::after {
    bottom: 6px;
}

/* Verfuegbarkeitsfinder-Overlay */

.hidden {
    display: none;
}
#ava-availability-finder-overlay,
.filialfinder-overlay {
    position: fixed;
    z-index: 1111;
    top: 20px;
    left: 50%;
    margin-left: -468px;
    padding: 25px;
    width: 886px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: auto;
}
#ava-availability-finder-overlay,
#ava-availability-finder-overlay * {
  -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;    /* Firefox, other Gecko */
  box-sizing: content-box;         /* Opera/IE 8+ */
}

/* Filialfinder und Verfuegbarkeitsfinder */

.filialfinder-map,
.availability-finder-map {
  width: 600px;
  height: 600px;
  float: left;
}
.filialfinder-map {
    margin-top: 15px;
}
.availability-finder-map {
    margin-top: 10px;
}
.filialfinder-overlay .georgia_18 {
  padding-bottom: 10px;
}
.searchbarGmaps {
    height: 30px;
    width: 100%;
    margin-bottom: 5px;
}
.availability-finder-searchbar.searchbarGmaps {
    height: 35px;
    width: 100%;
    background: #fff;
    margin: -25px -25px 15px -25px;
    padding: 18px 25px;
}
.searchbarGmaps .closeLayer {
  position: absolute;
  right: 25px;
  top: 17px;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -732px -40px;
  padding: 0;
}
.searchbarGmaps input.searchbar-input {
  width: 160px;
  margin-right: 20px;
}
.searchbarGmaps select {
  width: 90px;
}

.chzn-container {
    float: left;
}


.searchbarGmaps .submitButton {
    float: left;
    margin-left: 20px;
}
.searchbarGmaps .submitButton:before {
  content: "";
  float: left;
  margin: 8px 6px 0 0;
  width: 7px;
  height: 12px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -17px -28px;
}

.filialfinder-errormessage.error {
    margin-top: 5px;
}

.filialfinder-results,
.availability-finder-right-col {
  float: right;
}

.availability-finder-left-col {
    float: left;
}

.filialfinder-results,
.availability-finder-results {
  width: 250px;
}

.filialfinder-results {
    margin-top: 15px;
}

.availability-finder-results {
    margin-top: 32px;
}

.availabilityFinderCtaBox {
  width: 210px;
  padding: 10px 15px;
  background-color: #fff;
  line-height: 17px;
  margin: 15px 0;
}

.availabilityFinderCtaBox h5 {
  font-weight: bold;
  font-weight: 600;
}

#availabilityFinderReservieren .telButton {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  width: 181px;
  margin: 7px -10px 0 0;
  position: relative;
}
#availabilityFinderBestellen-top #mainCartButton-top,
#availabilityFinderBestellen #mainCartButton-lower  {
  margin-top: 10px;
    padding: 0 10px 0 30px;
    font-weight: 600;
    overflow: visible;
    display: block;
    width: 129px;
    text-align: left;
}

#availabilityFinderBestellen-top #mainCartButton-top::before,
#availabilityFinderBestellen #mainCartButton-lower::before  {
    content: " ";
    width: 12px;
    height: 19px;
    position: absolute;
    top: 2px;
    left: 10px;
    background-image: url("huduImg/icon_shoppingBag_white_smallButton.svg");
}


.branch-listitem.fili,
.filialfinder-results .branch-listitem,
.availability-finder-results .branch-listitem {
  margin-bottom: 10px;
}
.branch-listitem.fili,
.filialfinder-results .branch-listitem {
    padding: 15px 15px 15px 60px;
}
.availability-finder-results .branch-listitem {
    padding: 15px 50px 15px 15px;
}
.branch-listitem {
  background-color: #fff;
  padding: 5px;
  position: relative;
  cursor: default;
  list-style-type: none;
}
.availability-finder-results .branch-listitem {
  cursor: pointer;
}
.branch-listitem .listitem-action {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 2px solid #838383;
  cursor: pointer;
}

.branch-listitem .listitem-action:hover,
#positionBuchandlung .branch-listitem.selected .listitem-action,
#positionBuchandlung .filialfinder-map .listitem-action {
  border: 2px solid #e2000f;
}
.branch-listitem .listitem-action:hover:after,
#positionBuchandlung .branch-listitem.selected .listitem-action:after,
#positionBuchandlung .filialfinder-map .listitem-action:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -770px -44px;
}
.branch-listitem .listitem-action a {
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
}

#positionBuchandlung .filialfinder-results .branch-listitem.selected {
}


.availability-finder-results .branch-listitem .textValue {
  display: none;
}
.availability-finder-map .branch-listitem .listitem-ort,
.availability-finder-results .branch-listitem .listitem-ort {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.availability-finder-results .branch-listitem img.marker-icon {
  display: block;
}
.availability-finder-results .branch-listitem .listitem-verfuegbarkeit {
  position: absolute;
  right: 10px;
  top: 10px;
}
.availability-finder-map .listitem-reservierungsbutton,
.availability-finder-results .listitem-reservierungsbutton {
    margin-top: 7px;
}

.availability-finder-results .branch-listitem .listitem-verfuegbarkeit .marker-icon {
    transform: scale(0.7);
}

.text-flat {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding-right: 10px;
}

.ava-availability-finder .additional-information-text {
    margin-bottom: 10px
}

/* Just a template that is copied and then modified.  Never display. */
.template {
  display: none;
}

.cover-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1110;
  background-color: #000;
  opacity: 0.8;
}

/* Abhol-Filialauswahl im Bestellprozess */
.deliveryTypeTabs {
  font-size: 18px;
  line-height: 22px;
  margin: -25px -25px 0 -25px;
  background-color: #fff;
  position: relative;
  padding-top: 10px;
}
.deliveryTypeTabs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 940px;
  height: 2px;
  display: block;
  background-color: #e2001a;
}
.deliveryTypeTabs .changeDeliveryTypeSelection {
  display: inline-block;
  text-decoration: none;
  width: 345px;
  height: 31px;
  padding: 9px 0 0 55px;
  border: 2px solid #e2000f;
  background-color: #fff;
  color: #e2001a;
  margin-right: 20px;
  position: relative;
}
.deliveryTypeTabs .changeDeliveryTypeSelection:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 17px;
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #e2000f;
}
.deliveryTypeTabs .changeDeliveryTypeSelection.inactive,
.deliveryTypeTabs .changeDeliveryTypeSelection.inactive:before {
  border-color: #ccc;
  color: #ccc;
  cursor: help;
}
.deliveryTypeTabs .changeDeliveryTypeSelection.selected {
  background-color: #e2001a;
  color: #fff;
  cursor: default;
}
.deliveryTypeTabs .changeDeliveryTypeSelection.selected:before {
  border: 2px solid #fff;
}
.deliveryTypeTabs .changeDeliveryTypeSelection:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 20px;
  width: 18px;
  height: 18px;
  background-image: url("huduImg/huduSprite.png");
  background-position: -770px -44px;
  display: none;
}
.deliveryTypeTabs .changeDeliveryTypeSelection:hover:after {
  display: block;
}
.deliveryTypeTabs .changeDeliveryTypeSelection.inactive:hover:after {
  display: none;
}
.bestellProzessHighlightBox  .deliveryTypeTabs .changeDeliveryTypeSelection.selected:after {
  display: block;
  background-position: -770px -73px;
}
.changeDeliveryTypeSelection input[type="radio"] {
  display: none;
}

input.liTextField.street-input {
  width: 35em;
}
input.liTextField.house-number-input {
  width: 7em;
}

input.liTextField.house-number-input {
  width: 7em;
}

input.liTextField.zipcode-input {
  width: 7em;
}

input.liTextField.city-input {
  width: 35em;
}

.availability-finder-keys  {
  float: left;
  width: 600px;
  padding: 5px 0;
}
.availability-finder-keys .availability-key {
    float: left;
    margin-right: 12px;
    width: 141px;
}
.availability-finder-keys .availability-key:last-child {
    margin-right: 0;
}
.availability-finder-keys img {
  float: left;
  transform: scale(0.7);
}
.availability-finder-keys .textValue {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  max-width: 100px;
}

#toggleAvailabilityLegendButton {
    display: block;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    color: #666;
    padding-right: 20px;
    padding-left: 65px;
}

#toggleAvailabilityLegendButton::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 13px;
    height: 6px;
    background-image: url("huduImg/huduSprite.png");
    background-position: -179px -28px;
}

#toggleAvailabilityLegendButton.active::after {
    background-position: -205px -28px;
}

#toggleAvailabilityLegendButton::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 59px;
    height: 19px;
    background-image: url("huduImg/mapMarker/hudu-map-marker-legende.png");
}






/*******************************
IE8 Debugging
********************************/
.ie8 .huduMainDrop,
.ie8 .ac_results ul,
.ie8 .einerCmsBox,
.ie8 .zweierCmsBoxLeft,
.ie8 .zweierCmsBoxRight,
.ie8 .dreierCmsBoxLeft,
.ie8 .dreierCmsBoxMiddle,
.ie8 .dreierCmsBoxRight,
.ie8 .dreierCmsBox.wikiClassHuduTopTextTeaser,
.ie8 .carouselItemWrap,
.ie8 #cmsNavTopWrap .carouselJustProducts .carouselItemWrap,
.ie8 .sixpackKonto,
.ie8 .carouselImage,
.ie8 .carouselWikitext,
.ie8 .sixPack .shadowBox,
.ie8 .doubleCarouselLeft,
.ie8 .magHelp .leftHelp,
.ie8 .magHelp .middleHelp,
.ie8 .magHelp .rightHelp ,
.ie8 .cmsShadow,
.ie8 .huduDropShadow  {
  border: 1px solid #e9e9e9 ;
}
.ie8 .huduMainDrop,
.ie8 .ac_results ul,
.ie8 .einerCmsBox,
.ie8 .zweierCmsBoxLeft,
.ie8 .zweierCmsBoxRight,
.ie8 .dreierCmsBox.wikiClassHuduTopTextTeaser,
.ie8 .carouselItemWrap,
.ie8 #cmsNavTopWrap .carouselJustProducts .carouselItemWrap,
.ie8 .sixpackKonto,
.ie8 .carouselImage,
.ie8 .carouselWikitext,
.ie8 .sixPack .shadowBox,
.ie8 .doubleCarouselLeft,
.ie8 .cmsShadow,
.ie8 .huduDropShadow  {
  margin-left: -1px;
  margin-right: -1px;
}
.ie8 .huduDropShadow.filialfinder-overlay  {
  margin-left: -468px;
  margin-right: 0;
}
.ie8 .einerCmsBox.wikiClassHuduImage,
.ie8 .wikiClassHuduTopTextTeaser .dreierCmsBoxLeft,
.ie8 .wikiClassHuduTopTextTeaser .dreierCmsBoxMiddle,
.ie8 .wikiClassHuduTopTextTeaser .dreierCmsBoxRight,
.ie8 .cmsBox.wikiClassHilfe3er,
.ie8 .cmsBox.wikiClassHilfe3erBlau  {
  border: none;
}
.ie8 .einerCmsBox.wikiClassHuduImage {
  margin: 0;
}
.ie8 .cmsBox.wikiClassHilfe3er,
.ie8 .cmsBox.wikiClassHilfe3erBlau  {
  margin: 25px  0;
}
.ie8 .wikiClassHuduTopTextTeaser .cmsBoxInner {
  width: 940px;
  padding: 0 10px;
}
.ie8 .carouselItemWrapDoubleLeft,
.ie8 .carouselItemWrapDoubleRight {
  width: 349px;
}
.ie8 .prudsysCheckoutProducts {
  margin: 0 -1px 40px 9px;
}
.ie8 #vorteilsBox li {
  padding: 0 17px 0 14px;
}

.ie8 .magHelp .wikiClassHilfeMiddle:before,
.ie8 .magHelp .wikiClassHilfeBottom:before {
  width: 678px;
}

.ie8 .wikiClassHilfeMiddle.wikiClassrahmenBlau:before {
  display: none;
}
.ie8 .wikiClassHilfeMiddle.wikiClassrahmenBlau {
  border-top: 1px solid #e9e9e9;
  border-bottom: none;
}
.ie8 .wikiClassHilfeBottom.wikiClassrahmenBlau{
  border-top: none;
  border-bottom: none;
}
.ie8 .wikiClassHilfeBottom.wikiClassrahmenBlau:before {
  border-top: 1px solid #e9e9e9;
  background: #fff;
}

#siteWrap [id*="tsbadge"]{
	z-index: 520 !important;
}
#siteWrap.t-layer  [id*="tsbadge"],
.t-layer [id*="tsbadge"] {
    display: none !important;
}

/* BEGIN TICKER */
.header-ticker-container {
    /* Required to center the text over the image, if an image is present */
    position: relative;

    text-align: center;
    margin-top: 5px;
    margin-bottom: -10px;
}

.t-order-process .header-ticker-container,
.t-register .header-ticker-container{
    margin-bottom: 10px;
}

.header-ticker-content {
    display: block; /* so the link reaches over the whole ticker, not only the text. */
}

.header-ticker-without-image .header-ticker-content {
    padding: 0.5em;
}

.header-ticker-container a {
    /* inherit color, so the color set in the CMS is used (not the color for links) */
    color: inherit;
    text-decoration: none;
}

.header-ticker-container img {
    vertical-align: bottom;
}

.header-ticker-text-over-image {
  /* if there is an image and text, we want the text to be displayed on the image (centered) */
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
}
/* END TICKER */



/**** Annotations in clean page as iFrame include f.e. make responsive *****/

#mainColumn > #productPageAnno {
    width: auto;
    max-width: 960px;
}

@media (max-width: 915px) {
    #mainColumn > #productPageAnno #productPageBox {
        float: none;
    }

    #mainColumn > #productPageAnno #productPageBoxContent {
        padding-left: 10px;
    }

    #mainColumn > #productPageAnno #productPageAnnoRightCol {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        background: #f2f2f2;
        width: auto;
        max-width: 400px;
        padding-top: 20px;
    }

    #mainColumn > #productPageAnno #productPageBoxContent .annoCycle {
        float: none;
        width: auto;
    }
}

/* prudsys recommendations */

.prudsys-block {
    margin: 0 0 15px 10px;
    float: right;
}

.cmsBox.sixPack .prudsys-block {
    margin-bottom: 0;
}

.prudsys-block .cmsBox.sixPack {
  margin-bottom: 10px; /* remove original sixpack space, but compensates difference in fixed height of parent and child */
}

.container_940 > .prudsys-block {
    margin-top: 40px;
    margin-right: 10px;
}

.prudsys-block .textblockControls {
    float: none;
}

.prudsysCheckoutProducts {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
}

.prudsys-block .carouselJustProducts .article-list,
.prudsys-block > .prudsysCheckoutProducts .prudsys .article-list {
    padding-left: 60px;
}

.ROW_5_PRODUCTS .prudsys .article-list {
    padding-left: 65px;
}

.prudsys-block .carouselItemWrap {
    padding-left: 0;
}

.prudsys {
    width: 100%;
    height: 100%;
}

.prudsys .cover {
    float: none;
    height: auto;
    width: auto;
    max-width: 133px;
    max-height: 180px;
    margin-top: 14px;
}

.prudsys .article-list {
    height: 302px;
    position: relative;
    padding-left: 47px;
}

.recommendation-sixpack .prudsys .article-list {
    height: 310px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}

.recommendation-sixpack .prudsys-block:empty {
  margin-bottom: 0;
}

.prudsys .article-list-item {
    width: 160px;
    height: 300px;
    float: left;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    margin: 0 12px 0 0;
}

.prudsys .article-list .paging-button a,
.imageCarousel .imageCarousel-list .paging-button a {
    position: absolute;
    left: 0;
    top: 147px;
    margin: 0;
    text-indent: -9000px;
    cursor: pointer;
    width: 25px;
    height: 50px;
    background-color: #eee;
}

.prudsys .article-list .paging-button.disabled a,
.imageCarousel .imageCarousel-list .paging-button.disabled a {
    cursor: default;
    opacity: 0.55;
}

.prudsys .article-list .paging-button.paging-button-next a,
.imageCarousel .imageCarousel-list .paging-button.paging-button-next a {
    right: 0;
    left: inherit;
}

.prudsys-block .carouselGroupWithCmsBox .carouselItemWrap .prudsys .article-list-item,
#cmsNavTopWrap .prudsys-block .prudsys .article-list-item {
    width: 150px;
}

.prudsys .article-type {
    text-transform: uppercase;
    position: absolute;
    top: 197px;
    left: 0px;
}

.prudsys .article-discount {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0px;
    width: 100%;
    line-height: 12px;
    color: #666;
}

.prudsys .article-discount-hint {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 3px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #e3000f;
}

.prudsys .article-discount-hint > span {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    word-spacing: -2px;
    text-indent: -3px;
}

.prudsys .article-discount-hint .article-discount-hint-stars {
    position: relative;
    display: inline;
    top: -3px;
    left: -1px;
    right: auto;
    height: 10px;
    width: 15px;
    font-weight: normal;
    font-size: 9px;
    margin-right: -5px;
    letter-spacing: -1px;
}

.prudsys .article-add-to-basket {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 13px;
    width: 100%;
}

.prudsys .article-add-to-basket .mwstHinweis {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -4px;
}

.prudsys .article-list-item .article-title {
    word-wrap: break-word;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 213px;
    line-height: 13px;
    height: 27px;
    overflow: hidden;
    width: 100%;
}

.prudsys .article-list-item .article-title a {
    text-decoration: none;
}

.prudsys .article-list-item .article-author {
    position: absolute;
    left: 0;
    top: 242px;
    height: 15px;
    overflow: hidden;
}

/* end prudsys recommendations */

/* image carousel */
.imageCarouselItemWrap {
    width: 940px;
}

.wikiClassimageCarouselItemWrap-HighHeight {
    height: 188px;
}

.wikiClassimageCarouselItemWrap-LowHeight {
    height: 102px;
}

#cmsNavTopWrap .recommendation-sixpack .prudsys-block .sixPack .imageCarouselItemWrap {
    width: 700px;
}

.imageCarousel {
    width: 100%;
    height: 100%;
}

.imageCarousel .imageCarousel-list {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: inherit;
    background-color: #fff;
    padding: 0px 0 0px 45px;
    overflow: hidden;
}


.imageCarousel .imageCarousel-list-item {
    width: 158px;
    height: inherit;
    float: left;
    margin-right: 15px;
    position: relative;
}

#cmsNavTopWrap .recommendation-sixpack .prudsys-block .sixPack .carouselItemWrap .imageCarousel .imageCarousel-list-item {
    width: 147px;
}

.imageCarousel .imageCarousel-list-item img {
    float: none;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.imageCarousel .imageCarousel-list .paging-button a {
    top: 50%;
    margin-top: -25px;
}

/* end image carousel */

/* start branchSlideshow*/

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.slideshow {
    display: none;
}

/* The dots/bullets/indicators */
.dot-container {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
}

.dot {
    height: 9px;
    width: 9px;
    margin: 0 2px;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
    transition: opacity 0.6s ease;
}

.active-dot {
    opacity: 1;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* end branchSlideshow*/

/* branch event page */
.branchEvent-rightCol-main, .branchEvent-rightCol-head {
    width: 300px;
    float: right;
}


.branchEvent-leftCol-main, .branchEvent-leftCol-head {
    width: 620px;
    float: left;
}

.branchEvent-leftCol-head, .branchEvent-rightCol-head {
    height: 310px;
    margin: 30px 0;
    position: relative;
}

.branchEvent-leftCol-head img {
    width: 100%;
}


.branchEvent-rightCol-head h2 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    font-size: 22px;
    line-height: 1.3em;
}

.branchEvent-organizer {
    margin-top: 10px;
}


.branchEvent-leftCol-main::after {
    clear: both;
}

.branchEvent-leftCol-main div:first-child {
    font-weight: 600;
    margin-bottom: 20px;
}

.branchEvent-leftCol-main div:nth-child(2) div {
    font-weight: 400;
    margin-bottom: 0;
}

.branchEvent-leftCol-main p {
    width: 350px;
    margin-left: 20px;
}

.branchEvent-leftCol-main img {
    width: 250px;
    max-height: 395px;
    display: block;
    margin-bottom: 5px;
}


.branchEvent-leftCol-main div div div {
    min-height: 400px;
}


.branchEvent-leftCol-main p {
    margin-top: 0;
}

.branchEvent-leftCol-main div {
    float: left;
}

.branchEventInfoBox {
    margin-bottom: 30px;
}

.branchEventInfoBox h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.branchEvent-entry.branchEventInfoBox a {
    text-decoration: none;
}

.branchEvent-status {
    margin-top: 10px;
}

.branchEvent-price {
    margin-bottom: 5px;
}

.branchEvent-kubiInfo {
    margin: 15px 0;
}

/* branch event page */

/* Link zur Eventübersicht bei Eventbrite   */

.eventOverviewLink {
    margin-top: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.eventLogoBox {
    float: left;
    width: 220px;
    margin-right: 20px;
    min-height: 80px;
}

.eventLogoBox img {
    display: block;
}

.eventOverviewHeading {
    position: relative;
    float: left;
    width: 700px;
    height: 143px;
    text-align: center;
}
.eventOverviewHeading h3 {
    font-size: 18px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.eventOverviewHeading h3:after {
    content: " ";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 7px;
    right: -15px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("huduImg/huduSprite.png");
    background-position: -229px -28px;
}

/* Ende Link zur Eventübersicht bei Eventbrite   */

/* Neuer Shopping-Cart */
#header-cart {
    display: block;
    width: 198px;
    float: right;
    font-size: 12px;
    line-height: 13px;
    padding: 13px 0;
}

#header-cart a {
    display: block;
}

#header-cart .cart-content::after {
    content: "";
    clear: both;
    display: table;
}

#header-cart .cart-total-goods {
    display: block;
    width: 75px;
    float: left;
    box-sizing: border-box;
    padding: 20px 5px;
    text-align: right;
}
#header-cart .cart-total-goods .label {
    display: block;
    font-weight: 600;
}

#header-cart .cart-count {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 60px;
    float: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
    background-image: url("huduImg/huduSprite.png");
    background-position: -894px -131px;
    box-sizing: border-box;
    padding-right: 5px;
}

#header-cart .cart-content.cart-empty .cart-count {
    background-position: -845px -131px;
    text-indent: 200px;
}

#header-cart .cart-text {
    display: block;
    width: 80px;
    word-spacing: 80px;
    float: left;
    font-weight: 700;
    box-sizing: border-box;
    padding: 20px 5px;
    position: relative;
}

#header-cart .cart-text::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 25px;
    background-image: url("huduImg/huduSprite.png");
    background-position: -946px -160px;
}

#header-cart .cart-content.cart-empty .cart-text{
    word-spacing: inherit;
    color: #e3000f;
}

#header-cart .cart-content.cart-empty .cart-text::after {
    display: none;
}

#cart-iframe {
    width: 100%;
    height: 21em; /* minimal initial height -> will be controlled by the checkout after init */
}

/* Toaster */
.toaster {
  position: fixed; /* Stay in place */
  z-index: 2000000; /* Sit on top */
  left: 0;
  top: 2rem;
  width: 100%; /* Full width */
  overflow: auto; /* Enable scroll if needed */
  height: auto;
}

.toaster .toaster-message {
  padding: 2rem 3rem 2rem 2rem;
}

.toaster .toaster-message::before {
  display: none;
}

.toaster .toaster-content {
  position: relative;
  height: auto;
  margin: 0.2rem auto 0.2rem;
  padding: 0;
  width: 100%;
  max-width: 35rem;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  color: #666666;

  animation-name: animateVisible;
  animation-duration: 0.4s;
}

.toaster .toaster-close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 0.5em;
  top: 0.5em;
}

.toaster .toaster-close::before {
  content: "x"
}

.toaster .toaster-close:hover,.toaster-close:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

@keyframes animateVisible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* eBook gift form */
#ebook-gift-overlay {
    padding: 1rem 1rem 0;
    width: 752px;
    margin-bottom: 20px;
}

#ebook-gift-overlay #ebook-gift-title {
    font-size: 1rem;
}

#ebook-gift-overlay input {
    padding-left: 2%;
    width: 98%;
}

#ebook-gift-overlay textarea {
    padding-left: 2%;
    width: 98%;
    resize: vertical;
}

#ebook-gift-overlay button.addToCart {
    margin-top: 0;
}

#ebook-gift-overlay .mandatory-field {
    padding: 12px 0;
}

#ebook-gift-overlay .formError {
    margin-top: 0.25rem;
}

#ebook-gift-overlay .ebook-gift-form-col-left {
    float: left;
    width: 49%
}

#ebook-gift-overlay .ebook-gift-form-col-right {
    float: right;
    width: 49%
}

#ebook-gift-overlay .greeting-message {
    width: 8rem;
    float: left;
}

#ebook-gift-overlay .message-count-container {
    float: right;
}

#ebook-gift-overlay .message-count-container::after {
    clear: both;
}

/****************** footnote ref numbers **********************/

.footnote-ref {
    vertical-align: 0.4em;
    line-height: 1em;
    font-size: 0.7em;
    /* reset eventual spacing styles from parent */
    font-weight: 400;
    text-indent: 0;
    word-spacing: 0;
    letter-spacing: 0;
}
.preis .footnote-ref {
    font-size: 0.5em;
    vertical-align: 0.8em;
}

#productPageMainPrice .footnote-ref {
    font-size: 15px;
    line-height: 1em;
    position: absolute;
    right: -1px;
    top: 3px;
}

.sixPack .footnote-ref,
.prudsys .footnote-ref {
    min-width: 1px;
    display: inline-block;
}

.sixPack .sixPackItem .footnote-ref {
  margin-left: -1px;
}

.prudsys .article-list-item .footnote-ref {
  margin-left: 1px; /* in difference to old sixPack no space or empty character before footnote-ref, so we need more space */
}

.prudsys .article-list-item .article-discount .footnote-ref {
  margin-left: 2px; /* in difference to old sixPack the price has no space or empty charakter before footnote-ref, so we need more space */
}

.labelNewPrice .footnote-ref,
.productPageOldPriceLabel .footnote-ref,
#discountFlags .footnote-ref,
.combinedPriceText .footnote-ref {
    margin-left: -2px;
    min-width: 2px;
    display: inline-block;
}
