.navigation-links-nav {
  gap: var(--dl-space-space-fourunits);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-navlink {
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: none;
}
.navigation-links-navlink:hover {
  font-family: Inter;
  text-decoration: underline   none;
}
.navigation-links-navlink1 {
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink1:hover {
  text-decoration: underline none;
}








.navigation-links-root-class-name8 {
  align-self: stretch;
  margin-right: var(--dl-space-space-sixunits);
}

.navigation-links-root-class-name10 {
  align-self: stretch;
}
@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-navlink {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 100%;
  height: var(--dl-size-size-medium);
  display: flex;
  z-index: 100;
  position: fixed;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: 56px;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: #080808;
}
.header-container {
  width: var(--dl-size-size-maxwidth);
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  top: -35px;
  left: -26px;
  width: 77px;
  height: 77px;
  margin: auto;
  position: absolute;
  object-fit: cover;
  text-decoration: none;
}
.header-logo-and-text {
  gap: var(--dl-space-space-twounits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-navlink1 {
  top: -7px;
  left: 85px;
  color: #ffffff;
  position: absolute;
  font-size: 28px;
  font-family: "Open Sans";
  text-decoration: none;
}
.header-nav {
  display: flex;
}
.header-container1 {
  display: flex;
  align-self: center;
  justify-content: flex-start;
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.header-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-image1 {
  height: 2rem;
}
.header-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}



@media(max-width: 767px) {
  .header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-nav {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.footer-container {
  width: 100%;
  height: 259px;
  display: flex;
  position: relative;
  margin-top: 300px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #300096;
}
.footer-text {
  color: #ffffff;
  margin-bottom: var(--dl-space-space-fourunits);
}
.footer-container1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-navlink {
  color: #ffffff;
  text-decoration: none;
}
.footer-text1 {
  color: #ffffff;
}
.footer-navlink1 {
  color: #ffffff;
  text-decoration: none;
}

.footer-root-class-name1 {
  margin-top: 0px;
}



.footer-root-class-name5 {
  margin-top: 500px;
}
.footer-root-class-name6 {
  margin-top: 500px;
}
.footer-root-class-name7 {
  margin-top: 500px;
}
.footer-root-class-name8 {
  margin-top: 500px;
}
.footer-root-class-name9 {
  margin-top: 500px;
}
.footer-root-class-name10 {
  margin-top: 500px;
}
.footer-root-class-name11 {
  margin-top: 0px;
}


.impressum-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.impressum-desktop1 {
  width: 100%;
  height: 2030px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(6, 0, 24, 1);
}
.impressum-text {
  color: rgb(0, 0, 0);
  width: auto;
  z-index: 100;
  font-size: 20px;
  align-self: center;
  margin-top: 300px;
}
.impressum-text001 {
  color: #ffffff;
  font-size: 52px;
}
.impressum-text002 {
  color: #ffffff;
  font-size: 20px;
}
.impressum-text003 {
  color: #ffffff;
}
.impressum-text004 {
  color: #ffffff;
}
.impressum-text005 {
  color: #ffffff;
}
.impressum-text006 {
  color: #ffffff;
}
.impressum-text007 {
  color: #ffffff;
  font-size: 20px;
}
.impressum-text008 {
  color: #ffffff;
}
.impressum-text009 {
  color: #ffffff;
}
.impressum-text010 {
  color: #ffffff;
  font-size: 20px;
}
.impressum-text011 {
  color: #ffffff;
}
.impressum-text012 {
  color: #ffffff;
  font-size: 20px;
}
.impressum-text013 {
  color: #ffffff;
}
.impressum-text014 {
  color: #ffffff;
}
.impressum-text015 {
  color: #ffffff;
  font-size: 20px;
}
.impressum-text016 {
  color: #ffffff;
}
.impressum-text017 {
  color: #ffffff;
  font-size: 20px;
}
.impressum-text018 {
  color: #ffffff;
}
.impressum-text019 {
  color: #ffffff;
}
.impressum-text020 {
  color: #ffffff;
}
.impressum-text021 {
  color: #ffffff;
  font-size: 30px;
}
.impressum-text022 {
  color: #000000;
  font-size: 20px;
}
.impressum-text023 {
  color: #ffffff;
}
.impressum-text024 {
  color: #ffffff;
}
.impressum-text025 {
  color: #000000;
  font-size: 20px;
}
.impressum-text026 {
  color: #ffffff;
}
.impressum-text027 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text028 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text029 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text030 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text031 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text032 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text033 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text034 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text035 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text036 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text037 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text038 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text039 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text040 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text041 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text042 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text043 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text044 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text045 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text046 {
  color: #000000;
  font-size: 20px;
}
.impressum-text047 {
  color: #ffffff;
}
.impressum-text048 {
  color: #ffffff;
}
.impressum-text049 {
  color: #ffffff;
}
.impressum-text050 {
  color: #000000;
  font-size: 20px;
}
.impressum-text051 {
  color: #ffffff;
}
.impressum-text052 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text053 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text054 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text055 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text056 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text057 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text058 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text059 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text060 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text061 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text062 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text063 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text064 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text065 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text066 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text067 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text068 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text069 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text070 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text071 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text072 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text073 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text074 {
  color: #000000;
  font-size: 20px;
  line-height: 1;
}
.impressum-text075 {
  color: #ffffff;
}
.impressum-text076 {
  color: #ffffff;
}
.impressum-text077 {
  color: #ffffff;
}
.impressum-text078 {
  color: #000000;
  font-size: 20px;
}
.impressum-text079 {
  color: #ffffff;
}
.impressum-text080 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text081 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text082 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text083 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text084 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text085 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text086 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text087 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text088 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text089 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text090 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text091 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text092 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text093 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text094 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text095 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text096 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text097 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text098 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text099 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text100 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text101 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text102 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text103 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text104 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text105 {
  color: #000000;
  font-size: 20px;
}
.impressum-text106 {
  color: #ffffff;
}
.impressum-text107 {
  color: #ffffff;
}
.impressum-text108 {
  color: #ffffff;
}
.impressum-text109 {
  color: #000000;
  font-size: 20px;
}
.impressum-text110 {
  color: #ffffff;
}
.impressum-text111 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text112 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text113 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text114 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text115 {
  color: #000000;
  font-size: 20px;
  line-height: 0.7;
}
.impressum-text116 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text117 {
  color: #ffffff;
  line-height: 0.7;
}
.impressum-text118 {
  color: #000000;
  font-size: 20px;
}
.impressum-text119 {
  color: #ffffff;
}
.impressum-text120 {
  color: #ffffff;
}
.impressum-text121 {
  color: #ffffff;
}
.impressum-link {
  color: #ffffff;
  text-decoration: underline;
}
.impressum-container1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
.impressum-rectangle5 {
  top: 7px;
  left: 0px;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 362px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/external/rectangle598-set-400h.png");
  background-position: center;
}
