hr {
  border: 0.5px solid rgba(112, 112, 112, 0.1);
  margin: 16.5px 0;
}

.custom-footer-container {
  width: 100%;
  max-width: 1920px !important;
  height: 428px;
  background-color: var(--dark-card-backgroundcolor);
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 100%);
  padding: 139px 320px 105px 260px;
}

.footer .footer-row {
  display: flex;
  flex-direction: row;
}

.footer-row-left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex: 0.7;
}

.footer-row-right {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  flex: 0.3;
}

.footer-col__caption {
  font-size: var(--text-xxs);
  color: var(--ticket-color);
  text-transform: uppercase;
}

.footer-col .links {
  margin-top: 20px;
  padding: 0;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col .links li a {
  text-decoration: none;
  color: var(--white-color);
  font-size: var(--text-md-sm);
}

.footer-col p {
  margin: 20px 0;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}

.footer-contacts {
  max-width: 1920px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*margin: 35px 320px 150px 260px;*/
  padding: 35px 320px 150px 260px;
  color: var(--white-color);
  font-size: var(--text-xs);
}

.footer-contacts-mobile {
  margin-top: 50px;
  color: var(--white-color);
  font-size: var(--text-md);
  display: none;
}

.footer-contacts__left {
  flex: 0.75;
}

/*.footer-contacts__right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 0.25;
}*/

.footer-contacts__right {
  display: flex;
  flex-wrap: wrap; /* erlaubt Umbruch bei Platzmangel */
  gap: 12px 16px;   /* optischer Abstand zwischen Links */
  justify-content: flex-end;
  align-items: center;
}

.image1 {
  width: 200px;
}

.image2 {
  width: 300px;
  height: 48px;
}

@media (max-width: 768px) {
  .footer-contacts {
    display: none;
  }

  .custom-footer-container {
    display: flex;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 139px 0px 70px 0px !important;
    margin-bottom: 40px;
    clip-path: polygon(0 17%, 100% 12%, 100% 100%, 0 100%);
  }

  .footer-row-left {
    display: none;
  }

  .footer-row-right {
    flex: 1;
  }

  .footer-contacts-mobile {
    display: flex;
    gap: 20px;
  }

  .footer-contacts-mobile__logos {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
  }

  .footer-contacts-mobile__text {
    width: 260px;
    text-align: center;
  }

  .image1 {
    scale: 0.9;
  }

  .image2 {
    scale: 0.9;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .custom-footer-container {
    padding: 139px 30px 105px 30px !important;
  }

  .footer-contacts {
    padding: 35px 30px 50px 30px !important;
    flex-direction: column;
    gap: 15px;
  }

  .footer-contacts__left {
    flex: 1;
  }

  .footer-contacts__right {
    width: 375px;
  }

  .image1 {
    width: 162px;
    height: 93px;
  }

  .image2 {
    width: 280px;
    height: 40px;
  }

  .footer-col .links li a {
    font-size: var(--text-sm);
  }
}

@media (max-width: 1280px) {
  .custom-footer-container {
    padding: 139px 80px 105px 120px;
  }

  .footer-contacts {
    margin: 35px 80px 150px 120px;
  }

  .footer-contacts__left {
    flex: 0.65;
  }

  .footer-contacts__right {
    flex: 0.35;
  }
}

@media (min-width: 1280px) and (max-width: 1536px) {
  .custom-footer-container {
    padding: 139px 130px 105px 170px;
  }

  .footer-contacts {
    margin: 35px 130px 150px 170px;
  }
}

@media (min-width: 1536) {
  .custom-footer-container {
    padding: 139px 320px 105px 260px;
  }
}
