.test-preview-project-tile {
  opacity: 0.5;
}

.test-preview-project-tile::after {
  content: "Vorschau";
  background: red;
  padding: 1em;
  display: flex;
  align-content: center;
  justify-content: center;
}

.cpro-sidebyside-3 {
  margin-top: 3em;
  width: 100%;
  margin-bottom: 1em;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 300px);
  line-height: 16px;
  color: black;
  grid-gap: 30px;
  flex-wrap: wrap;
}

.cpro-tile {
  width: 300px;
  height: 530px;
  margin-bottom: 2em;
  border: 1px solid;
  margin-top: 1em;
}

.invest__risk-info {
  border: 2px solid #ffe522;
  margin-top: 2em;
  padding: 2em;
}

.invest-wrappter-center {
  text-align: center;
}

.cpro-tile a {
  color: black;
}

.cpro-tile:hover {
  transform: scale(1.05);
  transition: transform 0.15s ease-out;
  -webkit-font-smoothing: antialiased;
}

.cpro-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.cpro-details {
  position: relative;
  padding: 1em 1em;
}

.cpro-detail.small-text {
  font-size: 11px;
}

.cpro-buttons a {
  display: flex;
  text-decoration: none;
}

.cpro-bottom-details {
  margin: 10px 0px;
  font-size: 13px;
  font-weight: 300;
  min-height: 130px;
}

.cpro-detail.funding-start {
  height: 30px;
}

.cpro-buttons {
  left: -15px;
  top: 320px;
  width: 100%;
  justify-content: end;
  display: flex;
  font-size: 13.5px;
}

.cpro-buttons #link-text {
  padding: 9px 16px 3px;
}

.cpro-buttons #none-link-text {
  padding-top: 14px;
}

.cpro-buttons .download-icon {
  width: 33px;
}

.cpro-gray-button {
  background-color: #f6f6f6;
  color: #838383;
  display: none;
}

.cpro-gray-button:hover {
  background-color: #dddcdc;
  color: #838383;
}

.cpro-black-button {
  color: black;
  background-color: white;
  border: none;
  font-weight: 300;
}

.cpro-black-button:hover {
  background-color: unset;
  border: none;
}

.cpro-img-bottom-text {
  font-size: 12px;
  margin-top: 70px;
  margin-left: 20px;
  display: flex;
}

.cpro-info {
  display: none;
  padding: 7px 13px;
  background-color: white;
  border-radius: 2em;
  z-index: 1;
}

.cpro-info-extend {
  background-color: white;
  border-radius: 0em 2em 2em 0em;
  display: flex;
  display: none;
  width: 190px;
  font-size: 10px;
  padding-top: 7px;
}

.cpro-info-extend:hover {
  display: block;
}

.cpro-info-extend::before {
  width: 30px;
  height: 28px;
  background-color: white;
  display: block;
  content: " ";
  position: absolute;
  margin-left: -3em;
  margin-top: -0.7em;
  z-index: 0;
  border-radius: 2em 0em 0em 2em;
}

.cpro-info:hover + .cpro-info-extend {
  display: block;
}

.cpro-info:hover {
  border-radius: 2em 0em 0em 2em;
}

.cpro-detail {
  display: flex;
  margin-bottom: 12px;
}

.cpro-detail-left {
  width: 100%;
}

.cpro-detail-right {
  width: 100%;
  text-align: right;
}

.cpro-location {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 7px;
  display: none;
}

.cpro-progress-bar {
  margin: 10px 0px;
  padding: 3px 6px;
  background-color: green;
  font-size: 12px;
  justify-content: space-between;
  display: flex;
}

.cpro-project-name {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}

.cpro-threshold {
  height: 75px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.cpro-img-label {
  display: flex;
  flex-direction: row-reverse;
}

.cpro-img-text {
  padding: 1em 1em;
  font-size: 13px;
  position: absolute;
}

.cpro-pending {
  background-color: #fff4c9;
  color: #b79c53;
  padding: 5px 10px;
  border-radius: 1em;
}

.cpro-active {
  background-color: #edf2f8;
  color: #618ba5;
  padding: 5px 10px;
  border-radius: 1em;
}

.cpro-success {
  background-color: #edf8f1;
  color: #74b08a;
  padding: 5px 10px;
  border-radius: 1em;
}

/* Progress */
.cpro-project-progress {
  width: 250px;
  position: absolute;
  margin-top: -29px;
}

.cpro-progress,
.cpro-progress-threshold-reached {
  background: white;
  display: flex;
  height: 20px;
  border: 1px solid #ffe343;
}

.cpro-progress-threshold {
  z-index: 16;
  position: absolute;
  left: 0;
  height: 19px;
  border-style: dashed;
  border-color: #9e9e9e;
  border-width: 0px 1px 0px 0px;
}

.cpro-progress-collected {
  background: #ffe343;
}

.cpro-progress-sum {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  /* z-index: 20; */
  padding: 0.1em 0.35em;
}

.cpro-progress-label {
  width: 240px;
  text-align: left;
  position: absolute;
  z-index: 20;
  padding: 0.15em 0 0.35em 0.75em;
  font-size: 13px;
  font-weight: 600;
}

.cpro-progress-new p {
  margin: 0;
  font-size: 11px;
  padding-top: 0.25em;
  font-weight: 600;
  letter-spacing: 0.15px;
}

.cpro-detail-right,
.cpro-detail-left {
  width: unset;
}

.cpro-detail {
  justify-content: space-between;
}

.cpro-preview {
  border: none;
}

.cpro-preview img {
  height: 100%;
}

@media only screen and (max-width: 1080px) {
  .cpro-sidebyside-3 {
    grid-template-columns: repeat(auto-fill, 300px);
  }
}
.adv-tile {
  background-color: #ffe522;
}

.adv-cont-wrapper {
  padding: 5em 1.5em 2em 1.5em;
}

.adv-tile-text {
  font-size: 25px;
  line-height: 30px;
}

@media only screen and (max-width: 927px) {
  .cpro-sidebyside-3 {
    justify-content: center;
  }
}
.adv-button {
  margin-top: 4em;
  display: flex;
  justify-content: center;
}

.adv-button a {
  line-height: 1.35;
  border-radius: 16px;
  padding: 7px 16px 6px;
  position: relative;
  display: inline-block;
  font-family: "AvenirNextLTPro", Arial, sans-serif;
  overflow: hidden;
  color: #ffe522;
  background-color: black;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

.adv-bold {
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
}

@media only screen and (max-width: 860px) {
  .cpro-project-name {
    text-align: left;
  }
  .cpro-threshold {
    justify-content: center;
  }
  .cpro-threshold-n {
    margin-right: 10px;
  }
  .cpro-buttons {
    text-align: center;
  }
}
.cpro-project-tile-paragraph {
  padding: 3em;
  text-align: center;
  background: white;
  box-shadow: 0px 10px 80px -10px rgba(44, 54, 92, 0.2);
}

.cpro-project-tile-paragraph-headline {
  font-weight: 700;
}

.cpro-tiles-headline {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  hyphens: auto;
}

.cpro-tiles-header {
  max-width: 1080px;
  margin: 0 auto;
}

.cpro-tiles-header-wrapper {
  padding: 2em 0 0 0;
}

.cpro-threshold div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 12px;
  line-height: 17px;
}