/* wichtig für rundungen und schatten*/
.pricing .card {
  border: none; 
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing .card-price {
  font-size: 3rem;

}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}
.button{
background-color: black;
}

.button:hover {
background: #4c004c;
}
.card {
	min-height: 550px;
}





.pricing .picture-price {
  font-size: 3rem;

}
.pricing .picture-price .period {
  font-size: 0.8rem;
}
