/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Jubiläum Text */

  body .nectar-milestone .subject {
    font-size: 32px !important;
  }


/* Media Queries allgemein */

/* Tabelle mobil */

@media (max-width: 768px) {
  .kfw-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .kfw-table {
    min-width: 500px;
  }
}

/* Font size headlines */

@media (max-width: 768px) {
	#bad-sanitaer, #heizung-waermepumpe, #solaranlage {
		font-size: 32pt !important;
	}
}

/* Interactive card */

@media (max-width: 768px) {
  .nttip.open {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80vw !important;
    height: auto !important;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25)) !important;

  }

  .nttip.open .inner {
    all: unset !important;
    display: block !important;
    padding: 30px 20px 20px 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .nttip.open .tipclose {
    all: unset !important;
    display: block !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    cursor: pointer !important;
  }
}



/* Underline */

#leistungen-preview .squiggle-underline {
  bottom: -40% !important;
}


/* Kontaktformular */

.wpcf7-form-control-wrap[data-name="select-493"] {
  margin-top: -40px !important;
}

/* Social Buttons */

.nectar_icon_wrap {
  float: right !important;
  margin-left: 15px !important;
}

/* Media Queries */

@media (max-width: 767px) {
  .nectar-mobile-only.mobile-header {
    display: none !important;
  }
}


/* Complianz */

#cmplz-document p > i {
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: inherit !important;
}


.cmplz-cookiebanner li::before,
.cmplz-cookiebanner a::before {
    display: none !important;
}

.cmplz-cookiebanner ul,
.cmplz-cookiebanner li {
    list-style: none !important;
}


/* Falls  Theme Bullets über ::before reinhaut */
.cmplz-cookiebanner a::before,
.cmplz-cookiebanner .cmplz-manage-consent::before {
  content: none !important;
}


.kontakt-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;              /* Abstand zwischen den Feldern */
}

/* zwei Spalten */
.kontakt-grid .half {
  width: calc(50% - 10px);
}

/* volle Breite */
.kontakt-grid .full {
  width: 100%;
}

/* Pflichtfeld-Hinweis vertikal mittig */
.kontakt-grid .field-note {
  display: flex;
  align-items: center;
}

/* Felder sollen die ganze Spaltenbreite nehmen */
.kontakt-grid input,
.kontakt-grid textarea {
  width: 100%;
}

/* Mobile: alles untereinander */
@media (max-width: 768px) {
  .kontakt-grid .half {
    width: 100%;
  }
}




