/* Klassisches Menü nur ab 1025px sichtbar */
@media (max-width: 1024px) {
  .cdm-desktop-menu {
    display: none !important;
  }
}

@font-face {
  font-family: 'Klavika Condensed';
  src: url('https: //kath.formatwerbung.com/wp-content/uploads/2025/08/Klavika-Condensed.woff2') format('woff2'),
    url('https: //kath.formatwerbung.com/wp-content/uploads/2025/08/Klavika-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cdm-desktop-menu {
  display: none;
}

@media (min-width: 1025px) {
  .cdm-desktop-menu {
    display: block;
    background-color: #0F2646;
    padding: 10px 0;
    border-bottom: 2px solid white;
  }

  .cdm-desktop-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 0 0 0 -100px;
    padding: 5px 0 10px 0;
  }

  .cdm-desktop-nav li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.15rem!important;
    transition: color 0.2s ease;
    padding: 8px 12px;
    letter-spacing: 0.25rem !important;
  }

  .cdm-desktop-nav li a:hover {
    color: #E74901;
  }

  .cdm-desktop-nav li.current-menu-item a {
    font-weight: bold;
    border-bottom: 2px solid #E74901;
  }
}
