.backtoproject {
  margin: 50px auto 0 auto;
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  background: var(--white-color);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.10);
  /*box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;*/
  /*border-bottom: 1px solid var(--main-25-color);*/
  padding: 20px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
}

.backtoprojectslide {
  display: none;
}


.backtoproject-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.backtoproject-inner.additionalinfos {
  padding-top: 20px;
  border-top: 1px solid var(--main-25-color);
  margin-top: 20px;
  justify-content: center;
  gap: 30px;
}


.backtoproject-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}


.backtoproject-item.project span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.backtoproject-item.logo,
.backtoproject-item.btn {
  width: 200px;
  display: flex;
}

.backtoproject-item.logo {
  align-items: flex-start;
}

.backtoproject-item.logo img {
  width: auto;
  max-height: 50px;
  opacity: 1;
 
}

.no-funding .backtoproject-item.logo img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);}

.backtoproject-item.btn {
  align-items: flex-end;
}

.backtoproject-item.project {
  font-size: 1.2em;
  opacity: 1;
}

.praemiendetail .backtoproject button {
  box-shadow: none;
  background: transparent;
  border: 1px solid var(--accent1-color);
  color: var(--accent1-color);
  font-size: 10px;
  margin: 0;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 12px;
}


.backtoproject-item.progress {
  width: 75px;
  height: 35px;
}

.backtoproject-item.currentinfos {
  flex-direction: row;
  gap: 15px;
}

.backtoproject-infos {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  color: var(--main-75-color);
}

.backtoproject-infos span {
  font-weight: 700;
}


.praemieninfo {
  margin: 125px 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.praemieninfo-inner {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  padding:15px 15px;
  height: 100%;
}

.praemiendetailbild,
.praemieninfos {
  width: 50%;
}

.praemiendetailbild {
  padding: 0;
  border-radius: 10px;
}

.praemiendetailbild img {
  width: 100%;
/*  height: 100%;*/
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.praemieninfos {
  padding: 0 0 0 30px;
}


.praemiendetail .titel {
  margin: 10px 0 5px 0;
}

.praemiendetail .headline-b {
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.25;
}

.praemiendetail .headline-c {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.25;
}

.praemieninfos .desc {
  font-size: 1em;
}

.praemiendetail-amount {
  margin-top: 15px;
}

.praemiendetail-amount .cart-item-list-amount {
  width: 100%;
}

.praemiendetail-amount .amount-container {
  align-items: flex-start;
}

.praemieninfos .preis {
  font-size: 1.75em;
  font-weight: 700;
  margin: 15px 0;
}

.praemieninfos .preis span {
  font-size: 0.5em;
  font-weight: 400;
}

.praemieninfos .lieferung {
  font-style: italic;
  font-size: .9em;
}

.praemieninfos button {
  margin: 20px 0 0 0;
  box-shadow: none;
  background: var(--accent1-color);
  color: var(--main-color);
}


.praemiendetail .module {
    padding: 4.25em 3em;
}

.praemiendetail .praemien {
  border-top: 0px;
}

.report-praemie {
  margin-top: 20px;
}

.report-praemie a {
  font-size: 0.9em;
  color: var(--main-50-color);
  text-decoration: none;
}

.report-praemie a:hover {
  color: var(--main-color);
}


.praemiendetail ul li {
  position: relative;
  padding: 0px 0 20px 4px;
  margin-left: -10px;
  font-size: 1.125em;
  line-height: 1.25;
}





/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  .backtoproject-inner {
    padding: 15px 25px;
  }

  .praemieninfo {
    margin: 50px 0;
    padding: 0 25px;
  }
  
}


/* Tablet Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .backtoproject-inner {
    padding: 15px 25px;
  }

  .praemieninfo {
    margin: 50px 0;
    padding: 0 25px;
  }

}


/* Mobile Portrait */
@media only screen and (max-width: 767px) {

  .backtoproject {
    width: 94%;
    padding: 15px;
  }

  .backtoprojectslide {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -12px;
    margin-left: -12px;
    left: 50%;
    z-index: 1;
    transform: rotate(0deg);
    transition: transform 1s ease-out;
    transition-delay: 0s;
  }

  .rotateslide {
    transform: rotate(180deg)!important;
    transition: transform 1s ease-out!important;
    transition-delay: 0s!important;
  }

  .backtoproject-item {
    justify-content: flex-start;
  }

  .backtoproject-item.logo {
    width: auto;
  }

  .backtoproject-item.project {
    font-size: 16px;
    line-height: 1.25;
  }

  .backtoproject-item.project span {
    text-align: left;
    font-size: 12px;
  }

  .backtoproject-item.btn {
    width: 40%;
    justify-content: center;
  }

  .praemiendetail .backtoproject button {
    font-size: 10px;
  }

  .backtoproject-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 5px;
  }

  .backtoproject-inner.additionalinfos {
    padding: 0px 5px 0px 5px;
    margin-top: 10px;
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: nowrap;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s, padding 1s ease;
    border-top: 1px solid var(--white-color);
  }

  .showhideadditional {
    max-height: 1000px!important;
    padding: 15px 5px 10px 5px!important;
    margin-top: 15px!important;
    transition: max-height 3s,padding 1s ease!important;
    border-top: 1px solid var(--main-25-color)!important;
  }

  .hideadditional {
    height: 0;
    opacity: 0;
    transition: all ease .3s;
  }

  .showadditional {
    height: 100%;
    opacity: 1;
    transition: all ease .3s;
  }

  .backtoproject-item.project{
    order: 1;
    flex: 1 0 100%;
    align-items: flex-start;
  }


  .backtoproject-item.currentinfos {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .praemieninfo {
    margin: 25px 0 35px 0;
    padding: 0 20px;
  }

  .praemieninfo-inner {
    flex-direction: column;
    padding: 15px 0;
  }

  .praemiendetailbild, 
  .praemieninfos {
    width: 100%;
  }

  .praemiendetailbild img {
    border-radius: 5px;
  }

  .praemieninfos {
    padding: 0;
    margin-top: 15px;
  }

  .praemiendetail .menge,
  .praemiendetail .lieferung {
    font-size: 12px;
  }

  .praemiendetail .headline-b {
    font-size: 24px;
  }

  .praemiendetail .desc,
  .praemiendetail .report-praemie {
    font-size: 14px;
  }

  .praemiendetail .preis {
    font-size: 22px;
  }

  .praemiendetail .fp-accordion-item .fp-acc-content p {
    padding-bottom: 0px;
  }

  .praemiendetail ul li {
    padding: 0px 0 15px 4px;
    margin-left: -15px;
    font-size: 14px;
  }

  .praemiendetail .headline-c {
      font-size: 20px;
  }

  .praemiendetail .module-headline {
    margin-bottom: 20px;
  }

  .praemiendetail .projectsharing {
    margin-top: 0;
  }

  .praemiendetail .projectsharing-icon svg {
    max-height: 25px;
    max-width: 25px;
  }

  .praemiendetail .praemien {
    margin-top: 0px;
  }

  .praemiendetail .module.mehrpraemien {
    margin-bottom: 50px;
  }

}


/*Anpassungen*/
.praemiendetail .praemieninfo .praemienkauf {appearance: none;
    display: inline-block;
    border-radius: 1.6666666666666667em;
    padding: 0.75em 1.9em;
    outline: 0;
    cursor: pointer;
    margin: 1.5em auto 0 auto;
    box-shadow: 0 0.47619047619047616em 0.7142857142857143em 0 rgba(0,0,0,0.10);font-size: 1.125em;font-weight: 500;color:var(--white-color);}

.backtoproject .backtoproject-item .btn-standard-small:after {height:10px;}
.praemieninfos button:disabled {background-color:var(--main-25-color);color:var(--white-color);}

/*Laufbahn Anpassung*/
.additionalinfos .support-goal-canvas {transform:scale(0.8); right: 10px;position: relative;}

@media only screen and (max-width:767px){
  .praemiendetail .praemieninfo .praemienkauf {font-size: 16px;}
  .backtoproject .backtoproject-item .btn-standard-small:after {display: none;}
  /*Laufbahn Anpassung*/
.additionalinfos .support-goal-canvas {transform:scale(0.6); right: 0px;position: relative;}
}
@media only screen and (min-width:767px){
.praemiendetail .praemiendetailbild img {max-width: 650px;max-height:370px;object-fit: contain;}

}

/**/
.no-funding .backtoproject-item.project {opacity: 0.5;}
.praemiendetail .praemienkauf:disabled {cursor: not-allowed;}

/*Prämiendetail shadow*/
.praemiendetail .praemiendetailbild img {box-shadow:0 15px 40px 0 rgba(0,0,0,0.15);}