/** $theme-color-1: rgb(141,185,87); **/
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/source-sans-3/source-sans-3-v9-latin-300.woff2") format("woff2"), url("/fonts/source-sans-3/source-sans-3-v9-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/source-sans-3/source-sans-3-v9-latin-regular.woff2") format("woff2"), url("/fonts/source-sans-3/source-sans-3-v9-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/source-sans-3/source-sans-3-v9-latin-700.woff2") format("woff2"), url("/fonts/source-sans-3/source-sans-3-v9-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-3-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/source-sans-3/source-sans-3-v9-latin-800.woff2") format("woff2"), url("/fonts/source-sans-3/source-sans-3-v9-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/source-sans-3/source-sans-3-v9-latin-900.woff2") format("woff2"), url("/fonts/source-sans-3/source-sans-3-v9-latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
body {
  min-height: 100vh;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}

.hh {
  color: red;
  background-color: blueviolet;
}

#teaser_slide {
  position: relative;
}
#teaser_slide .item-content {
  padding: 30px;
  background-color: rgb(230, 230, 230);
  color: #000000;
  height: auto;
}
@media screen and (min-width: 768px) {
  #teaser_slide .item-content {
    position: absolute;
    width: 390px;
    background-color: rgba(230, 230, 230, 0.9);
    /*   right: 30px; */
    bottom: 30px;
    padding: 15px;
  }
  #teaser_slide .item-content form {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #teaser_slide .item-content {
    bottom: 30px;
    width: 460px;
  }
}
.container-content {
  padding-top: 30px;
}

.p-10 {
  padding: 10px;
}

a {
  text-decoration: none;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offcanvas-body a {
  color: #000000;
}

.text-truncate.text-truncate--2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-truncate.text-truncate--3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.img-container {
  position: relative;
  content: "";
  width: 100%;
  background-color: rgb(243, 243, 243);
}
.img-container .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.img-container .inner img {
  position: absolute;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-container.ar3_2 {
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.img-container.ar4_3 {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

.img-container.ar16_9 {
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.img-container.ar8_5 {
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}

.btn {
  border: none;
  border-radius: 3px;
}

.btn-primary {
  background-color: rgb(0, 118, 167);
}

.btn-primary:hover {
  background-color: #002e41;
}

.btn-secondary.active, .btn-secondary:hover {
  background-color: rgb(0, 118, 167);
}

.btn-green {
  color: #ffffff;
  background-color: rgb(0, 118, 167) !important;
}

.btn-green:hover {
  background-color: #002e41;
}

i[filter-counter]:not([filter-counter="0"])::after {
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: red;
  content: attr(filter-counter);
  font-size: 9px;
  text-align: center;
  top: 3px;
  right: 3px;
}

.item_identische_gebote {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  color: rgb(61, 61, 61);
  padding: 10px 0;
}
.item_identische_gebote .label {
  /*font-size: 0.8em;*/
  color: #989898;
}
.item_identische_gebote .label span {
  color: rgb(61, 61, 61);
}
.item_identische_gebote .bt {
  display: block;
}
.item_identische_gebote:last-child {
  border-bottom: none;
}

.merken svg.ja {
  display: none;
}
.merken svg.nein {
  display: inline-block;
}

.merken.active svg.ja {
  display: inline-block;
}
.merken.active svg.nein {
  display: none;
}

.filter-box {
  display: block;
  padding: 10px;
}

.bieten_ab {
  background-color: #868686;
  color: white;
  padding: 15px;
  margin-bottom: 30px;
}

header {
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
header img {
  height: 40px !important;
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  header img {
    max-width: 230px;
  }
}
header a {
  text-transform: none;
}
header .wrapper_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
}
header .align-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .btn-anmelden {
  display: flex;
  text-decoration: none;
}
header .btn-anmelden i {
  font-size: 28px;
}

.btn-menu {
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: rgb(0, 118, 167);
  font-size: 1.125rem;
  font-weight: 500;
}
.btn-menu .hamburger-icon {
  position: relative;
  top: -2px;
  height: 16px;
  width: 16px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding-right: 23px;
}
.btn-menu .hamburger-icon span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: rgb(0, 118, 167);
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.btn-menu .hamburger-icon span:first-child {
  transform: translateY(-6px);
  animation-delay: 100ms;
}
.btn-menu .hamburger-icon span:last-child {
  transform: translateY(6px);
  animation-delay: 250ms;
}
.btn-menu.active .hamburger-icon span:first-child {
  transform: rotate(45deg);
}
.btn-menu.active .hamburger-icon span:last-child {
  transform: rotate(-45deg);
}
.btn-menu.active .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .btn-menu {
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: rgb(0, 118, 167);
    font-size: 1.125rem;
    font-weight: 500;
  }
  .btn-menu .hamburger-icon {
    position: relative;
    top: -2px;
    height: 24px;
    width: 24px;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding-right: 31px;
  }
  .btn-menu .hamburger-icon span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 4px;
    border-radius: 4px;
    background-color: rgb(0, 118, 167);
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }
  .btn-menu .hamburger-icon span:first-child {
    transform: translateY(-8px);
    animation-delay: 100ms;
  }
  .btn-menu .hamburger-icon span:last-child {
    transform: translateY(8px);
    animation-delay: 250ms;
  }
  .btn-menu.active .hamburger-icon span:first-child {
    transform: rotate(45deg);
  }
  .btn-menu.active .hamburger-icon span:last-child {
    transform: rotate(-45deg);
  }
  .btn-menu.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }
}
.offcanvas-start {
  /*padding-top: 90px;*/
}
@media screen and (min-width: 992px) {
  .offcanvas-start {
    padding-top: 0;
  }
}

.offcanvas-main-menu.offcanvas-start {
  width: 275px;
  background: #FFFFFF;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 2046;
}
.offcanvas-main-menu.offcanvas-start .off-canvas-level1 {
  z-index: 2047;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #FFFFFF;
  /*border-right: 1px solid #F5F5F5;*/
}
.offcanvas-main-menu.offcanvas-start .off-canvas-level1::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  content: "";
  background: #f5f5f5;
}
.offcanvas-main-menu.offcanvas-start .off-canvas-level2 {
  z-index: 2046;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  background-color: #ffffff;
  transition: all 150ms ease-out;
}
.offcanvas-main-menu.offcanvas-start .off-canvas-level2.active {
  /*transform:translateX(100%);*/
  z-index: 2099;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}

.offcanvas-main-menu.offcanvas .list-group-item {
  border: none;
}
.offcanvas-main-menu.offcanvas .list-group-item a {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #08001A;
  text-decoration: none;
}
.offcanvas-main-menu.offcanvas .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C50C0E'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.offcanvas-main-menu.offcanvas .close-level-2 {
  padding: 8px 15px;
  opacity: 0.75;
}
.offcanvas-main-menu.offcanvas .close-level-2:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .offcanvas-main-menu.offcanvas-start .off-canvas-level2 {
    transition: all 150ms ease-out;
  }
  .offcanvas-main-menu.offcanvas-start .off-canvas-level2.active {
    z-index: 2046;
    transform: translateX(100%);
  }
}
.offcanvas-main-menu .offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 50px);
}

span.help-block-error {
  color: #d90000;
}

.form-control.help-block-error {
  border-color: #d90000;
  background-color: #fff1f1;
}

footer {
  background-color: rgb(0, 118, 167);
  color: #ffffff;
  margin-top: 30px;
  padding-top: 30px;
}
footer .kooperation {
  text-align: center;
  background-color: #efefef;
  padding: 30px 10px;
}
footer .kooperation .title {
  margin-bottom: 30px;
  color: #565656;
  font-weight: bold;
  font-size: 18px;
}
footer .kooperation .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  /*max-height: 140px;*/
}
footer .kooperation .logos a:nth-child(3), footer .kooperation .logos a:nth-child(4) {
  display: none;
}
footer .kooperation .logos img {
  max-width: 70px;
  max-height: 70px;
  margin: 10px;
}
@media screen and (min-width: 576px) {
  footer .kooperation .logos a:nth-child(3), footer .kooperation .logos a:nth-child(4) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer .kooperation .logos img {
    max-width: 120px;
    max-height: 120px;
  }
}
footer .title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  padding-bottom: 10px;
}
footer ul li a {
  /*letter-spacing: 0.2em;*/
}
footer .copyright {
  padding: 10px;
  text-align: center;
  background-color: #000000;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.lotmodul {
  position: relative;
}
.lotmodul a {
  text-decoration: none;
  color: #000000;
}

.lot_klein {
  border: 1px solid rgb(243, 243, 243);
  margin-bottom: 30px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
}
.lot_klein .firma {
  background-color: rgb(234, 234, 234);
  text-align: center;
  padding: 5px;
}
.lot_klein .infobar {
  background-color: #c2c2c2;
  color: #ffffff;
  padding: 10px 0;
}
.lot_klein .infobar.red {
  background-color: red;
}
.lot_klein .infobar.green {
  background-color: green;
}
.lot_klein .view {
  position: relative;
}
.lot_klein .view .lotnumber {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #ffffff;
  background-color: rgb(0, 118, 167);
  line-height: 1;
  text-align: center;
}
.lot_klein .view .anzahl_gruppe {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(0, 118, 167);
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px;
  line-height: 1;
  text-align: center;
}
.lot_klein .content {
  padding: 10px;
}
.lot_klein .content .hits {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}
.lot_klein .content .text_kurz {
  font-size: 18px;
  min-height: 48px;
}
.lot_klein .content .info-schaetzwert .value {
  text-decoration-line: line-through;
}
.lot_klein .content .wrapper_preise {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.lot_klein .content .label {
  color: rgba(0, 0, 0, 0.6);
}
.lot_klein .content .preis {
  color: rgb(0, 118, 167);
  font-size: 26px;
  padding: 0 10px;
}
.lot_klein .content .schaetzwert {
  color: rgb(0, 118, 167);
  text-decoration: line-through;
}
.lot_klein .restzeit {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 3px;
  color: rgb(0, 118, 167);
}
.lot_klein .restzeit span {
  padding: 5px 10px;
  white-space: nowrap;
}
.lot_klein .restzeit .abgelaufen {
  color: red;
}

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