/* Header */
header > div:first-child {
	background: #232323;
}
.headline-links {
    color: #fff !important;
}
.headline-links:hover {
    color: #919191 !important;
}
.languageselectoption {
	background: #232323;
}
#divMyAccountDropDown {
	background: #232323;
}
#divMyAccountDropDown .login-form-container span {
    color: #fff;
}

/* Artikeldetails */
.price-color {
    color: #383838 !important;
}
.details-price .discount-badge,
.price .discount-badge {
	font-size: 14px;
	margin-top: 5px;
}
.details-price .discount-badge .badge,
.price .discount-badge .badge {
	font-size: 85%;
    line-height: 1.2;
    padding: .35em .5em;
	color: #fff !important;
	background-color: #232323;
}

/* Warenkorb */
.cartpos-additional-infos {
	font-size: 14px !important;
}