/* SECTION */
.section-description h1 {
    position: relative;
    margin: 0px;
    padding: 10px 0 40px 0;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
}

    .section-description h1 strong {
        font-weight: 700;
    }

    .section-description h1:after {
        position: absolute;
        top: 80%;
        right: 0;
        left: 0;
        width: 50px;
        height: 1px;
        margin: auto;
        background: #198ac4;
        content: '';
    }
    
    .section-description p {
        font-weight: 500;
        font-size: 19px;
    }

.section-content .col-md-6:first-child div {
    padding-right: 30px;
}

.section-content .col-md-6:last-child div {
    padding-left: 30px;
}

/* HOME */
.section-intro {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.section-intro-bsh {
    background-image: url(//www.brightbits.de/media/joxbnxwg/bg.jpg);
}

.section-content-intro {
    height: 100%;
}

.intro {
    position: relative;
    width: 50%;
    padding: 15% 0 0 0;
    float: left;
    z-index: 777;
}

.intro-content {
    width: 100%;
    text-align: left;
}

.intro-title {
    padding: 0 0 40px 0;
    color: #2e354f;
    font-size: 94px;
    letter-spacing: -1px;
    line-height: 90px;
}

    .intro-title span {
        display: block;
        font-weight: 700;
    }

.intro-subtitle {
    padding: 0 0 40px 0;
    color: #606780;
    font-size: 26px;
    letter-spacing: 0.4px;
    line-height: 32px;
    font-weight: 500;
}

    .intro-subtitle p {
        line-height: 32px;
    }

.intro-description {
    padding: 0 0 40px 0;
    color: #606780;
    font-size: 20px;
}

    .intro-description span {
        color: #5be2c2;
        font-weight: 700;
    }

.intro-buttons {
    padding: 20px 0 0 0;
}

.intro-buttons--centered {
    width: 100%;
    clear: both;
    text-align: center;
}

.intro-buttons--left {
    width: 100%;
    clear: both;
    text-align: left;
}

svg.svg-intro-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.intro-teaser {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 45%;
    height: 70%;
    float: right;
    text-align: right;
    z-index: 222;
}

    .intro-teaser img {
        display: block;
        max-width: 100%;
        margin: auto;
    }

/* SUPPORT */
.section-support {
    position: relative;
    padding-bottom: 40px;
    background-color: #f7f8f9;
}

.svg-support-bottom {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.grid-support {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 222;
}

    .grid-support .grid__item {
        width: calc(100% / 2);
        margin: 0px;
    }

.grid-title-support {
    margin: 0px 0 20px 0;
    padding: 20px 0 20px 0;
    font-size: 42px;
    font-weight: 300;
}

    .grid-title-support span {
        color: #198ac4;
        font-weight: 700;
    }

.grid-support .grid-text {
    font-size: 18px;
    line-height: 30px;
}

.grid-support .grid-more {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    margin: 0 auto 0 auto;
    padding: 20px 62px;
    border: 1px #198ac4 solid;
    border-radius: 25px;
    background-color: #198ac4;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}

    .grid-support .grid-more:hover {
        border: 1px #198ac4 solid;
        background-color: #fff;
        color: #198ac4;
    }

.section-support td .date {
    text-align: right;
}


/* Features */
.section-features {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #eaeef1;
}

.section-content-features {
    position: relative;
    z-index: 222;
}

svg.svg-features-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    z-index: 111;
}

.grid-features {
    margin-right: -60px;
}

    .grid-features .column div {
        -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        margin-right: 60px;
        margin-bottom: 60px;
        padding: 30px;
        border-radius: 15px;
        background-color: #fff;
        text-align: left;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    }

    .grid-features .column h2 {
        margin: 0px;
        padding: 10px 0 20px 0;
        color: #198ac4;
        font-size: 24px;
        font-weight: 700;
    }

        .grid-features .column h2 strong {
            color: #000;
            font-weight: 300;
        }

    .grid-features .grid__icon {
        float: right;
    }

        .grid-features .grid__icon img {
            display: block;
            margin: auto;
        }

    .grid-features .grid__text {
        text-align: left;
    }
    
    .grid-features p {
        font-weight: 500;
    }

/* Feature list*/
.grid-features-list {
    margin-right: -60px;
}

    .grid-features-list .column div {
        padding: 30px;
        text-align: left;
    }

    .grid-features-list .column h3 {
        position: relative;
        margin: 0px;
        padding: 10px 0 40px 0;
        font-size: 24px;
        font-weight: 700;
    }

        .grid-features-list .column h3 strong {
            font-weight: 300;
        }

        .grid-features-list .column h3:after {
            position: absolute;
            top: 80%;
            left: 0;
            width: 40px;
            height: 1px;
            margin: 0;
            background: #198ac4;
            content: '';
        }

    .grid-features-list .column p {
        color: #626262;
        font-size: 18px;
        line-height: 30px;
    }

/* Producs */
.section-content-products img {
    width: 100%;
}

.section-content img {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .intro {
        width: 100%;
        padding: 20% 0 0 0;
    }

    .intro-title {
        padding: 0 0 40px 0;
        font-size: 70px;
        line-height: 88px;
    }

    .intro-subtitle {
        padding: 0 45% 40px 0;
        font-size: 25px;
        line-height: 32px;
        text-align: left;
    }

    .intro-description {
        padding: 0 0 40px 0;
        font-size: 20px;
        text-align: center;
    }

    .intro-buttons {
        padding: 0px 0 0 0;
    }

    .intro-teaser {
        position: absolute;
        bottom: 5%;
        left: 5%;
        width: 90%;
        height: 30%;
        float: left;
        z-index: 222;
    }

        .intro-teaser img {
            max-width: 60%;
        }
}
