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

/**********FONTS***********/
/* gfs-didot-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: 'GFS Didot';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gfs-didot-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* courier-prime-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: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/courier-prime-v11-latin-regular.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-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: 38px;
}
i.icon-default-style.steadysets-icon-map-marker.accent-color {
    font-size: 25px !important;
}


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


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

/*Haeder - Schatten hinter Badge "Die perfekte Kapitalanlage"*/
#haederSec .nectar-badge__inner.nectar-bg-accent-color {
    box-shadow: 0px 0px 20px #00000040;
}

/*Icon with Text -  Abstand ändern*/
iwt-text {
    padding-left: 45px !important;
}


/*Toggle - Beispielrechnung günstigste wohnung*/
.toggle.accent-color span.toggle-title a {
    font-size: 17px !important;
    color: #000000 !important;
}




*::selection {
  background: #c1a362;
  color: #fff;
}


/*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: 15px 35px 15px 35px !important;
    font-size: 15px !important;
}
#FormularExpose span{
    font-family: 'Inter', sans serif !important;
    color: #141619 !important;
    line-height: 21px !important;
}

