@media only screen and (min-width: 769px) {
  body.show-quick-menu nav.section-headline a {
    line-height: 1.8;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  body.show-quick-menu nav.section-headline div.label {
    -webkit-transform: translateY(31%) translateZ(0px) scale(0.4, 0.4);
    -moz-transform: translateY(31%) translateZ(0px) scale(0.4, 0.4);
    -o-transform: translateY(31%) translateZ(0px) scale(0.4, 0.4);
    -ms-transform: translateY(31%) translateZ(0px) scale(0.4, 0.4);
    transform: translateY(31%) translateZ(0px) scale(0.4, 0.4);
    line-height: 2;
  }
}
nav.section-headline {
  position: absolute;
  z-index: 45;
  background: #f4f4f4;
  width: 100%;
  left: 0px;
  color: #a0a0a0;
  will-change: height, top;
  -webkit-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 60px;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
@media only screen and (min-width: 769px) {
  nav.section-headline {
    width: calc(100% - 20px);
    left: 10px;
  }
}
@media only screen and (min-width: 769px) {
  nav.section-headline {
    margin-top: 60px;
    top: 0px;
    height: 53.33333336px;
  }
}
@media only screen and (min-width: 1025px) {
  nav.section-headline {
    margin-top: 100px;
    height: 80px;
  }
}
@media only screen and (max-width: 769px) {
  nav.section-headline {
    top: 60px;
  }
}
nav.section-headline.animate-in a {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
nav.section-headline.animate-in div.label {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (min-width: 769px) {
  nav.section-headline.animate-in div.label {
    -webkit-transform: translateY(40%) translateZ(0px);
    -moz-transform: translateY(40%) translateZ(0px);
    -o-transform: translateY(40%) translateZ(0px);
    -ms-transform: translateY(40%) translateZ(0px);
    transform: translateY(40%) translateZ(0px);
  }
}
nav.section-headline div[inner] {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: auto;
}
nav.section-headline div.navigation {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
nav.section-headline div.label {
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 10;
  color: #3b3b3b;
}
@media only screen and (max-width: 769px) {
  nav.section-headline div.label {
    top: 0px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 769px) {
  nav.section-headline div.label {
    will-change: transform, line-height, opacity;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    bottom: 0px;
    -webkit-transform: translateY(0%) translateZ(0px);
    -moz-transform: translateY(0%) translateZ(0px);
    -o-transform: translateY(0%) translateZ(0px);
    -ms-transform: translateY(0%) translateZ(0px);
    transform: translateY(0%) translateZ(0px);
  }
}
nav.section-headline div.gradient {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
nav.section-headline div.gradient.left {
  left: 0px;
  background: -webkit-linear-gradient(left, #f4f4f4 20%, rgba(244,244,244,0));
  background: -moz-linear-gradient(left, #f4f4f4 20%, rgba(244,244,244,0));
  background: -o-linear-gradient(left, #f4f4f4 20%, rgba(244,244,244,0));
  background: -ms-linear-gradient(left, #f4f4f4 20%, rgba(244,244,244,0));
  background: linear-gradient(to right, #f4f4f4 20%, rgba(244,244,244,0));
}
nav.section-headline div.gradient.right {
  right: 0px;
  background: -webkit-linear-gradient(right, #f4f4f4 20%, rgba(244,244,244,0));
  background: -moz-linear-gradient(right, #f4f4f4 20%, rgba(244,244,244,0));
  background: -o-linear-gradient(right, #f4f4f4 20%, rgba(244,244,244,0));
  background: -ms-linear-gradient(right, #f4f4f4 20%, rgba(244,244,244,0));
  background: linear-gradient(to left, #f4f4f4 20%, rgba(244,244,244,0));
}
nav.section-headline a {
  position: absolute;
  white-space: nowrap;
  line-height: 2.5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 769px) {
  nav.section-headline a {
    will-change: opacity;
    -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
}
@media only screen and (min-width: 769px) {
  nav.section-headline a {
    line-height: 3.2;
    will-change: color, line-height, opacity, transform;
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), line-height 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  nav.section-headline a:hover {
    color: #3b3b3b;
  }
}
@media only screen and (min-width: 1025px) {
  nav.section-headline a {
    line-height: 3.7;
  }
}
nav.section-headline a:first-of-type {
  left: 80px;
}
@media only screen and (max-width: 769px) {
  nav.section-headline a:first-of-type {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 769px) {
  nav.section-headline a:first-of-type {
    left: 80px;
  }
}
nav.section-headline a:last-of-type {
  right: 80px;
}
@media only screen and (max-width: 769px) {
  nav.section-headline a:last-of-type {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 769px) {
  nav.section-headline a:last-of-type {
    right: 80px;
  }
}
