:root {
  --rot: #B2323A;
  --schwarz: #000000;
  --blau: #2C4551;
}

.smallerbar, .bigbar {
  background: #B2323A;
}

#treeview {
  background: #2C4551;
  color: #ffffff;
}
#treeview a {
  color: #ffffff;
}
#treeview a.AspNet-TreeView-Selected, #treeview a.AspNet-TreeView-ChildSelected {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
#treeview a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.wrap {
  margin-left: 0px;
  width: unset;
}

.startProductList a {
  border: solid 1px #2C4551;
}
.startProductList a:hover span {
  text-decoration: underline;
}
.startProductList a span {
  background: #2C4551;
}

#right .blueBox a.button, #content .login a.button, .login .loginbutton {
  background: #B2323A;
  text-align: center;
  padding-inline: 20px;
}

#head .topnav {
  position: initial;
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
}
#head .topnav.uppercase a {
  padding-bottom: 0.5rem;
  padding-inline: 0;
}
#head .topnav a {
  background: unset !important;
  font-size: 1.05rem;
  color: #2C4551;
}
#head .topnav a:hover {
  color: #B2323A;
}
#head .topnav a.linkgreen {
  color: #B2323A;
}

#startcontent {
  width: calc(100% - 210px - 5px);
}
#startcontent div.cms_text {
  background: unset;
  color: #2C4551;
  font-size: 1rem;
  height: fit-content;
  border-bottom: solid 3px #B2323A;
  min-height: unset;
}
#startcontent .cms_text_wrap {
  border: none;
}

#head .wrap {
  display: flex;
  flex-direction: row;
  align-items: end;
}

#head .wrap.desktop-only a {
  position: initial !important;
  height: 100%;
}
#head .wrap.desktop-only a img {
  height: 104px;
  width: auto;
  object-fit: contain;
  padding-inline: 63px;
  padding-block: 12px;
  box-sizing: border-box;
}
#head .scbox {
  background: #2C4551;
  top: 10px;
  right: 10px;
}

.wrap.startwrap {
  grid-template-columns: 1fr auto 1fr;
}
.wrap.startwrap #right {
  grid-column: 3;
  box-sizing: border-box;
}

.wrap {
  display: grid;
  grid-template-columns: 210px auto;
  grid-column-gap: 5px;
}
.wrap #left {
  grid-column: 1;
}
.wrap #right {
  grid-column: 3;
  box-sizing: border-box;
}
.wrap #content {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  margin-right: 5px;
}

.startProductList {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}

.scrolling {
  background: white;
  padding-top: 20px;
  display: block;
}
.scrolling .button {
  filter: drop-shadow(0px 0px 3px #fff);
}

#footer {
  border-top: solid 5px #B2323A;
}

.smallproducts .product a.title {
  color: #2C4551;
}

.smallproducts .product .image {
  background: unset;
}

.bx-viewport .product {
  border-inline: solid 1px #D9D9D9;
  margin-right: -1px !important;
  padding-inline: 9px;
}

.titlewrap * {
  color: #2C4551 !important;
}

.priceval {
  color: var(--schwarz);
}

#productlist .products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
  gap: 0.5rem;
}
#productlist .article_mini {
  border: solid 1px #CFD0D0;
}

.sitemappath {
  display: flex;
  flex-direction: row;
  height: 35px;
  align-items: center;
  border-bottom: solid 1px #2C4551;
  color: #B2323A;
}
.sitemappath a {
  color: #2C4551;
}

#productdetail .info h3 {
  color: #B2323A;
  font-weight: 600;
}

.numbering {
  width: 100%;
  border-bottom: solid 1px #2C4551;
}
.numbering td.number {
  color: #C6C6C6;
  background-image: url(warenkorb_verlauf_03.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.numbering td.number.active {
  background-image: url(warenkorb_verlauf_03_active.png);
  color: #fff;
}
.numbering td.text {
  color: #2C4551;
}

h2.heading {
  color: #B2323A;
}

div.navbar a.button {
  color: white;
  background: #B2323A;
  text-align: center;
  padding-inline: 20px;
  height: 30px;
  display: grid;
  place-content: center;
  margin-right: 10px;
  margin-top: 10px;
  margin-right: 0px;
  padding-inline: 40px;
  height: 45px;
  font-size: 1rem;
  box-sizing: border-box;
  font-weight: bold;
  border: solid 2px #B2323A;
  transition: all 200ms ease-in-out;
  margin-bottom: 10px;
}
div.navbar a.button:hover {
  background: #fff;
  color: #B2323A;
}

.table-wrap .sum {
  background: rgba(44, 69, 81, 0.1098039216);
  padding-inline: 2rem;
  padding-block: 1rem;
}

.basket {
  border-bottom: solid 1px #2C4551;
}

div.navbar {
  border: none;
  margin: 0;
}

#content .login a.linkblue {
  color: #B2323A;
}

@media (max-width: 1400px) {
  #head .scbox.green-bg {
    padding-top: 0px;
    height: 50px;
    display: grid;
    align-content: center;
  }
}
#head {
  position: initial;
}

.btn-ohne-knr {
  color: white !important;
}
.btn-ohne-knr:hover {
  color: #B2323A !important;
}

#footer {
  grid-column: 1/3;
}

.basket .tbody {
  display: flex;
  flex-direction: column;
}
.basket .tbody .trow {
  border-bottom: solid 1px var(--blau);
  display: grid;
  align-content: space-evenly;
}

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