/* FichtelFux Markenfarbe #297C00 - erzeugt aus clear.css am 19.08.2026 */
.table-primary > td {
  background-color: #c3dab8;
}
.form-control:focus {
  color: #525252;
  background-color: #ffffff;
  border-color: #297C00;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 0, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
  color: #ffffff;
  background-color: #297C00;
  border-color: #297C00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #525252;
  background-color: #206000;
  border-color: #1a4d00;
}
.btn-primary:focus, .btn-primary.focus {
  color: #525252;
  background-color: #206000;
  border-color: #1a4d00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(223, 175, 12, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #297C00;
  border-color: #297C00;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary[data-toggle=collapse]:not(.navbar-toggler) {
  color: #525252;
  background-color: #1a4d00;
  border-color: #b88e00;
}
.btn-outline-primary {
  color: #297C00;
  border-color: #297C00;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #297C00;
  border-color: #297C00;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #297C00;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-primary[data-toggle=collapse]:not(.navbar-toggler) {
  color: #ffffff;
  background-color: #297C00;
  border-color: #297C00;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .show > .btn-outline-primary[data-toggle=collapse]:focus:not(.navbar-toggler) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(41, 124, 0, 0.5);
}
.btn-link:hover {
  color: #297C00;
  text-decoration: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #297C00;
  background-color: #297C00;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #297C00;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b4e59a;
  border-color: #b4e59a;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #297C00;
  background-color: #297C00;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(41, 124, 0, 0.5);
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 0, 0.5);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 124, 0, 0.5);
}
.custom-select:focus {
  border-color: #297C00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #297C00;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #297C00;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b4e59a;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #297C00;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: #b4e59a;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #297C00;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: #b4e59a;
}
.page-link:hover {
  z-index: 2;
  color: #297C00;
  text-decoration: none;
  background-color: transparent;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 0, 0.25);
}
.badge-primary {
  color: #ffffff;
  background-color: #297C00;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #525252;
  background-color: #1a4d00;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 0, 0.5);
}
.alert-primary {
  color: #154000;
  background-color: #d4e5cc;
  border-color: #c3dab8;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  background-color: #297C00;
  transition: width 0.6s ease;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #297C00;
  border-color: #297C00;
}
.list-group-item-primary {
  color: #154000;
  background-color: #c3dab8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #154000;
  background-color: #fce79f;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #154000;
  border-color: #154000;
}
.bg-primary {
  background-color: #297C00 !important;
}
button.bg-primary:focus {
  background-color: #1a4d00 !important;
}
.border-primary {
  border-color: #297C00 !important;
}
.text-primary {
  color: #297C00 !important;
}
.consent-switch .consent-input:focus + .consent-label::before {
  outline: 2px solid #5cb800;
}
.consent-modal-close:hover, .consent-modal-close:focus {
  color: #297C00;
}
a.give-consent-preview:focus-visible {
  color: #297C00;
  text-decoration: none;
}
.badge-outline-primary {
  border-color: #297C00;
  color: #297C00;
}
a.badge-outline-primary:hover, a.badge-outline-primary:focus {
  color: #525252;
  background-color: #1a4d00;
}
a.badge-outline-primary:focus, a.badge-outline-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 124, 0, 0.5);
}
.badge-check {
  border: 2px solid #297C00;
}
.badge-check .badge-circle {
  display: flex;
  background-color: #297C00;
  border-color: #297C00;
  color: #fff;
  opacity: 1;
  align-items: center;
  position: absolute;
  top: -20px;
  right: -22px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary[data-toggle=collapse]:not(.navbar-toggler) {
  background-color: #297C00;
  border-color: #297C00;
  color: #ffffff;
}
.btn-outline-primary {
  border-color: #297C00;
  background-color: transparent;
  color: #525252;
  position: relative;
  overflow: hidden;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-primary[data-toggle=collapse]:not(.navbar-toggler) {
  border-color: #297C00;
  background-color: #297C00;
  color: #ffffff;
}
@media (hover) {
  .btn-icon-primary:hover {
    border-color: #297C00;
    color: #297C00;
  }
}
.btn-icon-primary:not(:disabled):not(.disabled):active, .btn-icon-primary:not(:disabled):not(.disabled).active, .show > .btn-icon-primary.dropdown-toggle, .show > .btn-icon-primary[data-toggle=collapse]:not(.navbar-toggler) {
  border-color: #297C00;
  background-color: #297C00;
  color: #ffffff;
}
.btn-icon-secondary:not(:disabled):not(.disabled):active, .btn-icon-secondary:not(:disabled):not(.disabled).active, .show > .btn-icon-secondary.dropdown-toggle, .show > .btn-icon-secondary[data-toggle=collapse]:not(.navbar-toggler) {
  border-color: #297C00;
  background-color: #297C00;
  color: #ffffff;
}
@media (hover) {
  .btn-animated .btn-primary:hover {
    background-color: #297C00;
    border-color: #297C00;
  }
}
.btn-animated .btn-outline-primary::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 100%;
  top: 0;
  left: -100%;
  transform: skew(50deg);
  transition: all 0.6s ease-in-out;
  background-color: #297C00;
}
@media (hover) {
  .btn-animated .btn-outline-primary:hover {
    border-color: #297C00;
    background-color: transparent;
  }
}
@media (hover) {
  .btn-animated .btn-outline-primary:hover::after {
    width: 300%;
    background: #297C00;
  }
}
.badge-circle:hover, .badge-circle:focus {
  background-color: #297C00;
  border-color: #297C00;
  color: #ffffff;
  opacity: 1;
}
.badge-circle-1.on-list {
  animation: size 0.4s;
  color: #fff;
  opacity: 1;
  border: 1px solid #297C00;
  background-color: #297C00;
}
.slick-arrow:hover {
  background-color: #297C00;
  color: #ffffff;
}
.carousel-thumbnails .slick-slide.slick-current {
  border: 1px solid #297C00;
}
.swatches-image.active {
  border: 1px solid #297C00;
}
.swatches-text.active {
  border: 1px solid #297C00;
  background-color: #f5f7fa;
  font-weight: 700;
}
.form-icon-trigger-label:hover {
  color: #297C00;
}
.bootstrap-select.custom-select button.dropdown-toggle:focus, .bootstrap-select.custom-select button[data-toggle=collapse]:focus:not(.navbar-toggler) {
  border-color: #297C00;
}
.bootstrap-select.custom-select.show button.dropdown-toggle, .bootstrap-select.custom-select.show button[data-toggle=collapse]:not(.navbar-toggler) {
  background: #ffffff;
  border-color: #297C00;
  outline: 0;
}
.fa-sup {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -0.3em;
  background-color: #297C00;
  margin-top: -1em;
  padding: 0.4em 0.6em;
  border-radius: 50rem;
  font-size: 0.7em;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  max-width: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal-header .close:hover {
  background-color: #297C00;
  color: #ffffff;
}
@media (min-width: 768px) {
  .productbox.productbox-hover:focus-visible .productbox-inner::before, .productbox.productbox-hover:focus-within .productbox-inner::before {
    outline: 2px solid #5cb800;
    border-radius: 0.125rem;
  }
}
.noUi-horizontal .noUi-connect {
  background: #297C00;
}
.noUi-horizontal .noUi-handle {
  top: -0.2em;
  border-radius: 50%;
  background: #297C00;
  border: 0;
  width: 0.7em;
  height: 0.7em;
  box-shadow: 0px 0px 0px 5px rgba(41, 124, 0, 0.5);
}
.stepper .step-active .step-content::after {
  content: "";
  position: absolute;
  height: 0.125rem;
  bottom: 0;
  background: #297C00;
  z-index: 11;
  left: -1rem;
  right: -1rem;
}
@media (max-width: 991.98px) {
  .stepper .step-current .step-content::after {
    content: "";
    display: block;
    position: absolute;
    height: 0.125rem;
    bottom: 0;
    background: #297C00;
    z-index: 11;
    left: 0;
    right: 0;
  }
}
.tab-navigation .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 0 6px;
  border-color: #297C00;
  border-style: solid;
  transition: width 0.4s;
  width: 0;
}
aside .nav-panel > .nav > .active > .nav-link {
  border-bottom: 0.375rem solid #297C00;
  cursor: pointer;
}
.box_login .register .fa {
  color: #297C00;
}
.jqcloud-word a:hover {
  color: #297C00 !important;
}
.file-preview .fileinput-remove:focus-visible {
  outline: 2px solid #5cb800;
  border-radius: 0.125rem;
  outline-offset: 1px;
}
.file-preview .btn-file:focus-visible {
  outline: 2px solid #5cb800;
  border-radius: 0.125rem;
  outline-offset: 1px;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #5cb800;
}
.modal-header .close:focus {
  background: #297C00;
  color: #ffffff;
}
:focus-visible {
  outline: 2px solid #5cb800;
  border-radius: 0.125rem;
  outline-offset: 1px;
}
.opc-Video .video-transcript.focus {
  border: 2px solid #5cb800;
}
.opc-Video .btn-link:focus {
  color: #5cb800;
}
.filter-item.active .filter-img, .filter-item:active .filter-img {
  border: 3px solid #297C00;
  border-radius: 0.125rem;
}
.filter-search-wrapper.input-group-selected .input-group-text, .filter-search-wrapper.input-group-selected .filter-search {
  transition: none;
  border-color: #297C00;
  border-width: 2px;
}
.productlist-filter-categories > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 0 0.375rem;
  border-color: #297C00;
  border-style: solid;
  transition: width 0.4s ease-in-out;
  width: 0;
}
.swatches-image.focus, .swatches-text.focus {
  outline: 2px solid #5cb800;
  border-radius: 0.125rem;
}
#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close:hover {
  background-color: #297C00;
  color: #ffffff;
}
#image_wrapper #gallery .slick-arrow:hover {
  background-color: #297C00;
}
#cfg-container .custom-control:focus > label {
  outline: 2px solid #5cb800;
  border-radius: 0.125rem;
  outline-offset: 1px;
}
#cfg-container .custom-control:focus-within > label {
  outline: 2px solid #5cb800;
  border-radius: 0.125rem;
  outline-offset: 1px;
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item {
  outline-color: #5cb800;
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item .badge-circle {
  display: flex;
  background-color: #297C00;
  border-color: #297C00;
  color: #fff;
  opacity: 1;
  align-items: center;
  position: absolute;
  top: -20px;
  right: -22px;
}
#footer a:not(.btn):hover {
  color: #297C00;
}
.account-head-data .account-head-data-credit {
  text-align: center;
  font-weight: 700;
  border: 1px solid #297C00;
}
#rmaStickyPositions.loadingAJAX::after, #rmaStickyPositions.loadingAJAX::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 2rem;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  border: 8px solid #297C00;
  border-radius: 50%;
  border-color: #297C00 #297C00 transparent transparent;
  animation: ringLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.form-control:focus + .input-group-append .input-group-text {
  border-color: #297C00;
}
.checkout-steps .step-check {
  margin-left: 0.25rem;
  margin-right: auto;
  color: #297C00;
}

/* Feinschliff */
.btn-primary,.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.badge-primary,.bg-primary,.progress-bar,.list-group-item.active,.btn-outline-primary:hover,.btn-outline-primary:active{color:#fff !important}
.btn-skip-to:focus,.btn-skip-to:active{background-color:#297C00;color:#fff}
::selection{background:#297C00;color:#fff}
