﻿.fixed-menu-header {
  background-color: #fff;
}
/*container*/
.container {
  width: 100%;
  margin-top: 86px;
}
/*banner-manufacturer*/
#banner-manufacturer {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
#banner-manufacturer img {
  width: 100%;
  height: auto;
}
/*manufacturer-cotent-headline*/
#manufacturer-cotent-headline {
  width: 100%;
}
#manufacturer-cotent-headline h2 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #191929;
  font-family: 'Exo Bold';
  font-size: 2em;
}
#manufacturer-cotent-headline p {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: black;
  font-family: 'Exo Light';
  font-size: 1em;
}
@media only screen and (min-width: 480px) {
  #manufacturer-cotent-headline {
    width: 100%;
  }
  #manufacturer-cotent-headline h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #191929;
    font-family: 'Exo Bold';
    font-size: 2em;
  }
  #manufacturer-cotent-headline p {
    width: 100%;
    max-width: 600px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    color: black;
    font-family: 'Exo Light';
    font-size: 1em;
  }
}
@media only screen and (min-width: 786px) {
  #manufacturer-cotent-headline {
    width: 100%;
    height: 201px;
  }
  #manufacturer-cotent-headline h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #191929;
    font-family: 'Exo Bold';
    font-size: 2em;
    position: relative;
    top: 50px;
  }
  #manufacturer-cotent-headline p {
    width: 100%;
    max-width: 600px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    color: black;
    font-family: 'Exo Light';
    font-size: 1em;
    position: relative;
    top: 70px;
  }
}
/*manufacturer*/
#manufacturer-div-info {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
#manufacturer-div-info-right {
  width: 100%;
  height: auto;
}
#manufacturer-div-info-right img {
  width: 100%;
  /*max-width:480px;*/
  height: auto;
}
#manufacturer-div-info-left {
  width: 100%;
  height: auto;
}
#manufacturer-div-info-left div:nth-child(1) {
  height: auto;
  overflow: hidden;
}
.manufacturer-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;
  width: 100%;
  margin: 0 auto;
}
.manufacturer-advantage-title-black {
  color: #191923;
  font-size: 1.375em;
  font-weight: bold;
  font-family: 'Exo Bold';
  letter-spacing: 1px;
  display: block;
  padding-left: 5%;
}
.manufacturer-advantages {
  color: #191923;
  font-size: 1.3em;
  font-weight: lighter;
  font-family: 'Exo Light';
  letter-spacing: 1px;
  display: block;
  padding-left: 5px;
}
@media only screen and (min-width: 480px) {
  #manufacturer-div-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  #manufacturer-div-info-right {
    width: 40%;
    float: right;
  }
  #manufacturer-div-info-left {
    width: 60%;
    float: left;
  }
  #manufacturer-div-info-left div:nth-child(1) {
    height: auto;
    overflow: hidden;
  }
  .manufacturer-title {
    color: #00C8A3;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    text-align: left;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 5%;
  }
  .manufacturer-advantage-title-black {
    color: #191923;
    font-size: 1.375em;
    font-weight: bold;
    font-family: 'Exo Bold';
    letter-spacing: 1px;
    display: block;
    width: 100%;
  }
  .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;
  }
}
@media only screen and (min-width: 786px) {
  #manufacturer-div-info {
    width: 100%;
    max-width: 1208px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  #manufacturer-div-info-right {
    width: 40%;
    margin-right: 5%;
    height: auto;
  }
  #manufacturer-div-info-left {
    width: 55%;
    padding-left: 5%;
    float: left;
  }
  #manufacturer-div-info-left div:nth-child(1) {
    height: auto;
    overflow: hidden;
  }
  .manufacturer-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;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .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: 0;
  }
  .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: 100%;
    padding: 0;
  }
}
/*und source funktioniert*/
#manufacturer-content h1 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 2em;
  font-weight: lighter;
  font-family: 'Exo Light';
}
#manufacturer-content h2 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1em;
  font-weight: lighter;
  font-family: 'Exo Light';
}
.step-custom-parent {
  background-color: #d8d8d8;
  width: 100%;
  height: auto;
  padding: 25px 0;
  margin: 0 auto;
  /*padding-left:10.548888888888882%;*/
}
.step-all-color {
  background-color: rgba(216, 216, 216, 0.46) !important;
}
.step-icon-onpage {
  float: left;
  width: 242px;
  height: 150px;
  margin: auto auto;
}
.icon1,
.icon2,
.icon3,
.icon4 {
  background: url(../../../Images/spinner-steps.png) no-repeat -240px 3px;
}
.icon2 {
  background-position-y: -140px;
}
.icon3 {
  background-position-y: -290px;
}
.icon4 {
  background-position-y: -440px;
}
.step-content {
  float: left;
  width: calc(100% - 250px);
  max-width: 800px;
}
.step-content-title {
  /*height: 50px;
line-height: 50px;*/
  padding-top: 57px;
  text-align: center;
  color: #191929;
  font-size: 1em;
  font-family: 'Exo Bold';
  font-weight: bold;
}
.step-content-text {
  height: 100px;
  line-height: 30px;
  text-align: center;
  font-size: 1em;
  font-family: 'Exo Light';
  font-weight: lighter;
  color: #191929;
  margin: 0 25px;
  display: none;
}
@media only screen and (min-width: 480px) {
  #manufacturer-content h1 {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #manufacturer-content h2 {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .step-custom-parent {
    background-color: #d8d8d8;
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*padding: 0;*/
  }
  .step-all-color {
    background-color: rgba(216, 216, 216, 0.46) !important;
  }
  .step-icon-onpage {
    float: left;
    width: 242px;
    height: 150px;
    margin: auto auto;
  }
  .icon1,
  .icon2,
  .icon3,
  .icon4 {
    background: url(../../../Images/spinner-steps.png) no-repeat -240px 3px;
  }
  .icon2 {
    background-position-y: -140px;
  }
  .icon3 {
    background-position-y: -290px;
  }
  .icon4 {
    background-position-y: -440px;
  }
  .step-content {
    float: left;
    width: calc(100% - 250px);
    max-width: 800px;
  }
  .step-content-title {
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    color: #191929;
    font-size: 1em;
    font-family: 'Exo Bold';
    font-weight: bold;
  }
  .step-content-text {
    height: 126px;
    text-align: center;
    font-family: 'Exo Light';
    font-weight: lighter;
    color: #191929;
    margin: 0 10px;
    padding: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 786px) {
  #manufacturer-content h1 {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #manufacturer-content h2 {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .step-custom-parent {
    background-color: #d8d8d8;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 10.54888889%;
  }
  .step-all-color {
    background-color: rgba(216, 216, 216, 0.46) !important;
  }
  .step-icon-onpage {
    float: left;
    width: 242px;
    height: 150px;
    margin: auto auto;
  }
  .icon1,
  .icon2,
  .icon3,
  .icon4 {
    background: url(../../../Images/spinner-steps.png) no-repeat -240px 3px;
  }
  .icon2 {
    background-position-y: -140px;
  }
  .icon3 {
    background-position-y: -290px;
  }
  .icon4 {
    background-position-y: -440px;
  }
  .step-content {
    float: left;
    width: calc(100% - 250px);
    max-width: 800px;
  }
  .step-content-title {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #191929;
    font-size: 1em;
    font-family: 'Exo Bold';
    font-weight: bold;
  }
  .step-content-text {
    height: 115px;
    line-height: 30px;
    text-align: center;
    font-size: 1em;
    font-family: 'Exo Light';
    font-weight: lighter;
    color: #191929;
    margin: 0 20px;
  }
}
/*manufacturer-call-action*/
#manufacturer-call-action {
  /* height: 415px; */
  width: 100%;
  background-color: #001469;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
  overflow: hidden;
}
.manufacturer-call-action-text {
  /*height: 30px;
line-height: 30px;*/
  margin: 0 auto;
  font-family: 'Exo Light';
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 1px;
}
.manufacturer-credit {
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  font-family: 'Exo Bold';
  font-size: 1.2em;
  letter-spacing: 1px;
  color: white;
}
.manufacturer-call-query {
  display: block;
  width: 305px;
  height: 50px;
  background-color: #fff;
  color: #37b49b;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 18px;
  text-align: center;
  line-height: 50px;
  margin: 20px auto;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  #manufacturer-call-action {
    /* height: 415px; */
    width: 100%;
    background-color: #001469;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    overflow: hidden;
  }
  .manufacturer-call-action-text {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-family: 'Exo Light';
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
  }
  .manufacturer-credit {
    width: 600px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-family: 'Exo Bold';
    font-size: 1.2em;
    letter-spacing: 1px;
    color: white;
  }
  .manufacturer-call-query {
    display: block;
    width: 305px;
    height: 50px;
    background-color: #fff;
    color: #37b49b;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 18px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto;
    text-decoration: none;
  }
}
@media only screen and (min-width: 786px) {
  #manufacturer-call-action {
    /* height: 415px; */
    width: 100%;
    background-color: #001469;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    overflow: hidden;
  }
  .manufacturer-call-action-text {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-family: 'Exo Light';
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
  }
  .manufacturer-credit {
    width: 600px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-family: 'Exo Bold';
    font-size: 1.2em;
    letter-spacing: 1px;
    color: white;
  }
  .manufacturer-call-query {
    display: block;
    width: 305px;
    height: 50px;
    background-color: #fff;
    color: #37b49b;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 18px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto;
    text-decoration: none;
  }
}
.customLink {
  color: #191929;
}
.manufacturerLink {
  color: #001469;
}