@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: Bosch Sans medium;
    font-size: 18px;
}

@font-face {
    font-family: "Bosch Sans Regular";
    src: url("font/BoschSans-Regular.ttf");
}

@font-face {
    font-family: "Bosch Sans Medium";
    src: url("font/BoschSans-Medium.ttf");
}

@font-face {
    font-family: "Bosch Sans Bold";
    src: url("font/BoschSans-Bold.ttf");
}

@font-face {
    font-family: "Bosch Sans Black";
    src: url("font/BoschSans-Black.ttf");
}

b {
    font-family: "Bosch Sans Bold";
}

strong {
    font-family: "Bosch Sans Black";
}

#container {

    text-align: center;
    margin: auto;
    max-width: 1920px;
}

img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

p {
    font-size: 20px;
}

h1 {
    font-family: "Bosch Sans Black";
    margin: 0px;
    padding: 30px;
    text-align: center;
    color: white;
    background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
    text-transform: uppercase;
    font-size: 320%;
}

h2 {
    margin: 0px;
    padding: 0px;
    color: #003d6d;
    font-family: "Bosch Sans Bold";
    font-size: 35px;
}

h3 {
    font-size: 18px;
}

#blue_stripe {
    width: 100%;
    height: 180px;
    background: url("bosch_logo.png"), linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
    background-repeat: no-repeat;
    background-position: 3% 50%;
}

#heavy_duty_logo {
    position: relative;
    width: 62px;
    left: 93%;
    top: -8%;
}

#cover {
    position: relative;
    background-image: url("cover_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: auto;
    height: 920px;
}

#cover_product_name {
    position: absolute;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    right: auto;
    left: 5%;
    top: 100px;
    bottom: auto;
    background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
    color: white;
    width: auto;
    height: auto;
}

#cover_product_name h1 {
    background: none;
}

#cover_product_name h1 {
    text-align: left;
    padding: 0px;
}

#cover_product_description {
    font-family: "Bosch Sans Black";
    font-size: 150%;
    margin: 10px 0 0px 0;
    padding-bottom: 0px;

}

#product_info {
    background-color: #efefef;
}

#product {
    margin: auto;
    padding: 50px;
    background-color: #efefef;
}

#product_description {
    margin: auto;
    text-align: center;
    width: 30%;
    padding-bottom: 50px;
}

#icon_section {
    display: inline-block;
    clear: both;
    width: 80%;
    padding: 160px 0 160px 0;
    text-align: center;
    margin: auto;
}

.icon_section_column {
    display: inline-block;
    width: 200px;
    text-align: center;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    vertical-align: top;
}

/* PRODUCT HIGHLIGHTS */
#product_highlights_blocks {
    display: inline-block;
    width: 100%;
    padding: 0px;

}

#product_highlights_block_1 {
    position: relative;
    background-color: #e9e9eb;
    background-image: url("product_higlights_img_1.png");
    background-size: auto 77%;
    background-position: bottom right;
    background-repeat: no-repeat;
    display: inline-block;
    width: 49.8%;
    height: 330px;
    text-align: center;
    float: left;
    right: 0;
    bottom: 0;
    margin-right: .2%;
    margin-bottom: .2%;

}

#product_highlights_block_2 {
    position: relative;
    background-color: #e9e9eb;
    background-image: url("product_higlights_img_2.png");
    background-size: auto 88%;
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline-block;
    width: 49.8%;
    height: 220px;
    text-align: center;
    float: right;
    margin-left: .2%;
    margin-bottom: .2%;
}

#product_highlights_block_3 {
    position: relative;
    background-color: #e9e9eb;
    background-image: url("product_higlights_img_3.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 49.8%;
    height: 220px;
    text-align: center;
    float: right;
    margin-top: .2%;
    margin-left: .2%;
    margin-bottom: .2%;
}

#product_highlights_block_4 {
    position: relative;
    background-color: #e9e9eb;
    background-image: url("product_higlights_img_4.png");
    background-size: auto 89%;
    background-position: top right;
    background-repeat: no-repeat;
    display: inline-block;
    width: 49.8%;
    height: 330px;
    text-align: center;
    float: left;
    margin-top: .2%;
    margin-right: .2%;
}

#product_highlights_block_5 {
    position: relative;
    background-color: #e9e9eb;
    background-image: url("product_higlights_img_5.png");
    background-size: auto 79%;
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    width: 49.8%;
    height: 220px;
    text-align: center;
    float: right;
    margin-top: .2%;
    margin-left: .2%;
}

#product_highlights_text_1 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: left;
    top: 50px;
    left: 50px;
    font-size: 17px;

}

#product_highlights_text_2 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 250px;
    text-align: right;
    top: 50px;
    right: 50px;
    font-size: 17px;
}

#product_highlights_text_3 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: right;
    top: 50px;
    right: 50px;
    font-size: 17px;
}

#product_highlights_text_4 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 300px;
    text-align: left;
    bottom: 50px;
    left: 50px;
    font-size: 17px;
}

#product_highlights_text_5 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 300px;
    text-align: right;
    bottom: 50px;
    right: 50px;
    font-size: 17px;
}

/* PRODUCT HIGHLIGHTS */

/* TECHNICAL DETAILS */

#technical_details {
    position: relative;
    margin: auto;
    padding: 270px 0 200px 0;
    overflow: hidden;
}

#technical_details_img img {
    position: absolute;

}

#technical_details img {
    width: 21vw;
    max-width: 320px;
    right: 10%;
    top: 50%;
    position: absolute;
    transform: translateX(-10%) translateY(-75%)
}


#technical_details_table {
    margin: auto;
    width: 60vw;
}

#technical_details td {
    padding: 13px;
    text-align: left;
}

.cell_light {
    background-color: white;
}

.cell_dark {
    background-color: #cecfd1;
}

.column_right {
    width: 22vw;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.75%;
    height: 0;
    background-color: #cecfd1;
}


/* RECOMMENDED ACCESSORIES */

#recommended_accessories {
    background-color: white;
    text-align: left;
    margin: 0 auto;
}


#recommended_accessories_grid {
    display: grid;
    padding-top: 3%;
    padding-bottom: 3%;
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: 60%;
    margin: auto;
}


.title_1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}

.title_2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1;
}

.title_3 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 3;
    padding-top: 30px;
}

.title_4 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 5;
    padding-top: 30px;

}

.title_5 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 5;
    grid-row-end: 5;
    padding-top: 30px;

}

.pic_1 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}

.pic_2 {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
}

.pic_3 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
}

.pic_4 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 6;
    grid-row-end: 6;
}

.pic_5 {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 6;
    grid-row-end: 6;
}

.text_1 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;

}

.text_2 {
    grid-column-start: 5;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 2;
}

.text_3 {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 4;
    grid-row-end: 4;
}

.text_4 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 6;
    padding-right: 100px;
}

.text_5 {
    grid-column-start: 5;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 6;
}

.text_1 p {
    font-size: 15px;
}

.text_2 p {
    font-size: 15px;
}

.text_3 p {
    font-size: 15px;
}

.text_4 p {
    font-size: 15px;
}

.text_5 p {
    font-size: 15px;
}


#what_can_we_do table {
    margin: auto;
    width: 80%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
}


#what_can_we_do table img {
    width: 560px;
    padding-bottom: 60px;
}

#what_can_we_do td {
    padding: 10px;
    vertical-align: top;
    alignment-baseline: text-top;
    width: 20%;
}

#product_comparison table {
    margin: auto;
    text-align: center;
    width: 80%;
    padding-bottom: 100px;
    padding-top: 40px;
}

.table_bold {
    font-family: Bosch Sans Black;
    font-size: 90%;
    text-align: left;
    border: none;
}

.table_medium {
    font-size: 90%;
    text-align: center;
    border: none;
}


#product_comparison th {
    background-color: #003d6d;
    font-size: 90%;
    color: white;
    padding: 13px;
}

#product_comparison td {
    padding: 13px;
}

#what_is_in_the_kit img {
    display: block;
    max-width: 50%;
    padding: 100px 0 100px 0;
}

#what_is_in_the_kit_img img {
    margin: auto;
    padding: 100px 0 100px 0;
}

#service {
    position: relative;
    width: auto;
    height: 1200px;
    background-size: cover;
    background-position: 60% 10%;
    background-image: url("service_img.jpg");
}

h4 {
    font-family: "Bosch Sans Bold";
    font-size: 130%;
    padding-top: 20px;
}

h5 {
    font-family: "Bosch Sans regular";
    font-size: 90%;
    margin-top: -15px;
    margin-bottom: 15px;
}

#customer_service_box {
    display: inline-block;
    position: absolute;
    width: auto;
    left: 0;
    top: 40px;
    margin-right: 65%;
    padding: 0px 40px 20px 10%;
    text-align: left;
    background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
    color: white;
}

#after_sales_box {
    display: inline-block;
    position: absolute;
    width: auto;
    left: 0;
    bottom: 40px;
    margin-right: 65%;
    padding: 0px 45px 150px 10%;
    text-align: left;
    color: white;
    background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
}

#after_sales_box img {
    padding-top: 3%;
    margin-bottom: 100px;
    position: absolute;
}

footer {
    color: white;
    background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
}


.footer_section_column {
    display: inline-block;
    width: 370px;
    text-align: left;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    vertical-align: top;
    font-size: 90%;
    font-family: bosch sans regular;
}

.footer_section_column p {
    font-family: bosch sans bold;
    font-size: 130%;
}














/* Tablets, Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

    #cover {
        position: relative;
        background-image: url("cover_img.jpg");
        background-size: cover;
        background-position: 10%;
        background-repeat: no-repeat;
        width: auto;
        height: 600px;
    }

    #blue_stripe {
        width: 100%;
        height: 75px;
        background: url("bosch_logo_tablet.png"), linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
        background-repeat: no-repeat;
        background-position: 3% 50%;
    }

    #blue_stripe:before {
        content: '';
        position: absolute;
        z-index: 1;
        /* push it to the background */
        top: 30px;
        /* position it off the top background */
        right: 30px;
        bottom: 0px;
        /* position it off the bottom background */
        left: 0px;
    }


    #heavy_duty_logo {
        position: relative;
        width: 40px;
        left: 92%;
        top: -8%;
    }


    #product {
        width: 60%;
    }

    h1 {
        margin: 0px;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        font-size: 250%;
    }



    #cover_product_name {
        position: absolute;
        text-align: left;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
        margin-right: auto;
        left: 40px;
        right: auto;
        top: 40px;
        bottom: auto;
        background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
        color: white;
        width: auto;
        height: auto;
    }


    #cover_product_description {
        font-family: "Bosch Sans Black";
        font-size: 100%;
        margin: 10px 0 0px 0;
    }

    .icon_section_prod {
        display: inline-block;
        width: 350px;
        text-align: center;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: px;
        vertical-align: top;
    }

    .icon_section_column {
        display: inline-block;
        width: 350px;
        text-align: center;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: px;
        vertical-align: top;
    }

    #product_highlights_text_1 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 300px;
        text-align: left;
        top: 20px;
        left: 20px;
        font-size: 15px;

    }

    #product_highlights_text_2 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 200px;
        text-align: right;
        top: 20px;
        right: 20px;
        font-size: 15px;
    }

    #product_highlights_text_3 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 200px;
        text-align: right;
        top: 20px;
        right: 20px;
        font-size: 15px;
    }

    #product_highlights_text_4 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 200px;
        text-align: left;
        bottom: 100px;
        left: 20px;
        font-size: 15px;
    }

    #product_highlights_text_5 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 300px;
        text-align: right;
        bottom: 20px;
        right: 20px;
        font-size: 15px;
    }

    /* TECHNICAL DETAILS */

    #technical_details {
        position: relative;
        margin: auto;
        padding: 200px 0 150px 0;
        overflow: hidden;
    }

    #technical_details_img img {
        position: absolute;
    }

    #technical_details img {
        width: 21vw;
        max-width: 250px;
        right: 0;
        top: 55%;
        position: absolute;
        transform: translateX(-40%) translateY(-10%)
    }



    #product_info {
        background-color: #efefef;
    }

    #product_info p {
        font-size: 16px;
    }

    h2 {
        font-size: 26px;
    }






    #service {
        position: relative;
        width: auto;
        height: 700px;
        background-size: cover;
        background-position: 50%;
        background-image: url("service_img.jpg");
    }

    h4 {
        font-family: "Bosch Sans Bold";
        font-size: 80%;
        padding-top: 0px;
    }

    h5 {
        font-family: "Bosch Sans regular";
        font-size: 65%;
        margin-top: -7px;
        margin-bottom: 5px;
    }

    #customer_service_box {
        position: absolute;
        width: 40%;
        left: 0;
        top: 20px;
        display: inline-block;
        padding: 0px 20px 10px 50px;
        text-align: left;
        background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
        color: white;
    }

    #after_sales_box {
        position: absolute;
        width: 40%;
        bottom: 20px;
        height: 200px;
        left: 0;
        display: inline-block;
        padding: 0px 20px 10px 50px;
        text-align: left;
        color: white;
        background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
        background-repeat: no-repeat;
    }

    #after_sales_box img {
        padding-top: 3%;
        position: absolute;
        width: auto;
        max-width: 28%;
    }

    footer {
        color: white;
        background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
    }

    .footer_section_column {
        display: inline-block;
        width: 40%;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 50px;
        vertical-align: top;
        font-size: 90%;
        font-family: bosch sans regular;
    }

}










/* Mobiles, Small Tablets */
@media (max-width: 767px) {



    #blue_stripe {
        width: 100%;
        height: 55px;
        background: url("bosch_logo_mobile.png"), linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
        background-repeat: no-repeat;
        background-position: 3% 50%;
    }

    #blue_stripe:before {
        content: '';
        position: absolute;
        z-index: 1;
        /* push it to the background */
        top: 24px;
        /* position it off the top background */
        right: 20px;
        bottom: 0px;
        /* position it off the bottom background */
        left: 0px;
    }

    #heavy_duty_logo {
        position: relative;
        width: 30px;
        left: 90%;
    }

    #cover {
        position: relative;
        background-image: url("cover_img.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 43%;
        width: auto;
        height: 500px;
    }


    #cover_product_name {
        position: absolute;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 40px;
        margin-right: 20%;
        right: auto;
        left: 20px;
        top: 20px;
        color: white;
        width: auto;
        height: auto;
    }

    #cover_product_description {
        font-family: "Bosch Sans Black";
        font-size: 70%;
        margin: 10px 0 0px 0;
    }

    #product {
        width: 70%;
    }

    p {
        font-size: 13px;
    }

    #product_description {
        margin: auto;
        text-align: center;
        width: 70%;
        padding-bottom: 50px;
    }

    h1 {
        margin: 0px;
        padding: 13px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-size: 160%;
    }

    h2 {
        font-size: 20px;
    }

    #icon_section {

        width: 100%;
        padding: 50px 0 50px 0;
    }


    .icon_section_column {
        display: inline-block;
        width: 350px;
        text-align: center;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0px;
        vertical-align: top;
    }


    #product_highlights_blocks {
        display: inline-block;
        width: 100%;
        padding: 0px;

    }

    #product_highlights_block_1 {
        position: relative;
        background-color: #e9e9eb;
        background-image: url("product_higlights_img_1.png");
        background-size: auto 63%;
        background-position: bottom right;
        background-repeat: no-repeat;
        display: inline-block;
        width: 49.5%;
        height: 15vh;
        text-align: center;
        float: left;
        right: 0;
        bottom: 0;
        margin-right: .5%;
        margin-bottom: .5%;

    }

    #product_highlights_block_2 {
        position: relative;
        background-color: #e9e9eb;
        background-image: url("product_higlights_img_2.png");
        background-size: auto 63%;
        background-position: bottom left;
        background-repeat: no-repeat;
        display: inline-block;
        width: 49.5%;
        height: 10.5vh;
        text-align: center;
        float: right;
        margin-left: .5%;
        margin-bottom: .5%;
    }

    #product_highlights_block_3 {
        position: relative;
        background-color: #e9e9eb;
        background-image: url("product_higlights_img_3.png");
        background-size: auto 100%;
        background-position: left;
        background-repeat: no-repeat;
        display: inline-block;
        width: 49.5%;
        height: 7vh;
        text-align: center;
        float: right;
        margin-top: .5%;
        margin-left: .5%;
        margin-bottom: .5%;
    }

    #product_highlights_block_4 {
        position: relative;
        background-color: #e9e9eb;
        background-image: url("product_higlights_img_4.png");
        background-size: auto 71%;
        background-position: top right;
        background-repeat: no-repeat;
        display: inline-block;
        width: 49.5%;
        height: 13vh;
        text-align: center;
        float: left;
        margin-top: .5%;
        margin-right: .5%;
    }

    #product_highlights_block_5 {
        position: relative;
        background-color: #e9e9eb;
        background-image: url("product_higlights_img_5.png");
        background-size: auto 60%;
        background-position: top left;
        background-repeat: no-repeat;
        display: inline-block;
        width: 49.5%;
        height: 10vh;
        text-align: center;
        float: right;
        margin-top: .5%;
        margin-left: .5%;
    }

    #product_highlights_text_1 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 150px;
        ;
        text-align: left;
        top: 10px;
        left: 10px;
        font-size: 10px;

    }

    #product_highlights_text_2 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 120px;
        text-align: right;
        top: 10px;
        right: 10px;
        font-size: 10px;
    }

    #product_highlights_text_3 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 150px;
        text-align: right;
        top: 10px;
        right: 10px;
        font-size: 10px;
    }

    #product_highlights_text_4 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 120px;
        text-align: left;
        bottom: 10px;
        left: 10px;
        font-size: 10px;
    }

    #product_highlights_text_5 {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 150px;
        text-align: right;
        bottom: 10px;
        right: 10px;
        font-size: 10px;
    }

    #what_can_we_do table {
        margin: auto;
        width: 70%;
        padding: 30px 0 30px 0;
        text-align: left;

    }

    #what_can_we_do table img {
        min-width: 150px;
    }

    #what_can_we_do td {
        padding: 10px;
        vertical-align: top;
        alignment-baseline: text-top;
    }



    /* TECHNICAL DETAILS */

    #technical_details {
        position: relative;
        margin: auto;
        padding: 200px 0 50px 0;
        overflow: hidden;
    }

    #technical_details_img img {
        position: fixed;
    }

    #technical_details img {
        width: 32%;
        max-width: 300px;
        margin-left: 35%;
        right: auto;
        margin-right: auto;
        position: absolute;
        top: 24%;

    }

    #technical_details_table {
        margin: auto;
        width: 100%;
        padding-top: 100px;
    }

    #technical_details td {
        padding: 10px;
        text-align: left;
        font-size: 15px;
    }

    .column_right {
        width: 100px;
    }

    #recommended_accessories {
        background-color: white;
        text-align: left;
        margin: 0 auto;
    }

    #recommended_accessories_grid {
        display: grid;
        padding-top: 3%;
        padding-bottom: 3%;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        width: 80%;
        margin: auto;
    }


    .title_1 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .pic_1 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .text_1 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 3;
        grid-row-end: 3;
        padding-bottom: 30px;
    }

    .title_2 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 4;
        grid-row-end: 4;
    }

    .pic_2 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 5;
        grid-row-end: 5;
    }

    .text_2 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 6;
        grid-row-end: 6;
        padding-bottom: 30px;
    }

    .title_3 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 7;
        grid-row-end: 7;
    }

    .pic_3 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 8;
        grid-row-end: 8;
    }

    .text_3 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 9;
        grid-row-end: 9;
        padding-bottom: 30px;
    }

    .title_4 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 10;
        grid-row-end: 10;
    }

    .pic_4 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 11;
        grid-row-end: 11;
    }

    .text_4 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 12;
        grid-row-end: 12;
        padding-bottom: 30px;
        padding-right: 0;
    }

    .title_5 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 13;
        grid-row-end: 13;
    }

    .pic_5 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 14;
        grid-row-end: 14;
    }

    .text_5 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 15;
        grid-row-end: 15;
        padding-bottom: 30px;
    }

    .text_1 p {
        font-size: 15px;
    }

    .text_2 p {
        font-size: 15px;
    }

    .text_3 p {
        font-size: 15px;
    }

    .text_4 p {
        font-size: 15px;
    }

    .text_5 p {
        font-size: 15px;
    }

    .title_1 p {
        font-size: 20px;
    }

    .title_2 p {
        font-size: 20px;
    }

    .title_3 p {
        font-size: 20px;
    }

    .title_4 p {
        font-size: 20px;
    }

    .title_5 p {
        font-size: 20px;
    }


    #product_comparison table {
        margin: auto;
        text-align: center;
        width: 100%;
        padding: 0px;
        padding-bottom: 50px;
        padding-top: 10px;
    }

    .table_bold {
        font-family: Bosch Sans Black;
        font-size: 70%;
        text-align: left;
        border: none;
    }

    .table_medium {
        font-size: 70%;
        text-align: center;
        border: none;
    }


    #product_comparison th {
        background-color: #003d6d;
        font-size: 70%;
        color: white;
        padding: 10px;
    }

    #product_comparison td {
        padding: 13px;
    }


    #service {
        position: relative;
        width: auto;
        height: 800px;
        background-size: cover;
        background-position: 70%;
        background-image: url("service_img.jpg");
    }

    h4 {
        font-family: "Bosch Sans Bold";
        font-size: 80%;
        padding-top: 0px;
    }

    h5 {
        font-family: "Bosch Sans regular";
        font-size: 65%;
        margin-top: -7px;
        margin-bottom: 5px;
    }

    #customer_service_box {
        position: absolute;
        width: 70%;
        left: 0;
        top: 20px;
        display: inline-block;
        padding: 0px 20px 10px 50px;
        text-align: left;
        background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
        color: white;
    }

    #after_sales_box {
        position: absolute;
        width: 70%;
        bottom: 20px;
        height: 200px;
        left: 0;
        display: inline-block;
        padding: 0px 20px 0px 50px;
        text-align: left;
        color: white;
        background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
        background-repeat: no-repeat;
    }


    #after_sales_box img {
        padding-top: 3%;
        position: absolute;
        width: 20vh;
        max-width: 130px;
    }

    footer {
        color: white;
        background: linear-gradient(90deg, rgba(0, 59, 106, 1) 0%, rgba(0, 86, 145, 1) 80%);
        height: 300px;
    }


    .footer_section_column {
        display: inline-block;
        width: 80%;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 0px;
        vertical-align: top;
        font-size: 100%;
    }

    .footer_section_column p {
        font-family: bosch sans bold;
        font-size: 100%;
    }


}