.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.mycontainer {
  width: 100%;
  max-width: 3000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 1px none #c1272d;
  color: #000;
  text-align: center;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  font-family: Lato, sans-serif;
  line-height: 1.4em;
}

.body.white {
  background-color: #fff;
}

.heroimage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heroheadline {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-size: 44px;
  text-align: center;
  text-shadow: 0 3px 3px #000;
}

.herotext {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  direction: ltr;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  text-shadow: 0 4px 4px #000;
}

.auktionsection_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/Wilding-Auktionen-Autos-outdoor.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/Wilding-Auktionen-Autos-outdoor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.auktionenheader {
  display: block;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #c8c8c8;
}

.auktionenheader.firstonsite {
  margin-top: 120px;
}

.auktionshomeheader {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.auktionshomeheader.home {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

.auktionenwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #c8c8c8;
  border-left: 1px none #c8c8c8;
}

.auktionwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  border-radius: 10px 10px 10px 11.5px;
  background-color: #f3f3f3;
  box-shadow: none;
}

.auktionwrapper._2-auktion {
  display: none;
}

.auktionsbild {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  object-fit: contain;
}

.auktionshightlightimage {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 #000;
}

.auktionstextheader {
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 25px;
  line-height: 1.4em;
  text-align: left;
}

.gebotsabgabetext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 400;
}

.anmeldebutton_home {
  display: block;
  width: 160px;
  margin-right: 25px;
  padding: 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #ee242c;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.5px;
}

.anmeldebutton_home:hover {
  border-style: solid;
  border-color: #c00007;
  background-color: #000;
  color: #c00007;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-logo-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-logo-link.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-image {
  width: 100%;
  background-color: #000;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  color: #000;
}

.positionenwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #c8c8c8;
}

.positionensection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px none #c8c8c8;
  background-color: #f3f3f3;
}

.detailswrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 #c8c8c8;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.detailswrapper:hover {
  border-color: #ff9ca0;
  box-shadow: 0 1px 11px 3px #999;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.detailswrapper.hg {
  background-color: #a5ee7b;
}

.detailswrapper.ub {
  background-color: #fff17d;
}

.pwchangebtn {
  display: inline-block;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #c1272d;
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 16px;
  text-align: center;
}

.positonsbild {
    width: 250px;
    height: 250px;
    border-style: none;
    border-width: 1px;
    border-color: #c7c7c7;
    border-radius: 10px;
    box-shadow: none;
    -o-object-fit: contain;
    object-fit: contain;
}

.positionsname {
  overflow: hidden;
  width: 100%;
  max-height: 48px;
  min-height: 48px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  white-space: normal;
}

.auktionspositionenheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 93px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f3f3f3;
}

.preistext {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.preis {
  padding-left: 0px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.preiswaehrung {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.positionsdetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 93px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.positionsdetailswrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #c8c8c8;
  background-color: #fff;
}

.flexbild {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #c8c8c8;
}

.flexbeschreibung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px none #c8c8c8;
  color: #aaa5a5;
}

.tabthumbnailimage {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  -o-object-fit: contain;
  object-fit: contain;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 10px;
  box-shadow: 0 1px 8px 0 #000;
}

.productmainimage {
  width: 500px;
  height: 400px;
  padding: 10px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -o-object-fit: contain;
  object-fit: contain;
}

.tab-link-tab-2 {
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #c8c8c8;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  border-style: none;
  background-color: #fff;
}

.tab-link-tab-3 {
  padding: 0px;
  background-color: #fff;
  color: transparent;
}

.tab-link-tab-3.w--current {
  padding-top: 0px;
  background-color: transparent;
}

.tab-link-tab-1 {
  z-index: 5;
  padding: 0px;
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  border-style: none;
  border-width: 1px;
  border-color: #c1272d;
  background-color: transparent;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #c8c8c8;
  background-color: #fff;
}

.adressebloock {
  margin-bottom: 15px;
  color: #000;
  font-size: 15px;
}

.registiersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 93px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #f3f3f3;
}

.impresseumsection {
  margin-top: 93px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.agbsection {
  margin-top: 93px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.dsgvosection {
  margin-top: 93px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.formfieldwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  width: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 15px;
}

.text-field {
  width: 300px;
  border-radius: 10px;
  font-size: 15px;
}

.checkboxwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-label {
  margin-bottom: 10px;
}

.headertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.select-field {
  width: 300px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;
}

.success-message {
  border-radius: 10px;
}

.anmeldebutton {
  border-radius: 10px;
  background-color: #c00007;
  box-shadow: 0 1px 3px 0 #000;
}

.registriegungshinweis {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.linkspan {
  color: #ff000a;
  text-decoration: underline;
}

.link {
  text-decoration: none;
}

.buttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.kurzinfooverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100%;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 95.5%, 0);
}

.zuschlagswrapper {
  width: 130px;
  height: 100%;
  padding: 5px 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #000;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  background-color: #f3f3f3;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}

.kurzinfooverlaytext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
  white-space: nowrap;
}

.datumtext {
  color: #000;
  font-size: 12px;
}

.gebotsabgabewrapper {
  width: 140px;
  height: 100%;
  padding: 5px 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #000;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f3f3f3;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}

.auktionsaktionbtnwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #c8c8c8;
  font-weight: 700;
}

.auktionsaktionbtnwrapper.positionen {
  position: static;
  overflow: visible;
  width: 500px;
  height: auto;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
}

.kontaktblock {
  color: #000;
}

.copywrighttext {
  color: #000;
}

.popuplogin {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.68);
}

.loginformwrapper {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #000;
}

.popuploginheader {
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  text-align: center;
}

.closebutton {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #f8e11f;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.loginformpopup {
  position: static;
  left: 37%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
}

.popuologinformblock {
  display: inline-block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anmeldehinweis {
  margin-top: 25px;
  padding: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.anmeldelink {
  color: #c00007;
}

.dsgvo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agbheader {
  text-align: center;
}

.managesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 93px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #e6e6e6;
}

.managewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e6e6e6;
}

.managedatenwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mydatawrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-size: 15px;
}

.emailadressewrapper {
  padding-bottom: 10px;
}

.bieternummerwrapper {
  padding-bottom: 10px;
}

.emailadressetext {
  font-weight: 700;
}

.emailadressewert {
  padding-left: 5px;
  color: #000;
}

.bieternummertext {
  font-weight: 700;
}

.bieternummerwert {
  padding-left: 5px;
  color: #000;
}

.pwchangewrapper {
  display: block;
}

.pwchangeformblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.changepwform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #000;
  border-radius: 10px;
}

.changepwwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pwchangetext {
  border-radius: 10px;
}

.mydatabuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.auktionlistbtn {
  display: inline-block;
  width: 160px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #c1272d;
  box-shadow: 0 1px 3px 0 #000;
  font-size: 16px;
  text-align: center;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
}

.pwformbackbutton {
  display: inline-block;
  width: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #c1272d;
  box-shadow: 0 1px 3px 0 #000;
  font-size: 17px;
  text-align: center;
}

.pwformbackbutton._2 {
  display: none;
  width: auto;
  background-color: #c8c8c8;
  color: #000;
  font-size: 16px;
}

.auktionsobjekte {
  width: auto;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.auktionsobjekte._500px {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.versteigerungsortwert {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
}

.wi_btn {
  display: block;
  width: 16%;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #c00007;
  border-radius: 10px;
  background-color: transparent;
  color: #c00007;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.wi_btn:hover {
  border-bottom-style: none;
  border-radius: 0px;
}

.wi_btn.in {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  left: 20px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: none;
}

.zuschl-geabtext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 400;
}

.versteigerungsorttext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 400;
}

.besichtungstermintext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
}

.besichtigungsorttext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
}

.besichtigungsterminwert {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
}

.besichtigungsortwert {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
  white-space: normal;
}

.gebotsabgabewert {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
}

.zuschl-geterminwert {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
}

.preiszuschlagstext {
  width: auto;
  margin-top: 3px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
}

.productlightboxlink {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.allepositionenbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 10px;
  background-color: transparent;
  color: #c00007;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.5px;
}

.allepositionenbtn.in {
  width: 50%;
}

.dauerdatum {
  margin-left: auto;
  padding: 5px;
  border-radius: 8px;
  background-color: #ffea37;
  color: #000;
  font-size: 20px;
}

.dauerdatum.mg2 {
  background-color: transparent;
}

.objektinfotemp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.objektinfotemp._2 {
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dauerwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

.dauerwrapper._2 {
  width: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
}

.bildwrapper {
  position: relative;
  margin-left: 0px;
}

.idwrapper {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  padding: 20px 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 16px;
}

.badge {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 0px 0px 0px 10px;
  background-color: hsla(0, 0%, 95.5%, 0.75);
  color: #000;
}

.badge._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.gebotesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f3f3f3;
}

.objektbeschreibung {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  text-align: left;
}

.produkttitel {
  overflow: hidden;
  max-height: 100px;
  margin-bottom: 30px;
  color: #000;
  line-height: 1.4em;
  text-align: center;
}

.objektbietenwrapper {
  width: 100%;
  margin-top: 30px;
  padding: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #c00007;
  border-radius: 10px;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 3px 0 #000;
}

.meinedatenwrapper {
  margin-right: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.positionspreiswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  text-align: left;
}

.positionrufpreis {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.objektrestdauer {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.rufpreisdauergrid {
  margin-bottom: 10px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.restlaufzeit {
  text-align: left;
}

.meinletztesgebotwert {
  font-size: 17px;
  text-align: left;
}

.h-chstgebottext {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.meinletztesgebottext {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.gebotebuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gebotbtn {
  width: 130px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #c00007;
  font-size: 15px;
}

.gebotbtn.bietroboter {
  width: 170px;
  text-align: center;
}

.meingeboth-chstgebot {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.bietrobotertext {
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 700;
}

.positionsflexwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.preisw-hrungwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.infowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px none #c8c8c8;
  border-bottom: 1px none #c8c8c8;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dauerdatetimewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.auktionheadercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c8c8c8;
  background-color: #f3f3f3;
}

.footerwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.auktionssection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/Wilding-Auktionen-Autos-outdoor.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/Wilding-Auktionen-Autos-outdoor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bietroboterwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.registerbutton {
  display: inline-block;
  width: 130px;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #c1272d;
  font-size: 20px;
  text-align: center;
}

.aktuellesh-chstgebot {
  font-size: 17px;
  text-align: left;
}

.gebottext {
  margin-left: 0px;
  font-size: 17px;
  text-align: left;
}

.bietroboterpreisswitch {
  width: 85px;
}

.sectionheader {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
}

.sectionheader.white {
  color: #fff;
  text-align: center;
}

.seitenwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.seiten {
  padding: 5px;
  border-radius: 20px;
}

.seiten:hover {
  background-color: #fff17d;
}

.seiten.actual {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.meinegebotebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 10px;
  background-color: transparent;
  color: #c00007;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.5px;
}

.seitenlink {
  padding-right: 3px;
  padding-left: 3px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  text-decoration: none;
}

.cookiefixbar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #c00007;
  background-color: #f8e11f;
}

.cookieshtmlembed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cookieconsentbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #0759a1;
  color: #fff;
}

.positionstextblock {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #c1272d;
  color: #fff;
  font-size: 20px;
}

.positionswrapper {
  margin: 20px 10px;
  text-decoration: none;
}

.seitentext {
  padding-right: 5px;
  padding-left: 5px;
}

.facebooklink {
  margin-top: 10px;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.logo-sociallinkwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.objektinfowrappertemp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gebotewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wiauktionenbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 400ms cubic-bezier(.77, 0, .175, 1);
  transition: all 400ms cubic-bezier(.77, 0, .175, 1);
  font-size: 17px;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #c00007;
  color: #fff;
}

.nav-link:focus {
  background-color: #000;
  color: #f8e11f;
}

/*.nav-link.w--current {
  border-bottom: 1px solid #c00007;
  background-color: #f8e11f;
  color: #c00007;
  text-decoration: none;
}*/

.logo {
  background-color: #000;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 2px solid #c00007;
  background-color: #f8e11f;
}

.footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid #000;
  background-color: #f8e11f;
}

.cookiebuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cookieshinweis {
  width: 500px;
  margin-bottom: 20px;
  font-size: 15px;
}

.cookiehinweiswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.loginemailadresse {
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.85);
  color: #000;
}

.loginemailadresse::-webkit-input-placeholder {
  color: #000;
}

.loginemailadresse:-ms-input-placeholder {
  color: #000;
}

.loginemailadresse::-ms-input-placeholder {
  color: #000;
}

.loginemailadresse::placeholder {
  color: #000;
}

.loginbieternummer {
  overflow: hidden;
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.85);
  color: #000;
}

.loginbieternummer::-webkit-input-placeholder {
  color: #000;
}

.loginbieternummer:-ms-input-placeholder {
  color: #000;
}

.loginbieternummer::-ms-input-placeholder {
  color: #000;
}

.loginbieternummer::placeholder {
  color: #000;
}

.loginpasswort {
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.85);
  color: #000;
}

.loginpasswort::-webkit-input-placeholder {
  color: #000;
}

.loginpasswort:-ms-input-placeholder {
  color: #000;
}

.loginpasswort::-ms-input-placeholder {
  color: #000;
}

.loginpasswort::placeholder {
  color: #000;
}

.registrierungsheader {
  margin-bottom: 30px;
}

.registrierungstext {
  font-size: 15px;
}

.mietbietenbistext {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.slide {
  -o-object-fit: contain;
  object-fit: contain;
}

.headerlogoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.headerlogoblock.w--current {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.navbarauktionenextension {
  padding: 20px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Droid Sans', sans-serif;
  color: #c1272d;
  font-size: 50px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px 2px #000;
}

.hammerlogo {
  height: 85px;
  margin-left: 30px;
}

.heroimagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agbtextblock {
  font-size: 15px;
  text-align: left;
}

.impresseumtextblock {
  font-size: 15px;
  text-align: left;
}

.dsgvo-textblock {
  text-align: left;
}

.versteigerungsinfos1wrapper {
  text-align: left;
}

.auktionsinfogrid1 {
  width: 100%;
  margin-bottom: 10px;
  justify-items: start;
  grid-auto-flow: row;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  -ms-grid-columns: 0.25fr 0.75fr;
  grid-template-columns: 0.25fr 0.75fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  text-align: left;
  white-space: nowrap;
}

.auktionsinfogrid2 {
  width: 100%;
  margin-bottom: 10px;
  justify-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.25fr 10px 0.75fr;
  grid-template-columns: 0.25fr 0.75fr;
  -ms-grid-rows: auto 5px auto 5px auto 5px auto;
  grid-template-rows: auto auto auto auto;
  white-space: nowrap;
}

.auktionsbeschreibung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zahlungsarttext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 400;
}

.zahlungsartwert {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
}

.infotelefontext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
}

.infotelefonwert {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
}

.anmeldetext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 400;
}

.anmeldewert {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 700;
}

.abholungstext {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
}

.abholdungswert {
  width: 400px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
  white-space: normal;
}

.profilheader {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  color: #000;
  font-size: 40px;
  line-height: 1.4em;
  text-align: left;
}

.impressumheader {
  text-align: center;
}

.dsgvoheader {
  text-align: center;
}

.wi_backbtn {
  display: none;
  width: 16%;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #c00007;
  border-radius: 10px;
  background-color: transparent;
  color: #c00007;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.wi_backbtn:hover {
  border-bottom-style: none;
  border-radius: 0px;
}

.flyerbtn {
  display: block;
  width: 16%;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #c00007;
  border-radius: 10px;
  background-color: transparent;
  color: #c00007;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.flyerbtn:hover {
  border-bottom-style: none;
  border-radius: 0px;
}

.katalogbtn {
  display: block;
  width: 16%;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #c00007;
  border-radius: 10px;
  background-color: transparent;
  color: #c00007;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.katalogbtn:hover {
  border-bottom-style: none;
  border-radius: 0px;
}

.auktionsinfowrapper {
  display: block;
  width: 50%;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.auktionsinfowrapper._1-auktion {
  position: relative;
}

.auktionsinfowrapper._1-auktion.positionen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.auktionsinfowrapper._2-auktion {
  display: block;
}

.auktionswiwrapper {
  display: none;
  width: 50%;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-align: left;
}

.auktionswiwrapper._2-auktion {
  display: none;
}

    .auktionswiwrapper._1-auktion {
        position: relative;
        display: none;
    }

.auktionswiwrapper._1-auktion.positionen {
  display: none;
  width: 1000px;
  height: auto;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.searchpagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.suchen {
  width: 300px;
  margin-bottom: 0px;
  border-radius: 10px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block-3 {
  margin-bottom: 0px;
  margin-left: 10px;
}

.searchbtnflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.linkbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.previousobjectimg {
  width: 45px;
  height: 45px;
}

.backbuttonimg {
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.nextobjectlimg {
  width: 45px;
  height: 45px;
}

.linktext {
  padding-right: 10px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.buttonlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.buttonlink:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(238, 36, 44, 0.48);
  border-radius: 10px;
  background-color: rgba(255, 241, 125, 0.78);
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.container-70vh {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.page-padding-2 {
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: 1px solid #000;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
  margin-top: 40px;
}

.herosection {
  position: relative;
}

.image-overlay-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}

.cta4_background-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.header-70vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 60rem;
  min-height: 65vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.positionenbtn2 {
  display: block;
  width: 140px;
  margin-right: 25px;
  padding: 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #ee242c;
  box-shadow: 0 1px 3px 0 #000;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.5px;
}

.positionenbtn2:hover {
  border-style: solid;
  box-shadow: 0 1px 8px 0 #a33135, 0 1px 3px 0 #000;
}

.shopsflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.auktionsbtn {
  display: block;
  width: 170px;
  margin-right: 25px;
  padding: 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 15px;
  background-color: #ee242c;
  -webkit-transition: all 300ms cubic-bezier(.445, .05, .55, .95);
  transition: all 300ms cubic-bezier(.445, .05, .55, .95);
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.5px;
}

.auktionsbtn:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #c00007;
  background-color: #000;
  color: #c00007;
}

.button-tertiary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.button-tertiary.margin-left.margin-xxsmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-padding-3 {
  padding: 20px 5% 0px;
  border-bottom: 1px solid #8b8b8b;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff651), to(#fff651));
  background-image: linear-gradient(180deg, #fff651, #fff651);
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  color: #c00007;
}

.layout32_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.heading-small {
  margin-left: 30px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.layout32_item-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.text-block {
  color: #c00007;
}

.bold-text {
  font-size: 15px;
}

.bold-text-2 {
  font-size: 15px;
}

.nachverkaufheader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  color: #ee242c;
  font-size: 80px;
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: 0 1px 1px #000;
}

.nachverkaufheader.position {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-size: 50px;
}

@media screen and (max-width: 1300px) {
    .icon {
        color: #000;
        font-size: 55px;
    }

    .nav-menu {
        width: auto;
        height: 40vh;
        background-color: #000;
    }
    .nav-link {
        height: 16.6%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #4b4b4b;
        color: #fff;
    }

    .nav-link.li {
        height: 25%;
    }

}

    @media screen and (max-width: 991px) {
        .mycontainer {
            width: 100vw;
        }

        .heroimage {
            -o-object-fit: cover;
            object-fit: cover;
        }

        .auktionenheader {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .auktionenwrapper {
            padding-top: 25px;
            padding-bottom: 25px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            background-image: none;
        }

        .auktionwrapper {
            width: 100%;
            padding: 15px 10px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .auktionsbild {
            width: 50%;
        }

        .auktionshightlightimage {
        }

        .auktionstextheader {
            font-size: 20px;
        }

        .anmeldebutton_home {
            margin-top: auto;
        }

        .footer-flex-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .footer-logo-link.w--current {
            -webkit-align-self: auto;
            -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto;
            box-shadow: none;
        }

        .footer-image {
            display: block;
        }

        .footer-heading {
            margin-bottom: 10px;
        }

        .footer-link {
            margin-bottom: 10px;
            white-space: nowrap;
        }

        .pwchangebtn {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .positonsbild {
            width: 250px;
            height: 250px;
        }

        .positionsdetailswrapper {
            padding-bottom: 30px;
        }

        .flexbeschreibung {
            width: 100%;
            padding-right: 25px;
            padding-left: 25px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .tabs-menu {
            margin-top: 25px;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .form-block {
            padding-bottom: 30px;
        }

        .headertext {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .buttonwrapper {
            margin-top: 30px;
            margin-bottom: 20px;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        .kurzinfooverlay {
            display: none;
        }

        .auktionsaktionbtnwrapper {
            width: 50%;
        }

        .kontaktblock {
            white-space: nowrap;
        }

        .anmeldehinweis {
            margin-top: 15px;
        }

        .managewrapper {
            padding-top: 45px;
            padding-bottom: 45px;
            justify-content: center;
        }

        .auktionsobjekte {
            width: auto;
        }

        .wi_btn {
            padding-right: 0px;
            padding-left: 10px;
        }

        .produkttitel {
            margin-top: 10px;
            margin-bottom: 15px;
        }

        .objektbietenwrapper {
            padding-right: 20px;
            padding-left: 20px;
        }

        .meinedatenwrapper {
            margin-right: 25px;
        }

        .rufpreisdauergrid {
            -ms-grid-rows: auto auto auto;
            grid-template-rows: auto auto auto;
        }

        .h-chstgebottext {
            text-align: left;
        }

        .positionsflexwrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .footerwrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .footercolumn {
            padding-right: 10px;
            padding-left: 10px;
            text-align: left;
        }

        .auktionssection {
            padding-top: 20px;
        }

        .bietroboterwrapper {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .gebottext {
            text-align: left;
        }

        .sectionheader.white {
            margin-top: 10px;
        }

        .seitenwrapper {
            width: 500px;
            margin-top: 15px;
            padding-top: 5px;
            padding-bottom: 5px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .seiten {
            margin-right: 1px;
            margin-left: 1px;
        }

        .cookiefixbar {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .cookieshtmlembed {
            margin-bottom: 10px;
            padding-right: 50px;
            padding-left: 50px;
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        .logo-sociallinkwrapper {
            width: 200px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
        }

        .logo {
            background-color: #000;
        }



        .menu-button {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .menu-button.w--open {
                background-color: #f8e11f;
            }

        .cookiebuttonwrapper {
            width: auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        .cookieshinweis {
            width: auto;
            margin-bottom: 10px;
            padding-right: 50px;
            padding-left: 50px;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            text-align: left;
        }

        .cookiehinweiswrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .registrierungsheader {
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .navbarauktionenextension {
            margin-right: 0px;
            margin-left: 0px;
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 40px;
        }

        .auktionsinfogrid2 {
            display: -ms-grid;
            display: grid;
            grid-auto-columns: 1fr;
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            -ms-grid-columns: 0.25fr 1fr;
            grid-template-columns: 0.25fr 1fr;
            -ms-grid-rows: auto auto auto auto;
            grid-template-rows: auto auto auto auto;
        }

        .abholdungswert {
            width: 400px;
            white-space: normal;
        }

        .wi_backbtn {
            padding-right: 0px;
            padding-left: 10px;
        }

        .flyerbtn {
            padding-right: 0px;
            padding-left: 10px;
        }

        .katalogbtn {
            padding-right: 0px;
            padding-left: 10px;
        }

        .auktionsinfowrapper {
            display: block;
            height: 388px;
            margin-bottom: 0px;
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
        }

            .auktionsinfowrapper._1-auktion {
                height: auto;
            }

                .auktionsinfowrapper._1-auktion.positionen {
                    width: 700px;
                    height: auto;
                    padding-right: 0px;
                    padding-left: 0px;
                    -webkit-align-self: center;
                    -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                    align-self: center;
                    text-align: left;
                }

        .auktionswiwrapper {
            display: none;
            height: 388px;
        }

            .auktionswiwrapper._1-auktion.positionen {
                width: 700px;
                height: auto;
                padding-right: 120px;
                padding-left: 120px;
            }

        .searchpagewrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .linkbar {
            width: 100%;
            padding-right: 10px;
            padding-left: 10px;
        }

        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }

        .padding-vertical {
            padding-right: 0rem;
            padding-left: 0rem;
        }

        .positionenbtn2 {
            margin-top: auto;
        }

        .auktionsbtn {
            margin-top: auto;
        }

        .heading-small {
            margin-left: 10px;
        }

        .nachverkaufheader {
            left: 0%;
            top: 0%;
            right: auto;
            bottom: auto;
            font-size: 50px;
        }

        .nachverkaufsdiv {
            height: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        .auktionenheader {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .auktionsbild {
            width: 100%;
        }

        .footer-image {
            margin-top: 10px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .pwchangebtn {
            width: 160px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
        }

        .flexbild {
            width: 100%;
        }

        .tabs-menu {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .buttonwrapper {
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .auktionsaktionbtnwrapper {
            width: 100%;
            margin-top: 10px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
        }

        .managewrapper {
            height: auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-content: center;
        }

        .pwchangeformblock {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .wi_btn {
            width: 33%;
        }

        .gebotbtn.bietroboter {
            width: 130px;
        }

        .auktionheadercontainer {
            padding-right: 10px;
            padding-left: 10px;
        }

        .auktionssection {
            padding-top: 10px;
        }

        .navbarauktionenextension {
            display: none;
        }

        .auktionsbeschreibung {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .flyerbtn {
            width: 33%;
        }

        .katalogbtn {
            width: 33%;
        }

        .auktionsinfowrapper._1-auktion {
            width: 100%;
        }

            .auktionsinfowrapper._1-auktion.positionen {
                width: 100%;
            }

        .auktionswiwrapper._1-auktion {
            display: none;
            width: 100%;
        }

        .linkbar {
            margin-top: 20px;
        }

        .previousobjectimg {
            width: 25px;
            height: 25px;
        }

        .backbuttonimg {
            width: 25px;
            height: 25px;
        }

        .nextobjectlimg {
            width: 25px;
            height: 25px;
        }

        .linktext {
            display: none;
        }

        .buttonlink {
            padding: 5px;
        }

        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }

        .padding-vertical {
            padding-right: 0rem;
            padding-left: 0rem;
        }

        .icon-1x1-medium {
            width: 2rem;
            height: 2rem;
        }

        .heading-small {
            margin-left: 5px;
            font-size: 1.25rem;
        }

        .layout32_item-text-wrapper {
            width: 33%;
        }

        .nachverkaufheader {
            left: 0%;
            top: 0%;
            right: auto;
            bottom: auto;
            font-size: 60px;
        }

            .nachverkaufheader.position {
                left: 0%;
                top: 0%;
                right: auto;
                bottom: auto;
                font-size: 50px;
            }

        .nachverkaufsdiv {
            left: 0%;
            top: 0%;
            right: 0%;
            bottom: 0%;
        }
    }

    @media screen and (max-width: 479px) {
        .body {
            font-size: 13px;
        }

        .heroheadline {
            margin-top: 20px;
            margin-bottom: 15px;
            font-size: 30px;
            line-height: 1.4em;
            text-align: left;
            white-space: nowrap;
        }

        .herotext {
            width: auto;
            margin-right: 10px;
            margin-left: 10px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 14px;
            text-align: left;
        }

        .auktionsection_li {
            margin-top: 62px;
        }

        .auktionenheader {
            padding-bottom: 0px;
        }

        .auktionshomeheader {
            font-size: 30px;
        }

        .auktionenwrapper {
            padding-top: 10px;
            padding-bottom: 0px;
        }

        .auktionwrapper {
            width: 100%;
            margin-bottom: 0px;
            padding: 10px 5px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            border-style: solid none none;
            border-radius: 0px;
        }

        .auktionsbild {
            width: 100%;
        }

        .auktionshightlightimage {
            width: 100%;
            height: auto;
        }

        .auktionstextheader {
            margin-bottom: 15px;
            font-size: 15px;
            line-height: 1.4em;
        }

        .gebotsabgabetext {
            font-size: 13px;
        }

        .anmeldebutton_home {
            width: 160px;
            margin-top: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            font-size: 13px;
        }

        .footer-flex-container {
            margin-bottom: auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .footer-logo-link {
            height: 60px;
        }

            .footer-logo-link.w--current {
                -webkit-align-self: center;
                -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

        .footer-image {
            overflow: hidden;
            width: 150%;
            height: 100%;
        }

        .footer-heading {
            margin-bottom: 0px;
        }

        .footer-link {
            margin-bottom: 0px;
        }

            .footer-link.w--current {
                margin-bottom: 0px;
            }

        .positionenwrapper {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .positionensection {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .detailswrapper {
            width: 150px;
            padding-top: 10px;
        }

        .pwchangebtn {
            width: 145px;
            padding: 5px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            font-size: 15px;
        }

        .positonsbild {
            width: 130px;
            height: 100px;
        }

        .positionsname {
            max-height: 32px;
            min-height: 32px;
            margin-top: 5px;
            padding-right: 10px;
            padding-left: 10px;
            font-size: 13px;
            line-height: 1.2em;
            font-weight: 700;
            text-align: left;
        }

        .auktionspositionenheader {
            margin-top: 62px;
            padding-top: 15px;
        }

        .preistext {
            margin-bottom: 0px;
            font-size: 12px;
            white-space: nowrap;
        }

        .preis {
            margin-bottom: 0px;
            font-size: 12px;
        }

        .preiswaehrung {
            margin-bottom: 0px;
            font-size: 12px;
        }

        .positionsdetails {
            margin-top: 62px;
        }

        .positionsdetailswrapper {
            margin-right: 0px;
            margin-left: 0px;
            padding-top: 30px;
            padding-bottom: 15px;
        }

        .flexbild {
            width: 100%;
        }

        .flexbeschreibung {
            width: 100%;
            padding: 15px 5px;
        }

        .tabs-menu {
            max-width: 300px;
            margin-top: 15px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .productmainimage {
            width: 300px;
            height: auto;
            padding: 0px;
        }

        .tabs {
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 0px;
        }

        .registiersection {
            margin-top: 62px;
        }

        .impresseumsection {
            margin-top: 62px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .agbsection {
            margin-top: 62px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .dsgvosection {
            margin-top: 62px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .formfieldwrapper {
            width: auto;
            padding-right: 36px;
            padding-left: 36px;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .field-label {
            text-align: left;
        }

        .text-field {
            width: 250px;
        }

        .headertext {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .select-field {
            width: 250px;
        }

        .buttonwrapper {
            margin-top: 10px;
            margin-bottom: 10px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .zuschlagswrapper {
            display: none;
        }

        .gebotsabgabewrapper {
            display: none;
        }

        .auktionsaktionbtnwrapper {
            width: 100%;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .auktionsaktionbtnwrapper.positionen {
                width: 100%;
                margin-top: 5px;
                -webkit-align-self: stretch;
                -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
                align-self: stretch;
            }

        .copywrighttext {
            margin-top: 10px;
            text-align: center;
        }

        .anmeldehinweis {
            margin-top: 15px;
        }

        .agbheader {
            margin-top: 0px;
        }

        .managesection {
            margin-top: 62px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .managewrapper {
            height: 600px;
            padding-top: 0px;
            padding-bottom: 0px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .managedatenwrapper {
            margin-bottom: 25px;
        }

        .mydatawrapper {
            font-size: 13px;
        }

        .emailadressewrapper {
            font-size: 13px;
        }

        .pwchangeformblock {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .changepwwrapper {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .mydatabuttonwrapper {
            width: 100%;
            height: auto;
            margin-bottom: 25px;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .auktionlistbtn {
            width: 120px;
            margin-right: 0px;
            padding: 5px;
            font-size: 15px;
        }

        .pwformbackbutton._2 {
            display: none;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .auktionsobjekte {
            width: auto;
            margin-bottom: 5px;
            padding-right: 5px;
            padding-left: 0px;
            font-size: 14px;
            text-align: left;
        }

            .auktionsobjekte._500px {
                display: block;
                width: auto;
            }

        .versteigerungsortwert {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .wi_btn {
            width: 33%;
            margin-bottom: 10px;
            padding-right: 0px;
            padding-left: 0px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            font-size: 13px;
        }

            .wi_btn.in {
                margin-bottom: 0px;
            }

        .slider {
            -o-object-fit: fill;
            object-fit: fill;
        }

        .zuschl-geabtext {
            font-size: 13px;
        }

        .versteigerungsorttext {
            font-size: 13px;
        }

        .besichtungstermintext {
            font-size: 13px;
        }

        .besichtigungsorttext {
            font-size: 13px;
        }

        .besichtigungsterminwert {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .besichtigungsortwert {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .gebotsabgabewert {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .zuschl-geterminwert {
            font-size: 14px;
        }

        .preiszuschlagstext {
            display: block;
            width: auto;
            margin-bottom: 0px;
            font-size: 14px;
            text-align: left;
        }

        .allepositionenbtn {
            width: 50%;
            padding-right: 10px;
            padding-left: 10px;
            font-size: 13px;
        }

            .allepositionenbtn.w--current {
                padding: 10px;
                font-size: 13px;
            }

        .dauerdatum {
            margin-bottom: 0px;
            padding: 1px 2px;
            font-size: 12px;
        }

        .objektinfotemp._2 {
            margin-top: 0px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .dauerwrapper {
            padding-right: 10px;
            padding-left: 10px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .dauerwrapper._2 {
                padding-top: 3px;
                padding-bottom: 3px;
                padding-left: 10px;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-align-self: stretch;
                -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
                align-self: stretch;
            }

        .idwrapper {
            width: 15px;
            height: 18px;
            margin-bottom: 0px;
            padding: 10px 15px 2px;
            font-size: 10px;
        }

        .badge {
            display: none;
            background-color: hsla(0, 0%, 95.5%, 0.8);
        }

        .gebotesection {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .produkttitel {
            margin-top: 0px;
            margin-bottom: 0px;
            padding-right: 10px;
            padding-left: 10px;
            font-size: 30px;
        }

        .objektbietenwrapper {
            margin-top: 15px;
            padding: 15px 5px;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            border-radius: 0px;
        }

        .meinedatenwrapper {
            margin-right: 0px;
            padding-right: 10px;
            padding-left: 10px;
        }

        .positionspreiswrapper {
            font-size: 14px;
        }

        .positionrufpreis {
            font-size: 13px;
        }

        .objektrestdauer {
            font-size: 13px;
        }

        .rufpreisdauergrid {
            -ms-grid-columns: 0.5fr 0.5fr;
            grid-template-columns: 0.5fr 0.5fr;
        }

        .rufpreiswert {
            font-size: 15px;
        }

        .eurow-hrung {
            font-size: 15px;
        }

        .restlaufzeit {
            font-size: 14px;
        }

        .meinletztesgebotwert {
            font-size: 14px;
        }

        .h-chstgebottext {
            font-size: 13px;
        }

        .meinletztesgebottext {
            font-size: 13px;
        }

        .gebotebuttonwrapper {
            margin-bottom: 20px;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .gebotbtn {
            width: 95px;
            padding: 5px;
            font-size: 13px;
            text-align: center;
        }

            .gebotbtn.bietroboter {
                width: 100px;
                padding: 5px;
            }

        .meingeboth-chstgebot {
            margin-bottom: 20px;
            font-size: 13px;
        }

        .bietrobotertext {
            margin-right: 0px;
            margin-left: 0px;
            padding-right: 3px;
            padding-left: 3px;
            font-size: 13px;
            text-align: center;
        }

        .positionsflexwrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .preisw-hrungwrap {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .infowrapper {
            margin-top: 5px;
            padding-right: 10px;
            padding-left: 10px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .dauerdatetimewrapper {
            text-align: left;
        }

        .auktionheadercontainer {
            padding: 0px 5px;
        }

        .footerwrapper {
            display: -ms-grid;
            display: grid;
            width: 100%;
            margin-top: 0px;
            padding-right: 10px;
            padding-left: 10px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            -ms-grid-row-align: auto;
            align-self: auto;
            grid-auto-columns: 1fr;
            grid-column-gap: 5px;
            grid-row-gap: 20px;
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            -ms-grid-rows: auto auto;
            grid-template-rows: auto auto;
        }

        .footercolumn {
            padding-right: 0px;
            text-align: left;
        }

        .auktionssection {
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75));
            background-position: 0px 0px;
            background-size: auto;
        }

        .bietroboterwrapper {
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

        .registerbutton {
            width: 100px;
        }

        .aktuellesh-chstgebot {
            font-size: 14px;
            white-space: normal;
        }

        .gebottext {
            font-size: 14px;
        }

        .sectionheader {
            margin-top: 0px;
            margin-bottom: 15px;
            font-size: 25px;
        }

            .sectionheader.white {
                margin-top: 0px;
                margin-bottom: 0px;
                font-size: 30px;
            }

        .seitenwrapper {
            width: 100%;
            padding-top: 5px;
            padding-bottom: 5px;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .meinegebotebtn {
            width: 50%;
            padding-right: 4px;
            padding-left: 0px;
            font-size: 13px;
        }

            .meinegebotebtn.w--current {
                padding: 10px;
                font-size: 15px;
            }

        .cookiefixbar {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .cookieshtmlembed {
            margin-bottom: 10px;
            padding-right: 5px;
            padding-left: 10px;
        }

        .cookieconsentbutton {
            width: 150px;
            padding-right: 5px;
            padding-left: 5px;
        }

        .positionstextblock {
            display: block;
            padding-top: 3px;
            padding-bottom: 3px;
            font-size: 12px;
        }

        .positionswrapper {
            margin: 5px;
        }

        .logo-sociallinkwrapper {
            width: 120px;
        }

        .objektinfowrappertemp {
            width: 100%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        .gebotewrapper {
            width: 100%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .wiauktionenbutton {
            width: auto;
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        .nav-menu {
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .nav-link {
            width: auto;
            padding-top: 10px;
            padding-bottom: 10px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
        }

        /*  .nav-link.w--current {
    font-size: 17px;
  }*/

        .logo {
            width: auto;
            height: 63px;
        }

        .icon {
            font-size: 30px;
        }

        .menu-button {
            padding-right: 10px;
            padding-left: 0px;
        }

            .menu-button.w--open {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar {
            height: 62px;
        }

        .cookieshinweis {
            margin-bottom: 10px;
            padding-right: 10px;
            padding-left: 10px;
            font-size: 13px;
        }

        .registrierungsheader {
            margin-top: 0px;
            font-size: 30px;
        }

        .mietbietenbistext {
            margin-bottom: 10px;
            font-size: 13px;
        }

        .objektbeschreibungstext {
            padding-right: 5px;
            padding-left: 5px;
        }

        .navbarauktionenextension {
            display: none;
        }

        .hammerlogo {
            width: 80px;
            height: auto;
            margin-left: 10px;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .auktionsinfogrid1 {
            -ms-grid-columns: 0.25fr 1.25fr;
            grid-template-columns: 0.25fr 1.25fr;
            white-space: normal;
        }

        .auktionsinfogrid2 {
            white-space: normal;
        }

        .auktionsbeschreibung {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .zahlungsarttext {
            font-size: 13px;
        }

        .zahlungsartwert {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .infotelefontext {
            font-size: 13px;
        }

        .infotelefonwert {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .anmeldetext {
            font-size: 13px;
        }

        .anmeldewert {
            margin-bottom: 5px;
            font-size: 14px;
        }

        .abholungstext {
            font-size: 13px;
        }

        .abholdungswert {
            width: auto;
            margin-bottom: 5px;
            font-size: 14px;
        }

        .profilheader {
            overflow: hidden;
            margin-top: 0px;
            margin-bottom: 5px;
            font-size: 30px;
            text-align: center;
        }

        .impressumheader {
            margin-top: 0px;
        }

        .dsgvoheader {
            margin-top: 0px;
        }

        .wi_backbtn {
            width: 33%;
            margin-bottom: 10px;
            padding-right: 0px;
            padding-left: 0px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            font-size: 13px;
        }

        .flyerbtn {
            width: 33%;
            margin-bottom: 10px;
            padding-right: 0px;
            padding-left: 0px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            font-size: 13px;
        }

        .katalogbtn {
            width: 33%;
            margin-bottom: 10px;
            padding-right: 0px;
            padding-left: 0px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            font-size: 13px;
        }

        .auktionsinfowrapper {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            padding-right: 5px;
        }

            .auktionsinfowrapper._1-auktion.positionen {
                width: 100%;
                padding-right: 5px;
                padding-left: 5px;
            }

        .auktionswiwrapper {
            display: none;
            width: auto;
            height: auto;
            margin-bottom: 10px;
            padding-right: 5px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
        }

            .auktionswiwrapper._1-auktion.positionen {
                width: 100%;
                padding-right: 5px;
                padding-left: 5px;
            }

        .form-3 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .form-block-3 {
            margin-left: 0px;
        }

        .searchbtnflex {
            width: 150px;
            margin-top: 10px;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

        .previousobjectimg {
            width: 25px;
            height: 25px;
        }

        .backbuttonimg {
            width: 25px;
            height: 25px;
            padding: 0px;
        }

        .nextobjectlimg {
            width: 25px;
            height: 25px;
        }

        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }

        .padding-vertical {
            padding-right: 0rem;
            padding-left: 0rem;
        }

        .max-width-medium {
            margin-top: 20px;
        }

        .header-70vh {
            min-height: 65vh;
        }

        .positionenbtn2 {
            width: 110px;
            margin-top: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            font-size: 13px;
        }

        .shopsflex {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }

        .auktionsbtn {
            width: 140px;
            margin-top: 0px;
            margin-right: 12.5px;
            padding-top: 5px;
            padding-bottom: 5px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
            font-size: 13px;
        }

        .button-tertiary.margin-left.margin-xxsmall {
            margin-bottom: 5px;
        }

        .page-padding-3 {
            padding-top: 10px;
        }

        .layout32_content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .heading-small {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .layout32_item-text-wrapper {
            width: 100%;
            margin-bottom: 10px;
        }

        .div-block-19 {
            margin-bottom: 5px;
        }

        .paragraph-2 {
            margin-bottom: 5px;
        }

        .nachverkaufheader {
            left: 0%;
            top: 0%;
            right: auto;
            bottom: auto;
            font-size: 40px;
        }

            .nachverkaufheader.position {
                left: 0%;
                top: 0%;
                right: auto;
                bottom: auto;
                margin-top: 50px;
                -webkit-transform: rotate(-30deg);
                -ms-transform: rotate(-30deg);
                transform: rotate(-30deg);
                font-size: 40px;
            }
    }

    #w-node-_6920b9ef-8970-2204-0c36-0253ca9c6c46-4646f523 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d1-4646f523 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d3-4646f523 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d5-4646f523 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d7-4646f523 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d9-4646f523 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31db-4646f523 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31df-4646f523 {
        -ms-grid-column-align: start;
        justify-self: start;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-a8853a40-df52-eda8-add7-a5e0720b017e-e45a3512 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a8853a40-df52-eda8-add7-a5e0720b0180-e45a3512 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a8853a40-df52-eda8-add7-a5e0720b0185-e45a3512 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a8853a40-df52-eda8-add7-a5e0720b0187-e45a3512 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a8853a40-df52-eda8-add7-a5e0720b018f-e45a3512 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-a8853a40-df52-eda8-add7-a5e0720b0192-e45a3512 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a6844c93-73ce-fa43-a45b-0c8b9a98608c-4366d40c {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a6844c93-73ce-fa43-a45b-0c8b9a98608e-4366d40c {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a6844c93-73ce-fa43-a45b-0c8b9a986090-4366d40c {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a6844c93-73ce-fa43-a45b-0c8b9a986092-4366d40c {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a6844c93-73ce-fa43-a45b-0c8b9a986094-4366d40c {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a6844c93-73ce-fa43-a45b-0c8b9a986096-4366d40c {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-a6844c93-73ce-fa43-a45b-0c8b9a986098-4366d40c {
        -ms-grid-column-align: start;
        justify-self: start;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-cd6e72a1-52ec-d671-7a9a-aa4c4e0709f4-c7bc4dae {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_900583e5-5861-5b55-2ebc-ebb1a6b9394c-a4f4ce3a {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_900583e5-5861-5b55-2ebc-ebb1a6b9394e-a4f4ce3a {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_900583e5-5861-5b55-2ebc-ebb1a6b93950-a4f4ce3a {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_900583e5-5861-5b55-2ebc-ebb1a6b93952-a4f4ce3a {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_900583e5-5861-5b55-2ebc-ebb1a6b93954-a4f4ce3a {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_900583e5-5861-5b55-2ebc-ebb1a6b93956-a4f4ce3a {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_900583e5-5861-5b55-2ebc-ebb1a6b93958-a4f4ce3a {
        -ms-grid-column-align: start;
        justify-self: start;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_6920b9ef-8970-2204-0c36-0253ca9c6c46-54dc59a6 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d1-54dc59a6 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d3-54dc59a6 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d5-54dc59a6 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d7-54dc59a6 {
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31d9-54dc59a6 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31db-54dc59a6 {
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-d4f7508f-5021-bc92-38c8-c877b77d31df-54dc59a6 {
        -ms-grid-column-align: start;
        justify-self: start;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    @media screen and (max-width: 479px) {
        #w-node-aaf3af82-c3d0-ce70-a0d2-6f26c0a5b592-50f67e35 {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-aaf3af82-c3d0-ce70-a0d2-6f26c0a5b5a0-50f67e35 {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_96a67750-a855-7cc5-1412-f4e16326e973-50f67e35 {
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1;
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
        }

        #w-node-_8871a04d-7e0b-f68a-c89a-d76a9b558c87-4646f523 {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_46e1eb75-1ade-7c84-19ab-1ed2ab608a16-e45a3512 {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_9cce0272-dba1-d910-1574-41a2b2f256d2-ec3e2eb0 {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-bf7dc111-8871-ede3-fefa-75273f1bc0da-1bcba66e {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_65c92793-d6ce-93d3-ca3b-63475574137c-1f973cbb {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_9511b66a-7a7d-7cc1-768e-1ee5dd3261cd-585f959d {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_2ecfcdd7-e125-13ea-381d-97ee21651c6a-58cbffe9 {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_94ae2eea-921e-36fe-6872-5acfaad74484-4366d40c {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_4b5000af-9fba-772a-6541-65c0930b8c74-c7bc4dae {
            -ms-grid-row: span 1;
            grid-row-start: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1;
            -ms-grid-column: span 1;
            grid-column-start: span 1;
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
        }

        #w-node-dff09b86-5049-d606-69cf-4e83600de36e-c7bc4dae {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-ef55b8c9-6154-a718-fe11-bd97b326e266-a4f4ce3a {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-ef55b8c9-6154-a718-fe11-bd97b326e278-a4f4ce3a {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-ef55b8c9-6154-a718-fe11-bd97b326e286-a4f4ce3a {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_57f1513a-06aa-4412-1c54-1eff938205e7-a4f4ce3a {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_7bd4dc7e-0554-d04d-0b85-5ac2b323c8f7-863d4d7d {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        #w-node-_8871a04d-7e0b-f68a-c89a-d76a9b558c87-54dc59a6 {
            -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }
    }

