
.logo-section{
    margin: 0 auto;
    height: 80px;
}

.logo-section .logo{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cmp-product-thumb .add-to-basket-lg-container{
    display: none;
}

.parallax-img-container .parallax-text-container h1{
    text-align: center;
    margin-bottom: 20px;
    word-wrap: break-word;
    margin-top: 10px;
}

span.vat.small.text-muted {
    display: none;
}

.home-navigation{
    background-color: #efefef;
}
@media only screen and (min-width: 991px) {
    .home-navigation .brand-wrapper{
        display: none;
    }
    .parallax-img-container .parallax-text-container h1{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .home-navigation .brand-wrapper{
        display: block;
        height: 30px;
    }
    .parallax-img-container .parallax-text-container h1{
        margin-top: 10px;
    }
    .nav.widget-fw.navbar.home-navigation{
        height: 30px;
    }
    a.navbar-brand {
        display: none;
    }
}

.home-navigation #mainNavbarCollapsable{
    text-align: center;
}

.home-navigation #mainNavbarCollapsable .mainmenu{
    float: none;
    display: inline-block;
}

#mainNavbarCollapsable ul.mainmenu>li:hover{
    background-color: #fff0 !important;
    color: #d54852 !important;
}

.mainmenu li a:after{
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    margin-top: 5px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;

}

.mainmenu>li a:hover:after {
    width: 100%;
    background: #d54953;

}

#page-header-parent>.widget:not(.widget-grid){
    width: auto;
}

@media (max-width: 991px) {
  .widget-inner.bg-appearance.mt-3.mr-3.mb-3.ml-3 {
      margin: 0px !important;
      text-align: center !important;
  }

  .widget-inner.bg-appearance.mt-3.mr-3.mb-3.ml-3 img {
      height: 40px;
      margin: 0 auto !important;
  }

  .widget-inner.bg-appearance.mt-3.mr-3.mb-3.ml-3 a {
      margin: 0 auto !important;
  }
}


/* Image Sectio Hover Effekt*/
figure {
    position: relative;
    float: left;
    overflow: hidden;

    height: 100%;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 2.5rem;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-apollo {
    background: #ff0000;
    width: 100%;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    width: 100%;
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: -98px;
    left: 0;
    width: 100%;
    height: 141%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    bottom: 0;
    left: -7px;
    margin: 3rem;
    padding: 0 1rem;
    max-width: 150px;
    border-left: 4px solid #fff;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    font-size: 2rem;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* Artikelansicht */
.producer img {
    margin-bottom: 10px;
    height: 35px;
    margin-top: 20px;
}
.base-price.text-muted.my-3 {
    display: none;
}
/* Kategorieansicht */
@media (max-width: 991px) {
  .categoriegrid .list-controls-inner {
      display: none;
  }
}

/* Header */
.usp-bar {
    text-align: center;
    padding: 2px;
    color: #ffffff !important;
    background-color: #d54852;
    display: none;
}
@media (min-width: 500px) {
  .usp-bar {
      display: block;
  }
}

li#topsuchen {
    padding: 0.5rem .8rem;
    color: #dcdbd8;
}
li#topsuchen:hover {
    background-color: #d54852;
    color: white;
}
li#topsuchen:hover #topsuchen-menu {
    display: block !important;
}
#topsuchen-menu {
    display: none !important;
}

#topsuchen-menu a {
    color: grey;
    width: 100%;
}

#topsuchen-menu a:hover {
    color: white;
}
ul#topsuchen-menu {
    margin-top: 0px;
}

.footer #topsuchen {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

ul#topsuchen-menu-footer {
    display: inl;
}

ul#topsuchen-menu-footer li {
    display: inline;
    padding: 0px;
}

ul#topsuchen-menu-footer {
    padding: 0px;
    text-align: center;
}

ul#topsuchen-menu-footer a {
    margin: 15px 20px;
}

ul#topsuchen-menu-footer {
    margin-top: 15px;
}

/* Header */
@media (max-width: 991.98px) {
  nav.navbar .container-max>div.row .brand-wrapper {
      width: 100%;
      height: 49px;
  }
  a.navbar-brand {
      display: block;
      max-width: 270px;
      margin: 0 auto;
  }
}

@media (min-width: 992px) {
  div#vue-app {
      margin-top: 192px !important;
  }
  nav.navbar .container-max>div.row {
      display: block;
  }
  nav.navbar .container-max>div.row .brand-wrapper {
      text-align: center;
      margin: 0px;
  }
  .navbar .container-max {
      max-width: 100%;
  }
  .navbar-brand {
    margin: 0px;
    padding: 15px;
  }
  #mainNavbarCollapsable ul.mainmenu {
      -webkit-box-pack: start;
      -ms-flex-pack: initial;
      justify-content: center;
  }
  #mainNavbarCollapsable ul.mainmenu {
      width: 100%;
  }
  #mainNavbarCollapsable ul.mainmenu>li.ddown>a:after {
      content: '';
      display: none;
  }
  #mainNavbarCollapsable ul.mainmenu>li.ddown>a:after:hover {
      content: '';
      background-color: none;
  }
  #navDropdown7 > li > ul > li > a {
      padding: 5px 15px !important;
  }
  ul.mainmenu {
      background-color: #efefef;
  }
}

li.list-inline-item.control-user {
    display: none;
}

li.list-inline-item.dropdown.control-languages {
    display: none;
}

li.list-inline-item.control-search {
    display: none;
}

/* Mobile Nav */
.mobil-nav-header {
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bolder;
}

.mobil-nav {
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bolder;
}

.mobil-links {
    list-style: none;
}

.mobil-nav {}

ul.mobil-links a {
    color: white;
}

ul.mobil-links li {
    padding: 4px 3px;
}
