body {
  padding-top: 60px;
  background: #fcfcfc;
}
header {
  padding: 5px 40px;
  display: flex;
  align-items: center;
  background: white;
  height: 60px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
}
header #logo img {
  height: 38px;
}
header .header-right {
  margin-left: auto;
  display: flex;
  font-size: 38px;
  color: black;
}
header .header-right a,
header .header-right .cart-badge {
  margin-left: 40px;
  transition: all 0.3s;
  color: black;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  display: inline-block;
}
header .header-right a:hover,
header .header-right .cart-badge:hover {
  text-decoration: none;
  transform: scale(1.5) !important;
}
header .header-menu {
  margin: 0 40px 0 auto;
}
header .header-menu a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 20px 0 20px;
  color: black;
  text-transform: uppercase;
}
header .header-menu a.highlight {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #hamburger {
    display: none;
  }
}
footer.footer-copyright {
  margin-top: 0;
  background: white;
  color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer.footer-columns {
  background: white;
  color: black;
  font-size: 15px;
  padding: 50px 0 50px 0;
}
footer.footer-columns h3 {
  color: black;
  font-size: 18px;
}
footer.footer-columns .footer-logo {
  max-width: 50%;
}
footer.footer-columns a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer.footer-columns {
    justify-content: flex-start;
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer-columns {
    display: block;
    padding: 20px 20px;
  }
  footer.footer-columns .footer-logo {
    display: block;
    margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 5px 15px;
  }
  header #logo img {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 5px 15px;
    flex-wrap: wrap;
  }
  header .mm.mh {
    display: none;
  }
  header #logo {
    order: 1;
  }
  header #logo img {
    height: 30px;
  }
  header .header-menu {
    width: 100%;
    display: block;
    order: 10;
    margin: 10px 0 10px 0;
    background: white;
  }
  header .header-menu a {
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: right;
  }
  header .header-right {
    margin: 10px 0 10px auto;
    font-size: 25px;
    justify-content: flex-end;
    order: 3;
  }
  header .header-right a,
  header .header-right .cart-badge {
    margin-left: 15px;
  }
  #hamburger {
    text-align: right;
    font-size: 25px;
    padding: 10px;
    margin-left: 15px;
    color: black;
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .mm.mh {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .mm22-nodes-1 main {
    grid-template-columns: repeat(3,1fr);
  }
}
.kategorie-pilot a {
  display: block;
  margin-bottom: 30px;
  position: relative;
  height: 200px;
}
.kategorie-pilot a img {
  position: absolute;
  right: 100px;
  top: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  filter: drop-shadow(10px 10px 10px #000000);
  z-index: 3;
}
.kategorie-pilot a h3 {
  text-transform: uppercase;
  color: black;
  font-size: 30px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  padding: 0;
  margin: 0;
  line-height: 0;
  z-index: 3;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .kategorie-pilot a:hover h3 {
    font-size: 50px;
  }
}
.kategorie-pilot a .kp-border {
  position: absolute;
  left: 25px;
  top: 25px;
  right: 25px;
  bottom: 25px;
  border: 2px solid black;
}
@media screen and (max-width: 768px) {
  .kategorie-pilot a {
    height: 80px;
  }
  .kategorie-pilot a img {
    right: 30px;
  }
  .kategorie-pilot a h3 {
    left: 20px;
    bottom: 20px;
    font-size: 17px;
  }
  .kategorie-pilot a .kp-border {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 1.2px solid black;
  }
}
.kategorie-pilot.kategorie-pilot-2 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width: 768px) {
  .kategorie-pilot.kategorie-pilot-2 {
    display: block;
  }
}
.kategorie-pilot.kategorie-pilot-2 a {
  height: 80px;
}
.kategorie-pilot.kategorie-pilot-2 a img {
  right: 30px;
}
.kategorie-pilot.kategorie-pilot-2 a h3 {
  left: 20px;
  bottom: 20px;
  font-size: 17px;
}
.kategorie-pilot.kategorie-pilot-2 a .kp-border {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1.2px solid black;
}
