@charset "utf-8";

/******** mainImg ********/

.container-mainImg{
  border-bottom: none;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/products_bg_signature.jpg) center left no-repeat;
  background-size: cover;
}
.products-header{
  color: rgba(255,255,255,0.8);
  display: block;
  font-family: 'Sanchez', serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width:768px){
  .container-mainImg{
    height: 400px;
  }
  .products-header{
    font-size: 2rem;
  }
}
@media screen and (min-width:1240px){
  .products-header{
    font-size: 2.5rem;
  }
}

/******** article-model-summary ********/
.model-img{
  width: 45%;
  margin: auto;
  filter: drop-shadow(10px 10px 10px #b5b5b5);
}
.model-name{
  font-family: 'Sanchez', serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: #1f2223;
  margin-bottom: 1rem;
}
.model-name span{
  font-size: 2.5rem;
  font-weight: 700;
  color: #009da7;
}
.head-w-line{
  width: 100px;
  height: 100px;
  color: #fff;
  line-height: 95px;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  font-size: 2rem;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 50%;
  margin: 2rem auto;
  display: block;
}
.summary-text h4{
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.summary-text .proverb{
  font-style: italic;
  font-weight: 700;
  color: #009da7;
}
@media screen and (min-width:768px){
  .article-model-summary{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .model-img{
    width: 35%;
  }
  .summary-text{
    width: 45%;
    line-height: 1.75;
  }
  .model-name span{
    font-size: 2.5rem;
  }
  .model-name span{
    font-size: 3.5rem;
  }
}

/******** spec ********/

.media{
  width: 100%;
  margin: auto;
}
.spec-table{
  width: 100%;
}
.container-spec{
   background: #009bba;
}
.spec-table-wrapper{
  font-size: 0.85rem;
  color: #fff;
  font-weight: 400;
}
.spec-table tr{
  margin-bottom: 0.55rem;
  display: block;
  border-bottom: solid 1px #ddd;
}
.spec-table tr td.ld{
  font-weight: 700;
  padding-right: 1rem;
}
@media screen and (min-width:768px){
  .spec-table-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .media{
    width: 50%;
  }
  .spec-table{
    width: 45%;
  }
}

.onlineshop-btn a.btn-01{
  width: 180px;
  padding: 8px 4px;
  margin: 0 auto 24px auto;
  transition: auto .5 ease-out;
}
.onlineshop-btn a.btn-01:hover{
  background: #009da7;
  border: solid 1px #009da7;
}
@media screen and (min-width:768px){
  .onlineshop-btn a{
  width: 30%;
  }
}