/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* $color-primary: #b83d3e; */
[data-step] .btn__link {
  color: #777 !important;
}
[data-step] h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
[data-step] h2 + p {
  opacity: 0.8;
}
[data-step] .lead-item-outer {
  margin: 50px 0;
}
[data-step] .lead-item-outer .lead-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(221, 221, 221, 0.5);
  margin: 0 3% 20px 3%;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
}
[data-step] .lead-item-outer .lead-item:hover {
  scale: 1.01;
  border-color: var(--vision-color-secondary);
  transition: 0.3s;
  box-shadow: 0px 0px 30px #ddd;
}
[data-step] .lead-item-outer .lead-item img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 30px;
}
[data-step] .lead-item-outer .lead-item .title {
  font-weight: 700;
}
[data-step] .lead-item-outer .lead-item small {
  opacity: 0.7;
}
[data-step="1"] .btn__link {
  display: none;
}
[data-step="1"] .lead-item-outer .lead-item img {
  height: 90px;
}
.card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(221, 221, 221, 0.5);
  padding: 20px 30px;
  position: relative;
}
.sub-decision {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}
.sub-decision input {
  display: none;
}
.sub-decision input:checked + label {
  background-color: rgba(184, 61, 62, 0.3);
  color: #b83d3e;
}
.sub-decision label {
  padding: 10px 20px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-weight: 400;
}
.sub-decision label:not(:last-child) {
  border-right: 1px solid #ddd;
}
/*# sourceMappingURL=../../template/css/_maps/lead.map */