@charset "utf-8";
/* CSS Document */

   /* <!-- CARD-sonstige - Bearbeitung -->*/
    
   
.plan-chooser {
  background-color: rgba(255, 255, 255, 1);
  width: 330px;
  border-radius: 10px;
  padding: 20px;
  color: #000;
  box-shadow: 0px 87px 78px -39px rgba(0,0,0,0.4);
}

.headersb {
    display: flex;
    justify-content: center;
    align-content: center;
  text-align: center;
  margin-top: 0.75rem;
    width: 100%;
}

.plan-chooser .title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 1);
    text-align: center;
}

.plan-chooser .desc {
  margin-top: 0.4rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(75, 85, 99, 1);
}

.plan-option {
  margin-top: 1rem;
  margin-bottom: 15px;
}

.plan-option label {
  overflow: hidden;
  border: 2px solid rgba(229, 231, 235, 1);
  border-radius: 0.375rem;
  background-color: rgba(249, 250, 251, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem .4rem;
  margin: 10px 0;
  transform: all .15s ease;
}

.plan-option label .plan-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.plan-cost {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

.plan-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(75, 85, 99, 1);
}


.plan-option input:checked + label {
}

.plan-option input {
  display: none;
}
    
   

