/*
Theme Name: Beck Design Child Theme
Template: salient
Version: 1.0
*/

/* =========================================================
   KONKRET GROTESK PRO – COMPLETE FONT FACE SETUP
   Path: ./fonts/
   ========================================================= */

/* THIN – 100 */
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Thin-Italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* EXTRA LIGHT – 200 */
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-ExtraLight-Italic.woff2")
    format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* LIGHT – 300 */
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Light-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* REGULAR – 400 */
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* MEDIUM – 500 */
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Medium-Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* BOLD – 700 */
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* EXTRA BOLD – 800 */
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-ExtraBold-Italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* BLACK – 900 */
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BFKonkretGroteskPro";
  src: url("./fonts/Konkret-Grotesk-Pro-Black-Italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* =========================================================
   USAGE
   ========================================================= */
*,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

p {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

body {
  font-family: "BFKonkretGroteskPro", system-ui, -apple-system,
    BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 700;
}
em {
  font-style: italic;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #004874;
  --bs-secondary: #c59904;
  --bs-primary-rgb: 0, 72, 116;
  --bs-secondary-rgb: 197, 153, 4;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 29, 29, 27;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "BFKonkretGroteskPro", sans-serif;
  --bs-font-monospace: "BFKonkretGroteskPro", sans-serif;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.9;
  --bs-body-color: #1d1d1b;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #f7f7f7;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #004874;
  --bs-link-hover-color: #c59904;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;

  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;

  --mobile-container-width: 92%;
}

html {
  font-size: 20px;
}

body {
  font-family: var(--bs-font-sans-serif);
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  color: #1d1d1b;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Global: Wörter NIE innerhalb brechen */
* {
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: none;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2em;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--bs-primary);
}

h1,
.h1,
.h1 p,
p.h1,
.wpb_content_element.h1 h2,
.wpb_content_element.h1 h3,
.wpb_content_element.h1 h3,
.wpb_content_element.h1 h4,
.wpb_content_element.h1 h5,
.wpb_content_element.h1 h6 {
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  h1,
  .h1,
  .h1 p,
  p.h1,
  .wpb_content_element.h1 h2,
  .wpb_content_element.h1 h3,
  .wpb_content_element.h1 h3,
  .wpb_content_element.h1 h4,
  .wpb_content_element.h1 h5,
  .wpb_content_element.h1 h6 {
    font-size: 4rem;
  }
}

h2,
.h2,
.h2 p,
p.h2,
.wpb_content_element.h2 h1,
.wpb_content_element.h2 h3,
.wpb_content_element.h2 h4,
.wpb_content_element.h2 h5,
.wpb_content_element.h2 h6 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h2,
  .h2,
  p.h2,
  .h2 p .wpb_content_element.h2 h1,
  .wpb_content_element.h2 h3,
  .wpb_content_element.h2 h4,
  .wpb_content_element.h2 h5,
  .wpb_content_element.h2 h6 {
    font-size: 2.5rem;
  }
}

h3,
.h3,
.h3 p,
.wpb_content_element.h3 h1,
.wpb_content_element.h3 h2,
.wpb_content_element.h3 h4,
.wpb_content_element.h3 h5,
.wpb_content_element.h3 h6 {
  font-size: calc(1.335rem + 1.02vw);
}

@media (min-width: 1200px) {
  h3,
  .h3,
  .h3 p,
  .wpb_content_element.h3 h1,
  .wpb_content_element.h3 h2,
  .wpb_content_element.h3 h4,
  .wpb_content_element.h3 h5,
  .wpb_content_element.h3 h6 {
    font-size: 2.1rem;
  }
}

h4,
.h4,
.h4 p,
.wpb_content_element.h4 h1,
.wpb_content_element.h4 h2,
.wpb_content_element.h4 h3,
.wpb_content_element.h4 h5,
.wpb_content_element.h4 h6 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h4,
  .h4,
  .h4 p,
  .wpb_content_element.h4 h1,
  .wpb_content_element.h4 h2,
  .wpb_content_element.h4 h3,
  .wpb_content_element.h4 h5,
  .wpb_content_element.h4 h6 {
    font-size: 1.75rem;
  }
}

h5,
.h5,
.h5 p,
p.h5,
.wpb_content_element.h5 h1,
.wpb_content_element.h5 h2,
.wpb_content_element.h5 h3,
.wpb_content_element.h5 h4,
.wpb_content_element.h5 h6 {
  font-size: calc(1.265rem + 0.18vw);
}

@media (min-width: 1200px) {
  h5,
  .h5,
  .h5 p,
  p.h5,
  .wpb_content_element.h5 h1,
  .wpb_content_element.h5 h2,
  .wpb_content_element.h5 h3,
  .wpb_content_element.h5 h4,
  .wpb_content_element.h5 h6 {
    font-size: 1.4rem;
  }
}

h6,
.h6,
.h6 p,
.wpb_content_element.h6 h1,
.wpb_content_element.h6 h2,
.wpb_content_element.h6 h3,
.wpb_content_element.h6 h4,
.wpb_content_element.h6 h5 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small,
.small {
  font-size: 0.875em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}

body div.light a {
  color: currentColor;
}

body div.light a:hover {
  color: var(--bs-secondary);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  display: block;
  margin: 0;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 15px !important;
}

.m-2 {
  margin: 30px !important;
}

.m-3 {
  margin: 45px !important;
}

.m-4 {
  margin: 60px !important;
}

.m-5 {
  margin: 100px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-2 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-3 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-4 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-5 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-3 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-4 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-5 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 15px !important;
}

.mt-2 {
  margin-top: 30px !important;
}

.mt-3 {
  margin-top: 45px !important;
}

.mt-4 {
  margin-top: 60px !important;
}

.mt-5 {
  margin-top: 100px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 15px !important;
}

.me-2 {
  margin-right: 30px !important;
}

.me-3 {
  margin-right: 45px !important;
}

.me-4 {
  margin-right: 60px !important;
}

.me-5 {
  margin-right: 100px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 15px !important;
}

.mb-2 {
  margin-bottom: 30px !important;
}

.mb-3 {
  margin-bottom: 45px !important;
}

.mb-4 {
  margin-bottom: 60px !important;
}

.mb-5 {
  margin-bottom: 100px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 15px !important;
}

.ms-2 {
  margin-left: 30px !important;
}

.ms-3 {
  margin-left: 45px !important;
}

.ms-4 {
  margin-left: 60px !important;
}

.ms-5 {
  margin-left: 100px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.mb-n1 {
  margin-bottom: -15px !important;
}

.mb-n2 {
  margin-bottom: -30px !important;
}

.mb-n3 {
  margin-bottom: -45px !important;
}

.mb-n4 {
  margin-bottom: -60px !important;
}

.mb-n5 {
  margin-bottom: -100px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 15px !important;
}

.p-2 {
  padding: 30px !important;
}

.p-3 {
  padding: 45px !important;
}

.p-4 {
  padding: 60px !important;
}

.p-5 {
  padding: 100px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-2 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-3 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.px-4 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-5 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-3 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-5 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-6 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-7 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 15px !important;
}

.pt-2 {
  padding-top: 30px !important;
}

.pt-3 {
  padding-top: 45px !important;
}

.pt-4 {
  padding-top: 60px !important;
}

.pt-5 {
  padding-top: 100px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 15px !important;
}

.pe-2 {
  padding-right: 30px !important;
}

.pe-3 {
  padding-right: 45px !important;
}

.pe-4 {
  padding-right: 60px !important;
}

.pe-5 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 15px !important;
}

.pb-2 {
  padding-bottom: 30px !important;
}

.pb-3 {
  padding-bottom: 45px !important;
}

.pb-4 {
  padding-bottom: 60px !important;
}

.pb-5 {
  padding-bottom: 100px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 15px !important;
}

.ps-2 {
  padding-left: 30px !important;
}

.ps-3 {
  padding-left: 45px !important;
}

.ps-4 {
  padding-left: 60px !important;
}

.ps-5 {
  padding-left: 100px !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 15px !important;
}

.gap-2 {
  gap: 30px !important;
}

.gap-3 {
  gap: 45px !important;
}

.gap-4 {
  gap: 60px !important;
}

.gap-5 {
  gap: 100px !important;
}

.lead {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.875rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #f7f7f7;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: inherit;
}

hr {
  border: 0;
  display: block;
  border-top: 2px solid #e7e7e7;
  margin: 1rem 0;
}

.menu-item a:hover {
  text-decoration: none;
}

/* Beck Design  */

.tabbed > ul li .active-tab,
body.material input[type="text"]:focus,
body.material textarea:focus,
body.material input[type="email"]:focus,
body.material input[type="search"]:focus,
body.material input[type="password"]:focus,
body.material input[type="tel"]:focus,
body.material input[type="url"]:focus,
body.material input[type="date"]:focus,
body.material input[type="number"]:focus,
body.material select:focus,
.row .col .wp-caption .wp-caption-text,
.material.woocommerce-page input#coupon_code:focus,
.material #search-outer #search input[type="text"],
#header-outer[data-lhe="animated_underline"]
  #top
  nav
  > ul
  > li
  > a
  .menu-title-text::after,
div[data-style="minimal"] .toggle.default.open i,
div[data-style="minimal"] .toggle.default:hover i,
div[data-style="minimal"] .toggle.accent-color.open i,
div[data-style="minimal"] .toggle.accent-color:hover i,
.single #single-meta div a:hover,
.single #single-meta div a:focus,
.single .fullscreen-blog-header #single-below-header > span a:hover,
.blog-title #single-meta .nectar-social.hover > div a:hover,
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover,
.material.woocommerce-page[data-form-style="default"]
  div
  input#coupon_code:focus {
  border-color: var(--bs-primary);
}

.phone-button a.link_text::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-image: url("./resources/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.nectar_hook_before_secondary_header {
  max-height: 3rem;
  -webkit-transition: max-height 0.2s ease-in-out 0s;
  transition: max-height 0.2s ease-in-out 0s;
  overflow: hidden;
}

.nectar_hook_before_secondary_header.toggled {
  max-height: 0;
}

.btn-demo {
  font-size: 0.8rem !important;
  border-radius: 999px;
}

.btn-demo.nav-link a span {
  padding: 0.5rem 1.5rem !important;
  background: var(--bs-secondary) !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  border-radius: 50px !important;
}

svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}

#header-outer #logo {
  width: 176px;
  height: auto;
  display: block;
  max-width: 176px;
  height: auto;
  max-height: none;
  aspect-ratio: 57 / 32;
}

#top #logo,
#top #logo:hover {
  color: var(--bs-primary);
}

#top nav > ul > li > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  > ul
  > li
  > a:hover
  span
  i:before {
  transition: color 0.2s ease;
}

#header-outer[data-lhe="default"] #top nav > ul > li > a:hover,
#header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .sfHover:not(#social-in-menu)
  > a,
body #header-outer[data-lhe="default"] #top nav > ul > li > a:hover,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  > ul
  > li
  > a:hover
  span
  i:before,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .sfHover:not(#social-in-menu)
  > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .current-menu-ancestor
  > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .current-menu-ancestor
  > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .current-menu-ancestor
  > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .current-menu-ancestor
  > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .current-menu-ancestor
  > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .current-menu-ancestor
  > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .current-menu-ancestor
  > a,
body
  #header-outer[data-lhe="default"]
  #top
  nav
  .sf-menu
  > .current-menu-ancestor
  > a
  i {
  color: var(--bs-secondary) !important;
}

.current-menu-item a span {
  color: var(--bs-secondary) !important;
}

svg.menu-item-phone {
  width: 1rem;
  height: 1rem;
  margin-right: 15px;
}

.top-bar-social-media-links .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-bar-social-media-links p {
  padding-top: 5px;
  color: var(--bs-primary);
}

.footer-bar-social-media-links p {
  padding-top: 5px;
  color: currentColor;
}

.top-bar-social-media-links i,
.footer-bar-social-media-links i {
  margin-left: 10px;
}

.top-bar-social-media-links i::before,
.footer-bar-social-media-links i::before {
  font-size: 24px;
}

.top-bar-left-column {
  display: flex;
  align-items: center;
}

.top-bar-right-column .vc_column-inner,
.footer-bar-right-column .vc_column-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#top-bar,
#footer-bar {
  display: flex;
  justify-content: space-between;
  min-height: 44px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 0;
}

/* Wrapper der 2 Spalten: Flex + volle Breite */
#top-bar .row_col_wrap_12,
#footer-bar .row_col_wrap_12 {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* sorgt für gleiche/volle Höhe */
  width: 100%;
}

/* Beide Columns nehmen je 50% und sind "gleich hoch" */
#top-bar .row_col_wrap_12 > .vc_col-sm-6,
#footer-bar .row_col_wrap_12 > .vc_col-sm-6 {
  display: flex; /* damit Inhalt innerhalb zentrierbar ist */
  align-items: center; /* Inhalt vertikal zentrieren */
  flex: 0 0 50%;
  max-width: 50%;
  height: auto;
}

/* Rechter Block wirklich rechts */
#top-bar .top-bar-right-column .wpb_wrapper,
#footer-bar .footer-bar-right-column .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

/* Text "Besuchen..." ohne unnötige Margins */
#top-bar .top-bar-right-column p,
#footer-bar .footer-bar-right-column p {
  margin: 0;
}

#top-bar p,
#top-bar a,
#footer-bar p,
#footer-bar a {
  font-size: 16px;
}

.nectar_hook_before_secondary_header {
  border-bottom: 2px solid #e7e7e7;
}

body #header-outer,
body[data-header-color="dark"] #header-outer {
  background-color: #fff;
  padding-top: 0;
}

#top-bar .top-bar-right-column,
#footer-bar .footer-bar-right-column {
  justify-content: flex-end;
}

#footer-bar .nectar_icon_wrap[data-color="accent-color"] i {
  color: #fff !important;
}

#top-bar .top-bar-left-column,
#top-bar .top-bar-right-column,
#footer-bar .footer-bar-left-column,
#footer-bar .footer-bar-right-column {
  padding-left: 0;
  padding-right: 0;
}

#top-bar .wpb_text_column,
#footer-bar .wpb_text_column {
  margin-bottom: 0;
}

.mt-3 {
  margin-top: 45px !important;
}

.check-button::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-image: url("./resources/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.mt-0 {
  margin-top: 0 !important;
}

/* Feature Box Layout */
.koss-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.koss-feature__icon {
  flex: 0 0 auto;
  line-height: 0;
}

.koss-icon {
  width: 46px;
  height: 46px;
  fill: currentColor;
}

.koss-feature__title {
  font-weight: 700;
  margin: 0 0 6px 0;
}

.koss-feature__desc {
  margin: 0;
  line-height: 1.6;
}

.bg-light {
  background: #f7f7f7 !important;
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
  font-size: 24px;
}

.wpb_wrapper a:not(.btn, .blog-recent a, #top-bar a, .column-link) {
  border-bottom: 3px solid var(--bs-secondary);
  font-weight: 700;
}

.wpb_wrapper a:not(.btn):hover {
  text-decoration: none;
}

/* KOSS Button */
.koss-btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border-bottom: none !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Text */
.koss-btn__text {
  color: var(--bs-primary);
  font-size: 1rem;
  line-height: 1.4;
  transition: color 0.2s ease-in-out;
}

/* Icon-Kreis */
.koss-btn__icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background-color: var(--bs-secondary); /* Startfarbe */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 46px;
  transition: background-color 0.2s ease-in-out;
}

/* SVG */
.koss-btn__svg {
  width: 28px;
  height: 28px;
}

/* Hover */
.koss-btn:hover .koss-btn__icon {
  background-color: var(--bs-primary);
}

.koss-btn:hover .koss-btn__text {
  color: var(--bs-primary);
}

.koss-btn-wrap {
  display: block;
}

.blog-recent[data-style*="classic_enhanced"] .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
  padding: 30px 30px 45px 30px;
}

.meta-category {
  display: none;
}

.uppercase {
  text-transform: uppercase !important;
}

.post-date {
  display: flex;
  align-items: center;
}
.post-date {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-primary);
}
.post-date::before,
.blog-recent .post-header span.meta::before,
.masonry.classic_enhanced
  .masonry-blog-item
  .article-content-wrap
  .post-header
  span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;

  background-color: var(--bs-primary); /* Icon-Farbe */
  -webkit-mask: url("./resources/icon-calendar.svg") center/contain no-repeat;
  mask: url("./resources/icon-calendar.svg") center/contain no-repeat;
}

.blog-recent .post-header h3.title,
.blog-recent .post-header span.meta,
.masonry.material .masonry-blog-item h3 a,
.masonry.classic_enhanced
  .masonry-blog-item
  .article-content-wrap
  .post-header
  span,
.masonry.classic_enhanced
  .masonry-blog-item
  .article-content-wrap
  .post-header
  h3
  a {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-primary) !important;
}

.masonry.classic_enhanced .post-header {
  margin-bottom: 20px;
}

.blog-recent .post-header span.meta {
  display: inline-block !important;
}

.blog-recent .excerpt {
  color: var(--bs-primary) !important;
  font-weight: 400;
}

.blog-recent .post-header h3.title {
  line-height: 1.9;
}

.blog .container-wrap,
body[data-bg-header="true"].blog .container-wrap {
  background-color: #f7f7f7;
  padding: 100px 0 !important;
}

.masonry.material .masonry-blog-item .meta-category,
.post-area.masonry.classic_enhanced .post .post-meta {
  display: none;
}

.blog-recent[data-style*="classic_enhanced"] .inner-wrap,
.masonry.classic_enhanced .masonry-blog-item .inner-wrap {
  border-radius: 18px;
  box-shadow: none;
}

.page-footer {
  font-size: 0.8rem;
}

.page-footer .title {
  opacity: 0.45;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.page-footer a,
.page-footer button {
  color: inherit;
}

.page-footer a:hover,
.page-footer button:hover {
  color: inherit;
}

.page-footer .btn:after {
  color: var(--bs-secondary);
}

.page-footer hr {
  border-top-width: 1px;
}

.page-footer form {
  margin-top: 0.25rem;
}

.page-footer ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.page-footer ul li::marker {
  content: "";
}

.page-footer a {
  border-bottom: none !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.footer-bar-menu ul {
  display: flex;
  gap: 0.5rem;
}

.footer-bar-menu ul li {
}

.footer-bar-menu ul li:not(:last-child) {
  position: relative;
  padding-right: calc(0.5rem + 1px);
}

/* Linie nach jedem li – außer dem letzten */
.footer-bar-menu ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 1px;
  height: 0.8rem;
  background-color: #fff;
  pointer-events: none;
}

.menu-item-desc {
  display: block;
  font-size: 0.85em;
  line-height: 1.2;
  opacity: 0.75;
  margin-top: 2px;
  color: #000;
}

a:hover .menu-item-desc {
  text-decoration: none;
  color: #fff;
}

.sub-menu .menu-title-text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
}

.sub-menu .menu-item-desc {
  margin-top: 1em;
  /* color: #1d1d1b; */
  font-size: 0.85rem;
  line-height: 1.5em;
  font-weight: 400;
}

#header-outer nav > ul > .megamenu ul li a,
.sf-menu > li ul a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.45rem 0.9rem;
  border-radius: 19px;
  -webkit-transition: border-color 0.2s ease-in-out 0s,
    background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: border-color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s,
    color 0.2s ease-in-out 0s;
}

/* Titel im Dropdown/Megamenu */
.sub-menu-parent-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 10px 14px;
  margin: 0 0 8px 0;
  color: var(--bs-primary);
  pointer-events: none;
}

/* 6 Items nebeneinander */
#header-outer .sub-menu {
  display: flex;
  flex-wrap: nowrap; /* alles in einer Zeile */
  gap: 20px; /* Abstand zwischen Columns */
  width: 100%;
}

.mega-menu-with-title .sub-menu {
  display: flex !important;
}

.mega-menu-with-title .sub-menu > li {
  float: none !important;
}

.mega-menu-with-title .sub-menu > li {
  flex: 0 0 calc(100% / 6); /* 6 gleich breite Spalten */
  max-width: calc(100% / 6);
}

.mega-menu-with-title > a {
  pointer-events: none;
  cursor: default;
}

.mega-menu-with-title > a:hover,
body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  ul
  .current-menu-item
  > a:hover {
  text-decoration: none;
  background-color: inherit;
  color: inherit;
}

.mega-menu-with-title > a:hover,
.mega-menu-with-title > a span:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--bs-primary);
}

.mega-menu-with-title:hover {
  color: var(--bs-primary) !important;
}

body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  > li:hover
  > a,
body:not([data-header-format="left-header"])
  #header-outer
  #top
  nav
  > ul
  > .megamenu
  > ul
  > li:hover
  > a,
#header-outer:not([data-format="left-header"])
  nav
  > ul
  > .megamenu
  > ul
  > .current-menu-ancestor.menu-item-has-children
  > a {
  color: var(--bs-primary) !important;
}

.mega-menu-with-title > .sub-menu {
  display: flex;
  align-items: stretch; /* WICHTIG: gleiche Höhe */
  width: 100%;
}

.mega-menu-with-title > .sub-menu > li {
  display: flex; /* damit Inhalt mitwachsen kann */
  flex: 1 1 0;
}

.sub-menu .current-menu-item a:hover > span {
  color: #fff !important;
}

.mega-menu-with-title > a > span.menu-title-text {
  font-weight: 700;
  font-size: 1.4rem;
}

.mega-menu-with-title > a::after {
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 100%;
  height: 2px;
  background-color: #e7e7e7;
  pointer-events: none;

  border: 0;
  display: block;
  margin: 1rem 0;
}

body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  ul
  .current-menu-item
  > a {
  background-color: transparent !important;
}

body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  ul
  .current-menu-item
  > a
  > span.menu-item-desc {
  color: #000 !important;
}

body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  ul
  .current-menu-item
  > a:hover
  > span.menu-title-text {
  color: #fff !important;
}

body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  ul
  .current-menu-item
  > a:hover {
  background-color: var(--bs-primary) !important;
}

body:not([data-header-format="left-header"])
  #header-outer
  nav
  > ul
  > .megamenu
  > ul
  ul
  .current-menu-item
  > a:hover
  > span.menu-item-desc {
  color: #fff !important;
}

/* 
  WICHTIG
  Mega Menü klickbar machen 
  Standardmäßig sind die Submenus immer zu
*/
/* Closed state: gerendert, aber zugeklappt */
.nectar-megamenu-menu-item > .sub-menu {
  display: flex !important;
  overflow: hidden;

  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: max-height 0.25s ease-in-out;
}

/* Offen */
.nectar-megamenu-menu-item.click-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Megamenue: Sub-Indicator beim Klick drehen */
.nectar-megamenu-menu-item > a .sf-sub-indicator .icon-in-menu {
  transition: transform 0.25s ease-in-out;
  transform-origin: right;
}
.nectar-megamenu-menu-item.arrow-open > a .sf-sub-indicator .icon-in-menu {
  transform: rotate(180deg);
}

/* Animation der einzelnen Items im Megamenu */
/* Basis: Submenu sichtbar/unsichtbar steuerst du bereits über click-open/sfHover */
/* CLOSED (default) */
/* BASIS (geschlossen) */
.mega-menu-with-title > .sub-menu > li,
.mega-menu-with-title > a {
  opacity: 0 !important;
  transform: translateY(180px) !important;
  transition: transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 600ms ease;
}
.mega-menu-with-title > a {
  transition: transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 600ms ease !important;
}
/* OPEN */
.is-open .mega-menu-with-title > .sub-menu > li,
.is-open .mega-menu-with-title > a {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* OPEN – Stagger */
.is-open .mega-menu-with-title > a {
  transition-delay: 0ms;
}
.is-open .mega-menu-with-title > .sub-menu > li:nth-child(1) {
  transition-delay: 100ms;
}
.is-open .mega-menu-with-title > .sub-menu > li:nth-child(2) {
  transition-delay: 200ms;
}
.is-open .mega-menu-with-title > .sub-menu > li:nth-child(3) {
  transition-delay: 300ms;
}
.is-open .mega-menu-with-title > .sub-menu > li:nth-child(4) {
  transition-delay: 400ms;
}
.is-open .mega-menu-with-title > .sub-menu > li:nth-child(5) {
  transition-delay: 500ms;
}
.is-open .mega-menu-with-title > .sub-menu > li:nth-child(6) {
  transition-delay: 600ms;
}
/* CLOSED (default) */
.menu-item:not(.sfHover) .mega-menu-with-title > .sub-menu > li:nth-child(1) {
  transition-delay: 0ms;
}
.menu-item:not(.sfHover) .mega-menu-with-title > .sub-menu > li:nth-child(2) {
  transition-delay: 0ms;
}
.menu-item:not(.sfHover) .mega-menu-with-title > .sub-menu > li:nth-child(3) {
  transition-delay: 0ms;
}
.menu-item:not(.sfHover) .mega-menu-with-title > .sub-menu > li:nth-child(4) {
  transition-delay: 0ms;
}
.menu-item:not(.sfHover) .mega-menu-with-title > .sub-menu > li:nth-child(5) {
  transition-delay: 0ms;
}
.menu-item:not(.sfHover) .mega-menu-with-title > .sub-menu > li:nth-child(6) {
  transition-delay: 0ms;
}

.menu-item:not(.sfHover) .mega-menu-with-title > .sub-menu > li {
  transition-duration: 0ms;
}

.sf-sub-indicator [class^="icon-"],
body .sf-sub-indicator [class*=" icon-"] {
  font-size: 32px;
}

span.menu-title-text {
  font-size: 0.8rem;
}

#header-outer.transparent
  #top
  nav
  > ul
  > li[class*="button_solid_color"]
  > a:before,
#top .slide-out-widget-area-toggle[data-custom-color="true"] a:before,
#top nav > ul > li[class*="button_solid_color"] > a:before {
  padding-bottom: 24px;
}
.top-bar-besuchen-sie-uns-text {
  display: none;
}

ol,
ul {
  padding-left: 4px;
}

.blog-recent {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/* #header-outer[data-lhe="default"] #top nav > ul > li > a {
  padding-left: 8px;
  padding-right: 8px;
} */

#slide-out-widget-area .menuwrapper li small,
#slide-out-widget-area .off-canvas-social-links li a,
#slide-out-widget-area.fullscreen .inner li a,
#slide-out-widget-area.slide-out-from-right
  .inner
  .off-canvas-menu-container
  li
  a,
#slide-out-widget-area.slide-out-from-right-hover
  .inner
  .off-canvas-menu-container
  li
  a {
  opacity: 1 !important;
}

/* .off-canvas-menu-container ul {
  display: flex;
  flex-direction: column;
} */

/* #slide-out-widget-area.slide-out-from-right
  .off-canvas-menu-container
  li:first-child {
  margin-top: 30px;
}

#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
  min-height: 72px;
}

#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
  border-bottom: 1px solid #f0f0f0;
} */

/* NUR Parent-Menüpunkte im Off-Canvas stylen (ohne Submenu-Items) */
.off-canvas-menu-container .menu > li.menu-item {
  position: relative;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Link-Typografie */
.off-canvas-menu-container .menu > li.menu-item > a {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--bs-primary);
  text-decoration: none;
}

/* Abstand, damit rechts Platz für Pfeil/Toggle bleibt */
.off-canvas-menu-container .menu > li.menu-item.menu-item-has-children > a {
  padding-right: 44px;
}

/* Rechter Kreis-Pfeil nur bei Parent mit Children */
.off-canvas-menu-container
  .menu
  > li.menu-item.menu-item-has-children
  > .ocm-dropdown-arrow {
  position: absolute !important;
  right: 18px;
  top: 50% !important;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--bs-primary);
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

/* Pfeil-Icon */
.off-canvas-menu-container
  .menu
  > li.menu-item.menu-item-has-children
  > .ocm-dropdown-arrow
  i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

/* Optional: Hover/Active */
.off-canvas-menu-container .menu > li.menu-item > a:hover {
  color: var(--bs-secondary);
}

.off-canvas-menu-container
  .menu
  > li.menu-item.menu-item-has-children
  > .ocm-dropdown-arrow:hover {
  background: var(--bs-secondary);
}

/* Pfeil bleibt in der Parent-Zeile, auch wenn Submenu aufklappt */
.off-canvas-menu-container
  .menu
  > li.menu-item.menu-item-has-children
  > .ocm-dropdown-arrow {
  top: 22px !important; /* an deinen Padding anpassen */
  transform: none !important; /* kein translateY */
}

/* falls Salient inline top setzt, überschreibt das hier zuverlässig */
.off-canvas-menu-container
  .menu
  > li.menu-item.menu-item-has-children
  > .ocm-dropdown-arrow[style] {
  top: 22px !important;
}

#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]
  .off-canvas-menu-container
  li
  ul {
  flex-direction: column;
}

#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]
  .off-canvas-menu-container
  li
  ul
  li:first-child {
  margin-top: 20px !important;
}

.off-canvas-menu-container {
  margin-top: 12px !important;
}

#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]
  .off-canvas-menu-container
  li
  ul {
  margin-top: 0 !important;
}

.off-canvas-menu-container
  .menu
  > li.menu-item.menu-item-has-children
  > .ocm-dropdown-arrow[style] {
  top: 18px !important;
}

.logo {
  max-width: 176px;
}

/* Divider Farben im Ajax Content Wrap */
#ajax-content-wrap .divider-border[data-color="white"],
#ajax-content-wrap .divider-small-border[data-color="white"] {
  background-color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  z-index: 100;
}

.ce-banner {
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.min-ratio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.min-ratio > div {
  flex: 1;
}

.min-ratio:before {
  padding-bottom: 50%;
  content: "";
  float: left;
}

.min-ratio:after {
  display: table;
  content: "";
  clear: both;
}

.min-ratio-16x9:before {
  padding-bottom: 56.25%;
}

.min-ratio-1920x620:before {
  padding-bottom: 32.2916666667%;
}

.min-ratio-1x1:before {
  padding-bottom: 100%;
}

.bg-image-wave {
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position-x: center;
  background-position-y: 100%;
  background-position-y: calc(100% - 1rem);
}

@media (min-width: 1920px) {
  .bg-image-wave {
    background-size: 100% auto;
  }
}

.bg-image-wave-cut {
  background-position-y: calc(100% + 180px);
}

.bg-image-wave-div {
  width: 1920px;
  position: absolute;
  aspect-ratio: 1920/1152;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1920px) {
  .bg-image-wave-div {
    width: 100%;
  }
}

.bg-image-wave-cut-div {
  bottom: -180px;
}

.ce-banner {
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ce-small-banner {
  min-height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cd-banner-dot-wave {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(38%, #004874),
    to(#00151f)
  );
  background-image: linear-gradient(180deg, #004874 38%, #00151f 100%);
}

.cd-banner-dot-wave canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.hero-section,
.ce-small-banner {
  display: flex;
  align-items: center;
  min-height: 500px;
}

.hero-section .col,
.ce-small-banner .col {
  flex: 1;
}

.breadcrumbs-wrap i {
  margin-right: 4px;
}

.breadcrumbs-wrap span,
.breadcrumbs-wrap a,
.breadcrumbs-wrap span a {
  font-size: 16px !important;
  font-weight: 400 !important;
  border-bottom: none !important;
  opacity: 1 !important;
}

.bg-sea .using-image {
  background-image: url("./resources/koss_gci_kompass_komplettloesung-scaled.jpg");
  background-color: #004874;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position-x: center;
  background-position-y: calc(100% + 1rem) !important;
}

.bg-lines .using-image,
.bg-02 .using-image,
.bg-image-wave .using-image {
  background-image: url("./resources/bg-02.svg");
  background-color: #004874;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position-x: center;
  background-position-y: calc(100% + 1rem) !important;
}

.bg-image-pos-1 .using-image {
  background-position-y: calc(100% + 1rem) !important;
}

.bg-image-pos-2 .using-image {
  background-position-y: calc(100% + 180px) !important;
}

.bg-image-wave-cut .using-image {
  background-position-y: calc(100% + 180px) !important;
}

@media (min-width: 1920px) {
  .bg-image-wave .using-image {
    background-size: 100% auto;
  }

  .bg-02 .using-image {
    background-size: 100% auto;
  }
}

.image-scale-120 .using-image {
  background-size: 120%;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.ff-default .ff-el-form-control:focus {
  color: #1d1d1b;
  background-color: #fff;
  border-color: #80a4ba;
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 72, 116, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 72, 116, 0.5);

  border-radius: 8px;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

.span_12.light .wpb_text_column a:not(:hover) {
  opacity: 1 !important;
}
.span_12.light .wpb_text_column a:hover {
  color: var(--bs-secondary) !important;
}

.img_60w {
  width: 60px !important;
  height: auto !important;
}

.img_100w {
  width: 100px !important;
  height: auto !important;
}

.img_120w {
  width: 120px !important;
  height: auto !important;
}

.img_150w {
  width: 150px !important;
  height: auto !important;
}

.img_200w {
  width: 200px !important;
  height: auto !important;
}

.img_240w {
  width: 240px !important;
  height: auto !important;
}

.img_245h {
  width: auto !important;
  height: 245px !important;
}

.img_250w {
  width: 250px !important;
  height: auto !important;
}

.img_300w {
  width: 300px !important;
  height: auto !important;
}

.img_60h {
  width: auto;
  height: 60px;
}

.img_100h {
  width: auto;
  height: 100px;
}

.img_120h {
  width: auto;
  height: 120px;
}

.img_150h {
  width: auto;
  height: 150px;
}

.img_200h {
  width: auto;
  height: 200px;
}

.img_240h {
  width: auto;
  height: 240px;
}

.img_250h {
  width: auto;
  height: 250px;
}

.img_300h {
  width: auto;
  height: 300px;
}

.img_150x150 {
  width: 150px;
  height: 150px;
}

.img_200x200 {
  width: 200px;
  height: 200px;
}

.img_240x240 {
  width: 240px;
  height: 240px;
}

.img_250x250 {
  width: 250px;
  height: 250px;
}

.img_300x300 {
  width: 300px;
  height: 300px;
}

/* .wpb_text_column > .wpb_wrapper h1,
.wpb_text_column > .wpb_wrapper h2,
.wpb_text_column > .wpb_wrapper h3,
.wpb_text_column > .wpb_wrapper h4,
.wpb_text_column > .wpb_wrapper h5,
.wpb_text_column > .wpb_wrapper h6 {
  margin-bottom: 0.5rem !important;
} */

/* .wpb_wrapper > * + *:not(p) {
  margin-top: 30px;
} */

.block > *:not(:last-child) {
  margin-bottom: 30px;
}

body .wpb_text_column,
.wpb_wrapper > div {
  margin-bottom: 30px;
}

body .wpb_text_column {
  margin-bottom: 0;
}

/* .arrow-text {
  padding-top: 20px;
  padding-bottom: 20px;
} */

.arrow-text p::before,
.text-arrow p::before {
  content: "►";
  color: var(--bs-secondary); /* entspricht .text-secondary */
  margin-right: 0.5em;
  display: inline-block;
}

.figure-caption h1,
.figure-caption h2,
.figure-caption h3,
.figure-caption h4,
.figure-caption h5,
.figure-caption h6,
.figure-caption p {
  font-weight: 700 !important;
  color: var(--bs-primary) !important;
  font-size: 1.25rem !important;
}

/* Nummern gestalten */
ol li::marker {
  color: var(--bs-secondary); /* Gelb */
  font-weight: 700;
  font-size: 1.1em;
}

/* Text normal lassen */
ol li {
  line-height: 1.6;
  padding-left: 8px;
}

.koss-person {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 100%;
}

/* Bild-Wrapper fix */
.koss-person__img {
  flex: 0 0 211px; /* feste Größe */
  width: 180px;
  height: auto;
}

/* Bild NIE beschneiden */
.koss-person__img img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* <<< entscheidend */
  display: block;
}

.koss-person__name {
  font-weight: 700;
  color: var(--bs-primary);
  font-size: 1.25rem;
  line-height: 1.5 !important;
  margin-bottom: 6px;
}

.koss-person__title {
  font-size: 1.25rem;
  line-height: 1.5;
}

.row > div {
  margin-bottom: 0 !important;
}

.current_page_item.button_solid_color_2 a span {
  color: #fff !important;
}

body.blog #page-header-bg[data-bg-pos="center"] .page-header-bg-image {
  background-position-y: calc(100% + 180px);
  background-size: auto;
}

body.blog #page-header-bg h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
}

body.blog #page-header-bg .span_6 span.subheader {
  font-weight: 400 !important;
  font-size: 20px;
}

body.material #page-header-wrap,
body[data-header-resize="0"].single-post #page-header-wrap {
  /* display: none; */
}

.row > div.blog_next_prev_buttons {
  margin-bottom: 100px !important;
}

body.error404 .container-wrap {
  padding-bottom: 0;
}

body.error404 .main-content .bottom_margin_0px {
  margin-bottom: 0 !important;
}

body.error404 .koss-btn {
  margin-top: 0 !important;
}

body.error404 .container-wrap {
  flex-grow: 0;
}

.text-flow {
  --flow-space: 1em;
}
.text-flow > * + * {
  margin-top: var(--flow-space);
}
.text-flow .wpb_text_column > .wpb_wrapper > :last-child,
.text-flow h1,
.text-flow h2,
.text-flow h3,
.text-flow h4,
.text-flow h5,
.text-flow h6 {
  margin-bottom: 20px;
}

/* Wrapper optional begrenzen */
.haet-cleverreach .haet-cleverreach-form {
  max-width: 600px; /* optional */
}

/* Nur Text- & Email-Felder */
.haet-cleverreach
  .haet-cleverreach-field-wrap.label-inside:not(.cleverreach-checkbox):not(
    .type-submit
  ) {
  margin-bottom: 16px;
}

/* Inputs stylen */
.haet-cleverreach
  .haet-cleverreach-field-wrap.label-inside:not(.cleverreach-checkbox):not(
    .type-submit
  )
  input {
  width: 100%;
  box-sizing: border-box;

  background: #ffffff;
  border: none;
  border-radius: 12px;

  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #0b2a3b; /* Textfarbe anpassbar */

  outline: none;
}

/* Placeholder wie im Zielbild */
.haet-cleverreach
  .haet-cleverreach-field-wrap.label-inside:not(.cleverreach-checkbox):not(
    .type-submit
  )
  input::placeholder {
  color: #9aa5ad;
  opacity: 1;
}

/* Fokus-Zustand (dezente UX) */
.haet-cleverreach
  .haet-cleverreach-field-wrap.label-inside:not(.cleverreach-checkbox):not(
    .type-submit
  )
  input:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

/* Button Wrapper */
.haet-cleverreach .haet-cleverreach-field-wrap.type-submit {
  text-align: left;
}

/* Button Grundform */
.haet-cleverreach #haet-cleverreach-submit,
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  all: unset;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  gap: 16px;

  color: currentColor;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  color: var(--bs-primary) !important;
}

.button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover,
button[type="submit"].ff-btn:hover,
button[type="submit"].ff-btn:focus {
  background-color: transparent !important;
}

/* Gelber Kreis */
/* .haet-cleverreach #haet-cleverreach-submit::after {
  content: "›";
  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;
  border-radius: 50%;

  background: #f4b400;
  color: #003a5d;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.2s ease;
} */
#haet-cleverreach-submit::after,
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style::after, .wpcf7-submit::after {
  content: "";

  background: url("./resources/icon-koss_btn.svg") no-repeat center / contain;
  background-size: 26px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background-color: var(--bs-secondary); /* Startfarbe */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 46px;
  transition: background-color 0.2s ease-in-out;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style::after, .wpcf7-submit::after {
  background: url("./resources/icon-koss_btn-white.svg") no-repeat center /
    contain;
  background-color: var(--bs-secondary); /* Startfarbe */
  background-size: 26px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
}

/* Hover */
.haet-cleverreach #haet-cleverreach-submit:hover::after {
}

.nectar-fancy-ul[data-animation="true"] ul li {
  margin-bottom: 0;
}

.container-default {
  margin: auto auto !important;
}

.hero-container {
  animation: fadeInUp 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(400px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.koss-hero-section {
  position: relative;
  width: 100vw;
  max-width: none;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-container {
  position: relative;
}

.hero-breadcrumbs {
  position: absolute;
  top: 0; /* ganz oben im Hero */
  left: 0; /* exakt Container-Start */
  z-index: 2;
}

.img_anchor {
  background-position: center 28% !important;
  background-size: auto !important;
}

/*
  Mobile Styles
*/

@media (max-width: 1000px) {
  header#top {
    top: 6px;
  }

  .wpb_wrapper > div {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 576px) {
  /* Nummern nicht abschneiden */
  ol {
    padding-left: 1.4em;
    margin-left: 0;
    overflow: visible;
  }

  /* Text darf umbrechen */
  ol li {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .py-5 {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }

  .mobile-pb-0 {
    padding-bottom: 0 !important;
  }

  .mobile-pt-0 {
    padding-top: 0 !important;
  }

  body.blog #page-header-bg {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .koss-person {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }

  .page-footer .row_col_wrap_12_inner {
    display: block !important;
  }

  .footer-bar-menu ul {
    flex-direction: column;
    gap: 0;
  }
  .footer-bar-menu ul li:not(:last-child)::after {
    display: none;
  }

  #top-bar .row_col_wrap_12,
  #footer-bar .row_col_wrap_12 {
    flex-direction: column;
    gap: 10px;
  }

  #footer-bar .row_col_wrap_12 > .vc_col-sm-6 {
    display: block; /* damit Inhalt innerhalb zentrierbar ist */
    height: auto;
    flex: auto;
    max-width: 100%;
  }

  #footer-bar .footer-bar-right-column .wpb_wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* extra small mobile */
@media (max-width: 356px) {
  .mobile-smaller-h2 h2 {
    font-size: 1.5rem !important;
  }
}

/* Responsive Container Widths */
/* All devices except mobile */
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  ol,
  ul {
    padding-left: 0rem;
  }

  .top-bar-besuchen-sie-uns-text {
    display: inherit;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1000px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 992px;
  }

  header#top .container {
    padding-left: 1%;
    padding-right: 1%;
  }

  #header-outer[data-lhe="default"] #top nav > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1041px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1042px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1446px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1446px;
  }
}

body.blog #page-header-bg h1 {
  font-size: calc(1.525rem + 3.3vw);
}

.contact_form-last_section {
  align-items: flex-start;
}

.fluentform .contact_form-last_section .ff-el-tc label.ff_tc_label > span {
  padding-top: 5px !important;
}



.single-post #page-header-wrap{
	display: none !important;
}

.koss-child-nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}

.koss-child-nav__item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #0d4a6b;
  max-width: 45%;
}

.koss-child-nav__label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.5px;
	line-height: 1;
}

.koss-child-nav__title {
  font-size: 18px;
  font-weight: 400;
}

.koss-child-nav__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0d4a6b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.koss-child-nav__arrow svg {
  width: 18px;
  height: 18px;
}

a.koss-child-nav__item{
	border-bottom: 0px !important;
}

/* Hover */
a.koss-child-nav__item:hover{
  color: #0d4a6b !important;
}

.koss-child-nav__item.is-next{
	text-align: right;
}

.koss-child-nav {
  display: flex;
  gap: 40px;
  padding: 40px 0;
}

/* Wenn nur NEXT existiert → automatisch nach rechts */
.koss-child-nav__item.is-next {
  margin-left: auto;
}
