.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;
  }
}
@media(max-width: 479px) {
}

.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;
  }
}

.kontakt-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.kontakt-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;
}
.kontakt-container01 {
  width: 85%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.kontakt-container02 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.kontakt-text {
  text-align: center;
}
.kontakt-text01 {
  color: var(--dl-color-gray-500);
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-bottom: 0px;
}
.kontakt-text04 {
  color: var(--dl-color-gray-500);
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-bottom: 0px;
}
.kontakt-link {
  text-decoration: underline;
}
.kontakt-link1 {
  text-decoration: underline;
}
.kontakt-text09 {
  color: var(--dl-color-gray-500);
  align-self: center;
  margin-top: var(--dl-space-space-tripleunit);
  text-align: center;
  margin-bottom: 0px;
}
.kontakt-form {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-doubleunit);
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  border-radius: 10px;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.kontakt-container03 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kontakt-container04 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.kontakt-container05 {
  width: 30%;
  display: flex;
  align-items: center;
  margin-right: 1.1875%;
  flex-direction: row;
  justify-content: flex-start;
}
.kontakt-text12 {
  font-weight: bold;
}
.kontakt-text13 {
  color: #ff0000;
  margin-left: 5px;
}
.kontakt-textinput {
  width: 70%;
}
.kontakt-container06 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kontakt-container07 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.kontakt-container08 {
  width: 30%;
  display: flex;
  align-items: center;
  margin-right: 1.1875%;
  flex-direction: row;
  justify-content: flex-start;
}
.kontakt-text14 {
  font-weight: bold;
}
.kontakt-text17 {
  color: #ff0000;
  margin-left: 5px;
}
.kontakt-textinput1 {
  width: 70%;
}
.kontakt-container09 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kontakt-container10 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.kontakt-container11 {
  width: 30%;
  display: flex;
  align-items: center;
  margin-right: 1.1875%;
  flex-direction: row;
  justify-content: flex-start;
}
.kontakt-text18 {
  font-weight: bold;
}
.kontakt-text19 {
  color: #ff0000;
  margin-left: 5px;
}
.kontakt-textinput2 {
  width: 70%;
}
.kontakt-container12 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kontakt-container13 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.kontakt-container14 {
  width: 30%;
  display: flex;
  align-items: center;
  margin-right: 1.1875%;
  flex-direction: row;
  justify-content: flex-start;
}
.kontakt-text20 {
  font-weight: bold;
}
.kontakt-textinput3 {
  width: 70%;
}
.kontakt-container15 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.kontakt-container16 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.kontakt-container17 {
  width: 14.25%;
  display: flex;
  align-items: center;
  margin-right: 1.1875%;
  flex-direction: row;
  justify-content: flex-start;
}
.kontakt-text21 {
  font-weight: bold;
  margin-bottom: var(--dl-space-space-halfunit);
}
.kontakt-text22 {
  color: #ff0000;
  margin-left: 5px;
}
.kontakt-textarea {
  width: 100%;
}
.kontakt-text23 {
  align-self: flex-start;
}
.kontakt-text25 {
  color: #ff0000;
}
.kontakt-container18 {
  width: 100%;
  height: 600px;
  display: flex;
  margin-top: 0px;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: flex-start;
}
.kontakt-iframe {
  width: 10000px;
  height: 600px;
  max-width: 100%;
}
@media(max-width: 991px) {
  .kontakt-container01 {
    width: 90%;
  }
}
@media(max-width: 767px) {
  .kontakt-main {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .kontakt-container03 {
    flex-direction: row;
  }
  .kontakt-container04 {
    flex-direction: column;
  }
  .kontakt-container05 {
    width: 100%;
  }
  .kontakt-textinput {
    width: 100%;
  }
  .kontakt-container06 {
    flex-direction: row;
  }
  .kontakt-container07 {
    flex-direction: column;
  }
  .kontakt-container08 {
    width: 100%;
  }
  .kontakt-textinput1 {
    width: 100%;
  }
  .kontakt-container09 {
    flex-direction: row;
  }
  .kontakt-container10 {
    flex-direction: column;
  }
  .kontakt-container11 {
    width: 100%;
  }
  .kontakt-textinput2 {
    width: 100%;
  }
  .kontakt-container12 {
    flex-direction: row;
  }
  .kontakt-container13 {
    flex-direction: column;
  }
  .kontakt-container14 {
    width: 100%;
  }
  .kontakt-textinput3 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .kontakt-container01 {
    width: 95%;
  }
  .kontakt-text04 {
    color: var(--dl-color-gray-500);
  }
  .kontakt-link {
    text-decoration: underline;
  }
  .kontakt-link1 {
    text-decoration: underline;
  }
  .kontakt-container04 {
    align-items: flex-start;
    flex-direction: column;
  }
  .kontakt-container07 {
    align-items: flex-start;
    flex-direction: column;
  }
  .kontakt-container10 {
    align-items: flex-start;
    flex-direction: column;
  }
  .kontakt-container13 {
    align-items: flex-start;
    flex-direction: column;
  }
}