/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*Common CSS*/
html {
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  font-size: 1.2em;
  background: #909090 url('/images/design/body_bg.jpg') fixed top left;
  font-family: Arial, Verdana, sans-serif;
  color: #333333;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: Arial, Verdana, sans-serif;
  margin-top: 0;
}
h1,
h2,
h3 {
  color: #EC8711;
}
h1 {
  font-size: 21px;
  margin: 5px 0;
  line-height: 1;
  text-align: center;
}
h2 {
  margin-bottom: 15px;
  font-size: 18px;
}
h3 {
  font-size: 16px;
  margin: 5px 0 5px 0;
  padding: 9px 10px 9px;
}
a {
  cursor: pointer;
  color: #EC8711;
  text-decoration: underline;
}
a:hover {
  color: #EC8711;
  text-decoration: underline;
}
img,
img a {
  border: 0;
  outline: 0;
}
table {
  width: 100%;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
ul {
  margin-top: 0;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e253";
  top: 1px;
}
a.desc:after {
  content: "\e252";
  top: 3px;
}
.bolded {
  font-weight: bold;
}
.pLabel {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btnRhodius {
  background-color: #EC8711;
  color: #FFFFFF;
  text-decoration: none;
}
form .glyphicon-eye-open,
form .glyphicon-eye-close {
  font-size: 16px;
  line-height: 40px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
}
.nav-tabs {
  text-transform: uppercase;
  font-weight: bold;
}
/** Template **/
.wrapper {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.wrapper:after {
  clear: both;
}
.header {
  height: 57px;
  position: relative;
}
.colLeft {
  position: relative;
  z-index: 10;
  width: 920px;
}
.colLeft .content {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  /*.box-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));*/
  padding: 10px;
}
.colRightOuter {
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
}
.colRightOuter .colRight {
  position: relative;
  width: 220px;
  margin: 0 auto;
  top: 17px;
  left: 460px;
}
/** Header **/
.logo {
  width: 100%;
  position: relative;
  height: 57px;
  text-align: left;
}
.logo img {
  float: left;
  margin-left: 10px;
}
.logo p {
  padding-top: 23px;
}
#topnavi {
  color: #333;
  font-size: 1.1em;
  position: absolute;
  top: 10px;
  right: 0;
  width: 815px;
}
ul#servicenavigation {
  float: left;
  list-style-type: none;
  margin-left: 12px;
  text-align: right;
  width: 530px;
}
ul#servicenavigation .startseite {
  font-weight: bold;
}
ul#servicenavigation li {
  display: inline;
}
ul#servicenavigation li a {
  text-decoration: none;
  color: #000000;
  font-family: Arial, sans-serif;
}
ul#servicenavigation li a:hover {
  text-decoration: underline;
}
/** Right column **/
.rightBlock {
  clear: both;
  float: left;
  position: relative;
  margin-bottom: 10px;
  left: -10px;
  width: 225px;
  border: 1px solid #EC8711;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  padding: 5px 10px 5px 20px;
}
.rightBlock h3 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.rightBlock .centeredImg {
  margin: 0 auto 5px;
  display: block;
}
.rightBlock a {
  text-decoration: none;
}
.rightBlock a p {
  color: #000000;
}
/** Content zone **/
.slogan {
  background-color: #EC8711;
  -webkit-box-shadow: inset -15px 15px 15px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset -15px 15px 15px rgba(255, 255, 255, 0.3);
  box-shadow: inset -15px 15px 15px rgba(255, 255, 255, 0.3);
  padding: 0 10px 9px 65px;
}
.slogan p {
  border-left: 5px solid #FFFFFF;
  margin: 0;
  padding-top: 9px;
  /*background-image: url('/images/design/balken-orange.png');
    background-repeat: no-repeat;*/
  width: 100%;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.mainContent {
  padding-top: 10px;
  min-height: 570px;
}
#main {
  margin-left: 17px;
  /*float: left;
  display: inline;*/
  width: 731px;
  overflow: hidden;
}
.footerPromo {
  text-align: center;
  color: red;
  font-size: 18px;
  margin-top: 20px;
}
/** Start page **/
#produktfinder_slider {
  width: 100%;
  height: 282px;
  margin-top: 11px;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
#produktfinder_slider .slider_images {
  width: 100%;
  height: 282px;
  position: relative;
  z-index: 1;
  text-align: center;
}
#produktfinder_slider .slider_images img {
  display: none;
  margin: 0 auto;
}
/** Sections pages **/
.sectionPreview {
  text-align: center;
  margin: 20px 0;
  height: 237px;
}
.sectionPreview img {
  height: 232px;
}
/** Product pages **/
.b_product {
  margin: 20px;
  position: relative;
}
.b_product::after {
  clear: both;
}
.b_product h2 {
  margin-bottom: 25px;
}
.b_product .product_img {
  float: left;
  margin-right: 20px;
}
.b_product .b_properties {
  float: left;
  width: 465px;
}
.b_product .b_properties .propertiesList {
  margin-bottom: 0;
}
.b_product .b_properties .propertiesList .propertyIcon {
  max-width: 130px;
}
.b_product .table_product {
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
}
.b_product .table_product tr th,
.b_product .table_product tr td {
  padding: 5px;
  text-align: center;
}
.b_product .table_product tr th {
  background-color: #EC8711;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}
.b_product .table_product tr td {
  background-color: #E8E8E8;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
}
.b_product .retailLink {
  display: block;
  font-size: 14px;
  color: #000000;
}
.dots {
  position: relative;
}
.dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 2px solid darkred;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.dots .dot.active {
  background-color: darkred;
}
.buyBlock {
  position: relative;
  padding-right: -1px;
}
.buyBlock .itemAmount {
  width: 30px;
  text-align: center;
  height: 20px;
  padding: 0;
  border: none;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.buyBlock .buttonAddToCart {
  font-weight: bold;
  background-color: #EC8711;
  color: #ffffff;
}
.buyBlock .buttonAddToCart .glyphicon {
  margin-right: 3px;
}
.buyBlock .buttonAddToCart img {
  height: 12px;
}
.buyBlock .atStock {
  color: #EC8711;
  font-weight: bold;
  position: relative;
  top: 1px;
}
.buyBlock .cantBeSold {
  color: red;
  font-weight: bold;
  position: relative;
  top: 1px;
}
/** Registration page **/
.regMethodChoose {
  margin-top: 30px;
}
/** Cart page **/
.orderTable {
  margin-bottom: 30px;
}
.orderTable thead tr td {
  font-weight: bold;
  text-align: center;
}
.orderTable tr td {
  padding: 5px;
  border-bottom: 1px solid #333333;
}
.orderTable tr td.price {
  text-align: right;
}
.orderTable tr td.cartItemDelete {
  border: none;
}
.orderTable tr td .cartItemAmount {
  width: 50px;
  text-align: center;
  height: 25px;
  padding: 0;
  border: 1px solid #888;
}
.orderTable tbody tr:last-child td {
  border: none;
}
/** Order Page **/
.requestBillFormSuccess {
  display: none;
}
/** Personal Page **/
.personalPage .staticForm .form-group {
  margin: 0;
}
.personalInfoForm {
  display: none;
}
.profilesTabs {
  height: 467px;
  overflow-y: scroll;
  padding-left: 0;
}
.profilesTabs > li {
  padding: 10px;
  margin-left: 0;
  list-style: outside none none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
.profilesTabs > li.active {
  background-color: #dddddd;
}
.btnFirstProfile,
.btnNewProfile {
  margin-top: 15px;
}
.profileInfo .profileTitle,
.profileInfo .profileTitleField {
  font-size: 22px;
}
.profileInfo .profileTitleField,
.profileInfo .saveProfileName {
  display: none;
}
