#footer.nerz-service-footer {
  padding: 0;
  background: #f5f5f2;
  color: #252525;
  border-top: 4px solid #feed00;
  font:
    15px/1.5 Arial,
    sans-serif;
  text-align: left;
}
#footer.nerz-service-footer .nerz-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
}
#footer.nerz-service-footer nav,
#footer.nerz-service-footer section {
  min-width: 0;
}
#footer.nerz-service-footer h2 {
  margin: 0 0 12px;
  color: #202020;
  font:
    bold 16px/1.4 Arial,
    sans-serif;
  text-transform: none;
}
#footer.nerz-service-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer.nerz-service-footer li {
  margin: 0;
  padding: 0;
}
#footer.nerz-service-footer a {
  color: #333;
  text-decoration: none;
  font: inherit;
  overflow-wrap: anywhere;
}
#footer.nerz-service-footer nav a {
  display: inline-block;
  padding: 5px 0;
}
#footer.nerz-service-footer nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footer.nerz-service-footer a:focus-visible {
  outline: 3px solid #135c9c;
  outline-offset: 4px;
}
#footer.nerz-service-footer .nerz-withdrawal-card {
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}
#footer.nerz-service-footer .nerz-withdrawal-card h2 {
  margin-bottom: 8px;
}
#footer.nerz-service-footer .nerz-withdrawal-card p {
  margin: 0 0 16px;
  font:
    14px/1.55 Arial,
    sans-serif;
  color: #555;
}
#footer.nerz-service-footer a.nerz-withdrawal-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  padding: 11px 18px;
  background: #262626;
  color: #fff !important;
  border: 1px solid #262626;
  border-radius: 3px;
  font:
    bold 15px/1.4 Arial,
    sans-serif;
  text-decoration: none;
}
#footer.nerz-service-footer a.nerz-withdrawal-link:hover {
  background: #424242;
}
#footer.nerz-service-footer .nerz-service-bottom {
  border-top: 1px solid #deded8;
}
#footer.nerz-service-footer .nerz-service-bottom > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#footer.nerz-service-footer .nerz-service-bottom p {
  margin: 0;
  font:
    12px/1.5 Arial,
    sans-serif;
  color: #595959;
}
#footer.nerz-service-footer a.nerz-werk38 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  height: 40px;
  background: #333;
  border-radius: 3px;
}
#footer.nerz-service-footer .nerz-werk38 img {
  display: block;
  width: 20px;
  height: auto;
}
.nerz-warranty-checkout {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px;
  margin: 0 0 24px;
  border: 1px solid #deded8;
  border-radius: 5px;
  background: #fafaf8;
  font:
    14px/1.6 Arial,
    sans-serif;
}
.nerz-warranty-checkout img {
  display: block;
  width: 110px;
  height: auto;
  max-width: none;
}
.nerz-warranty-checkout h3 {
  font:
    bold 16px/1.4 Arial,
    sans-serif;
  margin: 0 0 8px;
}
.nerz-warranty-checkout p {
  margin: 0 0 8px;
}
.nerz-warranty-checkout a,
.nerz-product-warranty a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #333;
}
.nerz-product-warranty {
  clear: both;
  margin: 16px 0;
  font:
    14px/1.5 Arial,
    sans-serif;
}
.nerz-warranty-checkout a:focus-visible,
.nerz-product-warranty a:focus-visible {
  outline: 3px solid #135c9c;
  outline-offset: 4px;
}
#gewaehrleistung {
  scroll-margin-top: 180px;
}
@media (max-width: 991px) {
  #footer.nerz-service-footer .nerz-service-grid {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  #footer.nerz-service-footer .nerz-withdrawal-card {
    grid-column: 1/-1;
  }
}
@media (max-width: 479px) {
  #footer.nerz-service-footer .nerz-service-grid {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 24px 18px;
  }
  #footer.nerz-service-footer nav a {
    padding: 7px 0;
    font-size: 14px;
  }
  #footer.nerz-service-footer h2 {
    font-size: 15px;
  }
  #footer.nerz-service-footer .nerz-withdrawal-card {
    padding: 20px;
  }
  #footer.nerz-service-footer a.nerz-withdrawal-link {
    display: flex;
    width: 100%;
  }
  .nerz-warranty-checkout {
    gap: 16px;
    padding: 16px;
  }
  .nerz-warranty-checkout img {
    width: 85px;
  }
}

#footer.nerz-service-footer .nerz-service-grid::before,
#footer.nerz-service-footer .nerz-service-grid::after,
#footer.nerz-service-footer .nerz-service-bottom > .container::before,
#footer.nerz-service-footer .nerz-service-bottom > .container::after {
  display: none;
}

h2.nerz-content-section {
  font:
    400 25px/1.35 neotechlight,
    Arial,
    sans-serif;
  margin: 28px 0 12px;
}
