body {
  font-family: Avenirltstd, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 900;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
}

.start {
  padding-top: 30px;
  padding-bottom: 30px;
}

.brand {
  height: 40px;
}

.footer {
  height: 78px;
  padding-top: 20px;
  background-color: #41a4ca;
}

.container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.credits {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.hidden-link {
  color: #333;
  text-decoration: none;
}

.title {
  height: 500px;
  padding-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #41a4ca;
  background-image: url('../images/MP_BEGIS_CARL_House_Grafik.png');
  background-position: 155% 45%;
  background-size: auto 1200px;
  background-repeat: no-repeat;
}

.h1-start {
  text-align: center;
}

.container-2 {
  height: 400px;
}

.carl_logo {
  height: 180px;
  margin-top: 80px;
  float: left;
}

.scroll-down {
  margin-top: 30px;
  padding-top: 12px;
  float: left;
  clear: left;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}

.scroll-down:hover {
  background-color: #fff;
  color: #41a4ca;
}

.arrow-down {
  height: 80px;
}

.info-section {
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), color-stop(50%, #fff));
  background-image: linear-gradient(0deg, #eee, #fff 50%);
}

.intro-p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.intro-p.intro-p-mobile {
  display: none;
}

.app-section {
  background-image: url('../images/CARL_Bg_4k.png');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sap-screenshot {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.partner-coulmns {
  margin-top: 80px;
  margin-bottom: 80px;
}

.it_informatik_logo {
  height: 38px;
  margin-top: 12px;
}

.begis_logo {
  display: block;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.fin_serv_logo {
  display: block;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.partner-p {
  margin-top: 10px;
  margin-bottom: 0px;
}

.function-section {
  padding-top: 150px;
}

.app-functions-image {
  display: block;
  height: 400px;
  margin-top: -10px;
}

.definition {
  color: #2771bc;
  font-size: 20px;
  font-weight: 400;
}

.carl-blue {
  color: #2771bc;
}

.carl-p {
  margin-top: 30px;
  margin-bottom: 0px;
}

.no-padding-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.in-work-with-setion {
  padding-top: 60px;
  padding-bottom: 50px;
}

.white-trans {
  height: 120px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
}

.white-trans.reverse {
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
}

.source {
  margin-top: 30px;
  color: rgba(51, 51, 51, .3);
  text-align: center;
}

.screen-image {
  width: 100%;
}

.column {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}

.column.no-border {
  border-bottom-style: none;
}

.point {
  font-size: 16px;
}

.thema {
  font-size: 16px;
  line-height: 24px;
}

.ja {
  font-size: 24px;
  font-weight: 400;
}

.h1-mobile {
  display: none;
}

.padding-for-mobile.mobile-reorder {
  display: none;
}

.partner-columns-mobile {
  display: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

.center-mid {
  width: 100%;
}

.definition-heavy {
  color: #2771bc;
  font-size: 20px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .padding-lr {
    padding-left: 20px;
  }
  .footer {
    height: 75px;
    padding-left: 20px;
  }
  .title {
    background-position: -325% 50%;
    background-size: auto 1000px;
  }
  .h1-start {
    font-size: 60px;
  }
  .container-2 {
    padding-left: 20px;
  }
  .app-section {
    background-position: 50% 50%;
  }
  .partner-coulmns {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .it_informatik_logo {
    height: 28px;
  }
  .begis_logo {
    height: 40px;
  }
  .fin_serv_logo {
    height: 40px;
  }
  .partner-p {
    margin-top: 0px;
    font-size: 13px;
  }
  .function-section {
    padding-top: 180px;
  }
  .definition {
    font-size: 16px;
  }
  .carl-p {
    float: left;
  }
  .no-padding-right {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-span {
    float: left;
  }
  .white-trans {
    height: 100px;
  }
  .source {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  .screen-image {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .h1-mobile {
    display: none;
  }
  .padding-for-mobile {
    display: none;
  }
  .padding-for-mobile.mobile-reorder {
    display: block;
  }
}

@media (max-width: 767px) {
  h1 {
    display: none;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title {
    height: 300px;
    background-position: -100% 50%;
  }
  .h1-start {
    font-size: 48px;
  }
  .container-2 {
    background-position: 300px 0px;
  }
  .carl_logo {
    height: 120px;
    margin-top: 0px;
  }
  .sap-screenshot {
    width: 100%;
  }
  .partner-coulmns {
    display: none;
  }
  .it_informatik_logo {
    display: block;
    height: 40px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .begis_logo {
    float: none;
  }
  .partner-p {
    margin-bottom: 0px;
    text-align: center;
  }
  .function-section {
    padding-top: 50px;
  }
  .app-functions-image {
    display: block;
    height: 280px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .no-padding-right {
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .source {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .h1-mobile {
    display: block;
    text-align: center;
  }
  .padding-for-mobile {
    padding-right: 10px;
    padding-left: 10px;
  }
  .partner-columns-mobile {
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .margin-bot30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .footer {
    height: 120px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .credits {
    margin-bottom: 5px;
    text-align: center;
  }
  .title {
    height: 400px;
    background-position: 169px 50%;
    background-size: auto 700px;
  }
  .h1-start {
    font-size: 32px;
  }
  .container-2 {
    height: 300px;
    background-position: 150px 0px;
  }
  .carl_logo {
    height: 130px;
    margin-top: 50px;
  }
  .intro-p {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-p.intro-p-mobile {
    display: block;
  }
  .it_informatik_logo {
    height: 24px;
    margin-top: 6px;
  }
  .begis_logo {
    height: 30px;
    margin-top: 5px;
  }
  .fin_serv_logo {
    height: 30px;
  }
  .partner-p {
    font-size: 11px;
  }
  .definition {
    font-size: 14px;
  }
  .source {
    width: 100%;
  }
  .screen-image {
    width: 100%;
  }
  .point {
    color: #ccc;
  }
  .h1-mobile {
    font-size: 28px;
    line-height: 32px;
  }
  .margin-bot30 {
    height: 30px;
  }
}

@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-HeavyOblique.otf') format('opentype'), url('../fonts/AvenirLTStd-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype'), url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}