h1, h2, h3, h4, h5, h6 {
  font-size: 56px;
}

@media (max-width: 835px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
  }
}

* {
  font-family: "Roboto", sans-serif;
}

a {
  cursor: pointer;
}

p, li {
  font-size: 24px;
}

p {
  color: #B3B3B3;
  line-height: 32px;
}
@media (max-width: 835px) {
  p {
    font-size: 18px;
    line-height: 22px;
  }
}

body {
  overflow-x: hidden;
}
body #page {
  padding-top: 140px;
}
@media (max-width: 835px) {
  body #page {
    padding-top: 100px;
  }
}

.container {
  max-width: 1800px !important;
}

#mobile-navigation {
  display: none;
}

header {
  position: relative;
}
header .burger-menu {
  background-color: #008CAA;
  height: 33px;
  width: 33px;
  display: table;
  position: absolute;
  cursor: pointer;
  outline: none;
}
@media (min-width: 836px) {
  header .burger-menu {
    width: 44px;
    height: 44px;
  }
}
header .burger-menu.active {
  position: absolute;
  z-index: 101;
}
header .burger-menu.active .bar {
  position: absolute;
  left: 6px;
}
@media (max-width: 835px) {
  header .burger-menu.active .bar {
    left: 7px;
  }
}
header .burger-menu.active .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
@media (max-width: 835px) {
  header .burger-menu.active .bar:nth-child(1) {
    top: 10px;
  }
}
header .burger-menu.active .bar:nth-child(2) {
  display: none;
}
header .burger-menu.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 13px;
}
@media (max-width: 835px) {
  header .burger-menu.active .bar:nth-child(3) {
    bottom: 10px;
  }
}
header .burger-menu .bar {
  width: 21px;
  height: 4px;
  background-color: #fff;
  margin: 5px auto;
  transition: 0.4s all;
}
@media (min-width: 836px) {
  header .burger-menu .bar {
    width: 32px;
    height: 6px;
    margin: 6px auto;
  }
}
header #main-header {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 90;
  background-color: white;
  -webkit-box-shadow: 1px 15px 16px -17px #000000;
  box-shadow: 1px 15px 16px -17px #000000;
  display: flex;
  justify-content: space-between;
  height: 150px;
  align-items: center;
}
@media (max-width: 835px) {
  header #main-header {
    height: 100px;
  }
}
header #main-header .logo {
  background-image: url("../assets/icon/logo.png");
  background-image: url("../assets/icon/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 188px;
  height: 47px;
  margin-left: -15px;
}
@media (min-width: 836px) {
  header #main-header .logo {
    width: 476px;
    height: 100px;
  }
}
header #main-header .nn-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
header #main-header .nn-menu .tel-number {
  font-size: 32px;
  margin-right: 20px;
}
header #main-header .nn-menu .tel-number a {
  color: #008CAA;
}
@media (max-width: 835px) {
  header #main-header .nn-menu .tel-number {
    display: none;
  }
}
header #main-header .nn-menu .nn-tel-link {
  margin-right: 20px;
}
header #main-header .nn-menu .tel {
  background-image: url("../assets/icon/Icon Phone.png");
  background-image: url("../assets/icon/Icon Phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  margin-right: 20px;
}
@-moz-document url-prefix() {
  header #main-header .nn-menu .tel {
    margin-right: 40px;
  }
}
@media (min-width: 836px) {
  header #main-header .nn-menu .tel {
    width: 44px;
    height: 44px;
    margin-right: 40px;
  }
  @-moz-document url-prefix() {
    header #main-header .nn-menu .tel {
      margin-right: 60px;
    }
  }
}

.menu-header {
  display: none;
}
.menu-header .burger-menu-close {
  top: 53px;
  right: 32px;
}
@media (max-width: 835px) {
  .menu-header .burger-menu-close {
    top: 34px;
  }
}
.menu-header.active {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #222222;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  padding-top: 110px;
  z-index: 102;
  right: 0;
  animation-name: menu-animation;
  animation-duration: 0.3s;
  -webkit-animation-name: menu-animation;
  -webkit-animation-duration: 0.3s;
}
@media (min-width: 2111px) {
  .menu-header.active {
    align-items: left;
    width: 35%;
    padding-top: 110px;
  }
}
@media (min-width: 1068px) and (max-width: 2110px) {
  .menu-header.active {
    width: 25%;
    right: 0;
    padding-top: 80px;
    align-items: center;
  }
}
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@media (max-width: 835px) {
  .menu-header.active {
    align-items: start;
  }
}
.menu-header.active .burger-menu-text, .menu-header.active .burger-menu-extra {
  width: 280px;
}
.menu-header.active .burger-menu-extra .color-blue a {
  color: #008CAA;
}
.menu-header.active li {
  list-style: none;
}
.menu-header.active li a {
  font-size: 24px;
  color: #fff;
}

#desktop-navigation {
  display: none;
}

#nf-form-1-cont input, #nf-form-1-cont textarea:not([type=button]) {
  background-color: #383838;
}
#nf-form-1-cont input[type=button] {
  background-color: #008CAA;
  color: #fff;
  font-size: 18px;
  border-bottom: 5px solid #B3B3B3;
  width: 317px;
  height: 61px;
  margin: auto;
  text-align: center;
  padding: 15px 40px 21px;
  cursor: pointer;
}
@media (max-width: 835px) {
  #nf-form-1-cont input[type=button] {
    width: 100%;
  }
}

.nf-response-msg h1 {
  color: #008CAA;
  text-align: center;
}
.nf-response-msg p {
  text-align: center;
  margin-bottom: 0;
}

.cta {
  background-color: #008CAA;
  border-bottom: 5px solid #B3B3B3;
  width: 317px;
  height: 61px;
  margin: auto;
  text-align: center;
  padding: 15px 40px 21px;
  cursor: pointer;
  margin-bottom: 61px;
}
@media (min-width: 836px) {
  .cta {
    padding: 21px 40px 21px;
    width: 354px;
    height: 77px;
    margin-bottom: 120px;
  }
}
.cta a {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 836px) {
  .cta a {
    font-size: 24px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 56px;
}

@media (max-width: 835px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
  }
}

* {
  font-family: "Roboto", sans-serif;
}

a {
  cursor: pointer;
}

p, li {
  font-size: 24px;
}

p {
  color: #B3B3B3;
  line-height: 32px;
}
@media (max-width: 835px) {
  p {
    font-size: 18px;
    line-height: 22px;
  }
}

body {
  overflow-x: hidden;
}
body #page {
  padding-top: 140px;
}
@media (max-width: 835px) {
  body #page {
    padding-top: 100px;
  }
}

.container {
  max-width: 1800px !important;
}

@media (min-width: 836px) {
  .vier-grid .wpb_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
  }
}
@media (min-width: 836px) and (max-width: 1800px) {
  .vier-grid .wpb_wrapper {
    width: 880px;
  }
}
@media (min-width: 836px) {
  .vier-grid .wpb_wrapper .teaser {
    width: 420px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.nn-slider .overlay {
  height: 80% !important;
  top: 43% !important;
}
@media (max-width: 835px) {
  .nn-slider .overlay {
    top: 42% !important;
  }
}
.nn-slider .overlay .button-next {
  margin-right: -11px !important;
  margin-top: 25% !important;
}
@media (min-width: 836px) {
  .nn-slider .overlay .button-next {
    margin-top: 30% !important;
  }
}

.teaser {
  margin: 20px 0;
}
.teaser .nn-teaser .image {
  position: relative;
}
.teaser .nn-teaser .image:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
}
.teaser .nn-teaser .image img {
  width: 100%;
  max-height: 579px;
}
.teaser .nn-teaser .image .overlay {
  background-image: url("../assets/img/img-overlay.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 94%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: flex-end;
  transform: translate(-50%, -50%);
}
@media (min-width: 836px) {
  .teaser .nn-teaser .image .overlay {
    width: 94%;
    height: 90%;
  }
}
.teaser .nn-teaser .image .overlay .button-next, .teaser .nn-teaser .image .overlay .button-prev {
  width: 45px;
  height: 45px;
  background-color: #008CAA;
  float: right;
  cursor: pointer;
  background-image: url("../assets/icon/arrow.png");
  background-image: url("../assets/icon/arrow.svg");
  background-repeat: no-repeat;
  background-size: 10;
  background-position: center;
}
@media (min-width: 836px) {
  .teaser .nn-teaser .image .overlay .button-next, .teaser .nn-teaser .image .overlay .button-prev {
    margin-right: -14px !important;
  }
}
.teaser .nn-teaser .image .overlay .button-prev {
  position: absolute;
  left: -12px;
  transform: rotate(180deg);
  margin-left: 0px !important;
  margin-top: 25% !important;
}
@media (min-width: 836px) {
  .teaser .nn-teaser .image .overlay .button-prev {
    margin-top: 30% !important;
  }
}
.teaser .nn-teaser .image .slider-img .slick-slide .img-slider-container {
  position: relative;
}
.teaser .nn-teaser .image .slider-img .slick-slide .img-slider-container:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
}
.teaser .nn-teaser .image .slider-img .slick-prev {
  display: none !important;
}
.teaser .nn-teaser .nn-text {
  background-color: #383838;
  padding: 30px;
  min-height: 135px;
}
@media (min-width: 836px) {
  .teaser .nn-teaser .nn-text {
    min-height: 140px;
  }
}
.teaser .nn-teaser .nn-text .headline {
  color: #008CAA;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
@media (min-width: 836px) {
  .teaser .nn-teaser .nn-text .headline {
    font-size: 32px;
  }
}
.teaser .nn-teaser .nn-text p {
  color: #fff;
  padding-top: 10px;
}
.teaser .nn-teaser .nn-text p a {
  color: #fff;
  text-decoration: underline;
}
.teaser .nn-teaser .nn-text .cta-box .cta-teaserbox {
  color: white;
  font-size: 24px;
  text-decoration: underline;
}
@media (max-width: 835px) {
  .teaser .nn-teaser .nn-text .cta-box .cta-teaserbox {
    font-size: 18px;
  }
}

.teaserbox-keyvisual {
  background-image: url("../assets/img/keyvisual-backg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 100%;
  justify-content: top;
  align-items: center;
  flex-direction: column;
  height: 660px;
}
.teaserbox-keyvisual.schaufenster {
  background-image: url("../assets/img/Schaufenster..png");
}
.teaserbox-keyvisual.reproduktionen {
  background-image: url("../assets/img/Reproduktionen..png");
}
.teaserbox-keyvisual.pointofsale {
  background-image: url("../assets/img/PointOfSale..png");
}
.teaserbox-keyvisual.messenevents {
  background-image: url("../assets/img/Messen_Events.png");
}
@media (max-width: 835px) {
  .teaserbox-keyvisual {
    height: 540px;
  }
}
.teaserbox-keyvisual .keyvisual-container {
  margin-top: 37px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  width: 328px;
  height: 200px;
}
.teaserbox-keyvisual .keyvisual-container .product-container .line-produkte {
  width: 20px;
  height: 10px;
}
.teaserbox-keyvisual .keyvisual-container .product-container .line-after-produkte {
  width: 100%;
  height: 10px;
}
.teaserbox-keyvisual .keyvisual-container .product-container .produkte {
  margin: 0 5px;
}
.teaserbox-keyvisual .keyvisual-container .main-text-container .headline-second {
  font-size: 39px;
  margin: 0 7px -31px;
}
.teaserbox-keyvisual .keyvisual-container .main-text-container .line-headline {
  width: 100%;
  height: 10px;
}
.teaserbox-keyvisual .keyvisual-container .main-text-container .line-after-headline {
  width: 50px;
  height: 10px;
}
.teaserbox-keyvisual .keyvisual-container .headline {
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  font-size: 39px;
  bottom: 5px;
}
.teaserbox-keyvisual .nn-text {
  margin-top: 82px;
  width: 320px;
}
.teaserbox-keyvisual .nn-text p {
  color: #fff;
}
.teaserbox-keyvisual .cta-box {
  margin: 0px auto 70px;
  width: 320px;
}
.teaserbox-keyvisual .cta-box a:hover {
  text-decoration: none;
}
.teaserbox-keyvisual .cta-box .cta-teaserbox {
  color: #008CAA;
  font-weight: bold;
  border-bottom: 7px solid #B3B3B3;
  text-align: left;
  text-transform: uppercase;
  font-style: black;
  line-height: 22px;
}

.nn-hero {
  position: relative;
  width: 100%;
  background-color: #383838;
  margin: 40px 0;
}
.nn-hero .quote {
  position: absolute;
  background-image: url("../assets/icon/quotes.png");
  background-image: url("../assets/icon/quotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 51px;
}
.nn-hero .quote:nth-child(1) {
  top: -25px;
  right: 20px;
}
.nn-hero .quote:nth-child(3) {
  bottom: -25px;
  left: 20px;
  transform: rotate(180deg);
}
.nn-hero .hero-content {
  color: #fff;
  font-style: italic;
  padding: 45px 30px;
  text-align: center;
}
.nn-hero .hero-content .text {
  margin: auto;
  max-width: 1130px;
  font-size: 32px;
  line-height: 40px;
}
.nn-hero .hero-content .name {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.nn-hero .hero-content .role {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 56px;
}

@media (max-width: 835px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
  }
}

* {
  font-family: "Roboto", sans-serif;
}

a {
  cursor: pointer;
}

p, li {
  font-size: 24px;
}

p {
  color: #B3B3B3;
  line-height: 32px;
}
@media (max-width: 835px) {
  p {
    font-size: 18px;
    line-height: 22px;
  }
}

body {
  overflow-x: hidden;
}
body #page {
  padding-top: 140px;
}
@media (max-width: 835px) {
  body #page {
    padding-top: 100px;
  }
}

.container {
  max-width: 1800px !important;
}

video {
  position: absolute;
}
@media (min-width: 1790px) {
  video {
    width: 100%;
    height: auto;
  }
}

#nn-keyvisual-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  width: 100%;
  height: 1080px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 835px) {
  #nn-keyvisual-container {
    height: 322px;
  }
}
@media (max-width: 835px) and (min-width: 573px) {
  #nn-keyvisual-container.video_url {
    height: 460px !important;
  }
}
#nn-keyvisual-container.startseite {
  background-image: url("../assets/img/keyvisual-backg.svg");
}
#nn-keyvisual-container.schaufenster {
  background-image: url("../assets/img/Schaufenster..png");
}
#nn-keyvisual-container.reproduktionen {
  background-image: url("../assets/img/Reproduktionen..png");
}
#nn-keyvisual-container.pointofsale {
  background-image: url("../assets/img/PointOfSale..png");
}
#nn-keyvisual-container.messenevents {
  background-image: url("../assets/img/Messen_Events.png");
}

.keyvisual-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  width: 328px;
  height: 200px;
}
@media (min-width: 836px) {
  .keyvisual-container {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    width: 584px;
    height: 425px;
  }
}
.keyvisual-container span {
  color: #fff;
}
.keyvisual-container .line {
  background-color: #fff;
}
.keyvisual-container .product-container {
  display: flex;
}
.keyvisual-container .product-container .line-produkte {
  width: 20px;
  height: 10px;
}
@media (min-width: 836px) {
  .keyvisual-container .product-container .line-produkte {
    height: 20px;
  }
}
.keyvisual-container .product-container .line-after-produkte {
  width: 100%;
  height: 10px;
}
@media (min-width: 836px) {
  .keyvisual-container .product-container .line-after-produkte {
    height: 20px;
  }
}
.keyvisual-container .product-container .produkte {
  margin: 0 5px;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 835px) {
  .keyvisual-container .product-container .produkte {
    font-size: 14px;
    line-height: 10px;
  }
}
.keyvisual-container .hide-product-text .produkte {
  display: none;
}
.keyvisual-container .main-text-container {
  display: flex;
  align-items: flex-end;
}
.keyvisual-container .main-text-container .headline-second {
  font-size: 71px;
  margin: 0 10px -55px;
  text-transform: uppercase;
}
@media (max-width: 835px) {
  .keyvisual-container .main-text-container .headline-second {
    font-size: 39px;
    margin: 0 7px -31px;
  }
}
.keyvisual-container .main-text-container .line {
  background-color: #fff;
}
.keyvisual-container .main-text-container .line-headline {
  width: 100%;
  height: 20px;
}
@media (max-width: 835px) {
  .keyvisual-container .main-text-container .line-headline {
    height: 10px;
  }
}
.keyvisual-container .main-text-container .line-after-headline {
  width: 50px;
  height: 20px;
}
@media (max-width: 835px) {
  .keyvisual-container .main-text-container .line-after-headline {
    height: 10px;
  }
}
.keyvisual-container .headline {
  font-size: 71px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
}
@media (max-width: 835px) {
  .keyvisual-container .headline {
    font-size: 39px;
    bottom: 5px;
  }
}

.nn-headline-container {
  color: #008CAA;
  text-transform: uppercase;
  margin: 30px 0 34px;
  text-align: center;
}
@media (min-width: 836px) {
  .nn-headline-container {
    margin: 120px 0 40px;
  }
}

.nn-list-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.nn-list-container .number {
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-color: #008CAA;
  text-align: center;
}
.nn-list-container p {
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 11px;
}

#footer {
  position: relative;
  bottom: 0px;
  background-color: #222222;
  height: min-content;
  width: 100%;
  color: #fff;
  margin-top: 120px;
}
@media (max-width: 835px) {
  #footer {
    margin-top: 30px;
  }
}
#footer .footer-menu {
  display: flex;
  flex-direction: row;
  align-items: top;
  padding-top: 120px;
  padding-bottom: 210px;
  justify-content: space-evenly;
}
@media (max-width: 835px) {
  #footer .footer-menu {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 130px;
  }
}
#footer .footer-menu .links {
  display: flex;
}
@media (max-width: 835px) {
  #footer .footer-menu .links {
    flex-direction: column;
  }
}
#footer .footer-menu .links .nn-container {
  padding-left: 0;
}
@media (min-width: 836px) {
  #footer .footer-menu .links .nn-container {
    padding-right: 150px;
  }
}
#footer .footer-menu .links .nn-container ul {
  padding-left: 0;
}
#footer .footer-menu .links .nn-container ul li {
  list-style: none;
  padding: 5px 0;
}
@media (max-width: 835px) {
  #footer .footer-menu .links .nn-container ul li {
    text-align: center;
    padding: 5px 0;
  }
}
#footer .footer-menu .links .nn-container ul li a {
  color: #fff;
}
#footer .footer-menu .nn-impress span {
  line-height: 29px;
}
@media (max-width: 835px) {
  #footer .footer-menu .nn-impress span {
    text-align: center;
    padding-top: 20px;
  }
}
#footer .footer-menu .nn-impress .headline {
  color: #008CAA;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 835px) {
  #footer .footer-menu .nn-impress .headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#footer .sub-footer {
  background-color: #383838;
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: center;
}
#footer .sub-footer .sub-footer-container {
  max-width: 1800px;
  width: 100%;
}
@media (max-width: 835px) {
  #footer .sub-footer .sub-footer-container {
    text-align: center;
  }
}

/*# sourceMappingURL=custom.css.map */
