.navbar, .wrapper.wrapper-main{
    background:#fff;
}
.navbar-brand img {
    max-height: 5rem;
}
.top-bar{
    color:#555;
}
.needHelp{
    padding:10px 0;
}
.footer-siegel img {
	max-height: 56px;
	/*display: none;*/
	float: right;
	
}
footer-last {
	background-color: #808080;
	box-shadow: 0px 3px 6px -3px #111 inset;
	-webkit-box-shadow: 0px 3px 6px -3px #111 inset;
	-moz-box-shadow: 0px 3px 6px -3px #111 inset;
	-o-box-shadow: 0px 3px 6px -3px #111 inset;
	padding: 18px 0 4px 0;
	color: #000;
}
.footer-last div.row {
	width:1170px !important;
	margin:0 auto !important;	
}

.footer-last .plentyicon-plenty-logo:before {
	color: #000;
}
footer {
    /*margin-top: 64px;*/
    padding: 12px 0 0px;
    border-top: 1px solid #ddd;
    color: #999;
    background-color: #3A3A3A;
    font-size:12px;
}
footer a,
footer a:hover,
footer a:focus {
    color: inherit;
}
footer strong {
    font-weight: normal;
    text-transform: uppercase;
    color: #444;
    text-rendering: optimizelegibility;
}
footer hr {
    margin: 10px 0;
}
ul.footerList {
	padding-left: 0;
	list-style: none;
	color: #7D7D7D;
}
.footerLink {
	color: #aaa;
}
.footerLink:hover {
	color: #888;
}
.footerLink .plentyicon {
	position: relative;
	top: -1px;
	margin-left: 0.1em;
	margin-right: 0;
	line-height: inherit;
	font-size: 22px;
	vertical-align: middle;
}
.form-check-input{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.checkout, .basket  {
    background: #fff;
}
.checkout-rightside, .checkout-rightside .bg-white, .basket .col-md-5 .bg-white {
    background-color:#f7f7f9 !important;
}
.bold {
	font-weight: bold;
}
@media (min-width: 992px) {
    .footer-logos img {
        margin: 0px 10px 0 0;
        float: left;
    }
    .footer-siegel img {
        margin: 0 0 0 20px;
    }
}
@media (max-width: 991px) {

    .footer-siegel img {
        max-height: 40px;
        margin: 0px 0px 0px 8px;
    }

    .footer-logos img {
        float: left;
        margin: 1px 10px 0px 0px;
        max-height: 38px;
    }
}
@media (min-width: 1200px) {
    .footer-siegel img {
        margin: 0 0 0 30px;	
    }
}