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: #f1f1f1;
}

.topnav-img {
  width: 20px;
}

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

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 10px 15px;
  -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;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.section {
  min-height: 510px;
  background-image: url('../images/Star-Oil-Production-header.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;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

.section-divider.big {
  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-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.vorteile {
  margin-bottom: -33px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .96), hsla(0, 0%, 95%, .96)), url('../images/jack.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .96), hsla(0, 0%, 95%, .96)), url('../images/jack.svg');
  background-position: 0px 0px, 51% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

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

.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;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

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

.header-text {
  width: 84%;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #fff;
  color: #3f4788;
  font-size: 15px;
}

.header-right {
  width: 40%;
}

.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;
}

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

.subtext-p.success {
  padding-top: 15px;
  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;
  display: block;
  min-height: 540px;
  margin-right: 15px;
  margin-bottom: -115px;
  margin-left: 15px;
  padding: 20px 17px 1px;
  border-radius: 20px;
  background-color: #fff;
}

.from-wrapper.side {
  z-index: 5;
  max-height: 540px;
  max-width: 350px;
  min-width: 340px;
  margin-bottom: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.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;
  -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;
}

.nav-menu {
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.nav-link {
  margin-right: 25px;
  margin-left: 25px;
  color: #919191;
  font-size: 16px;
}

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

.submit-button {
  display: block;
  width: 220px;
  height: 40px;
  margin-top: 20px;
  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.side {
  left: 214px;
  top: -100px;
}

.highlight-text {
  color: #fff;
  text-align: center;
}

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

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

.checkbox-field {
  width: 100%;
}

.column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.advantage-p {
  margin-bottom: 50px;
}

.advantage-p.right {
  margin-bottom: 35px;
}

.advantage-p.space {
  margin-bottom: 70px;
}

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

.navbar-logo-hidden {
  height: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
}

.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;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.sidecontainer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2001;
  display: none;
  overflow: auto;
  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: rgba(63, 71, 136, .2);
}

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

.heading-3 {
  float: left;
  font-size: 20px;
}

.image {
  padding-top: 13px;
}

.publikationen {
  padding-right: 20px;
  padding-left: 20px;
}

.publikationen.h {
  padding-left: 0px;
  font-size: 16px;
}

.publikationen.p {
  padding-left: 0px;
}

.modal-wrapper-imprint {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2500;
  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;
}

.wrapper-link.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  padding-top: 35px;
  -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;
  text-align: center;
}

.modal-wrapper-privacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2501;
  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;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  -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: none;
  width: 45px;
  height: 45px;
  background-image: url('../images/top.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.slidetop:hover {
  opacity: 1;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pfeil {
  margin-top: 55px;
  margin-bottom: 55px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.pfeil._1 {
  -webkit-transform: scale(1.3) rotate(33deg);
  -ms-transform: scale(1.3) rotate(33deg);
  transform: scale(1.3) rotate(33deg);
}

.pfeil._6 {
  -webkit-transform: scale(1.3) rotate(40deg);
  -ms-transform: scale(1.3) rotate(40deg);
  transform: scale(1.3) rotate(40deg);
}

.pfeil._3 {
  -webkit-transform: scale(1.3) rotate(-40deg);
  -ms-transform: scale(1.3) rotate(-40deg);
  transform: scale(1.3) rotate(-40deg);
}

.pfeil._4 {
  -webkit-transform: scale(1.3) rotate(-33deg);
  -ms-transform: scale(1.3) rotate(-33deg);
  transform: scale(1.3) rotate(-33deg);
}

.vorteile-star-oil-logo {
  width: 135px;
  margin-left: 3px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.success {
  height: 350px;
  max-width: 290px;
  padding-top: 0px;
  background-color: transparent;
}

.error-message {
  margin-top: 0px;
  padding-bottom: 15px;
}

.error-message.side {
  max-width: 290px;
  margin-top: -22px;
}

.container-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1002;
  overflow: scroll;
  min-height: 1000px;
  padding-top: 50px;
  background-color: #3f4788;
}

.checkbox {
  width: 15px;
  height: 15px;
}

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(11%, 0px);
  -ms-transform: translate(11%, 0px);
  transform: translate(11%, 0px);
}

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

html.w-mod-js *[data-ix="vorteile-rechts"] {
  opacity: 0;
  -webkit-transform: translate(4%, 0px);
  -ms-transform: translate(4%, 0px);
  transform: translate(4%, 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);
}

@media (max-width: 991px) {
  .topnav-link {
    margin-left: 20px;
  }
  .topnav-link.num {
    margin-left: 17px;
  }
  .header-h1 {
    width: 99%;
    font-size: 26px;
    line-height: 49px;
  }
  .header-left {
    width: 45%;
  }
  .heading-2 {
    width: 99%;
    font-size: 15px;
    line-height: 23px;
  }
  .header-text {
    width: 88%;
    font-size: 12px;
  }
  .header-right {
    width: 50%;
  }
  .more-button.head {
    margin-top: 15%;
  }
  .divider-text {
    padding-right: 25px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .highlight {
    left: 253px;
    width: 95px;
    height: 95px;
  }
  .highlight-text._2 {
    margin-top: 18px;
    font-size: 22px;
  }
  .highlight-text._3 {
    font-size: 23px;
  }
  .column-center {
    height: 490px;
  }
  .text-block {
    text-align: left;
  }
  .wrapper-link {
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
  }
  .topnav-con {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slidetop {
    bottom: 4%;
  }
}

@media (max-width: 767px) {
  .header {
    display: block;
    min-height: 880px;
  }
  .header-h1 {
    width: 300px;
  }
  .header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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.vorteile {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .95), hsla(0, 0%, 95%, .95)), url('../images/jack.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .95), hsla(0, 0%, 95%, .95)), url('../images/jack.svg');
    background-position: 0px 0px, 48% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .subtext {
    margin-bottom: 50px;
  }
  .heading-2 {
    width: 300px;
  }
  .header-text {
    padding-right: 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;
  }
  .form-h {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .highlight {
    left: 286px;
  }
  .column-center {
    height: 100px;
    padding-left: 0px;
  }
  .navbar-logo-hidden {
    margin-left: 20px;
  }
  .sidecontainer {
    width: 100%;
  }
  .publikationen {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .publikationen.h {
    margin-top: 40px;
  }
  .publikationen.p {
    margin-bottom: 50px;
  }
  .modal-wrapper-imprint {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal-wrapper {
    display: block;
  }
  .wrapper-link {
    text-align: center;
  }
  .modal-wrapper-privacy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .copyright {
    width: 250px;
  }
  .brochure {
    margin-left: 21%;
  }
  .pfeil {
    display: none;
  }
}

@media (max-width: 479px) {
  .topnav-img {
    display: inline-block;
    width: 15px;
    height: 20px;
    float: left;
  }
  .topnav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-left: 5px;
  }
  .topnav-link.num {
    padding-left: 2px;
  }
  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header {
    min-height: 970px;
  }
  .header-h1 {
    width: 100%;
    font-size: 25px;
    line-height: 51px;
  }
  .header-left {
    padding-right: 0px;
  }
  .section-2.vorteile {
    overflow: hidden;
    max-width: 100%;
    margin-bottom: -40px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/jack.svg');
    background-image: linear-gradient(180deg, null, null), url('../images/jack.svg');
    background-position: 0px 0px, 48% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .subtext {
    margin-bottom: 30px;
  }
  .heading-2 {
    width: 63%;
    font-size: 15px;
    line-height: 20px;
  }
  .header-text {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .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;
  }
  .divider-text {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
  }
  .from-wrapper {
    margin-top: 100px;
  }
  .from-wrapper.side {
    margin-top: 75px;
  }
  .nav-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 100%, .95);
  }
  .nav-link {
    color: #e5231d;
  }
  .highlight {
    left: 64%;
    top: -105px;
  }
  .highlight.side {
    left: 162px;
  }
  .sidecontainer {
    min-width: auto;
  }
  .text-block {
    margin-top: 10px;
    text-align: center;
  }
  .modal-wrapper {
    padding-left: 20px;
  }
  .topnav-logo {
    margin-left: 10px;
    padding-left: 10px;
  }
  .menu-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #919191;
  }
  .menu-button-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .menu-button-2.w--open {
    background-color: #fff;
  }
  .copyright {
    width: auto;
    text-align: center;
  }
  .topnav-inner {
    -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;
  }
  .icon {
    color: #e5231d;
  }
  .icon-2 {
    color: #e5231d;
  }
  .brochure {
    margin-bottom: 0px;
    margin-left: 17%;
  }
  .slidetop {
    bottom: 4%;
  }
  .vorteile-star-oil-logo {
    margin-left: 13px;
  }
  .column-3 {
    overflow: hidden;
  }
}

