/*
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
*/


/* Schriften definieren*/
h1, h2 {
font-family: futura-pt, sans-serif !important;
font-weight: 700 !important;
font-style: normal;
	}
h4 {
font-family: futura-pt, sans-serif !important;
font-weight: 500 !important;
font-style: normal;
	}

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://loerriview.pebako.de/wp-content/themes/salient-child/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('https://loerriview.pebako.de/wp-content/themes/salient-child/fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://loerriview.pebako.de/wp-content/themes/salient-child/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Progress Bar Höhe + Text entfernen*/
#progress .nectar-progress-bar span {
	height: 45px;
}

#progress .nectar-progress-bar p, #progress body .nectar-progress-bar span strong, body .nectar-progress-bar .bar-wrap span strong i, body .nectar-progress-bar .bar-wrap span strong {
	display: none;
}

/* Progress Bar*/
#progress .wpb_text_column>.wpb_wrapper>:last-child {
	font-family: 'futura-pt';
    font-size: 33px;
    line-height: 35px;
    font-weight: 500;
}

/* Haken größer und fetter*/
.checks .nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
    font-size: 20px !important;
    font-weight: 700;
}
	 
/* Icon Größe und Abstand */
#icons .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
	width: 60px;
}
.img-with-aniamtion-wrap, body .wpb_wrapper>.img-with-aniamtion-wrap {
	margin-bottom: -13px
}

/*Lage Icon mit Text Größe und Abstand*/
#lage .iwithtext .iwt-text {
	padding-left: 35px;
}

#lage .col .iwithtext .iwt-icon {
	width: 20px;
}

/*Unterstreichung & Abstand Lörrach Brombach*/
.nectar-highlighted-text[data-style=regular_underline] em {
    padding-bottom: 3px;
}
.nectar-highlighted-text>:not(:last-child) {
	margin-bottom: 15px;
}

/* Testimonial mobile Anpassung*/
@media only screen and (max-width: 690px) {
.testimonial_slider[data-style=multiple_visible_minimal] blockquote .inner {
	padding: 50px 10px 10px 10px;
	}
}

/*Text Highlight Größe*/
.text-highlight .nectar-highlighted-text em.animated {
background-size: 120% 120%;
}

/*FAQ Schrift und Farbe*/
.faq .toggle>.toggle-title a {
	color: black;
	font-family: futura-pt, sans-serif !important;
	font-weight: 500 !important;
	font-size: 25px !important;
}
/*FAQ Plus Zeichen schwarz*/
div[data-style*=minimal] .toggle>.toggle-title i {
	border: 2px solid black;
}
div[data-style="minimal"] .toggle > .toggle-title i:before, div[data-style="minimal"] .toggle > .toggle-title i:after {
	background-color: black;
}

/*FAQ Überschrift Futura*/
.faq-futura span {
	font-family: futura-pt, sans-serif !important;
	font-weight: 700 !important;
	font-style: normal;
}

/*Button Schriftgröße*/
body.material .nectar-button.large {
	font-size: 13pt;
}

/*KlickTipp Formular - Exposé anfordern*/
div#FormularExpose label {
    font-size: 14px !important;
}
div#FormularExpose .ktv2-form-element {
    padding-top: 10px !important;
}
div#FormularExpose .ktv2-form-dsgvocheckbox {
    line-height: 16px !important;
    padding-top: 15px !important;
}
div#FormularExpose input#FormSubmit {
    padding: 10px 30px 11px 30px !important;
    font-size: 15px !important;
}
#FormularExpose select#FormField_221711 {
    color: black !important;
}

	 