@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://bmagcdn.blob.core.windows.net/static/outfit/QGYvz_MVcBeNP4NJtEtq.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#tsisystem {
    font-family: 'Outfit', sans-serif;
    background-image: url('https://images.boersenmedien.com/images/b3246914-6413-4099-b6ad-1002e8b9351c.webp');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

body {
    color: #232326;
    background-color: #FBFBFB;
    overflow-x: hidden;
}

h1, h2 {
    font-size:1.6rem;
    font-weight:400;
    line-height:1.125em;
}

h1 {
    margin-bottom:12px;
}

h2 {
    margin-bottom:25px;
}

h1 strong, h2 strong {
    color: #ABAAA5;
    font-weight: 600;
}

h1 strong span, h2 strong span {
    font-size: 0.7em;
    font-weight: 600;
}

h3 {
    font-size:1.4rem;
    font-weight:300;
    margin-bottom:25px;
}

p {
    margin-bottom: 30px;
    line-height: 1.5em;
    font-weight:400;
}

p strong {
    font-weight:600;
}

p.paragraph-strong {
    font-size:1.4rem;
    font-weight:500;
}

p.paragraph-strong strong {
    color: #ABAAA5;
    font-weight:600;
}

p.sub-head {
    margin-bottom:60px;
}

a.button-primary, button.button-primary {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    background-color: #2E96E6 !important;
    border: none;
    border-radius: 4px;
    padding: 21px 40px;
}

a.button-primary:hover, button.button-primary:hover {
    transform: scale(1.02);
}

a.button-primary:hover .icon.icon-arrow, button.button-primary:hover .icon.icon-arrow {
    position: relative;
    left: 5px;
    transition: left ease 0.2s;
}

a.button-secondary {
    display: inline-block;
    width: auto;
    color: #2E96E6!important;
    font-size: 16px;
    font-weight: 700;
    background-color: #F3F3F3 !important;
    border: 2px solid #2E96E6;
    border-radius: 4px;
    padding: 19px 38px;
}

a.button-secondary .icon.icon-arrow {
    filter: invert(50%) sepia(38%) saturate(4912%) hue-rotate(163deg) brightness(96%) contrast(101%);
}

a.button-secondary:hover {
    transform: scale(1.02);
}

a.button-secondary:hover .icon.icon-arrow {
    position: relative;
    left: 5px;
    transition: left ease 0.2s;
}

.container {
    max-width: 1420px;
    padding: 80px 20px 60px;
    margin: 0 auto;
}

.colored-container {
    background-color: #232326;
    max-width: 1440px;
    margin: 0px auto;
    color: #FAFAFA;
}

.colored-container.colored-container-bright {
    background-color:#f6f6f6;
    color:#232326;
}

.colored-container.colored-container-bright p {
    color:inherit;
}

.colored-container p {
    color: #ABAAA5;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    position: relative;
    padding-left: 33px;
    margin-bottom: 30px;
    font-weight: 400;
}

.check-list li:before {
    content: url('https://images.boersenmedien.com/images/e35c6fad-abf7-40f6-8eaf-f13db5cf1f3c.svg');
    width: 17px;
    height: auto;
    background-image: none;
    position: absolute;
    top: 1px;
    left: 0;
    filter: invert(80%) sepia(100%) saturate(3157%) hue-rotate(59deg) brightness(90%) contrast(91%);
}

#tsisystem-intro .container {
    padding-top: 60px;
}

#tsisystem-intro .logo {
    width: 180px;
    margin-bottom: 60px;
}

#intro-content > div{
    display:grid;
    gap:40px;
}

#tsisystem-intro .paragraph-strong {
    max-width:860px;
    margin:70px auto 20px;
}

#tsisystem-intro .paragraph-strong strong{
    display:block;
}

#tsisystem-hub .container {
    padding-top:0;
}

#tsisystem-hub h2 {
    font-size: 1rem;
    margin-bottom: 40px;
}

.hub-product-item, .hub-comingsoon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 420px;
    height: 160px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #2E96E6;
    border-radius: 16px;
    box-sizing: border-box;
    justify-self: center;
    box-shadow: 0px 24px 40px #0000001A;
    transition:all 0.3s ease;
}

.hub-product-item:hover{
    border-width: 3px;
    padding: 38px;
    transition: all 0.2s ease;
}

.hub-product-item img {
    height:75px;
    width:auto;
    max-width:100%;
}

.hub-comingsoon {
    flex-direction: column;
    border-color: #8cbde3;
    background-color: #FCFCFCA3;
    text-align: center;
    font-size: 0.8rem;
    color: #ABAAA5;
}

.hub-comingsoon h3 {
    font-size: 0.8rem;
    font-weight:600;

    color: #232326;
}


@media screen and (min-width: 768px) {
    h1, h2 {
        font-size: 2rem;
        font-weight: 400;
    }

    h2 {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    #intro-content > div {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: flex-end;
    }

    p.sub-head {
        margin-bottom: 80px;
    }

    #tsisystem-intro .paragraph-strong {
        margin-top: 90px;
    }

    #tsisystem-hub h2 {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 20px;
    }

    .container {
        padding:110px 40px;
    }

    .colored-container {
        margin:110px auto 110px;
    }

    .content-short {
        max-width: 600px;
    }

    .content-medium {
        max-width: 1340px;
    }

    .text-center.content-medium {
        margin-left:auto;
        margin-right:auto;
    }

    #tsisystem-intro .logo {
        margin-bottom: 85px;
    }

    #intro-content > div {
        gap: 80px;
    }
}

@media screen and (min-width: 1280px) {
    h1 {
        font-size: 2.3rem;
        font-weight: 400;
    }
    .content-short {
        max-width: 700px;
    }

    #intro-content > div {
        gap: 120px;
    }
}

@media screen and (min-width: 1440px) {
    .colored-container {
        border-radius:16px;
        padding:120px 100px;
        max-width:1340px
    }   
}

@media screen and (min-width: 1940px) {
    h1 {
        font-size:4rem;
    }

    h3 {
        font-size:1.6rem;
    }

    .content-short {
        max-width: 900px;
    }

    p.paragraph-strong {
        font-size: 1.6rem;
    }    
}
