@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local('Asap Regular'),
    local('Asap-Regular'),
    url('https://www.pkw.de/assets/fonts/asap/asap-v11-latin-regular.woff2') format('woff2'),
    url('https://www.pkw.de/assets/fonts/asap/asap-v11-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local('Asap Bold'),
    local('Asap-Bold'),
    url('https://www.pkw.de/assets/fonts/asap/asap-v11-latin-700.woff2') format('woff2'),
    url('https://www.pkw.de/assets/fonts/asap/asap-v11-latin-700.woff') format('woff');
}

/* ── Reset & Base ─────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000;
  --white: #fff;
  --main: #131313;
  --gray: #808080;
  --gray-dark: #7e7e7e;
  --gray-darker: #131313;
  --gray-darkest: #6d6d6d;
  --gray-light: #eee;
  --gray-light-second: #535353;
  --gray-light-third: #cbcbcb;
  --gray-lighter: #d9d9d9;
  --gray-lighter-second: #b4b4b4;
  --gray-semi-dark: #ababab;
  --green: #008754;
  --super: #008754;
  --fair: #83bd41;
  --verhandeln: #e5c912;
  --green2: #7fb492;
  --green-semi-dark: #598e7a;
  --apple: #67a349;
  --red: #c0141b;
  --red-regular: #c1121c;
  --red-dark: #822025;
  --orange: #e64e45;
  --brown-light: #4f4f4f;
  --blue: #58bab9;
  --petrol: #005252;
  --blue-light: #75a5db;
  --concrete: #f2f2f2;
  --tab-item: #131313;
  --tab-background: rgba(255, 255, 255, 0.8);
  --silver: #ccc;
  --alabaster: #f7f7f7;
  --silver-chalice: #a7a7a7;
  --nobel: #b6b6b6;
  --athens-gray: #eaebed;
  --cyan: #0CB395;
  --border: #E7E7E7;
  --mercury: #f4f4f4;

  --font-size-base: 16px;
  --font-size-small: 14px;
  --font-size-h1: 40px;
  --font-size-h2: 34px;
  --font-size-h3: 26px;
  --font-size-h4: 22px;
  --font-size-h5: 16px;
  --font-size-h6: 16px;

  --font-weight-normal: 400;
  --font-weight-strong: 700;

  --body-bg: var(--white);
  --text-color: var(--gray-darker);
  --link-color: var(--red);
  --link-hover-color: var(--red);

  --headings-font-family: inherit;
  --headings-font-weight: 500;
  --headings-line-height: 1.2;
  --headings-color: inherit;

  --font-family-base: "Asap", sans-serif;
  --font-family-bold: "Asap-Bold", sans-serif;

  --line-height-base: 24px;
  --line-height-computed: 18px;
  --line-height-large: 1.5;
  --line-height-small: 13px;

  --base-border: 1px solid var(--border);

  --hr-border: #dadada;
  --text-muted: var(--gray-dark);
  --abbr-border-color: var(--gray-light);
  --blockquote-small-color: var(--gray-light);
  --blockquote-font-size: 15px;
  --blockquote-border-color: var(--gray-semi-dark);

  --layout-size: 1620px;
  --base-gap: 18px;
  --base-space: 122px;
  --small-space: 72px;
  --tiny-space: 30px;
}

html {
  background: var(--body-bg);
  scroll-padding-top: 72px;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--main);
  max-width: 1920px;
  margin: 0 auto;
}

/* ── Typography ──────────────────────────────────── */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: var(--font-weight-strong);
  margin-bottom: var(--line-height-base);
  line-height: 1.23em;
}

h1, .h1 {
  font-size: clamp(24px, 5vw, var(--font-size-h1));
}
h2, .h2 {
  font-size: clamp(20px, 4.5vw, var(--font-size-h2));
}
h3, .h3 {
  font-size: clamp(18px, 4vw, var(--font-size-h3));
}

h1, .h1,
h2, .h2,
h3, .h3 {
  border-left: 3px solid var(--red);
  padding-left: .5ch;
}
.border-none,
.align-center h1,
.align-center .h1,
.align-center h2,
.align-center .h2,
.align-center h3,
.align-center .h3,
h1.align-center,
.h1.align-center,
h2.align-center,
.h2.align-center,
h3.align-center,
.h3.align-center {
  border: none;
  padding: 0;
}

h4, .h4 {
  font-size: clamp(16px, 3.5vw, var(--font-size-h4));
}
h5, .h5 {
  font-size: var(--font-size-h5);
}
h6, .h6 {
  font-size: var(--font-size-h6);
}


p, ul, ol, dl, table {
  margin-bottom: var(--line-height-base);
}

ul {
  list-style: none;
}
ul li {
  margin-bottom: 9px;
  padding-left: 1.8125em;
  position: relative;
}
ul li::before {
    content: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17'%20height='13'%20fill='none'%3E%3Cpath%20fill='%23c0141b'%20d='M5.5%2011.781.313%206.594a.83.83%200%200%201%200-1.157l1.125-1.125a.79.79%200%200%201%201.125%200l3.53%203.5%207.5-7.5a.79.79%200%200%201%201.126%200l1.125%201.126a.83.83%200%200%201%200%201.156L6.656%2011.78a.83.83%200%200%201-1.156%200'/%3E%3C/svg%3E");
    position: absolute;
    top: .8ex;
    left: 0;
}
ul.green li::before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17'%20height='13'%20fill='none'%3E%3Cpath%20fill='%230CB395'%20d='M5.5%2011.781.313%206.594a.83.83%200%200%201%200-1.157l1.125-1.125a.79.79%200%200%201%201.125%200l3.53%203.5%207.5-7.5a.79.79%200%200%201%201.126%200l1.125%201.126a.83.83%200%200%201%200%201.156L6.656%2011.78a.83.83%200%200%201-1.156%200'/%3E%3C/svg%3E");
}


a {
  color: var(--red);
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:not(.btn):hover,
a:not(.btn):focus {
  text-decoration: none;
  color: var(--red) !important;
}

img {
  max-width: 100%;
  height: auto;
}
img:not([width]) {
  width: 100%;
}
@media screen and (max-width: 759px) {
  img[width="80"] {
    width: 48px;
  }
}

span.hr {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #969696;
}

blockquote::before {
  content: '';
  width: 84px;
  height: 18px;
  display: block;
  margin-bottom: calc(var(--line-height-base) / 2);
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2084%2018'%3E%3Cpath%20fill='%23ed851f'%20d='m8.8%200%202.545%205.297%205.824.784-4.251%204.057%201.055%205.781L8.8%2013.13l-5.173%202.79%201.055-5.781L.431%206.08l5.824-.784z'/%3E%3Cpath%20fill='%23ed851f'%20d='m25.4%200%202.545%205.297%205.824.784-4.251%204.057%201.055%205.781-5.173-2.79-5.172%202.79%201.054-5.781-4.251-4.057%205.824-.784z'/%3E%3Cpath%20fill='%23ed851f'%20d='m42%200%202.545%205.297%205.824.784-4.251%204.057%201.054%205.781L42%2013.13l-5.173%202.79%201.055-5.781-4.251-4.057%205.824-.784z'/%3E%3Cpath%20fill='%23ed851f'%20d='m58.6%200%202.545%205.297%205.824.784-4.251%204.057%201.055%205.781-5.173-2.79-5.172%202.79%201.054-5.781-4.251-4.057%205.824-.784z'/%3E%3Cpath%20fill='%23ed851f'%20d='m75.2%200%202.545%205.297%205.824.784-4.251%204.057%201.054%205.781-5.172-2.79-5.173%202.79%201.055-5.781-4.251-4.057%205.824-.784z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
blockquote cite {
  display: block;
  font-weight: var(--font-weight-strong);
  font-style: normal;
  margin-bottom: calc(var(--line-height-base) / 2);
}
blockquote q::before,
blockquote q::after {
  content: none;
}

table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
table tr:not(:last-child) {
  border-bottom: 1px solid white;
}
table tr:first-child > *:first-child {
  border-start-start-radius: 10px;
}
table tr:first-child > *:last-child {
  border-start-end-radius: 10px;
}
table tr:last-child > *:first-child {
  border-end-start-radius: 10px;
}
table tr:last-child > *:last-child {
  border-end-end-radius: 10px;
}
table tr:nth-child(2n + 1) th,
table tr:nth-child(2n + 1) td {
  background: var(--border);
}
table tr:nth-child(2n) th,
table tr:nth-child(2n) td {
  background: var(--mercury);
}
table tr th,
table tr td {
  padding: var(--base-gap);
}
table tr th:not(:last-child),
table tr td:not(:last-child) {
  border-right: 2px solid white;
}

@media screen and (max-width: 639px) {
  table,
  table tbody,
  table tr,
  table tr th,
  table tr td {
    display: block;
    width: 100%;
    border-right: none !important;
  }
  table tr th {
    padding-bottom: 0;
  }
  table tr:first-child > *:first-child {
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
  }
  table tr:last-child > *:last-child {
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
  }
  table tr:first-child > *:last-child,
  table tr:last-child > *:first-child {
    border-radius: 0;
  }
}

/* ── Grid ────────────────────────────────────────── */

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: var(--layout-size);
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .row {
    padding-left: 16vw;
    padding-right: 16vw;
  }
  .row .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.row .col .row {
  width: calc(100% + 2rem);
  margin-left: calc(var(--base-gap) * -1);
  margin-right: calc(var(--base-gap) * -1);
}

.row > .row {
  margin: 0 !important;
  width: 100% !important;
}

.col {
  display: block;
  width: 100%;
  padding-left: var(--base-gap);
  padding-right: var(--base-gap);
  box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .col-1 {
    width: calc(100% / 12);
  }
  
  .col-2 {
    width: calc(100% / 12 * 2);
  }
  
  .col-3 {
    width: calc(100% / 12 * 3);
  }
  
  .col-4 {
    width: calc(100% / 12 * 4);
  }
  
  .col-5 {
    width: calc(100% / 12 * 5);
  }
  
  .col-6 {
    width: calc(100% / 12 * 6);
  }
  
  .col-7 {
    width: calc(100% / 12 * 7);
  }
  
  .col-8 {
    width: calc(100% / 12 * 8);
  }
  
  .col-9 {
    width: calc(100% / 12 * 9);
  }
  
  .col-10 {
    width: calc(100% / 12 * 10);
  }
  
  .col-11 {
    width: calc(100% / 12 * 11);
  }
  
  .col-12 {
    width: 100%;
  }
}

/* ── Helpers ────────────────────────────────────────── */

.mb {
  margin-bottom: var(--line-height-base);
}
.mb-ty {
  margin-bottom: calc(var(--line-height-base) / 2);
}
.mb-sm {
  margin-bottom: var(--base-gap);
}
.mb-md {
  margin-bottom: clamp(var(--base-gap), 2vw, calc(var(--base-gap) * 2));
}
.mb-lg {
  margin-bottom: clamp(var(--line-height-base), 2vw, calc(var(--line-height-base) * 2));
}
.mb-none {
  margin-bottom: 0 !important;
}

.align-center {
  text-align: center;
}

.regular {
  font-weight: var(--font-weight-normal);
}
.strong {
  font-weight: var(--font-weight-strong);
}

.contents {
  display: contents;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.between {
  justify-content: space-between;
}
.center {
  justify-content: center;
}
.middle {
  align-items: center;
}

.gap {
  gap: var(--base-gap);
}
.gap-md {
  gap: clamp(var(--base-gap), 2vw, calc(var(--base-gap) * 2));
}
.gap-y-md {
  row-gap: clamp(var(--base-gap), 2vw, calc(var(--base-gap) * 2));
}
.gap-x-md {
  column-gap: clamp(var(--base-gap), 2vw, calc(var(--base-gap) * 2));
}


.box,
.box-md {
  border-radius: 10px;
}
.box {
  padding: clamp(18px, 4vw, 48px) clamp(18px, 4vw, 44px);
}
.box-md {
  padding: clamp(18px, 4vw, 30px);
}
.box > *:last-child,
.box-md > *:last-child {
  margin-bottom: 0;
}

.box-shadow {
  box-shadow: 0 10px 20px rgba(0,0,0, .15);
}

.full-height {
  height: 100%;
}

.padding {
  padding-top: clamp(48px, 9vw, var(--base-space));
  padding-bottom: clamp(48px, 9vw, var(--base-space));
}
.padding-ty {
  padding-top: clamp(24px, 4vw, var(--tiny-space));
  padding-bottom: clamp(24px, 4vw, var(--tiny-space));
}
.padding-sm {
  padding-top: clamp(24px, 6vw, var(--small-space));
  padding-bottom: clamp(24px, 6vw, var(--small-space));
}

.padding-box {
  padding-top: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(24px, 4vw, 48px);
}

.padding-col {
  padding-left: var(--base-gap);
  padding-right: var(--base-gap);
}
@media screen and (min-width: 1200px) {
  .padding-col-md {
    padding-left: calc(100% / 12);
    padding-right: calc(100% / 12);
  }
}

.pt-none {
  padding-top: 0 !important;
}
.pb-none {
  padding-bottom: 0 !important;
}

.bg-color-mercury {
  background: var(--mercury);
}
.bg-color-white {
  background: var(--white);
}
.bg-color-red {
  background: var(--red);
}

.color-white {
  color: var(--white);
}
.color-white h1,
.color-white h2,
.color-white h3,
.color-white .h1,
.color-white .h2,
.color-white .h3 {
  border-color: var(--white);
}

.color-red {
  color: var(--red);
}
.color-main {
  color: var(--main);
}

.border-top {
  border-top: var(--base-border);
}
.border-bottom {
  border-bottom: var(--base-border);
}

.border-red {
  border: 1px solid var(--red);
}


/* ── Forms ────────────────────────────────────────── */

.cta-form {
  margin-top: -170px;
  position: relative;
  z-index: 1;
}
.cta-form fieldset {
  border: none;
  margin-bottom: calc(var(--line-height-base) * 2);
}

@media screen and (min-width: 1200px) {
  .cta-form fieldset:first-child {
    border-right: 1px dashed #969696;
    padding-right: calc(var(--base-gap) * 2);
  }
  .cta-form fieldset:first-child + fieldset {
    padding-left: calc(var(--base-gap) * 2);
  }
}

.cta-form legend {
  float: left;
  width: 100%;
  margin-bottom: calc(var(--line-height-base) / 2);
  border: none !important;
  padding: 0 !important;
}


.form-group {
  margin-bottom: var(--base-gap);
}

fieldset .form-group:last-child {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  margin-bottom: .5rem;
}

.form-group label .optional {
  font-size: 13px;
  line-height: 1;
  padding: 5px 9px;
  background: var(--border);
  border-radius: 9em;
  display: inline-block;
}

.form-group input:not([type="checkbox"]):not([type="radio"]),
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 20px;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-size: var(--font-family-base);
  font-family: inherit;
  border: var(--base-border);
  border-radius: 4px;
  transition: .3s;
  accent-color: var(--red);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--main);
}

.form-group textarea {
  resize: vertical;
  min-height: 158px;
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.form-group.checkbox {
  display: flex;
  gap: var(--base-gap);
  justify-content: center;
  text-align: left;
}

.form-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: .5ex;
}

/* ── Buttons ─────────────────────────────────────── */
button[type='submit'],
button,
.btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: var(--font-weight-strong);
  font-family: inherit;
  color: var(--white);
  background: var(--red);
  border: none;
  border-radius: 9em;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}

.btn.btn-white {
  background: var(--white);
  color: var(--main);
}

.btn.btn-white-outline {
  background: none;
  color: var(--white);
  border: 1px solid var(--white);
}

button:hover,
.btn:hover,
button:focus,
.btn:focus {
  background: var(--red-dark);
  color: var(--white);
}

button:active,
.btn:active {
  background: var(--orange);
  color: var(--white);
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
  margin-right: 0.4em;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.inline-link {
  padding: 0 !important;
  text-decoration: underline !important;
  font-weight: inherit !important;
}

.inline-link:hover,
.inline-link:focus {
  text-decoration: none !important;
  background: none !important;
}

/* ── Alerts ──────────────────────────────────────── */
.alert {
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.alert-success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.alert-success h2 {
  color: #166534;
}

.alert-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.top-bar {
  padding: 30px 0;
}

@media screen and (max-width: 759px) {
  .top-bar > div > * {
    width: 100%;
    text-align: center;
  }
  .top-bar .google-rating {
    padding: var(--base-gap);
  }
  .top-bar .gap-md {
    row-gap: 8px;
  }
}
@media screen and (min-width: 760px) {
  .top-bar .google-rating img,
  .top-bar img[src*="fernsehsender"] {
    max-width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .top-bar .google-rating img,
  .top-bar img[src*="fernsehsender"] {
    max-width: none;
  }
}

/* ── Hero ────────────────────── */

#hero {
  position: relative;
  padding: clamp(72px, 9vw, 165px) 0 clamp(199px, 12vw, 279px);
  overflow: hidden;
  background: var(--black);
  z-index: 1;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0 50% 0 -200%;
  background: #D8474D;
  /* background: var(--red-dark); */
  mix-blend-mode: color;
  transform: skew(-45deg);
  z-index: -1;
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: .3;
  filter: grayscale(100) contrast(1.3);
}

/* ── Main Content ────────────────────── */

#main-content img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

#main-content h3 {
  font-size: clamp(16px, 3.5vw, var(--font-size-h4));
  padding: 0;
  border: none;
}
#main-content h4 {
  font-size: var(--font-size-h5);
}

/* ── Steps ────────────────────── */

.steps-count {
  counter-reset: steps;
}

.steps-count .box-md {
  position: relative;
}

.steps-count .box-md::before {
  display: block;
  counter-increment: steps; 
  content: counter(steps); 
  font-weight: var(--font-weight-strong);
  color: var(--red);
  font-size: clamp(24px, 5vw, var(--font-size-h1));
  line-height: 1.23em;
  margin-bottom: calc(var(--line-height-base) / 2);
}

.steps-count .col:not(:last-child) .box-md::after {
  content: '';
  width: 98px;
  height: 39px;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  transform: rotate(90deg) translate(-10%, -90%);
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2098%2039'%3E%3Cpath%20stroke='%23131313'%20stroke-linecap='round'%20stroke-width='2'%20fill='none'%20d='M1%2012.213c13.5-10.833%2049.3-23.4%2084.5%2013'/%3E%3Cpath%20fill='%23131313'%20stroke='%23131313'%20stroke-linejoin='round'%20d='M77.75%2034.213q.65-.161%201.366-.36c12.993-3.118%2018.134%204.36%2018.134%204.36-4.5-9.5-2-16-2-16-4.99%207.71-11.487%2010.346-16.134%2011.64a33%2033%200%200%200-1.366.36Z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}

@media screen and (min-width: 1200px) {
  .steps-count .col:not(:last-child) .box-md::after {
    top: 0;
    transform: translate(75%, -75%);
  }
  .steps-count .col:nth-child(2n + 2) .box-md::after {
    top: auto;
    bottom: 0;
    transform: rotateX(180deg) translate(75%, -75%);
  }
}

/* ── Service list (lead form) ────────────────────── */

.service-list {
  list-style: none;
  margin-top: 16px;
}

.service-list li {
  padding: 0;
} 
.service-list li::before {
  content: none;
} 

.service-list li a {
  padding: .7em 1em;
  background: var(--mercury);
  border: var(--base-border);
  border-radius: 10px;
  margin-bottom: .5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .3s;
}

.service-list li a:hover {
  border-color: var(--red);
}

.service-list .service-group {
  font-size: 0.75em;
  color: var(--main);
  background: var(--border);
  padding: .2em .7em;
  border-radius: 5px;
  text-decoration: none;
  float: right;
}

/* ── Lead card (lead view) ───────────────────────── */
.lead-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  margin: 20px 0;
}

.lead-card dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px 16px;
  margin-top: 16px;
}

.lead-card dt {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lead-card dd {
  color: #1a1a1a;
}

.lead-meta {
  font-size: 0.9375rem;
  color: #555;
  margin-bottom: 8px;
}

.footer-nav,
.footer-nav li {
  padding: 0;
  margin: 0;
}
.footer-nav li::before {
  content: none;
}
.footer-nav a {
  color: var(--main);
  text-decoration: none;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: var(--red);
}

@media screen and (max-width: 759px) {
  .footer-nav li {
    width: 100%;
    text-align: center;
  }
}