@font-face {
    font-family: 'icomoon';
    src: url(/Fohhn_October2023/fonts/icomoon.ttf?8esece);
         url(/Fohhn_October2023/fonts/icomoon.ttf?8esece) format('truetype'),
         url(/Fohhn_October2023/fonts/icomoon.woff?8esece) format('woff'),
         url('/Fohhn_October2023/fonts/icomoon.svg?8esece#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fohhn-linkedin:before {
    content: "";
    color: #6878a4; /* Default color */
    transition: color 400ms ease;
}

.icon-fohhn-youtube:before {
    content: "";
    color: #6878a4; /* Default color */
    transition: color 400ms ease;
}

.icon-fohhn-facebook:before {
    content: "";
    color: #6878a4; /* Default color */
    transition: color 400ms ease;
}

.icon-fohhn-instagram:before {
    content: "";
    color: #6878a4; /* Default color */
    transition: color 400ms ease;
}

.icon-fohhn-twitter:before {
    content: "";
    color: #6878a4; /* Default color */
    transition: color 400ms ease;
}

.icon-fohhn-xing:before {
    content: "";
    color: #6878a4; /* Default color */
    transition: color 400ms ease;
}

.icon-fohhn-linkedin:hover:before {
    color: #fff; /* Hover color */
}

.icon-fohhn-youtube:hover:before {
    color: #fff; /* Hover color */
}

.icon-fohhn-facebook:hover:before {
    color: #fff; /* Hover color */
}

.icon-fohhn-instagram:hover:before {
    color: #fff; /* Hover color */
}

.icon-fohhn-twitter:hover:before {
    color: #fff; /* Hover color */
}

.icon-fohhn-xing:hover:before {
    color: #fff; /* Hover color */
}

.modernFooter--socialIcons ul {
    display: flex !important;
    justify-content: center;
}

@media (min-width: 992px) {
    .modernFooter--socialIcons ul {
        display: inline-block !important;
    }
}

.modernFooter--socialIcons a {
    font-size: 1.5rem;
    line-height: 2rem;
    text-decoration: none;
    padding: 0 2rem;
}

@media (max-width: 575.98px) {
    .modernFooter--socialIcons a {
        padding: 0 1rem;
    }
}

@media (min-width: 992px) {
    .modernFooter--socialIcons a {
        margin-left: 1.5rem;
        padding: 0;
    }
}
