/*  */
.pos-f-t {
    position: relative !important;
}
body > #vue-app, body > #vue-error {
    background-color: #ffffff;
}
.navbar {
    background-color: white;
}
div#page-body {
    background-color: white;
}
.page-content {
    background-color: white;
}
.wrapper-main .navbar {
    border-bottom: 1px solid #f29400;
}
.wrapper-main #page-header {
    background-color: #ffffff;
}
li.list-inline-item.dropdown.control-languages {
    display: none;
}


/* Startseite */
.page-home .widget-text .widget-inner {
    padding: 1px;
}
@media (max-width: 767px) {
  .widget.widget-image-box.widget-image-box-block-caption.widget-primary.widget-proportional {
      margin-left: -15px;
      margin-right: -15px;
  }
}
.widget.widget-image-carousel.widget-primary.widget-proportional {
    min-height: 250px;
}
.widget.widget-image-box.widget-image-box-block-caption.widget-primary.widget-proportional {
    min-height: 200px;
}

.carousel-indicators {
    display: none;
}

.widget.widget-image-carousel.widget-primary.widget-proportional {
    margin-left: -15px;
    margin-right: -15px;
}


/* Kategorieansicht */
.cmp-product-thumb {
    border: 1px solid #efefef;
}

.parallax-img-container[style^='background-image'] {
    background-attachment: inherit;
    background-position: center center;
}

/* Artikelansicht */
.crossprice {
    font-size: 22px;
}
ul.nav.nav-tabs .nav-item:nth-child(3) {
    display: none;
}
.widget-add-to-basket.widget-primary .btn-appearance.disabled, .widget-add-to-basket.widget-primary .btn-appearance:disabled {
    background-color: #b7b7b7;
}




/* Footer */
.footer .row .col.clearfix {
    padding-left: 0px;
    padding-right: 0px;
}
.footer {
	background-color: #2a2723;
	padding-top: 15px;
}
.back-to-top i {
    color: #4d4f4d;
}
.back-to-top {
	background-color: #f29400;
	border-radius: 6px;
}
.footer.container-max {
    max-width: 100%;
}
.footer.container-max .row {
    max-width: 1200px;
    margin: 0 auto;
}
.widget-legal-information a {
    color: white;
}
.footer hr {
    display: none;
}
.footer h2.h5 {
    color: #f49500;
    border-bottom: 1px solid #f49500;
    padding-bottom: 5px;
    margin-top: 30px;
}
.footer .widget-link-list .widget-inner a {
    color: white;
    font-weight: 100;
}
.footer .widget-grid .widget-inner .widget-list {
    color: white;
    background-color: #2a2723;
    text-align: center;
}
.footer .widget-list .widget-inner a, .footer .widget-link-list .widget-inner a {
    color: #ffffff;
}
.footer p.h4 {
    color: #f19302;
    border-bottom: 1px solid #f19302;
    padding-bottom: 5px;
    font-size: 14px;
    margin-top: 30px;
}


.widget-newsletter.widget .col-xs-12:first-child {
    color: #f69600;
}
.widget-newsletter.widget .col-xs-12:first-child span {
    font-size: 14px;
}
.footer .widget.widget-text.widget-none {
    color: white;
    font-size: 1rem;
}
span.hotline {
    color: white;
}
.hotline a {
    color: #f19300;
    font-size: 1rem;
}
.footer label.form-check-label {
    line-height: 14px;
    color: #efefef;
}
.widget-newsletter > .widget-inner {
    padding: 15px 15px 0 15px;
}


/* Paypal Express Btn */
div#ppButton {
    margin: 5px 0px;
}


/* Single Item View */
.single .container .m-t-3,
.single .container .m-b-3 {
    margin: 0px;
}
.cookie-bar__wrapper {
    background-color: #008e4e !important;
}
.cookie-bar__btn {
    background-color: #008e4e !important;
}
.cookie-bar__btn:hover {
    color: white !important;
}