﻿/*-------------------------------- subpage_fullwidth_screen_v1.css ---------------------------------------------*/


.pag {
  text-align:center;
}
.pag a {
  padding:3px 5px;
}

.navbar-toggle {padding: 6px 10px;}

/* styles for desktop */
.tinynav { display: none }
.filter-collapse {display:block;}

/* styles for mobile */
@media screen and (max-width: 600px) {
    .tinynav { display: block; margin: 7px auto 0 auto; width:95%;padding:5px 10px; }
    .nav { display: none }
}
.carousel-inner>.item>a>img {width:100%;}

/*
===== ===== ===== ===== ===== CONTENT
*/
.maincontent {
  min-height:200px;
  /*background: url(../images/content_bg.png) #ffffff;
  background-position: left top;
  background-repeat: repeat-x;*/
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  clear: both;
  overflow: hidden !important;
  /* < IE7 */
  overflow: hidden;
  
}


.maincontent div.topbar{
  clear:both;
  float:left;
  margin:10px 0px 0 0px;
  padding:10px 0;
  min-height:37px;
  width:100%;
  /* background:url(../images/product_list_topbar_1px.jpg) repeat-x; */
  background:#363636;
  color:#fff;
}

.maincontent div.topbar_firstpart{
  float:left;
  margin:10px 0px 0px 0px;
  padding: 0;
  width:100%;
  min-height:40px;
  background: #363636;
  /* background:url(../images/product_list_topbar_1px.jpg) repeat-x; */
  color:#fff;
}
.maincontent div.topbar_secpart{  
  margin: 0;
  padding: 0;
  width: auto;
  color: #fff;
  position: absolute;
  top: -36px;
  right: 5px;
}

#breadcrumb{
  width: 100%;
  margin: 0px;
  padding: 12px 0px 12px 10px;
  clear: both;
  float: left;
  list-style-type: none;  
  border:0px solid red;
  position:relative;
  z-index:7;
}
#breadcrumb li{
  margin: 0px;
  padding: 0 14px 0px 5px;
  float: left;
  background:url(../images/breadcrumb-arrow.png) right 5px no-repeat;
}

#breadcrumb li a{ 
  color:#8c8c8c;
  font-size: 15px;
}
#breadcrumb li a.active{
 /* padding: 3px 14px 5px 4px;
  color:#ffffff;  
 font-size:18px;
 line-height:20px;*/
}
#breadcrumb li.firstitem{
  padding: 0 14px 0px 5px;
}

#breadcrumb li.lastitem{
  background:none;
  padding: 0 14px 0px 5px;
}

#breadcrumb li.lastitem a{ 
 color:#ffffff;
 font-size:16px;
}

.maincontent div.topbar #breadcrumb {
   padding:0 0 0 10px;
} 

/*
===== ===== ===== ===== ===== ECOM BREADCRUMB
*/
.ecom-breadcrumbs{
  width: 600px;
  height: 38px;
  margin: 0px;
  padding: 5px 0px 0px 10px;
  clear: both;
  float: left;
  list-style-type: none;  
  border:0px solid red;
  position:relative;
  z-index:7;
}
.ecom-breadcrumbs a{
  margin: 0px;
  padding: 5px 7px 5px 7px;
  float: left;
  color:#8C8C8C;
  font-size: 15px;
}

.ecom-breadcrumbs span{
  padding: 5px 7px 5px 1px;
  background:url(../images/breadcrumb-arrow.png) right 10px no-repeat;
  color:#8c8c8c;
  width:10px;
  height:10px;
  float:left;
}
.ecom-breadcrumbs a.current{
  padding: 3px 7px 5px 1px;
  color:#ffffff;  
  font-size:18px;
  line-height:20px;
}
.ecom-breadcrumbs a.current:hover{
  text-decoration:none;
}


/*
===== ===== ===== ===== ===== LEFTCOLUMN
*/

.leftNavColumn {
  float:left; 
  margin: 3px 0px 0px 0px;
  margin-bottom: -37000px; 
  padding-bottom: 37000px;
}

.leftNavColumn h3.topPage{
  padding:5px 5px 5px 12px;
  background:#000;
  color:#fff;
  font-size:14px;
  font-weight:bold;
}

.leftNavColumn div.lefttop{
  width:100%;
  height:7px;
  background:none;
  /* background:url(../images/inner_page_leftmenu_bar_top.png) -4px top no-repeat; */
}
.leftNavColumn div.leftcenter{
  width:100%;
  min-height:652px;
  background:#fff;
  /*margin:0 0 0 2px;*/
  /*box-shadow: 0 0px 3px #999;*/
  /* background:url(../images/inner_page_leftmenu_bar_centre.png) -5px top repeat-y; */
  margin-bottom: -37000px; 
  padding-bottom: 37000px;
}
div.leftbottom{
  width:250px;
  height:7px;
  background:url(../images/inner_page_leftmenu_bar_buttom.png) -4px top no-repeat;
  clear:both; position:relative; top:3px;
}
.menu_list{
  margin-left:0px;
}

.colleft {
  margin: 10px 0 0 0;
  float: left;
}

.colleft ul {
  margin: 0px;
  padding: 10px 0px 10px 8px;
  list-style:none;
}

.colleft ol {
  margin: 0px;
  padding: 10px 0px 10px 24px;
}
.colleft ol li {
  margin: 0px;
  padding: 0px;
}

.colleft ul li {
  margin: 0px;
  padding: 0px 0px 0px 12px;
  background:url(../images/red-bullet.png) left center no-repeat;
}

.colleft table {
  margin:0px;
}

.colleft table th {
  background: #003479;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding: 3px 7px 3px 7px;
}

.colleft table td {
  padding: 3px 6px 3px 6px;
}

.colleft p {
  padding: 3px 0px 0px 0px;
}

.colleft h1:first-child, .colleft h1:first-child, #colright h1:first-child, #colright .h1:first-child {
  background-image: none;
  padding-top: 0px;
}

.colleft h1, .colleft .h1 {
  line-height: 24px;
}

.colleft h1, .colleft .h1, #colright h1, #colright .h1 {
  margin: 0px;
  background: url(../images/paragraph_spacer.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding: 26px 0px 0px 0px;
  font-size: 19px;
  font-weight: normal;
}

.colleft h2, .colleft .h2 {
  margin: 0px;
  background: url(../images/paragraph_spacer.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding: 26px 0px 0px 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
}

.colleft h3, .colleft .h3 {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-size: 10px;
  font-weight: bold;
}

#colright h2, #colright .h2 {
  margin: 0px;
  padding: 0px;
  position: absolute;
}

.colleft h3, .colleft .h3, #colright h3, #colright .h3 {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: normal;
}
.colleft .dealer h3 {
  margin:0 0 20px 0;
}

.colleft h4, .colleft .h4, #colright h4, #colright .h4 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  line-height:14px;
  color:#363636;
}

.colleft a.readmore, #colright a.readmore {
  background: url(../images/col_readmore_arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  display: block;
}

.colleft input[type='text'] {
  background: #f2f3f4;
  margin: 0px;
  padding: 1px 3px 0px 3px;
  border: 1px solid #dddfe0;
  font-size: 11px;
}

.colleft input[type='submit'] {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #ac1a2f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.colleft form {
  margin: 30px 0px 20px 0px;
}

.col{
  width:670px;
  margin:30px 10px 15px 25px;
  border:0px solid red;
}

.col.colh {width:200px; margin:0;} 

.col img {
  position:relative;
  margin-bottom: 10px;
  z-index: 1;
  max-width:100%;
  /* width:100%; */
  height:auto;
}
.col img.img-responsive {
  width:100%;
}
.img-no-responsive {
  width:auto;
  display:block;
  margin:0;
}

.collection{
  clear:both;
  float:left;
  width:100%;
  border:1px solid #dcdcdc;
  margin:0 0 10px 0;
  padding-left:34px;  
  background:#fff;
}

.collection img{
  position:relative;
  top:10px;
  float:right;
}

.koldetails {
  width:55%;
  min-height:142px;
  height:365px;
  float:left;
  margin-right:10px;
  background:url(../images/kollection-bg.png) center 25px no-repeat;
}
.colleft .koldetails h1 {
  font-size:40px;
  font-weight:bold;
  line-height:48px;
  padding:20px 0px;
}
.maincontent .collection img {max-width:40%;}
.koldetails .text1{
  font-size:17px;
  line-height:19px;
}

.bottomrow{
  margin: 0 auto 0 auto;
  padding: 0;
  clear:both;
}
.colb {
  float:left;
  margin:10px 0 0 0; 
}

.colb:first-child{
  margin-left:0px !important;
}

.colb img{
  display:block;
  width:100%;
  height:134px;
  
}

.colb h1, .colb .h1{
    
  height:auto;
  background: #363636;
  /* background:url(../images/product_list_topbar_1px.jpg) repeat-x; */
  color:#fff;
  font-size:18px;
  font-weight:normal;
  padding:7px 10px;
}
.colb div.teasertext {  
  padding:10px;
  min-height:140px;
  background:#f6f6f6;
  z-index:2;
  position:relative;
  box-sizing:border-box;
}
.colb div.teasertext .teasertext { 
  padding:0;
  min-height: 100px;
}
.colb div.teasertext h3 {
  padding:10px 0px 10px 0px;
  margin:0;
  font-size:12px;
  font-weight:bold;
}

.colb div.teaser-shade{
 height:12px;
 position:relative;
 background: url(../images/artikelside_pic_shade.png) center bottom no-repeat;
 top:-3px;
 z-index:1;
}
.colleft .product {
  height:199px;
  width:100%;
  float:left;
  border:1px solid #d0d0d0;
  padding:0px 10px 10px 10px;
  margin:0 0 20px 0;
  background:#fff;
  text-align:center;
  overflow:hidden;
  position:relative;
}
.colleft .product:hover{
  border:1px solid #919191;
}


.colleft .product p{
  padding:0px;
  color:#7a7a7a;
  font-size:11px;
}

.colleft .product a.prodlink {
    display: block;
    height: 170px;
    width: 140px;
}

.optional-label{
  width:120px;
  height:22px; 
  position:relative;
  left:13px; 
  top:-2px; 
  background:url(../images/productlist_image_topbar.png) no-repeat;  
  font-size:10px;
  color:#fff; 
  text-align:center;
  padding-top:3px;
  z-index:200;
}

.product img{
  /*position:relative;
  top:-5px;*/
}

.product .product-desc{
  text-align:left;
  height:auto;
  margin:0;
  position:absolute;
  left:0;
  bottom:7px;
}

.product .product-desc h4 a{
  color: #363636;
  text-decoration:none;
}

.colleft .product .quickview {  
  padding:0px;
  margin:0px;
  z-index:100;
  width:150px;
  height:40px;
  font-size:11px;
  color:#363636;
  padding-bottom:10px;
  text-align:left;
} 


.farver-rollover {
  float: left;
  /*background: url(../images/bg-btn-pink-l.gif) no-repeat;*/
  height: 19px;
  line-height: 19px;
  color: #fff;
  font-size: 12px;
  letter-spacing: -1px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 1px 3px 0 0;
  text-align:left;
} 
.farver-rollover span {
  font-weight:bold;
  float: left;
  /*background: url(../images/bg-btn-pink-r.gif) no-repeat 100% 0;*/
  margin: 0 2px 0 0px;
  color:#fff;
  width:11px;
  height:11px;
  cursor:pointer;
} 
.farver-rollover:hover {
  text-decoration: none;
}


.level3 {
  background: #363636;
  width:100%;
  font-size:13px;
  line-height:1.2;
  color:#fff;
  padding:7px 10px 5px 20px;
  text-transform:uppercase;
  border:none;
  margin:0;
}

.level3 a{
  color:#fff;
  text-decoration:none;
}
.level3 a:hover{
  color:#fff;
  text-decoration:none;
}  

.menu_head {
  padding: 0px 10px 0px 35px;
  cursor: pointer;
  position: relative;
  margin:1px;
  font-size:13px;
  color:#363636;
    font-weight:normal;
    background: url(../images/l3_bg.png) no-repeat;
  width:192px;
  height:22px;
  border-color: #DCDCDC;
    border-style: none solid solid;
    border-width: 0px 1px 0px 1px;
}
.menu_head  a{  
  font-size:13px;
  color:#363636;
    font-weight:normal;
}
.menu_head  a.active{
  font-size:13px;
  color:#363636;
    font-weight:bold;
}

.menu_body {
  display:none;
  margin-left: 3px;
    width: 235px;
}
.menu_body a{
  display:block;
  color:#363636;
  background-color:#ffffff;
  padding:0px 0px 2px 40px;
  text-decoration:none;
  border-top:0px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
}
.menu_body a:hover,.menu_body a.active{
  color: #000000;
  font-weight:bold;
  text-decoration:none;
}

#nav-sub ul {
  /* used to hide children elements of the left navigation menu */
    display: none;
}
  
/*
===== ===== ===== ===== ===== FILTERPANE
*/
#filterpane p.menu_head {
  padding: 5px 10px 0px 15px;
  cursor: pointer;
  position: relative;
  margin:1px;
  font-size:13px;
  color:#fff;
    font-weight:normal;
    background: url(../images/left_arrow.png) no-repeat;
  width:212px;
  height:38px;
  
}
#filterpane p.menu_head  a{  
  font-size:13px;
  color:#363636;
    font-weight:normal;
}
#filterpane p.menu_head  a.active{
  font-size:13px;
  color:#363636;
    font-weight:bold;
}

#filterpane div.menu_body {
  display:none;
  margin:0px 0px 0px 0px;
    width: 226px;
  padding-left:12px;
}
#filterpane div.menu_body a{
  display:block;
  color:#363636;
  background-color:#ffffff;
  padding:0px 0px 2px 12px;
  text-decoration:none;
}
#filterpane div.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }


/* fixing bugs */
.maincontent_sub {padding-bottom:0!important; background-color:transparent;}
.maincontent_sub .colleft .col {padding:0; width:100%; float:left; margin:0; background:#fff;}
.maincontent_sub .colleft .col .default-text {padding:10px;}
input[type=checkbox], input[type=radio] { margin: 3px 3px 3px 0; vertical-align:middle;}
.pag {padding:10px 0}

.default_v3 {padding: 8px 0 8px 15px; font-weight: bold; margin: 10px 0 15px 0; background: #eee;}
.profile {text-align:center;margin:0 0 20px 0;}
.profile .name {font-size:14px;font-weight:bold;margin:0 0 5px 0;padding:0;}
.profile .photo { min-height:200px; border:1px solid #dddfe0; margin:0 0 10px 0;}
.profile .photo img {margin:0 auto; height:200px; width:auto;}

.news {clear:both;}
.news:first-child {padding-top:20px;}
.newsedit .h2 { font-size:24px; line-height:1.2; }
.newstext {margin:5px 0 0 0;}