body.bac-new #tmpl-start-safetyline #header .frame-headerimage-teaserbox-right,
body.bac-new #tmpl-start-safetyline #header .frame-headerimage-teaserbox-left {
  padding: 0;
}
.slick-dots li.slick-active button:before {
  color: #ff0000;
  opacity: 1;
}
.telefon-info,
footer,
#nav-main li.item-5.menu-item > a,
#nav-main li.item-6.menu-item > a {
  background-color: #ff0000;
}
#nav-base li a {
  color: #000000;
}
h2,
h3,
a:hover {
  color: #ff0000;
}
.footer-links {
  background-color: #393939;
}
#tmpl-start-safetyline .external-logos {
  background-color: #f7f7f7;
}
hr {
  color: #ff0000;
  background: #ff0000;
}
#nav-main {
  display: flex;
  flex-direction: row;
}
#nav-main .level1 > li.menu-item > a {
  background: none;
  color: #000000;
  display: block;
  line-height: 70px;
  font-size: 1em;
  padding: 0 20px;
  margin: 0;
}
#nav-main .level1 > li.menu-item > a:before {
  display: none;
}
#nav-main .level1 > li.menu-item > a.active {
  background: #ff0000 !important;
  color: #FFFFFF !important;
}
#nav-main .level1 > li.item-9 a {
  font-size: 0;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
}
#nav-main .level1 > li.item-9 a:before {
  content: "";
  -webkit-mask: url("/fileadmin/user_upload/avatar/cart-shopping-solid.svg") no-repeat 50% 50%;
  mask: url("/fileadmin/user_upload/avatar/cart-shopping-solid.svg") no-repeat 50% 50%;
  /* background: url("/fileadmin/user_upload/avatar/cart-shopping-solid.svg");
         background-repeat: no-repeat;*/
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  top: 60%;
  right: 8px;
  background: #ff0000;
  transform: translatey(-50%);
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
#nav-main .level1 li.item-9.active a {
  background: none !important;
}
#header .header-image .header-news-feed {
  max-width: 1170px;
  min-width: 280px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 65%;
  right: auto;
  left: 3rem;
}
#header .header-image .header-news-feed h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  background: #da2c2c;
  color: #fff;
  padding: 5px;
  text-align: right;
  display: inline-block;
  margin: 0.2em 0;
}
#header .header-image .header-news-feed p {
  font-weight: 600;
  padding: 0.5em 0.6em;
  background: #fff;
  color: #000000;
  display: inline-block;
}
#header .slick-next,
#header .slick-prev {
  background: rgba(255, 0, 0, 0.4);
}
#content .external-logos {
  background-color: #f7f7f7;
  position: relative;
  width: 100%;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  text-align: center;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4rem;
  z-index: 10;
}
#content .external-logos a {
  display: flex;
  align-items: center;
}
#content .tx-cart-products table {
  margin: 0;
}
#content .tx-cart-products table thead {
  background: #393939;
  color: #fff;
  border-bottom: 5px solid #fff;
}
#content .tx-cart-products table thead tr th {
  text-align: left;
  font-size: 1.2rem;
  padding: 1rem;
}
#content .tx-cart-products table tbody tr td {
  width: 33%;
}
#content .tx-cart-products table tbody tr td img {
  max-width: 80%;
}
#content .tx-cart-products table tbody tr td a:has(:not(img)) {
  color: #393939;
  font-weight: lighter;
  font-size: 1rem;
  padding: 0 15px;
}
#content .tx-cart-products table tbody tr td .price {
  font-weight: bold;
  color: #ff0000;
  font-size: 1.2rem;
  padding: 0 15px;
}
#content .tx-cart-products table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
#content .tx-cart-products .row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  gap: 10px;
}
#content .tx-cart-products .row .col-md-4 {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0px 0px 20px #00000029;
  justify-content: space-between;
}
#content .tx-cart-products .row .col-md-4 img {
  width: 300px;
  object-fit: contain;
}
#content .tx-cart-products .row .col-md-4 a:last-of-type {
  padding: 1rem;
  font-size: 1rem;
  color: #393939;
  text-align: right;
}
#content .tx-cart-products .row .col-md-4 .regular_price .price {
  float: right;
  font-size: 1.3rem;
  padding: 1rem;
  font-weight: bold;
  color: #ff0000;
}
#content .tx-cart-products .pagination {
  display: none;
  align-items: center;
  flex-direction: row;
  background: #393939;
  width: fit-content;
  color: #FFFFFF;
}
#content .tx-cart-products .pagination li {
  padding: 0.5rem 1rem!important;
  border-right: 1px solid #ffffff ;
}
#content .tx-cart-products .pagination li a {
  color: #FFFFFF;
}
#content .tx-cart-products .pagination li:before {
  display: none;
}
#content .tx-cart-products .tx-cart-products {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
  justify-content: space-between;
}
#content .tx-cart-products .tx-cart-products .cart_form {
  width: 75%;
}
#content .tx-cart-products .tx-cart-products .cart_form .form-success {
  padding: 1rem 0;
}
#content .tx-cart-products .tx-cart-products .cart_form .btn.btn-default.form-control {
  margin-top: 10px;
}
#content .tx-cart-products .tx-cart-products #product-price {
  width: 20%;
  background: #ff0000;
  padding-top: 0 !important;
}
#content .tx-cart-products .tx-cart-products #product-price .regular_price {
  display: flex;
  font-size: 1.5rem;
  color: #fff;
  height: 100%;
  justify-content: center;
  flex-direction: row;
}
#content .tx-cart-products .tx-cart-products #product-price .regular_price .price {
  display: flex;
  align-items: center;
}
#content .tx-cart-products a.btn-default {
  background: #000;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
#content .cart-products {
  background: #f7f7f7;
  padding: 3rem 0;
}
#content .cart-products header {
  margin-bottom: 4rem;
}
#content #left-wrapper {
  background: #f7f7f7;
  margin-bottom: 4rem !important;
}
#content #left-wrapper #nav-sub {
  padding: 0;
}
#content #left-wrapper #nav-sub .menu {
  padding: 0 2rem;
}
#content #left-wrapper #nav-sub .menu .level1 .active {
  color: #ff0000;
}
#content .tx-cart #form-cart thead tr th {
  text-align: left;
  padding: 1rem 0;
  background: #f7f7f7;
}
#content .tx-cart #form-cart tbody tr {
  border-bottom: 1px solid #ffffff;
}
#content .tx-cart #form-cart tbody tr .col-md-6 {
  width: 50%;
}
#content .tx-cart #form-cart tbody tr .col-md-2 {
  width: 18%;
}
#content .tx-cart #form-cart tbody tr .col-md-1 {
  width: 10%;
}
#content .tx-cart #form-cart tbody tr .col-md-1 .form-control-inline {
  width: 60%;
}
#content .tx-cart #form-cart tbody tr .last.col-md-1 {
  background: #ff0000;
  color: #fff;
}
#content .tx-cart #form-cart tbody tr .last.col-md-1 a {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#content .tx-cart #form-order fieldset {
  border: none;
}
#content .tx-cart #form-order .input-box,
#content .tx-cart #form-order textarea {
  margin: 0.5rem 0 1rem 0;
}
#content .tx-cart #form-order .shipping-same-as-billing-wrapper label,
#content .tx-cart #form-order .accept-terms label {
  display: flex;
  align-items: center;
}
#content .tx-cart #form-order .shipping-same-as-billing-wrapper input,
#content .tx-cart #form-order .accept-terms input {
  margin-right: 1rem;
}
#content .tx-cart a.btn-danger {
  display: none;
  background: #ff0000 !important;
  color: #fff;
  padding: 0.5rem 1rem;
}
#content .tx-cart .order-success-message {
  padding-bottom: 5rem;
}
#content .frame-type-cartproducts_showproduct {
  padding: 0 0 4rem 0!important;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products {
  display: flex;
  flex-direction: column;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products h1 {
  order: 2;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products div:has(p) {
  order: 3;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .slick-list {
  display: none;
  order: 1;
  margin: 0 0 2rem 0;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .tx-cart-products,
#content .frame-type-cartproducts_showproduct > .tx-cart-products #content-2 {
  order: 4;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .btn.btn-default {
  order: 5;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products img {
  border: 1px solid #fff;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .slick-prev,
#content .frame-type-cartproducts_showproduct > .tx-cart-products .slick-next {
  top: 35%;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .slick-slider {
  margin: 0;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products #product-price {
  padding-top: 1rem;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .ce-gallery {
  padding-bottom: 3rem;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .ce-gallery .ce-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .ce-gallery .ce-inner .ce-row {
  display: flex;
  margin: 0;
  align-items: center;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .ce-gallery .ce-inner .ce-row .ce-column {
  margin: 0;
}
#content .frame-type-cartproducts_showproduct > .tx-cart-products .ce-gallery .ce-inner .ce-row .ce-column img {
  width: auto;
  height: 180px;
  object-fit: contain;
}
#content .frame-type-cart_cart {
  padding-bottom: 4rem !important;
}
#content .frame-type-cart_cart .checkout-step-content .method-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#content .frame-type-cart_cart .checkout-step-content .method-list .method-item-name {
  width: 30%;
  color: #ff0000;
}
#content .frame-type-cart_cart .checkout-step-content .method-list .method-item-name:has(a) {
  color: #393939 !important;
}
#content .frame-type-cart_cart .checkout-step-content .method-list .method-item-info {
  width: 50%;
}
#content .frame-type-cart_cart .checkout-step-content .checkout-step-fields .accept-terms:last-of-type {
  padding-bottom: 2rem;
}
#content .frame-type-cart_cart .checkout-step-content .checkout-step-fields table thead th {
  padding-bottom: 1rem;
}
#content .frame-type-cart_cart .checkout-step-content .checkout-step-fields table tbody td {
  padding: 0.35em 0.625em 0.75em;
}
#content .frame-type-powermail_pi1 .tx-powermail form .row .powermail_field input {
  height: 3rem;
  margin-bottom: 1rem;
}
#content .frame-type-powermail_pi1 .tx-powermail form .row .powermail_field textarea {
  margin-bottom: 1rem;
}
#content .frame-type-powermail_pi1 .tx-powermail form .powermail_fieldwrap_type_recaptcha .powermail_label {
  display: none;
}
#content .footer-links h3:hover {
  color: #fff;
}
#quicklinks {
  display: none;
  z-index: 100;
}
#quicklinks .level1 > li:first-child > a {
  background: #ff0000;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
}
#quicklinks .level1 > li:first-child > a:before {
  content: "";
  background: url("/fileadmin/user_upload/avatar/cart-shopping-solid.svg");
  background-repeat: no-repeat;
  position: relative;
  width: 25px;
  height: 25px;
  top: 53%;
  right: 9px;
  transform: translatey(-50%);
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
#quicklinks .first:before {
  display: none !important;
}
#quicklinks li.last > .level2.show {
  height: 8rem !important;
  top: 8px;
  background: #ff0000;
}
#quicklinks .menu li {
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.tx-cart.cart-preview {
  position: relative;
}
.tx-cart.cart-preview .cart-preview-content {
  font-size: 0;
  background-color: #393939;
  height: 20px;
  width: 20px;
  padding: 1px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: auto;
  border: 2px solid #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 100;
  right: 10px;
  top: 5px;
}
.tx-cart.cart-preview .cart-preview-content span {
  font-size: 1rem !important;
}
.tx-cart.cart-preview .checkout-link {
  display: block !important;
}
.tx-cart.cart-preview .checkout-link a {
  font-size: 0;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
}
.tx-cart.cart-preview .checkout-link a:before {
  content: "";
  -webkit-mask: url(/fileadmin/user_upload/avatar/cart-shopping-solid.svg) no-repeat 50% 50%;
  mask: url(/fileadmin/user_upload/avatar/cart-shopping-solid.svg) no-repeat 50% 50%;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  top: 60%;
  right: 8px;
  background: #ff0000;
  transform: translatey(-50%);
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
#footer {
  padding-left: 0;
}
#footer #footer-content {
  width: 100%;
}
#footer #nav-base {
  display: flex;
  justify-content: space-between;
}
#footer #nav-base img {
  width: 10%;
  height: auto;
  padding: 1rem;
  object-fit: contain;
}
#footer #nav-base .menu li a {
  color: #ffffff;
}
#footer #toplink:after {
  color: #ff0000;
}
@media (max-width: 580px) {
  #content .tx-cart-products .tx-cart-products #product-price .regular_price {
    font-size: 1rem;
  }
  #content .tx-cart #form-cart thead tr th,
  #content .tx-cart #form-cart tbody tr .col-md-6 {
    padding: 1rem 10px 1rem 0;
  }
  #content .tx-cart #form-cart tbody tr .col-md-6 {
    width: 40%;
  }
  #footer #nav-base {
    flex-direction: column;
  }
  #footer #nav-base img {
    width: 30%;
    padding-bottom: 0 !important;
  }
  body.bac-new #head {
    margin-top: 3.9rem;
  }
}
@media (max-width: 414px), (max-width: 430px), (max-width: 412px) {
  body.bac-new #head {
    margin-top: 2.8rem !important;
  }
  header.fixed + #header {
    padding-top: 96px !important;
  }
}
@media (max-width: 1050px) {
  #nav-main {
    display: none !important;
  }
  #quicklinks {
    display: block;
    top: 23%;
    background: #f7f7f7;
    box-shadow: 0px 0px 20px #00000029;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  #header .header-image .header-news-feed {
    margin: 18px auto;
    position: relative;
    left: .2rem;
  }
  header.fixed + #header {
    padding-top: 110px;
  }
  body.bac-new #head {
    margin-top: 3.8rem;
  }
  #header {
    margin-bottom: 0em;
  }
}
@media (max-width: 1400px) {
  #nav-main .level1 > li.menu-item > a {
    padding: 0 10px;
    text-transform: none;
  }
}
@media (max-width: 820px), (max-width: 768px), (max-width: 1024px) {
  body.bac-new #head {
    margin-top: 2.2rem;
  }
  header.fixed + #header {
    padding-top: 84px;
  }
}
@media (max-width: 375px) {
  body.bac-new #head {
    margin-top: 3.8rem;
  }
  header.fixed + #header {
    padding-top: 110px;
  }
}
