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

	/* work-sans-600 - latin */
	@font-face {
	  font-family: 'Work Sans';
	  font-style: normal;
	  font-weight: 600;
	  src: url('fonts/work-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	}

	/* inter-regular - latin */
	@font-face {
	  font-family: 'Inter';
	  font-style: normal;
	  font-weight: 400;
	  src: url('fonts/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	}
	/* inter-600 - latin */
	@font-face {
	  font-family: 'Inter';
	  font-style: normal;
	  font-weight: 600;
	  src: url('fonts/inter-v13-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	}

/* Typografie */

	/* Reset Margin & Padding */
	.row .col .wpb_text_column h1, .row .col .wpb_text_column h2, .row .col .wpb_text_column h3, 
	.row .col .wpb_text_column h4, .row .col .wpb_text_column h5, .row .col .wpb_text_column h6,
	.row .col .wpb_text_column p, #footer-outer #footer-widgets .col p {
    	margin: 0;
    	padding: 0;
	}

	/* Abstand nach einem Element */
	.row .col .wpb_text_column h1+*, .row .col .wpb_text_column h2+* {
	    margin-top: 1.5em;
	}
	.row .col .wpb_text_column h3+*, .row .col .wpb_text_column h4+*, 
	.row .col .wpb_text_column h5+*, .row .col .wpb_text_column h6+* {
	    margin-top: 1.1em;
	}
	.row .col .wpb_text_column p+*, #footer-outer #footer-widgets .col p+* {
	    margin-top: 0.8em;
	}

	/* Abstand vor einem Element */
	.row .col .wpb_text_column *+h2, .row .col .wpb_text_column *+h3, 
	.row .col .wpb_text_column *+h4, .row .col .wpb_text_column *+h5, .row .col .wpb_text_column *+h6 {
	    margin-top: 1.3em;
	}

	/* Links im Fließtext */
	.row .col .wpb_text_column p>a {
		font-weight: 600;
	}

	/* Umgang mit langen URLs in mobiler Ansicht */
	@media only screen and (max-width: 1000px) {
		.row .col .wpb_text_column p>a {
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-word;
		}
		.order-1-mobile img{
			margin-bottom:50px;
		}
	}

/* Buttons */
.nectar-button.large {
	font-size: 17px;
}

/* Icons with Background */
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon:before,
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon:after {
    border-radius: 3em;
}



/* Footer */
@media only screen and (min-width: 1000px) {
	#footer {
		text-align: center;
	}
}

h1 {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600 !important; /* 400 wenn Regular */
}
