.paulus-title.blue-color.mobile-only {
  display: none;
}

.paulus-logo.mobile-only {
  position: initial;
  height: 100%;
  flex-basis: 50%;
  padding-left: 1.6rem;
  box-sizing: border-box;
  margin: 0;
  height: 75px;
}
.paulus-logo.mobile-only img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.mobile-head {
  display: flex;
  flex-flow: row wrap;
}
.mobile-head * {
  flex-grow: 1;
  padding-inline: -0.5rem;
}

.sc-and-title {
  flex-basis: 50%;
  height: 75px;
  padding-left: 2px;
}

.head-links.blue-bg.mobile-only {
  display: flex;
  flex-basis: 100%;
  height: 100%;
  margin: 0;
  border-block: solid 1px white;
}

.blue-bg {
  background-color: var(--blau);
}

.mobile-only.mmenu-full * {
  color: #fff;
}

.green-bg {
  background-color: var(--rot);
  color: #fff;
}
.green-bg * {
  color: #fff;
}

.mm-menu {
  background-color: var(--blau);
  color: #fff;
}

.mm-title {
  color: #fff;
}

.mm-menu .mm-list > li::after, .mm-menu .mm-list > li > a.mm-subopen::before {
  border-color: #fff;
}

.mm-counter {
  color: #fff !important;
}

.head-links.mobile-only {
  width: 100svw;
  overflow-x: auto;
}

.scbox {
  height: 100%;
}

@media screen and (max-width: 450px) {
  .mobile-head {
    justify-content: space-between;
  }
  .mobile-head * {
    flex-basis: 100%;
  }
  .mobile-only.scbox-title {
    display: none;
  }
  .mobile-only.sc-text :not(.sc-count) {
    display: none;
    text-decoration: none;
  }
  .sc-count {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    font-size: 1.4rem;
  }
  .sc-count.sc-count-empty::after {
    transform: unset;
  }
  .sc-count::after {
    margin: 0;
    transform: translate(-2px, -10px);
  }
  .mobile-only.sc-text {
    color: var(--rot);
    text-decoration: none;
  }
  .sc-and-title {
    width: 75px;
    flex-basis: 75px;
    flex-grow: 0;
  }
  .paulus-logo.mobile-only {
    flex-basis: calc(100% - 75px);
    width: calc(100% - 75px);
  }
}
.mobile-search input[type=text], .mobile-search select, .mobile-search .input-group-addon {
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
}

.mobile-search input[type=text]::placeholder {
  color: #000000 !important;
  opacity: 1;
}

.sitemappath a {
  color: var(--rot);
}
.sitemappath > span:last-of-type {
  font-weight: bold;
}

.blue-color {
  color: var(--blau);
}

.btn-default {
  background: var(--rot);
}

.del.btn-default {
  background: var(--blau);
}

.del.btn-default:hover {
  color: var(--blau);
  background: #fff;
}

h1, h2, h5 {
  color: var(--rot);
}

.bx-viewport span.title {
  color: var(--rot);
}

div#footer {
  background: var(--blau);
}

a {
  color: var(--rot);
}

a:focus, a:hover {
  color: var(--blau);
}

.mobile-head-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mobile-head-buttons * {
  width: 100% !important;
  display: flex !important;
  flex-direction: row;
  height: fit-content;
  align-content: center;
}

@media screen and (max-width: 450px) {
  .cartlink {
    display: none;
  }
}
.start .sc-and-title .sc-count::after {
  transform: unset;
}

.mobile-only.blue-bg.mobile-start-image {
  display: none;
}

#startcontent {
  width: 100% !important;
}

.basket .tcell {
  position: initial !important;
}

.start-prod .inner {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  place-content: center;
  place-items: center;
}

@media screen and (min-width: 450px) and (max-width: 1000px) {
  .sc-count {
    display: grid;
    place-content: center;
  }
  .sc-count::after {
    margin: 0 !important;
    transform: translate(-3px, -13px);
  }
}
.AspNet-DataList a {
  color: var(--blau) !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: var(--blau);
}

#productlist .article_mini .price .priceval {
  color: var(--blau);
}

#productlist .article_mini .price {
  color: var(--rot);
}

.mmenu-button .glyphicon.glyphicon-menu-hamburger {
  width: 24px !important;
  display: block !important;
  flex-basis: 24px;
}

#subcategories {
  display: flex;
  flex-flow: row wrap;
  gap: 2px;
}
#subcategories .prdgrplink {
  padding: 0;
  flex: 1;
}
#subcategories .btn {
  width: 100%;
  color: #fff;
}
#subcategories .btn:hover {
  color: var(--schwarz);
}

/*# sourceMappingURL=v2025.mobile.css.map */
