.header-responsive-container {
  width: 100%;
  height: fit-content;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  background-color: black;
}
.header-responsive-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-responsive-navlink {
  display: contents;
}
.header-responsive-image {
  width: 154px;
  height: 85px;
  object-fit: cover;
  text-decoration: none;
}
.header-responsive-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header-responsive-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-responsive-links-container {
  gap: var(--dl-space-space-doubleunit);
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.header-responsive-navlink01 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink02 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink03 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink04 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink05 {
  display: contents;
}
.header-responsive-component {
  text-decoration: none;
}
.header-responsive-burger-menu {
  display: none;
}
.header-responsive-icon {
  width: 32px;
  height: 32px;
}
.header-responsive-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  position: absolute;
  background: black;
  flex-direction: column;
  justify-content: space-between;
}
.header-responsive-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-responsive-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}
.header-responsive-logo {
  width: 154px;
  height: 85px;
  object-fit: cover;
}
.header-responsive-close-menu {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-responsive-icon02 {
  fill: white;
  width: 100%;
  height: 100%;
}
.header-responsive-links {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-responsive-links-container1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.header-responsive-navlink06 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink07 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink08 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink09 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink10 {
  display: contents;
}
.header-responsive-component1 {
  text-decoration: none;
}
.header-responsive-icon04 {
  width: 16px;
  height: 16px;
  margin-right: 32px;
}
.header-responsive-icon06 {
  width: 16px;
  height: 16px;
  margin-right: 32px;
}
.header-responsive-icon08 {
  width: 16px;
  height: 16px;
}



@media(max-width: 991px) {
  .header-responsive-desktop-menu {
    justify-content: flex-end;
  }
  .header-responsive-links-container {
    gap: var(--dl-space-space-unit);
  }
}
@media(max-width: 767px) {
  .header-responsive-desktop-menu {
    display: none;
  }
  .header-responsive-right-side {
    display: none;
  }
  .header-responsive-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-responsive-icon {
    fill: #ffffff;
  }
}

.top-container-no-image-top-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}




.footer-footer {
  color: var(--dl-color-gray-white);
  width: 100%;
  border: 1px solid black;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 15px;
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: row;
  padding-bottom: 15px;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.footer-menu {
  width: 100%;
  display: flex;
  padding: 0px;
  max-width: 1000px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-container {
  flex: 0 0 auto;
  width: 20%;
  height: 10%;
  display: flex;
  object-fit: cover;
  align-items: space-between;
  flex-direction: column;
}
.footer-navlink {
  display: contents;
}
.footer-image {
  width: 100%;
  height: 50%;
  align-self: center;
  max-height: 100px;
  object-fit: cover;
  text-decoration: none;
}
.footer-links-container {
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-container1 {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-container2 {
  width: 33.3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-navlink1 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.footer-container3 {
  width: 33.3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-navlink2 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.footer-container4 {
  width: 33.3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-navlink3 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.footer-follow-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.footer-text {
  display: none;
  padding-bottom: var(--dl-space-space-halfunit);
}
.footer-icons-container {
  width: 66px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-link {
  display: contents;
}
.footer-icon {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
.footer-link1 {
  display: contents;
}
.footer-icon2 {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
.footer-link2 {
  display: contents;
}
.footer-icon4 {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
  display: none;
}

@media(max-width: 991px) {
  .footer-image {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .footer-menu {
    flex-direction: column;
  }
  .footer-container {
    width: 30%;
  }
  .footer-image {
    width: 100%;
    align-self: center;
  }
  .footer-links-container {
    width: 100%;
  }
  .footer-container1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-navlink1 {
    justify-content: center;
  }
  .footer-navlink2 {
    justify-content: center;
  }
  .footer-navlink3 {
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .footer-image {
    width: 100px;
    height: 50px;
  }
  .footer-follow-container {
    margin-left: 0px;
  }
  .footer-container1 {
    flex-direction: column;
    align-items: center;
  }
}

.impressum-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.impressum-main {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-quadruple);
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-quadruple);
  justify-content: flex-start;
}
.impressum-container1 {
  width: 85%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.impressum-container2 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.impressum-text01 {
  color: var(--dl-color-gray-500);
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  text-align: left;
  margin-bottom: var(--dl-space-space-doubleunit);
}
.impressum-text02 {
  font-weight: 700;
}
.impressum-text03 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text06 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text07 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text09 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text10 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text13 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text17 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text20 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text24 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text31 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text34 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text38 {
  font-style: normal;
  font-weight: 700;
}
.impressum-link {
  text-decoration: underline;
}
.impressum-link1 {
  text-decoration: underline;
}
.impressum-text40 {
  text-decoration: underline;
}
.impressum-text43 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text47 {
  font-style: normal;
  font-weight: 700;
}
.impressum-text53 {
  font-style: normal;
  font-weight: 700;
}
.impressum-link2 {
  text-decoration: underline;
}
.impressum-link3 {
  text-decoration: underline;
}
@media(max-width: 991px) {
  .impressum-container1 {
    width: 90%;
  }
}
@media(max-width: 767px) {
  .impressum-main {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .impressum-heading {
    text-align: center;
  }
  .impressum-text {
    text-align: left;
  }
  .impressum-text01 {
    color: var(--dl-color-gray-500);
  }
  .impressum-text02 {
    font-weight: 700;
  }
  .impressum-text03 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text06 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text07 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text09 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text10 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text13 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text17 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text20 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text24 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text31 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text34 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text38 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-link {
    text-decoration: underline;
  }
  .impressum-link1 {
    text-decoration: underline;
  }
  .impressum-text40 {
    text-decoration: underline;
  }
  .impressum-text43 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text47 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text53 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-link2 {
    text-decoration: underline;
  }
  .impressum-link3 {
    text-decoration: underline;
  }
}
@media(max-width: 479px) {
  .impressum-container1 {
    width: 100%;
  }
  .impressum-text01 {
    color: var(--dl-color-gray-500);
  }
  .impressum-text02 {
    font-weight: 700;
  }
  .impressum-text03 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text06 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text07 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text09 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text10 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text13 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text17 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text20 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text24 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text31 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text34 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text38 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-link {
    text-decoration: underline;
  }
  .impressum-link1 {
    text-decoration: underline;
  }
  .impressum-text40 {
    text-decoration: underline;
  }
  .impressum-text43 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text47 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-text53 {
    font-style: normal;
    font-weight: 700;
  }
  .impressum-link2 {
    text-decoration: underline;
  }
  .impressum-link3 {
    text-decoration: underline;
  }
}

