@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: 62px;
	left: 93%;
	top: -8%;
}

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

#cover_product_name {
	position: absolute;
	text-align: left;
	padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px; 
    padding-right: 60px;
    margin-right: 55%;
	left: 40px;
	top: 80px;
	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 0 0; 
    
}

#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: 350px;
	text-align: center;
	padding: 30px;
	vertical-align: top;
}

/* TECHNICAL DETAILS */

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

#technical_details_img img
{
	position:absolute;
}

#technical_details img {
    display: inline-block;
	width: 25vw;
    max-width: 400px;
    margin-left: 15%;
    margin-right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: translateZ(14%);
}

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

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

.cell_light {
	background-color: white;
}
.cell_dark {
	background-color: #cecfd1;
}


.column_right {
    width: 22vw;
}

/* 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: 10%;
    width: 50%;
    margin:auto;
} 


.title_1{
 	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 2;
 
    
}
    
.pic_1 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1;
    padding-top: 50px;
    display: grid;
    justify-content:center;
 }   

    

.text_1 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 3;
	grid-row-end: 3;
    margin-top: -20px;
    padding-bottom: 50px;
}

.title_2{
    grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 2;
}
    
.pic_2 {
    grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
    padding-top: 50px;
}

    
.text_2 {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 3;
    margin-top: -20px;
}
    
.title_3{
    grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 2;
}

.pic_3 {
    grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1;
    padding-top: 50px;

}

.text_3 {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 3;
    margin-top: -20px;
}

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

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

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

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

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


#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: 80%;
    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: top;
	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-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: center;
    background-repeat: no-repeat;
	width: auto;
	height: 500px;
}
	
#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-left: 40px; 
    padding-right: 60px;
    margin-right: 50%;
	left: 40px;
	top: 40px;
	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 0 0; 

}
	
	/* TECHNICAL DETAILS */
    
#technical_details {
	position: relative;
	margin: auto;
	padding: 100px 0 150px 0;
	overflow: hidden;
}

#technical_details_img img
{
	position:absolute;
}

#technical_details img {
    display: inline-block;
	width: 25vw;
    max-width: 400px;
    margin-left: 15%;
    margin-right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(30%);
    transform: translateZ(14%);
}

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

#product_info { 
	background-color: #efefef;
}

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

h2 {
    font-size: 26px;
}
    
#service {
	position: relative;
	width: auto;
	height: 800px;
	background-size: cover;
	background-position: top;
	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: 40%;
}    
    
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-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: center;
	width: auto;
	height: 480px;
}
      
 #cover_product_name {
	position: absolute;
    color: white;
	text-align: left;
	font-weight: bold;
	padding: 20px; 
    padding-bottom: 20px; 
    padding-right: 45px; 
    margin-right: 200px;
	right:auto ;
	top:auto;
    top: 20px;
    left: 20px;
	width: auto;
	height: auto;
}
    
#cover_product_description {
    font-family: "Bosch Sans Black";
    font-size: 70%;
	margin: 10px 0 0 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 {
	margin: auto;
	width: 70%;
	text-align: center;
	padding: 20px;
}


#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: 150px 0 50px 0;
	overflow: hidden;
}

#technical_details_img img
{
	position:fixed;
}

#technical_details img {
    display: inline-block;
	width: 40%;
    max-width: 300px;
    margin-left: -20%;
    margin-right: auto;
    position: absolute;
    top: 25%;

}   
#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_grid {
    display: grid;
    padding-top: 3%;
    padding-bottom: 10%;
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: 100%;
    margin:auto;
} 


.title_1{
 	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 2;
    text-align: center    
}
    
.pic_1 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1;
    padding-top: 50px;
    display: grid;
    justify-content:center;
 }   

    

.text_1 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 3;
	grid-row-end: 3;
    text-align: center;
    margin-bottom: -40px;

}

.title_2{
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 5;
	grid-row-end: 5;
    text-align: center
}
    
.pic_2 {
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 4;
	grid-row-end: 4;
}

    
.text_2 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 6;
	grid-row-end: 6;
    text-align: center
}
    
.title_3{
    grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 8;
	grid-row-end: 8;
    text-align: center
}

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

}

.text_3 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 9;
	grid-row-end: 9;
    text-align: center
}

#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:80%;
	color: white;
	padding: 5px;
}

#product_comparison td {
	padding: 13px;
}    
    
    
#service {
	position: relative;
	width: auto;
	height: 500px;
	background-size: cover;
	background-position: top;
	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: 30%;
}    
    
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-top: 30px;
	padding-bottom: 0px;
	vertical-align: top;
    font-size: 100%;
}

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