#funnel-container {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin:0 !important;
    padding:20px;
}

#funnel-container h2 {
    font-size: 13pt !important;
    color:#696969;
}

#funnel-container input {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}
#erfahrung {
}
#funnel-container p {
    margin-bottom:0;
}

.rating-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.rating-table td {
  padding: 10px 0;
  vertical-align: middle;
  border: none;
}
.rating-table td:first-child {
  width: 70%;
  font-weight: normal;
}
.rating-table .stars {
  display: flex;
  justify-content: flex-start;
}


.star-rating {
    display: flex;
    direction: row;
}

.star {
    font-size: 24px;
    cursor: pointer;
    color: gray;
}

.star-rating input[type="hidden"] {
    display: none;
}
