<!--
/**
 * @author Roland Rusch, FiMA Informatik AG
 */



header.page-header {
margin: 0 !important;
padding: 0 !important;
}

header div.panel, .content-top.panel {
margin: 0;
background: transparent;
border: none;
box-shadow: none;
border-radius: 0;
}

header .dropdown-menu {
border-radius: 0;
left: auto;
}


.header-wrapper-bottom-content {
	width: 100%;
}


/* Lists and Grids */

.grid .items.same-height {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
}
.grid  .items.same-height .item {
	flex: 0 0 auto;
}





.product-info-main .product.attribute.sku .type:after {
	content: ':';
}

.product.data.items > .item.content.active {
	display: block;
}

.product.data.items > .item.content {
	display: none;
}

.products-grid .product-item-info {
	display: flex;
	flex-direction: column;
}

.products-grid .product-item-info .product-item-details {
	/* background: #dddddd; */
	flex: 1 1 auto;
}

.products-grid .product-item-info .product-image-wrapper {
	width: 200px;
	height: 200px;
}

.products-grid .product-image-wrapper img {
	width: 100%;
	max-height: 100%;
}

.products-grid .product-item-info .product-item-details .product-item-name {
	font-weight: 600 !important;
}

.products-grid .product-item-info .product-item-details .product-info-zusatz {
	clear: both;
	margin-bottom: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

.products-grid .product-item-info .product-item-details .product-info-price {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
}

.product-options-bottom .price-box, .product-info-price .price-box {
	margin: 0;
	padding: 0;
}

.products-grid .product-item-info .product-item-details .product-info-price .price-container {
	padding-left: 20px;
	padding-bottom: 4px;
}

.products-grid .product-item-info .product-item-details .product-info-price button {
	margin: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}


.products-list .product-item {
	height: 125px;
}

.products-list .product-item-info .product-image-wrapper {
	height: 120px;
	width: 120px;
}

.products-list .product-image-wrapper img {
	max-height: 100%;
	width: auto;
}

.products-list .product-item-name {
	font: 700 14pt Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important;
}



/* Warenkorb */
.cart.table-wrapper .product-item-name {
	font-weight: 600 !important;
}

#minicart-content-wrapper {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.minicart-wrapper .block-minicart {
	border: 1px solid rgba(0,0,0,.15);
}


/* Warenkorb-Zusammenfassung */
.minicart-items li.product-item .product-item-details .product-item-name {
	font-weight: 600;
	/* font: 700 14pt Poppins, Helvetica Neue, Verdana, Arial, sans-serif !important; */
}

.minicart-items li.product-item .product-item-details .details-qty .value {
	font-weight: 600;
}

.minicart-items li.product-item .product-item-details .details-qty .einzelpreis {
	font-size: 80%;
}



/* Mitteilung im Header */
.header-wrapper-center .message-wrapper {
	display: inline-block;
	width: 100%;
	padding-top: 15px;
	position: absolute;
	left: 0;
	z-index: 10;
}



/* Suche */
.search-autocomplete {
	display: block;
	top: 35px !important;
	z-index: -1;
}

.search-autocomplete ul li {
	padding: 0px;
}

.search-autocomplete ul li a {
	min-height: 60px;
}

.search-autocomplete .search_image {
	width: 20%;
	height: 100%;
	float: left;
	padding-left: 5px;
}

.search-autocomplete .search_description {
	width: 80%;
	height: 100%;
	float: left;
	padding-left: 10px;
}

.search-autocomplete .search_price {
	bottom: 10px;
	right: 40px;
	position: absolute;
}


/*
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
	background: transparent;
}
*/
/*
.search-autocomplete .typeahead__group-group a[data-group=group] {
	display: none;
}
*/


/* Hersteller */

.panel-hersteller {
}

.panel-hersteller .panel-body {
	min-height: 120px;
	height: 120px;
	overflow: hidden;
}

.panel-hersteller .panel-body a {
	height: 100%;
	display: block;
	padding: 15px;
}

.panel-hersteller .panel-body img {
	max-height: 100%;
	max-width: 100%;
}



/* FORMS */

.form-shop2017 label {
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.form-shop2017 label.required::after {
	content: "\002A";
}



/* Auftrags-Anzeige */
table#auftrag-positionen tbody tr.postype-teilsumme td:last-child,
table#auftrag-positionen tr.postype-teilsumme td:nth-last-child(2)
{
	border-top: 2px solid #888;
	/* border-bottom: double #ddd; */
}

table#auftrag-positionen tbody tr td strong a,
table#auftrag-positionen tbody tr td strong a:visited
{
	color: #000;
}

table#auftrag-positionen tbody tr td strong a:hover
{
	/* color: #888; */
	text-decoration: underline;
}



-->
