﻿/*container*/
.container {
  width: 100%;
}
/*Logo*/
#logo-banner {
  width: 100%;
  margin: 0 auto;
}
#logo-banner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.logo-text-unbox {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  width: 62.08333333%;
  max-width: 894px;
  color: #001469;
  font-family: 'Exo Bold';
  margin: 0 auto;
  background: transparent;
  display: block;
  position: relative;
  top: 120px;
}
.logo-text-b2b {
  font-size: 1.3em;
  font-family: 'Exo Light';
  font-weight: lighter;
  letter-spacing: 0.25px;
  text-align: center;
  width: 79.16666667%;
  max-width: 1140px;
  color: #001469;
  background: transparent;
  position: relative;
  top: 120px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 480px) {
  #logo-banner img {
    max-width: 786px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .logo-text-unbox {
    font-size: 2.5em;
    width: 100%;
    max-width: 786px;
    top: 240px;
  }
  .logo-text-b2b {
    font-size: 2em;
    width: 79.16666667%;
    top: 240px;
  }
}
@media only screen and (min-width: 786px) {
  #logo-banner img {
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .logo-text-unbox {
    font-size: 3em;
    width: 62.08333333%;
    max-width: 894px;
  }
  .logo-text-b2b {
    font-size: 2.5em;
    width: 79.16666667%;
    max-width: 1140px;
  }
}
/*buttons*/
#content-buttons {
  /*max-width: 1440px;*/
  width: 100%;
  height: 135px;
  margin: 0 auto;
}
#button-links,
#button-right {
  float: left;
  width: 100%;
  height: 135px;
  background-color: #00C8A3;
  color: #fff;
}
#button-right {
  background-color: #001469;
}
#button-links > a,
#button-right > a {
  font-size: 1.3em;
  font-family: 'Exo Light';
  font-weight: lighter;
  letter-spacing: 0.1px;
  height: 135px;
  line-height: 135px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  /*font-size: 2em;
font-family: 'Exo Light';
font-weight: lighter;
letter-spacing: .1px;
height: 59px;
line-height: 59px;   
display: block;
text-decoration: none;
color: #fff;*/
}
#button-right > div {
  padding-right: 0;
}
@media only screen and (min-width: 480px) {
  #content-buttons {
    height: auto;
  }
  #button-links,
  #button-right {
    float: left;
    width: 50%;
    height: auto;
  }
  #button-links > a,
  #button-right > a {
    font-size: 1.2em;
    font-family: 'Exo Light';
    font-weight: lighter;
    letter-spacing: 0.1px;
    height: 50px;
    line-height: initial;
    padding: 15px 0;
  }
  #button-right > div {
    padding-right: 0;
  }
}
@media only screen and (min-width: 786px) {
  #content-buttons {
    height: 135px;
  }
  #button-links,
  #button-right {
    float: left;
    width: 50%;
    height: 135px;
    line-height: 135px;
  }
  #button-links > a,
  #button-right > a {
    font-size: 2em;
    font-family: 'Exo Light';
    font-weight: lighter;
    letter-spacing: 0.1px;
    height: 135px;
    line-height: inherit;
    padding: 0;
  }
}
/*customer*/
#customer-div-info {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#customer-div-info-right {
  width: 100%;
  max-height: 640px;
  cursor: pointer;
  display: block;
}
#customer-div-info-right img {
  width: 100%;
  height: auto;
}
#customer-div-info-left {
  width: 100%;
}
#customer-div-info-left div:nth-child(1) {
  height: auto;
  overflow: hidden;
}
.customer-title {
  color: #00C8A3;
  line-height: 42px;
  height: 51px;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Exo Bold';
  letter-spacing: 1px;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.customer-advantage-title-black {
  color: #191923;
  line-height: 29px;
  height: 38px;
  font-size: 1.375em;
  font-weight: bold;
  font-family: 'Exo Bold';
  letter-spacing: 1px;
  display: block;
  /*width: 554px;*/
  padding-left: 5%;
}
.customer-advantages {
  color: #191923;
  line-height: 38px;
  height: 38px;
  font-size: 1.3em;
  font-weight: lighter;
  font-family: 'Exo Light';
  letter-spacing: 1px;
  display: block;
  /*width: 501px;*/
  padding-left: 5px;
}
#customer-div-info-last {
  margin-top: 30px;
}
.customer-advantage-title-grey {
  color: #191923;
  line-height: 42px;
  font-size: 2em;
  font-weight: lighter;
  font-family: 'Exo Light';
  letter-spacing: 1px;
  display: block;
  /*width: 557px;*/
  text-align: center;
  margin-bottom: 5px;
}
.customer-detail-query {
  display: block;
  max-width: 305px;
  width: 100%;
  height: 50px;
  background-color: #37b49b;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #37b49b;
  border-radius: 18px;
  text-align: center;
  line-height: 50px;
  margin: 20px auto;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  #customer-div-info {
    width: 100%;
    margin: 0 auto;
  }
  #customer-div-info-right {
    width: 40%;
    float: right;
  }
  #customer-div-info-left {
    width: 60%;
    float: left;
  }
  #customer-div-info-left div:nth-child(1) {
    height: auto;
    overflow: hidden;
  }
  .customer-title {
    color: #00C8A3;
    line-height: 42px;
    height: 51px;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    /*text-align: center;*/
    display: block;
    margin: 0 auto;
  }
  .customer-advantage-title-black {
    color: #191923;
    line-height: 29px;
    height: 38px;
    font-size: 1.375em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    display: block;
  }
  .customer-advantages {
    color: #191923;
    /*line-height: 38px;*/
    height: auto;
    font-size: 1.3em;
    font-weight: lighter;
    font-family: 'Exo Light';
    letter-spacing: 1px;
    display: block;
  }
  #customer-div-info-last {
    margin-top: 70px;
  }
  .customer-advantage-title-grey {
    color: #191923;
    line-height: 42px;
    font-size: 2em;
    font-weight: lighter;
    font-family: 'Exo Light';
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .customer-detail-query {
    display: block;
    width: 305px;
    height: 50px;
    background-color: #37b49b;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #37b49b;
    border-radius: 18px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto;
    text-decoration: none;
  }
}
@media only screen and (min-width: 786px) {
  #customer-div-info {
    width: 100%;
    max-width: 1208px;
    margin: 0 auto;
  }
  #customer-div-info-right {
    width: 40%;
    margin-right: 5%;
    float: right;
  }
  #customer-div-info-left {
    width: 55%;
    padding-left: 5%;
    float: left;
  }
  #customer-div-info-left div:nth-child(1) {
    height: auto;
    overflow: hidden;
  }
  .customer-title {
    color: #00C8A3;
    line-height: 42px;
    height: 51px;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    text-align: left;
    display: block;
    width: 557px;
    margin: 0 auto;
  }
  .customer-advantage-title-black {
    color: #191923;
    line-height: 29px;
    height: 38px;
    font-size: 1.375em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    display: block;
    width: 554px;
  }
  .customer-advantages {
    color: #191923;
    line-height: 38px;
    height: 38px;
    font-size: 1.3em;
    font-weight: lighter;
    font-family: 'Exo Light';
    letter-spacing: 1px;
    display: block;
    width: 501px;
  }
  #customer-div-info-last {
    margin-top: 70px;
  }
  .customer-advantage-title-grey {
    color: #191923;
    line-height: 42px;
    font-size: 2em;
    font-weight: lighter;
    font-family: 'Exo Light';
    letter-spacing: 1px;
    display: block;
    /*width: 557px;*/
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .customer-detail-query {
    display: block;
    width: 305px;
    height: 50px;
    background-color: #37b49b;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #37b49b;
    border-radius: 18px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto;
    text-decoration: none;
  }
}
/*und source funktioniert*/
#customer-div-info2 {
  width: 100%;
  margin: 0 auto;
}
#customer-div-info2-head {
  width: 100%;
}
#customer-div-info2-head span:nth-child(1) {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Exo Bold';
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 1px;
}
#customer-div-info2-head span:nth-child(2) {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Exo Light';
  font-weight: lighter;
  font-size: 2em;
  letter-spacing: 1px;
}
#customer-steps-icons {
  height: 290px;
  margin: 0 auto;
}
.step-icon {
  width: 100%;
  height: 280px;
  float: left;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 1%;
}
.custom-step-icon1,
.custom-step-icon2,
.custom-step-icon3,
.custom-step-icon4 {
  width: 120px;
  height: 200px;
  margin: 0 auto;
  background: url('/Images/spinner-steps.png') no-repeat -30px -594px;
}
.custom-step-icon2 {
  background-position-x: -165px;
}
.custom-step-icon3 {
  background-position-x: -305px;
}
.custom-step-icon4 {
  background-position-x: -429px;
}
.custom-step-title span {
  display: block;
  text-align: center;
  font-family: 'Exo Light';
  font-weight: bolder;
}
.step-all-color {
  background-color: #F1FAF8 !important;
}
.setp-background {
  background-color: #E9F7F4;
}
@media only screen and (min-width: 480px) {
  #customer-div-info2 {
    width: 100%;
    margin: 0 auto;
  }
  #customer-div-info2-head {
    width: 100%;
    margin: 0 auto 30px;
  }
  #customer-div-info2-head span:nth-child(1) {
    display: block;
    width: 100%;
    height: 43px;
    text-align: center;
    font-family: 'Exo Bold';
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 42px;
  }
  #customer-div-info2-head span:nth-child(2) {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
    font-size: 2em;
    letter-spacing: 1px;
  }
  #customer-steps-icons {
    width: 100%;
    height: 290px;
    margin: 0 auto;
  }
  .step-icon {
    width: 48%;
    float: left;
    text-align: center;
    margin: 1%;
  }
  .custom-step-icon1,
  .custom-step-icon2,
  .custom-step-icon3,
  .custom-step-icon4 {
    width: 120px;
    height: 200px;
    margin: 0 auto;
    background: url('/Images/spinner-steps.png') no-repeat -30px -594px;
  }
  .custom-step-icon2 {
    background-position-x: -165px;
  }
  .custom-step-icon3 {
    background-position-x: -305px;
  }
  .custom-step-icon4 {
    background-position-x: -429px;
  }
  .custom-step-title span {
    display: block;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
  }
}
@media only screen and (min-width: 790px) {
  #customer-div-info2 {
    height: 380px;
    width: 100%;
    /*max-height: 1440px;*/
    margin: 0 auto;
  }
  #customer-div-info2-head {
    height: 88px;
    max-width: 1440px;
    margin: 0 auto 30px;
  }
  #customer-div-info2-head span:nth-child(1) {
    display: block;
    width: 100%;
    height: 43px;
    text-align: center;
    font-family: 'Exo Bold';
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 42px;
  }
  #customer-div-info2-head span:nth-child(2) {
    display: block;
    width: 100%;
    height: 43px;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 42px;
  }
  #customer-steps-icons {
    width: 100%;
    max-width: 1088px;
    height: 290px;
    margin: 0 auto;
  }
  .step-icon {
    width: 23%;
    float: left;
    text-align: center;
    margin: 0 1%;
  }
  .custom-step-icon1,
  .custom-step-icon2,
  .custom-step-icon3,
  .custom-step-icon4 {
    width: 120px;
    height: 200px;
    margin: 0 auto;
    background: url('/Images/spinner-steps.png') no-repeat -30px -594px;
  }
  .custom-step-icon2 {
    background-position-x: -165px;
  }
  .custom-step-icon3 {
    background-position-x: -305px;
  }
  .custom-step-icon4 {
    background-position-x: -429px;
  }
  .custom-step-title span {
    display: block;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
  }
}
/*Hersteller*/
#manufacturer-div-info {
  width: 100%;
  margin: 0 auto;
}
#manufacturer-div-left {
  float: left;
  width: 100%;
  max-height: 640px;
  display: block;
  cursor: pointer;
}
#manufacturer-div-left img {
  width: 100%;
  height: auto;
}
#manufacturer-div-right {
  width: 100%;
  float: right;
}
#manufacturer-div-right div:nth-child(1) {
  height: auto;
  overflow: hidden;
}
.manufacturer-title {
  color: #001469;
  line-height: 42px;
  height: 51px;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Exo Bold';
  letter-spacing: 1px;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}
.manufacturer-advantage-title-black {
  color: #191923;
  line-height: 29px;
  height: 38px;
  font-size: 1.375em;
  font-weight: bold;
  font-family: 'Exo Bold';
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding-left: 20px;
}
.manufacturer-advantages {
  color: #191923;
  font-size: 1.3em;
  font-weight: lighter;
  font-family: 'Exo Light';
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding-left: 5px;
}
.star,
.phone,
.envelope {
  color: #d8d8d8;
}
#manufacturer-div-info-last {
  margin-top: 35px;
}
.manufacturer-advantage-title-grey {
  color: #191923;
  line-height: 42px;
  font-size: 2em;
  font-weight: lighter;
  font-family: 'Exo Light';
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.manufacturer-detail-query {
  width: 100%;
  max-width: 305px;
  height: 50px;
  background-color: #001469;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #001469;
  border-radius: 18px;
  text-align: center;
  line-height: 50px;
  margin: 20px auto;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  #manufacturer-div-info {
    width: 100%;
    margin: 0 auto;
  }
  #manufacturer-div-left {
    float: left;
    width: 40%;
    max-height: 640px;
    display: block;
    cursor: pointer;
  }
  #manufacturer-div-right {
    width: 60%;
    float: right;
  }
  #manufacturer-div-right div:nth-child(1) {
    height: auto;
    overflow: hidden;
  }
  .manufacturer-title {
    color: #001469;
    line-height: 42px;
    height: 51px;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    display: block;
    width: 557px;
    margin: 0 auto;
  }
  .manufacturer-advantage-title-black {
    color: #191923;
    line-height: 29px;
    height: 38px;
    font-size: 1.375em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    display: block;
    width: 554px;
  }
  .manufacturer-advantages {
    color: #191923;
    height: auto;
    font-size: 1.3em;
    font-weight: lighter;
    font-family: 'Exo Light';
    letter-spacing: 1px;
    display: block;
    padding: 0;
  }
  .star,
  .phone,
  .envelope {
    color: #d8d8d8;
  }
  #manufacturer-div-info-last {
    margin-top: 70px;
  }
  .manufacturer-advantage-title-grey {
    color: #191923;
    line-height: 42px;
    font-size: 2em;
    font-weight: lighter;
    font-family: 'Exo Light';
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .manufacturer-detail-query {
    width: 305px;
    height: 50px;
    background-color: #001469;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #001469;
    border-radius: 18px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto;
    display: block;
    text-decoration: none;
  }
}
@media only screen and (min-width: 786px) {
  #manufacturer-div-info {
    width: 100%;
    max-width: 1208px;
    margin: 0 auto;
  }
  #manufacturer-div-left {
    width: 40%;
    padding-left: 5%;
    float: left;
  }
  #manufacturer-div-right {
    width: 50%;
    padding-right: 5%;
    float: right;
  }
  #manufacturer-div-right div:nth-child(1) {
    height: auto;
    overflow: hidden;
  }
  .manufacturer-title {
    color: #001469;
    line-height: 42px;
    height: 51px;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    display: block;
    width: 557px;
    margin: 0 auto;
  }
  .manufacturer-advantage-title-black {
    color: #191923;
    line-height: 29px;
    height: 38px;
    font-size: 1.375em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    display: block;
    width: 554px;
  }
  .manufacturer-advantages {
    color: #191923;
    line-height: 38px;
    height: 38px;
    font-size: 1.3em;
    font-weight: lighter;
    font-family: 'Exo Light';
    letter-spacing: 1px;
    display: block;
    width: 501px;
  }
  .star,
  .phone,
  .envelope {
    color: #d8d8d8;
  }
  /*#manufacturer-div-right div:nth-child(2) {
margin-top: 20px;
}*/
  .manufacturer-advantage-title-grey {
    color: #191923;
    line-height: 42px;
    font-size: 2em;
    font-weight: lighter;
    font-family: 'Exo Light';
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .manufacturer-detail-query {
    width: 305px;
    height: 50px;
    background-color: #001469;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #001469;
    border-radius: 18px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto;
    display: block;
    text-decoration: none;
  }
}
/*und source funktioniert*/
#manufacturer-div-info2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#manufacturer-div-info2-head {
  margin: 0 auto 30px;
}
#manufacturer-div-info2-head span:nth-child(1) {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Exo Bold';
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 1px;
}
#manufacturer-div-info2-head span:nth-child(2) {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Exo Light';
  font-weight: lighter;
  font-size: 2em;
  letter-spacing: 1px;
}
#manufacturer-steps-icons {
  width: 100%;
  height: 290px;
  margin: 0 auto;
}
.manufacturer-step-icon1,
.manufacturer-step-icon2,
.manufacturer-step-icon3,
.manufacturer-step-icon4 {
  width: 120px;
  height: 200px;
  margin: 0 auto;
  background: url('/Images/spinner-steps.png') no-repeat -30px -790px;
}
.manufacturer-step-icon2 {
  background-position-x: -165px;
}
.manufacturer-step-icon3 {
  background-position-x: -305px;
}
.manufacturer-step-icon4 {
  background-position-x: -429px;
}
.manufacturer-step-title span {
  display: block;
  text-align: center;
  font-family: 'Exo Light';
  font-weight: bolder;
}
@media only screen and (min-width: 480px) {
  #manufacturer-div-info2 {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  #manufacturer-div-info2-head {
    width: 100%;
    margin: 0 auto 30px;
  }
  #manufacturer-div-info2-head span:nth-child(1) {
    display: block;
    width: 100%;
    height: 43px;
    text-align: center;
    font-family: 'Exo Bold';
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 42px;
  }
  #manufacturer-div-info2-head span:nth-child(2) {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
    font-size: 2em;
    letter-spacing: 1px;
  }
  #manufacturer-steps-icons {
    width: 100%;
    height: 290px;
    margin: 0 auto;
  }
  .manufacturer-step-icon1,
  .manufacturer-step-icon2,
  .manufacturer-step-icon3,
  .manufacturer-step-icon4 {
    width: 120px;
    height: 200px;
    margin: 0 auto;
    background: url('/Images/spinner-steps.png') no-repeat -30px -790px;
  }
  .manufacturer-step-icon2 {
    background-position-x: -165px;
  }
  .manufacturer-step-icon3 {
    background-position-x: -305px;
  }
  .manufacturer-step-icon4 {
    background-position-x: -429px;
  }
  .manufacturer-step-title span {
    display: block;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
  }
}
@media only screen and (min-width: 790px) {
  #manufacturer-div-info2 {
    height: 380px;
    width: 100%;
    /*max-height: 1440px;*/
    margin: 0 auto;
  }
  #manufacturer-div-info2-head {
    height: 88px;
    width: 100%;
    margin: 0 auto 30px;
  }
  #manufacturer-div-info2-head span:nth-child(1) {
    display: block;
    width: 100%;
    height: 43px;
    text-align: center;
    font-family: 'Exo Bold';
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 42px;
  }
  #manufacturer-div-info2-head span:nth-child(2) {
    display: block;
    width: 100%;
    height: 43px;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 42px;
  }
  #manufacturer-steps-icons {
    width: 100%;
    max-width: 1088px;
    height: 290px;
    margin: 0 auto;
  }
  .manufacturer-step-icon1,
  .manufacturer-step-icon2,
  .manufacturer-step-icon3,
  .manufacturer-step-icon4 {
    width: 120px;
    height: 200px;
    margin: 0 auto;
    background: url('/Images/spinner-steps.png') no-repeat -30px -790px;
  }
  .manufacturer-step-icon2 {
    background-position-x: -165px;
  }
  .manufacturer-step-icon3 {
    background-position-x: -305px;
  }
  .manufacturer-step-icon4 {
    background-position-x: -429px;
  }
  .manufacturer-step-title span {
    display: block;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
  }
}
.bgc1,
.bgc3 {
  background-color: #d8d8d8;
}
.bgc2,
.bgc4 {
  background-color: rgba(216, 216, 216, 0.46);
}
@media only screen and (min-width: 480px) {
  .bgc1,
  .bgc4 {
    background-color: #d8d8d8;
  }
  .bgc2,
  .bgc3 {
    background-color: rgba(216, 216, 216, 0.46);
  }
}
@media only screen and (min-width: 790px) {
  .bgc1,
  .bgc3 {
    background-color: #d8d8d8 !important;
  }
  .bgc2,
  .bgc4 {
    background-color: rgba(216, 216, 216, 0.46) !important;
  }
}