html {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga", "kern";
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    background-color: #ffffff !important;
    font-family: NotoSans, Arial, sans-serif !important;
    font-size: 15px !important;
    color: var(--lip-theme-text-color) !important;
    padding-top: 82px;
    text-size-adjust: none;
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: local('NotoSans Regular'), local('NotoSans-Regular'),
    url('../fonts/NotoSans-Regular.woff2') format('woff2'),
    url('../fonts/NotoSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: local('NotoSans Bold'), local('NotoSans-Bold'),
    url('../fonts/NotoSans-Bold.woff2') format('woff2'),
    url('../fonts/NotoSans-Bold.woff') format('woff');
}

/* Header */
.iff-header {
    height: 82px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgb(255 255 255 / 1);
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 14px;
}

/* Header Außenbereich */
.iff-header .outer {
    height: 82px;
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 24px;
}

/* Header Innenbereich */
.iff-header .inner {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    height: 82px;
}

/* Inhalt im Header */
.iff-header .inner > div {
    all: unset;
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 16px;
    align-items: center;
    justify-self: start;
}

/* Text im Header */
.iff-header .inner > div p {
    margin: 0;
    font-family: NotoSans, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
