/* RUCR Studio custom site CSS - mega menu + small helpers */
.elementor-element-db16480 {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.35);
  border-top: 3px solid #2563eb;
}
body:has(a[href="https://rucr.de/leistungen/"]:hover) .elementor-element-db16480,
body:has(.elementor-element-db16480:hover) .elementor-element-db16480 {
  display: flex !important;
}
.site-header-nav ul.menu,
.uk-nav.uk-nav-,
#masthead ul.uk-nav {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  align-items: center;
}
#masthead ul.uk-nav li { position: relative; }
#masthead ul.uk-nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.site-footer-nav ul.menu,
#colophon ul.uk-nav {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
#colophon ul.uk-nav a {
  color: #cbd5e1;
  text-decoration: none;
}
#masthead { position: relative; }
