* {
  margin: 0;
  padding: 0;
  border: 0;
}

@font-face {
  font-family: "db_helvethaica";
  src: url("../fonts/db_helvethaica_x_med_v3.2-webfont.eot");
  src: url("../fonts/db_helvethaica_x_med_v3.2-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/db_helvethaica_x_med_v3.2-webfont.woff2") format("woff2"),
    url("../fonts/db_helvethaica_x_med_v3.2-webfont.woff") format("woff"),
    url("../fonts/db_helvethaica_x_med_v3.2-webfont.ttf") format("truetype"),
    url("../fonts/db_helvethaica_x_med_v3.2-webfont.svg#db_helvethaica_x65_med")
      format("svg");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "db_helvethaica";
  src: url("../fonts/db_helvethaica_x_it_v3.2-webfont.eot");
  src: url("../fonts/db_helvethaica_x_it_v3.2-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/db_helvethaica_x_it_v3.2-webfont.woff2") format("woff2"),
    url("../fonts/db_helvethaica_x_it_v3.2-webfont.woff") format("woff"),
    url("../fonts/db_helvethaica_x_it_v3.2-webfont.ttf") format("truetype"),
    url("../fonts/db_helvethaica_x_it_v3.2-webfont.svg#db_helvethaica_x56_italic")
      format("svg");
  font-weight: normal;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "db_helvethaica";
  src: url("../fonts/db_helvethaica_x_med_it_v3.2_0-webfont.eot");
  src: url("../fonts/db_helvethaica_x_med_it_v3.2_0-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/db_helvethaica_x_med_it_v3.2_0-webfont.woff2") format("woff2"),
    url("../fonts/db_helvethaica_x_med_it_v3.2_0-webfont.woff") format("woff"),
    url("../fonts/db_helvethaica_x_med_it_v3.2_0-webfont.ttf")
      format("truetype"),
    url("../fonts/db_helvethaica_x_med_it_v3.2_0-webfont.svg#db_helvethaica_x66_medit")
      format("svg");
  font-weight: 500;
  font-style: italic;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "db_helvethaica";
  src: url("../fonts/db_helvethaica_x_v3.2-webfont.eot");
  src: url("../fonts/db_helvethaica_x_v3.2-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/db_helvethaica_x_v3.2-webfont.woff2") format("woff2"),
    url("../fonts/db_helvethaica_x_v3.2-webfont.woff") format("woff"),
    url("../fonts/db_helvethaica_x_v3.2-webfont.ttf") format("truetype"),
    url("../fonts/db_helvethaica_x_v3.2-webfont.svg#db_helvethaica_x55_regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

a,
h1,
h2,
h3,
p {
  font-family: "db_helvethaica";
  font-weight: 500;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #00ab4e;
}

a:hover {
  text-decoration: none;
  color: #ec1f28;
}

img {
  width: 100%;
  vertical-align: top;
  /*
	image-rendering: -moz-crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
*/
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
}

/*background-image
	image-rendering: -moz-crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;*/

.bg-green {
  background: #00ab4e;
}

.f-white {
  color: #fff;
}

.f-medium {
  font-weight: 500;
}

/*-----------------Banner------------------*/
#banner {
  /* border-top: 5px solid #025b23; */
  padding: 0;
}

#headline {
  padding-top: 90px;
  padding-bottom: 345px;
  margin-top: -1px;
}

#headline h1 {
  font-size: 53px;
  line-height: 45px;
}

#headline p {
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
}

#headline hr {
  width: 80px;
  background: #fff;
  height: 4px;
  border-radius: 5px;
}

/*-----------------Card Item------------------*/

#card-item {
  margin-top: -295px;
  margin-bottom: -245px;
}

@media (min-width: 768px) {
  #card-item .item {
    height: 500px !important;
  }
  #card-item .item .item-img .product {
    height: 320px !important;
  }
}
@media (min-width: 992px) {
  #card-item .item {
    height: 470px !important;
  }
  #card-item .item .item-img .product {
    height: 290px !important;
  }
}
@media (min-width: 1200px) {
  #card-item .item {
    height: 530px !important;
  }
  #card-item .item .item-img .product {
    height: 350px !important;
  }
}
@media only screen and (max-width: 767px) {
  #card-item .item .item-img .product {
    width: 120px !important;
    height: 114px !important;
  }
  #card-item .item .descript {
    width: calc(90% - 80px) !important;
  }
}

#card-item .item {
  background: #fff;
  height: 475px;
  /* height: 530px; */
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 65px;
}

#card-item .item .item-img {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  border-radius: 8px;
}

#card-item .item .item-img .product {
  /* width: auto; */
  display: block;
  /* margin: 0 auto; */
  height: 295px;
  /* height: 350px; */
  /* padding: 35px 0; */
  border-radius: 8px 8px 0 0;
}

#card-item .item .item-img .product_bucket {
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 72px 0;
}

#card-item .item .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 125px;
}

#card-item .item .logo img {
  width: auto;
  max-width: 100%;
  max-height: 60px;
}

#card-item .item .descript {
  background: #fff;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  padding-top: 20px;
}

#card-item .item .descript h1 {
  font-size: 28px;
  color: #00ab4e;
  text-align: center;
  line-height: 27px;
}

#card-item .item .descript p {
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  color: #555555;
  text-align: center;
}

#card-item .item .descript p.twoline {
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  line-height: 24px;
  color: #555555;
  text-align: center;
  padding-top: 5px;
}

#card-item .item .descript .get-priv {
  font-size: 26px;
  color: #fff;
  /* background: #ec1f28; */
  background: #9a0e1a;
  /* border-radius: 8px; */
  border-radius: 50px;
  /* line-height: 55px; */
  line-height: 50px;
  width: 205px;
  text-align: center;
  display: block;
  /* margin: 20px auto; */
  margin: 11px auto;
}

#card-item .item .descript .get-priv-twoline {
  font-size: 26px;
  color: #fff;
  /* background: #ec1f28; */
  background: #9a0e1a;
  /* border-radius: 8px; */
  border-radius: 50px;
  /* line-height: 55px; */
  line-height: 50px;
  width: 205px;
  text-align: center;
  display: block;
  margin: 11px auto;
}

/*-------------How To------------------*/
#how-to {
  padding-top: 285px;
}

#how-to h1.head-howto {
  font-size: 53px;
  line-height: 45px;
}

#how-to p.head-howto {
  font-size: 32px;
  font-weight: normal;
  font-style: italic;
}
#how-to hr {
  width: 80px;
  background: #fff;
  height: 4px;
  border-radius: 5px;
}
#how-to #step-howto {
  margin-top: 85px;
  margin-bottom: 55px;
}

#how-to #step-howto h1 {
  font-size: 321.5px;
  float: left;
  line-height: 150px;
  margin-right: 10px;
}
#how-to #step-howto p {
  font-size: 41px;
  line-height: 40px;
  font-weight: normal;
}
#how-to #step-howto .row > div:nth-child(1) h1 {
  margin-right: -20px;
}
#how-to .bg-howto {
  background: url(../img/bg_howto.png) no-repeat;
  width: 100%;
  height: 26vw;
  background-size: cover;
}

/*----------------Partner----------------*/
#partner {
  padding-top: 105px;
  padding-bottom: 90px;
}
#partner h1 {
  font-size: 53px;
  line-height: 45px;
  color: #025b23;
}

#partner p {
  font-size: 32px;
  font-weight: normal;
  font-style: italic;
  color: #555555;
}
#partner hr {
  width: 80px;
  background: #00ab4e;
  height: 4px;
  border-radius: 5px;
}

#partner #partner-group {
  margin-top: 70px;
}

#partner .partner-img {
  display: inline-block;
  height: 75px;
  width: auto;
}

hr#ex {
  width: 90%;
  height: 1px;
  background: #e7e7e7;
  margin: 105px auto 55px;
  max-width: 1200px;
}

#partner #condition p {
  font-size: 30px;
  line-height: 30px;
  color: #010101;
}
#partner #condition h2 {
  font-size: 34px;
  color: #555555;
  font-weight: normal;
  font-style: italic;
  line-height: 60px;
}

/*--------------------Footer-----------------*/
#footer {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.22);
  /* height: 180px; */
  height: 150px;
  margin: 0;
  padding-top: 50px;
}
#footer .footer-logo img {
  /* height:70px; */
  height: 45px;
  width: inherit;
}

#footer .social {
  text-align: right;
}

#footer .social a img {
  display: inline-block;
  height: 40px;
  width: auto;
  margin: 0 10px;
}

#footer .social a:nth-last-child(1) img {
  margin-right: 0;
}
#footer .social p {
  font-size: 21.5px;
  color: #555;
  font-weight: normal;
  font-style: italic;
  line-height: 40px;
}

body > .content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -180px;
}

/*-----------------Coupon-------------------*/
#headline.coupon {
  padding-bottom: 230px;
}
#coupon {
  margin-top: -185px;
  padding-bottom: 280px;
}
#coupon img {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
#coupon h1 {
  font-size: 53px;
  line-height: 45px;
  color: #025b23;
}

#coupon p {
  font-size: 28px;
  line-height: 30px;
  font-style: italic;
  font-weight: normal;
  color: #000000;
}
#coupon li {
  margin-left: 20px;
  font-size: 28px;
  line-height: 30px;
  font-style: italic;
  font-weight: normal;
  color: #000000;
}
#coupon hr {
  width: 80px;
  background: #00ab4e;
  height: 4px;
  border-radius: 5px;
  margin-bottom: 50px;
}

#coupon .content {
  margin: 100px 0 0px;
}

@media only screen and (max-width: 1200px) {
  #how-to #step-howto h1 {
    font-size: 240.5px;
    float: left;
    line-height: 110px;
    margin-right: 10px;
  }
  #how-to #step-howto p {
    font-size: 33px;
    line-height: 29px;
    font-weight: normal;
  }
  #partner .partner-img {
    height: 65px;
  }
}

@media only screen and (max-width: 991px) {
  #how-to #step-howto h1 {
    font-size: 200.5px;
    float: left;
    line-height: 90px;
    margin-right: 10px;
  }
  #how-to #step-howto p {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
  }
  #how-to #step-howto .row > div:nth-child(1) h1 {
    margin-right: -10px;
  }
  #partner .partner-img {
    height: 50px;
  }
  #card-item .item .descript p {
    font-size: 22px;
  }
  #card-item .item .descript p.twoline {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  #headline h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #headline p {
    /*font-size: 16.3px;*/
    font-size: 20.3px;
    /*line-height:16px;*/
    line-height: 20px;
    font-style: italic;
    font-weight: normal;
  }
  #headline hr {
    width: 35px;
    height: 2px;
  }
  #headline {
    padding-top: 25px;
    padding-bottom: 75px;
  }
  #card-item {
    margin-top: -60px;
    margin-bottom: -54px;
    padding: 0 20px;
  }
  #card-item .item {
    height: 114px;
    border-radius: 2.67px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
  }
  #card-item .item .item-img {
    border-radius: 2.67px 0 0 2.67px;
    width: 100px;
  }
  #card-item .item .descript {
    width: calc(100% - 100px);
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 2.67px 2.67px 0px;
    padding: 16px 10px;
  }
  #card-item .item .item-img .product {
    width: 100px;
    height: 114px;
    /* object-fit: contain; */
    /* padding: 10px; */
    /* border-radius: 0; */
    border-radius: 3px 0 0 3px;
  }
  #card-item .item .item-img .product_bucket {
    width: 100px;
    height: 114px;
    object-fit: contain;
    padding: 10px;
  }
  #card-item .item .descript h1 {
    font-size: 20.3px;
    line-height: 16px;
    text-align: left;
  }
  #card-item .item .descript p {
    font-size: 14.6px;
    text-align: left;
    line-height: 11px;
    margin-top: 4px;
  }
  #card-item .item .descript p.twoline {
    font-size: 14.6px;
    text-align: left;
    line-height: 15px;
    margin-top: 0px;
  }
  #card-item .item .descript .get-priv {
    font-size: 18px;
    /* border-radius: 2.67px; */
    border-radius: 50px;
    line-height: 35px;
    /* width: 96px; */
    width: 150px;
    position: absolute;
    margin: 0px auto;
    right: 10px;
    bottom: 8px;
  }
  #card-item .item .descript .get-priv-twoline {
    font-size: 18px;
    /* border-radius: 2.67px; */
    border-radius: 50px;
    line-height: 35px;
    /* width: 96px; */
    width: 150px;
    position: absolute;
    margin: 0px auto;
    right: 10px;
    bottom: 8px;
  }
  #card-item .item .logo {
    position: absolute;
    top: auto;
    bottom: 13px;
    left: 110px;
    width: 65px;
    z-index: 500;
  }
  #card-item .row > div:nth-child(3) .item .logo {
    width: 45px;
  }
  #card-item .row > div:nth-child(4) .item .logo {
    width: 47px;
  }
  #card-item .item .logo img {
    width: auto;
    max-width: 100%;
    max-height: 27px;
  }
  #how-to {
    padding-top: 90px;
  }
  #how-to h1.head-howto {
    font-size: 30px;
    line-height: 30px;
  }
  #how-to p.head-howto {
    font-size: 16.35px;
  }
  #how-to hr {
    width: 35px;
    height: 2px;
  }
  #how-to #step-howto h1 {
    font-size: 114.6px;
    float: left;
    line-height: 60px;
    margin-right: 10px;
  }
  #how-to #step-howto .row > div {
    margin-top: 30px;
  }
  #how-to #step-howto .row > div > div {
    width: 255px;
    margin: 0 auto;
  }
  #how-to #step-howto .row > div:nth-child(1) h1 {
    margin-right: 10px;
  }
  #how-to #step-howto p {
    font-size: 23.5px;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
  }
  #how-to #step-howto {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  #how-to .bg-howto {
    background: url(../img/bg_howto.png) no-repeat center;
    width: 100%;
    height: 37vw;
    background-size: cover;
  }
  #partner {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  #partner h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #partner p {
    font-size: 19.35px;
  }
  #partner #condition p {
    font-size: 16px;
    line-height: 16px;
  }
  #partner .partner-img {
    display: block;
    height: 50px;
    width: auto;
    margin: 10px auto;
  }
  #partner .row > div:nth-child(1) .partner-img {
    padding: 0 6px 0 0;
  }
  #partner .row > div:nth-child(2) .partner-img {
    padding: 0 19px 0 0;
  }
  #partner .row > div:nth-child(3) .partner-img {
    padding: 0 23px 0 0;
  }
  #partner .row > div:nth-child(4) .partner-img {
    display: block;
    height: 34px;
    width: auto;
    margin: 18px auto;
    padding: 0 15px 0 0;
  }
  #partner .row > div:nth-child(5) .partner-img {
    display: block;
    height: 43px;
    width: auto;
    margin: 10px auto;
    padding: 5px 0 0 19px;
  }
  #partner .row > div:nth-child(6) .partner-img {
    padding: 5px 0 0 69px;
  }
  #partner .row > div:nth-child(7) .partner-img {
    height: 42px;
    width: auto;
    margin: 10px auto;
    padding: 5px 0 0 43px;
  }
  #partner .row > div:nth-child(8) .partner-img {
    padding: 0 0 0 20px;
  }
  #partner #partner-group-mobile {
    margin-top: 30px;
  }
  #partner #condition h2 {
    font-size: 15.3px;
    line-height: 27px;
  }
  #partner hr {
    width: 35px;
    height: 2px;
  }
  hr#ex {
    width: 90%;
    height: 1px;
    margin: 35px auto 25px;
  }
  #footer {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
    padding-top: 22px;
    padding-bottom: 20px;
  }
  #footer .footer-logo img {
    height: 32px;
    display: block;
    margin: 0 auto;
  }
  #footer .social {
    margin: 25px auto;
    display: block;
    text-align: center;
  }
  #footer .social a img {
    height: 29px;
    margin: 0 7px;
  }
  #footer .social a:nth-last-child(1) img {
    margin-right: 7px;
  }
  #footer .social p {
    font-size: 11px;
    line-height: 20px;
  }
  #coupon img {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  }
  #coupon h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  #coupon hr {
    width: 35px;
    height: 2px;
    margin: 20px auto;
  }
  #coupon p {
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
  }
  #coupon li {
    margin-left: 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
  }
  #coupon .content {
    margin: 55px 0 0px;
  }
  #headline.coupon {
    padding-bottom: 80px;
  }
  #coupon {
    margin-top: -70px;
    padding-bottom: 220px;
  }
}

@media screen and (min-width: 768px) {
  .rwd-break {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  body {
    width: 360px;
  }
}
