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


.nectar-badge {
    font-variant: all-small-caps;
}


.nectar-post-grid-item__excerpt-wrap span.meta-excerpt {
    color: #a0a09f !important;
}

#team .team-meta h3 {
    color: black !important;
}

.bio-inner h2 {
    color: black !important;
}

.blurred-wrap.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(10px)!important;
}

.tre_bg-blur .row-bg{
    backdrop-filer: blur(3px);
}

.tre_bg-blur .vc_column-inner {
    text-align-last: right;
}

/* Toptitle */

p.sl_toptitle  {
    font-family: Montserrat;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    padding-bottom: unset;
    margin-bottom: 8px;
}


/* Datenschutz & Impressum */

/* .sl_infopages h1 {
    font-size: 32px;
    line-height: normal;
    color: #000 !important;
}

.sl_infopages h2 {
    font-size: 26px;
    line-height: 48px!important;
    color: #000 !important;
}

.sl_infopages h3 {
    font-size: 22px !important;
    line-height: 36px !important;
    color: #000 !important;
    font-weight: 700 !important;
}

.sl_infopages h4 {
    font-size: 17px !important;
    line-height: 32px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 600 !important;
} */


/* Startseite Headline */
.nectar-highlighted-text h1.sl_specialh1 {
    font-size: 3.2vw !important;
}


@media only screen and (max-width: 999px) {
	.wpb_wrapper .tre_bg-blur .vc_column-inner {
		text-align-last:left;
	}
	.tre_bg-blur .nectar-cta:first-child{
		margin-bottom: 24px !important;
	}
	img.tre_logo-heroshot {
		max-width: 50%!important;
	}
    /* Startseite Headline */
    .nectar-highlighted-text h1.sl_specialh1 {
        font-size: 9.2vw !important;
        line-height: 4rem;
    }

}

@media only screen and (max-width: 690px) {
	div img.tre_logo-heroshot {
		max-width: 100%!important;
	}
    /* Startseite Headline */
    .nectar-highlighted-text h1.sl_specialh1 {
        font-size: 13.2vw !important;
        line-height: 4rem;
    }
}