.products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
}

.header-carousel {
  z-index: -1;
}

.headline {
  text-align: center;
  margin-top: 5rem;
  padding: 0.5rem;
  text-shadow: 2px 2px rgba(22, 22, 22, 0.15);
}

.posbill,
.buylocal,
.mobile {
  color: var(--primary);
  font-size: 5rem;
}

.subheadline {
  color: var(--primary);
  font-size: 3rem;
}

.keyfacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100%;
  background-color: rgb(248, 249, 253);
  margin: 5rem 0;
}

.keyfacts .items {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
  margin: 1rem;
  padding: 0.5rem;
  /*box-shadow: 0 3px 25px 0 rgba(22,22,22,.15);*/
}

.keyfacts-icon {
  text-align: center;
  color: var(--primary);
  margin: 3rem auto;
}

.keyfacts h3 {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.keyfacts-center h3 {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.keyfacts p {
  /*font-size: 1.2rem;*/
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}

.keyfacts img {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.keyfacts-center img {
  /*font-size: 8rem;*/
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.keyfacts-center p {
  /*font-size: 1.8rem;*/
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}

.features {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}

.features h2 {
  text-align: center;
  color: var(--primary);
  text-shadow: 2px 2px rgba(22, 22, 22, 0.15);
}

.features-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.features-top {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2rem;
}

.features-middle {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.features-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 2rem;
}

.feature {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary);
  padding: 1rem;
  width: 25rem;
  height: 10rem;
  box-shadow: 0 3px 25px 0 rgba(22, 22, 22, 0.15);
  border-radius: 2px;
}

.feature h3 {
  text-align: center;
}

.hardware {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hardware img {
  margin-top: 3rem;
  width: 25%;
  height: auto;
}

.hardware img:last-child {
  margin-bottom: 3rem;
}

.features {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}

.features h2 {
  text-align: center;
  color: var(--primary);
}

.feature-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 1rem;
}

.feature-list--item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  box-shadow: 0 3px 25px 0 rgba(22, 22, 22, 0.15);
  margin: 3rem 0;
}

.feature-list--item-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.feature-list--item-text p,
.feature-list--item-text h3 {
  text-align: center;
}

.feature-list--item-text h3 {
  color: var(--primary);
}

.feature-list--item-image img {
  width: 100%;
  height: auto;
}

.grayscale {
  filter: grayscale(100%);
}

.highlights {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 2rem 2rem;
  background-color: rgb(248, 249, 253);
}

.highlights h2,
.highlights h3 {
  color: var(--primary);
  text-shadow: 2px 2px rgba(22, 22, 22, 0.15);
}

.highlights li {
  list-style-type: square;
}

.handel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.handel .handel-item {
  margin-top: 2rem;
}

.gastro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
}

.gastro .gastro-item {
  margin-top: 2rem;
}

.products-divider {
  height: 2px;
  width: 100%;
  background: var(--primary);
  box-shadow: 0 3px 25px 0 rgba(22, 22, 22, 0.15);
}

.pbb-keyfacts {
  margin-top: 5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
  background-color: #e6e6e6;
}

.pbb-keyfacts__single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}

.pbb-keyfacts__single img {
  margin-bottom: 1.5rem;
}

.pbb-logo__container {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pbb-logo {
  width: 80%;
  height: auto;
}

.pbb-it__container {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.pbb-it__row {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.pbb-it__image {
  width: 100%;
  order: 1;
}

.pbb-it__image img {
  width: 100%;
  height: auto;
  filter: grayscale(100);
}

.pbb-it__text {
  order: 2;
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.3rem;
}

.pbb-it__text ul {
  list-style-position: outside;
}

.pbb-it__text li {
  list-style-type: '\2713';
  margin-left: 1rem;
  padding-left: 1rem;
}

.pbb-it__text li::marker {
  color: var(--primary);
  margin-right: 1rem;
}

.pbm-logo__container {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.pbm-logo__container img {
  margin-bottom: 5rem;
  height: auto;
  width: 50%;
}

.phoenix-headline {
  color: #500900;
  font-size: 4rem;
}

.phoenix-header {
  background: #500900;
  width: 100%;
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.phoenix-header img {
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

.pbp-facts {
  width: 100%;
  height: auto;
  background: #500900;
  display: flex;
  flex-direction: column;
}

.pbp-facts__row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}

.pbp-facts__image {
  width: 100%;
  height: 32rem;
  display: flex;
}

.pbp-facts__text {
  width: 100%;
  height: auto;
  background: #500900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  color: #e6e6e6;
}

.pbp-facts__text p {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1rem;
}

.pbp-facts__row:last-child {
  margin-bottom: 1rem;
}

.pbp-facts__image-1 {
  background: url('/images/products/pbp-car.jpg') no-repeat center center;
  background-size: contain;
}

.pbp-facts__image-2 {
  background: url('/images/products/pbp-couple.jpg') no-repeat center center;
  background-size: contain;
}

.pbp-facts__image-3 {
  background: url('/images/products/pbp-wisper.jpg') no-repeat center center;
  background-size: contain;
}

.pbp-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}

.pbp-btn {
  border: 2px solid #500900;
  border-radius: 5px;
  padding: 1rem;
  color: #500900;
  font-size: 1.3rem;
}

.pbb-btn {
  border: 2px solid var(--primary);
  border-radius: 5px;
  padding: 1rem;
  color: var(--primary);
  font-size: 1.3rem;
}

.pbb-btn:active,
.pbb-btn:hover {
  color: #fff;
  background-color: var(--primary);
}

.pbb-link {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.pbp-btn:active,
.pbp-btn:hover {
  color: #fff;
  background-color: #500900;
}

.pbp-facts__btn {
  color: #e6e6e6;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  padding: 1rem;
  font-size: 1.3rem;
}

.pbp-facts__btn:hover {
  color: #500900;
  background-color: #e6e6e6;
}

.pbp-bubbles img {
  margin-top: 3rem;
  width: 100%;
  height: auto;
}

.pbp-bubbles-l {
  display: none;
}

.pbp-bubbles-p {
  display: block;
}

.badges-posbill {
  position: fixed;
  width: 200px;
  z-index: 1;
  top: 10%;
  left: 10px;
}

.badges-posbill img {
  width: 100px;
}

@media (min-width: 640px) {
  .phoenix-header img {
    width: 25%;
  }

  .phoenix-headline {
    font-size: 5rem;
  }

  .pbp-image-last {
    width: auto;
  }

  .keyfacts {
    margin-top: 5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: center;
  }

  .keyfacts .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-height: 12rem;
    margin: 1rem;
    padding: 0.5rem;
  }

  .features {
    margin: 5rem 0;
    display: flex;
    flex-direction: column;
    width: 70%;
  }

  .feature-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .feature-list--item {
    margin: 3rem 0;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    box-shadow: 0 3px 25px 0 rgba(22, 22, 22, 0.15);
  }

  .feature-list--item-text {
    width: 40%;
  }

  .feature-list--item-image {
    width: 60%;
  }

  .highlights {
    flex-direction: row;
    width: 100%;
    padding: 2rem 0;
  }

  .gastro {
    margin-top: 0;
  }

  .top-distance {
    /*margin-top: 5rem !important;*/
  }

  .no-top-distance {
    margin-top: 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .pbb-keyfacts {
    flex-direction: row;
  }

  .pbb-keyfacts__single {
    margin-bottom: 0;
  }

  .pbb-logo__container {
    margin-top: 5rem;
  }

  .pbb-logo {
    width: 50%;
    height: auto;
  }

  .pbb-it__container {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .pbb-it__row {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
  }

  .pbb-it__image {
    width: 60%;
    order: 0;
  }

  .pbb-it__image img {
    width: 100%;
    height: auto;
    filter: grayscale(100);
  }

  .pbb-it__text {
    order: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .subheadline {
    font-size: 5rem;
  }

  .pbm-logo__container {
    margin-top: 5rem;
    flex-direction: row;
  }

  .pbm-logo__container img {
    margin-bottom: 0;
    width: 20%;
  }

  .pbm-logo {
    width: 25%;
    height: auto;
  }

  .hardware {
    flex-direction: row;
    justify-content: space-evenly;
  }
}

@media (max-width: 1600px) {
  .feature-image img {
    width: 400px;
    height: auto;
  }

  .feature-image--text p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1250px) {
  .feature {
    width: 15rem;
  }

  .feature h3 {
    font-size: 1rem;
  }

  .feature-image img {
    width: 400px;
    height: auto;
  }

  .feature-image--text p {
    font-size: 0.9rem;
  }
}

@media (min-width: 1080px) {
  .pbp-bubbles-l {
    display: block;
  }

  .pbp-bubbles-p {
    display: none;
  }

  .pbp-facts {
    width: 100%;
    height: auto;
    background: #500900;
    display: flex;
    flex-direction: column;
  }

  .pbp-facts__row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-top: 1rem;
  }

  .pbp-facts__text {
    width: 40%;
  }

  .pbp-facts__image {
    width: 60%;
    height: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pbp-facts__image-1 {
    background-size: cover;
  }

  .pbp-facts__image-2 {
    background-size: cover;
    order: 1;
  }

  .pbp-facts__image-3 {
    background-size: cover;
  }
  
  .pbb-it__text {
    font-size: 1.7rem;
  }
  
  .badges-posbill {
    top: 40%;
    left: 50px;
  }

  .badges-posbill img {
    width: 150px;
  }
}
