.footer-box ul {
    list-style-type: none;
    margin:0px;
    padding-left:0px;
}

.tobasket .box {
    /*background:#e6e7e8;*/
    padding:10px 7px 7px 7px;
    border:#ddd solid 1px;
    border-radius: 8px;
    box-shadow: 2px 2px 5px #ddd;
    background: #f9f9f9;
}

.tobasket .box h2 {
    font-size:25px;
    margin-top:0px;
}

.tobasket .box ul {
    list-style-type: none;
    padding-left:0px;
    margin:0px;
    font-weight:bold;
}

.tobasket .box a {
    cursor:pointer;
    font-size:18px;
}

.tobasket .picbox h2 {
    font-size:25px;
    margin-top:0px;
}

.rightpicture {
    padding-bottom: 35px;
    text-align: center !important;
    /*width:274px;
    height:255px;*/
}

.rightpicture img {
    max-width: 100%;
    max-height:220px;
    /*position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    margin:auto;*/
    margin-left:auto;
    margin-right:auto;
}

.tobasket .box.picbox {
    padding-bottom:1px !important;
}

#content ol.checkoutSteps {
  border-top: 3px solid #3c4e55;
  width: 100%;
  height: 40px;
  display: block;
  padding: 0;
  margin: 0;
}
#content ol.checkoutSteps li {
  width: 20%;
  display: block;
  padding-top: 16px;
  float: left;
  position: relative;
  text-align: center;
}
#content ol.checkoutSteps li .num {
  border: 2px solid #FFF;
  background-color: #3c4e55;
  width: 30px;
  height: 30px;
  margin-left: -16px;
  position: absolute;
  top: -16px;
  left: 50%;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#content ol.checkoutSteps li a:hover {
  text-decoration: none;
}
#content ol.checkoutSteps li.active .num {
  background-color: #dcdcdc;
  color: inherit;
}
#content ol.checkoutSteps li.passed .num {
  background-color: #dff0d8;
  color: #3c763d;
}

.noselect,.noselect-r * {
 outline: none;
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none;   /* Chrome/Safari/Opera */
 -khtml-user-select: none;    /* Konqueror */
 -moz-user-select: none;      /* Firefox */
 -ms-user-select: none;       /* IE/Edge */
 user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}


#header .red-bar > div .redbar-item a{
 display: inline-block;
 padding: 0;
 color: white;
}  
#footer .white-bar > div .whitebar-item a{
 display: inline-block;
 padding: 0;
 color:black;
}
#footer .white-bar > div .whitebar-item .whitebar-text p img{
 height: 7px;
 margin-left: 2px;
}

.red-line-mobile{
 display:none;
}

@media not all and (min-width : 1024px){
 #header{
  top:0;
  position:fixed;
  width:100%;
 }
 #header.sticky {
  margin-top:0px!important;
 }
 #header .logo{
  display:block;
  background-color:white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
 }
 #header.sticky .logo{
  margin-top:-85px;
 }
 #sticky-placeholder{
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height:155px!important;
  display:block!important;
 } 
 #sticky-placeholder.slide {
  display:block!important;
  height:70px;
 }
 .red-bar{
  display:none;
 }
 .red-line-mobile{
  display:block;
  width:100%;
  height:5px;
  background-color: #ed1c24;
 }
}
@media only screen and (min-width : 1024px){
 #header {
  position: relative;
  width:100%;
  z-index: 1000;
 }
 #header.sticky {
  top: 0;
  margin-top:0px!important;
 }
 #sticky-anchor {
  height: 0px;
 }
 #sticky-placeholder{
  height: 190px;
 }
 #sticky-placeholder{
  transition-delay:0.1s;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
 }
 #sticky-placeholder.slide{
  height: 115px!important;
 }
 #wrapper .underdog {
  margin-top: 0!important;
 }
 .red-bar {
  background-color: #ed1c24;
  height: 50px;
  font-family: PT-Sans-Bold;
  font-size: 12px;
 }
 .red-bar > div {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 3px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
 }
 .red-bar > div .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
 }
 .red-bar > div .redbar-item {
  display: inline-block;
  padding: 0;
  color: white;
 }
 .red-bar > div .redbar-item .redbar-text {
  display: inline-block;
 }
 .red-bar > div .redbar-item .redbar-text p {
  margin: 10px 0 10px 3px;
  line-height: 1;
 }
 .red-bar > div .redbar-item .redbar-text p img {
  height: 7px;
  margin-left: 2px;
 }
 .red-bar > div .redbar-item .redbar-img {
  display: inline-block;
 }
 .red-bar > div .redbar-item .redbar-img img {
  height: 40px;
  margin-top: -17px;
 }
 .red-bar > div .redbar-item a{
  display: inline-block;
  padding: 0;
  color: white;
 }
 .category-service [class*=col-] {
    float:none;
    display:table-cell;
 }
 
}

 /* START NEREA*/


 .panel-default{
  overflow: hidden;
  padding-bottom: 10px;
 }

 .input-check {
    display: inline-block;
    *display: inline; /* inline-block ie7 fix */
    *zoom: 1;
    vertical-align: top;
    position: relative;
    cursor: pointer;
  }
  .input-check input {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
  }
  .input-check label {
    font-size: 1 em;
    line-height: 22px;
    display: block;
    padding-left: 40px;
    position: relative;
    z-index: 1;
    /*cursor: pointer;*/
  }
  .input-check label:before {
    display: block;
    position: absolute;
    left: 0;
    top: 30%;
    width: 24px;
    height: 24px;
    margin-top: -7px;
    background: rgba(0, 0, 0, 0) url(../../img/checkbox01.svg) no-repeat;
    z-index: 1;
    content: '';
  }
  .input-check input:checked + label:before {
    background-position: 0 -24px;
  }

  .first-danger {
    background-color: #ed1c24 !important;
    height: 40px;
    background-repeat: repeat-x !important;
    font-weight:bold !important;
    color: #ffffff !important;
    /*border: 0px;*/
    font-size: 1em;
  }

  .first-danger:hover,.first-danger:focus {
    background-color: #000000 !important;
    background-position: 0 -15px;
    color : #fff !important;
  }
  .first-danger:active,.first-danger.active {
    background-color: #000000;
    /* border-color: #dbdbdb;*/
  }

  .first-default {
    background-color: #000000 !important;
    height: 40px;
    background-repeat: repeat-x !important;
    font-weight:bold !important;
    color: #ffffff !important;
    /*border: 0px;*/
    font-size: 1em;
    padding: 6px 12px !important;
  }
  .first-default:hover,.second-default:focus {
    background-color: #ed1c24 !important;
    background-position: 0 -15px;
    color : #fff !important;
  }
  .first-default:active,.second-default.active {
    background-color: #000000;
    /* border-color: #dbdbdb;*/
  }

  .second-default {
    background-color: #000000 !important;
    height: 40px;
    background-repeat: repeat-x !important;
    /*font: 1em PT Sans, Helvetica, Arial !important;*/
    font-weight:bold !important;
    color: #ffffff !important;
    border: 0px;
    font-size: 1em;
    padding: 6px 12px !important;
  }

  .second-default:hover,.second-default:focus {
    background-color: #ed1c24 !important;
    background-position: 0 -15px;
    color : #fff !important;
  }
  .second-default:active,.second-default.active {
    background-color: #000000;
    /* border-color: #dbdbdb;*/
  }
  .minibasket-default {
    background-color: #000 !important;
    height: 40px;
    padding: 8px 12px !important;
    background-repeat: repeat-x !important;
    color: #ffffff !important;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .minibasket-default:hover,.minibasket-default:focus {
    background-color: #ed1c24 !important;
    background-position: 0 -15px;
    color : #fff !important;

  }
  .minibasket-default:hover,.minibasket-default:focus {
    background-color: #ed1c24;
    /* border-color: #dbdbdb;*/
  }
  .minibasket-danger {
    background-color: #ed1c24 !important;
    height: 40px;
    padding: 8px 12px !important;
    background-repeat: repeat-x !important;
    color: #ffffff !important;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .minibasket-danger:hover,.minibasket-danger:focus  {
    background-color: #000 !important;
    background-position: 0 -15px;
    color : #fff !important;
  }
   .minibasket-danger:hover,.minibasket-danger:focus  {
    background-color: #000000;
    /* border-color: #dbdbdb;*/
  }



  .input-radio {
    display: inline-block;
    *display: inline; /* inline-block ie7 fix */
    *zoom: 1;
    vertical-align: top;
    position: relative;
    /*cursor: pointer;*/
    cursor : auto;
    padding-top: 3px !important;
  }
  .input-radio input {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 20%;
    margin-top: -7px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
  }
  .input-radio label {
    font-size: 1 em;
    line-height: 22px;
    display: block;
    padding-left: 40px;
    position: relative;
    z-index: 1;

  }
  .input-radio label:before {
    display: block;
    position: absolute;
    left: 0;
    top: 1%;
    width: 24px;
    height: 24px;
    /*margin-top: -7px;*/
    background: rgba(0, 0, 0, 0) url(../../img/radiob.svg) no-repeat;
    z-index: 1;
    content: '';
  }
  .input-radio input:checked + label:before {
    background-position: 0 -24px;
  }

  .cat_img_red{
    background-color : #ed1c24 !important;
  }

  .cat_img_black{
    background-color : #000000 !important;
  }
 .cat_service_img {
      /*position: absolute !important;*/
      bottom: 0 !important;
      position:relative;
    }
  .cat_service_img .cat_full_image {
      width: 100% !important;
      margin-bottom: -40px !important;
    }
    .cat_service_img .test {
      width: 100% !important;
      margin-bottom: -40px !important;
    }

  .cat_service_img > .a_primus {
    position: relative !important;
    border: none !important;
    width: 300px !important;
    /*height: 40px !important;*/
    float: right !important;
    bottom: 20px !important;
    margin-right: 30px !important;
  }

  .cat_link_arrow{
    width: 18px !important;
    height: 38px !important;
    position: absolute !important;
    right: 21px !important;
    bottom: 12px !important;
    background: url("../../img/angle-bracket-white.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  } 
  .article_teasertext{
    height: 7em;
  }
  .mein_konto_main_header{
    padding-left: 0 !important;
  }
  .mein_konto_main_button{
    margin-top: 20px !important; 
    padding-right: 0 !important;
  }
  .mein_konto_info{
    border: 1px solid #f2f2f2 !important; 
    /*padding: 10px !important; */
    margin-bottom: 20px !important;
    background-color: #f1f1f1;
  }
  .mein_konto_info a {
      color: black;
      text-decoration:underline;
  }
  .mein_konto_info a:visited {
      color:#000;
  }
  .mein_konto_info a:hover {
      color:#ed1c24;
  }
  .mein_konto_header{
    padding: 0 15px !important; 
    height: 50px !important; 
  }
  .mein_konto_title{
    color: #ed1c24 !important; 
    float: left !important; 
    margin-top: 15px !important;
  }
  .mein_konto_edit{
    float: right !important;
    margin-top: 10px !important;
    margin-right: -10px !important;
    background:none;
  }
  .mein_konto_edit > img{
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
  }
  .control-label-read{
    font-weight: 100 !important;
  }
  .panel-footer{
    background: none !important;
    border-top: 0px !important;
    margin-top: 20px !important;   
  }
  .category-service div img{
    width: 48px !important;
  }
  
  .categoryDescription a {
      text-decoration: underline;
  }
  
  #promo-carousel .custom_flex_nav{
    z-index: 10 !important;
  }

  .priority_container{
      position: relative;
  }
  .priority_icon{
      width: 32px; 
      height: 32px;
      position: absolute;
      right: 5px;
      /*position: relative;*/
      /*margin-right: 15px;*/
      /*margin-top: 15px;*/
      z-index: 1;
      top: 5px;
  }
  .priority_icon_new{
    top: 5px;
  }
  .icon_priority_single{
      /*margin-right: 15px !important; */
      top: 5px;
  }
  .icon_priority_double{
/*      margin-right: -32px !important; 
      margin-top: 50px !important; */
      top: 45px;
  }
  .mega_dropdown_priority_icon{
    width: 15px;
    height: 15px;
    /*margin-top: 5px;*/
  }
  .mega_dropdown_priority_single{
     margin-right: -32px !important; 
  }

  .red_button{
    background-color: #ed1c24 !important;
    color: #fff !important;
  }
  .red_button:hover{
    background-color: #000 !important;
    color: #fff !important;
  }
  .black_button{
    background-color: #000 !important;
    color: #fff !important;
  }
  .black_button:hover{
    background-color: #ed1c24 !important;
    color: #fff !important;
  }
  .cat_key{
    padding-left: 0 !important;
    font-family: Helvetica !important;
    font-size: 20px !important;
  }
  .cat_list_ul{
    padding-left: 20px !important;
  }
  .cat_list_entry{
    padding-bottom: 8px !important;

  }
  .tooltip{
    z-index: 0 !important;
  }
  
  #promo-carousel .custom_flex_nav_visible {
    display: block;
    z-index: 10000;
    width: 100%;
    color: white;
    padding: 0px;
    height: 40px;
    position: absolute;
    pointer-events: none;
    bottom: 0;
  }
  #promo-carousel .custom_flex_nav_visible li {
    margin: 0;
    width: 25%;
    float: left;
    height: inherit;
    font-size: 14px;
    color: white;
    padding-top: 21px;
    font-family: PT-Sans-Bold;
    list-style: none;
    text-align: center;
  }
  
  #promo-carousel .flex-control-nav {
    background:#000;
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px;
  }
  

  @media only screen and (max-width : 1023px){
      
    .article_teasertext{
      height: auto !important;
    }
    .panel-body {
      height: auto !important;
      padding-bottom: 0;
    }

    .basket_empty{
      margin-top: 0;
      float: left !important;
    }

    #promo-carousel .flex-control-nav li:first-child {
      margin: 0;
      width: 100%;
      display: none;
    }
    #promo-carousel .flex-control-nav li:first-child a {
      background:#000;
      width:100%;
    }
    #promo-carousel .flex-control-nav li:not(first-child) {
      display: none;
    }    
    #flex_slider_visible {
        padding-top:20px;
        background:#000;
        height:30px !important;
    }
    
    .custom_flex_nav_visible {
        display:block !important;
    }
    
    #promo-carousel .custom_flex_nav {
          display: none;
          z-index: 10000;
          width: 100%;
          color: white;
          padding: 0px;
          height: 40px;
          position: absolute;
          pointer-events: none;
          bottom: 0;
        }
        #promo-carousel .custom_flex_nav li {
          margin: 0;
          float: left;
          width: 100%;
          height: inherit;
          font-size: 14px;
          color: white;
          padding-top: 21px;
          font-family: PT-Sans-Bold;
          list-style: none;
          text-align: center;
        }
    
  }
   @media (min-width: 768px) and (max-width: 1024px){
        .article_teasertext {
          height: 10em !important;
        }
        
        .custom_flex_nav_visible {
            margin-bottom:0px !important;
        }
    }
  /*END NEREA*/


  .h1 {
      color: #ed1c24;
      font-family: PT-Sans-Bold;
      font-size: 30px;
      display:block;
      clear:both;
  }
  .h1 img {
      width: 32px;
      height: 32px;
  }

  /*.previous {
  	height:30px;
  	width:30px;
  	margin:0px;
  	background:url(../../img/previous.jpg) no-repeat left;
  	position:absolute;bottom:1px;left:73px;
  }
  .next {
  	height:30px;
  	width:30px;
  	margin:0px;
  	background:url(../../img/next.jpg) no-repeat right;
  	position:absolute;bottom:1px;right:73px;
  }*/
  
  .previous {
    background: rgba(0, 0, 0, 0) url("../../img/arrow_left.svg") no-repeat scroll left top;
    background-size: 28px 28px;
    height: 30px;
    left: 80px;
    position: absolute;
    bottom:1px;
    width: 30px;
    cursor:pointer;
}
  
  .next {
    background: rgba(0, 0, 0, 0) url("../../img/arrow_right.svg") no-repeat scroll right top;
    background-size: 28px 28px;
    height: 30px;
    position: absolute;
    right: 80px;
    bottom: 1px;
    width: 30px;
    cursor:pointer;
}

.page-selection .next {
    position: relative !important;
}

  .rightpicture:first-child {
    position:relative;
    margin-bottom:2px;
  }

  .netto {
      font-size:8pt;
      margin:0px;
      display:inline-block;
      vertical-align:text-top;
  }

  .vatPercent {
      text-align:right;
  }

  .basket_persparams {
      width:90%;
      margin-left:10%;
      margin-top: 15px !important;
  }

  .totalPrice {
      text-align:right;
      /*line-height:1em !important;*/
  }

  #basketSummary td {
      text-align:right !important;
  }

  .basketFlyout {
      z-index: 2147483648 !important;
  }

  .basketPersparams {
      margin-bottom:10px !important;
  }

  .basketPersparams label, .basketPersparams span {
      padding-left:0px !important;
      margin:0px;
  }

  .lead {
      font-size:18px;
  }

/*SUCH RESULT PAGINATION STYLE*/
  .not_active{
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #000 !important;
  }
  .pagination > .pag_active > a{
    background-color : #ec1d24 !important;
    border-color: #ec1d24 !important;
    color: #fff !important;
  }
  .pagination > li > a{
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #000 !important;
  }
  .pagination > li > a:hover{
    background-color: #ec1d24 !important;
    border-color: #ec1d24 !important;
    color: #fff !important;
  }

  .pag_span{
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #000 !important;
  }
  .pagination-options{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
      z-index: 0 !important;
  }
  .pagination-sm > li > a, .pagination-sm > li > span{
    font-size: 16px !important;
  } 
  .search_dropdown_list > strong, .search_dropdown_list > span{
    font-size: 16px !important;
  }
  .search_dropdown_ul > li > a:hover{
    background-color: #000 !important;
  }
  .flex-control-paging li a{
    box-shadow: 0px 0px 0px !important;
  }


    /*Search text*/
    .ui-helper-hidden-accessible{
      display: none !important;
    }
    /*back to top mousehover*/
    #jumptotop{
     cursor: pointer !important;
    }
  .text-success {
      color: #000 !important;
    }

    @media screen and (max-width: 767px) {
        #content ol.checkoutSteps {
            margin-top: 10px;
            /*float: left;*/
        }
        .text{
            display: none;
        }
        
        .displaytable {
            display: inline;
        }

        .categorycms {
            display: inline;
            width:100%;
        }
        .categorycms .catinfopic {
            width:100%;
            padding-top:20px;
        }
        .categorycms div {
            display:inline;
        }
        .categorycms > div > p, .categorycms > div > h2 {
            margin-left:10px;
            margin-right:10px;
        }
        .categorycms > div > ul {
            list-style-position: inside;
        }
        
    }
    
    @media (min-width: 768px) {
        .displaytable {
            display:inline;
        }

        .categorycms {
            display: inline;
            width:100%;
        }
        .categorycms .catinfopic {
            padding:20px 10px 10px 10px;
        }
        .categorycms div {
            display:inline;
        }
        .A1 {
            float:right;
        }
        .A2 {
            float:left;
        }
        .categorycms > div > ul {
            list-style-position: inside;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1024px){
        #content ol.checkoutSteps {
            margin-top: 10px;
            /*float: left;*/
        }
        .categorycms > div > p, .categorycms > div > h2 {
            margin-left:10px;
            margin-right:10px;
        }
    }
    #content ol.checkoutSteps li.passed .num{
        background-color: #000 !important;
        color: #fff !important;
    }
    #content ol.checkoutSteps li.active .num{
        background-color: #ec1d24 !important;
        color: #fff !important;
    }
    #content ol.checkoutSteps .num{
        background-color: #eeeeee !important;
        color: #aaa !important;
    }
    .search_dropdown_list{
      background-color: #ec1d24 !important;
      color: #fff !important;
      border-color: #ec1d24 !important;
      font-size: 14px !important;
      box-shadow: 0px 0px 0px !important;
    }
    .well{
      border: none !important;
      box-shadow: 0 0 0 !important;
    }
    .forgotPasswordOpener{
      background-color: #ec1d24 !important;
      border:1px solid #ec1d24 !important;
      color: #fff !important;
    }
    .pwd_vergessen_form{
      width: 80%;
      border: 2px solid #f2f2f2;
      margin-bottom: 20px;
      padding : 20px 10px 5px;
    }
    .pwd_vergessen_info{
      margin-top: -10px;
      line-height: 1.6em 
    }
    .pwd_vergessen_reg{
      width: 80% ;
    }
    .pwd_vergessen_reg > a {
      color: #ec1d24;
    }
    
    .agb {
        float: right;
        height: auto;
    }
    
    .agb .form-group {
        padding-top:10px;
        padding-right:15px;
    }
    
    .agb a {
        text-decoration:underline;
    }
    
    .agb .agbConfirmation.checkbox {
        float:left;
    }
    
    .agbrow {
        margin-bottom:20px !important;
    }
    
    .btn-minibasket {
        width:100% !important;
        text-decoration: none !important;
    }
    .btn-minibasket a:hover {
        width:100% !important;
        text-decoration: none !important;
    }
    a.btn-minibasket {
        margin-bottom:10px;
        margin-left:0px !important;
    }
    .minibasket_scroll{
      overflow-y: auto;
      max-height: 600px;
    }
    .rightalign {
        text-align:right !important;
    }
    
    .basketpopupitems th {
        padding-right:0px !important;
    }
    .basketpopupitems td {
        padding-right:0px !important;
    }
    .basketpopupitems .row {
        width:100% !important;
        padding-right:0px !important;
    }
    
    .leftfloat {
        float:left !important;
    }

    .preview-expand{
      margin-right: 2px;
      padding-right: 15px;
      cursor: pointer;
      background: url("../../src/bg/toggle_arrow_up.png") no-repeat scroll right center;
    }
    .preview-expand.collapsed{
      background: url("../../src/bg/toggle_arrow_down.png") no-repeat scroll right center;
    }
    .formular_background{
      background-color: #f1f1f1;
    }
    #basket_table{
      background-color: #ffffff !important;
    }
    #basketSummaryTable{
      background-color: #ffffff !important;
    }
    #footer .white-bar {
      margin-top: 30px;
      margin-bottom: 50px;
    }
    .ui-menu-item a{
      cursor: pointer;
    }

    #loginbox_list, #minibasket_list{
      margin-top: 0 !important;
    }

    /*a links Style Exceptions START*/
    .datenschutz > a, .basket_persparams a, .basketFlyout table a, .tobasket .box a, .thankyou_link{
      text-decoration: underline;
      color: black ;
    }
    .datenschutz > a:hover, .basket_persparams a:hover, .basketFlyout table  a:hover, .tobasket .box a:hover, .main-email a:hover ,.thankyou_link:hover{
      color: #ec1d24 !important;
      text-decoration: underline !important;
    }

    /*a links Style Exceptions END*/

  .input-radio-disabled label:before {
    background: rgba(0, 0, 0, 0) url(../../img/radio_disabled.svg) no-repeat !important;
  }
  .formSubmit_button_load{
    background-color: #d1d1d1 !important; 
    color: grey !important;
    pointer-events : none;
    height: 40px !important;
    font-weight: bold !important;
    font-size: 1em !important;
    background-repeat: repeat-x !important;
    cursor:  default;
  }

  .picture .overlay_sellout{
    position: absolute;
    z-index: 10;
    right: 4px;
    bottom: 0;
    width: 150px;
  }
  .picture{
      text-align:center;
      height:auto !important;
      padding-top:2px;
  }

  .picture .img-responsive{
    margin-left:auto;
    margin-right:auto;
    position:relative !important;
    /*height:245px;*/
    /*z-index: 1;*/
  }
  .sellout_overlay{
    background-color: rgb(0, 0, 0) linear-gradient(white, #f0f0f0) repeat scroll 0 0;
    height: 100%;
    /*left: 5px;*/
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 97%;
  }
  /*.picture .priority_icon{
    z-index: 0;
  }*/
  .picture .overlay_sellout_teasert{
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 10;
    width: 150px;
  }
  .sellout_overlay_teasert{
    background-color: rgb(0, 0, 0) linear-gradient(white, #f0f0f0) repeat scroll 0 0;
    /*height: 100%;*/
    /*left: 5px;*/
    opacity: 0.6;
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
  }
  .username_servicebox{
    font-family: PT-Sans;
  }
  
  a.rightsidebarlink {
      display:block;
      height:40px;
      clear:left;
  }
  
  a > #prodinfo_icon {
      background-image:url(../../img/printfileinfo_icon.svg);
      background-size: 36px 66px;
      background-repeat:no-repeat;
      background-position:left 0px top -3px;
      width:36px;
      height:33px;
      display:block;
      float:left;
      margin-right:5px;
  }
  a:hover > #prodinfo_icon {
      background-position:left 0px top -36px;
  }
  
  a > #enquiry_icon {
      background-image:url(../../img/enquiry_icon.svg);
      background-size: 36px 66px;
      background-repeat:no-repeat;
      background-position:left 0px top 0px;
      width:36px;
      height:33px;
      display:table-cell;
      float:left;
      margin-right:5px;
  }
  a:hover > #enquiry_icon {
      background-position:left 0px top -33px;
  }
  
  a > #righticons_5 {
      background-image:url(../../img/measurements_icon.svg);
      background-size: 36px 66px;
      background-repeat:no-repeat;
      background-position:left 0px top -3px;
      width:36px;
      height:33px;
      display:table-cell;
      float:left;
      margin-right:5px;
  }
  a:hover > #righticons_5 {
      background-position:left 0px top -36px;
  }
  
  a > #righticons_13 {
      background-image:url(../../img/extras_icon.svg);
      background-size: 36px 66px;
      background-repeat:no-repeat;
      background-position:left 0px top -3px;
      width:36px;
      height:33px;
      display:table-cell;
      float:left;
      margin-right:5px;
  }
  a:hover > #righticons_13 {
      background-position:left 0px top -36px;
  }
  
  a > #downloads_icon {
      background-image:url(../../img/downloadtemplate_icon.svg);
      background-size: 36px 66px;
      background-repeat:no-repeat;
      background-position:left 0px top -3px;
      width:36px;
      height:33px;
      display:table-cell;
      float:left;
      margin-right:5px;
  }
  a:hover > #downloads_icon {
      background-position:left 0px top -36px;
  }
  
  #phone_icon {
      background-image:url(../../img/phone_icon.svg);
      background-size: 36px 66px;
      background-repeat:no-repeat;
      background-position:left 0px top 3px;
      width:36px;
      height:33px;
      display:table-cell;
      float:left;
      margin-right:5px;
  }
  .pr-product-new-tag {
    color: #ec1d24; 
    font-style: italic; 
    font-weight: bold; 
    font-size: .8em;
  }
  .pr_spinner_centered{
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .prnewproduct_icon{
    width: 40px; 
    height: 40px; 
    position: absolute; 
    top: 5px; 
    left: 5px; 
    z-index:1;
  }
  
  .red-text {
      color:#ed1c24 !important;
  } 

.pr-product-sale-tag {
  color: #00a2ff; 
  font-style: italic; 
  font-weight: bold; 
  font-size: .8em;
}
.prsaleproduct_icon_top{
    width: 70px; 
    height: 70px; 
    position: absolute; 
    top: 5px; 
    left: 0px;
    z-index:1;
}
.prsaleproduct_icon_bottom{
    width: 40px; 
    height: 40px; 
    position: absolute; 
    top: 60px; 
    left: 0; 
}

.climatepartner {
    border:#7aa357 solid 2px !important;
    margin-bottom:20px;
    padding:10px 10px 10px 20px !important;
}

@media (min-width: 1440px) {
    .climatepartner_badge {
        display:block;
    }
    [id^=tsbadge] {
        display:block;
    }
}

@media (max-width: 1439px) {
    .climatepartner_badge {
        display:none !important;
    }
    [id^=tsbadge] {
        display:none !important;
    }
}
   
.climatepartner_badge {
    cursor:pointer;
    top:200px;
    position:fixed;
    right:0px;
    z-index:2147483646;
}

.climatepartner_badge div {
    padding:2px;
    line-height:9pt;
    text-align:center;
    font-size:7pt;
    font-weight:500;
    height:100px;
    width:80px;
    position:relative;
    background-color:#fff;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.1);
    color:#7aa357;
}

.climatepartner_badge img {
    height:35px;
    margin-top:5px;
    margin-bottom:5px;
}

@media (min-width: 1440px) {
    .sponsoring_badge {
        display:block;
    }
    [id^=tsbadge] {
        display:block;
    }
}

@media (max-width: 1439px) {
    .sponsoring_badge {
        display:none !important;
    }
    [id^=tsbadge] {
        display:none !important;
    }
}
   
.sponsoring_badge {
    cursor:pointer;
    top:310px;
    position:fixed;
    right:0px;
    z-index:2147483646;
    padding:2px;
    line-height:9pt;
    text-align:center;
    font-size:7pt;
    font-weight:500;
    height:115px;
    width:80px;
    /*position:relative;*/
    background-color:#fff;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.1);
}

.mobilePayment {
    border:#333 solid 2px !important;
    margin-bottom:20px;
    padding:10px 10px 10px 20px !important;
}

.leaficon {
    position:absolute;
    left:-10px;
    top:-13px;
    width:45px;
    height:45px;
}

.mobilepaymenticon {
    position:absolute;
    left:-25px;
    top:-20px;
    width:60px;
    height:60px;
}

.shimmer, .shimmer2 {
  margin: 0 auto;
  font-weight: 300;
  padding: 0 140px 0 0;
  padding:0px;
  display: inline;
  margin-bottom: 0;
}

/*.shimmer, .shimmer2 {
  text-align: center;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#000), to(#000), color-stop(0.25, #b4171c), color-stop(0.6, #ec1d24));
  background: -moz-gradient(linear, left top, right bottom, from(#000), to(#000), color-stop(0.25, #b4171c), color-stop(0.6, #ec1d24));
  background: gradient(linear, left top, right bottom, from(#000), to(#000), color-stop(0.25, #b4171c), color-stop(0.6, #ec1d24));
  background: -o-gradient(linear, left top, right bottom, from(#000), to(#000), color-stop(0.25, #b4171c), color-stop(0.6, #ec1d24));
  
  -webkit-background-size: 75px 100%;
  -moz-background-size: 75px 100%;
  background-size: 75px 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
}

.shimmer {
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
}

.shimmer2 {
    -webkit-animation-name: shimmer2;
    -moz-animation-name: shimmer2;
    animation-name: shimmer2;
}

@-moz-keyframes shimmer {
  0% {
    background-position: top 0px left -150px;
  }
  100% {
    background-position: top 0px right -250px;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -150px 0px;
  }
  100% {
    background-position: 300px 0px;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top 0px left -150px;
  }
  100% {
    background-position: top 0px right -250px;
  }
}
@keyframes shimmer {
  0% {
    background-position: top 0px left -150px;
  }
  100% {
    background-position: top 0px right -250px;
  }
}

@-moz-keyframes shimmer2 {
  0% {
    background-position: top 0px left -250px;
  }
  100% {
    background-position: top 0px right -150px;
  }
}
@-webkit-keyframes shimmer2 {
  0% {
    background-position: -250px 0px;
  }
  100% {
    background-position: 200px 0px;
  }
}
@-o-keyframes shimmer2 {
  0% {
    background-position: top 0px left -250px;
  }
  100% {
    background-position: top 0px right -150px;
  }
}
@keyframes shimmer2 {
  0% {
    background-position: top 0px left -250px;
  }
  100% {
    background-position: top 0px right -150px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .shimmer, .shimmer2 {
        background-color:transparent;
        color:#000;
    }
}*/


#footer .middle-section .right-side .payment-methods {
  padding: 0;
  width:100%;
  
}
@media (min-width: 1024px) {
    #footer .middle-section .right-side .payment-methods {
        padding-left:50px !important;
    }
}
#footer .middle-section .right-side .payment-methods .items {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  width:100%;
}
#footer .middle-section .right-side .payment-methods .h4 {
    text-align:left !important;
}

.infotextlink {
    cursor:pointer;
    color:#ec1d24;
    font-weight:bold;
}
.infotextlink:hover {
    color:#000;
}

#loadingDivContainer {
    width:100%;
    height:100%;
    background:#fff;
    position:absolute;
    text-align:center;
    top:0px; left:0px;
    z-index:503;
}

.sk-folding-cube {
  /*margin: 20px auto;*/
  width: 100px;
  height: 100px;
  position: absolute;
  left:0; right:0; top:100px;
  margin:0 auto;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  background-color:transparent;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed1c24;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/*.ui-dialog-buttonset button {
    background:#000;
    padding:3px;
    font-weight: bold;
    width:150px;
    color:#fff;
    margin-right:10px;
    border:0px;
    margin-top:20px;
}

.ui-dialog {
    background:#fff;
    padding:10px;
    width:400px;
    
    border:#ec1d24 solid 3px;
}

.ui-dialog-titlebar {
    background:#eee;
    padding:5px;
    padding-left:10px;
}*/
#confirmPrice {
    z-index: 2147483647 !important;
}

.main-container #content .productBox {
    /*height:auto;*/
}

.productBox .listDetails .title {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0.3px 1px 2px #ddd;
    position:relative;
    background-color:#777;
}

.list-container .newItems  .productBox .listDetails div.title a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:65px;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    background-color:#777;
}

.list-container .newItems  .productBox .listDetails div.title a:hover {
    background-color: #ed1c24 !important;
}
.list-container .newItems  .productBox .listDetails div.title a:hover .link-arrow {
    width: 18px;
    height: 38px;
    position: absolute;
    right: 21px;
    bottom: 12px;
    background: url("../../img/angle-bracket-white.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.list-container .newItems .productBox .picture {
    border-top-left-radius: 8px;
    border: #ddd solid 1px;
    border-top-right-radius: 8px;
    box-shadow: 0.3px 0px 2px #ddd;
}

.main-container #content .productBox .picture {
    border-top-left-radius: 8px;
    border: #ddd solid 1px;
    border-top-right-radius: 8px;
    box-shadow: 0.3px 0px 2px #ddd;
}

.search-col input {
    border-radius:4px;
}

.main-container #content .page-header {
    margin: 0px 0 15px;
}

#header #mainnav .navbar-collapse {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#header #mainnav .navbar-collapse .navbar-nav > li:first-child, #header #mainnav .navbar-collapse .navbar-nav li:first-child > a {
    border-top-left-radius: 8px;
}

#header #mainnav .navbar-collapse .navbar-nav > li:last-child, #header #mainnav .navbar-collapse .navbar-nav li:last-child > a {
    border-top-right-radius: 8px;
}

.slides > li > a > img {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.flex-control-nav li:first-child > a {
    border-bottom-left-radius:8px !important;
}
.flex-control-nav li:last-child > a {
    border-bottom-right-radius:8px !important;
}

#header .header-box .container .search-col input {
    border-bottom-left-radius: 4px;
    border-top-left-radius:4px;
}

#header .header-box .container .search-col .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius:4px;
}

#header #mainnav .navbar-collapse .navbar-nav li.col-8 .dropdown-menu {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.flyout-menu {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius:8px;
}

.red-button {
    border-radius: 6px;
}

#wrapper .underdog .category-service div div {
    border:none;
    border-radius:8px;
    padding:10px;
}

.category-service div div {
    border:none;
}

.category-service [class*=col-] {
    padding:5px;
    vertical-align: top;
    background-color:#e6e7e8;
    background-clip:content-box;
    border-radius:15px;
}

.category-service {
  display: flex;
  padding-bottom: 10px;
  width: 100%;
}
.category-service h2 {
  margin-bottom: 20px;
}
.category-service p {
  line-height: 1.2;
}
.category-service p.strong {
  margin: 22px 0 0 0;
}
.category-service div div {
  padding-top: 20px;
  text-align: center;
  background-color: #e6e7e8;
  font-size: 18px;
}
.category-service div img {
  width: 37px;
}

#IndividuelleAnfrage, #Gestaltungsservice, #Rueckruf, #register, .mein_konto_info, .orderList .well, 
#boxwrapper_recommendProductList form:first-child > div, #recommendationsLists .well, .agbrow, form[name=newsletter] {
	margin-bottom:15px !important;
        border:#e0e0e0 solid 1px !important;
        border-radius: 8px;
        box-shadow: 2px 2px 5px #ddd !important;
        background: #f9f9f9 !important;
        padding:15px;
}
#IndividuelleAnfrage select, #Gestaltungsservice select, #Rueckruf select, #business select, .paper_select, .prnewsletter select, #register select, 
#status, .mein_konto_info select, #datadelivery, select[name=recomm] {
    border: none;
    font-style: normal;
    color: #000;
    padding: 1px 40px 1px 2px;
    background: #e6e7e8;
    height: 40px;
    font-size: 18px;
    background-image: url(../bg/toggle_arrow_down_grey.png);
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-appearance:none;
    -moz-appearance:none;
}

#IndividuelleAnfrage input, #Gestaltungsservice input, #Rueckruf input, #business input, .prnewsletter input, #register input, .accountLoginView input, .mein_konto_info input,
.listmaniaView input, .recomm_dropdown, #optionLogin input, .loginBox input {
    background:#e6e7e8;
    border-radius:4px;
    height:40px;
    border:none;
}

#IndividuelleAnfrage textarea, #Gestaltungsservice textarea, #Rueckruf textarea, #business textarea, .listmaniaView textarea, #orderRemark, .recommadd textarea {
    border-radius:4px;
    background:#e6e7e8;
    border:none;
    padding-left:10px;
}

#IndividuelleAnfrage .form-group, #Gestaltungsservice .form-group, #Rueckruf .form-group, #business .form-group, #register .form-group, .mein_konto_info .form-group {
    margin-bottom: 10px; 
}

#IndividuelleAnfrage div:empty, #Gestaltungsservice div:empty, #Rueckruf div:empty, #business div:empty, #register div:empty, .accountLoginView div:empty, .mein_konto_info div:empty, #boxwrapper_recommendProductList div:empty {
    display:none;
}

.btn {
    border-radius:6px;
}

div.mein_konto_main_button {
    margin-top: 0px !important;
}

span.no-mobile-display > div {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

span.no-mobile-display > form {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.forgotPasswordOpener {
    height:40px;
}

.stepsPasswordbox {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.product_details th:first-of-type {
    border-top-left-radius: 6px;
}
.product_details th:last-of-type {
    border-top-right-radius: 6px;
}

.product_details.table-striped > tbody > tr:nth-child(2n) > td {
    background-color:#e6e7e8;
}
.product_details.table-striped > tbody > tr > td:first-child {
    border-left:1px solid #ccc;
}
.product_details.table-striped > tbody > tr > td:last-child {
    border-right:1px solid #ccc;
}

.recommadd > div {
    border-radius:6px;
}

.recommadd .formSubmit {
    margin-top:10px;
}

/*.prsaleproduct_icon_top {
    transform: rotate(345deg);
}*/

.slides li {
    margin-top:-5px;
}

.recommsavebutton {
	background: #ed1c24;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	border: none;
	text-align: center;
	font-size: 18px;
	height: 40px;
	vertical-align: middle;
	display: table;
	text-decoration: none !important;
        border-radius:6px;
}

.recommsavebutton:hover {
	background:#000;
	color:#fff;
}

.linktr span {
    color:#000;
}
.linktr:hover span {
    color:#ed1c24;
}

.recomm_noedit {
    position:relative;
    float:left;
    width:75%;
}
.recomm_edit {
    position:relative;
    float:left;
    width:75%;
}

.recomm_noedit textarea {
    margin-right:45px;
    height:40px;
    background:none;
    border:none;
    resize:none;
    padding: 2px 5px;
    width:100%;
}

.recomm_noedit img {
    width:20px;
    /*position:absolute;
    bottom:0px;*/
    display:none;
    float:left;
}

.recomm_edit textarea {
    margin-right:45px;
    height:40px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    resize:both;
    padding:2px 5px;
    /*max-width:450px;*/
    max-height:100px;
    width:100%;
}

.recomm_edit img {
    width:20px;
    /*position:absolute;
    bottom:0px;*/
    float:left;
    margin: 0 2px;
}

.btn-danger {
    background:#ed1c24;
    border-color:#ed1c24;
}

.clearafter:after {
    clear:both;
}

.praxisListgroup ul {
    padding: 5px 5px 5px 30px;
    background:#e6e7e8;
    font-size: 0.8em;
    min-height:130px;
}

.ccquestion {
    background:#e6e7e8 url(../bg/toggle_arrow_down_grey.png) right no-repeat;
    border-radius:4px;
    padding:5px 10px 5px 10px;
    margin-bottom:10px;
    cursor:pointer;
}
.ccanswer {
    display:none;
    margin-bottom:10px;
}

.typeE {
    margin-bottom:30px;
}
.typeF {
    margin-bottom:20px;
}

.cattext a {
    text-decoration:underline;
}
.typeA1 ul, .typeA2 ul, .typeE ul {
    list-style-position: inside;
}

.pr_business ul {
    padding-left:20px;
}

.pr_business li{
background-image: url(../../img/check.svg);
background-repeat: no-repeat;
line-height: 1.6em;
padding: 0 0 5px 50px;
list-style-type:none;
overflow: visible;
position: relative;
display: block;
margin-left: -20px;
text-align: left;
vertical-align: text-bottom;
margin-bottom: 10px;
}

.pr_business img {
    max-width:100%;
}

.pr_business, #content.prbusiness {
    font-size:16px;
}

#business {
    font-size:16px;
}

.pr_business a, .pr_business h3, prbusiness a {
}

.pr_business hr {
    border-top:1px solid #000;
}

.prbusiness label {
    font-weight:initial;
    margin-top:3px;
}

.prbusiness input, .prbusiness select {
    height:35px !important;
    font-size:16px !important;
}