/*
Theme Name: Rennleder
Description: Ein Childtheme von business-one
Author: Ivo Seidel
Author URI: http://www.impernet.de
Template: business-one
Version: 1.0
Tags:
*/
@import url("../business-one/style.css");



    
/************************************************************************
// Custom Header
*************************************************************************/

.custom-header {
  background:url('img/rennleder_logo.png') no-repeat center center !important;
  background-color: #FFF !important;
  background-size: 100%;
  width: 100% !important;
  height: 160px auto !important;
  padding-top: 1em !important;
  color: white !important;
  
  
  margin-left: auto !important;
  margin-right: auto !important;
  }
.custom-header img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  
}

.blog-header .nav {
  float: left !important;
}
.blog-header .nav a {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.blog-header .blog-logo {
  padding-top: 1.1em !important;
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}
.blog-header .blog-logo img {
  max-width: 100% !important;
  height: 210px !important;
  
} 

/*@media all and (min-width:769px)*/
/* sidebar widgets */
.col-sm-4 {
    width: 22% !important;
}
.e-content ul, .e-content li {
    list-style-image: url("img/disc-style-rennleder.png") !important;
}
.menu ul, .menu li, .e-content ul.set, .e-content ul.set li {
    list-style-type: none !important;
}
   
   
/* ergÃ¤nzt Haase */
#warenkorb-slide{
    display:none;
/*
    height: 1px;
    opacity:0;
    transition: height 300ms, opacity 1s;
*/
}


/*
#wpsg-widget:hover #warenkorb-slide{
    height:250px;
    opacity:1; 
}
*/


/* ErgÃ¤nzt Haase */
#warenkorb-slide a{
    color:#434343;
}


.zurueck-category a {
	background: url(img/back-rennleder.png) no-repeat left 6px;
	padding-left: 15px;
	font-weight: bold;
}

.tb-close-icon {
	background: url(img/bin_x.png) no-repeat center;
}
.tb-close-icon:before {
	content: "";
}

.screen-reader-text {
	/* display: none; */
}

#TB_caption {
	height: 37px;
}

#TB_ImageOff:hover, #TB_ImageOff:focus, #TB_closeWindowButton:hover, #TB_closeWindowButton:focus {
	color: white;
}

#TB_prev a, #TB_next a {
	color: #ff9d4c;
	font-weight: bold;
}

.wpsg_produkt_wrapper .wpsg_produkt_produktbilder img {
	max-width: 260px !important;
	max-height: 220px;
}

@media screen and (max-width: 974px) {
		.container div.col-sm-8 {
			width: 100% !important;
			position: relative;
			height: auto;
			z-index: 1;
		}
		
		.wpsg_basket {
			margin-bottom: 30px;
		}
		
		.e-content p:last-of-type {
			overflow: auto;
		}
		
		div.col-sm-4 {
			z-index: 0;
		}
		
	}
	

	
@media screen and (max-width: 540px) {
	.wpsg_basket .wpsg_cell_number {
		padding-left: 0 !important;
		padding-right: 0 !important;
		max-width: 100px !important;
	}
	
	.groesse td:first-of-type, .lieferzeit td:first-of-type {
		width: 20px !important;
	}
	
	.groesse td:nth-of-type(2), .lieferzeit td:nth-of-type(2) {
		padding-left: 10px !important;
		max-width: 100px;
	}
	
	.wpsg_basket_productimage {
		display: none !important;
	}
	
	td.wpsg_cell_name a {
		float: none;
		padding-left: 10px;
	}
	
	select.wpsg_form_submit.set_shipping, select.wpsg_form_submit.set_land, select.wpsg_form_submit.set_payment {
		margin-right: 10px;
	}
}

@media screen and (max-width: 490px) {
	table {
		font-size: 12px;
	}
}



