@charset "UTF-8";
/*
Theme Name: Knillgruppe base theme v2
Author: Tronic Innovation
Author URI: https://tronic.digital
Version: 1.1.2
Requires at least: 5.0
Requires PHP: 7.0
Text Domain: knillgruppe
*/
:root {
  --knillgruppe--content-width: 1000px;
  --knillgruppe--max-width: 1800px;
}

body {
  --knillgruppe--colors--metahead--bg: var(--wp--preset--color--white);
  --knillgruppe--colors--metahead--p: var(--wp--preset--color--black);
  --knillgruppe--mainhead--meta-height: 40px;
  --knillgruppe--mainhead--main-height: 100px;
  --knillgruppe--colors--mainhead--before: var(--wp--preset--color--primary);
  --knillgruppe--colors--mainhead--before-first: var(
    --wp--preset--color--black
  );
  --knillgruppe--colors--mainhead--before-last: var(
    --wp--preset--color--secondary
  );
  --knillgruppe--colors--mainhead--before-active: var(
    --wp--preset--color--primary
  );
  --knillgruppe--colors--mainhead--a: var(--wp--preset--color--black);
  --knillgruppe--colors--mainhead--sub-menu--bg: var(
    --wp--preset--color--white
  );
  --knillgruppe--colors--mainhead--sub-menu--a: var(
    --wp--preset--color--mediumgrey
  );
  --knillgruppe--colors--mainhead--sub-menu--a-hover: var(
    --wp--preset--color--primary
  );
  --knillgruppe--colors--mobile--nav: var(--wp--preset--color--black);
  --knillgruppe--colors--mobile--overlay--bg: var(--wp--preset--color--white);
  --knillgruppe--colors--mobile--overlay--a: var(--wp--preset--color--black);
  --knillgruppe--colors--maincontent--light-p: var(--wp--preset--color--font);
  --knillgruppe--colors--maincontent--dark-p: var(--wp--preset--color--white);
  --knillgruppe--colors--footer--bg: var(--wp--preset--color--white);
  --knillgruppe--colors--footer--a: var(--wp--preset--color--black);
  --knillgruppe--sizes--logo-translatey: -10px;
  --knillgruppe--sizes--hero-height: 450px;
  --knillgruppe--sizes--metahead-margin: 3px 0px 0px 0px;
  --knillgruppe--sizes--menu--bar-height: 60px;
  --knillgruppe--sizes--menu--bar-width: 10px;
  --knillgruppe--sizes--menu--bar-margin: 8px;
  --knillgruppe--sizes--burger--width: 20px;
  --knillgruppe--sizes--burger--height: 2px;
  --knillgruppe--sizes--burger--margin: 4px;
  --knillgruppe--sizes--burger--marginTop: 10px;
  --knillgruppe--sizes--burger--offset: 0.8px;
  --knillgruppe--sizes--img-max-width: 700px;
  --knillgruppe--form--input-padding: 10px;
}
@media (hover: none) {
  body {
    --knillgruppe--mainhead--meta-height: 0px;
    --knillgruppe--mainhead--main-height: 60px;
  }
}

@keyframes translate_arrows_white_up {
  0% {
    transform: translateX(-50%) translateY(15%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@keyframes translate_arrows_white_down {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(15%);
    opacity: 0;
  }
}
@keyframes translate_arrows_colored_up {
  0% {
    transform: translateX(-50%) translateY(20%);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
}
@keyframes translate_arrows_colored_down {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(20%);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  color: var(--wp--preset--color--font);
  scroll-behavior: smooth;
}

body {
  scrollbar-gutter: stable both-edges;
}

#maincontent {
  position: relative;
  z-index: 0;
  max-width: var(--knillgruppe--content-width);
  margin: auto;
  padding: 0px 20px;
}

h1,
h2,
h3 {
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
}

h4,
h5,
h6 {
  font-family: futura-pt, sans-serif;
}

h6 {
  font-size: var(--wp--preset--font-size--medium);
  margin: 0px;
}

h1 {
  font-size: var(--wp--preset--font-size--huge);
  line-height: var(--wp--preset--font-size--huge);
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: var(--wp--preset--font-size--title);
    line-height: 1;
  }
}

h2 {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--preset--font-size--large);
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: var(--wp--preset--font-size--huge);
    line-height: 1;
  }
}

h3 {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--preset--font-size--medium);
}

h4 {
  font-size: var(--wp--preset--font-size--large);
  text-transform: uppercase;
}

.headline {
  position: relative;
  margin-top: 50px;
  margin-bottom: 8px;
  font-size: var(--wp--preset--font-size--huge);
}
.headline::before {
  content: "";
  width: 10px;
  height: 56px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: 5px;
  left: -20px;
}
.headline + h3 {
  margin-top: 0px;
  margin-bottom: 8px;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  transform: translateY(1px);
}
a:hover {
  border-bottom: 1px dotted var(--wp--preset--color--black);
  transform: translateY(1px);
}

#maincontent ul:not([class]) {
  padding-left: 20px;
  margin-left: 0px;
}
#maincontent ul:not([class]) li {
  list-style-type: "— ";
}

.visually-hidden {
  color: transparent;
  overflow: hidden;
  max-height: 0.01px;
  max-width: 0.01px;
  opacity: 0;
  pointer-events: none;
}

figcaption {
  font-size: 0.8em;
  font-style: italic;
}

body.mobile--nav-opened #mainhead {
  position: unset;
}

@media (hover: hover) {
  body:not(.home) .mainhead-main {
    position: relative;
  }
  body:not(.home) .mainhead-main::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted var(--wp--preset--color--lightgrey);
    pointer-events: none;
  }

  .mainhead--mobile {
    display: none;
  }

  #mainhead {
    position: relative;
    z-index: 1;
  }

  .mainhead--desktop {
    margin-bottom: var(--knillgruppe--sizes--logo-translatey);
  }
  .mainhead--desktop .mainhead-meta {
    background-color: var(--knillgruppe--colors--metahead--bg);
    border-bottom: 1px solid var(--wp--preset--color--lightergrey);
  }
  .mainhead--desktop .mainhead-meta--hidden {
    max-height: 0.001px;
  }
  .mainhead--desktop .mainhead-meta__wrapper {
    max-width: var(--knillgruppe--content-width);
    margin: auto;
  }
  .mainhead--desktop .mainhead-meta__navigation {
    display: flex;
    justify-content: flex-end;
  }
  .mainhead--desktop .mainhead-meta__navigation ul {
    display: flex;
    padding-left: 0px;
    margin: var(--knillgruppe--sizes--metahead-margin);
  }
  .mainhead--desktop .mainhead-meta__navigation ul li {
    list-style: none !important;
    display: inline-flex;
    align-items: center;
    font-size: var(--wp--preset--font-size--small);
  }
  .mainhead--desktop .mainhead-meta__navigation ul li::before {
    content: " | ";
    display: inline-flex;
    align-items: center;
    margin: 0px 5px;
    color: var(--wp--preset--color--lightergrey);
    font-family: futura-pt, sans-serif;
  }
  .mainhead--desktop .mainhead-meta__navigation ul li a {
    color: var(--knillgruppe--colors--metahead--p);
  }
  .mainhead--desktop .mainhead-meta__navigation ul li.wpml-ls-item.wpml-ls-current-language {
    font-family: futura-pt, sans-serif;
  }
  .mainhead--desktop .mainhead-meta__navigation ul li.wpml-ls-item.wpml-ls-current-language a {
    border-bottom: 1px dotted var(--wp--preset--color--black);
    transform: translateY(1px);
  }
  .mainhead--desktop .mainhead-main {
    max-width: var(--knillgruppe--content-width);
    margin: auto;
  }
  .mainhead--desktop .mainhead-main__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .mainhead--desktop .mainhead-main__logo {
    height: 120px;
    width: 120px;
  }
  .mainhead--desktop .mainhead-main__logo a,
.mainhead--desktop .mainhead-main__logo img {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: none;
    transform: translateY(var(--knillgruppe--sizes--logo-translatey));
  }
  .mainhead--desktop .mainhead-main__logo a:hover,
.mainhead--desktop .mainhead-main__logo img:hover {
    border-bottom: none;
  }
  .mainhead--desktop .mainhead-main__logo img {
    object-fit: contain;
  }
  .mainhead--desktop .mainhead-main__navigation {
    display: flex;
    align-items: center;
  }
  .mainhead--desktop .mainhead-main__navigation ul.menu {
    display: flex;
    margin: 0px;
  }
  .mainhead--desktop .mainhead-main__navigation ul.menu > li {
    position: relative;
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-left: 27px;
    font-weight: 600;
  }
  .mainhead--desktop .mainhead-main__navigation ul.menu > li::before {
    content: "";
    display: block;
    width: var(--knillgruppe--sizes--menu--bar-width);
    height: var(--knillgruppe--sizes--menu--bar-height);
    background-color: var(--knillgruppe--colors--mainhead--before);
    margin: 3px var(--knillgruppe--sizes--menu--bar-margin) 0px 0px;
    transition: background-color 0.1s linear;
  }
  .mainhead--desktop .mainhead-main__navigation ul.menu > li a {
    display: inline-block;
    width: max-content;
    height: 100%;
    font-family: futura-pt, sans-serif;
    line-height: var(--wp--preset--font-size--medium);
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--medium);
    text-decoration: none;
    color: var(--knillgruppe--colors--mainhead--a);
    transition: color 0.1s linear;
  }
  .mainhead--desktop .mainhead-main__navigation ul.menu > li:hover ul.sub-menu {
    display: block;
  }
  .mainhead--desktop .mainhead-main__navigation ul.menu > li:hover > a {
    color: var(--knillgruppe--colors--mainhead--before);
    border-bottom: none;
  }
  .mainhead--desktop .mainhead-main__navigation ul.sub-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    min-width: 100%;
    transform: translateY(100%);
    background-color: var(--knillgruppe--colors--mainhead--sub-menu--bg);
    box-shadow: 0px 11px 5px 0px rgba(var(--wp--custom--color-rgb--black), 0.35);
  }
  .mainhead--desktop .mainhead-main__navigation ul.sub-menu > li {
    list-style: none;
    margin: 0px 15px;
  }
  .mainhead--desktop .mainhead-main__navigation ul.sub-menu > li a {
    display: block;
    padding: 10px 0px;
    color: var(--knillgruppe--colors--mainhead--sub-menu--a);
    font-family: futura-pt, sans-serif;
    font-weight: normal;
    font-size: var(--wp--preset--font-size--normal);
    text-transform: none;
    white-space: nowrap;
  }
  .mainhead--desktop .mainhead-main__navigation ul.sub-menu > li a:hover {
    color: var(--knillgruppe--colors--mainhead--sub-menu--a-hover);
    border-bottom-color: transparent;
  }
  .mainhead--desktop .mainhead-main__navigation ul.sub-menu > li:not(:last-of-type) {
    border-bottom: 1px solid rgba(var(--wp--custom--color-rgb--font), 0.2);
  }
  .mainhead--desktop .mainhead-main__navigation ul.sub-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--knillgruppe--sizes--menu--bar-height);
    top: 0;
    left: 0;
    transform: translateY(-100%);
    cursor: pointer;
    pointer-events: none;
  }
}
@media (hover: none), screen and (max-width: 991.98px) {
  .mainhead--desktop {
    display: none;
  }

  .mainhead--mobile {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 60px 0px;
  }
  .mainhead--mobile .mainhead__logo {
    height: 40px;
    width: 80px;
    align-self: center;
    justify-self: start;
    padding-left: 20px;
  }
  .mainhead--mobile .mainhead__logo a,
.mainhead--mobile .mainhead__logo img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mainhead--mobile .mainhead__logo img {
    object-fit: contain;
  }
  .mainhead--mobile .mainhead__burger {
    align-self: center;
    justify-self: end;
    cursor: pointer;
    padding-right: 20px;
  }
  .mainhead--mobile .mainhead__burger span {
    display: block;
    width: var(--knillgruppe--sizes--burger--width);
    height: var(--knillgruppe--sizes--burger--height);
    background-color: var(--knillgruppe--colors--mobile--nav);
    transition: background-color 0.2s linear, transform 0.2s linear, opacity 0.2s linear;
  }
  .mainhead--mobile .mainhead__burger span:not(:last-of-type) {
    margin-bottom: var(--knillgruppe--sizes--burger--margin);
  }
  .mainhead--mobile .mainhead__burger span:nth-child(1) {
    transform-origin: top right;
    transform: translateY(0) rotate(0);
  }
  .mainhead--mobile .mainhead__burger span:nth-child(3) {
    transform-origin: bottom right;
    transform: translateY(0) rotate(0);
  }
  .mainhead--mobile .mainhead__overlay {
    position: relative;
    margin: 0px 10px;
    grid-column-start: 1;
    grid-column-end: 3;
    opacity: 0;
    pointer-events: none;
    display: grid;
    grid-template-rows: min-content 1fr;
    gap: 1px;
    transform: translateY(-100%);
  }
  .mainhead--mobile .mainhead__overlay::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: var(--knillgruppe--colors--mobile--overlay--a);
    opacity: 0.1;
  }
  .mainhead--mobile .mainhead__overlay > div {
    background-color: var(--knillgruppe--colors--mobile--overlay--bg);
  }
  .mainhead--mobile .mainhead__overlay__meta {
    order: 1;
  }
  .mainhead--mobile .mainhead__overlay__main {
    order: 2;
  }
  .mainhead--mobile .mainhead__overlay ul li {
    list-style: none;
  }
  .mainhead--mobile .mainhead__overlay__main > div > ul {
    margin-bottom: 50px;
  }
  .mainhead--mobile .mainhead__overlay__main > div > ul > li {
    position: relative;
    list-style: none;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--knillgruppe--sizes--menu--bar-height) / 2);
    margin-bottom: 30px;
  }
  .mainhead--mobile .mainhead__overlay__main > div > ul > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--knillgruppe--sizes--menu--bar-width) * -2);
    display: block;
    width: var(--knillgruppe--sizes--menu--bar-width);
    height: calc(var(--knillgruppe--sizes--menu--bar-height) / 2);
    background-color: var(--knillgruppe--colors--mainhead--before);
    margin: 3px 0px 0px 0px;
  }
  .mainhead--mobile .mainhead__overlay__main > div > ul > li > a {
    display: inline-block;
    width: max-content;
    font-family: futura-pt, sans-serif;
    line-height: var(--wp--preset--font-size--medium);
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--medium);
    text-decoration: none;
    color: var(--knillgruppe--colors--mainhead--a);
  }
  .mainhead--mobile .mainhead__overlay__main > div > ul > li > a:hover {
    border-color: transparent;
    color: var(--knillgruppe--colors--mainhead--before);
  }
  .mainhead--mobile .mainhead__overlay__main > div > ul > li.menu-item-has-children {
    min-height: var(--knillgruppe--sizes--menu--bar-height);
  }
  .mainhead--mobile .mainhead__overlay__main > div > ul > li.menu-item-has-children::before {
    height: var(--knillgruppe--sizes--menu--bar-height);
  }
  .mainhead--mobile .mainhead__overlay__main ul.sub-menu {
    padding: 0px;
    margin: 15px 20px;
    display: grid;
  }
  .mainhead--mobile .mainhead__overlay__main ul.sub-menu li a {
    display: block;
    text-decoration: none;
    color: var(--knillgruppe--colors--mainhead--a);
    padding: 10px 0px;
  }
  .mainhead--mobile .mainhead__overlay__main ul.sub-menu li:not(:last-of-type)::after {
    content: "";
    display: block;
    height: 1px;
    background-color: var(--knillgruppe--colors--mobile--overlay--a);
    opacity: 0.2;
  }
  .mainhead--mobile .mainhead__overlay__meta ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .mainhead--mobile .mainhead__overlay__meta ul li {
    grid-column-start: 1;
    grid-column-end: end;
  }
}
@media screen and (hover: none) and (min-width: 544px), screen and (max-width: 991.98px) and (min-width: 544px) {
  .mainhead--mobile .mainhead__overlay__meta ul li:nth-child(odd) {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .mainhead--mobile .mainhead__overlay__meta ul li:nth-child(even) {
    grid-column-start: 7;
    grid-column-end: 13;
  }
}
@media screen and (hover: none) and (min-width: 768px), screen and (max-width: 991.98px) and (min-width: 768px) {
  .mainhead--mobile .mainhead__overlay__meta ul li:nth-child(odd) {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .mainhead--mobile .mainhead__overlay__meta ul li:nth-child(even) {
    grid-column-start: 5;
    grid-column-end: 10;
  }
}
@media (hover: none), screen and (max-width: 991.98px) {
  .mainhead--mobile .mainhead__overlay__meta ul li a {
    display: inline-block;
    text-decoration: none;
    color: var(--knillgruppe--colors--mainhead--a);
  }
}
@media (hover: none), screen and (max-width: 991.98px) {
  .mainhead--mobile .mainhead__overlay__meta ul li.metahead__button {
    grid-column-start: 1;
    grid-column-end: end;
  }
}
@media (hover: none), screen and (max-width: 991.98px) {
  .mainhead--mobile .mainhead__overlay__meta ul li.wpml-ls-item {
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .mainhead--mobile .mainhead__overlay__meta ul li.wpml-ls-item.wpml-ls-current-language {
    font-family: futura-pt, sans-serif;
    font-weight: bold;
  }
}
@media (hover: none), screen and (max-width: 991.98px) {
  body.mobile--nav-opened {
    overflow-y: hidden;
  }
  body.mobile--nav-opened.admin-bar .mainhead--mobile {
    top: var(--knillgruppe--admin-bar--height);
  }
  body.mobile--nav-opened.admin-bar .mainhead__burger {
    top: 0px !important;
  }
  body.mobile--nav-opened .mainhead--mobile {
    position: absolute;
    inset: 0;
    z-index: 100;
    height: calc(var(--vh, 1vh) * 100);
    background-color: var(--knillgruppe--colors--mobile--overlay--bg);
    grid-template-rows: 60px 1fr;
    overflow-y: auto;
  }
  body.mobile--nav-opened .mainhead--mobile .mainhead__burger {
    position: sticky;
    top: var(--knillgruppe--sizes--burger--marginTop);
  }
  body.mobile--nav-opened .mainhead--mobile .mainhead__burger span {
    background-color: var(--wp--preset--color--secondary);
  }
  body.mobile--nav-opened .mainhead--mobile .mainhead__burger span:nth-child(1) {
    transform-origin: top right;
    transform: translateY(calc(var(--knillgruppe--sizes--burger--offset) * -1)) rotate(-45deg);
  }
  body.mobile--nav-opened .mainhead--mobile .mainhead__burger span:nth-child(2) {
    opacity: 0;
  }
  body.mobile--nav-opened .mainhead--mobile .mainhead__burger span:nth-child(3) {
    transform-origin: bottom right;
    transform: translateY(var(--knillgruppe--sizes--burger--offset)) rotate(45deg);
  }
  body.mobile--nav-opened .mainhead--mobile .mainhead__overlay {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li.current-menu-item:hover > a, #mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li.current-menu-ancestor:hover > a {
  color: var(--wp--preset--color--white) !important;
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li.current-menu-item > a, #mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li.current-menu-ancestor > a {
  position: relative;
  color: var(--wp--preset--color--white);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li.current-menu-item > a::before, #mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li.current-menu-ancestor > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100% + 6px);
  height: calc(var(--wp--preset--font-size--medium) + 6px);
  background-color: var(--knillgruppe--colors--mainhead--before-active);
  transform: translate(-3px, -3px);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:first-of-type::before {
  background-color: var(--knillgruppe--colors--mainhead--before-first);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:first-of-type:hover > a {
  color: var(--knillgruppe--colors--mainhead--before-first);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:first-of-type:hover .sub-menu a:hover {
  color: var(--knillgruppe--colors--mainhead--before-first);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:first-of-type.current-menu-item > a::before, #mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:first-of-type.current-menu-ancestor > a::before {
  background: var(--knillgruppe--colors--mainhead--before-first);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:last-of-type::before {
  background-color: var(--knillgruppe--colors--mainhead--before-last);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:last-of-type:hover > a {
  color: var(--knillgruppe--colors--mainhead--before-last);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:last-of-type:hover .sub-menu a:hover {
  color: var(--knillgruppe--colors--mainhead--before-last);
}
#mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:last-of-type.current-menu-item > a::before, #mainhead .mainhead-main__navigation > div ul:not(.sub-menu) > li:last-of-type.current-menu-ancestor > a::before {
  background: var(--knillgruppe--colors--mainhead--before-last);
}

#mainhead .menu-main-menu-container ul.sub-menu .current-menu-item > a {
  font-weight: bold;
}
#mainhead .menu-main-menu-container ul.sub-menu .current-menu-item > a::before {
  display: none;
}

#mainfooter {
  margin-top: 100px;
  background-color: var(--knillgruppe--colors--footer--bg);
  color: var(--knillgruppe--colors--footer--a);
  padding: 50px 0px;
}

.mainfooter__grid, .mainfooter__lastline {
  max-width: var(--knillgruppe--content-width);
  margin: auto;
}

.mainfooter__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  padding: 0px 10px;
}
@media screen and (min-width: 768px) {
  .mainfooter__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mainfooter__grid a {
  color: var(--wp--preset--color--black);
}

.mainfooter__grid__col1 > * {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mainfooter__grid__col1 > * {
    text-align: left;
  }
}
.mainfooter__grid__col1 img {
  max-width: 100px;
}

.mainfooter__grid__col2 {
  align-self: center;
}
.mainfooter__grid__col2 a {
  font-size: var(--wp--preset--font-size--medium);
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
}
.mainfooter__grid__col2 > * {
  text-align: center;
}

.mainfooter__grid__col3 ul {
  text-align: center;
  padding: 0px;
}
.mainfooter__grid__col3 ul li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .mainfooter__grid__col3 {
    align-self: end;
  }
  .mainfooter__grid__col3 ul {
    text-align: right;
  }
}

.mainfooter__lastline {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainfooter__strip {
  width: 100%;
  border-top: 1px solid var(--wp--preset--color--lightgrey);
  padding: 0px 10px;
}
.mainfooter__strip > div {
  max-width: var(--knillgruppe--content-width);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .mainfooter__strip > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .mainfooter__strip__col1 {
    justify-self: start;
  }
  .mainfooter__strip__col2 .wp-block-kadence-advancedgallery {
    width: 130px;
  }
  .mainfooter__strip__col2 .wp-block-kadence-advancedgallery figure {
    opacity: 0.5;
    transition: opacity 0.2s linear;
  }
  .mainfooter__strip__col2 .wp-block-kadence-advancedgallery figure:hover {
    opacity: 1;
  }
  .mainfooter__strip__col3 {
    justify-self: end;
  }
}
.mainfooter__strip__col1, .mainfooter__strip__col3, .mainfooter__strip__col3 a {
  color: var(--wp--preset--color--font);
}
.mainfooter__strip__col1 {
  display: flex;
  gap: 4px;
}
.mainfooter__strip__col2 .kb-gallery-ul {
  margin: 0px !important;
  flex-wrap: nowrap !important;
}
.mainfooter__strip__col2 .kb-gallery-image-contain,
.mainfooter__strip__col2 img {
  height: 25px !important;
}
.mainfooter__strip__col2 img {
  width: 25px !important;
  position: relative !important;
}
@media screen and (min-width: 768px) {
  .mainfooter__strip__col2 img {
    position: absolute;
  }
}

button:not(.slick-arrow),
.button,
a.button,
input[type=submit],
.wp-block-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  text-decoration: none;
  transition: background-color 0.15s linear, color 0.15s linear;
}
button:not(.slick-arrow):hover,
.button:hover,
a.button:hover,
input[type=submit]:hover,
.wp-block-button a:hover {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--white);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
input[type=number] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-style: solid;
  border-color: var(--wp--preset--color--font);
  border-width: 1px;
  border-radius: 4px;
  padding: 8px var(--knillgruppe--form--input-padding);
  font-family: futura-pt, sans-serif;
  font-size: var(--wp--preset--font-size--normal);
}
input[type=text]:focus-within,
input[type=email]:focus-within,
input[type=tel]:focus-within,
input[type=search]:focus-within,
input[type=date]:focus-within,
input[type=number]:focus-within {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0px 4px 2px -2px rgba(var(--wp--preset--color--primary), 0.3);
}
@media screen and (max-width: 543.98px) {
  input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
input[type=number] {
    line-height: 1.8;
  }
}

input[type=checkbox] {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  cursor: pointer;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--darkgrey);
  transition: all 0.3s ease;
}
input[type=checkbox]::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type=checkbox]:checked::before {
  border: 1px solid rgba(var(--wp--preset--color--primary), 0.2);
}
input[type=checkbox]:checked::after {
  opacity: 1;
  width: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--primary);
  border-width: 0px 2px 2px 0px;
  transform: translate(6px, -4px) rotate(45deg);
}

input[type=date] {
  color: transparent;
}

label.input--focussed + span > input {
  color: inherit;
}

label.input--focussed {
  font-size: 80%;
  transform: translateY(calc(-200% - 4px)) !important;
}
label.wpcf7__textarea {
  top: 18px !important;
  transform: translateY(0);
  height: auto !important;
}
label.wpcf7__textarea.input--focussed {
  transform: translateY(calc(-200% - 2px)) !important;
}

textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-style: solid;
  border-color: var(--wp--preset--color--font);
  border-width: 1px;
  border-radius: 4px;
  padding: 8px var(--knillgruppe--form--input-padding);
  font-family: futura-pt, sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: var(--knillgruppe--form--input-padding);
}
textarea:focus-within {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0px 4px 2px -2px rgba(var(--wp--preset--color--primary), 0.3);
}
@media screen and (max-width: 543.98px) {
  textarea {
    line-height: 1.8;
  }
}

.wpcf7-form .wpcf7__grid {
  display: grid;
  grid-gap: 30px;
  padding-top: 40px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 992px) {
  .wpcf7-form .wpcf7__grid {
    grid-template-columns: 1fr 1fr;
  }
  .wpcf7-form .wpcf7__grid--2col {
    grid-column: 1/3;
  }
}
.wpcf7-form .wpcf7__grid--no-padding {
  padding-top: 0px;
}
.wpcf7-form .wpcf7__input-wrapper {
  position: relative;
}
.wpcf7-form .wpcf7__input-wrapper label {
  position: absolute;
  top: 50%;
  left: var(--knillgruppe--form--input-padding);
  z-index: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  pointer-events: none;
  transform: translateY(-50%);
  transition: font-size linear 0.1s, transform linear 0.1s;
}
.wpcf7-form .wpcf7__footer {
  margin-top: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 768px) {
  .wpcf7-form .wpcf7__footer {
    grid-template-columns: 1fr max-content;
  }
  .wpcf7-form .wpcf7__footer input {
    justify-self: start;
  }
}
.wpcf7-form .wpcf7__footer input {
  justify-self: end;
  align-self: start;
  font-size: var(--wp--preset--font-size--medium);
}
.wpcf7-form .wpcf7__footer input:disabled {
  opacity: 0.4;
}
.wpcf7-form .wpcf7__footer input:disabled:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary);
}
.wpcf7-form .wpcf7__footer .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 30px 1fr;
  row-gap: 20px;
}
.wpcf7-form .wpcf7__footer .wpcf7-acceptance label span[data-name=hcap-cf7] {
  order: 2;
}
.wpcf7-form .wpcf7__footer .wpcf7-list-item {
  margin-left: 0px;
}

.job-form h3 {
  margin-top: 50px;
}

.job-select label {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .job-select label {
    flex-direction: row;
  }
}
.job-select__select-wrapper {
  position: relative;
}
.job-select__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 10px;
  background-color: var(--wp--preset--color--lightgrey);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  transform: translateY(-50%);
}
.job-select select {
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--font);
  border-radius: 4px;
  padding: 8px 40px 8px var(--knillgruppe--form--input-padding);
  cursor: pointer;
  max-width: calc(100vw - 40px);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.single-produkte .headline-centered {
  font-size: var(--wp--preset--font-size--xmedium);
  text-align: center;
}

.brands-wrapper {
  overflow: hidden;
  margin: 40px 0px;
}
.brands-wrapper__inner {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 1px;
  background-color: var(--wp--preset--color--mediumgrey);
  margin-bottom: -1px;
}
@media screen and (min-width: 601px) {
  .brands-wrapper__inner {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 1024px) {
  .brands-wrapper__inner {
    grid-template-columns: repeat(3, auto);
  }
}

.brands__item {
  position: relative;
  background-color: var(--wp--preset--color--darkgrey);
  height: 100%;
}

.brands__item a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

.brands__item > a:not(.detaillink) {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.brands__item > a:not(.detaillink):hover:before {
  /* just for subpages */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--wp--preset--color--darkgrey);
  z-index: 1;
}

.brands__item > a:not(.detaillink):hover {
  border-bottom: none;
}

.brands__item > a:not(.detaillink):hover .hoverbox {
  opacity: 1;
}

.brands__item__inner {
  margin: 0px;
  padding: 20px 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .brands-wrapper__inner {
    background-color: transparent;
  }

  .brands__item {
    width: 33%;
    float: left;
  }
}
.page-template-page_produkte_energy .firmenblock .Technology .brands__item__inner,
.page-template-page_produkte_energy .firmenblock .Technology > a:not(.detaillink):hover .hoverbox,
.single-energy .firmenblock .Technology .brands__item__inner,
.single-energy .firmenblock .Technology > a:not(.detaillink):hover .hoverbox,
.firmentype_Energy .firmenblock .Technology .brands__item__inner,
.firmentype_Energy .firmenblock .Technology > a:not(.detaillink):hover .hoverbox {
  opacity: 0.3 !important;
}

.page-template-page_produkte_technology .firmenblock .brands__item--energy .brands__item__inner,
.page-template-page_produkte_technology .firmenblock .brands__item--energy > a:not(.detaillink):hover .hoverbox,
.single-technology .firmenblock .brands__item--energy .brands__item__inner,
.single-technology .firmenblock .brands__item--energy > a:not(.detaillink):hover .hoverbox,
.firmentype_Technology .firmenblock .brands__item--energy .brands__item__inner,
.firmentype_Technology .firmenblock .brands__item--energy > a:not(.detaillink):hover .hoverbox {
  opacity: 0.3 !important;
}

.brands__item__inner {
  /* margin: 20px 0 0 40px;
  width: 76%; */
}

.brands__item .firmenHL {
  font-family: futura-pt, sans-serif;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.firmentext {
  color: var(--knillgruppe--colors--maincontent--dark-p);
}

.brands__item .lineHL {
  background: var(--wp--preset--color--primary) none repeat scroll 0 0;
  height: 34px;
  margin: 2px 0 0 -21px;
  position: absolute;
  width: 10px;
}

.Technology .lineHL {
  background: var(--wp--preset--color--secondary) none repeat scroll 0 0 !important;
}

.brands__itemTechnology .lineHL {
  background: var(--wp--preset--color--secondary);
}

.brands__item .detaillink {
  border-bottom: 1px solid var(--wp--preset--color--white);
  display: inline-block;
  margin: 10px 0 0 0;
}

.hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--white);
  left: 0px;
  top: 0px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

.firmenlogoHover {
  /* height: auto;
  margin:7% auto 0;
  width: 60%; */
  height: 90%;
  object-fit: contain;
}

.firmenanzahl {
  display: block;
  float: left;
  font-family: futura-pt, sans-serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: -6px;
  line-height: 40px;
  margin: -4px 12px 0 0;
  text-transform: uppercase;
}

.brands-wrapper__header h2 {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: uppercase;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}

.lineHoriz {
  background: var(--wp--preset--color--white) none repeat scroll 0 0;
  float: left;
  height: 1px;
  margin: 4px 5px 0 0;
  width: 50px;
}

.brands-wrapperHeader {
  margin: 0 0 30px;
  padding: 60px 0 20px;
}

.dreiDLogo {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 9;
}

.products-grid {
  margin: 50px 0px;
  width: calc(var(--vw, 1vw) * 100);
  max-width: var(--knillgruppe--max-width);
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.products-grid__card figure {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
}
.products-grid__card figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.2s linear;
}
.products-grid__card a figure {
  position: relative;
}
.products-grid__card a figure::before, .products-grid__card a figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33%;
  height: 40%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.products-grid__card a figure::before {
  background-image: url(assets/img/pfeil-grafik-hell_kl.png);
  opacity: 1;
  animation-name: translate_arrows_white_up;
}
.products-grid__card a figure::after {
  background-image: url(assets/img/pfeil-grafik-hell_kl_blue.png);
  opacity: 0;
  animation-name: translate_arrows_colored_up;
}
.products-grid__card a:hover figure::before  {
  animation-name: translate_arrows_white_down;
}
.products-grid__card a:hover figure::after {
  animation-name: translate_arrows_colored_down;
}
.products-grid__card a:hover {
  border-bottom: none;
}
.products-grid__card a:hover img {
  transform: scale(1.1);
}
.products-grid__card h2 {
  font-size: var(--wp--preset--font-size--xmedium);
  text-align: center;
  color: var(--wp--preset--color--black);
}

.team-nav ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0px;
  padding: 0px;
}
.team-nav ul li {
  list-style: none !important;
}
.team-nav ul li a {
  position: relative;
  color: var(--wp--preset--color--black);
  font-style: italic;
  font-weight: bold;
  border-color: var(--wp--preset--color--black);
  border-bottom-style: solid;
}
.team-nav ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -4px;
  right: -6px;
  bottom: -2px;
  background: transparent;
  transition: background 0.2s ease;
}
.team-nav ul li a.active {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
}
.team-nav ul li a.active::before {
  background: var(--wp--preset--color--primary);
}

.team-grid {
  width: calc(var(--vw, 1vw) * 100);
  margin-left: 50%;
  transform: translateX(-50%);
}

.team-grid__departement {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--wp--preset--color--lightgrey) 0%, var(--wp--preset--color--white) 100%);
}

.team-grid__departement section {
  width: 100%;
  max-width: var(--knillgruppe--content-width);
  margin-inline: auto;
}
.team-grid__departement section header h2 {
  text-align: center;
  font-size: var(--wp--preset--font-size--xmedium);
}
.team-grid__departement section main {
  margin: 0px 0px 20px 0px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .team-grid__departement section main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .team-grid__departement section main {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-grid__departement section main .team-grid__card figure {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
}
.team-grid__departement section main .team-grid__card figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  transition: transform 0.2s linear;
}
.team-grid__departement section main .team-grid__card a figure {
  position: relative;
}
.team-grid__departement section main .team-grid__card a figure::before, .team-grid__departement section main .team-grid__card a figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33%;
  height: 40%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.team-grid__departement section main .team-grid__card a figure::before {
  background-image: url(assets/img/pfeil-grafik-hell_kl.png);
  opacity: 1;
  animation-name: translate_arrows_white_up;
}
.team-grid__departement section main .team-grid__card a figure::after {
  background-image: url(assets/img/pfeil-grafik-hell_kl_blue.png);
  opacity: 0;
  animation-name: translate_arrows_colored_up;
}
.team-grid__departement section main .team-grid__card a:hover figure::before  {
  animation-name: translate_arrows_white_down;
}
.team-grid__departement section main .team-grid__card a:hover figure::after {
  animation-name: translate_arrows_colored_down;
}
.team-grid__departement section main .team-grid__card a:hover {
  border-bottom: none;
}
.team-grid__departement section main .team-grid__card a:hover img {
  transform: scale(1.1);
}
.team-grid__departement section main .team-grid__card h2 {
  font-size: var(--wp--preset--font-size--xmedium);
  text-align: center;
  color: var(--wp--preset--color--black);
}

.locations-map {
  margin-top: 80px;
  position: relative;
}
.locations-map__inner {
  position: relative;
}

.locations-map h3 {
  color: var(--knillgruppe--colors--maincontent--dark-p);
  margin: -40px 0 40px 4px;
  z-index: 30;
  text-align: center;
}

.locations-list {
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 20;
  background: var(--wp--preset--color--white);
  max-width: 210px;
  padding: 10px 15px 0 10px;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  box-shadow: 0px 11px 4px 0px rgba(50, 50, 50, 0.1);
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .locations-list {
    top: 50px;
  }
}
.locations-list:hover {
  padding: 10px 15px 5px 10px;
}
.locations-list:hover .countrypicker {
  height: auto;
  min-height: 50px;
}
.locations-list h6 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: futura-pt, sans-serif;
  font-size: var(--wp--preset--font-size--normal);
}
.locations-list .listbutton {
  float: left;
  margin: 2px 7px 0 0;
  width: 17px;
  cursor: pointer;
}
.locations-list .listbutton span {
  float: left;
  height: 3px;
  width: 100%;
  margin: 0 0 2px 0;
  background: var(--wp--preset--color--primary);
}
.locations-list .countrypicker {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  font-size: var(--wp--preset--font-size--normal);
  color: var(--wp--preset--color--black);
  text-transform: none;
  height: 0px;
  overflow: hidden;
  min-height: 0px;
  transition: all 200ms;
}
.locations-list .countrypicker li {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  border-top: 1px solid var(--wp--preset--color--lightergrey);
  padding: 5px 0 5px 0;
  transition: all 200ms;
}
.locations-list .countrypicker li:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.locations-list .countrypicker li:hover a {
  color: var(--wp--preset--color--white);
}
.locations-list .countrypicker li:last-child {
  padding: 5px 0 5px 0;
  margin-bottom: 0px;
}
.locations-list .countrypicker li a {
  color: var(--wp--preset--color--mediumgrey);
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 200ms;
  text-decoration: none;
}
.locations-list .countrypicker li a:hover {
  border: 0px;
  color: var(--wp--preset--color--white);
}

.single .locations-map {
  margin: 100px 0 0 0;
}

.firmenblock {
  margin: 80px 0 0 0;
}

.karteformularzeigen {
  margin: 0px 0 0 0;
}

.weltkarte {
  width: 100%;
  height: auto;
}

.mapmarker {
  position: absolute;
  z-index: 10;
  left: 0%;
  top: 0%;
  width: 40px;
  height: auto;
}

.mapmarker:hover {
  z-index: 20;
}

.ParttrennerLine {
  background: var(--wp--preset--color--black) none repeat scroll 0 0;
  height: 85px;
  margin: -92px 0 0 -4px;
  position: absolute;
  width: 1px;
}

.variantenpart .ParttrennerLine {
  margin: -95px 0 0 -1px;
}

.noheadline .firsttrenner {
  display: none;
}

.textblankpart {
  height: 120px;
}

.ParttrennerLinebottom {
  margin: -107px 0 0 -4px;
}

.weiterrow {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}

.FormHL {
  font-family: "FuturaSCDem W01 Regular", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: -40px 0 20px 0;
  text-transform: uppercase;
}

.markenstandortpart {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
}

.single-standort .markenstandortpart {
  float: left;
  width: 100%;
  margin: -50px 0 20px 0;
}

.single-standort .ContenpartTitel {
  display: none;
}

.single-standort .markenstandortItem {
  width: 285px;
}

.markenstandortpart .ParttrennerLine {
  margin: -92px 0 0;
}

.ParttrennerLine {
  left: 50.5%;
}

.markenstandortpart .bigtext {
  margin: -6px 0 6px;
}

.markenstandortpart .ContenpartTitel h2 {
  margin: 0;
}

.markenstandortpart .ContenpartTitel h2 .zurwebsitelink {
  background: var(--wp--preset--color--white) none repeat scroll 0 0;
  margin: -67px 0 40px;
  padding: 8px 0 12px;
  position: relative;
}

.markenstandortview {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .markenstandortview {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}

.markenstandortItem {
  flex: 1 1 100%;
  border-top: 0 solid var(--wp--preset--color--mediumgrey);
  display: inline-block;
  height: auto;
  margin: 0 0 30px;
  min-width: 150px;
  overflow: visible;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .markenstandortItem {
    border-right: 1px solid var(--wp--preset--color--lightergrey);
  }
}

.markenstandortItem:last-child {
  border-right: 0px solid var(--wp--preset--color--lightergrey);
}

.markenstandortItemInfoItem a {
  border-bottom: 1px var(--wp--preset--color--black) dotted;
  display: inline-block;
}

.markenstandortItem h3 {
  margin: 0 0 4px;
  text-transform: uppercase;
}

.firmentype_Technology .markenstandortItem h3 {
  color: var(--wp--preset--color--secondary);
}

.downloads-sections {
  --knillgruppe--sizes-local--margin-left: 50px;
  margin-top: 40px;
}
.downloads-sections section {
  margin-bottom: 40px;
}
.downloads-sections h3 {
  position: relative;
  margin-left: var(--knillgruppe--sizes-local--margin-left);
}
.downloads-sections h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 37px;
  height: 1px;
  background-color: var(--wp--preset--color--black);
  transform: translate(calc(var(--knillgruppe--sizes-local--margin-left) * -1), -100%);
}
.downloads-sections ul {
  padding-left: 25px;
  margin-left: var(--knillgruppe--sizes-local--margin-left) !important;
}
.downloads-sections ul li {
  position: relative;
  list-style: none;
  list-style-type: none !important;
  margin-bottom: 15px;
}
.downloads-sections ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("assets/img/icon-download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-25px);
}
.downloads-sections ul li a {
  color: var(--wp--preset--color--font);
}
.downloads-sections ul li a:hover, .downloads-sections ul li a:focus {
  color: var(--wp--preset--color--font);
}

.jobs-grid {
  display: flex;
  flex-direction: column;
}
.jobs-grid section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: center;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .jobs-grid section {
    grid-template-columns: 1.5fr 0.5fr 0.5fr 0.5fr;
  }
}
.jobs-grid__header {
  grid-template-columns: 1.5fr 0.5fr 0.5fr 0.5fr !important;
  border-bottom: 1px solid var(--wp--preset--color--font);
}
.jobs-grid__entry:nth-child(2n) {
  background-color: var(--wp--preset--color--lightergrey);
}
.jobs-grid__entry > div:last-of-type {
  justify-self: end;
}

.kb__hero {
  width: calc(var(--vw, 1vw) * 100);
  margin-left: 50%;
  transform: translateX(-50%);
  max-height: var(--knillgruppe--sizes--hero-height);
}
.kb__hero .kb-blocks-slider {
  max-height: var(--knillgruppe--sizes--hero-height);
}
.kb__hero .kt-row-column-wrap {
  padding: 0px;
}
.kb__hero .kt-blocks-carousel {
  padding: 0 !important;
}
.kb__hero .kt-blocks-carousel .kb-advanced-slide-inner-wrap {
  max-height: var(--knillgruppe--sizes--hero-height);
}
.kb__hero .kt-blocks-carousel .kb-blocks-slider {
  margin-bottom: 0 !important;
}
.kb__hero .kt-blocks-carousel .slick-arrow {
  display: none !important;
}
.kb__hero .kt-blocks-carousel .slick-dots {
  top: 0;
  bottom: auto;
  left: 5px;
  right: auto;
  width: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.kb__hero .kt-blocks-carousel .slick-dots li,
.kb__hero .kt-blocks-carousel .slick-dots li.slick-active {
  width: 15px;
  height: 15px;
}
.kb__hero .kt-blocks-carousel .slick-dots li button,
.kb__hero .kt-blocks-carousel .slick-dots li.slick-active button {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.kb__hero .kt-blocks-carousel .slick-dots li button::before,
.kb__hero .kt-blocks-carousel .slick-dots li.slick-active button::before {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--white);
}
@media screen and (min-width: 992px) {
  .kb__hero .kt-blocks-carousel .kb-advanced-slide h2 {
    font-size: var(--wp--preset--font-size--title);
  }
}
.kb__hero .kt-blocks-carousel .kb-advanced-slide .wp-block-button a {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid var(--wp--preset--color--white);
  padding: 4px 45px;
  text-transform: none;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
}
.kb__hero .kt-blocks-carousel .kb-advanced-slide .wp-block-button a:hover {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  opacity: 0.7;
}
.kb__hero .kt-blocks-carousel .kb-advanced-slide-inner-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 80%;
  opacity: 0.15;
  background-color: var(--wp--preset--color--black);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
}
.kb__hero .kt-blocks-carousel .kb-advanced-slide-inner-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.5;
  background-image: url(assets/img/pfeil-grafik-hell.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.kb__full-width__img-left .inner-column-1 {
  align-items: flex-end;
}
.kb__full-width__img-left .inner-column-1 .kt-inside-inner-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kb__full-width__img-left .inner-column-1 .kt-inside-inner-col {
    width: calc(var(--vw, 1vw) * 50);
  }
}
.kb__full-width__img-left .inner-column-1 .kt-inside-inner-col figure {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .kb__full-width__img-left .inner-column-1 .kt-inside-inner-col figure {
    justify-content: flex-end;
  }
}
.kb__full-width__img-left .inner-column-1 .kt-inside-inner-col figure img {
  width: 100%;
  height: 100%;
  max-width: var(--knillgruppe--sizes--img-max-width);
  object-fit: contain;
}
.kb__full-width__img-left .inner-column-2 p:first-of-type {
  margin-top: 0px;
}

.kb__grid {
  width: calc(var(--vw, 1vw) * 100);
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--darkgrey);
  padding: 60px 0px;
}
.kb__grid .kt-row-column-wrap {
  max-width: var(--knillgruppe--content-width);
  margin-inline: auto;
  padding-inline: 0px !important;
}
.kb__grid .kt-row-column-wrap h2 {
  position: relative;
  padding-left: 60px;
  padding-top: 0px;
  margin-top: 0px;
}
.kb__grid .kt-row-column-wrap h2::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: var(--wp--preset--color--white);
}
.kb__grid .kt-row-column-wrap ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0px;
  margin-top: 80px;
  margin-bottom: 0px;
  box-shadow: inset 0px 0px 0px 1px var(--wp--preset--color--darkgrey);
}
@media screen and (min-width: 601px) {
  .kb__grid .kt-row-column-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .kb__grid .kt-row-column-wrap ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.kb__grid .kt-row-column-wrap ul::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  box-shadow: inset 0px 0px 0px 1px var(--wp--preset--color--darkgrey);
  pointer-events: none;
}
.kb__grid .kt-row-column-wrap ul li {
  position: relative;
  list-style: none;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: var(--wp--preset--font-size--medium);
  padding: 10px 10px 30px 30px;
  border-right: 1px solid var(--wp--preset--color--mediumgrey);
  border-bottom: 1px solid var(--wp--preset--color--mediumgrey);
}
.kb__grid .kt-row-column-wrap ul li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  width: 10px;
  height: 34px;
  background-color: var(--wp--preset--color--primary);
}
.kb__grid .kt-row-column-wrap ul li a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
  transition: opacity 0.2s linear;
}
.kb__grid .kt-row-column-wrap ul li a:hover {
  border-bottom: none;
  opacity: 0.8;
}

.wp-block-embed-youtube,
.wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

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