/* //////////////////////////////////////////////////////////////// RESET */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}



img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

.logo {
  background-color: #003d6d;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 15px;
}

.logo img {
  max-width: 140px;
}

.cover {
  width: 100%;
  height: 450px;
  background-image: url("cover_img.jpg");
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.cover_product_name {
  max-width: 400px;
  background-color: #003d6d;
  color: white;
  margin: 20px 20px 20px auto;
  padding: 20px;
  position: relative;
}

.cover_product_description {
  margin-bottom: 40px;
}

.cover_bosch_slogan {
  position: absolute;
  text-align: right;
  line-height: 80%;
  margin: 0;
  padding: 0 10px 0 10px;
  font-weight: bold;
  right: 0px;
  bottom: 0px;
  background-color: #e20015;
  color: white;
  font-size: 0.8em;
}
section {
  padding: 20px;
}
section.heading {
  background-color: #003d6d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_info {
  background: #efefef;
  padding: 40px;
}

.product_info img {
  margin: 0 auto;
}

.product_info p {
  margin: 20px auto;
  text-align: center;
  font-size: 0.8rem;
  max-width: 400px;
}

section.icons {
  display: flex;
  flex-wrap: wrap;
}
.col-icons {
  width: 100%;
  text-align: center;
  padding: 20px 40px;
}

.icon_text {
  font-size: 0.8em;
}

.icon {
  margin: 0 auto;
}

.product_highlights {
  display: flex;
  flex-wrap: wrap;
}

.product_highlights div {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: 10px solid white;
}

.product_highlights div:nth-child(1) {
  background-image: url("product_highlights_img_1.jpg");
  background-position: right bottom;
}

.product_highlights div:nth-child(2) {
  background-image: url("product_highlights_img_2.jpg");
  background-position: left top;
}

.product_highlights div:nth-child(3) {
  background-image: url("product_highlights_img_3.jpg");
  background-position: right top;
}

.product_highlights div:nth-child(4) {
  background-image: url("product_highlights_img_4.jpg");
  background-position: left top;
}

.product_highlights p {
  font-size: 0.8rem;
  position: absolute;
  margin: 0;
  max-width: 200px;
}

.product_highlights_text_1 {
  bottom: 25px;
  right: 30px;
  text-align: right;
}

.product_highlights_text_2 {
  bottom: 25px;
  left: 30px;
  text-align: left;
}

.product_highlights_text_3 {
  bottom: 30px;
  left: 30px;
  text-align: left;
}
.product_highlights_text_4 {
  top: 20px;
  left: 30px;
  text-align: left;
}

.product_description {
  background: #efefef;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}
.product_description div {
  width: 100%;
}

.product_description h2 {
  color: #003d6d;
}

table.tech {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 700px;
  margin: 50px auto;
  border: 1px solid #ddd;
  font-size: 0.8rem;
}

table.tech td {
  text-align: left;
  padding: 8px;
}
table.tech td:nth-child(1) {
  border-right: 3px solid white;
}

table.tech tr:nth-child(even) {
  background-color: #eaeaea;
}
table.tech tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.tech_details {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.tech_img {
  margin: 0 auto;
  max-width: 300px;
}

.set {
  background: #efefef;
  max-width: 700px;
  margin: 50px auto;
}

.set p {
  text-align: center;
  padding: 30px;
}

h3 {
  text-align: center;
  padding: 30px;
  font-weight: bold;
  font-size: 1.2em;
}

.recommended_accessories {
  background: #efefef;
}
.recommended_accessories_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 890px;
  margin: 0 auto;
}

.recommended_accessories_container img {
  margin: 0 auto 10px;
}

table.compare {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  border: 1px solid #ddd;
  font-size: 0.8rem;
  text-align: center;
}
table.compare td {
  padding: 10px;
  border: 1px solid #ddd;
}
th[scope="col"] {
  background: #003d6d;
  padding: 10px;
  color: white;
  border: 1px solid #ddd;
}

.table_bold {
  text-align: left;
  font-weight: bold;
}

.service {
  padding: 0;
}

.service_img {
  height: 700px;
  background-position: top 0 right -500px;
  background-image: url("service_img.jpg");
  position: relative;
  background-repeat: no-repeat;
}

.customer_service_box,
.after_sales_box {
  position: absolute;
  width: 90%;
  max-width: 450px;
  left: 0;
  top: 25px;
  display: inline-block;
  padding: 25px 25px 25px 25px;
  background-color: #003d6d;
  color: white;
  word-break: keep-all;
}

.customer_service_box h3,
.after_sales_box h3 {
  text-align: left;
  margin: 0;
  padding: 0;
}

.after_sales_box {
  top: 200px;
}
.after_sales_box img {
  max-width: 80%;
}

footer {
  background-color: #003d6d;
  color: white;
}

.footer-container {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.footer-container div {
  width: 100%;
  padding: 0 20px;
}

@media only screen and (min-width: 360px) {
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
  .logo {
    padding: 20px;
  }

  .logo img {
    max-width: 100%;
  }

  .cover_product_name {
    margin: 40px 40px 40px auto;
  }

  .product_info img {
    max-width: 768px;
  }
  .col-icons {
    width: 50%;
  }
  .product_highlights div {
    width: 50%;
  }

  .product_highlights p {
    font-size: 1rem;
  }

  .product_highlights_text_2 {
    left: 80px;
    text-align: left;
  }
  .tech_details {
    margin-bottom: 100px;
  }

  .tech_img {
    position: absolute;
    width: 250px;
    bottom: -50px;
    right: -100px;
  }

  .customer_service_box,
  .after_sales_box {
    max-width: 600px;
    left: 0;
    top: 25px;
    display: inline-block;
    padding: 25px 25px 25px 100px;
    background-color: #003d6d;
  }

  .after_sales_box {
    top: 350px;
  }

  .footer-container div {
    width: 50%;
    padding: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .col-icons {
    width: 25%;
  }
  .product_description h2 {
    font-size: 1.5em;
  }
  .product_description div {
    width: 50%;
    padding: 30px;
  }
  .product_highlights_text_2 {
    top: 30px;
    right: 30px;
    left: auto;
    text-align: right;
  }
  .product_highlights div:nth-child(1) {
    background-position: center center;
  }

  .product_highlights_text_3 {
    max-width: 300px !important;
  }

  .service_img {
    background-position: unset;
  }
}


@media only screen and (min-width: 1920px) {
  .container {
    border: 0px;
  }
}
