Ja.
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --conda-black: #000000;
  --conda-grey: #EFEEEA;
  --conda-dark-green: #27614e;
  --conda-light-green: #8eaba1;
  --conda-superlight-green: #ccd7d4;
  --conda-skyblue: #5c90bf;
  --conda-skyblue-light: #a8c2da;
  --conda-white: #ffffff;
}

/* =========================================================
   GLOBAL
========================================================= */

body {
  font-family: "Inter", Arial, sans-serif;
  background: #ffffff;
  color: #111111;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all .2s ease;
}

/* =========================================================
   HEADER STANDARD ZOHO
========================================================= */

.Header__navbar {
  background:
    linear-gradient(
      115deg,
      #000000 0%,
      #0b241d 45%,
      #27614e 100%
    ) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
}

.Header__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 28px;
  box-sizing: border-box;
}

#navBarContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.Header__logo,
.Header__logo a {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  max-height: none !important;
}

.Header__logo img,
.Header__logo a img {
  height: 50px !important;
  max-height: none !important;
  width: auto !important;
  max-width: none !important;
  display: block !important;
  object-fit: contain !important;
}

.Header__navbar .Header__container,
.Header__navbar #navBarContainer {
  min-height: 90px !important;
  height: auto !important;
  overflow: visible !important;
}

/* Wichtig: im HTML drinlassen, nur optisch ausblenden */
.Header__name,
#portal_tabCommunity {
  display: none !important;
}

.Header__menuTab {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.Header__menuList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
  overflow: visible !important;
}

.Header__tabsTab,
.Header__tabsTab a,
.Header__menuList li,
.Header__menuList li a {
  color: var(--conda-grey) !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.Header__tabsTab:hover,
.Header__tabsTab a:hover,
.Header__menuList li:hover,
.Header__menuList li a:hover {
  color: var(--conda-light-green) !important;
}

.Header__menuList > a,
.Header__menuList > span,
.Header__menuList > div {
  color: var(--conda-grey) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}

.Header__menuList > a:hover,
.Header__menuList > span:hover,
.Header__menuList > div:hover {
  color: var(--conda-light-green) !important;
}

.Header__menuicon {
  display: none;
}

.Header__clBoth {
  display: none;
}

/* =========================================================
   HERO / SEARCH SECTION
========================================================= */

.Header__searchSection {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 660px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 106px 24px 102px !important;
  box-sizing: border-box;
  background:
    linear-gradient(
      115deg,
      #000000 0%,
      #071712 42%,
      #27614e 100%
    ) !important;
  color: #ffffff;
}

.Header__searchSection::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -42%;
  width: 82%;
  height: 88%;
  opacity: .14;
  pointer-events: none;
  background:
    repeating-radial-gradient(
      ellipse at center,
      rgba(204,215,212,.55) 0px,
      rgba(204,215,212,.55) 1px,
      transparent 2px,
      transparent 16px
    );
  transform: rotate(-8deg);
}

.Header__searchSection .Header__container {
  max-width: 960px;
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.Header__searchSection .Header__container::before {
  content: "CONDA CAPITAL MARKET HILFECENTER";
  display: block;
  color: rgba(204,215,212,.82);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.Header__searchTitle {
  color: #ffffff !important;
  font-size: clamp(56px, 6.2vw, 88px) !important;
  line-height: .9 !important;
  letter-spacing: -0.06em;
  font-weight: 900 !important;
  margin: 0 0 28px !important;
}

.Header__description {
  color: rgba(239,238,234,.86) !important;
  font-size: 18px !important;
  line-height: 1.55;
  max-width: 720px;
  margin: 0 auto 40px !important;
}

/* =========================================================
   ZOHO SEARCH HOME
========================================================= */

.Header__searchSection input,
.Header__searchSection input[type="text"],
.Header__searchSection input[type="search"] {
  height: 58px !important;
  min-height: 58px !important;
  border-radius: 8px 0 0 8px !important;
  border: none !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  padding: 0 24px !important;
  box-shadow: none !important;
  outline: none !important;
}

.Header__searchSection button,
.Header__searchSection input[type="submit"] {
  height: 58px !important;
  min-height: 58px !important;
  border-radius: 0 8px 8px 0 !important;
  background: var(--conda-skyblue) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 22px !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.Header__searchSection button:hover,
.Header__searchSection input[type="submit"]:hover {
  background: #63ab8f !important;
}

/* Suchvorschläge: ca. 3 Artikel, danach scrollbar */
.SearchList__normal,
.SearchList__list {
  display: block !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  min-height: 52px !important;
  padding: 16px 20px !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.SearchList__normal:hover,
.SearchList__list:hover {
  background: #f4f7f6 !important;
  color: #27614e !important;
}

[class*="SearchList"] {
  max-height: 156px !important;
  overflow-y: auto !important;
  z-index: 9999 !important;
}

/* =========================================================
   Buttons nach Hero
========================================================= */

.conda-hero-button-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 40px;
  width: 100%;
  margin: 34px auto 20px !important;
  padding: 0 24px;
  text-align: center;
  float: none !important;
  clear: both;
  box-sizing: border-box;
}

.conda-hero-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 260px;
  min-height: 52px;
  padding: 0 32px !important;
  border-radius: 999px !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: center !important;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: none !important;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.conda-hero-button--filled {
  border: 1px solid #5c90bf !important;
  background: #5c90bf !important;
  color: #ffffff !important;
}

.conda-hero-button--filled:hover,
.conda-hero-button--filled:focus {
  border-color: #63ab8f !important;
  background: #63ab8f !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.conda-hero-button--outline {
  border: 1px solid #5c90bf !important;
  background: #ffffff !important;
  color: #5c90bf !important;
}

.conda-hero-button--outline:hover,
.conda-hero-button--outline:focus {
  border-color: #63ab8f !important;
  background: #ffffff !important;
  color: #63ab8f !important;
  transform: translateY(-1px);
}

.conda-hero-button:focus {
  outline: 2px solid rgba(92, 144, 191, 0.35);
  outline-offset: 4px;
}

/* =========================================================
   MAIN CONTENT
========================================================= */

.KbCategory__box,
.KbCategory__card,
.ArticleList__container,
.ListingCategory__box {
  border-radius: 24px !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04) !important;
  transition: all .2s ease;
}

.KbCategory__box:hover,
.KbCategory__card:hover,
.ArticleList__container:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.08) !important;
}

.KbCategory__title,
.ArticleList__title {
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
}

/* =========================================================
   BUTTONS
========================================================= */

.Button__primary,
.CommonStyle__button,
input[type="submit"] {
  background: #5c90bf !important;
  border: none !important;
  border-radius: 999px !important;
  color: white !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 600 !important;
  padding: 14px 24px !important;
  box-shadow: 0 10px 30px rgba(92,144,191,.25);
  transition: all .2s ease;
}

.Button__primary:hover,
.CommonStyle__button:hover,
input[type="submit"]:hover {
  background: #63ab8f !important;
  transform: translateY(-1px);
}

/* =========================================================
   CONDA FOOTER
========================================================= */

.CondaFooter {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      120deg,
      #000000 0%,
      #071712 42%,
      #27614e 100%
    );
  color: #EFEEEA;
  padding: 72px 24px 28px;
  margin-top: 80px;
}

.CondaFooter__container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.CondaFooter__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 72px;
  padding-bottom: 42px;
}

.CondaFooter__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 300px));
  gap: 72px;
  justify-content: flex-start;
}

.CondaFooter__column h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 18px;
  color: #ffffff;
}

.CondaFooter__column a,
.CondaFooter__column p,
.CondaFooter__column span {
  display: block;
  color: rgba(239,238,234,.78);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 4px;
}

.CondaFooter__column a:hover {
  color: #8eaba1;
}

.CondaFooter__small {
  font-size: 13px !important;
  color: rgba(239,238,234,.55) !important;
  margin-top: 12px !important;
}

.CondaFooter__seal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.CondaFooter__seal img {
  width: 250px;
  max-width: 100%;
  height: auto;
  display: block;
}

.CondaFooter__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(239,238,234,.6);
}

.CondaFooter__wave {
  position: absolute;
  right: -8%;
  bottom: -20%;
  width: 60%;
  height: 70%;
  opacity: .10;
  background:
    repeating-radial-gradient(
      ellipse at center,
      rgba(204,215,212,.55) 0px,
      rgba(204,215,212,.55) 1px,
      transparent 2px,
      transparent 16px
    );
  transform: rotate(12deg);
  pointer-events: none;
}

/* =========================================================
   Zoho Standard CTA vor Footer
========================================================= */

.Footer__footerQus {
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  letter-spacing: -0.03em;
}

.Button__footerBtn {
  background: #5c90bf !important;
  color: #ffffff !important;
  border: 1px solid #5c90bf !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 30px rgba(92,144,191,.25) !important;
}

.Button__footerBtn:hover,
.Button__footerBtn:focus {
  background: #63ab8f !important;
  border-color: #63ab8f !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* =========================================================
   Kontaktformular Buttons
========================================================= */

.Form__submit,
.Form__cancel,
.TicketForm__button,
button.Button__primary,
button.CommonStyle__button,
input[type="submit"] {
  background: #5c90bf !important;
  border: 1px solid #5c90bf !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  box-shadow: 0 10px 30px rgba(92,144,191,.25) !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.Form__submit:hover,
.Form__submit:focus,
.Form__cancel:hover,
.Form__cancel:focus,
.TicketForm__button:hover,
.TicketForm__button:focus,
button.Button__primary:hover,
button.Button__primary:focus,
button.CommonStyle__button:hover,
button.CommonStyle__button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #63ab8f !important;
  border-color: #63ab8f !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* =========================================================
   Captcha Buttons
========================================================= */

[class*="captcha"] button,
[class*="Captcha"] button,
[class*="captcha"] a,
[class*="Captcha"] a {
  background: #5c90bf !important;
  border: 1px solid #5c90bf !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 700 !important;
}

[class*="captcha"] button:hover,
[class*="Captcha"] button:hover,
[class*="captcha"] a:hover,
[class*="Captcha"] a:hover {
  background: #63ab8f !important;
  border-color: #63ab8f !important;
  color: #ffffff !important;
}

/* =========================================================
   FAQ Article Right Sidebar Fix
========================================================= */

.ArticleDetailRightContainer__rightPanel,
.ArticleDetailRightContainer__rightPanel *,
.ArticleDetailRightContainer__container {
  max-height: none !important;
}

.ArticleDetailRightContainer__rightPanel,
.ArticleDetailRightContainer__aside,
.ArticleDetailRightContainer__sidebar,
.ArticleDetailRightContainer__widget,
.ArticleDetailRightContainer__rightSection,
[class*="ArticleDetailRightContainer"] {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  align-self: flex-start !important;
}

.ArticleDetailRightContainer__rightPanel {
  position: static !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 980px) {
  .CondaFooter__top {
    grid-template-columns: 1fr;
    gap: 46px;
    align-items: flex-start;
  }

  .CondaFooter__content {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 56px;
  }

  .CondaFooter__seal {
    justify-content: flex-start;
  }

  .CondaFooter__seal img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .Header__navbar {
    position: relative;
  }

  .Header__navbar .Header__container {
    min-height: 78px !important;
    padding: 14px 20px !important;
  }

  .Header__navbar #navBarContainer {
    min-height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
  }

  .Header__logo img,
  .Header__logo a img {
    height: 44px !important;
    max-height: 44px !important;
    width: auto !important;
  }

  @media (max-width: 768px) {
  .Header__menuTab {
    position: absolute !important;
    top: 78px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #27614e !important;
    z-index: 998 !important;
  }

  .Header__menuList {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    padding: 18px 24px !important;
  }

  .Header__menuList li,
  .Header__menuList li a {
    display: block !important;
    width: 100% !important;
    padding: 12px 0 !important;
    color: #ffffff !important;
  }
}

  .Header__menuicon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
  }

  .Header__searchSection {
    min-height: auto !important;
    padding: 80px 22px 72px !important;
  }

  .Header__searchSection .Header__container::before {
    font-size: 11px !important;
    line-height: 1.4 !important;
    letter-spacing: .14em !important;
    margin-bottom: 18px !important;
  }

  .Header__searchTitle {
    font-size: 42px !important;
    line-height: .95 !important;
    letter-spacing: -0.04em !important;
    margin-bottom: 22px !important;
  }

  .Header__description {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 28px !important;
  }

  [class*="SearchList"] {
    max-height: 150px !important;
  }
}

@media (max-width: 720px) {
  .conda-hero-button-wrap {
    flex-direction: column;
    gap: 16px;
    padding: 0 20px;
  }

  .conda-hero-button {
    min-width: 0;
    width: auto !important;
    max-width: 100%;
    padding: 0 26px !important;
    font-size: 15px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 640px) {
  .CondaFooter {
    padding: 54px 20px 24px;
  }

  .CondaFooter__content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .CondaFooter__seal img {
    width: 135px;
  }

  .CondaFooter__bottom {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .Header__searchTitle {
    font-size: 36px !important;
  }

  .Header__description {
    font-size: 14px !important;
  }

  .Header__searchSection {
    padding: 58px 18px 54px !important;
  }
}

/* =========================================================
   FIX: Header Navigation in Weiß
========================================================= */

.Header__navbar,
.Header__navbar a,
.Header__navbar span,
.Header__navbar li,
.Header__navbar div,
.Header__navbar button,
.Header__navbar [role="button"] {
  color: #ffffff !important;
}

.Header__navbar a:hover,
.Header__navbar span:hover,
.Header__navbar li:hover,
.Header__navbar div:hover,
.Header__navbar button:hover,
.Header__navbar [role="button"]:hover {
  color: #8eaba1 !important;
}

/* =========================================================
   CONDA VIDEO SECTION
========================================================= */

.CondaVideoSection {
  width: 100%;
  padding: 56px 24px 72px;
  box-sizing: border-box;
  background: #ffffff;
}

.CondaVideoSection__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.CondaVideoSection h3 {
  margin: 0 0 24px;
  color: #111111;
  font-family: "Inter", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.CondaVideoEmbed {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.CondaVideoEmbed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

@media (max-width: 640px) {
  .CondaVideoSection {
    padding: 42px 18px 56px;
  }

  .CondaVideoSection h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .CondaVideoEmbed {
    max-width: 100%;
    border-radius: 8px;
  }
}

/* ═══ Mehrsprachiger Begrüßungstext ═══ */

.Header__searchTitle { font-size: 0 !important; }
.Header__description { font-size: 0 !important; }

:lang(de) .Header__searchTitle::before {
    content: "Wie können wir Ihnen weiterhelfen?";
    display: block; font-size: 75px; color: #ffffff; line-height: 1.3;
}
:lang(de) .Header__description::before {
    content: "Finden Sie Antworten zu Investments und Ihrem CONDA-Account.";
    display: block; font-size: 16px; color: #ffffff; line-height: 1.5;
}

:lang(en) .Header__searchTitle::before {
    content: "How can we help you?";
    display: block; font-size: 75px; color: #ffffff; line-height: 1.3;
}
:lang(en) .Header__description::before {
    content: "Find answers to your questions about investments and your CONDA account.";
    display: block; font-size: 16px; color: #ffffff; line-height: 1.5;
}

:lang(it) .Header__searchTitle::before {
    content: "Come possiamo aiutarla?";
    display: block; font-size: 75px; color: #ffffff; line-height: 1.3;
}
:lang(it) .Header__description::before {
    content: "Trova le risposte alle tue domande sugli investimenti e sul tuo account CONDA.";
    display: block; font-size: 16px; color: #ffffff; line-height: 1.5;
}

/* Fallback (kein lang-Attribut = Preview/Default) */
.Header__searchTitle::before {
    content: "Wie können wir Ihnen weiterhelfen?";
    display: block; font-size: 75px; color: #ffffff; line-height: 1.3;
}
.Header__description::before {
    content: "Finden Sie Antworten zu Investments und Ihrem CONDA-Account.";
    display: block; font-size: 16px; color: #ffffff; line-height: 1.5;
}

/* =========================================================
   MOBILE FIX: Mehrsprachiger Begrüßungstext
========================================================= */

@media (max-width: 768px) {
  :lang(de) .Header__searchTitle::before,
  :lang(en) .Header__searchTitle::before,
  :lang(it) .Header__searchTitle::before,
  .Header__searchTitle::before {
    font-size: 34px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  :lang(de) .Header__description::before,
  :lang(en) .Header__description::before,
  :lang(it) .Header__description::before,
  .Header__description::before {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 420px) {
  :lang(de) .Header__searchTitle::before,
  :lang(en) .Header__searchTitle::before,
  :lang(it) .Header__searchTitle::before,
  .Header__searchTitle::before {
    font-size: 29px !important;
    line-height: 1.1 !important;
  }

  :lang(de) .Header__description::before,
  :lang(en) .Header__description::before,
  :lang(it) .Header__description::before,
  .Header__description::before {
    font-size: 13.5px !important;
  }
}
/* Dropdown-Buttons im Header bleiben original */
.Header__navbar button,
.Header__navbar [role="button"],
.Header__navbar [aria-haspopup] {
  background: transparent !important;
  color: #ffffff !important;
}

/* Nur geöffnete Dropdown-Flächen einfärben */
body > [class*="Dropdown"],
body > [class*="dropdown"],
body > [class*="Popup"],
body > [class*="popup"],
[class*="Dropdown"] ul,
[class*="dropdown"] ul,
[class*="Popup"] ul,
[class*="popup"] ul {
  background: #27614e !important;
}

/* Nur Dropdown-Einträge */
body > [class*="Dropdown"] a,
body > [class*="dropdown"] a,
body > [class*="Popup"] a,
body > [class*="popup"] a,
[class*="Dropdown"] ul a,
[class*="dropdown"] ul a,
[class*="Popup"] ul a,
[class*="popup"] ul a {
  color: #ffffff !important;
}

/* Hover nur im Dropdown */
body > [class*="Dropdown"] a:hover,
body > [class*="dropdown"] a:hover,
body > [class*="Popup"] a:hover,
body > [class*="popup"] a:hover,
[class*="Dropdown"] ul a:hover,
[class*="dropdown"] ul a:hover,
[class*="Popup"] ul a:hover,
[class*="popup"] ul a:hover {
  background: #3a7a64 !important;
  color: #ffffff !important;
}
