.antragssuche {
  .searchform_wrapper {
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.15) inset;
    background-color: white;
    @media all and (min-width: 640px) {
      padding-top: 46px;
      padding-bottom: 46px;
    }
    .often_searched_title {
      color: #30737f;
    }
    .most_searched {
      width: 100%;
      max-width: 860px;
      margin: 0 auto;
      @media all and (max-width: 359px) {
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }
    .antragssuche_form {
      width: 100%;
      max-width: 860px;
      margin: 0 auto;
      margin-top: 24px;
      background-color: #30737f;
      .form--inline,
      .form-item {
        position: relative;
        width: 100%;
      }
      .form-type-textfield {
        width: 100%;
      }
      .form-actions {
        @media all and (min-width: 640px) {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          aspect-ratio: 1/1;
          overflow: hidden;
          z-index: 2;
          &:before {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            content: '';
            background-image: url('../../images/icons/search.svg');
            background-repeat: no-repeat;
            background-size: 80%;
            background-position: center center;
            display: block;
            z-index: 1;
            background-color: #faf0e8;
            border: 2px solid #fff;
          }
        }

        input {
          position: relative;
          width: 100%;
          overflow: hidden;
          border: none;
          z-index: 2;
          background-color: #faf0e8;
          @media all and (min-width: 640px) {
            aspect-ratio: 1/1;
            font-size: 0;
            background-color: unset;
          }
        }
      }
    }
  }
  .application-cluster {
    background-color: #FAF0E8;
    border-color: #30737F;
    color: #30737F;
  }
  .search_results {
    .masonry-layout-antragssuche {
      .masonry-item {
        width: 100%;
        @media all and (min-width: 768px) {
          width: calc(50% - 10px);
        }
      }
    }
    .masonry-gap {
      gap: 20px;
    }
  }
}
.color-red {
  color: #891249;
}
.btn-red {
  &:hover {
    background-color: #FAF0E8;
  }
}

.noshadow {
  .antragssuche {
    .searchform_wrapper {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 3.5rem;
    }
  }
}
