/* =================================================================================
smaller than 768
================================================================================= */
@media screen and (max-width: 768px) {
  header.animated{
    padding-top: 30px;
  }
  .top-menu{
    text-align: center;
    font-size: 14px;
  }
  .logo-wrap{
    text-align: center;
  }
  .main-logo{
    width: auto;
    height: 34px;
  }
  .hero .hero-image-wrapper{
    width: 300px;
    height: 300px;
    background-size: 300px;
    margin: auto;
  }
  .hero .hero-image-wrapper img{
    height: 200px;
    margin-top: 60px;
  }
  .hero .headline, .main-headline{
    font-size: 30px;
    line-height: 34px;
  }
  .hero .subline, .main-subline{
    font-size: 24px;
    line-height: 30px;
  }
  .subpage-container{
    padding: 20px 0 50px 0;
  }
  .subpage-container .main-headline{
    margin-bottom: 20px;
  }
  .how-to-buy .icon-wrapper{
    display: none;
  }
}

/* =================================================================================
smaller than 990
================================================================================= */
@media screen and (max-width: 990px) {
  header.animated{
    padding-top: 30px;
  }
  .top-menu{
    text-align: center;
    font-size: 14px;
  }
  .logo-wrap{
    text-align: center;
  }
  .main-logo{
    width: auto;
    height: 34px;
  }
  .banner{
    height: 320px;
    padding-top: 120px;
  }
  .banner .col-md-7{
    text-align: center;
  }
  .banner .card-group{
    display: none;
  }
  .dotter{display: none;}
  .page-container, .hero{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero{
    text-align: center;
    padding-top: 40px;
  }
  .hero .content{
    float: none;
  }
  .hero .hero-image-wrapper{
    position: static;
    margin: auto;
  }
  .details{
    padding: 100px 0 70px 0;
    text-align: center;
  }
  .details .left, .details .right{
    padding: 20px;
    max-width: 500px;
    margin: auto;
  }
  .details .part{
    margin-bottom: 0;
  }
  .how-to-use{
    padding: 100px 0 20px 0;
  }
  .how-to-use .main-headline{
    margin-bottom: 0;
  }
  .how-to-use .item{
    margin: 60px 0;
  }
  .backtotop{
    top: -50px;
    right: 0;
  }
  .slide-circle .icon{
    margin-top: 60px;
  }
}

/* =================================================================================
smaller than 600
================================================================================= */
@media screen and (max-width: 600px) {
  .banner{
    height: 220px;
    padding-top: 45px;
  }
  .banner .headline{
    font-size: 30px;
    line-height:32px;
    margin-top: 15px;
  }
  .banner img{
    height: 25px!important;
  }
  .card-group{
    width: 90%;
  }
  .steps{
    width: 100%;
    background: none;
    height: auto;
  }
  .steps .buttons{
    margin: auto;
    padding: 0;
  }
  .steps .buttons li{
    padding: 0px 20px;
  }
  .steps .buttons a{
    position: static;
  }
  .steps .part{
    width: 100%;
  }
  .reseller-hero{
    text-align: center;
  }
  .reseller-hero .inset{
    height: auto;
    padding: 40px 0 100px 0;
  }
  .reseller-hero .image3d{
    opacity: 0.12;
    height: 450px;
    top: 0;
    right: -150px;
  }
  .reseller-page header{
    padding-bottom: 10px;
  }

}
