/* Font Awesome 6.5.1 Webfont: Only essentials for local use. */
/* Download the full package from https://fontawesome.com/download and copy the webfonts and CSS to your project. */
@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('fonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('fonts/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('fonts/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('fonts/fa-v4compatibility.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Grundlegende FontAwesome 6 Klassen */
.fa,
.fa-solid,
.fa-regular,
.fa-brands {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.fa-regular {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

.fa {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

/* Icon-Codes für FontAwesome 6 */
.fa-envelope:before {
    content: '\f0e0';
}

.fa-phone:before {
    content: '\f095';
}

.fa-linkedin:before {
    content: '\f0e1';
}

.fa-user:before {
    content: '\f007';
}

.fa-map-location-dot:before {
    content: '\f577';
}