h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #2d367b;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

a {
  color: #919191;
  text-decoration: underline;
}

.section-top-nav {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  background-color: #e5231d;
  color: #fff;
}

.topnav-img {
  width: 20px;
}

.topnav-link {
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.topnav-link.num {
  margin-left: 7px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 10px 40px 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section {
  min-height: 510px;
  background-image: url('../images/oil-pumpstation.jpg');
  background-position: 50% 74%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-h1 {
  width: 540px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, .95);
  color: #3f4788;
  font-size: 46px;
  line-height: 77px;
}

.body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.header-left {
  width: 55%;
  padding-right: 20px;
}

.section-divider {
  height: 70px;
  border-bottom: 5px solid #2d367b;
  background-color: #3f4788;
}

.section-divider.big {
  position: relative;
  height: 175px;
  border-width: 15px;
}

.section-divider.foot {
  display: block;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.arrow-down {
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-bottom: -17px;
  margin-left: auto;
  border-top: 17px solid #2d367b;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.section-2 {
  margin-top: -17px;
  margin-bottom: -17px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-2.markt {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .9), hsla(0, 0%, 95%, .9)), url('../images/oiltruck.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .9), hsla(0, 0%, 95%, .9)), url('../images/oiltruck.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.subtext {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.heading-2 {
  width: 91%;
  padding: 5px 10px;
  background-color: hsla(0, 0%, 100%, .95);
  color: #3f4788;
  font-size: 25px;
  font-weight: 400;
}

.header-text {
  width: 84%;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, .95);
  color: #3f4788;
  font-size: 15px;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: auto;
  margin-left: 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;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: rgba(229, 35, 29, .9);
}

.more-button:hover {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.more-button.head {
  width: 175px;
  margin-top: 10%;
}

.h2 {
  color: #2d367b;
  text-align: center;
}

.h2._1 {
  text-align: left;
}

.h2.success {
  margin-top: 0px;
  margin-bottom: 20px;
}

.subtext-p {
  margin-bottom: 15px;
  color: #2d367b;
  font-weight: 300;
  text-align: left;
}

.subtext-p.success {
  font-size: 17px;
  line-height: 28px;
}

.arrow-up {
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-right: 20px solid transparent;
  border-bottom: 17px solid #3f4788;
  border-left: 20px solid transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.divider-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.from-wrapper {
  position: relative;
  z-index: 1000;
  margin-right: 15px;
  margin-bottom: 100px;
  margin-left: 15px;
  padding-top: 20px;
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.form-h {
  margin-bottom: 20px;
  color: #2d367b;
  font-size: 16px;
  font-weight: 600;
}

.form-field {
  width: 100%;
  height: 44px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #e2e2e2;
  box-shadow: inset 0 0 3px 0 silver;
  color: #a3a3a3;
  font-style: normal;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 15px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.privacy {
  color: #3f4788;
  font-size: 12px;
}

.submit-button {
  display: block;
  width: 220px;
  height: 40px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #2d367b;
  font-weight: 200;
  letter-spacing: 1.5px;
}

.submit-button:hover {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.form {
  padding-bottom: 25px;
}

.privacy-link {
  text-decoration: underline;
}

.highlight {
  position: relative;
  left: 259px;
  top: -88px;
  overflow: visible;
  width: 105px;
  height: 105px;
  margin-bottom: -99px;
  border: 3px solid #a3130e;
  border-radius: 55px;
  background-color: #e5231d;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

.highlight-text {
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
  color: #fff;
  text-align: center;
}

.highlight-text._2 {
  margin-top: 20px;
  margin-bottom: 7px;
  padding-top: 2px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 24px;
}

.highlight-text._3 {
  margin-left: -5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 27px;
  font-weight: 200;
}

.checkbox-field {
  width: 100%;
}

.link-block {
  max-width: 100%;
}

.navbar-hidden {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1011;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.sidecontainer {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2001;
  display: none;
  overflow: hidden;
  width: 20%;
  min-width: 355px;
  padding-top: 155px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #3f4788;
}

.text-block {
  margin-right: 10px;
  color: #fff;
  font-weight: 200;
  text-align: right;
}

.modal-wrapper-imprint {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  background-color: rgba(0, 0, 0, .7);
}

.modal-wrapper {
  display: block;
  overflow: scroll;
  height: 80%;
  max-width: 600px;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 35px 35px;
  border-radius: 25px;
  background-color: #fff;
}

.close {
  float: right;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.close:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lightbox {
  overflow: scroll;
  max-height: 100%;
}

.lightbox h1 {
  font-size: 24px;
  line-height: 34px;
}

.lightbox h2 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 26px;
}

.lightbox h3 {
  margin-bottom: 5px;
  color: #919191;
  font-size: 20px;
  text-decoration: underline;
}

.wrapper-link {
  color: #aeb7f6;
  cursor: pointer;
}

.wrapper-link:hover {
  text-decoration: underline;
}

.modal-wrapper-privacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  background-color: rgba(0, 0, 0, .8);
}

.topnav-logo {
  margin-left: 35px;
}

.copyright {
  color: #fff;
  font-weight: 200;
}

.topnav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topnav-con {
  margin-right: 20px;
  margin-left: 20px;
}

.shadow {
  box-shadow: 4px 4px 7px 1px rgba(81, 81, 81, .5);
}

.shadow.markt {
  margin-top: 20px;
  margin-bottom: 5px;
}

.brochure {
  display: block;
  width: 254px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 10%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column {
  padding-right: 30px;
  padding-left: 30px;
}

.img-subtext {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 10px;
}

.slidetop {
  position: fixed;
  right: 2%;
  bottom: 80px;
  display: block;
  width: 45px;
  height: 45px;
  background-image: url('../images/top.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidetop:hover {
  opacity: 1;
}

.nav-mall {
  color: #2d367b;
  font-size: 20px;
  text-align: right;
}

.nav-big {
  margin-top: 8px;
  color: #e5231d;
  font-size: 30px;
  line-height: 31px;
  text-align: right;
  letter-spacing: 1px;
}

.header-ingenieur {
  position: absolute;
  top: 248px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 444px;
}

.success {
  background-color: #f1f1f1;
}

.div-block {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

html.w-mod-js *[data-ix="header-h-2"] {
  opacity: 0;
  -webkit-transform: translate(-200%, 0px);
  -ms-transform: translate(-200%, 0px);
  transform: translate(-200%, 0px);
}

html.w-mod-js *[data-ix="header-h-3"] {
  opacity: 0;
  -webkit-transform: translate(-200%, 0px);
  -ms-transform: translate(-200%, 0px);
  transform: translate(-200%, 0px);
}

html.w-mod-js *[data-ix="header-buttn"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="form-wrapper"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(7%, 0px);
  -ms-transform: translate(7%, 0px);
  transform: translate(7%, 0px);
}

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

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

html.w-mod-js *[data-ix="markt-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="press-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 185px);
  -ms-transform: translate(0px, 185px);
  transform: translate(0px, 185px);
}

html.w-mod-js *[data-ix="press-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 185px);
  -ms-transform: translate(0px, 185px);
  transform: translate(0px, 185px);
}

html.w-mod-js *[data-ix="press-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 185px);
  -ms-transform: translate(0px, 185px);
  transform: translate(0px, 185px);
}

html.w-mod-js *[data-ix="slide-to-topbutton"] {
  opacity: 0;
  -webkit-transform: translate(74px, 0px);
  -ms-transform: translate(74px, 0px);
  transform: translate(74px, 0px);
}

@media (max-width: 991px) {
  .header-h1 {
    width: 79%;
    font-size: 26px;
    line-height: 49px;
  }
  .header-left {
    width: 45%;
  }
  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-2.presse {
    padding-top: 70px;
  }
  .heading-2 {
    width: 76%;
    font-size: 14px;
    line-height: 23px;
  }
  .header-text {
    width: 92%;
    font-size: 14px;
  }
  .header-right {
    width: 45%;
  }
  .more-button.head {
    margin-top: 15%;
  }
  .h2._1 {
    font-size: 29px;
  }
  .divider-text {
    padding-right: 25px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .highlight {
    left: 180px;
    top: -105px;
    width: 95px;
    height: 95px;
  }
  .highlight.shadow {
    left: 151px;
    top: -110px;
  }
  .highlight-text._2 {
    margin-top: 20px;
    font-size: 16px;
  }
  .highlight-text._3 {
    font-size: 13px;
  }
  .wrapper-link {
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
  }
  .topnav-inner {
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brochure {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .header-ingenieur {
    top: 355px;
    width: 333px;
  }
}

@media (max-width: 767px) {
  .header {
    display: block;
    min-height: 510px;
  }
  .header-h1 {
    width: 300px;
  }
  .header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .section-divider.foot {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-2.presse {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-2.markt {
    padding-top: 25px;
  }
  .subtext {
    margin-bottom: 50px;
  }
  .heading-2 {
    width: 300px;
  }
  .header-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .more-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .more-button.head {
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .container {
    padding-right: 20px;
  }
  .divider-text {
    padding-left: 30px;
    font-size: 14px;
  }
  .from-wrapper {
    position: relative;
    margin-top: 70px;
  }
  .from-wrapper.shadow {
    margin-top: 115px;
  }
  .highlight {
    left: 240px;
  }
  .highlight.shadow {
    left: 217px;
  }
  .sidecontainer {
    width: 100%;
  }
  .modal-wrapper-imprint {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal-wrapper {
    display: block;
  }
  .modal-wrapper-privacy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .copyright {
    width: 250px;
  }
  .topnav-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brochure {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .header-ingenieur {
    top: 445px;
    width: 222px;
  }
}

@media (max-width: 479px) {
  .topnav-img {
    display: block;
    width: 15px;
    height: 14px;
    margin-top: 4px;
    float: left;
  }
  .topnav-link {
    margin-right: 0px;
    margin-left: 9px;
    padding-left: 4px;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header {
    min-height: 600px;
    padding-top: 0px;
  }
  .header-h1 {
    width: 100%;
    margin-top: 55px;
    font-size: 25px;
    line-height: 51px;
  }
  .header-left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-2.presse {
    padding-top: 35px;
  }
  .subtext {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .heading-2 {
    width: 65%;
    font-size: 15px;
    line-height: 20px;
  }
  .header-text {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-right {
    padding-right: 10px;
    padding-left: 10px;
  }
  .more-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .h2._1 {
    font-size: 22px;
  }
  .subtext-p {
    font-size: 13px;
  }
  .divider-text {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
  }
  .from-wrapper {
    margin-top: 100px;
  }
  .nav-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .highlight {
    left: 68%;
    top: -105px;
  }
  .highlight.shadow {
    left: 139px;
  }
  .navbar-hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sidecontainer {
    display: none;
    min-width: auto;
  }
  .text-block {
    margin-top: 10px;
    text-align: center;
  }
  .modal-wrapper {
    padding-left: 20px;
  }
  .topnav-logo {
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .copyright {
    width: auto;
    text-align: center;
  }
  .topnav-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
  }
  .topnav-con {
    margin-right: 10px;
    margin-left: 10px;
  }
  .brochure {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slidetop {
    bottom: 100px;
    z-index: 1100;
  }
  .nav-mall {
    font-size: 11px;
  }
  .nav-big {
    margin-top: 0px;
    font-size: 25px;
    line-height: 26px;
  }
  .header-ingenieur {
    top: 575px;
    display: none;
    width: 171px;
  }
}

