/*
Theme Name: VIV Medical
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
*/

/* General Styling*/

:root {
  --white: white;
  --awx-dark: #151515;
  /* --awx-dark: #0a0619; */
  --beige-light: #efe8df;
  --beige: #d8d0c5;

  /* === Sekundärfarben === */
  --gray: #CCCCCC;
  --gray-light: #EEEEEE;
  --blue-light: #93c5fd;
  --sage: #d1fae5;

  /* === Akzentfarben === */
  --gold: #f09819;
  --coral: #ff5857;
  --rose: #fbe4e8;
  --lavender: #ede9fe;
}

body {
  font-family: "Everett" !important;
  background-color: var(--awx-dark) !important;
}

a {
  color: var(--gold);
}

strong {
  font-weight: 500 !important;
}

body.admin-bar .nav-wrapper.fixed-top {
  top: 46px; /* Verschiebt die Navbar nach unten, um die Admin-Leiste zu berücksichtigen */
}

@media screen and (max-width: 782px) {
  body.admin-bar .nav-wrapper.fixed-top {
    top: 32px; /* Für mobile Ansicht, da die Admin-Leiste auf kleineren Bildschirmen niedriger ist */
  }
}

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

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