.footer {
  overflow: hidden;
  border-top: 1px solid #DBDBDB;
  background-color: #FAFAFA;
}
.footer__top {
  background-color: var(--theme-footer-top-background);
  padding: 100px 0 50px;
  line-height: 1.125rem;
}
@media (max-width: 991.98px) {
  .footer__top {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .footer__top .row > div:not(:last-child) .footer__top__content {
    margin-bottom: 30px;
  }
}
.footer__top__heading {
  color: var(--theme-footer-top-heading);
  font-weight: 900;
  position: relative;
}
.footer__top__heading-big:before {
  position: absolute;
  left: -170px;
  top: -50px;
  content: "";
  display: block;
  background: url(/wp-content/uploads/2023/01/raket-rechts.png) no-repeat;
  width: 178px;
  height: 160px;
}
@media (max-width: 991.98px) {
  .footer__top__heading-big:before {
    opacity: 0;
    visibility: hidden;
  }
}
.footer__middle, .footer__bottom {
  background-color: var(--theme-footer-middle-background);
}
@media (max-width: 991.98px) {
  .footer__middle li, .footer__bottom li {
    line-height: 0.875rem;
  }
}
.footer__middle a, .footer__bottom a {
  line-height: 1rem;
  text-decoration: none !important;
}
.footer__middle {
  padding: 60px 0 38px;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer__middle {
    padding: 30px 0 38px;
  }
}
.footer__middle:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: url(/wp-content/uploads/2023/03/house.png);
  width: 380px;
  height: 293px;
}
@media (max-width: 991.98px) {
  .footer__middle:after {
    width: 250px;
    right: 0;
  }
}
.footer__middle p, .footer__middle a {
  color: var(--theme-footer-text);
}
@media (min-width: 992px) {
  .footer__middle p, .footer__middle a {
    font-size: 1rem;
  }
}
.footer__middle a:hover {
  color: var(--theme-footer-text-hover);
}
.footer__middle p {
  margin-bottom: 24px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .footer__middle p {
    width: 50%;
    margin-bottom: 12px;
  }
}
.footer__middle h4 {
  color: var(--theme-footer-middle-heading);
  margin-bottom: 20px;
  line-height: 1rem;
}
@media (max-width: 991.98px) {
  .footer__middle h4 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.footer__middle ul li {
  line-height: 1rem;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .footer__middle ul li {
    line-height: 0.875rem;
  }
}
.footer__middle input[type=text] {
  width: 85% !important;
}
@media (max-width: 991.98px) {
  .footer__middle .gform_button, .footer__middle input[type=text] {
    width: 100% !important;
  }
}
.footer__middle .gform_button {
  margin-top: 12px;
}
.footer__middle__press {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 1.5em;
}
.footer__middle__press a {
  position: relative;
  top: -5px;
}
.footer__middle__press a:after {
  width: 100%;
  opacity: 1;
  background: #f2f2f2;
  left: 0;
  bottom: -5px;
}
@media (max-width: 991.98px) {
  .footer__middle-social h6, .footer__middle-social .h6 {
    line-height: 1.25;
  }
}
.footer__bottom {
  position: relative;
}
@media (max-width: 991.98px) {
  .footer__bottom:after {
    position: absolute;
    left: -16px;
    height: 1px;
    width: calc(100% + 16px);
    background: #f2f2f2;
    content: "";
    top: 70px;
  }
}
@media (min-width: 992px) {
  .footer__bottom .container {
    display: flex;
    align-items: center;
  }
}
.footer__bottom__social {
  position: relative;
}
@media (max-width: 991.98px) {
  .footer__bottom__social {
    margin-bottom: 16px;
  }
}
.footer__bottom__social a {
  color: var(--theme-footer-social-media);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--theme-footer-social-media);
}
.footer__bottom__social a:hover {
  color: var(--theme-footer-social-media-hover);
  border: 1px solid var(--theme-footer-social-media-hover);
}
.footer__bottom__social ul {
  display: flex;
  column-gap: 24px;
  padding: 16px 0;
}
@media (max-width: 991.98px) {
  .footer__bottom__social ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.footer__bottom__service ul {
  padding: 16px 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  column-gap: 25px;
  row-gap: 4px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .footer__bottom__service ul li:first-child a:before {
    display: none;
  }
}
.footer__bottom__service ul li a {
  position: relative;
  color: var(--theme-footer-bottom-menuitems);
  font-size: 1rem;
  line-height: 1rem;
}
.footer__bottom__service ul li a:hover {
  color: var(--theme-footer-bottom-menuitems-hover);
}
.footer__bottom__service ul li a:before {
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  content: "";
  background: #5C6437;
  width: 1px;
}
.footer__bottom__copyright {
  text-align: center;
  color: var(--theme-footer-copyright);
  padding-bottom: 24px;
  font-size: 1rem;
  line-height: 1rem;
}
@media (min-width: 992px) {
  .footer__bottom__copyright {
    padding-bottom: 0;
    order: -1;
  }
}
@media (max-width: 991.98px) {
  .footer__bottom__copyright {
    padding-top: 24px;
  }
}
.footer__bottom__copyright a {
  color: var(--theme-footer-copyright);
  text-decoration: underline !important;
}
.footer__bottom__copyright a:hover {
  color: var(--theme-footer-bottom-menuitems-hover);
}
@media (min-width: 992px) {
  .footer__bottom__wrapper {
    display: flex;
    align-items: center;
    column-gap: 25px;
  }
}
.footer .accordion-list, .footer .accordion-inner {
  line-height: 1;
}
@media (max-width: 991.98px) {
  .footer .accordion-list, .footer .accordion-inner {
    font-size: 1rem;
  }
}
.footer .accordion-list {
  padding: 16px 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.footer .accordion-list .fa-chevron-up {
  display: none;
}
@media (min-width: 992px) {
  .footer .accordion-list svg {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer .accordion-list {
    padding: 0;
    margin-bottom: 14px;
  }
}
.footer .accordion-list.active .fa-chevron-down {
  display: none;
}
.footer .accordion-list.active .fa-chevron-up {
  display: block;
}
.footer__contact {
  display: flex;
}
@media (min-width: 992px) {
  .footer__contact {
    justify-content: end;
  }
}
.footer__contact__content a {
  color: var(--theme-cta-link);
  position: relative;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.footer__contact__content a:after {
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: var(--theme-primary);
  content: "";
}
.footer__contact__content a:hover {
  text-decoration: none;
  color: var(--theme-cta-link);
}
.footer__contact__content a:hover:after {
  background: var(--theme-cta-link);
}
.footer__contact__content a:hover svg {
  color: var(--theme-cta-link);
}
.footer__contact__content svg {
  color: var(--theme-cta-link);
}
.footer__contact__content h5, .footer__contact__content .h5 {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: var(--theme-font-family-base);
}
@media (max-width: 991.98px) {
  .footer__contact__content h5, .footer__contact__content .h5 {
    margin-bottom: 12px;
  }
}
.footer__contact__content i {
  color: green;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .footer__contact__content i {
    margin-right: 6px;
  }
}
.footer__contact__call {
  margin-bottom: 25px;
}
.footer .gform_legacy_markup_wrapper .gform_footer {
  padding-top: 4px;
}
.footer .last-item {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .footer .last-item {
    margin-bottom: 13px;
  }
}
.footer .last-item:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  background: #212121;
  height: calc(100% + 60px);
  width: 100vw;
  display: block;
}
@media (max-width: 991.98px) {
  .footer .last-item:before {
    top: -30px;
    height: calc(100% + 24px);
  }
}
.footer .last-item-content {
  z-index: 1;
}
.footer .last-item-content h6, .footer .last-item-content .h6 {
  color: #ffffff;
  margin-bottom: 26px !important;
}
@media (max-width: 991.98px) {
  .footer .last-item-content h6, .footer .last-item-content .h6 {
    margin-bottom: 12px !important;
  }
}
.footer .last-item-content ul {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .footer .last-item-content ul li {
    line-height: 1.25;
  }
}
.footer .last-item-content ul svg {
  color: #ff0028;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.footer .last-item-content a:hover {
  color: #FFFFFF !important;
  background-color: #E30022 !important;
}
.footer .last-item-content a:hover:after {
  background-color: #FAFAFA !important;
}
.footer_social--desktop {
  margin-top: 2rem;
}
.footer_bottom_text {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 300;
}
.footer h6, .footer .h6 {
  margin-bottom: 14px !important;
}
@media (max-width: 991.98px) {
  .footer h6, .footer .h6 {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .footer_magazine {
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  .footer_magazine .btn {
    width: 100%;
    font-size: 0.925rem !important;
  }
}
.footer_magazine-cta {
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .footer_magazine-cta {
    padding: 1px;
  }
}
