.marketplace-detail {
  margin-block: clamp(3.571rem, 2.741rem + 2.422vw, 5.357rem) clamp(6rem, 5.07rem + 2.713vw, 8rem); }
  .marketplace-detail .inside {
    width: 90%;
    max-width: 1266px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1280px) {
      .marketplace-detail .inside {
        width: 100%;
        margin: 0;
        max-width: none;
        padding-left: clamp(4.429rem, -20.005rem + 26.724vw, 8.857rem); } }
  .marketplace-detail .column-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 72px; }
    .marketplace-detail .column-content > div, .marketplace-detail .column-content figure {
      max-width: 62rem; }
  .marketplace-detail .column-sidebar {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .marketplace-detail .column-sidebar div[data-google-query-id] {
      max-width: max-content;
      margin: 0 auto 3.43rem; }
      .marketplace-detail .column-sidebar div[data-google-query-id]:before {
        content: 'Anzeige';
        display: block;
        margin-bottom: 0.35rem;
        font-size: 14px;
        line-height: 1.5;
        font-size: 0.836rem;
        color: #4A4B4D;
        text-align: left; }
  @media only screen and (min-width: 1280px) {
    .marketplace-detail .column-content {
      width: calc(95% - 340px);
      margin-right: 5%; }
    .marketplace-detail .column-sidebar {
      position: sticky;
      width: 300px;
      top: calc(var(--header-height) - 2.5rem); } }
  .marketplace-detail .section-heading {
    font-size: clamp(1.443rem, 1.31rem + 0.388vw, 1.729rem); }
  .marketplace-detail .contact-form-btn {
    cursor: pointer; }
  .marketplace-detail .section-text {
    font-size: 14px;
    line-height: 1.5;
    font-size: clamp(1.143rem, 1.076rem + 0.194vw, 1.286rem); }
    .marketplace-detail .section-text > * {
      font-size: 14px;
      line-height: 1.5;
      font-size: clamp(1.143rem, 1.076rem + 0.194vw, 1.286rem); }
      .marketplace-detail .section-text > * a {
        font-size: inherit; }
      .marketplace-detail .section-text > *:last-child {
        margin-bottom: 0; }
  .marketplace-detail-header-heading {
    font-size: clamp(1.729rem, 1.376rem + 1.027vw, 2.486rem);
    margin-bottom: 0.23em; }
  .marketplace-detail-header span {
    font-size: 14px;
    line-height: 1.5;
    font-size: clamp(1.071rem, 1.012rem + 0.174vw, 1.2rem);
    margin: 0 2rem 1rem 0; }
    .marketplace-detail-header span:last-child {
      margin: 0; }
  .marketplace-detail-description .section-text {
    margin-bottom: 1.715rem; }
  .marketplace-detail-placement-image {
    width: 100%;
    max-width: 62rem; }
  .marketplace-detail-contact {
    color: #00305B;
    background-color: #E5EAEF;
    padding: 2.857rem; }
    .marketplace-detail-contact a {
      font: inherit; }
      .marketplace-detail-contact a:not(:hover) {
        color: #00305B;
        text-decoration-color: #00305B; }
    .marketplace-detail-contact span {
      display: block;
      margin-bottom: 0.72rem; }
      .marketplace-detail-contact span.marketplace-detail-contact-name {
        margin-bottom: 0; }
    .marketplace-detail-contact-mail {
      margin-bottom: 1.428rem; }
  .marketplace-detail-related .section-heading {
    font-size: clamp(1.729rem, 1.376rem + 1.027vw, 2.486rem); }
  .marketplace-detail-related-items {
    list-style-type: none;
    padding: 0; }
  .marketplace-detail-help p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-weight: 600; }
  .marketplace-detail-contact-popup {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    z-index: -10;
    display: none; }
    .marketplace-detail-contact-popup.modal-shown {
      display: flex;
      z-index: 1000; }
    .marketplace-detail-contact-popup-inner {
      width: 90%;
      max-width: 46rem;
      max-height: 95svh;
      overflow: auto;
      padding: 3rem;
      background-color: #FFFFFF; }
      .marketplace-detail-contact-popup-inner form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between; }
        .marketplace-detail-contact-popup-inner form > * {
          width: 100%; }
          .marketplace-detail-contact-popup-inner form > *:last-child {
            margin-bottom: 0; }
        .marketplace-detail-contact-popup-inner form .form-wrapper {
          margin-bottom: 2.86rem; }
          @media only screen and (min-width: 580px) {
            .marketplace-detail-contact-popup-inner form .form-wrapper.field--name-field-first-name, .marketplace-detail-contact-popup-inner form .form-wrapper.field--name-field-last-name {
              width: calc(50% - 1.43rem); } }
        .marketplace-detail-contact-popup-inner form input, .marketplace-detail-contact-popup-inner form textarea {
          width: 100%; }
        .marketplace-detail-contact-popup-inner form textarea {
          resize: none; }
        .marketplace-detail-contact-popup-inner form #edit-actions {
          text-align: right; }
          .marketplace-detail-contact-popup-inner form #edit-actions #edit-submit {
            width: auto;
            margin: 0;
            cursor: pointer;
            padding-right: 4.5em;
            background-image: url(../../../icons/icon-arrow-right.svg);
            background-position: right 2.8em top 1.18em;
            background-repeat: no-repeat;
            background-size: 0.8em; }
            .marketplace-detail-contact-popup-inner form #edit-actions #edit-submit:after {
              display: none; }
    .marketplace-detail-contact-popup-close {
      display: block;
      text-align: right;
      margin-bottom: 2rem; }
      .marketplace-detail-contact-popup-close a {
        display: inline-block; }
        .marketplace-detail-contact-popup-close a svg {
          display: block; }

/*# sourceMappingURL=marketplace-detail.css.map */
