﻿/* Warenkorb-Animation (muss ganz oben stehen) */
#cartTop.animateCart {
  animation: cartColorAnim 1s;
  -webkit-animation-name: cartColorAnim;
  -webkit-animation-duration: 1s;
}

@keyframes cartColorAnim {
  0% {
    background-color: #50AF32;
  }

  50% {
    background-color: #f1b40f;
    color: #fff !important;
  }

  100% {
    background-color: #50AF32;
  }
}

@-webkit-keyframes cartColorAnim {
  0% {
    background-color: #50AF32;
  }

  50% {
    background-color: #f1b40f;
    color: #fff !important;
  }

  100% {
    background-color: #50AF32;
  }
}


#div_QuickOrderArtikelnr {
  max-height: 42px;
}

.filtertitle > span {
  display: block;
  min-width: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

div.warten {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
}

  div.warten #wartenText,
  div.warten #gesperrtText,
  .preisAufAnfrage.show {
    position: absolute;
    padding: 16px;
    font-size: 30px;
    font-weight: bold;
    width: 420px;
    max-width: 100%;
    left: 50%;
    margin-left: -210px;
    top: 36%;
    opacity: 1;
    /*visibility: visible !important;*/
    z-index: 99999999 !important;
    text-align: center;
    line-height: 1.3em;
  }

.preisAufAnfrage.show {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.75, 0.75) !important;
  margin-left: 0 !important;
  display: block;
  overflow-y: scroll;
}

  .preisAufAnfrage {
    border: 1px solid;
  border-color: #50AF32;
  background-color: #fff;
  width: 32% !important;
  min-width: 300px;
  max-width: 100% !important;
  display: none;
}

div.warten #gesperrtText {
  top: 60%;
}

div.warten {
  background: rgba(188, 191, 196, 0.6);
}

div.warten #wartenText,
div.warten #gesperrtText {
  background-color: #f1b40f;
  color: #fff;
}

.toolTipContainer {
  display: none;
  position: absolute;
  top: 0;
  width: auto;
  max-width: 280px;
  z-index: 999;
  border: 1px solid #50AF32;
  background-color: #fff;
  color: #1A1A18;
}

.toolTipInner {
  position: relative;
  width: 100%;
  height: 100%;
}

.toolClose {
  background-image: url("/images/close.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  border-left: 1px solid #50AF32;
  border-bottom: 1px solid #50AF32;
  position: absolute;
  top: -16px;
  right: -17px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding-left: 3px;
}

.iframeVideo {
  display: none;
  width: 100%;
  height: auto;
  min-height: 397px;
}

.zoomWindow {
  width: 100% !important;
  height: 100% !important;
  background-color: rgb(236, 236, 237);
  background-blend-mode: multiply !important;
}

div#Bildvergroesserung {
  z-index: 1000;
  display: none;
  border: 1px solid #50AF32;
  position: absolute;
  background-color: #fff;
  padding: 8px;
}

.infoKasten {
  top: 0;
  right: 0;
  max-width: 500px;
}

tr.bg-neutral-200 th {
  vertical-align: top !important;
}

th input[type="checkbox"],
td > input[type="checkbox"] {
  margin-top: 5px !important;
}

th:last-of-type,
td:last-of-type {
  padding-right: 1em !important;
}

.vgsMasseneingabe {
  margin: 0 !important;
}

.vgsMasseneingabe textarea {
  min-height: 300px;
}

.vorschauBildCont {
  flex: 0 0 13.4%;
}

.thumbWrapper > div > a {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent !important;
}

.thumbWrapper > div > a:hover {
  /*border-top: 4px solid #50AF32;*/
  border-bottom: 4px solid transparent !important;
}

#artikellisteWarten {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 49;
  background-color: rgba(217, 217, 217, 0.3);
}

  #artikellisteWarten img {
    margin: 1rem auto 0;
  }

  /** Overrides für RBL und CBL **/
  .lblMrgSpn {
    display: block;
    width: 100%;
  }

  .lblMrgSpn > label {
    margin-left: 6px !important;
  }

  .lblMrgSpn > input {
    margin-top: 4px !important;
  }

span:has(input[type="radio"]) {
  width: 100%;
}

span:has(input[type="checkbox"]) {
  width: 100%;
}

span:has(input[type="radio"]) > label {
  display: inline-block;
  max-width: 92%;
  margin-left: 6px;
}

span:has(input[type="checkbox"]) > label {
  display: inline-block;
  max-width: 92%;
  margin-left: 1px;
}

span:has(input[type="radio"]) > input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}

span:has(input[type="checkbox"]) > input[type="checkbox"] {
  vertical-align: top !important;
  margin-top: 3px !important;
}

/** Datepickericon **/
.ui-datepicker-trigger {
  position: absolute;
  top: 2.3em;
  right: 10px;
}


.newsletter2go button {
  background-color: rgb(80, 175, 50) !important;
}

.newsletter2go img {
  margin: 0 !important;
}

.lblMrgnR input {
  margin-right: 6px;
  margin-left: 30px;
}

.lblMrgnRL input {
  margin-right: 6px;
  margin-left: 0px;
}


#app .mt-7 {
  margin-top: 1.75rem
}

#app .w-30 {
  width: 9rem;
}

/* ********************************* Für die Startseite ************************************************************************************************* */
.text-xxl {
  font-size: 2.0rem;
}






/************************************************* DATEPICKER JQUERYUI STUFF **********************/
.ui-datepicker-trigger {
  display: inline-block;
  margin: 0 0 0 2px;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0px;
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

  .ui-helper-hidden-accessible > div:hover {
    color: #50AF32;
  }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url(../js/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333;
}

  .ui-datepicker.ui-widget-content a {
    color: #333;
  }

.ui-datepicker .ui-widget-header {
  border: 1px solid #50AF32;
  background: #50AF32;
  color: #fff;
  font-weight: bold;
}

  .ui-datepicker.ui-widget-header a {
    color: #fff;
  }

.ui-datepicker .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url(../js/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

  .ui-datepicker .ui-state-default a, .ui-datepicker .ui-state-default a:link, .ui-datepicker .ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
  }

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-state-focus {
  border: 1px solid #f1b40f;
  background: rgba(241, 180, 15, 0.7);
  font-weight: bold;
  color: #c77405;
}

  .ui-datepicker .ui-state-hover a, .ui-datepicker .ui-state-hover a:hover, .ui-datepicker .ui-state-hover a:link, .ui-datepicker .ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
  }

.ui-datepicker .ui-state-active {
  border: 1px solid #50AF32;
  background: #fff url(../js/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

  .ui-datepicker .ui-state-active a {
    color: #eb8f00;
    text-decoration: none;
  }

.ui-datepicker .ui-state-highlight {
  border: 1px solid #50AF32;
  background: rgba(80, 175, 50, 0.7);
  color: #fff !important;
}

  .ui-datepicker .ui-state-highlight a {
    color: #fff !important;
  }

.ui-datepicker .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(../js/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #fff;
}

  .ui-datepicker .ui-state-error a {
    color: #000;
  }

.ui-datepicker .ui-state-error-text {
  color: #000;
}

.ui-datepicker .ui-priority-primary {
  font-weight: bold;
}

.ui-datepicker .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-datepicker .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

  .ui-datepicker .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
  }

.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px;
}

.ui-datepicker .ui-icon {
  background-image: url(../js/images/ui-icons_222222_256x240.png);
}

.ui-datepicker-header .ui-icon {
  background-image: url(../js/images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker .ui-state-default .ui-icon {
  background-image: url(../js/images/ui-icons_ef8c08_256x240.png);
}

.ui-datepicker .ui-state-hover .ui-icon, .ui-datepicker .ui-state-focus .ui-icon {
  background-image: url(../js/images/ui-icons_ffd27a_256x240.png);
}

.ui-datepicker .ui-state-active .ui-icon {
  background-image: url(../js/images/ui-icons_ef8c08_256x240.png);
}

.ui-datepicker .ui-state-highlight .ui-icon {
  background-image: url(../js/images/ui-icons_228ef1_256x240.png);
}

.ui-datepicker .ui-state-error .ui-icon, .ui-datepicker .ui-state-error-text .ui-icon {
  background-image: url(../js/images/ui-icons_ffd27a_256x240.png);
}

.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-datepicker .ui-widget-overlay {
  background: #666 url(../js/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-datepicker .ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url(../js/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
  }

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
  }
  /*.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}*/
  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }

  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }
    /*.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}*/
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -6px;
    }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
  }

    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0;
    }

  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 45%;
  }

  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
  }

  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }

    .ui-datepicker td span,
    .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none;
    }

  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible;
    }

      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left;
      }

  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
  }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker select {
  color: rgb(55, 65, 81) !important;
}



/* Sortier-Pfeile */
.pfeilAktiv {
  color: #50AF32 !important;
  padding: 0 3px;
}

.pfeilNormal {
  color: #000000 !important;
  padding: 0 3px;
}


/* 23.07.2019 Rangeslider */
.rangeBlock {
  display: block;
  width: 100%;
}

#toodleAusgabe {
  margin-top: 20px;
}

  #toodleAusgabe .toodleWert {
    display: inline-block;
    width: 250px;
    text-align: left;
    margin: 0 20px 6px 0;
  }

.rangeHidden {
  display: none !important;
}

.irs--round .irs-line {
}


/********************************************** Tabelle mit farbigen Zellen 27.01.2025 (aus alter CSS-Datei) *****************************************************************/
.colorTbl tr th,
.colorTbl tr td,
.colorTbl thead tr td {
  background-color: #fff !important;
  color: #1A1A18 !important;
}

.colorTbl .colorTblYellow,
.colorTbl .colorTblGreen,
.colorTbl .colorTblRed {
  border-right: 1px solid #1A1A18 !important;
}

.colorTbl .colorTblYellow {
  background-color: #FFEC00 !important;
}

.colorTbl .colorTblGreen {
  background-color: #50AF32 !important; /* vorher #00A286 (02.07.2021) */
}

.colorTbl .colorTblRed {
  background-color: #E00A1E !important;
}

.colorTbl .colorTblBrown {
  background-color: #A06100 !important;
}

.colorTbl .colorTblGray {
  background-color: #A4A5A5 !important;
}

.colorTbl .colorTblLightgreen {
  background-color: #E4EFDA !important;
}

.colorTbl tbody tr td {
  border: 1px solid #1A1A18 !important;
  padding: 3px 6px 0 6px !important;
  line-height: 1.2em !important;
}

  .colorTbl tbody tr td:first-child {
    border-right: 1px solid #1A1A18 !important;
  }

.kontur tbody tr td:first-child {
  border-left: 1px solid #1A1A18 !important;
}

.kontur tbody tr td {
  border-right: 1px solid #1A1A18 !important;
}

.text-yellow {
  color: #FFEC00;
}



/* 04.02.2025 Zeitstrahl auf Seite "Historie */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

  .timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #9c9d9d;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
  }

.entry {
  position: relative;
  background: #fbfbfb;
  border-radius: 6px;
  width: 44%;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

  .entry.left {
    left: 0;
  }

  .entry.right {
    left: 55.5%;
  }

  .entry::before {
    /*content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #9c9d9d;
    border-radius: 50%;
    top: 20px;
    left: -16px;
      */
  }

  .entry.right::before {
    left: auto;
    right: -16px;
  }

  .entryImg {
    display: inline-block;
    max-width: 100%;
  }

  .entryImg > img {
    max-width: 100%;
    height: auto;
  }

  .entryCont {
    display: inline-block;
    max-width: 80%;
    vertical-align: top;
    line-height: 1;
  }


.year {
  font-weight: bold;
  font-size: 18px;
  color: #50af32;
  margin-bottom: 3px;
}


.newsletter2go span > label,
.newsletter2go .required label {
  display: inline-block !important;
  margin-left: 7px !important;
}

.newsletter2go input[type="radio"] {
  margin-top: -4px !important;
}

#app :is(.gap-y-4) {
  row-gap: 1rem;
}

/*#app :is(.top-3) {
  top: calc(var(--spacing) * 3);
}*/

#app .text-sm\! {
  font-size: var(--text-sm-font-size) !important;
  line-height: var(--text-sm-line-height) !important;
}

@media (min-width: 480px) {
  #app :is(.xs\:grid-cols-8) {
    grid-template-columns: repeat(8,minmax(0,1fr))
  }
}

@media (min-width: 992px) {
  #app :is(.md\:grid-cols-4) {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }

  .preisAufAnfrage.show {
    transform: translate(-50%, -50%) scale(1, 1) !important;
  }
}

@media (min-width: 1100px) {
  #app :is(.lg\:grid-cols-8) {
    grid-template-columns: repeat(8,minmax(0,1fr))
  }
}

  @media (min-width: 768px) {
    .rangeBlock {
      width: 60%;
    }

    .entryImg {
      display: inline-block;
      max-width: 13%;
      margin-right: 20px;
    }

  }


