#logo-container {
	width: 100%;
}
.produktliste {
    margin: 0;
    padding: 0;
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

ul.pagination {
	margin: 0;
	float: right;
}

.card .card-content.fixed {
	height: 169px;
}

.card .card-content.promotion {
	height: 144px;
	overflow: auto;
}
.card .card-promotion-title {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 14px;
	margin-bottom: 14px;
}
.card .card-title {
	font-size: 16px !important;
	line-height: normal !important;
}

.card .card-title.fixed {
	max-height: 60px;
	overflow: auto;
	margin-bottom: 4px;
}
.card .card-reveal p {
    word-wrap: break-word;
}
/* close icon */
.card .card-reveal .card-close {
    cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.card .card-activator {
    cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.card .card-action a {
	color: #039be5;
}

@media only screen and (min-width: 960px) {
    .card .card-title {
        font-size: 1.68rem;
    }
}
@media only screen and (max-width: 360px) {
    .card .card-title {
        font-size: 1.2rem;
    }
}

img.stock_info {
	vertical-align: middle;
}

.toprow {
	background-color: #193446;
	margin: 0;
	color: white;
	display: flex;
	height: 30px;
}
.toprow_content {
	margin: 3px;
	width: 100%;
}
.toprow_content a {
	color: #B1DCFB;
}

.item-cart-container {
	display: table;
	width: 100%;
}

.item-cart-cell {
	display: table-cell;
	padding-right: 4px;
}

input.item-cart-input {
	text-align: right;
	max-width: 80px;
}

.card-item-id-container {
	width: 100%;
	display: inline-block;
}

.card-item-id {
	float: left;
}

.card-item-stock {
	float: right;
}

input[type=number] {
	height: 2rem;
	margin: 0;
}

@media only screen and (max-width: 800px) {
	[cart-field="name"] {
		height: 72px;
		max-height: 72px;
	}
	[cart-field="count"] {
		height: 4rem;
	}
}

.side-nav a {
	line-height: normal;
}

ul.side-nav.fixed li a {
	line-height: normal;
	display: table;
}

.side-nav-text {
	display: table-cell;
	vertical-align: middle;
	height: 44px;
	width: 100%;
}

.collapsible-header {
	display: table;
	width: 100%;
}

.collapsible-header .cat-img-container {
	height: 100%;
	padding-right: 4px;
}

.collapsible-header .cat-img-container .cat-img-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.collapsible-header .cat-img-container img {
	vertical-align: middle;
}

.collapsible-body td{
	padding-left: 30px;
}

.break-word {
	word-wrap: break-word;
}


ul.search-result {
}

ul.search-result .branch {
	padding: 10px 0 0 20px;
}

ul.search-result .branch li .row .col:nth-child(2) {
	float: none;
}

ul.search-result .label {
	vertical-align: middle;
	
}

ul.search-result img {
	vertical-align: middle;
}

.search-category i {
	vertical-align: middle;
	padding-right: 7px;
}

textarea {
	height: auto;
}

.promotion-container {
	max-width: 900px;
}

.language-switch img {
	margin-right: 10px;
}

.page-footer a {
	/*color: #B1DCFB;*/
	color: white;
}

.link-icon {
	vertical-align: middle;
}

.col.links {
	padding-bottom: 5px;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

.fixed-action-btn ul {
	bottom: 40px;
	/*left: initial;*/
	/*right: -137px;*/
}

.fb_iframe_widget {
	display: table!important;
}

.share-email-a {
	width: 69px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background-color: #346687;
}

.item-img-label {
	width: 100%;
	text-shadow: 1px 1px 1px #272222;
	bottom: initial;
	top: 0;
}

.item-img-id {
	width: 100%;
	text-shadow: 1px 1px 1px #272222;
	text-align: right;
/*	bottom: initial;
	top: 0;*/
}

nav .nav-wrapper h1.page-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    height: 60px;
	padding-left: 45px;
}

.collection .collection-item .count {
	width: 40px;
	float: left;
	/*text-align: right;*/
	margin-right: 10px;
	display: table-cell;
}

.collection .collection-item .name {
	display: table-cell;
}

.item-description {
	background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
	border-radius: 2px;
	margin: 0.5rem 0 1rem 0;
}

.tabs .tab a {
	color: #039be5;
}

@media only screen and (max-width: 600px) {
	nav .nav-wrapper h1.page-title {
        font-size: 20px;
    }
	.card .card-content.fixed {
		height: 130px;
	}
}

@media only screen and (min-width: 601px) {
	.card .card-content.fixed {
		height: 169px;
	}
}

.formatted-content ul {
	padding-left: 2em;
	list-style-type: initial;
	color: rgba(0, 0, 0, 0.71);
}

.formatted-content ul li {
	list-style-type: initial;
}

.cart-badge {
	position: relative;
	margin-right: 12px;
}

.cart-badge[badge-value]:after {
    content: attr(badge-value);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: -20px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 600;
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff4081;
    color: #fff;
}