@charset "UTF-8";
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Teko";
  src: url("../fonts/Teko-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, p, input, body, html, button, h3, h4, h5 {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #fff;
  font-size: var(--font-normal);
}

h1, h2 {
  font-family: "Teko", Arial, sans-serif;
  color: #fff;
  font-size: var(--font-normal-heading);
}

:root {
  --font-normal-heading:40px;
  --font-normal:20px;
  --font-nav:28px;
}

@media (max-width: 1024px) {
  :root {
    --font-normal-heading:35px;
    --font-normal:19px;
  }
}
@media (max-width: 767px) {
  :root {
    --font-normal-heading:32px;
    --font-normal:17px;
    --font-nav:18px;
  }
}
@media (max-width: 567px) {
  :root {
    --font-normal-heading:28px;
    --font-normal:17px;
  }
}
header {
  background-image: url(/wp-content/uploads/2026/03/kn_background_dark.png?id=18) !important;
  background-size: cover;
  padding: 1em 4em;
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
}
header .site-branding {
  text-align: right;
}
header .site-branding img {
  margin-bottom: 0px;
}
header a {
  font-size: var(--font-nav);
  color: #fff;
  text-decoration: none;
  font-family: "Teko", Arial, sans-serif;
  transition: 0.3s all;
}
header a:hover {
  opacity: 0.9;
  color: #fff;
}
header a:focus, header a:visited {
  color: #fff;
}
header #primary-menu {
  gap: 40px;
  margin-bottom: 0 !important;
}

.page-content, .entry-content, .entry-summary {
  margin-top: 0px;
}

.post, .page {
  margin-bottom: 0px !important;
}

html {
  scroll-behavior: smooth;
}
html .wpb_button, html .wpb_content_element, html ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}
html .vc_row {
  margin-left: 0;
  margin-right: 0;
}
html .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
html .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner img {
  margin-bottom: 0px !important;
}
html .ref-map-container {
  display: grid !important;
  grid-template-columns: 2fr 1fr;
  gap: 35px !important;
}
html .ref-map-container .ref-detail img {
  max-width: 100% !important;
}
html ul {
  margin-left: 0;
  padding-left: 0;
}
html ul li {
  list-style-position: inside;
}
html img {
  margin-bottom: 35px;
}
html p, html h2, html h1, html ul {
  margin-bottom: 35px !important;
  margin-top: 0px;
}
html h3 {
  margin-bottom: 0px !important;
}
html .vc_row {
  padding: 3em 4em;
}
html .vc_row .vc_row {
  padding: 0px !important;
}
html .vc_row .vc_column-inner {
  padding: 0px !important;
  max-width: 1276px;
  margin: auto;
}
html .vc_row[data-vc-full-width=true] {
  padding: 0px !important;
}
html .vc_row[data-vc-full-width=true] img {
  margin-bottom: 0px !important;
  width: 100% !important;
  max-width: 2500px;
  margin: auto;
}
html .vc_row[data-vc-full-width=true] .wpb_single_image .vc_single_image-wrapper, html .vc_row[data-vc-full-width=true] .wpb_single_image .vc_figure {
  width: 100%;
  text-align: center;
}
html .vc_row[data-vc-full-width=true] .vc_column-inner {
  max-width: 100%;
}
html a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s all;
}
html a:hover {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s all;
}
html .contact-list img {
  max-width: 120px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

body:not(.home) #primary h2 {
  margin-bottom: 15px !important;
}

footer {
  background-color: #F0F0F0;
  color: #191919;
}
footer p, footer h2, footer a, footer b, footer strong {
  color: #191919;
}
footer .vc_row-fluid .vc_col-sm-3:first-child {
  width: 32%;
}
footer .vc_row-fluid .vc_col-sm-3 {
  width: 22.6666%;
}
footer .site-info {
  background-color: #191919;
  padding: 1em;
  font-family: "Teko", Arial, sans-serif;
}
footer .site-info .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  max-width: 1260px;
}
footer .site-info div {
  font-family: "Teko", Arial, sans-serif;
}
footer .site-info a {
  color: #fff;
  font-family: "Teko", Arial, sans-serif;
  text-decoration: none;
}
footer .site-info .legal {
  text-align: right;
}

@media (max-width: 1024px) {
  html .ref-map-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  html .ref-map-container {
    display: flex !important;
    flex-direction: column-reverse;
  }
  #kontakt .contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  footer .vc_row-fluid .vc_col-sm-3 {
    width: 100% !important;
  }
  html .vc_row {
    padding: 2em 2em;
  }
  header {
    padding: 1em 2em;
  }
  .referenzen {
    display: flex !important;
    flex-direction: column-reverse;
  }
  img[src="http://localhost:10039/wp-content/uploads/2026/03/kn_grafik_element_geruest.png"] {
    max-width: 320px !important;
  }
  img[src="http://localhost:10039/wp-content/uploads/2026/03/pq-vob-logo-KN-1536x1536-1.jpg"] {
    max-width: 320px !important;
  }
}
@media (max-width: 599px) {
  #site-navigation .menu-toggle, .main-navigation .menu-toggle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #colophon .wpb_text_column h2 {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }
  /* Pfeil */
  #colophon .wpb_text_column h2::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
  }
  #colophon .wpb_text_column.active h2::after {
    content: "-";
  }
  /* Inhalt verstecken */
  #colophon .wpb_text_column p {
    display: none;
    margin-top: 10px;
  }
  /* Wenn aktiv → anzeigen */
  #colophon .wpb_text_column.active p {
    display: block;
  }
}
img[src$=".svg"] {
  width: 100%;
}

body {
  background-color: #191919;
}/*# sourceMappingURL=main.css.map */