/*
Theme Name: Lumaplex Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Lumaplex
Author URI:  https://www.lumaplex.at
Template: salient
Version: 1.1
*/


/* Pricing Table */
.pricing-table[data-style=flat-alternative] .pricing-column h3 {
	font-size: 22px!important;
}

/*Zusatzleistungen*/

#zusatzleistungen .pricing-table[data-style=flat-alternative] .pricing-column .interval {
	display:none!important;
}

/* Nur auf der Startseite (body.home) UND nur auf Desktop */
body.home header#top {
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.8) 0%,
    rgba(255,255,255,0) 100%
  );
}

/* Auf Tablet und Mobile entfernen */
@media (max-width: 999px) {
  body.home header#top {
    background: none !important;
  }
}

/* Desktop – nur auf der Startseite */
@media (min-width: 1000px) {
  body.home header#top {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }

/* Sicherheit: kein Verlauf am Header-Outer auf Desktop */
body.home #header-outer {
    background: none !important;
  }
}

/* Mobile & Tablet – nur auf der Startseite */
@media (max-width: 999px) {
  body.home #header-outer {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    ) !important;
  }

/* Sicherheit: kein Verlauf am Top-Header auf Mobile */
body.home header#top {
    background: none !important;
  }
}

/* Abo List paddin*/
#abo-list .nectar-hor-list-item{
	padding:5px!important;
}

/* Form Checkbox*/

.forminator-ui.forminator-custom-form[data-design=flat] .forminator-checkbox .forminator-checkbox-box {
	background-color: #f5f5f5;
}
