@charset "UTF-8";

.awidoRoot {
  /* ab 17.08.2021 wird IE eingestellt
      Möglichkeit ab hier alle Einstellungen mit Prefix -ms- zu entfernen
      (V2 funktioniert ohnehin nicht im IE) <- bis jetzt!
      zb.: display: -ms-flexbox;
  */
  /* Browserweite Einstellungen von Flexbox, Translate etc.:
      https://autoprefixer.github.io/
  */
  /* deaktiviert horizontales scrollen in mobiler Ansicht*/
  /*.filter-mobile {
      display: none;
  }

  .filter-pc {
      display: block;
  }*/
  /* ----- Markt Inserat Cards (MIC) ----- */
  /* card hover mechanic */
  /* gallery-album hover mechanic */
  /* ----- media & responsiveness mic ----- */
  /* ----- Popup & Formular ----- */
  /* ----- Product Section ----- */
  /* ----- media & responsiveness popup body ----- */
  /* ----- Photo Section ----- */
  /* ----- gallery format ----- */
  /*  ----- media & responsiveness popup gallery ----- */
  /* ----- Informations Section ----- */
  /* ----- media & responsiveness popup info ----- */
}
@media only screen and (max-width: 1050px) {
  .awidoRoot html, .awidoRoot body {
    overflow-x: hidden;
  }
  .awidoRoot body {
    position: relative;
  }
}
@media only screen and (max-width: 700px) {
  .awidoRoot .awido.generalform .form-control:not(.owner) input {
    width: 75% !important;
  }
  .awidoRoot .awido.generalform .form-control:not(.owner) span {
    width: 25% !important;
  }
  .awidoRoot .generalform .form-control .label {
    width: 25%;
  }
  .awidoRoot .awido.generalform .form-control:not(.owner) span,
  .awidoRoot .awido.generalform .form-control:not(.owner) input,
  .awidoRoot .awido.generalform .form-control textarea,
  .awidoRoot .awido.generalform .form-control select {
    text-align: left !important;
  }
  .awidoRoot input#widget_EmailViewCb,
  .awidoRoot input#widget_TelefonViewCb {
    width: 100px !important;
    margin-left: 19%;
  }
}
@media only screen and (max-width: 480px) {
  .awidoRoot #AwidoMarktContainer .filter {
    height: 240px;
    width: 80%;
    margin: auto;
    background-color: #D2DBDD;
    height: 0;
    z-index: 10000;
  }
}
.awidoRoot .right-el {
  margin: 5px 0 5px 5px;
}
.awidoRoot .button {
  background-image: none;
}
.awidoRoot .awido__body {
  clear: both;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.awidoRoot .awido__body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.awidoRoot .awido__body ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.awidoRoot .awido__body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}
.awidoRoot color1 markt-action-btn .fa-icon {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awidoRoot .fa-icon::before {
  padding-right: 5px;
  font-family: "Font Awesome 6 Pro";
  width: 1.1em;
  text-align: center;
  display: inline-block;
}
.awidoRoot .actions-flex {
  /*display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;*/
  margin: 0 auto;
}
.awidoRoot .markt__inserat {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}
.awidoRoot .markt__inserat .inserat {
  width: 100%;
}
.awidoRoot .mc__container {
  background-color: #D2DBDD;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(300px, 500px));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.awidoRoot .mc__container > * {
  flex: 1 1 calc(2% + 1em);
  -ms-flex: 1 1 calc(2% + 1em);
}
.awidoRoot .form-control.preisvorstellung.markt {
  display: none !important;
}
.awidoRoot .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-basis: calc(959040px - 99900%);
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  max-height: 50%;
  position: relative;
  border-radius: 0.7em;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  min-width: 30%;
  max-width: 255px;
}
.awidoRoot .mic--clickable {
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
}
.awidoRoot .mic__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25%;
  min-height: 250px;
}
.awidoRoot .mic__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 25%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}
.awidoRoot .mic__info {
  height: 8rem;
  z-index: 2;
  background-color: #fff;
  padding: 0.4rem 1rem 1.7rem 1rem;
}
.awidoRoot .mic__info-hover {
  position: absolute;
  padding: 1rem;
  width: 80%;
  opacity: 0;
  top: 0;
}
.awidoRoot .mic__section {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  text-align: center;
  height: 2rem;
}
.awidoRoot .infotext.datenschutz {
  margin-left: 25%;
}
.awidoRoot .v3 .infotext.datenschutz {
  margin-left: 7px;
}
.awidoRoot .note {
  margin-left: 7px;
}
.awidoRoot .modal-header {
  background: #0c6036;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  text-align: center;
  height: 2rem;
}
.awidoRoot modal-header__inner {
  height: 100%;
  line-height: 2rem;
}
.awidoRoot .mic__section__inner {
  height: 100%;
  line-height: 2rem;
}
.awidoRoot .mic__info-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.7rem;
  line-height: 1.1em;
}
.awidoRoot .mic__category {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awidoRoot .mic__price {
  color: #333;
  text-align: right;
  flex-grow: 0;
  flex-shrink: 0;
}
.awidoRoot .mic__title {
  color: #333;
  font-size: 1.3rem;
  margin-top: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.awidoRoot .mic__info-footer {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0.6rem;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.7rem;
  line-height: 1.1em;
  width: 90%;
}
.awidoRoot .mic__info .mic__info-footer {
  width: 87%;
}
.awidoRoot .mic__location {
  color: #868686;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-basis: 60%;
}
.awidoRoot .mic__date {
  color: #868686;
  text-align: right;
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 0;
}
.awidoRoot .card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.05, 1.05);
}
.awidoRoot .card:hover .mic__img--hover {
  height: 100%;
  opacity: 0.3;
}
.awidoRoot .card:hover .mic__info {
  background-color: transparent;
  position: relative;
}
.awidoRoot .card:hover .mic__info--hover {
  opacity: 1;
}
.awidoRoot .gallery-img:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.15, 1.15);
}
.awidoRoot #AwidoMarktContainer .gallery-img {
  -moz-transition: all 0s ease !important;
  -o-transition: all 0s ease !important;
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
  min-height: 40px;
  min-width: 40px;
}
@media only screen and (max-width: 1050px) {
  .awidoRoot .mc__container {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .awidoRoot .mic__info {
    height: 5rem;
  }
  .awidoRoot .mic__img {
    height: 20%;
    min-height: 200px;
  }
  .awidoRoot .mic__img--hover {
    max-height: 20%;
  }
  .awidoRoot .card .mic__section {
    font-size: 0.6rem;
    height: 1rem;
  }
  .awidoRoot .card .mic__section__inner {
    height: 100%;
    line-height: 1rem;
  }
  .awidoRoot .mic__category {
    font-size: 0.6rem;
  }
  .awidoRoot .mic__title {
    font-size: 1rem;
    margin-bottom: 10%;
    margin-top: 0;
    -webkit-line-clamp: 2;
  }
  .awidoRoot .mic__info-footer {
    bottom: 0.4rem;
  }
  .awidoRoot .product {
    max-height: 600px;
    min-height: 400px;
  }
  .awidoRoot .product .gallery {
    max-height: 650px;
    min-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .awidoRoot .mc__container {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    clear: both;
  }
  .awidoRoot .card:hover {
    transform: none;
  }
  .awidoRoot .card {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
    background: #fff;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    height: 100px;
  }
  .awidoRoot .card .mic__section {
    -webkit-transform: translate(-42.5%, 260%) rotate(270deg);
    -moz-transform: translate(-42.5%, 260%) rotate(270deg);
    -ms-transform: translate(-42.5%, 260%) rotate(270deg);
    -o-transform: translate(-42.5%, 260%) rotate(270deg);
    transform: translate(-42.5%, 260%) rotate(270deg);
    z-index: 1;
    position: absolute;
    width: 100px;
    letter-spacing: 0.1rem;
    font-weight: 400;
  }
  .awidoRoot .mic__img-box {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-basis: 140px;
    flex-shrink: 0;
    width: 38.2%;
    height: 100px;
    background: no-repeat center;
    overflow: hidden;
    background-position: center;
    flex-direction: column;
    position: relative;
  }
  .awidoRoot .mic__img {
    height: 100%;
    min-height: 100px;
    object-fit: cover;
    display: block;
  }
  .awidoRoot .mic__info {
    -webkit-transform: translate(61.5%, -100%); /*Safari and Chrome */
    -moz-transform: translate(61.5%, -100%); /*Firefox */
    -ms-transform: translate(61.5%, -100%); /* IE 9 */
    -o-transform: translate(61.5%, -100%); /*Opera */
    transform: translate(61.5%, -100%);
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 7px 10px 7px 7px;
    justify-content: space-between;
    height: 100px;
    width: 61.8%;
  }
  .awidoRoot .mic__info .mic__info-footer {
    width: 93%;
  }
  .awidoRoot .mic__category {
    /*        margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    position: absolute;
    width: 95%;*/
  }
  .awidoRoot .mic__price {
    /*        top: 1.2em;
    right: 1em;*/
  }
  .awidoRoot .mic__title {
    /* margin-top: 1.2rem;*/
    font-size: 1rem;
  }
  .awidoRoot .mic__further_info {
    font-size: 0.6rem;
    line-height: 0.9em;
  }
}
.awidoRoot .overlay {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: grey;
  display: none;
  z-index: 9998;
}
.awidoRoot .popup__body {
  display: grid;
  grid-template-rows: 1fr;
  font-family: "Segoe UI", sans-serif;
  color: #333;
}
.awidoRoot .popup__body h3 {
  font-size: 0.7rem;
  letter-spacing: 1.2px;
  padding-top: 1em;
  margin: 0;
}
.awidoRoot .popup__body img {
  max-width: 100%;
}
.awidoRoot .popup {
  position: fixed;
  min-width: 50%;
  left: 50%;
  top: 40%;
  border-radius: 0.7em;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}
.awidoRoot .popup h2 {
  text-align: center;
  white-space: nowrap;
}
.awidoRoot .popup:target {
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.awidoRoot .popup .mic__section__inner {
  border-radius: 0.7em 0.7em 0 0;
}
.awidoRoot .popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
.awidoRoot .popup .close {
  cursor: pointer;
  color: white;
  position: absolute;
  right: 5px;
  top: 3px;
  padding: 5px;
  transition: color 0.3s;
  font-size: 1.5em;
  line-height: 0.6em;
  font-weight: bold;
  text-decoration: none;
}
.awidoRoot .popup .close .fa {
  font-size: 0.9em;
}
.awidoRoot .popup .content {
  max-height: 30%;
  overflow: auto;
}
.awidoRoot .close-popup {
  opacity: 0.5 !important;
  background: #333;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
}
.awidoRoot .popup:target + .close-popup {
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.awidoRoot .popupBtn {
  text-decoration: none;
}
.awidoRoot .popup-hide {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.awidoRoot .popup-hide:target {
  visibility: visible;
  opacity: 1;
}
.awidoRoot .product {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  margin: auto;
  padding-top: 2em;
  min-width: 600px;
  background-color: #fff;
  border-radius: 0 0 0.7em 0.7em;
  height: min-content;
  width: 100%;
  min-height: 45%;
  color: #333;
}
@media only screen and (max-width: 1050px) {
  .awidoRoot .popup {
    min-width: 30%;
  }
  .awidoRoot .product {
    height: 60%;
  }
}
@media only screen and (max-height: 1366px) {
  .awidoRoot .product {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 480px), screen and (max-height: 550px) {
  .awidoRoot .popup {
    border-radius: 0;
    transform: revert;
    position: absolute;
    height: 98%;
    width: 98%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 1%;
  }
  .awidoRoot .popup .mic__section__inner {
    border-radius: 0;
  }
  .awidoRoot .popup .close {
    padding: 0;
    font-size: 2em;
    top: 3px;
  }
  .awidoRoot .close-popup {
    opacity: 1 !important;
    background: #fff;
  }
  .awidoRoot .product {
    padding: 0;
    min-width: revert;
    border-radius: 0;
    grid-template-columns: revert;
    grid-template-rows: 0.65fr 1fr;
    display: initial;
  }
  .awidoRoot .ui-content {
    padding: 0px;
  }
}
.awidoRoot .product__gallery {
  position: relative;
}
.awidoRoot .popup__body .gallery {
  position: absolute;
  left: -2.5em;
  display: grid;
  grid-template-rows: 1fr;
  width: 100%;
  height: 90%;
  border-radius: 0.7em;
  background: #fff;
  box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);
}
.awidoRoot .gallery .fa-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.awidoRoot .gallery__images {
  border-radius: 0.7em;
  background-color: #D2DBDD;
  position: relative;
}
.awidoRoot .gallery__images .controls {
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  color: white;
}
.awidoRoot .gallery__img {
  border-radius: 0.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin-right: -50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.awidoRoot .img__modal-holder {
  display: none;
  position: fixed;
  z-index: 1;
  margin: -1px; /* to make sure we cover img in background */
  width: 120%;
  height: 120%;
  margin-left: -2%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 5px;
  overflow: hidden;
}
.awidoRoot .img__modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.awidoRoot .img__modal-content {
  background-color: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.awidoRoot .img__modal-content .next {
  position: absolute;
  bottom: 10%;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
}
.awidoRoot .img__modal-content .previous {
  position: absolute;
  bottom: 10%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.awidoRoot .modalvisible {
  display: block;
}
.awidoRoot .gallery__preview,
.awidoRoot .galleryPreviewDiv {
  overflow: hidden;
}
.awidoRoot .gallery__album {
  padding: 0;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  overflow: hidden;
}
.awidoRoot .gallery__album ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.awidoRoot .gallery__album li {
  margin: 0.3em;
  display: inline-table;
  position: relative;
  float: left;
  width: 6.5%;
  height: 6.5%;
  padding: 7px;
}
.awidoRoot .gallery__album-img-holder {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.awidoRoot .gallery__album img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  object-fit: cover;
}
.awidoRoot div#widget_AwidoMarktEditor {
  background-color: #D2DBDD;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 10px 10px 15px silver;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
  .awidoRoot .gallery {
    height: 50%;
  }
}
@media only screen and (max-width: 480px), screen and (max-height: 550px) {
  .awidoRoot input#widget_EmailViewCb, .awidoRoot input#widget_TelefonViewCb, .awidoRoot input#widget_deleteIcon, .awidoRoot input#widget_rotateIcon, .awidoRoot input#widget_NutzungsbedingungenCB {
    width: auto !important;
  }
  .awidoRoot .popup__body .product__gallery {
    width: 100%;
    height: 60%;
    max-height: 430px;
    border-radius: 0;
    margin-bottom: 1em;
  }
  .awidoRoot .popup__body.galleryPopup .product__gallery {
    height: 50%;
    min-height: 400px;
  }
  .awidoRoot .popup__body .gallery {
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 0;
    height: 30%;
    max-height: 100%;
  }
  .awidoRoot .popup__body.galleryPopup .gallery {
    height: 50%;
    min-height: 400px;
  }
  .awidoRoot .gallery__images {
    border-radius: 0;
  }
  .awidoRoot .img__modal-holder {
    height: 300%;
    width: 100%;
    border-radius: 0;
    margin: 0;
    top: 0;
    left: 0;
    transform: revert;
  }
  .awidoRoot .img__modal-inner {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .awidoRoot .img__modal-content {
    background-position: center top;
  }
  .awidoRoot .gallery__preview {
    width: 100%;
  }
  .awidoRoot .gallery__img {
    border-radius: 0;
  }
  .awidoRoot .gallery-album {
    overflow-x: auto;
    padding-bottom: 0;
    width: 100vw;
  }
  .awidoRoot .gallery__album ul {
    width: 100%;
  }
  .awidoRoot .description p {
    overflow-y: auto;
    padding-right: 0;
  }
  .awidoRoot .img__modal-content .next,
  .awidoRoot .img__modal-content .previous {
    display: none;
  }
}
.awidoRoot .product__info {
  padding: 0.8em 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  justify-content: start;
  position: relative;
  color: #333;
}
.awidoRoot .product__header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  text-decoration: none;
  width: 95%;
  max-width: 95%;
  font-size: 1rem;
}
.awidoRoot .product__header .mic__category {
  letter-spacing: revert;
  font-size: inherit;
  font-weight: 500;
  text-align: left;
}
.awidoRoot .product__header .mic__date {
  font-size: 0.8rem;
  color: inherit;
}
.awidoRoot .product .mic__title {
  margin: 0.5rem 0 1rem 0;
  width: 90%;
  -webkit-line-clamp: 3;
}
.awidoRoot .product .mic__location {
  color: inherit;
  flex-basis: auto;
}
.awidoRoot .product__price {
  font-size: 0.9rem;
}
.awidoRoot .product__mail-price-holder {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  max-width: 95%;
}
.awidoRoot .description {
  clear: left;
  margin: 0;
  max-height: 35%;
  min-height: fit-content;
  width: 95%;
}
.awidoRoot .description p {
  height: 90%;
  overflow-y: auto;
  padding-right: 0.1em;
  margin-top: 0;
}
.awidoRoot .product__footer {
  padding-top: 1em;
  display: flex;
  justify-content: center;
}
.awidoRoot .markt-action-btn {
  text-decoration: none;
  padding: 1em 2.1em;
  border: none;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: white;
  box-shadow: 2px 2px 25px -7px #868686;
  cursor: pointer;
  align-self: center;
  margin: 1em;
  white-space: nowrap;
  width: min-content;
}
.markt-action-btn .awidoRoot:active {
  transform: scale(0.97);
}
.awidoRoot a.resend {
  position: absolute;
  display: block;
  font-size: 1.5em;
  width: min-content;
  right: 7px;
  bottom: 5px;
}
.awidoRoot a#widget_rotateIcon1,
.awidoRoot a#widget_deleteIcon1,
.awidoRoot a#widget_rotateIcon2,
.awidoRoot a#widget_deleteIcon2,
.awidoRoot a#widget_rotateIcon3,
.awidoRoot a#widget_deleteIcon3,
.awidoRoot a#widget_rotateIcon4,
.awidoRoot a#widget_deleteIcon4 {
  text-decoration: none;
  color: #333;
  background-color: #c8c7c7;
  opacity: 0.8;
  position: absolute;
  padding: 3px 6px;
  border: 1px solid #fff;
  border-radius: 4px;
  z-index: 1000;
}
.awidoRoot a#widget_deleteIcon1,
.awidoRoot a#widget_deleteIcon2,
.awidoRoot a#widget_deleteIcon3,
.awidoRoot a#widget_deleteIcon4 {
  left: 4px;
}
.awidoRoot a#widget_rotateIcon1,
.awidoRoot a#widget_rotateIcon2,
.awidoRoot a#widget_rotateIcon3,
.awidoRoot a#widget_rotateIcon4 {
  left: 218px;
}
.awidoRoot img#widget_InseratBildShow1,
.awidoRoot img#widget_InseratBildShow2,
.awidoRoot img#widget_InseratBildShow3,
.awidoRoot img#widget_InseratBildShow4 {
  height: 100%;
  max-width: 250px;
  max-height: 500px;
}
.awidoRoot div#Image3row {
  margin-left: 25%;
}
.awidoRoot span#widget_ImageRow1,
.awidoRoot span#widget_ImageRow2,
.awidoRoot span#widget_ImageRow3,
.awidoRoot span#widget_ImageRow4 {
  height: auto;
  max-height: 500px;
  max-width: 250px;
  margin-right: 15px;
}
.awidoRoot a#widget_uploadButton1,
.awidoRoot a#widget_uploadButton2,
.awidoRoot a#widget_uploadButton3,
.awidoRoot a#widget_uploadButton4 {
  position: absolute;
  left: 58px;
  top: 60%;
  opacity: 0.8;
  border: 1px solid #fff;
  height: 29px;
  padding-top: 2px;
}
.awidoRoot .image-position {
  position: relative;
  width: 225px;
  height: auto;
  max-width: 300px;
  margin-right: 15px;
  float: left;
  text-align: center;
}
.awidoRoot #ListViewImageUpload {
  margin-top: 30px;
}
.awidoRoot #widget_TextBoxErstellenTitel {
  margin-top: 30px;
}
.awidoRoot input#widget_tb1 {
  color: #fff;
  background-color: #c8c7c7;
  opacity: 0.8;
  position: absolute;
  padding: 3px 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  left: 5px;
  top: 5px;
  z-index: 1000;
  width: 48px;
}
.awidoRoot .ss-slider {
  height: 100%;
  overflow: hidden;
}
.awidoRoot .ss-slider > .ss-slides {
  height: 100%;
  overflow: hidden;
  user-select: none;
  width: 100%;
}
.awidoRoot .ss-slider > .ss-slides > .ss-slide {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .awidoRoot .description {
    margin: 1em 0;
  }
  .awidoRoot .product__header {
    font-size: 0.8rem;
    width: 98%;
  }
  .awidoRoot .product__mail-price-holder {
    width: 98%;
  }
  .awidoRoot .description {
    width: 98%;
  }
  .awidoRoot .product__footer {
    justify-content: space-between;
  }
  .awidoRoot a.resend {
    align-self: flex-end;
    position: relative;
  }
  .awidoRoot .image-position {
    width: 225px;
  }
}
@media only screen and (max-width: 600px), screen and (max-height: 550px) {
  .awidoRoot a#widget_uploadButton1,
  .awidoRoot a#widget_uploadButton2,
  .awidoRoot a#widget_uploadButton3,
  .awidoRoot a#widget_uploadButton4 {
    left: 27%;
  }
  .awidoRoot a#widget_deleteIcon1,
  .awidoRoot a#widget_deleteIcon2,
  .awidoRoot a#widget_deleteIcon3,
  .awidoRoot a#widget_deleteIcon4 {
    left: 4px;
  }
  .awidoRoot a#widget_rotateIcon1,
  .awidoRoot a#widget_rotateIcon2,
  .awidoRoot a#widget_rotateIcon3,
  .awidoRoot a#widget_rotateIcon4 {
    left: 90%;
  }
  .awidoRoot .image-position {
    width: 100%;
    max-width: 550px;
  }
  .awidoRoot img#widget_InseratBildShow1,
  .awidoRoot img#widget_InseratBildShow2,
  .awidoRoot img#widget_InseratBildShow3,
  .awidoRoot img#widget_InseratBildShow4 {
    width: 100%;
    max-width: 550px;
    max-height: unset;
  }
  .awidoRoot input#widget_tb1 {
    width: 48px !important;
  }
  .awidoRoot div #Image3row {
    margin-left: 0;
  }
  .awidoRoot .product__info {
    padding: 0;
    width: 100%;
  }
  .awidoRoot .product__header {
    width: 98%;
  }
  .awidoRoot .product__mail-price-holder {
    width: 98%;
  }
  .awidoRoot .description {
    margin-top: 0;
    max-height: 15%;
  }
  .awidoRoot .product .mic__title {
    margin-bottom: 1em;
    font-size: 1.2rem;
  }
  .awidoRoot .product__info {
    padding: 0.5em 0.5em;
  }
  .awidoRoot .product__header .mic__date {
    font-size: inherit;
  }
  .awidoRoot .product__mail-price-holder .mic__price {
    top: revert;
    right: 1em;
  }
  .awidoRoot .description {
    margin: 1em 0;
    margin-top: 0;
    max-height: 25%;
  }
  .awidoRoot .markt-action-btn {
    padding: 1em 1.1em;
    font-size: inherit;
    margin: 1em 0.2em 1em 0.2em;
    float: left;
  }
  .awidoRoot a.resend {
    position: absolute;
    bottom: 17px;
    right: 14px;
    font-size: 2.5em;
  }
  .awidoRoot .product__footer {
    justify-content: left;
  }
  .awidoRoot .actions-flex {
    /*  -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;*/
    padding: 0.5em 0 0 0;
  }
  .awidoRoot .actions-flex .markt-action-btn {
    font-size: 0.9rem;
    margin: 0;
  }
  .awidoRoot input#widget_tb1 {
    color: #fff;
    background-color: #c8c7c7;
    opacity: 0.8;
    position: absolute;
    padding: 3px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    left: 5px;
    top: 5px;
    z-index: 1000;
    width: 48px;
  }
}