/*
Theme Name:   UserMindTheme
Description:  Schreibe hier eine kurze Beschreibung ueber dein Child-Theme
Author:       usermind
Author URL:   https://www.user-mind.de/
Template:     hello-elementor
Text Domain:  usermind
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  UserMindTheme
*/

/* Schreibe hier dein eigenes persoenliches Stylesheet */

p, h1, h2, h3, h4, h5, h6 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}


b, strong {
  font-weight: 500 !important;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  margin: 7px 0 10px 4px;
}

label {
  padding-left: 6px;
  vertical-align: baseline !important;
}

/* NM | Class for button gradient */
.button-gradient a {
  background-image: linear-gradient(90deg, var(--e-global-color-ced2702) 0%, var(--e-global-color-e50ece9) 100%);
}

/* NM | Hide iframe behind overlay */

.scb-video-explanation:has(.elementor-custom-embed-image-overlay) iframe {
  visibility: hidden;
}

/* Global Gravity forms settings override */

#gform_wrapper_8[data-form-index="0"].gform-theme {
  --gf-ctrl-label-color-secondary: var(--e-global-color-text) !important;
}

/*  NM | Veranstaltungen */

.event-date {
    .month {
        color: var(--e-global-color-secondary);
    }
}


/* =================================================================
 * 1.0 - HEADER HIDE ON SCROLL
 * ================================================================= */

#stickyheaders {
  -webkit-transition: -webkit-transform 0.34s ease;
  transition: -webkit-transform 0.34s ease;
  -o-transition: transform 0.34s ease;
  transition: transform 0.34s ease;
  transition: transform 0.34s ease, -webkit-transform 0.34s ease;
}

.headerup {
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px); /*adjust this value to the height of your header*/
}


/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/poppins-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../../fonts/poppins-v20-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/poppins-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/poppins-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/poppins-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../../fonts/poppins-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/poppins-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../../fonts/poppins-v20-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/poppins-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../../fonts/poppins-v20-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/poppins-v20-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: url("../../fonts/poppins-v20-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/poppins-v20-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("../../fonts/poppins-v20-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/dm-sans-v15-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100;
  src: url("../../fonts/dm-sans-v15-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../../fonts/dm-sans-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 200;
  src: url("../../fonts/dm-sans-v15-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/dm-sans-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../../fonts/dm-sans-v15-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/dm-sans-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/dm-sans-v15-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/dm-sans-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../../fonts/dm-sans-v15-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/dm-sans-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../../fonts/dm-sans-v15-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/dm-sans-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../../fonts/dm-sans-v15-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/dm-sans-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../../fonts/dm-sans-v15-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/dm-sans-v15-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 900;
  src: url("../../fonts/dm-sans-v15-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.Steps {
  position: relative;
}

.Steps::after {
  content: "";
  position: absolute;
  right: -20px; /* Abstand zum Container */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #D9D9D9; /* Farbe anpassen */
}

/* Sprachumschalter - mj - 2025-05-30 */
.wpml-ls-legacy-dropdown {
  width: auto;
}
.wpml-ls-legacy-dropdown a {
  border: none;
  background-color: initial;
  padding: 5px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 5px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: initial;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  background-color: initial;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 24px;
}

/** PG | Custom CSS for Produktkonfigurator (START) */

#sdb_product_conf {
  --pg-highlight-color: #FF6600; /* zentrale Akzentfarbe */
}

#sdb_product_conf .gfield--type-image_choice .gfield_radio,
#sdb_product_conf .gfield--type-image_choice .gfield_checkbox {
  justify-content: center;
  align-items: stretch;
}

#sdb_product_conf .gfield--type-image_choice .gfield_radio > *,
#sdb_product_conf .gfield--type-image_choice .gfield_checkbox > * {
  align-self: stretch;
  cursor: pointer;
}

#sdb_product_conf .gfield_label {
  text-align: center;
  font-size: 1.4rem
}

#sdb_product_conf .gfield-choice-image-wrapper:has(.gfield-choice-image-no-image) {
  display: none;
}

#sdb_product_conf .gfield-image-choice-wrapper-outer label {
  max-width: 148px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;

}

#sdb_product_conf .gfield_radio .gfield-image-choice-wrapper-outer .gfield-image-choice-wrapper-inner {
  display: block;
}

#sdb_product_conf .gfield_radio .gfield-image-choice-wrapper-outer label {
  text-align: center;
}

#sdb_product_conf .gfield_radio .gfield-image-choice-wrapper-inner input {
  display: none;
}


#sdb_product_conf .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  display: none;
}

#sdb_product_conf .gform-page-footer {
  margin: 32px 0 0 0;
  justify-content: center;
  position: relative;
}

#sdb_product_conf .gform-page-footer .gform_previous_button {
  color: white;
  border: none;
}


/* Loader */
#sdb_product_conf .gform-page-footer .gform-loader {
  position: absolute;
  top: 50px;
  /* right: 0; */
  border-block-end-color: var(--pg-highlight-color);
  border-inline-start-color: var(--pg-highlight-color);
  /* left: 50%; */ /* Startpunkt: 50% von links der Eltern-Box */
}

/* Checkboxes */

#sdb_product_conf .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: var(--pg-highlight-color);
  background: white;
  border: 2px solid var(--pg-highlight-color);
}

/* Radio Buttons */
#sdb_product_conf .gfield--type-image_choice .gfield-choice-input:checked {
  border: 2px solid var(--pg-highlight-color);
}

#sdb_product_conf .gform_next_button,
#sdb_product_conf .gform_previous_button,
#sdb_product_conf .gform_button[type="submit"],
#sdb_product_conf .gform_button[type="submit"]:focus,
#sdb_product_conf .gform_button[type="submit"]:focus-within{
  outline: none;
  border: none;
}


#sdb_product_conf .gfield--type-image_choice .gfield-choice-input:before {
  background-color: var(--pg-highlight-color);
  position: relative;
  top: 0px;
}

#sdb_product_conf input.button {
  background-image: linear-gradient(90deg, var(--e-global-color-ced2702) 0%, var(--e-global-color-e50ece9) 100%);
  border-radius: 100px;
  width: auto;
}


#sdb_product_conf #field_6_85 {
  display: none !important;
}

#sdb_product_conf .gf_progressbar_wrapper {
  display: none !important;
}

#sdb_product_conf .gfield_description {
  text-align: center;
}

@media (min-width: 1200px) {
  #sdb_product_conf #gform_wrapper_6 {
    padding: 0 200px;
  }
}


#sdb_product_conf .gfield-choice-image-wrapper {
  max-width: 120px;
  margin: 0 auto;
}

#sdb_product_conf .gfield_label {
  justify-content: center;
  margin: 0 auto 24px auto;

}

#gform_6 .gfield_required {
  display: none;
}



.gform_confirmation_message .elementor-element .elementor-widget-heading .elementor-heading-title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-sk_type_3-font-family), Sans-serif;
  font-size: var(--e-global-typography-sk_type_3-font-size);
  font-weight: var(--e-global-typography-sk_type_3-font-weight);
  line-height: var(--e-global-typography-sk_type_3-line-height);
}

.elementor-1591 .elementor-element.elementor-element-2c22c76 .pp-gravity-form .gform_wrapper .gform_footer input[type="submit"], .elementor-1591 .elementor-element.elementor-element-2c22c76 .pp-gravity-form .gform_wrapper .gform_page_footer input[type="submit"], .elementor-1591 .elementor-element.elementor-element-2c22c76 .pp-gravity-form .gform_wrapper .gfield--type-submit input[type="submit"],
#sdb_product_conf .gform_confirmation_message .elementor-button {
  background-color: transparent;
  font-family: var(--e-global-typography-sk_type_14-font-family), Sans-serif;
  font-size: var(--e-global-typography-sk_type_14-font-size);
  font-weight: var(--e-global-typography-sk_type_14-font-weight);
  line-height: var(--e-global-typography-sk_type_14-line-height);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--e-global-color-ced2702)), to(var(--e-global-color-e50ece9)));
  background-image: -o-linear-gradient(left, var(--e-global-color-ced2702) 0%, var(--e-global-color-e50ece9) 100%);
  background-image: linear-gradient(90deg, var(--e-global-color-ced2702) 0%, var(--e-global-color-e50ece9) 100%);
  border-style: none;
  border-radius: 100px 100px 100px 100px;
  padding: 14px 24px 14px 24px;
}

#sdb_product_conf .gform_confirmation_message .elementor-button:hover {
  color: white;
}

#sdb_product_conf .gform_wrapper .gchoice.active{
  border: 1px solid #FF6600;
}



#sdb_product_conf .gchoice input[type="checkbox"]:focus,
#sdb_product_conf .gchoice input[type="radio"]:focus {
  outline: none;
  box-shadow: none;
}

#sdb_product_conf .gchoice{
  outline: none;
}

#sdb_product_conf .gchoice.active{
  border-color: #FF6600;
}

#sdb_product_conf .gchoice:focus-within,
#sdb_product_conf .gchoice:focus{
  border-color: var(--gf-color-in-ctrl-light-darker);;
}



/** PG | Custom CSS for Produktkonfigurator (END) */


/* changes for posts */
.elementor-widget-theme-post-content .elementor-widget-container * {
  color: var(--e-global-color-text);
}

.elementor-widget-theme-post-content .elementor-widget-container .wp-element-button {
  background-image: linear-gradient(90deg, var(--e-global-color-ced2702) 0%, var(--e-global-color-e50ece9) 100%);
  color: white !important;
}

/* language specific CSS - mj - 2025-08-11 */
html[lang="en-US"] .lang-specific.elementor-widget-icon-list ul {
  li:nth-child(1),
  li:nth-child(3) {
    display: none;
  }
}
html[lang="en-US"] .lang-specific.elementor-widget-ucaddon_content_accordion .uc_ac_box:nth-child(2) ul {
  li:nth-child(1),
  li:nth-child(3) {
    display: none;
  }
}





/* pg|um Quick Load Topbar*/
div#stickyheaders {
  position: fixed;
  margin-top: 0;
  z-index: 1;
}