.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: grid;
  overflow: auto;
}
 
.navigation-thq-navigation-wrapper-elm {
  width: 100%;
  height: 100%;
}
 
.navigation-thq-navigation-container-elm {
  width: auto;
  max-width: auto;
  min-height: auto;
}
 
.navigation-thq-navigation-logo-elm1 {
  width: auto;
  overflow: visible;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.navigation-image {
  width: 10%;
  height: auto;
  align-self: stretch;
  object-fit: cover;
  border-color: var(--color-on-surface);
  border-width: 1px;
  border-radius: var(--border-radius-sm);
}
 
.navigation-thq-navigation-logo-text-elm1 {
  width: auto;
  height: auto;
}
 
.navigation-thq-navigation-link-elm5 {
  color: var(--color-primary);
  font-weight: 700;
}
 
.navigation-thq-navigation-mobile-link-elm5 {
  color: var(--color-primary);
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}
 
.navigation-container6 {
  display: none;
}
 
.navigation-container7 {
  display: contents;
}
 
@media(max-width: 479px) {
  .navigation-container1 {
    display: grid;
    overflow: auto;
    align-items: start;
    border-color: var(--color-on-surface);
    border-width: 1px;
    justify-items: start;
    transform-origin: top;
  }
  .navigation-thq-navigation-wrapper-elm {
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-self: center;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-image {
  width: 18%;
  object-fit: cover;
}
 
.footer-thq-footer-nav-column-elm {
  width: 277px;
}
 
.footer-thq-footer-nav-link-elm1 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm2 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm6 {
  text-decoration: none;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.kontakt-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.kontakt-text11 {
  color: var(--color-primary);
  display: block;
  margin-top: var(--spacing-sm);
}
 
.kontakt-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.kontakt-thq-section-title-elm3 {
  text-align: center;
}
 
.kontakt-thq-section-content-elm5 {
  text-align: center;
}
 
.kontakt-thq-quick-link-item-elm1 {
  align-self: center;
}
 
.kontakt-text23 {
  text-align: center;
}
 
.kontakt-thq-quick-link-item-elm2 {
  align-self: center;
}
 
.kontakt-container3 {
  display: none;
}
 
.kontakt-container4 {
  display: contents;
}
