/*
Theme Name: Wingfan (Style - Hyperframe)
Theme URI: https://www.wingfan.com
Author: Mingxi Li, M.Sc. - AnyWareX e.U.
Author URI: https://www.anywarex.com
Description: This theme was custom created and designed specifically for the company Wingfan Ltd. & Co. KG.
Version: 1.0
*/

:root {
  /* === Primärfarben === */
  --white: white;
  --dark: #151515;

  /* === Sekundärfarben === */
  --pastel-blue: #A7C7E7;
  --cobalt-blue: #0047AB;

  /* === Akzentfarben === */
  --neon-lime: #CBFB45;
}

/* General Styling*/
body {
  font-family: "Everett" !important;
  background-color: black !important;
}

a {
  color: #1428a0;
}

strong {
  font-weight: 500 !important;
}

body.admin-bar .mein-topmenue {
  margin-top: 32px; /* Höhe der Admin-Leiste */
}

@media screen and (max-width: 782px) {
  body.admin-bar .mein-topmenue {
    margin-top: 46px; /* Mobile Höhe der Admin-Leiste */
  }
}

.current-menu-item a {
  font-weight: bold;
}

.current-menu-item a {
  font-weight: bold;
  color: #007bff; /* Primärfarbe */
  text-decoration: underline;
}
