/* Generated by less 2.5.1 */
/* Global */
* {
  box-sizing: border-box;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.container {
  max-width: 1170px;
  margin: auto;
}
.btn {
  color: white;
  background: #db1a30;
  padding: 18px 40px;
  border-radius: 50px;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  font-family: "OpenSans-SemiBold";
}
/* Vars */
/* Flex */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.flex.middle {
  align-items: center;
  justify-content: center;
}
.flex.bottom {
  align-self: flex-end;
}
.flex.full > div {
  width: 100%;
}
.flex.full > div.half {
  width: 50%;
}
.flex.center {
  justify-content: space-around;
}
.flex.space {
  justify-content: space-between;
}
/* Helper */
.upper {
  text-transform: uppercase;
}
.os {
  font-family: "OpenSans";
}
.osl {
  font-family: "OpenSans-Light";
}
.oseb {
  font-family: "OpenSans-ExtraBold";
}
.osb {
  font-family: "OpenSans-SemiBold";
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
/* Header */
section#header {
  height: 114px;
  background: rgba(16, 43, 62, 0.32);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  z-index: 9;
  transition: 0.2s all ease-in;
}
section#header .container {
  height: 100%;
}
section#header .container > .flex {
  height: 100%;
}
section#header .nav a {
  color: white;
  text-transform: uppercase;
  font-family: "OpenSans-SemiBold";
  padding: 5px 0;
}
section#header .nav a.active {
  border: 1px solid #db1a30;
  border-width: 1px 0;
}
body.scrolled section#header {
  background: rgba(16, 43, 62, 0.9);
  height: 70px;
}
@media only screen and (max-width: 1200px) {
  section#header > .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1020px) {
  section#header .logo {
    text-align: center;
  }
  section#header .nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  section#header .logo img {
    max-width: 100%;
  }
}
/* Hero */
section#hero {
  background: url(../img//hero-1920.jpg) no-repeat;
  height: 971px;
  padding-top: 200px;
  color: white;
}
section#hero .headline {
  font-family: "OpenSans-SemiBold";
  text-transform: uppercase;
  font-size: 68px;
  line-height: 90px;
}
section#hero .headline .red {
  color: #db1a30;
}
section#hero .slogan {
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 33px;
}
section#hero .subline {
  font-family: "OpenSans-SemiBold";
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 30px;
}
@media only screen and (max-width: 500px) {
  section#hero .headline {
    font-size: 50px;
    line-height: 70px;
  }
}
/* Gains */
section#gains {
  text-align: center;
}
section#gains > .container {
  padding: 40px 20px;
  background: white;
  position: relative;
  top: -130px;
  border-radius: 10px;
  box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.14);
}
section#gains > .container > div {
  border-right: 1px solid #f0f0f0;
  padding: 0 16px;
}
section#gains > .container > div:last-child {
  border: 0;
}
section#gains .headline {
  font-family: "OpenSans-SemiBold";
  text-transform: uppercase;
  color: #18364a;
  margin-top: 20px;
  line-height: 20px;
}
section#gains .text {
  margin-top: 20px;
  padding: 0 13px;
  color: #8b9ba5;
  font-size: 14px;
  line-height: 15px;
  text-align: justify;
}
@media only screen and (max-width: 1210px) {
  section#gains {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 860px) {
  section#gains .container {
    flex-wrap: wrap;
  }
  section#gains .container > div {
    width: 50%;
  }
  section#gains .container > div:nth-child(1) {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 550px) {
  section#gains {
    width: 90%;
    margin: auto;
  }
  section#gains .container {
    display: block;
  }
  section#gains .container > div {
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
  }
  section#gains .container > div:last-child {
    padding-bottom: 0;
  }
}
section.info {
  color: #8b9ba5;
}
section.info .headline {
  font-family: "OpenSans-ExtraBold";
  font-size: 48px;
  text-transform: uppercase;
  color: #19364a;
}
section.info .subline {
  color: #19364a;
  margin-top: 10px;
  margin-bottom: 65px;
}
section.info .flex > div {
  padding: 10px;
}
section.info .flex .cl-1 {
  width: 20%;
  color: #18364a;
  position: relative;
  min-height: 200px;
  padding-right: 30px;
}
section.info .flex .cl-1:after {
  display: block;
  content: "";
  width: 2px;
  height: 220px;
  background: #f3f3f3;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
section.info .flex .cl-1 .bottom {
  margin-top: 190px;
}
section.info .flex .cl-1 .top,
section.info .flex .cl-1 .bottom {
  position: relative;
}
section.info .flex .cl-1 .top:before,
section.info .flex .cl-1 .bottom:before {
  content: "";
  width: 22px;
  height: 22px;
  background: white;
  position: absolute;
  right: -40px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.14);
  border-radius: 50px;
  z-index: 4;
}
section.info .flex .cl-1 .top:after,
section.info .flex .cl-1 .bottom:after {
  content: "";
  width: 11px;
  height: 10px;
  background: #db1a30;
  position: absolute;
  right: -35px;
  border-radius: 50px;
  z-index: 4;
  top: 6px;
}
section.info .flex .cl-1 .bottom:before {
  background: #f3f3f3;
  box-shadow: none;
}
section.info .flex .cl-1 .bottom:after {
  background: #d9d9d9;
}
section.info .flex .cl-2 {
  font-size: 14px;
  padding-left: 50px;
  line-height: 24px;
}
section.info .flex .cl-2 ul li::before {
  content: "•";
  color: red;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
section.info .flex .cl-3 .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.info p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1020px) {
  section.info {
    padding: 50px 20px;
  }
  section.info .cl-1 {
    display: none;
  }
  section.info .flex .cl-2 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 870px) {
  section.info {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  section.info .cl-3 {
    max-width: 300px;
  }
}
@media only screen and (max-width: 700px) {
  section.info .container > .flex {
    display: block;
  }
  section.info .container > .flex .cl-3 {
    margin: auto;
  }
}
section#fachkompetenz {
  background: url(../img/fachkompetenz-1920.jpg) no-repeat;
  height: 360px;
  color: white;
  font-size: 17px;
}
section#fachkompetenz .container {
  width: 780px;
}
section#fachkompetenz .container .headline {
  font-family: "OpenSans-ExtraBold";
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 15px;
}
section#fachkompetenz .container .text {
  color: #cedde6;
  font-size: 17px;
  line-height: 24px;
}
section#fachkompetenz .container .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  section#fachkompetenz {
    padding: 0 30px;
    background-size: cover;
    height: 460px;
  }
}
@media only screen and (max-width: 500px) {
  section#fachkompetenz {
    height: 560px;
  }
  section#fachkompetenz .headline {
    font-size: 38px;
  }
}
section#luftfracht {
  padding-top: 60px;
}
section#anfrage {
  background: url(../img/anfrage-1920.jpg) no-repeat;
  height: 1203px;
  color: white;
  padding: 0 20px;
}
section#anfrage .headline {
  font-family: "OpenSans-ExtraBold";
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 15px;
}
section#anfrage .subline {
  color: #a7bac6;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section#anfrage .flex > div {
  padding: 10px 35px;
  margin-bottom: 30px;
}
section#anfrage .flex > div:first-child {
  padding-left: 0;
}
section#anfrage .flex > div:last-child {
  padding-right: 0;
}
section#anfrage input[type="text"],
section#anfrage input[type="email"],
section#anfrage input[type="date"],
section#anfrage select,
section#anfrage textarea {
  background: rgba(139, 155, 165, 0.18);
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #8b9ba5;
  color: white;
  width: 100%;
  max-width: 100%;
  font-size: 17px;
  resize: none;
}
section#anfrage input[type="text"]::-webkit-input-placeholder,
section#anfrage input[type="email"]::-webkit-input-placeholder,
section#anfrage input[type="date"]::-webkit-input-placeholder,
section#anfrage select::-webkit-input-placeholder,
section#anfrage textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
section#anfrage input[type="text"]::-moz-placeholder,
section#anfrage input[type="email"]::-moz-placeholder,
section#anfrage input[type="date"]::-moz-placeholder,
section#anfrage select::-moz-placeholder,
section#anfrage textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
section#anfrage input[type="text"]:-ms-input-placeholder,
section#anfrage input[type="email"]:-ms-input-placeholder,
section#anfrage input[type="date"]:-ms-input-placeholder,
section#anfrage select:-ms-input-placeholder,
section#anfrage textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
section#anfrage input[type="text"]:-moz-placeholder,
section#anfrage input[type="email"]:-moz-placeholder,
section#anfrage input[type="date"]:-moz-placeholder,
section#anfrage select:-moz-placeholder,
section#anfrage textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  color: pink;
}
section#anfrage select option {
  background: #8b9ba5;
}
@media only screen and (max-width: 1024px) {
  section#anfrage .flex > div {
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  section#anfrage .flex > div:first-child {
    padding-left: 0;
  }
  section#anfrage .flex > div:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  section#anfrage {
    padding: 40px 20px;
    background-size: cover;
    height: auto;
  }
  section#anfrage .flex {
    display: block;
  }
  section#anfrage .flex > div {
    padding: 0;
  }
}
section#footer {
  background: #0f2635;
  color: #64727b;
  font-size: 16px;
  height: 70px;
  padding: 0 20px;
}
section#footer .container,
section#footer .container > .flex {
  height: 100%;
}
@media only screen and (max-width: 800px) {
  section#footer {
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
  section#footer .flex {
    display: block;
    width: 100%;
    line-height: 20px;
  }
  section#footer .flex .flex {
    padding-top: 20px;
  }
}
