header nav.navbar {
  background-image: url(../../_shared/header_erneuerbare.jpg);

}

.row.equal-height {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.row.equal-height>[class*="col-"] {
  display: flex;

  margin-bottom: 0px;
  padding: 6px;
}

.schnipsel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--soft-background);
  padding: 6px;
  box-sizing: border-box;
  align-items: center;
}



.checkbox-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
}

.checkbox-row label span {
  display: block;
  width: 100%;
  text-align: center;
}

.checkbox-row img {
  max-width: 185px;
  padding: 6px 24px;
}


.checkbox-row .form-check-input+label {
  opacity: 0.8;
  font-size: 18px;
  padding-left: 0px;
}

.form-check-input+label img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.7;
}

.form-check-input:checked+label {
  opacity: 1;
}

.form-check-input:checked+label img {
  filter: none;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1;
}

.form-check-input:hover+label img {
  filter: grayscale(50%);
}

.form-check-input.cb-hidden {
  display: none;
}

.form-check.col-xs-6 {
  align-items: center;
  text-align: center;
}

.checkbox-row .form-check {
  text-align: center;
}

.checkbox-list .form-check label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  padding-right: 30px;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5em;
}

.checkbox-list .form-check,
.checkbox-list-ereignis .form-check {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}

.checkbox-list .form-check,
.checkbox-list-ereignis .form-check {
  padding: 6px 3px;
  font-size: 18px;
}

.checkbox-list .form-check .form-check-input {
  position: relative;
  width: 18px !important;

  min-width: 18px;
  right: -12px;
}

.checkbox-list .form-check:nth-child(even) {
  background-color: var(--soft-background);
}



.faktor {
  padding: 10px;
  border: 5px solid var(--soft-background);
  background-color: var(--soft-background);

}


#ex3 .flex-grid {
  width: 100%;
  margin-top: 32px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  min-width: min-content;
}

#ex3 .faktor {
  width: 100%;
}

#ex3 .faktor {
  grid-row: span 5;
  display: grid;
  grid-template-rows: subgrid;
  padding: 0px 12px;
}

#ex3 .tile-img {
  margin: 0 auto;
  margin-bottom: 6px;
  display: block;
  max-width: 150px;
  width: 100%;
}

#ex3 .flex-grid .faktor>h4 {
  text-align: center;
}

#ex3 .slider-row,
#ex3 .slider-wrapper {
  width: 100%;
  max-width: 340px;
}

@media (max-width: 960px) {
  #ex3 .flex-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #ex3 .faktor {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  #ex3 .faktor h4 {
    display: block;
    width: 100%;
  }
}
