/**
 * Colors
 *
 */

.white {
  color: #fff;
}
 
.bg-white {
  background: #fff;
}
 
.black {
  color: #000;
}
 
.bg-black {
  background: black;
}

.grey {
  color: #DEDDDD;
}
 
.bg-grey {
  background: #DEDDDD;
}

.dark-grey {
  color: #373E41;
}

.bg-dark-grey {
  background: #373E41;
}

.blue {
  color: #009fe3;
  border-color: #009fe3;
}

.bg-blue {
  background: #009fe3;
}

/**
* Fonts
*
*/

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibrib.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibrii.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibril.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibrili.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibriz.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}


/**
 * Icons
 *
 *
 */

#iso-certified {
  background: url(../img/logos.png) no-repeat;
  background-position: 0 0;
  height: 68px;
  width: 80px;
  margin-top: 351px;
}

#member-of {
  background: url(../img/logos.png) no-repeat;
  background-position: 0 -79px;
  height: 49px;
  width: 80px;
  margin-top: 12px;
}

#vdm {
  background: url(../img/logos.png) no-repeat;
  background-position: 0 -134px;
  height: 40px;
  width: 80px;
  margin-top: 14px;
}

/**
 * General Styles
 *
 */

body {
  background: #E1E1E1;
  background-image: url(../img/klecks_klein.png); /* fallback */

  /* IE10 Consumer Preview */ 
  background-image: url(../img/klecks_klein.png), -ms-linear-gradient(top left, #F2F2F2 0%, #C3C2C2 75%);

  /* Mozilla Firefox */ 
  background-image: url(../img/klecks_klein.png), -moz-linear-gradient(top left, #F2F2F2 0%, #C3C2C2 75%);

  /* Opera */ 
  background-image: url(../img/klecks_klein.png), -o-linear-gradient(top left, #F2F2F2 0%, #C3C2C2 75%);

  /* Webkit (Safari/Chrome 10) */ 
  background-image: url(../img/klecks_klein.png), -webkit-gradient(linear, left top, right bottom, color-stop(0, #F2F2F2), color-stop(0.75, #C3C2C2));

  /* Webkit (Chrome 11+) */ 
  background-image: url(../img/klecks_klein.png), -webkit-linear-gradient(top left, #F2F2F2 0%, #C3C2C2 75%);

  /* W3C Markup, IE10 Release Preview */ 
  background-image: url(../img/klecks_klein.png), linear-gradient(to bottom right, #F2F2F2 0%, #C3C2C2 75%);

  background-size: 200px auto, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;

  height: 100%;
  font-weight: normal;
}

body, input, textarea, h1, h2, h3, h4, h5, h6 button {
  font-family: Calibri;
}

.function-link {
  margin-top: 15px;
}

.important {
  z-index: 99;
}

#body-wrapper {
  width: 1500px;
}

.alert-info {
  background: #0088CC;
  color: #fff;
}

/**
* General Elements
*
*/

.product-category {
  width: 250px;
  height: 150px;
  border: 1px solid #009fe3;
  background: #009fe3;
  color: #fff;
  float: left;
}

.product-category img {
  height: 100%;
  width: 100%;
}

.product-category a {
  display: block;
  height: 100%;
  width: 100%;
}

.product-category-product {
  height: 112.5px;
}

.product-list .row-fluid {
  margin-bottom: 20px;
}

.product-list {
  padding-bottom: 300px;
}

.product-category-products-list + .product-category-products-list {
  margin-top: 20px;
}

#recommendations, #videobanner {
  position: fixed;
  bottom: 0;
  width: 960px;
  /* Fallback for web browsers that don't support RGBa */
  background: rgb(0, 159, 227);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 159, 227, 0.3);
  height: 140px;
  overflow: hidden;
}

@media only screen and (min-height: 700px) {
  #recommendations {
    height: 205px;
  }

  div#page-menu #menu-2 {
    margin-bottom: 210px;
  }
}

#recommendations-wrapper {
  width: 80%;
  margin: 0 auto;
}

#recommendations-wrapper h3 {
  opacity: 1;
}

#recommendations-wrapper .recommendation {
  border: 1px solid #009fe3;
  height: 100px;
}

#recommendations-wrapper .recommendation img {
  height: 100%;
  width: 100%;
}

#videobanner {
  height: 200px;
  margin-left: -255px;
  overflow: visible;
}

#videobanner #videobanner-left {
  font-size: 2.25em;
  text-align: center;
  padding-top: 60px;
}

#videobanner #videobanner-left p {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 80%;
}

#videobanner #videobanner-left a {
  font-weight: bold;
  margin-top: 10px;
}

#videobanner #videobanner-right a {
  margin: -55px auto 0 auto;
  width: 300px;
  display: block;
}

#videobanner #videobanner-right img {
  width: 100%;
}

#videoteaser {
  margin-top: 90px;
}

#videoteaser #videobanner-left {
  font-size: 1.75em;
  text-align: center;
  padding-top: 20px;
}

#videoteaser #videobanner-right a {
  width: 200px;
  display: block;
}

#videoteaser #videobanner-right img {
  width: 100%;
}

/**
* Page Header
*
*/

div#page-header {
  color: #fff;
  width: 960px;
  /*position: fixed;
  top: 0;
  margin-top: 0;
  left: 220px;*/
  margin-left: 220px;
  z-index: 99;
}

div.header-container {
  height: 171px;
}

div#page-header .header-container a {
  display: block;
  height: 100%;
  width: 100%;
}

div#page-header .navbar-inner {
  background-color: #808080;
  background-image: -moz-linear-gradient(to bottom, #7C7A7A, #231D19);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7C7A7A), to(#231D19));
  background-image: -webkit-linear-gradient(to bottom, #7C7A7A, #231D19);
  background-image: -o-linear-gradient(to bottom, #7C7A7A, #231D19);
  background-image: linear-gradient(to bottom, #7C7A7A, #231D19);
  border-radius: 0;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7C7A7A', endColorstr='#231D19', GradientType=0);
}

div#page-header .navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
}

div#page-header .navbar .nav > li.active > a {
  color: #009fe3;
}

div#page-header #headline, div#page-header #subline {
  float: left;
}

div#page-header #headline {
  margin: 90px 0 0 40px;
}

div#page-header #headline h1 {
  margin: 0;
  font-size: 3em;
  line-height: 1em;
  font-weight: normal;
}

div#page-header #headline span{
  font-size: 0.5em;
  font-weight: 100;
  margin-left: 100px;
  position: relative;
  top: -15px;
}

div#page-header #subline {
  margin: 90px 0 0 150px;
}

div#page-header #subline p {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.5em;
  margin: 0;
}

div#page-header #subline span {
  font-weight: 100;
  font-size: 1em;
  line-height: 0.3em;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: transparent;
  font-weight: bold;
  color: #009fe3;
}

.navbar {
  letter-spacing: 0.05em;
}

.navbar-search .search-query {
  width: 140px;
  font-family: Calibri;
  font-size: 15px;
  line-height: normal;
}


/**
* Page Menu
*
*/

div#page-menu .menu {
  float: left;
  padding: 25px 35px;
  background: #373E41;
  border-radius: 5px;
  color: #fff;
}

div#page-menu .nav-list li > a, div#page-menu .nav-list li > .accordion-heading > a {
  color: #fff;
}

div#page-menu .nav-list li.active > a, div#page-menu .nav-list li.active > .accordion-heading > a {
  color: #009fe3;
}

div#page-menu .menu li {
  list-style-type: none;
}

div#page-menu .menu + .menu {
  clear: both;
  margin-top: 40px;
}

div#page-menu ul {
  margin: 0;
}

.nav-list a.active, .nav-list a.active:hover {
  font-weight: bold;
  color: #009fe3;
}

.nav-list a:hover, .nav-list a.active:hover, .nav-list a.active, .nav-list li a:hover {
  background-color: transparent;
  text-decoration: none;
}

.nav-list a.active:hover, .nav-list a.active {
  color: #009fe3;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
  background-color: transparent;
  font-weight: bold;
  color: #009fe3;
}

.nav-list {
  padding-left: 0;
}

.nav-list.products {
  padding-left: 15px;
}

.nav-list.products li {
  list-style-type: disc !important;
}

.nav-list .divider {
  border: 0;
  background: #373E41;
}

.nav-list > li > a {
  text-shadow: none;
}

/**
* Breadcrumbs
*
*/

ul.breadcrumb {
  margin-bottom: 0;
}

/**
* Page content
*
*/

div#page-content-outer-wrapper {
  color: #fff;
  width: 984px;
  margin-left: 220px;
  /*margin-top: 259px;*/
  margin-top: 20px;
  float: left;
  /*display: table;*/
  min-height: 80%;
  z-index: 1;
}

div#page-content {
  color: #000;
  padding-bottom: 40px;
}

#page-content-inner-wrapper {
  width: 920px;
  background: #fff;
  -moz-box-shadow: 0 30px 0 12px #dedddd;
  -webkit-box-shadow: 0 30px 0 12px #dedddd;
  box-shadow: 0 30px 0 12px #dedddd;
}

#page-content {
  min-height: 700px;
}

#content-row {
  padding-top: 20px;
}


/**
* Logos
*
*/

.logo {
  position: fixed;
  /*left: 1260px;*/
  left: 15px;
  top: 100px;
}

.logo span {
  display: block;
  margin-left: 57px;
}

/*
 * FB Like
 *
 */

#facebook-like {
  position: fixed;
  /*left: 1260px;*/
  left: 70px;
  top: 280px;
}

 /*
  * Laptop Logo
  *
  */

#laptop-logo {
  position: fixed;
  left: 15px;
  top: 700px;
}

#laptop-logo a {
  width: 80px;
  display: block;
  margin-left: 57px;
}

#laptop-logo img {
  width: 100%;
}

/**
* Footer
*
*/

#footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  width: 960px;
  left: 220px;
  color: #fff;
}

#footer .navbar-inner {
  background-color: #808080;
  background-image: -moz-linear-gradient(to bottom, #7C7A7A, #231D19);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7C7A7A), to(#231D19));
  background-image: -webkit-linear-gradient(to bottom, #7C7A7A, #231D19);
  background-image: -o-linear-gradient(to bottom, #7C7A7A, #231D19);
  background-image: linear-gradient(to bottom, #7C7A7A, #231D19);
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7C7A7A', endColorstr='#231D19', GradientType=0);
}

div#footer.navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
}

div#footer.navbar .nav > li.active > a {
  color: #009fe3;
}

div#footer.navbar li + li {
  border-left: 1px solid #fff;
}

div#footer.navbar li:last-child {
  border-right: 1px solid #fff;
}

/**
 * 
 * PAGES !!!!
 *
 */

/**
 * Login Form
 *
 */

.login-form .control-group {
  width: 80%;
}

.login-form .control-label {
  width: 30%;
}

.login-form .controls {
  margin-left: 35%;
  width: 65%;
}

.login-form .control-group input {
  width: 100%;
}

.login-page input[type="submit"] {
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/**
*
* Overview
*/

.overview h3 {
  font-size: 1.5em;
  line-height: 1.55em;
}

.user-tabs {
  margin-top: 20px;
}

/**
* myshop/config
*
*/

#myshop_selector {
  width: auto;
}

/**
* Product Categories
*
*/

.product-category-header {
  margin-bottom: 5px;
}

.product-category-text {
  padding: 20px 0;
  overflow: hidden;
}

.article-group #recommendations {
  margin-left: -245px;
}

/**
* Produkt
*
*/

#CALCFORM #send, #CALCFORM label[for="send"] {
  display: none;
}

.product-category.smaller {
    height: 120px;
    margin: 15px 0;
    width: 200px;
}

.arrow-container {
  float: left;
  width: 40px;
  height: 150px;
}

.arrow-container span {
  background: url(../img/round_arrow.png);
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-top: 55px;
  margin-left: 2px;
}

#sumwell {
  padding: 10px;
}

#sumwell #buyform #in_basket {
  width: 100%;
}

#print-offer {
  width: 157px;
}

#product-thumbs .thumbnail {
  border: 2px solid #009fe3;
  height: 100px;
  width: 100px;
  margin-top: 15px;
}

#product-thumbs .thumbnail {
  margin-top: 15px;
}

#product-thumbs .thumbnail.first {
  margin-top: 60px;
}

#product-thumbs .thumbnail img {
  height: 100%;
  width: 100%;
}

#recommendations {
  margin-left: -255px;
}

.productconfiguration, .productconfiguration-sum {
  padding-bottom: 200px;
}


/**
* Basket Step 1
*
*/

.basketButtons input {
  float: right;
  margin-left: 5px;
}

.basket-products form, .basket-products form div {
  width: 100%;
}

.choose-address {
  margin-left: 2.12766%;
}

#differentdelivery, #differentsender {
  margin-right: 5px;
}

/*
* Digitaldruck
*
*/

ul.portfolio {
  font-size: 1.25em;
}

.video-row .text {
  margin-top: 30px;
}

/*
 * Basket Index
 *
 */

#basket-index {
  margin-bottom: 200px;
}