/* ? KAIT GMBH - CSS ? */

    /* * GLOBAL */
    html, body { font-family: 'Outfit', sans-serif; margin: 0; padding: 0; background: #fff; scroll-behavior: smooth; color: #041428; overflow-x: hidden; }

    .data-href, .data-href-blank { cursor: pointer; }

    /* * NAVBAR */
    .navbar { background-color: #fff; height: 160px; border-bottom: 1px solid transparent; z-index: 9999 !important; display: flex; align-items: center; padding: 0 10px; }
    .navbar .navbar-brand { padding: 0; line-height: 1; z-index: 9999; }
    .navbar .navbar-brand .svg { height: 55px; }

    @media (max-width: 1199px) {        
        .navbar { position: fixed; height: 80px; width: calc(100% - 20px); }
    }

    .header { margin: 100px 0; }
    .header .title { text-align: center; font-weight: 600; color: #182848; font-size: 48px; margin: 0 25px 25px 25px; }
    .header .subtitle { text-align: center; font-size: 24px; margin: 0 25px; }

    .download { display: flex; justify-content: space-between; padding: 25px; align-items: center; }
    .download:nth-of-type(even) { background-color: #f7f7f7; }
    .download:last-of-type { margin-bottom: 50px; }
    .download .content .subtitle { font-size: 16px; margin-bottom: 5px; color: #4b6cb7; }
    .download .content .title { font-size: 24px; font-weight: 600; }
    .download .btn { font-size: 18px; font-weight: 600; border: 1px solid #182848; padding: 10px 25px; }
    .download .btn:hover { color: #fff; background: #4b6cb7; }

    @media (max-width: 1199px) {        
        .download { flex-direction: column; }
        .download .content { margin-bottom: 10px; }
    }