.body {
  height: 100%;
  font-family: Varela, sans-serif;
}

.section {
  position: relative;
  overflow: hidden;
  height: 75%;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
}

.imagediv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.skylineimg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: none;
}

.navrow {
  display: block;
  height: 120px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.navcolright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navcolleft {
  height: 100%;
}

.navlink {
  padding: 5px 15px;
  color: #169cee;
  font-size: 17px;
  text-decoration: none;
}

.highcranediv {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 435px;
  height: 554px;
}

.highcraneimg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 30px;
}

.highcranepivot {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 30px;
}

.highcraneline {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 30px;
}

.highcranemask {
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 49%;
}

.highcraneplayimg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 30px;
}

.redphonebgdiv {
  position: absolute;
  left: 54.3%;
  bottom: 4%;
  width: 18.5%;
  height: 25.5%;
  border-radius: 2px;
  background-color: #ff4470;
}

.redphoneelementswrapper {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 5%;
  height: 37%;
}

.redphonerow {
  height: 40%;
}

.redphonecol1 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.redphonecol2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.redphonecol3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.redphonesmallsquare {
  width: 89%;
  height: 100%;
  border-radius: 3px;
  background-color: #db3b61;
}

.redphonethindiv1 {
  display: block;
  width: 100%;
  height: 23%;
  margin-top: 6.5%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #db3b61;
}

.section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.redphonethindiv2 {
  display: block;
  width: 100%;
  height: 23%;
  margin-top: 6.5%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #db3b61;
}

.semidiv {
  position: relative;
  display: block;
  width: 450px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.semiimg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.truckline {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.semianimationdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.pushimg {
  position: absolute;
  left: 7%;
  bottom: 55px;
  width: 16%;
}

.tankcranediv {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 450px;
  height: 100%;
}

.greenphoneimg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.droppushanimationdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.pushimg2 {
  position: absolute;
  left: 25%;
  bottom: 86px;
  width: 15%;
}

.truckline2 {
  position: absolute;
  left: 17.5%;
  bottom: 27px;
}

.greenphonebgdiv {
  position: absolute;
  left: 20%;
  bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 23.5%;
  height: 167px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.13);
}

.greenphonecircle {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 200px;
  background-color: #80d599;
}

.redphoneimg2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.tankcraneanimationdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.redphonebgdiv2 {
  position: absolute;
  right: 40%;
  bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 22.2%;
  height: 138px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00385e;
}

.redphonecirclediv {
  width: 80px;
  height: 80px;
  border-radius: 200px;
  background-color: #555574;
}

.tankcraneimg {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.tankcranemask {
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 309px;
}

.tankcraneline {
  position: absolute;
  right: -1.3%;
  bottom: 53px;
}

.analyticscircleimg {
  position: absolute;
  right: 0.5%;
  bottom: -245px;
}

.h1 {
  position: relative;
  top: 25%;
  color: rgba(0, 0, 0, 0.56);
  font-size: 48px;
  text-align: center;
}

.contentwrapper {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0);
}

.bodyh1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.bigbracket {
  position: relative;
  top: 14px;
  font-size: 104px;
  font-weight: 400;
}

.p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 40px;
}

.daten {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 50px 0px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.daten.combocalss1.comboclass2 {
  position: static;
}

.paragraph-45 {
  line-height: 15px;
}

.paragraph-45.pragahasd {
  margin-bottom: 0px;
  color: #e2e2e2;
}

.paragraph-45.pragahasd.comboclass7 {
  color: #000;
}

.link-13 {
  color: #e2e2e2;
}

.link-13.comboclcass3 {
  color: #000;
}

.link-13.comboclass4 {
  color: #000;
}

.link-14 {
  color: #e2e2e2;
}

.link-14.comboclass5 {
  color: #000;
}

.cta-button-title {
  display: inline-block;
  font-size: 16px;
}

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: auto;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242d37;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.71);
}

.logo-block {
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.cta-buttons-wrapper {
  margin-left: 20px;
  float: right;
}

.large-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.large-container.mobile-nav {
  width: 100%;
  max-width: auto;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 34px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  height: auto;
}

.cta-button {
  margin-left: 10px;
  padding: 8px 20px;
  border-radius: 0px;
  background-color: #e7333a;
  -webkit-transition: background-color 300ms ease, color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, box-shadow 300ms ease;
  color: #fff;
}

.cta-button:hover {
  background-color: #ff1e26;
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.61);
  color: #fff;
}

.cta-button.content {
  display: inline-block;
  margin-top: 31px;
  margin-left: 0px;
  background-color: #0070c9;
}

.cta-button.content.header {
  margin-top: 7px;
  margin-left: 0px;
}

.nav-menu-2 {
  z-index: 1;
  border-radius: 4px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/Background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/Background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.divider {
  width: 100%;
  height: 5px;
  margin-bottom: 0px;
  background-color: #0f2;
}

.divider.combo-color {
  height: 5px;
  background-color: #0093fa;
}

.divider.combo-color.combo9a {
  width: 200px;
}

.divider.combo-color.combo9a.sad3 {
  width: 190px;
  height: 4px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #0079ff;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.section-7.comboclass78.comboclass99 {
  height: 100vh;
  margin-top: 0px;
}

.welcome-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  max-width: 1200px;
  min-width: 1200px;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.welcome-flex.kekko {
  display: block;
  width: 70%;
  min-width: 70px;
}

.heading-24 {
  margin-bottom: 0px;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
}

.heading-24.combo2 {
  margin-top: 60px;
  margin-bottom: -2px;
  font-size: 20px;
}

.heading-24.combo2.preza {
  margin-top: 20px;
}

.paragraph-29 {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 43.5%, 0.7);
  font-size: 14px;
  font-weight: 400;
}

.paragraph-29.gotteshand {
  margin-bottom: 20px;
  font-size: 17px;
}

.paragraph-29.gotteshand.hand2 {
  font-size: 14px;
}

html.w-mod-js *[data-ix="highcranelineinteraction"] {
  -webkit-transform: translate(0px, -25%);
  -ms-transform: translate(0px, -25%);
  transform: translate(0px, -25%);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="redphonesquare1"] {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
  -ms-transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
  transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
}

html.w-mod-js *[data-ix="redphonesquare-2"] {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
  -ms-transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
  transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
}

html.w-mod-js *[data-ix="redphonesquare-3"] {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
  -ms-transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
  transform: rotate(45deg) scale(1.1900000000000002, 1.1900000000000002);
}

html.w-mod-js *[data-ix="redphonethindiv-1"] {
  opacity: 0;
  width: 0px;
}

html.w-mod-js *[data-ix="redphonethindiv-2"] {
  opacity: 0;
  width: 0px;
}

html.w-mod-js *[data-ix="truckline"] {
  -webkit-transform: translate(0px, -76%);
  -ms-transform: translate(0px, -76%);
  transform: translate(0px, -76%);
}

html.w-mod-js *[data-ix="trucklinedown2"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="greencircleanimation"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="redcircleanimation"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="tankcranedivanimation"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media (max-width: 991px) {
  .navbar-3 {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .logo-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cta-buttons-wrapper {
    width: 100%;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .large-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .large-container.mobile-nav {
    background-color: #242d37;
  }
  .cta-button {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }
  .cta-button.content.header {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-decoration: none;
  }
  .cta-button.content.header:hover {
    color: #fff;
  }
  .cta-button.content.header.navbutton {
    background-color: #e7333a;
  }
  .cta-button.content.header.navbutton:hover {
    background-color: #ff1e26;
  }
  .nav-menu-2 {
    margin-left: 50px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .section2 {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .contentwrapper {
    max-width: 700px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 31px;
  }
  .bodyh1 {
    font-size: 50px;
    line-height: 46px;
  }
  .daten {
    margin-top: 20px;
  }
  .navbar-3 {
    background-color: #fff;
  }
  .large-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .large-container.mobile-nav {
    padding: 0px 6px;
  }
  .cta-button.content.header.navbutton {
    margin-right: 11px;
    background-color: #e7333a;
  }
}

@media (max-width: 479px) {
  .section2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h1 {
    font-size: 20px;
  }
  .contentwrapper {
    width: 97%;
    max-width: 97%;
    min-width: 97px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .bodyh1 {
    font-size: 42px;
    line-height: 43px;
  }
  .bigbracket {
    font-size: 60px;
  }
  .daten {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .paragraph-45.pragahasd {
    line-height: 13px;
  }
  .link-13 {
    line-height: 13px;
  }
  .cta-button-title {
    font-size: 12px;
    text-decoration: none;
  }
  .logo-block {
    width: 40%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logo-block.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cta-buttons-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .large-container.mobile-nav {
    padding-right: 11px;
    padding-left: 11px;
  }
  .header-logo {
    height: auto;
  }
  .cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }
  .cta-button.content.header.navbutton {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-menu-2 {
    width: 200px;
  }
}

