﻿body {
    background: linear-gradient(135.27deg, #00bfff 0%, #0052d6 49%, #0042ad 100%);
}

a.nav-bar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

nav.shabo-nav-bar {
    padding: 20px 0;
}

span.logo {
    background-image: url(../shabo-logo-iden.svg);
    color: white;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    height: 62px;
    margin-top: 10px;
    width: 142px;
}



section {
    padding: 80px 0 40px 0;
}

div.heading__1 {
    display: grid;
    grid-template-columns: repeat(36, 1fr);
    grid-auto-rows: 1fr;
    width: 100%;
    height: 52px;
    z-index: 1002;
    position: relative;
}

div.heading__1 > div.heading__decoration {
    grid-row: 1;
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
}

div.heading__1 > div.heading__decoration:after {
    content: "";
    background: linear-gradient(180deg, #00ffb9, #00e6dc);
    display: block;
    height: 100%;
    width: 6px;
    margin: 5px 0;
}

div.heading__1 > h1 {
    grid-row: 1;
    grid-column: 4/35;
    display: flex;
    flex-direction: column;
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: "Siemens Sans Black", Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.3;
    justify-content: center;
    color: white;
}



header {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1181px) {
    header {
        max-width: 92.5%;
    }
}

@media (max-width: 1182px) {
    header {
        max-width: 1100px;
    }
}

@media (max-width: 1366px) {
    header {
        max-width: 1200px;
    }
}

@media (max-width: 1921px) {
    header {
        max-width: 1350px;
    }
}

@media (min-width: 2561px) {
    header {
        max-width: 1800px;
    }
}
