/*
 * EHT Icon-Subset — selbst gehostet, nur die auf evertz-hydro.com tatsächlich
 * verwendeten Glyphen aus dem bereits lizenzierten Font-Awesome-5-Webfont-Kit
 * der alten Website (siehe _alte.website/fonts/fa-*). Kein vollständiges
 * Font-Awesome-Pro-Icon-Set, um den Lizenzumfang des Originals nicht zu
 * überschreiten. Weitere Icons bei Bedarf hier ergänzen (Muster unten).
 */
@font-face {
	font-family: "EHT Icons Solid";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("webfonts/fa-solid-900.woff2") format("woff2"),
		url("webfonts/fa-solid-900.woff") format("woff");
}
@font-face {
	font-family: "EHT Icons Regular";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("webfonts/fa-regular-400.woff2") format("woff2"),
		url("webfonts/fa-regular-400.woff") format("woff");
}
@font-face {
	font-family: "EHT Icons Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("webfonts/fa-brands-400.woff2") format("woff2"),
		url("webfonts/fa-brands-400.woff") format("woff");
}

.fas,
.far,
.fab {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fas { font-family: "EHT Icons Solid"; font-weight: 900; }
.far { font-family: "EHT Icons Regular"; font-weight: 400; }
.fab { font-family: "EHT Icons Brands"; font-weight: 400; }

.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-search:before { content: "\f002"; }
.fa-download:before { content: "\f019"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-clock:before { content: "\f017"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-right:before { content: "\f105"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-file-pdf:before { content: "\f1c1"; }
