.welcomeScreen{
    color:white;
    width: 80%;
    position:absolute;
    z-index: 12;
    height:80%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
  }

  .welcomeScreen span{
    position: absolute;
    top:25%;
    text-align: center;
    width:100%;
    font-size: 4vh;
  }

  .welcomePhone{
    position:absolute;
    width:20%;
    top:50%;
    left:25%;
    transform: translate(-50%, -50%);
  }

  .welcomeIcon{
    position:absolute;
    width:40%;
    top:50%;
    left:70%;
    transform: translate(-50%, -50%);
  }

  .MainGrid {
      display: grid;
      grid-gap: 10px;
      grid-auto-columns: 0.3fr 0.5fr 0.2fr;
      z-index:12;
  }
  .one {
      grid-column: 1;
      grid-row: 1;
      z-index:12;
  }

  .nameWrapper{
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-gap: 0px;
    grid-auto-rows: 0.5fr;
    z-index:12;
  }

  .priceWrapper{
    grid-column: 3;
    grid-row: 1;
    display: grid;
    grid-auto-rows: 0.5fr;
    z-index:12;
  }
  

  .oneImg{
    max-width : 100%;
    min-width : 80px;
    height: auto;
    z-index:12;
  }
  .two { 
    grid-column: 1;
    grid-row: 1;
    background-color: grey;
    z-index:12;
  }
  .three {
    grid-column: 1;
    grid-row: 2;
    background-color: grey;
    z-index:12;
  }
  .four {
    grid-column: 1;
    grid-row: 1;
    background-color: grey;
    z-index:12;
  }
  .five {
    grid-column: 1;
    grid-row: 2;
    background-color: grey;
    z-index:12;
  }
  .scrollParent {
    height: 160px;
    overflow:auto;
    overflow-x: visible;
    width: 86%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -80%);
    z-index:12;
  }

  .headOverview{
    overflow:auto;
    overflow-x: visible;
    width: calc( 100% - 60px);
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -175px);
    font-size: 25px;
    color: white;
    z-index:12;
  }

  .lineTop{
    position: absolute;
    width: calc( 100% - 60px);
    height:1px;
    top:50%;
    left:50%;
    transform: translate(-50%, -135px);
    background-color:white;
    z-index:12;
  }

  .lineBottom{
    position: absolute;
    width: calc( 100% - 60px);
    height:1px;
    top:50%;
    left:50%;
    transform: translate(-50%, 35px);
    background-color:white;
    z-index:12;
  }

  .X{
    color: white;
    text-align: right;
    z-index:12;
  }

  .price{
    font-size: 21px;
    text-align: right;
    color: white;
    align-self:center;
    z-index:12;
  }

  .spendenwert{
    font-size: 21px;
    color: white;
    align-self:center;
    z-index:12;
  }

  .info{
    font-size: 21px;
    color: white;
    align-self: center;
    min-width : 160px;
    z-index:12;
  }

  .Gesamt{
    grid-column: 2;
    grid-row: 1;
    font-size: 21px;
    color: white;
    align-self: center;
    min-width : 160px;
    z-index:12;
  }

  .finalPrice{
    grid-column: 3;
    grid-row: 1;
    font-size: 21px;
    color: white;
    align-self: center;
    text-align: right;
    z-index:12;
  }

  .bottomResult {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,40px);
    z-index:12;
    width: calc( 100% - 60px);
}

.bottomGrid{
    display: grid;
    grid-gap: 10px;
    grid-auto-columns: 0.3fr 0.5fr 0.2fr;
    z-index:12;
}

.bottomFirst{
    grid-column: 1;
    grid-row: 1;
    min-width : 80px;
    z-index:12;
}


.WowFooter{
  position:absolute;
  width: 86%;
  left:50%;
  transform: translate(-50%,0%);
  color: white;
  text-align: center;
  z-index:12;
  display: block;
  
}

.wowText{
  position:absolute;
  width: 86%;
  font-size: 25px;
  left:50%;
  font-size: 3vh;
  transform: translate(-50%,0%);
  color: white;
  text-align: center;
  z-index:12;
  display: block;  
}

.spendeButton{
  position: absolute;
  left: 50%;
  height: 55px;
  width:auto;
  z-index:12;
  transform: translate(-50%,0); 
  background-color: #F6AE21;
  display: grid;
  grid-auto-columns: 180px 20px;
  grid-auto-rows: 1fr;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 15px;
}

.mainLogo{
  position: absolute;
  width: 50%;
  max-width: 181px;
  top:17px;
  right:32px;
  text-align: right;
  /*margin-top: 20px;*/
  z-index:12;
}

.mainLogo .logo{
  width: 181px;
  height: auto;
  z-index:12;
}

.closebutton{
  top:30px;
  position: absolute;
  text-align: left;
  margin-left: 30px;
  z-index:12;
}

.infoButton{
  top:15px;
  position: absolute;
  text-align: left;
  left:15px;
  z-index:12;
  opacity: 0;
}

.infoButton img{
  width: 60px;
}


.button{
  width: 33px;
  height: 33px;
  text-align: left;
  z-index:12;
}

#parent { 
  height: 100px; 
  width: 300px; 
  background: green; 
  margin: 0 auto; 
  z-index:12;
}

#newElement { 
  height: 40px; 
  width: 100px; 
  margin: 0 auto; 
  color: white;
  z-index:12;
} 

.outer-content {
  width: 100%;
  height: 200px;
  background: lightblue;
  position: relative;
  z-index:12;
}

.inner-content {
  width: 300px;
  background: purple;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index:12;
}

.noScroll{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.BG{
  position: absolute;
  width:100%;
  height:100%;
  z-index:9;
  background-color: black;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}


.gradient img {
  pointer-events:none;
  mix-blend-mode: multiply;
  position: absolute;
  width:100%;
  z-index:11;
  max-height: 50%;
}

.korb{
  transition:opacity .3s linear;   
  -moz-transition:opacity .3s linear;   
  -webkit-transition:opacity .3s linear; 
  position: absolute;
  width:60px;
  z-index:12;
  opacity: 100%;
  bottom:30px;
  left: 30px;
  background-color:  rgba(255, 217, 0,0.0);
}

.korb img{
  width: 100%;
}

.korb p{
  position: absolute;
  top:-2em;
  font-size: 1em;
  color:white;/* rgb(255, 217, 0);*/
}

.korb .glow{
  position: absolute;
  width: 100%;
  height: auto;
  top:0%;
  pointer-events:none;
  left:0%;
  opacity: 0;
}

.JetztSpenden{
  position: absolute;
  top: calc(100% - 30px);
  left: calc(100% - 30px);
  height: 55px;
  width:auto;
  z-index:12;
  transform: translate(-100%,-100%); 
  background-color: #F6AE21;
  display: grid;
  grid-auto-columns: 180px 20px;
  grid-auto-rows: 1fr;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 15px;
}



.buttonArrow{
  grid-column: 2;
  grid-row: 1;
}

.buttonArrow img{
  height:25px;
  width:auto;
  
}

.spendenText{
  grid-column: 1;
  grid-row: 1;
  
}
.spendenText span{
  text-align: center;
  font-size: 25px;
  color:white;
  
}

@media screen and (max-width: 350px) {
  .spendenText span{
    text-align: center;
    font-size: 18px;
    color:white;
  }

  .JetztSpenden{
    position: absolute;
    top: calc(100% - 30px);
    left: calc(100% - 20px);
    height: 55px;
    width:auto;
    z-index:12;
    transform: translate(-100%,-100%); 
    background-color: #F6AE21;
    display: grid;
    grid-auto-columns: 140px 20px;
    grid-auto-rows: 1fr;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 15px;
  }

  .bottomGrid{
    display: grid;
    grid-gap: 0vw;
    grid-auto-columns: 0.3fr 0.5fr 0.2fr;
    z-index:12;
  }

  .bottomFirst{
    grid-column: 1;
    grid-row: 1;
    min-width : 15vw;
    z-index:12;
  }

  .oneImg{
    max-width : 100%;
    min-width : 15vw;
    height: auto;
    z-index:12;
  }

  .headOverview{
    overflow:auto;
    overflow-x: visible;
    width: calc( 100% - 60px);
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -150px);
    font-size: 18px;
    color: white;
    z-index:12;
  }

  .lineTop{
    position: absolute;
    width: calc( 100% - 30px);
    height:1px;
    top:50%;
    left:50%;
    transform: translate(-50%, -110px);
    background-color:white;
    z-index:12;
  }

  .lineBottom{
    position: absolute;
    width: calc( 100% - 30px);
    height:1px;
    top:50%;
    left:50%;
    transform: translate(-50%, 35px);
    background-color:white;
    z-index:12;
  }

  .scrollParent {
    height: 25vh;
    overflow:auto;
    overflow-x: visible;
    width: 86%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -80%);
    z-index:12;
  }


}


  .infoScreen{
    position: absolute;
    top : 0%;
    left:50%;
    transform: translate(-50%,20%);
    width: calc( 100% - 60px);
    height: 80%;
    z-index:10;
    overflow: auto !important;
  }

  .infoScreen img{
    width: 100%;
    margin-bottom:1em;
  }

  .infoClosebutton{
    top:30px;
    position: absolute;
    text-align: left;
    margin-left: 30px;
    z-index:12;
  }

  .hinth{
    display: inline-block;
    width: 100%;
    font-size: 1.5em;
    color: white;
  }

  .hint{
    display: inline-block;
    width: 100%;
    font-size: 1em;
    color: white;
  }

  .hintfooter{
    display: inline-block;
    width: 100%;
    font-size: 1em;
    color: white;
    padding-bottom: 100px;
  }

  .infohovermain{
    position: absolute;
    z-index: 15;
    left:50%;
    top:70%;
    height: 3vh;
    transform: translate(-50%,-50%);
  }

  .infohover {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 1.5vh;
    color: white;
    font-size:3vh;
    padding-top: 1.2vh;
    padding-bottom: 1.2vh;
    padding-left: 1.7vh;
    padding-right: 1.7vh;
    background-color: rgba(50, 115, 220, 0.0);
    border: solid white 0.3vh;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }

  .infohover span{
    white-space: nowrap;
  }


  .CTA{
    pointer-events:none;
    position: absolute;
    z-index: 15;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
  }

  .CTA img{
    pointer-events:none;
    max-width: 25%;
    left:50%;
    display: block;
    text-align: center;
    transform: translate(-50%);
    position: relative;
    opacity: 0;
  }
