body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #745785;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin: 10px 0px 23px;
  font-family: Montserrat;
  color: #745785;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  color: #a1a1a1;
  font-size: 15px;
  line-height: 23px;
}
.button {
  display: inline-block;
  padding: 18px 21px;
  border-radius: 5px;
  background-color: #489fd9;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #8e5ebf;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.button.app-button {
  padding: 8px 17px;
}
.section {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section.hero {
  height: 410px;
  padding-top: 41px;
  padding-bottom: 0px;
  background-image: url('../images/conductor_01.jpg');
  background-position: 56% 36%;
  background-size: 1850px;
}
.section.hero.univers {
  background-image: url('../images/univers_background.jpg');
}
.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section.grey {
  background-color: #f5f6f7;
}
.section.grey.footer {
  padding-top: 49px;
  padding-bottom: 49px;
  text-align: center;
}
.section.purple {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(247, 7, 7, 0.81);
}
.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -73px;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.app-name {
  margin-top: 11px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: left;
  font-family: Exo, sans-serif;
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  border-bottom-color: #f02e4e;
}
.nav-link.w--current {
  font-size: 15px;
}
.nav-column {
  text-align: right;
}
.hero-header {
  margin-top: -3px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 37px;
  line-height: 47px;
  text-shadow: rgba(0, 0, 0, 0.20) 0px 2px 0px;
}
.hero-subtitle {
  margin-bottom: -2px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.20) 0px 2px 0px;
}
.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}
.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: none;
}
.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}
.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #676469;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.social-button:hover {
  background-color: #f02e4e;
}
.blog-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #fa875b;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}
.blog-link:hover {
  color: #ff5917;
}
.footer-link {
  margin-left: 8px;
  border-bottom: 1px solid rgba(131, 125, 153, 0.34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #837d99;
  text-decoration: none;
}
.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, 0.86);
}
.footer-text {
  display: inline;
}
.center {
  text-align: center;
}
.navbar {
  padding-top: 39px;
  padding-bottom: 39px;
}
.social-widget {
  display: inline-block;
  margin-top: 17px;
  margin-right: 14px;
}
.text-link {
  color: #745785;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.button-block {
  margin-top: 17px;
}
.logo {
  display: block;
  width: 607px;
  margin-right: 12px;
  float: left;
}
.copytext {
  color: #5c5b5b;
  font-size: 15px;
  line-height: 24px;
}
.heading-h2 {
  margin-top: 21px;
  margin-bottom: 25px;
  color: #f02e4e;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}
.heading-h2.onimage {
  color: white;
}
.heading-h2.left {
  text-align: left;
}
.heading-h2.white {
  color: white;
}
.heading-h3 {
  color: black;
  font-size: 22px;
  line-height: 29px;
}
.heading-h3.special {
  margin-top: 35px;
  padding-left: 41px;
  color: #f02e4e;
  text-align: left;
  text-transform: uppercase;
}
.heading-h3.special.onimage {
  color: white;
}
.tabnavigation {
  color: white;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
}
.tabcopy {
  margin-top: 11px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  list-style-type: disc;
}
.tabbox {
  padding-right: 20px;
  padding-left: 10px;
  border-right: 2px solid #f5f6f7;
  background-color: dimgray;
}
.tabbox:hover {
  background-color: #f02e4e;
}
.tabbox.w--current {
  display: inline-block;
  padding-right: 20px;
  padding-left: 10px;
  border-right: 2px solid #f5f6f7;
  background-color: #f02e4e;
}
.tabbox.w--current:hover {
  background-color: #f02e4e;
}
.analyse_img {
  display: block;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: -15px;
  padding-top: 0px;
  padding-left: 0px;
}
.serives {
  text-align: left;
}
.list01 {
  color: white;
  font-size: 22px;
  line-height: 37px;
}
.list01.posivtetext {
  color: rgba(255, 255, 255, 0.86);
}
.impressum {
  display: block;
  margin-bottom: 30px;
  padding-top: 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}
.impressum:hover {
  color: #f02e4e;
}
.zielsetzungen {
  margin-top: 0px;
  padding-top: 30px;
  background-color: #333;
  background-image: url('../images/headset-on_8162423.jpg');
  background-size: 1600px;
  background-attachment: fixed;
  opacity: 1;
  -webkit-transition: all 374ms ease;
  transition: all 374ms ease;
}
.zielsetzungen_row {
  margin-bottom: 29px;
  line-height: 19px;
}
.kontakt_image {
  float: left;
}
.kontakt_address {
  padding-top: 25px;
  float: left;
}
.kontakt_row_right {
  padding-left: 68px;
}
.important {
  font-size: 19px;
}
.linktext {
  color: #f02e4e;
}
.redtext {
  color: #f02e4e;
}
.customer_service_analyse {
  height: 300px;
  margin-bottom: 42px;
  float: none;
  background-image: url('../images/grafik_service_analyse_neu.jpg');
  background-repeat: no-repeat;
}
.vorgehensweise {
  margin-top: 16px;
}
.uppercase {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.black {
  color: black;
  font-weight: 400;
}
.bigcopy {
  font-size: 22px;
  line-height: 29px;
  text-align: center;
}
.bigcopy.alignleft {
  text-align: left;
}
.image_beratung {
  height: 298px;
  background-image: url('../images/grafik_uber_uns.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.image_rene {
  margin-top: 17px;
}
.skills {
  margin-bottom: 35px;
}
.image_referenzen {
  height: 600px;
  background-image: url('../images/referenzen.jpg');
}
.kompetenzen {
  background-image: url('../images/headset-on_8162423_blue.jpg');
  background-size: 1450px;
  background-attachment: fixed;
}
.customer_serviec_agents {
  height: 368px;
  background-image: url('../images/customer-service-agents.jpg');
  background-position: 0% 56%;
  background-size: 1600px;
  background-repeat: no-repeat;
}
.services_div {
  margin-top: 179px;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.34);
}
.listtab_service {
  margin-left: -10px;
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.hero {
    height: 263px;
    padding-top: 16px;
    padding-bottom: 1px;
    background-position: 51% 32%;
    background-size: 1200px;
  }
  .section.hero.univers {
    height: 287px;
    padding-top: 19px;
  }
  .section.grey.footer {
    padding-bottom: 24px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 3px;
  }
  .nav-link {
    margin-right: 8px;
    margin-left: 5px;
    font-size: 13px;
  }
  .nav-link.w--current {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 13px;
  }
  .nav-column {
    padding-right: 0px;
  }
  .hero-header {
    font-size: 28px;
    line-height: 40px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .button-block {
    margin-top: 0px;
  }
  .heading-h2 {
    margin-top: 13px;
    margin-bottom: 6px;
    font-size: 28px;
  }
  .heading-h2.onimage {
    margin-top: 9px;
    font-size: 30px;
  }
  .heading-h2.left {
    font-size: 26px;
    line-height: 36px;
  }
  .heading-h3 {
    font-size: 20px;
  }
  .heading-h3.special.onimage {
    margin-top: 1px;
    font-size: 19px;
  }
  .tabnavigation {
    font-size: 17px;
  }
  .tabbox {
    padding-right: 10px;
  }
  .analyse_img {
    width: 734px;
    margin-left: -9px;
  }
  .list01 {
    padding-left: 14px;
    font-size: 18px;
  }
  .list01.posivtetext {
    padding-left: 16px;
    font-size: 18px;
    line-height: 29px;
  }
  .zielsetzungen {
    background-position: 32% 0%;
  }
  .kontakt_row_right {
    padding-left: 50px;
  }
  .customer_service_analyse {
    height: 248px;
    background-size: 735px;
  }
  .vorgehensweise {
    margin-top: 23px;
  }
  .bigcopy {
    font-size: 20px;
  }
  .bigcopy.alignleft {
    font-size: 21px;
  }
  .image_beratung {
    height: 245px;
    background-size: 730px;
  }
  .skills {
    margin-bottom: 16px;
  }
  .listtab_service {
    margin-left: -15px;
  }
  .vorgehensweise_section {
    height: 295px;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  .section {
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
  }
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    text-align: center;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .nav-link {
    font-size: 17px;
  }
  .nav-link.w--current {
    font-size: 17px;
  }
  .nav-column {
    padding-top: 22px;
    text-align: center;
  }
  .hero-header {
    margin-top: 10px;
    color: #333;
    font-size: 32px;
    text-shadow: none;
  }
  .hero-subtitle {
    color: #333;
    font-size: 20px;
    text-shadow: none;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  .center {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .social-widget {
    margin-right: 11px;
    margin-left: 11px;
  }
  .logo {
    display: inline-block;
    margin-top: -6px;
    float: none;
  }
  .heading-h3 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .tabnavigation {
    display: block;
    font-size: 24px;
    line-height: 26px;
  }
  .tabbox {
    display: block;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 16px;
    text-align: center;
  }
  .tabbox.w--current {
    display: block;
    margin-right: 3px;
    margin-bottom: 3px;
    float: none;
    font-size: 17px;
    text-align: center;
  }
  .list01.posivtetext {
    margin-bottom: 17px;
    padding-left: 58px;
  }
  .impressum {
    margin-bottom: 8px;
  }
  .zielsetzungen {
    background-position: 37% 0%;
    background-size: 1100px;
    background-repeat: no-repeat;
  }
  .listtab_service {
    margin-right: 5px;
    margin-left: 5px;
    text-align: left;
  }
  .mobil_home_top {
    height: 250px;
    background-image: url('../images/conductor_mobil.jpg');
    background-position: 33% 46%;
    background-size: 1200px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .section {
    text-align: center;
  }
  .section.hero {
    height: 400px;
    background-color: white;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.grey.footer {
    padding-top: 20px;
    padding-bottom: 22px;
  }
  .hero-iphone {
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    float: none;
  }
  .nav-link {
    font-size: 19px;
    line-height: 25px;
  }
  .nav-link.w--current {
    font-size: 20px;
    line-height: 25px;
  }
  .hero-header {
    margin-top: 0px;
    font-size: 28px;
    text-shadow: none;
  }
  .price-text {
    font-size: 23px;
  }
  .call-to-action {
    font-size: 11px;
  }
  .heading-h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .heading-h2.onimage {
    font-size: 24px;
    line-height: 32px;
  }
  .heading-h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .heading-h3.special.onimage {
    padding-left: 0px;
    text-align: center;
  }
  .tabnavigation {
    display: block;
    padding-left: 14px;
    float: none;
    font-size: 22px;
    text-align: left;
    list-style-type: disc;
  }
  .tabbox {
    margin-bottom: 4px;
  }
  .tabbox.w--current {
    display: block;
    margin-bottom: 4px;
    padding-bottom: 10px;
    font-size: 10px;
  }
  .list01.posivtetext {
    padding-left: 28px;
  }
  .impressum {
    margin-bottom: 10px;
  }
  .listtab_service {
    margin-right: 4px;
    margin-left: 4px;
    text-align: left;
  }
  .home_list_mobil {
    margin-bottom: 9px;
  }
  .mobil_home_top {
    height: 180px;
    background-size: 700px;
  }
}

