:root {
  --ci: #006dac;
  --dci: #004871;
  --hci: #359aca;
  --text: #000;
  --hgrau: #f8f9fa;
  --mgrau: #495057;
  --dgrau: #1d2124;
}

/* KEVIN START */
.homeHeaderText {
  color: #fff;
  padding: 50px 25px 25px 25px;
  min-height: 530px;
}

.ctaBanner {
  padding: 25px;
}

.ctaBannerButton {
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.ctaBannerButton:hover {
  background-color: #fff;
  color: #000;
}

.categoryItemButtonInfo {
  border: 2px solid #359aca;
  color: #000;
  text-align: center;
  padding: 10px;
}

.categoryItemButtonInfo:hover {
  background-color: var(--hci);
  color: #fff;
}

.categoryItemButtonContact {
  border: 2px solid #359aca;
  background-color: var(--hci);
  color: #fff;
  text-align: center;
  padding: 10px;
}

.categoryItemButtonContact:hover {
  border: 2px solid var(--dci);
  background-color: var(--dci);
}

.homeHeaderBackground {
  background-color: var(--hci);
  margin-top: -38px;
}

.categoryHeaderBackground {
  background-color: var(--hci);
  margin-top: -7px;
}

.homeBannerImage {
  background-image: url('https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/loeschwassertank/loeschwassertank-fuer-loeschwasser.webp');
  min-height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.categoryOneBannerImage {
  background-image: url('https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/loeschwassertank/loeschwasserbehaelter-unterirdisch-wald.webp');
  min-height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.categoryTwoBannerImage {
  background-image: url('https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/loeschwassertank/loeschwasserspeicher-oberirdisch.webp');
  min-height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.categoryThreeBannerImage {
  background-image: url('https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/loeschwassertank/loeschwasserversorgung-mobil-weidefass-pe.webp');
  min-height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.categoryFourBannerImage {
  background-image: url('https://dummyimage.com/1259x660/000/fff');
  min-height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.headlineTrenner {
  border-top: 4px solid #fff;
  width: 50%;
  display: inline-block;
}

.contentHeadlineTrenner {
  border-top: 4px solid #359aca;
  width: 25%;
  display: inline-block;
}

.homeLeistungen {
  background-color: #f2f2f2;
  padding: 15px 30px 5px 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.homeLeistungen p {
  min-height: 66px;
  margin-top: 15px;
  line-height: 1.25;
}

.homeLeistungen img,
.homeLwtLeistungen img {
  height: 125px;
  width: auto;
}

.homeLwtLeistungen {
  background-color: #f2f2f2;
  padding: 15px 0px 15px 0px;
  margin: 0 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  hyphens: auto;
  position: relative;
  min-height: 300px;
}

.homeLwtLeistungen .h4 {
  min-height: 1px;
}

.homeLwtLeistungen p {
  margin-top: 15px;
  line-height: 1.25;
  margin: 10px;
}

.homeLwtLeistungenBadge {
  color: #000;
  font-weight: bold;
  background-color: rgba(53, 154, 202, 0.5);
  padding: 1px 20px 0 0;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
  margin-right: 10px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  width: 90%
}

.homeBulletpoints {
  line-height: 2;
}

.seoTextLeft {
  margin-left: 65px;
}

.seoTextRight {
  margin-right: 65px;
}

.seoButtonHome {
  color: #fff;
  font-weight: bold;
  background-color: var(--hci);
  text-align: center;
  padding: 10px;
  margin: 20px 0;
  min-height: 65px;
  display: flex;
  align-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.seoButtonHome:hover {
  background-color: var(--ci);
  color: #fff;
}

.seoButtonAnwendungen {
  color: #000;
  font-weight: bold;
  background-color: rgba(53, 154, 202, 0.5);
  text-align: center;
  padding: 10px;
  margin: 20px 0;
  min-height: 65px;
  display: flex;
  align-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.containerTrenner {
  background-color: #359aca;
  height: 10px;
}

.contentCtaFooter {
  background-color: #359aca;
  min-height: 180px;
  padding: 30px;
}

.contentCtaFooter p {
  color: #fff;
}

.contentCtaFooterButton {
  color: #000;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  display: inline-block;
  margin-top: 20px;
}

.contentCtaFooterButton:hover {
  background-color: var(--mgrau);
  color: #fff;
}

.categorySizeButton {
  color: #000;
  font-weight: bold;
  background-color: #ffffff;
  text-align: center;
  padding: 15px;
  display: block;
  margin-top: 10px;
  border: solid 2px var(--hci);
}

.categorySizeButton:hover {
  background-color: var(--ci);
  color: #fff;
}

.ulCheckmark p {
  margin-bottom: 20px;
}

.crossSellingAnkerpunkt {
  border: solid 1px #000;
  padding: 5px;
}

.crossSellingAnkerpunkt p {
  margin-bottom: 0;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
  height: 450px;
}

.singleItemContentLeft {
  min-height: 342px;
}

.anfrageButtonItem {
  color: #fff;
  /* font-weight: bold; */
  /* text-align: center; */
  padding: 6px;
  display: flex;
  /* align-content: stretch; */
  align-items: center;
  /* flex-wrap: wrap; */
  /* flex-direction: row; */
  justify-content: center;
  background-color: var(--hci);
}

.anfrageButtonItem:hover {
  background-color: var(--ci);
  color: #fff;
}

.anfrageButtonItem img {
  max-width: 34px;
  padding-right: 10px;
}

.cadButtonItem {
  color: #000;
  /* font-weight: bold;
  text-align: center; */
  padding: 6px;
  display: flex;
  /* align-content: stretch; */
  align-items: center;
  /* flex-wrap: wrap;
  flex-direction: row; */
  justify-content: center;
  background-color: #e3e7eb;
}

.cadButtonItem:hover {
  background-color: var(--mgrau);
  color: #fff;
}

.cadButtonItem img {
  max-width: 34px;
  padding-right: 10px;
}

.iconLieferzeit {
  height: 12px;
  width: auto;
  margin-right: 3px;
}

.iconFrachtkosten {
  height: 12px;
  width: auto;
  margin-right: 3px;
}

.categoryItemTransport {
  margin-top: 30px;
}

.categoryItemBulletpoints {
  padding: 30px 15px;
}

.cmp-contact h4 {
  margin-left: -21px;
}

.itemBulletpointsHeadline {
  margin-left: 13px;
  margin-bottom: 10px;
}

.articlePriceRight {
  float: right;
}

table.blueTable {
  background-color: #E9F6FB;
  width: 97%;
  text-align: left;
}

table.blueTable td, table.blueTable th {
  border: 1px solid #A8C0E4;
  padding: 4px 10px;
}

table.blueTable tbody td {
  font-size: 15px;
}

table.blueTable tr:nth-child(even) {
  background: #FFFFFF;
}

footer .telSupport a {
  color: var(--dci);
  font-weight: bold;
}

footer .footerShopLogo {
  /* margin-top: 36px; */
  width: 300px;
}

/* KEVIN ENDE */
html {
  scroll-padding-top: 200px;
}

body {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--text);
}

.container-max {
  max-width: 1810px;
}

.bg-color-grau {
  background-color: #e3e7eb;
  padding: 5px;
}

.btn-primary {
  background-color: var(--hci);
  border-color: var(--hci);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--ci);
  border-color: var(--ci);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--ci);
  border-color: var(--ci);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  background-color: #e3e7eb;
  border-color: #e3e7eb;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .single .btn-secondary {
  font-weight: bold;
} */
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: var(--mgrau);
  border-color: var(--mgrau);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.control-basket .toggle-basket-preview {
  background-color: transparent;
}

header#page-header {
  /* background-color: var(--mgrau); */
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header #page-header-parent {
  height: 63px;
  padding-top: 6px;
  padding-bottom: 10px;
}

#logo {
  padding: 10px 0;
}

header #search {
  flex: 1 1 0;
  max-width: 820px;
}

header .control-user .fa-user {
  color: #000;
}

header #controlsList .nav-link>.fa {
  font-size: 20px;
  color: #000;
}

header #controlsList .nav-link[aria-expanded="true"]>.fa {
  color: #000;
}

header .border-bottom {
  border-bottom: 0 !important;
}

.controls-list .nav-link:hover {
  color: #000;
  background-color: #e3e7eb;
}

.main-navbar-collapsable .mainmenu {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-weight: bold;
}

.main-navbar-collapsable .mainmenu>li>a {
  padding: 0.5rem 1rem;
  color: var(--text);
}

#vue-app {
  background-color: #fff;
}

#page-body {
  margin-top: 112px;
  background-color: #fff;
}

.page-basket #page-body {
  margin-top: 95px;
}

.page-login #page-body {
  margin-top: 120px;
}

.page-checkout #page-body {
  margin-top: 95px;
}

.page-contact #page-body {
  margin-top: 108px;
  margin-bottom: 55px;
}

.borderSolidBlack {
  border: 1px solid var(--text);
}

.headerDividerTop {
  height: 10px;
  background: linear-gradient(90deg,
      var(--ci) 0%,
      var(--ci) 20%,
      var(--hci) 20%,
      var(--hci) 70%,
      var(--dci) 70%,
      var(--dci) 90%,
      var(--ci) 90%,
      var(--ci) 100%);
}

.headerDividerBottom {
  height: 1px;
  background-color: #e3e7eb;
}

.search-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--mgrau);
}

.search-submit {
  background-color: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--dgrau);
}

.search-submit:hover {
  background-color: #359aca;
}

.headerPic {
  position: relative;
}

.headerPicCategory {
  position: relative;
}

.categoryHeaderPic {
  margin-top: -6px;
}

.headerPic .container-max {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.headerPicCategory .container-max {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.headerPicCategory .container-max {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.headerPic .headline {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  color: var(--text);
  font-weight: bold;
  font-size: 25px;
  display: block;
  width: 42%;
  max-width: max-content;
  margin-left: auto;
  text-align: center;
}

.headerPicCategory .headline {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  color: var(--text);
  font-weight: bold;
  font-size: 25px;
  display: block;
  width: 42%;
  max-width: max-content;
  margin-right: auto;
  text-align: center;
}

.homeFirst2Categories {
  position: relative;
}

.homeFirst2CategoriesContent {
  position: absolute;
  right: 16px;
  bottom: 15px;
  background-color: var(--ci);
  padding: 10px 20px;
}

.homeFirst2CategoriesContent p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}

.homeCategories .box {
  border: 1px solid var(--text);
  padding-bottom: 10px;
  display: block;
  height: 100%;
  margin-bottom: 20px;
}

.homeCategories .box img {
  margin-bottom: 10px;
}

.homeCategories .box p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text);
}

.text-img-caption {
  text-align: center;
  margin-top: 5px;
}

.homeFAQheadline,
.homeServices {
  background-color: var(--hci);
  padding: 15px 0;
}

.itemServicesIcons {
  background-color: #f6f6f6;
  padding: 20px 0 5px 0;
}

.itemServicesIcons img {
  padding-bottom: 10px;
  max-height: 75px;
  width: auto;
}

.homeFAQheadline p.h3 {
  font-weight: bold;
}

.homeServices img {
  padding-bottom: 10px;
  max-height: 75px;
  width: auto;
}

.homeServices img.reverse {
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.homeServices p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 50px;
  hyphens: auto;
}

.homeFAQheadline h2,
.homeFAQheadline h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.sideBarHeadline {
  margin-top: 30px;
}

.sideBarHeadline,
.filter-toggle {
  /* background: #e3e7eb; */
  background: var(--hci);
  display: block;
  color: var(--text);
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.filter-toggle:hover,
.filter-toggle:focus,
.filter-toggle:active {
  text-decoration: none;
  cursor: default;
  color: var(--text);
}

.product-list select {
  border: solid 1px var(--hgrau);
}

.serviceBulletpoints ul {
  list-style: none;
  padding-left: 0;
}

footer .headline {
  font-weight: bold;
}

footer .footerTop {
  padding: 40px 0;
  background-color: #f6f6f6;
  color: #000;
}

footer .footerTop a:hover {
  color: var(--ci);
}

footer .footerBottom {
  padding: 20px 0;
  text-align: center;
  background-color: var(--hgrau);
  color: #000;
}

footer .footerBottom p {
  margin-bottom: 5px;
}

footer a {
  color: #000;
}

footer .social-media a {
  color: #fff;
}

footer .tabStop {
  width: 100px;
  display: inline-block;
}

footer .icons ul {
  display: flex;
  flex-wrap: wrap;
}

footer .icons ul li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

footer .icons ul li img {
  margin-bottom: 10px;
  margin-right: 10px;
  height: 80px;
}

footer .social-media ul li {
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

footer .social-media ul li i {
  display: block;
  height: 40px;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 25px;
}

footer .social-media ul li.facebook i {
  background-color: #0654a1;
}

footer .social-media ul li.instagram i {
  background-color: #973464;
}

footer .social-media ul li.whatsapp i {
  background-color: #42d855;
}

footer .social-media ul li.youtube i {
  background-color: #ce1629;
}

.pagination {
  align-items: center;
  justify-content: center;
}

.product-list {
  display: block;
  margin: 0 -15px;
}

/* .product-list li {
  float: left;
} */
.product-list::after {
  content: "";
  display: table;
  clear: both;
}

.cmp-product-thumb {
  border: 1px solid var(--text);
  padding: 0 10px;
  display: block;
  margin-bottom: 20px;
}

.cmp-product-thumb:hover .img-fluid {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cmp-product-thumb .thumb-title {
  color: var(--text);
  min-height: 35px;
}

.single .cmp-product-thumb .thumb-title {
  min-height: 35px;
}

/* .cmp-product-thumb .prices {
  justify-content: center;
  line-height: normal;
  align-items: center;
  min-height: 25px;
} */
.cmp-product-thumb .artSold,
.cmp-product-thumb .price-view-port {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}

.cmp-product-thumb .price {
  color: var(--text);
  font-size: 20px;
  margin-bottom: 15px;
}

.cmp-product-thumb .price span {
  font-size: 1rem;
  font-weight: normal;
}

.cmp-product-thumb .artSold {
  color: red;
  font-size: .81em;
}

.single .artSold {
  color: red;
  font-size: .81em;
}

.cmp-product-thumb .artSold p {
  margin-bottom: 0;
}

.cmp-product-thumb .itemStock {
  /* text-align: center; */
  margin-bottom: 5px;
  min-height: 1px;
}

.single .itemStock {
  text-align: center;
  margin-bottom: 5px;
  min-height: 1px;
}

.cmp-product-thumb .itemStock .dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: red;
  border-radius: 11px;
  margin-right: 2px;
}

.single .itemStock .dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: red;
  border-radius: 11px;
  margin-right: 10px;
}

.cmp-product-thumb .itemStock.green .dot {
  background: #28a745;
}

.cmp-product-thumb .itemStock.orange .dot {
  background: orange;
}

.single .itemStock.green .dot {
  background: #28a745;
}

.single .itemStock.orange .dot {
  background: orange;
}

.single .beforeAddToBasketSpacer {
  height: 36px;
}

.cmp-product-thumb .special-tags {
  padding: 0 !important;
}

.cmp-product-thumb .special-tags .badge {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  padding: 5px 8px;
  font-size: 14px;
}

.cmp-product-thumb .special-tags .badge-primary {
  background-color: var(--ci);
}

.filter-wrapper {
  width: 100%;
}

.filter-wrapper .card {
  border: 0;
  border-top: solid 1px var(--text);
}

.filter-wrapper .card:first-child {
  border-top: 0;
}

.filter-wrapper .card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  orphans: 1;
  widows: 1;
}

.filter-wrapper .h3 {
  font-size: 18px;
}

.filter-wrapper .form-check-label {
  display: block;
}

.filter-wrapper .card .pic {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 39px;
}

.filter-wrapper .filter-badge {
  min-width: 1px;
  width: 24px;
  padding: 3px 0;
  height: 24px;
}

.cmp .title,
.single .title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.single .seo-subline h2 {
  /* margin-top: 70px; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/*
.single .seo-subline {
  min-height: 210px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
*/
.single .vat,
.page-singleitem .vat {
  margin-bottom: 0;
}

.single .crossprice {
  display: none;
}

.single .downloads {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  /* min-height: 123px; */
}

.single .btn-download {
  padding: 4px 2px;
  font-size: 20px;
  text-align: left;
}

.single .btn-download>img {
  max-width: 34px;
  padding-right: 10px;
}

.single .btn-download>.fa {
  float: none;
  font-size: 30px;
  padding-right: 10px;
}

.single .btn-download-buy {
  padding: 8px 2px;
  font-size: 20px;
  text-align: left;
}

.single .btn-download-buy>img {
  max-width: 34px;
  padding-right: 10px;
}

.single .btn-download-buy>.fa {
  float: none;
  font-size: 30px;
  padding-right: 10px;
}

.single .nav-tabs {
  border-bottom: 0;
  margin: 0;
  margin-top: 50px;
  /* margin-bottom: 25px; */
}

.single .nav-tabs .nav-item {
  float: none;
  flex: 1 1 auto;
  padding: 0 0.5px;
}

.single .tab-content {
  border-top: solid 0px #fff;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-right: 0.5px;
  padding: 0 15px;
}

.single .nav-tabs .nav-link {
  border: 0;
  text-align: center;
  color: var(--text);
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  border-top: solid 1px #f8f9fa;
  border-right: solid 1px #f8f9fa;
  border-left: solid 1px #f8f9fa;
  border-bottom: solid 1px #000;
  background-color: #f8f9fa;
}

.single .nav-tabs .nav-link:focus,
.single .nav-tabs .nav-link.active {
  border: 0;
  background: #fff;
  color: #000;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  border-bottom: solid 1px #fff;
}

.single .nav-tabs .nav-link:hover {
  border: 0;
  color: #000;
  border-top: solid 1px #e3e7eb;
  border-right: solid 1px #e3e7eb;
  border-left: solid 1px #e3e7eb;
  border-bottom: solid 1px #000;
  background-color: #e3e7eb;
}

.single .nav-tabs .nav-link .fa {
  float: right;
  font-size: 30px;
}

.single .bulletpoints ul {
  padding-left: 0;
}

.categoryItemBulletpoints ul {
  padding-left: 0;
}

.single .bulletpoints li {
  color: var(--text);
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.categoryItemBulletpoints li {
  color: var(--text);
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.categoryItemBulletpoints li::before,
.single .bulletpoints li::before {
  background-color: var(--ci);
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

.single .bulletpoints li a {
  color: var(--text);
}

.single .pipe {
  border-right: 1px solid var(--text);
  padding-left: 8px;
  margin-right: 8px;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-bottom: -2px;
}

.single .crossSellingHeadline {
  font-size: 20px;
  margin-bottom: 30px;
}

.single .single-carousel {
  max-height: 450px;
  overflow: hidden;
}

.single-carousel .owl-item img {
  max-height: 450px;
  margin: 0 auto;
}

.single .owl-thumbs .owl-thumb {
  border: 1px solid #000;
}

.single hr {
  border-top: 1px solid var(--mgrau);
}

.single .price, .page-singleitem .price {
  font-size: 20px;
  margin-bottom: 0;
}

.single .incl {
  font-size: 14px;
}

.single .crossSellingLinkText {
  color: var(--text);
  font-weight: bold;
}

.single .crossSellingLinkText:hover,
.single .crossSellingLinkText:focus,
.single .crossSellingLinkText:active {
  color: var(--dci);
}

.single .tab-content .row {
  margin-right: 0;
  margin-left: 0;
  color: var(--text)
}

.single .crossSelling .price {
  /* min-height: 40px; */
  font-size: 1.2rem;
}

.single .cmp-product-thumb .prices {
  min-height: 34px;
}

.single .cmp-product-thumb .itemStock {
  min-height: 42px;
}

#add-item-to-basket-overlay a:not([href]) {
  color: var(--text);
}

#add-item-to-basket-overlay a:not([href]):hover,
#add-item-to-basket-overlay a:not([href]):focus,
#add-item-to-basket-overlay a:not([href]):active {
  color: #fff;
}

.newsbox {
  position: relative;
}

.newsBoxAktuell {
  color: #d3ad18;
}

.newsBoxContent img {
  position: absolute;
  top: 0;
  left: 0;
}

.newsBoxContentTopLeft {
  position: absolute;
  top: 15px;
  left: 15px;
}

.newsBoxContentTopRight {
  position: absolute;
  top: 15px;
  right: 15px;
}

.newsBoxContentCenter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 85px;
  font-size: 18px;
}

.newsBoxContentBottomLeft {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.newsBoxContentBottomRight {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.newsBoxContentBottomLeft p,
.newsBoxContentBottomRight p {
  margin-bottom: 0;
}

.timesNewRoman {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
}

.add-to-basket-container .quantity-input-container {
  margin-right: 0;
  position: absolute;
  left: 0;
}

.add-to-basket-container .btn-primary {
  padding: 2px;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: bold;
  margin-left: 80px;
}

.add-to-basket-container .btn-primary .fa-shopping-cart {
  font-size: 30px;
  padding-left: 20px;
  float: none;
}

.add-to-basket-container .btn-primary .fa-shopping-cart:before {
  content: "\f105"
}

.seoImages img {
  margin-bottom: 10px;
  padding: 10px;
}

.seoImages p {
  text-align: center;
  background: var(--hci);
  padding: 5px;
  margin-bottom: 0;
  font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "»";
}

.breadcrumb-item a {
  color: #000;
}

/*
.page-category-content .breadcrumbs {
  display: none !important;
}
*/
body.basket-open,
.modal-open {
  overflow: visible;
  padding-right: 0 !important
}

.page-login form[id^="login"]::after,
#login-modal-wrapper .modal-body::after {
  content: '* Pflichtfelder';
  margin-top: 10px;
  display: block;
}

/*--------------------------------
  RESPONSIVE
--------------------------------*/
@media (max-width: 1705px) {
  .newsBoxContentCenter {
    padding: 25px 85px;
  }

  .single .cmp-product-thumb .thumb-title {
    min-height: 55px;
  }
}

@media (max-width: 1665px) {
  .homeLwtLeistungen {
    min-height: 315px;
  }
}

@media (max-width: 1635px) {
  .ctaBannerButton {
    padding: 10px;
  }
}

@media (max-width: 1605px) {
  .homeLeistungen {
    padding: 15px 12px 5px 12px;
  }

  .homeLeistungen p {
    min-height: 88px;
  }
}

@media (max-width: 1575px) {
  .newsBoxContentCenter {
    font-size: 14px;
  }

  .timesNewRoman {
    font-size: 18px;
  }

  .homeLwtLeistungen .h4 {
    min-height: 45px;
  }

  .homeLwtLeistungen {
    min-height: 335px;
  }
}

@media (max-width: 1510px) {
  .cmp-product-thumb .itemStock {
    min-height: 45px;
  }
}

@media(max-width: 1460px) {
  .single .cmp-product-thumb .itemStock {
    min-height: 45px;
  }

  .single .cmp-product-thumb .thumb-title {
    min-height: 70px;
  }

  .headerPicCategory .headline,
  .headerPic .headline {
    width: 85%;
  }
}

@media (max-width: 1457px) {

  .cadButtonItem,
  .single .btn-download {
    min-height: 58px;
  }

  .single .btn-download-buy {
    min-height: 43px;
  }
}

@media (max-width: 1375px) {
  .newsBoxContentCenter {
    font-size: 14px;
    padding: 25px 45px;
  }

  .timesNewRoman {
    font-size: 16px;
  }

  .newsBoxContentBottomLeft {
    display: none;
  }

  .newsBoxContentBottomRight {
    display: none;
  }

  .cmp-product-thumb .thumb-title {
    min-height: 45px;
  }

  .cmp-product-thumb .itemStock {
    min-height: 45px;
  }

  .homeLwtLeistungenBadge {
    min-height: 50px;
  }
}

@media(max-width: 1305px) {
  .homeLwtLeistungen {
    min-height: 360px;
  }
}

@media(max-width: 1290px) {
  .single .cmp-product-thumb .itemStock {
    min-height: 65px;
  }
}

@media (max-width: 1280px) {
  .ctaBannerButton {
    padding: 11px;
    margin-bottom: 10px;
    min-height: 50px
  }

  .categoryOneBannerImage,
  .categoryTwoBannerImage,
  .categoryThreeBannerImage,
  .categoryFourBannerImage,
  .homeBannerImage {
    min-height: 704px;
  }

  .homeLeistungen p {
    hyphens: auto;
    min-height: 131px;
  }
}

@media (max-width: 1280px) and (min-width: 992px) {
  .ctaBanner .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1250px) {
  .controls-list .list-inline-item.control-navi {
    display: block !important
  }

  .main-navbar-collapsable {
    position: fixed;
    left: -400px;
    top: 0;
    height: 100%;
    background: #004871;
    width: 400px;
    transition: 0.3s;
    padding: 74px 0;
    z-index: 9
  }

  .menu-open .main-navbar-collapsable {
    left: 0px;
  }

  .main-navbar-collapsable .mainmenu {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;
  }

  .main-navbar-collapsable .mainmenu>li {
    width: 100%;
  }

  .main-navbar-collapsable .mainmenu>li>a {
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
  }

  .menu-open .controls-list .list-inline-item.control-navi {
    display: block !important;
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1225px) {
  .categorySizeButton {
    padding: 15px 19px;
  }
}

@media (max-width: 1210px) {
  .ctaBannerButton {
    padding: 10px 29px;
    min-height: 50px;
  }
}

@media(max-width: 1200px) {

  .cmp-product-thumb .price,
  .cmp-product-thumb .artSold,
  .cmp-product-thumb .price-view-port {
    -ms-flex: 0 0 50%;
    flex: 0 0 40%;
  }

  .newsBoxContentCenter {
    padding: 15px 25px;
  }

  .newsBoxContentCenter p {
    margin-bottom: 5px;
  }

  .newsBoxContentTopLeft {
    display: none;
  }

  .newsBoxContentTopRight {
    display: none;
  }

  .single .cmp-product-thumb .itemStock {
    min-height: 85px;
  }

  .single .cmp-product-thumb .thumb-title {
    min-height: 85px;
  }

  .seoButtonAnwendungen {
    min-height: 83px;
    hyphens: auto;
  }

  .homeLwtLeistungen {
    min-height: 375px;
  }

  .categoryItemTrenner,
  .categoryItemBulletpoints {
    display: none;
  }
}

@media (max-width: 1135px) {
  .cmp-product-thumb .thumb-title {
    min-height: 50px;
  }

  .categorySizeButton {
    padding: 15px 24px;
  }
}

@media (max-width: 1100px) {

  .categoryOneBannerImage,
  .categoryTwoBannerImage,
  .categoryThreeBannerImage,
  .categoryFourBannerImage,
  .homeBannerImage {
    min-height: 725px;
  }
}

@media (max-width: 1061px) and (min-width: 576px) {
  footer .contact .tabStop {
    display: block;
  }
}

@media (max-width: 1050px) {
  .newsBoxText1 {
    display: none;
  }

  .newsBoxText2 {
    display: none;
  }

  .cmp-product-thumb .thumb-title {
    min-height: 30px;
  }

  .homeLwtLeistungen {
    min-height: 390px;
  }
}

@media (min-width: 1501px) {
  .hidden-over-1500 {
    display: none !important;
  }
}

@media (max-width: 1500px) {
  #search {
    display: none;
    position: fixed;
    top: 74px;
    right: 0;
    background: #359aca;
    width: 100%;
    max-width: none !important;
    padding: 5px;
    border-bottom: 2px solid #fff;
  }

  #search.show {
    display: block;
    z-index: 1;
  }
}

@media (max-width: 1500px) and (min-width: 1051px) {

  .categoryHeaderBackground .col-lg-4,
  .homeHeaderBackground .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .categoryHeaderBackground .col-lg-8,
  .homeHeaderBackground .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 1050px) and (min-width: 993px) {

  .categoryHeaderBackground .col-lg-4,
  .homeHeaderBackground .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .categoryHeaderBackground .col-lg-8,
  .homeHeaderBackground .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}

@media (max-width: 849px) and (min-width: 576px) {
  footer .openingHours .tabStop {
    display: block;
  }
}

@media(max-width: 991px) {
  .toggleOnMobile {
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s;
  }

  .toggleOnMobile.open {
    height: auto;
  }

  /*
  header #search {
    position: fixed;
    top: 60px;
    z-index: 9;
    background: #3a3838;
    width: 100%;
    flex: 0 0 100%;
    left: 0;
    max-width: 100%;
    padding: 0;
    height: 0;
    visibility: hidden;
    transition: 0.3s;
    overflow: hidden;
  }

  header #search.open {
    height: auto;
    visibility: visible;
    padding: 5px 0;
  }

  header #search .search-input {
    padding: 12px 10px !important;
  }*/
  .product-list {
    display: flex;
  }

  .product-list li {
    float: none;
  }

  #page-body {
    margin-top: 112px;
  }

  .homeHeaderPic {
    margin-top: -32px;
  }

  .categoryHeaderPic {
    margin-top: -1px;
  }

  .page-sigleitem #page-body {
    margin-top: 95px;
  }

  .mobile-navigation .breadcrumb {
    color: #fff;
  }

  .headerPicCategory .headline,
  .headerPic .headline {
    display: block;
    width: 47%;
    max-width: max-content;
    margin-left: auto;
    padding: 10px 20px;
  }

  .headerPicCategory .container-max,
  .headerPic .container-max {
    bottom: 0;
  }

  .newsBoxContentCenter {
    padding: 5px 25px;
    font-size: 12px;
  }

  .categoryHeaderBackground .row,
  .homeHeaderBackground .row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    /* flex-direction: column-reverse !important; */
  }

  .categoryHeaderBackground .ctaBanner .row,
  .homeHeaderBackground .ctaBanner .row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: row !important;
  }

  .categoryOneBannerImage,
  .categoryTwoBannerImage,
  .categoryThreeBannerImage,
  .categoryFourBannerImage,
  .homeBannerImage {
    min-height: 370px;
  }

  .headerPicCategory .headline,
  .headerPic .headline {
    width: 100%;
  }

  .homeHeaderText {
    min-height: 1px;
  }

  .homeLeistungen {
    margin-bottom: 30px;
  }

  .seoTextRight,
  .seoTextLeft {
    margin-left: 20px;
    margin-right: 20px;
  }

  .homeSeo img {
    width: 100%;
  }

  .homeLwtLeistungen .h4 {
    min-height: 1px;
  }

  .homeLwtLeistungen {
    min-height: 310px;
  }

  footer .telSupport a {
    font-size: 1rem;
  }

  .single .title {
    margin-top: 20px;
  }

  .singleItemContentLeft {
    min-height: 1px;
  }
}

@media (max-width: 940px) {
  .categorySizeButton {
    padding: 15px 23px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single .price {
    float: none;
  }
}

@media(max-width: 890px) {

  .cadButtonItem,
  .single .btn-download {
    min-height: 81px;
  }

  .single .btn-download-buy {
    min-height: 43px;
  }
}

@media (max-width: 814px) {
  .homeFirst2CategoriesContent {
    width: 80%;
  }
}

@media(max-width: 768px) {
  .single .nav-tabs .nav-item {
    margin-top: 20px;
  }

  .single .nav-tabs .nav-item:first-child {
    flex: 0 0 100%;
    margin-top: 0;
  }

  .bulletpoints ul {
    padding-left: 2px;
  }

  .single .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer .footerTop {
    background-size: cover;
  }

  .newsBoxContentTopLeft {
    display: block;
  }

  .newsBoxContentTopRight {
    display: block;
  }

  .newsBoxContentCenter {
    padding: 50px 25px;
    font-size: 16px;
  }

  .newsBoxContentBottomLeft {
    display: block;
  }

  .newsBoxContentBottomRight {
    display: block;
  }

  .timesNewRoman {
    font-size: 20px;
  }

  .single .seo-subline {
    margin-top: 20px;
  }

  .categoryOneBannerImage,
  .categoryTwoBannerImage,
  .categoryThreeBannerImage,
  .categoryFourBannerImage,
  .homeBannerImage {
    min-height: 300px;
  }

  .homeLeistungen p {
    hyphens: auto;
    min-height: 65px;
  }

  .homeLwtLeistungen .h4 {
    min-height: 1px;
  }

  .homeLwtLeistungen {
    min-height: 310px;
  }

  footer .openingHours .tabStop {
    display: inline-block;
  }

  .categoryItemShortDescription {
    display: none;
  }

  .categoryItemPriceAndTransport {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    padding: 0 15px;
    margin-top: -50px;
  }

  .categoryItemButtonInfo {
    margin: 0 15px;
  }

  .categoryItemButtonContact {
    margin: 0 15px;
  }

  .cadButtonItem,
  .single .btn-download {
    min-height: 35px;
    margin-top: 25px;
  }

  .single .btn-download-buy {
    min-height: 35px;
  }

  .single .nav-tabs .nav-link:focus,
  .single .nav-tabs .nav-link.active {
    background: #e3e7eb;
    color: #000;
    border: solid 1px #000;
  }

  .single .nav-tabs .nav-link {
    border: 0;
    text-align: center;
    color: var(--text);
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    border: solid 1px #000000;
    background-color: #ffffff;
  }

  .single .nav-tabs .nav-item {
    padding: 0;
  }

  .single .nav-tabs .nav-item {
    margin-top: 0px;
  }
}

@media(max-width: 575px) {

  ul.breadcrumb .breadcrumb-item,
  ul.breadcrumb .breadcrumb-item:nth-last-child(2)::before {
    display: none;
  }

  ul.breadcrumb .breadcrumb-item:nth-last-child(2),
  ul.breadcrumb .breadcrumb-item:last-child {
    display: list-item;
  }

  .single .crossSelling .price {
    min-height: 10px;
  }

  .cmp-product-thumb {
    padding: 10px;
  }

  .cmp-product-thumb .prices {
    display: block;
  }

  .headerPicCategory .container-max,
  .headerPic .container-max {
    position: relative;
    bottom: 0;
    right: 0;
    transform: translateX(0);
  }

  .headerPicCategory,
  .headerPic {
    /* display: flex; */
    flex-direction: column-reverse;
  }

  .headerPicCategory .container-max,
  .headerPic .container-max {
    padding: 0;
  }

  .headerPicCategory .headline,
  .headerPic .headline {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none;
    padding: 10px 20px;
  }

  .newsBoxContentCenter {
    padding: 40px 25px;
    font-size: 16px;
  }

  .newsBoxContentTopLeft {
    display: none;
  }

  .newsBoxContentTopRight {
    display: none;
  }

  .newsBoxContentBottomLeft {
    display: none;
  }

  .newsBoxContentBottomRight {
    display: none;
  }

  .timesNewRoman {
    font-size: 20px;
  }

  .categoryOneBannerImage,
  .categoryTwoBannerImage,
  .categoryThreeBannerImage,
  .categoryFourBannerImage,
  .homeBannerImage {
    min-height: 200px;
  }

  .headerPicCategory .headline,
  .headerPic .headline {
    font-size: 23px;
  }

  .homeLeistungen p {
    hyphens: auto;
    min-height: 30px;
  }

  .homeLwtLeistungen {
    min-height: 320px;
  }

  .categoryItemPriceAndTransport {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: row-reverse !important;
    flex-direction: unset;
    padding: 0 15px;
    margin-top: -10px;
  }

  .cmp-product-thumb .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .cmp-product-thumb .special-tags .badge {
    margin-top: -10px;
  }

  .cmp-product-thumb .price span {
    margin-left: 15px;
  }
}

@media(max-width: 545px) {
  .controls-list .nav-link[aria-expanded=true] {
    background: #e4e4e4;
  }

  #page-body {
    margin-top: 159px;
  }

  header#page-header {
    background-size: contain;
    height: 120px;
  }

  header #page-header-parent {
    height: 110px;
  }

  header #search {
    top: 120px;
  }

  .homeHeaderPic {
    margin-top: -25px;
  }

  .categoryHeaderPic {
    margin-top: -3px;
  }

  .page-basket #page-body {
    margin-top: 110px;
  }

  .page-login #page-body {
    margin-top: 135px;
  }

  .page-checkout #page-body {
    margin-top: 110px;
  }

  #page-header-parent>.row {
    flex-direction: column;
  }

  .controls-list .nav-link {
    padding: 15px 25px;
  }

  .newsBoxContentCenter {
    padding: 20px 25px;
    font-size: 14px;
  }

  .timesNewRoman {
    font-size: 18px;
  }
}

@media (max-width: 485px) {

  .cadButtonItem,
  .single .btn-download {
    min-height: 58px;
    margin-top: 25px;
  }

  .single .btn-download-buy {
    min-height: 43px;
  }
}

@media (max-width: 460px) {
  .newsBoxContentCenter {
    padding: 5px 20px;
    font-size: 12px;
  }

  .timesNewRoman {
    font-size: 16px;
  }

  .categoryOneBannerImage,
  .categoryTwoBannerImage,
  .categoryThreeBannerImage,
  .categoryFourBannerImage,
  .homeBannerImage {
    min-height: 170px;
  }

  .cmp .title {
    font-size: 17px;
  }
}

@media (max-width: 470px) {
  .umbruch::after {
    content: '\A';
    white-space: pre;
  }

  .single .transport {
    padding-right: 11px;
  }

  .single .serviceBulletpoints .pull-right {
    float: unset;
  }

  .single .serviceBulletpointsLeft {
    font-weight: bold;
  }
}

@media (max-width: 440px) {
  .cmp-product-thumb .prices {
    margin-top: 60px;
  }

  .cmp-product-thumb .price span {
    margin-left: 0;
  }
}

@media (max-width: 380px) {
  .newsBoxContentCenter {
    padding: 5px 20px;
    font-size: 12px;
  }

  .timesNewRoman {
    font-size: 14px;
  }

  .categoryOneBannerImage,
  .categoryTwoBannerImage,
  .categoryThreeBannerImage,
  .categoryFourBannerImage,
  .homeBannerImage {
    min-height: 150px;
  }

  .homeLwtLeistungen {
    min-height: 300px;
  }
}

@media (max-width: 330px) {
  .add-to-basket-container .btn-primary {
    font-size: 16px;
  }

  .single .btn-download-buy {
    font-size: 17px;
  }
}

@media (max-width: 300px) {
  .homeFirst2CategoriesContent {
    width: 90%;
  }

  .homeFirst2CategoriesContent p:last-child {
    display: none;
  }

  .categoryOneBannerImage,
  .categoryTwoBannerImage,
  .categoryThreeBannerImage,
  .categoryFourBannerImage,
  .homeBannerImage {
    min-height: 140px;
  }
}

/*--------------------------------
  RESPONSIVE ENDE
--------------------------------*/