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

/* poppins-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('https://info-linc.eu/wp-content/themes/salient-child/fonts/poppins-v24-latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('https://info-linc.eu/wp-content/themes/salient-child/fonts/poppins-v24-latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('https://info-linc.eu/wp-content/themes/salient-child/fonts/poppins-v24-latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-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: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('https://info-linc.eu/wp-content/themes/salient-child/fonts/lora-v37-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
p.ueberzeile {
    letter-spacing: 0.2em !important;
    font-size: 20px !important;
    padding-bottom: 20px !important;
	font-weight: 500 !important;
}
@media only screen and (max-width: 1000px) {
	p.ueberzeile {
    	font-size: 15px !important;
	}
}


/*Briefmarkenrand für Inner Row*/

.linc-stamp {
	padding: 20px 8px !important;
    background: #fff !important;
    outline: 15px dotted #e9e9ee;
    outline-offset: -10px;

}

/*Links im Footer Underline weiß*/

.nectar-cta[data-style=underline] .link_wrap .link_text:after {
    border-bottom: 2px solid #fff;
	}


/*Pfeile bei Spektrum auch mobil beibehalten */

@media only screen and (max-width: 999px) {
    .nectar-flickity[data-controls*=arrows_overlaid][data-overflow=visible] .flickity-prev-next-button {
        opacity: 1 !important;
        visibility: unset !important;
		pointer-events: unset !important;
    }
	button.flickity-button.flickity-prev-next-button.next {
    transform: translateX(40px) !important;
	}
	button.flickity-button.flickity-prev-next-button.previous {
    transform: translateX(-40px) !important;
	}
}
 