.form--0 {
  gap: 0;
  padding-block: 6rem 12rem;
  color: var(--clr-white);
  background-color: rgba(197, 147, 84, 1);
  background-image: url(../Images/kontakt-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form--0 .heading--default {
  color: var(--clr-white);
}

.form--0 form {
  position: relative;
}

.form--0 form > h2,
.form--0 fieldset legend {
  display: none;
}

.form--0 fieldset {
  margin: unset;
  padding: unset;
  border: unset;
}

.form--0 fieldset > * + * {
  margin-top: 0.5rem;
}

.form--0 textarea {
  min-height: 150px;
}

.form--0 .row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem 2rem;
}

.form--0 .row {
  margin-top: 1rem;
}

.form--0 .row:first-child {
  margin-top: unset;
}

.form--0 .clearfix > * + * {
  margin-top: 1rem;
}

.form--0 .clearfix h2 {
  font-family: var(--ff-heading-400);
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}

.form--0 .row:last-child {
  padding-top: 1rem;
  margin-top: 1rem;
}

.form--0 .form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.form--0 .form-label,
.form--0 .form-check-label {
  display: inline-block;
  color: var(--clr-white);
}

.form--0 .form-check-label span {
  display: inline-flex;
  gap: 0.625rem;
  cursor: pointer;
}

.form--0 .form-check-label input[type='checkbox'] {
  display: none;
}

.form--0 .form-check-label span::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-block-start: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0.313rem;
  transition: background-color 400ms;
  flex-shrink: 0;
}

.form--0 .form-check-label input[type='checkbox']:checked + span::before {
  background-color: rgba(255, 255, 255, 1);
}

.form--0 .form-control {
  width: 100%;
  padding: 0.75rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 0.313rem;
  font-family: var(--ff-base);
  font-weight: 400;
  font-size: 1rem;
}

.form--0 .inputs-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem 1rem;
}

.form--0 .actions {
  margin-top: 1.5rem;
}

.form--0 .button {
  display: block;
  font-family: var(--ff-base-300);
  font-weight: 300;
  font-size: 1.125rem;
  padding: 0.75rem 1.875rem;
  background-color: rgba(197, 147, 84, 1);
  background-image: unset;
  border-radius: 0.313rem;
}

.form--0 .button:hover {
  background-color: rgba(162, 119, 66, 1);
}

.form--0 .form-check-label[for='anfragesenden-9817-checkbox-1'],
.form--0 .form-check-label[for='anfragesenden-10082-checkbox-1'],
.form--0 .form-check-label[for='anfragesenden-10184-checkbox-1'] {
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .form--0 .row:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 768px) {
  .form--0 .row {
    grid-template-columns: repeat(12, 1fr);
  }

  .form--0 .col-2 {
    grid-column: auto / span 2;
  }

  .form--0 .col-4 {
    grid-column: auto / span 4;
  }

  .form--0 .col-6 {
    grid-column: auto / span 6;
  }

  .form--0 .col-8 {
    grid-column: auto / span 8;
  }

  .form--0 .col-12 {
    grid-column: auto / span 12;
  }

  .form--0 .inputs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .form--0 .component__heading,
  .form--0 .component__content {
    grid-column: 2 / 6;
  }
  .form--0 .actions {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
