@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");
}

#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: 250px;
	left: 65%;
	top: -8%;
}

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

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

#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: 75%;
    padding-bottom: 10px;
    padding-top: 10px;
}

#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;
	text-align: center;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0px;
    vertical-align: top;
}

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

#product_highlights_block_1 {
	position: relative;
	background-color: #e9e9eb;
	background-image: url("product_highlights_img_1.jpg");
	background-position: bottom right;
	background-size: auto 100%;;
	background-repeat: no-repeat;
	display: inline-block;
	width: 39%;
	height: 50vh;
	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_highlights_img_2.jpg");
	background-position: bottom right;
	background-size: auto 95%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 60%;
	height: 50vh;
	text-align: center;
	float: left;
	margin-left: .5%;
	margin-bottom: .5%;
}
	
#product_highlights_block_3 {
	position: relative;
	background-color: #e9e9eb;
	background-image: url("product_highlights_img_3.jpg");
	background-position: left top;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 60%;
	height: 50vh;
	text-align: center;
	float: left;
	margin-top: .5%;
	margin-right: .5%;
}
#product_highlights_block_4 {
	position: relative;
	background-color: #e9e9eb;
	background-image: url("product_highlights_img_4.jpg");
	background-position: left top;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 39%;
	height: 50vh;
	text-align: center;
	float: left;
	margin-top: .5%;
	margin-left: .5%;
}

#product_highlights_text_1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: left;
	font-weight: bold;
	top: 20px;
	left: 20px;
	font-size: smaller;

}

#product_highlights_text_2 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 120px;
	text-align: left;
	font-weight: bold;
	bottom: 20px;
	left: 20px;
	font-size: smaller;
}

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

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




/* 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: 32vw;
    max-width: 500px;
    right: 6%;
    top: 10%;
    position:absolute;

}


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

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

.row {
	display: inline-block;
}

.column-3 {
	width:24%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.content-3 {
	padding: 10px;
}

.content-3 h2 {
	padding-top: 20px;
}

.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;
    grid-column-gap: 50px;
    width: 60%;
    margin:auto;
    text-align: center;
}


.title_1{
 	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 2;
    padding-bottom: 50px;
    
}

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

.title_3{
    grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 2;
}

.title_4{
 	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 4;
	grid-row-end: 4;
    padding-bottom: 50px;

}

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

.title_6{
    grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 4;
	grid-row-end: 4;
}

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

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

.title_9{
    grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 6;
	grid-row-end: 6;
}



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

.pic_2 {
    grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
    align-self: end;
}

.pic_3 {
    grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1;
    align-self: end;
}

.pic_4 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 3;
	grid-row-end: 3;
    align-self: end;
}

.pic_5 {
    grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 3;
    align-self: end;
}

.pic_6 {
    grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 3;
    align-self: end;
}

.pic_7 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 5;
	grid-row-end: 5;
    align-self: end;
}

.pic_8 {
    grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 5;
	grid-row-end: 5;
    align-self: end;
}

.pic_9 {
    grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 5;
	grid-row-end: 5;
    align-self: end;
}





#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: 1300px;
	background-size: cover;
	background-position: center;
	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: 50% 20%;
    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:35%;
    top: 345px;
	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_block_1 {
	background-size: auto 90%;
	height: 25vh;
}
#product_highlights_block_2 {
	background-size: auto 70%;
	height: 25vh;
}
#product_highlights_text_2 {
	top: 15px;
	left: 15px;
	width: 90%;
}
	
#product_highlights_block_3 {
	background-size: auto 90%;
	background-position: left bottom;
	height: 25vh;
}
#product_highlights_text_3 {
	top: 15px;
	right: 15px;
	width: 30%;
}
	
#product_highlights_block_4 {
	background-size: auto 100%;
	height: 25vh;
}
#product_highlights_text_4 {
width: 50%;
}


	/* 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: 30vw;
    max-width: 400px;
    right:7%;
    position: absolute;
    top:4%
}


#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% 0%;
	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;
}


#recommended_accessories_grid {

    width: 85%;
 
} 


    
#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: 42% ; 
	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: auto;
	right: 30%;
    left: 20px;
	top: 350px;
	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;
}

#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;
}


#product_highlights_block_1 {
	background-size: auto 70%;
	height: 33vh;
	}
    #product_highlights_text_1 {
	bottom: 0;
    top: 10px;    
	left: 15px;
	width: 85%;
	}
	#product_highlights_block_2 {
	background-size: auto 60%;
	height: 33vh;
	}
	#product_highlights_text_2 {
	bottom: 0;
    top: 10px;    
	left: 15px;
	width: 85%;
	}
	
	#product_highlights_block_3 {
	background-size: auto 70%;
	background-position: left bottom;
	height: 33vh;
	}
	#product_highlights_text_3 {
	top: 15px;
	left: 15px;
    right: 0;
	width: 80%;
	}
	
	#product_highlights_block_4 {
	background-size: auto 9    0%;
	height: 33vh;
	}
	#product_highlights_text_4 {
	width: 50%;
	}
	
/* 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:48%;
    max-width: 300px;
    margin-left:25%;
    right: auto;
    margin-right: auto;
    position: absolute;
    top: 3%;

}   
#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: auto;
    grid-template-rows: auto;
    grid-column-gap: 50px;
    width: 60%;
    margin:auto;
    text-align: center;
}


.title_1{
 	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 2;
    padding-bottom: 50px;
    
}

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

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

.title_4{
 	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 8;
	grid-row-end: 8;
    padding-bottom: 50px;

}

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

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

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

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

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



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

.pic_2 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 3;
	grid-row-end: 3;
    align-self: end;
}

.pic_3 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 5;
	grid-row-end: 5;
    align-self: end;
}

.pic_4 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 7;
	grid-row-end: 7;
    align-self: end;
}

.pic_5 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 9;
	grid-row-end: 9;
    align-self: end;
}

.pic_6 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 11;
	grid-row-end: 11;
    align-self: end;
}

.pic_7 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 13;
	grid-row-end: 13;
    align-self: end;
}

.pic_8 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 15;
	grid-row-end: 15;
    align-self: end;
}

.pic_9 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 17;
	grid-row-end: 17;
    align-self: end;
}

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

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


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

.title_2 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%;
}
    
    
}
 
