/* CTA im Hauptmenü: Hilfe für Autofahrer */
@media (min-width: 980px) {
  #primary-menu > #menu-item-1694 > a {
    height: 38px;
    padding: 0 20px !important;
    line-height: 38px !important;
    color: #ffffff !important;
    background: #008b9b;
    border-radius: 2px;
    box-shadow: 0 5px 14px rgba(0, 139, 155, 0.18);
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  #primary-menu > #menu-item-1694 > a:hover,
  #primary-menu > #menu-item-1694 > a:focus {
    color: #ffffff !important;
    background: #006f7d;
    box-shadow: 0 7px 18px rgba(0, 111, 125, 0.25);
    transform: translateY(-1px);
  }
}

@media (max-width: 979px) {
  #menu-item-1694 > a {
    color: #ffffff !important;
    background: #008b9b;
    padding-left: 20px !important;
  }

  #menu-item-1694 > a:hover,
  #menu-item-1694 > a:focus {
    color: #ffffff !important;
    background: #006f7d;
  }
}