/**
* Block Name: anfahrt
*/

section.anfahrt a {
  text-decoration: none;
}

section.anfahrt .card {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  border-color: #eaedf0;
}

section.anfahrt .card:first-of-type {
  border-top: none;
}

section.anfahrt .card .card-header {
  background-color: transparent;
  border: none;
  padding: 20px 0;
  gap: 15px;
}

section.anfahrt .card .card-header h4 {
  color: #64666a;
  word-break: auto-phrase;
  font-weight: 500;
}

section.anfahrt .card .card-header.collapsed svg {
  transform: rotate(0deg);
  flex-shrink: 0 !important;
}

section.anfahrt .card .card-header svg {
  transform: rotate(180deg);
  transition: all 0.5s;
  flex-shrink: 0 !important;
}

section.anfahrt .card .card-header svg path,
section.anfahrt .card .card-header svg rect {
  transition: fill 300ms ease-in-out;
}

section.anfahrt .card .card-header:hover svg path {
  fill: #fff;
}

section.anfahrt .card .card-header svg rect {
  fill: #eee;
}

section.anfahrt .card .card-header:hover svg rect {
  fill: #ffb200;
}

section.anfahrt .card .card-body a {
  color: #eee;
}
section.anfahrt form .form_field {
  width: 100%;
}

section.anfahrt form label {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 2px !important;
  text-transform: capitalize !important;
}

section.anfahrt form input {
  border-radius: 10px !important;
  border: 2px solid #64666a !important;
  background: #fff !important;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 0 14px;
  height: 43px;
}

section.anfahrt form button.btn-submit,
section.anfahrt form button.btn-submit:focus {
  border-radius: 100px !important;
  border: 1px solid #353639 !important;
  background: #fff !important;
  color: #353639 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  margin-bottom: 3px;
}

@media (max-width: 992px) {
  section.anfahrt form button.btn-submit,
  section.anfahrt form button.btn-submit:focus {
    margin-bottom: 0;
  }
}
