/* =========================================================
   5. HEADER / WPML / FOOTER
   ========================================================= */

.mobile-toggle-nav   {
  padding-bottom: 40px !important;
}
.wpex-absolute { 
	padding-top: 30px;
	padding-left: 30px;
}
.wpml-ls-native { 
	color: #ddd;
	font-family: Poppins;
	font-size: 14px;
}
.wpml-ls-native:hover { 
	color: #fff;
}
.header-seven { 
	background-image: linear-gradient(to bottom, #333,#444);
}
.footer-links-column {
	text-decoration: none;
} 
.footer-links {
	text-decoration: none;
} 
.footer-links:hover {
	text-decoration: none;
	color: grey !important;
}
.kontakt-row {
background-image: repeating-linear-gradient(135deg, rgba(240, 240, 240,0.02) 0px, rgba(240, 240, 240,0.02) 21px,rgba(224, 224, 224,0.02) 21px, rgba(224, 224, 224,0.02) 42px,rgba(208, 208, 208,0.02) 42px, rgba(208, 208, 208,0.02) 63px,rgba(192, 192, 192,0.02) 63px, rgba(192, 192, 192,0.02) 84px,rgba(175, 175, 175,0.02) 84px, rgba(175, 175, 175,0.02) 105px,rgba(159, 159, 159,0.02) 105px, rgba(159, 159, 159,0.02) 126px,rgba(143, 143, 143,0.02) 126px, rgba(143, 143, 143,0.02) 147px,rgba(127, 127, 127,0.02) 147px, rgba(127, 127, 127,0.02) 168px),repeating-linear-gradient(45deg, rgba(232, 232, 232,0.02) 0px, rgba(232, 232, 232,0.02) 21px,rgba(209, 209, 209,0.02) 21px, rgba(209, 209, 209,0.02) 42px,rgba(185, 185, 185,0.02) 42px, rgba(185, 185, 185,0.02) 63px,rgba(162, 162, 162,0.02) 63px, rgba(162, 162, 162,0.02) 84px,rgba(138, 138, 138,0.02) 84px, rgba(138, 138, 138,0.02) 105px,rgba(115, 115, 115,0.02) 105px, rgba(115, 115, 115,0.02) 126px,rgba(91, 91, 91,0.02) 126px, rgba(91, 91, 91,0.02) 147px,rgba(68, 68, 68,0.02) 147px, rgba(68, 68, 68,0.02) 168px),linear-gradient(90deg, #ffffff,#ffffff);
}

/* =========================================================
   CONTACT PAGE + FOOTER V2 (WPBakery Raw HTML)
   ========================================================= */

.dz-contact-page,
.dz-site-footer-v2 {
  --dz-c-bg: #08090b;
  --dz-c-panel: #111317;
  --dz-c-line: rgba(255,255,255,.14);
  --dz-c-text: #f7f7f4;
  --dz-c-muted: rgba(255,255,255,.64);
  --dz-c-accent: #ff5b16;
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
}

.dz-contact-page *,
.dz-site-footer-v2 * { box-sizing: border-box; }

.dz-contact-page a,
.dz-site-footer-v2 a { text-decoration: none; }

.dz-contact-shell,
.dz-footer-shell {
  width: min(1380px, calc(100% - 64px));
  margin-inline: auto;
}

.dz-contact-page {
  overflow: hidden;
  color: var(--dz-c-text);
  background:
    radial-gradient(circle at 82% 4%, rgba(0,167,181,.19), transparent 34%),
    radial-gradient(circle at 8% 38%, rgba(255,91,22,.17), transparent 29%),
    var(--dz-c-bg);
}

.dz-contact-hero { padding: clamp(110px, 13vw, 210px) 0 clamp(80px, 10vw, 150px); }
.dz-contact-kicker,
.dz-footer-kicker {
  margin: 0 0 24px;
  color: var(--dz-c-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.dz-contact-kicker::before,
.dz-footer-kicker::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.dz-contact-hero__grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .65fr); gap: clamp(40px, 8vw, 130px); align-items: end; }
.dz-contact-hero h1 {
  max-width: 1050px;
  margin: 0;
  color: var(--dz-c-text);
  font-size: clamp(58px, 7.2vw, 116px);
  font-weight: 900;
  line-height: .84;
  letter-spacing: -.065em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.dz-contact-hero__aside p { margin: 0 0 34px; color: var(--dz-c-muted); font-size: clamp(16px, 1.2vw, 19px); line-height: 1.65; }
.dz-contact-primary { display: flex; justify-content: space-between; gap: 24px; padding: 17px 20px; border: 1px solid var(--dz-c-line); border-radius: 999px; color: #fff; font-size: 14px; font-weight: 800; text-transform: uppercase; transition: border-color .25s ease, background .25s ease; }
.dz-contact-primary:hover { border-color: var(--dz-c-accent); background: rgba(255,91,22,.1); color: #fff; }

.dz-contact-options { padding: 0 0 clamp(90px, 11vw, 170px); }
.dz-contact-options__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--dz-c-line); border-left: 1px solid var(--dz-c-line); }
.dz-contact-card { position: relative; display: flex; min-height: 330px; padding: 30px; flex-direction: column; border-right: 1px solid var(--dz-c-line); border-bottom: 1px solid var(--dz-c-line); color: #fff; background: rgba(255,255,255,.018); transition: background .25s ease, transform .25s ease; }
.dz-contact-card:hover { z-index: 1; color: #fff; background: rgba(255,255,255,.07); transform: translateY(-6px); }
.dz-contact-card--accent { background: linear-gradient(145deg, rgba(255,91,22,.9), rgba(185,46,0,.82)); }
.dz-contact-card__number { color: rgba(255,255,255,.5); font-size: 12px; font-weight: 700; }
.dz-contact-card__label { margin-top: auto; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dz-contact-card strong { display: block; margin-top: 12px; font-size: clamp(24px, 2.1vw, 34px); line-height: 1.05; letter-spacing: -.04em; overflow-wrap: anywhere; }
.dz-contact-card__action { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); font-size: 13px; font-weight: 700; }

.dz-contact-details { padding: clamp(80px, 10vw, 150px) 0; border-top: 1px solid var(--dz-c-line); background: rgba(255,255,255,.025); }
.dz-contact-details__grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: clamp(40px, 7vw, 110px); }
.dz-contact-details h2 { margin: 0; color: #fff; font-size: clamp(48px, 5.2vw, 82px); font-weight: 900; line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.dz-contact-address__eyebrow, .dz-contact-meta span { color: var(--dz-c-muted); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dz-contact-address address { margin: 20px 0 28px; color: #fff; font-size: 18px; font-style: normal; line-height: 1.65; }
.dz-contact-address a, .dz-contact-meta a { color: #fff; border-bottom: 1px solid var(--dz-c-line); }
.dz-contact-meta { display: grid; align-content: start; }
.dz-contact-meta div { display: grid; gap: 7px; padding: 17px 0; border-bottom: 1px solid var(--dz-c-line); }
.dz-contact-meta strong, .dz-contact-meta a { color: #fff; font-size: 16px; }
.dz-contact-closing { padding: clamp(90px, 12vw, 180px) 0; text-align: center; }
.dz-contact-closing p { margin: 0 0 18px; color: var(--dz-c-muted); font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.dz-contact-closing a { color: #fff; font-size: clamp(42px, 7vw, 104px); font-weight: 900; line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.dz-contact-closing a:hover { color: var(--dz-c-accent); }

.dz-contact-forms { padding: clamp(80px, 10vw, 150px) 0; border-top: 1px solid var(--dz-c-line); }
.dz-contact-forms > .dz-contact-shell > h2 { max-width: 1000px; margin: 0 0 60px; color: #fff; font-size: clamp(44px, 5.2vw, 78px); font-weight: 900; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.dz-contact-forms__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; align-items: start; }
.dz-contact-form-panel { padding: clamp(24px, 4vw, 52px); border: 1px solid var(--dz-c-line); border-radius: 26px; background: rgba(255,255,255,.035); }
.dz-contact-form-panel h3 { margin: 0 0 34px; color: #fff; font-size: clamp(27px, 2.5vw, 40px); letter-spacing: -.04em; text-transform: uppercase; }

.dz-contact-page .request-call-wrap,
.dz-site-footer-v2 .request-call-wrap { width: 100%; color: #fff; }
.dz-contact-page .request-call-form,
.dz-site-footer-v2 .request-call-form { margin: 0; }
.dz-contact-page .request-call-form label,
.dz-site-footer-v2 .request-call-form label { display: block; margin: 17px 0 7px; color: var(--dz-c-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dz-contact-page .request-call-form label:first-child,
.dz-site-footer-v2 .request-call-form label:first-child { margin-top: 0; }
.dz-contact-page .request-call-form :is(input, select, textarea),
.dz-site-footer-v2 .request-call-form :is(input, select, textarea) { width: 100%; min-height: 52px; padding: 13px 15px; color: #fff; border: 1px solid var(--dz-c-line); border-radius: 12px; outline: none; background: rgba(255,255,255,.055); font: inherit; }
.dz-contact-page .request-call-form textarea,
.dz-site-footer-v2 .request-call-form textarea { resize: vertical; }
.dz-contact-page .request-call-form :is(input, select, textarea):focus,
.dz-site-footer-v2 .request-call-form :is(input, select, textarea):focus { border-color: var(--dz-c-accent); box-shadow: 0 0 0 3px rgba(255,91,22,.12); }
.dz-contact-page .request-call-form select option,
.dz-site-footer-v2 .request-call-form select option { color: #111; background: #fff; }
.dz-contact-page .request-call-form button,
.dz-site-footer-v2 .request-call-form button { width: 100%; min-height: 54px; margin-top: 23px; padding: 14px 18px; color: #fff; border: 0; border-radius: 999px; background: var(--dz-c-accent); font: inherit; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.dz-contact-page .request-call-form button:hover,
.dz-site-footer-v2 .request-call-form button:hover { background: #e84d0d; }
.dz-contact-page .request-call-form small,
.dz-site-footer-v2 .request-call-form small { display: block; margin-top: 12px; color: var(--dz-c-muted); font-size: 11px; line-height: 1.5; text-align: center; }
.dz-contact-page .mail-opening-message,
.dz-site-footer-v2 .mail-opening-message { margin-top: 18px; padding: 18px; color: #fff; border: 1px solid rgba(255,91,22,.4); border-radius: 14px; background: rgba(255,91,22,.12); text-align: center; }

.dz-site-footer-v2 { position: relative; overflow: hidden; padding: clamp(80px, 9vw, 140px) 0 28px; color: var(--dz-c-text); background: #050607; border-top: 1px solid var(--dz-c-line); }
.dz-site-footer-v2::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -240px; border-radius: 50%; background: rgba(0,167,181,.13); filter: blur(80px); pointer-events: none; }
.dz-footer-top { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 60px; align-items: end; padding-bottom: clamp(70px, 9vw, 130px); }
.dz-footer-statement h2 { margin: 0; color: #fff; font-size: clamp(52px, 6.3vw, 98px); font-weight: 900; line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.dz-footer-cta { display: grid; min-height: 210px; padding: 24px; color: #fff; border: 1px solid var(--dz-c-line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,91,22,.9), rgba(151,37,0,.8)); transition: transform .25s ease; }
.dz-footer-cta:hover { color: #fff; transform: rotate(-2deg) translateY(-5px); }
.dz-footer-cta span { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dz-footer-cta strong { align-self: end; font-size: 32px; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.dz-footer-cta b { position: absolute; justify-self: end; font-size: 22px; }
.dz-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: clamp(28px, 5vw, 80px); padding: 54px 0 70px; border-top: 1px solid var(--dz-c-line); }
.dz-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.dz-footer-column h3 { margin: 0 0 12px; color: var(--dz-c-muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dz-footer-column a, .dz-footer-column > span { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.55; }
.dz-footer-column a:hover { color: var(--dz-c-accent); }
.dz-footer-column a span { color: var(--dz-c-accent); }
.dz-footer-forms { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--dz-c-line); }
.dz-footer-form-panel { border-bottom: 1px solid var(--dz-c-line); }
.dz-footer-form-panel:first-child { border-right: 1px solid var(--dz-c-line); }
.dz-footer-form-panel summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px; color: #fff; font-size: 15px; font-weight: 800; text-transform: uppercase; cursor: pointer; list-style: none; }
.dz-footer-form-panel summary::-webkit-details-marker { display: none; }
.dz-footer-form-panel summary span { color: var(--dz-c-accent); font-size: 24px; transition: transform .2s ease; }
.dz-footer-form-panel[open] summary span { transform: rotate(45deg); }
.dz-footer-form-panel .request-call-wrap { max-width: 520px; padding: 10px 25px 35px; }
.dz-footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: end; padding-top: 28px; border-top: 1px solid var(--dz-c-line); }
.dz-footer-brand { justify-self: start; color: #fff; font-size: 27px; font-weight: 900; letter-spacing: -.06em; }
.dz-footer-brand span { color: var(--dz-c-accent); }
.dz-footer-bottom p { margin: 0; color: var(--dz-c-muted); font-size: 11px; text-align: center; }
.dz-footer-bottom > a:last-child { justify-self: end; color: #fff; font-size: 12px; font-weight: 700; }

@media (max-width: 900px) {
  .dz-contact-hero__grid, .dz-contact-details__grid, .dz-footer-top { grid-template-columns: 1fr; }
  .dz-contact-forms__grid { grid-template-columns: 1fr; }
  .dz-contact-hero__aside { max-width: 560px; }
  .dz-contact-options__grid { grid-template-columns: 1fr; }
  .dz-contact-card { min-height: 250px; }
  .dz-footer-cta { min-height: 180px; max-width: 360px; }
  .dz-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dz-footer-forms { grid-template-columns: 1fr; }
  .dz-footer-form-panel:first-child { border-right: 0; }
}

@media (max-width: 600px) {
  .dz-contact-shell, .dz-footer-shell { width: calc(100% - 28px); }
  .dz-contact-hero { padding-top: 90px; }
  .dz-contact-hero h1 { font-size: clamp(46px, 15vw, 66px); line-height: .88; }
  .dz-contact-card { min-height: 220px; padding: 23px; }
  .dz-contact-details h2 { font-size: 43px; }
  .dz-contact-closing a { font-size: 42px; }
  .dz-footer-statement h2 { font-size: 48px; }
  .dz-footer-grid { grid-template-columns: 1fr; }
  .dz-footer-bottom { grid-template-columns: 1fr; align-items: start; }
  .dz-footer-bottom p { text-align: left; }
  .dz-footer-bottom > a:last-child { justify-self: start; }
}

/* END */

/* Footer/contact V4 popup actions */
.dz-footer-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; padding:0 0 clamp(55px,7vw,100px); }
.dz-popup-trigger { font-family:inherit; cursor:pointer; }
.dz-footer-actions .dz-popup-trigger { position:relative; display:grid; min-height:230px; padding:28px; overflow:hidden; color:#fff; text-align:left; border:1px solid var(--dz-c-line); border-radius:26px; background:rgba(255,255,255,.035); transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease; }
.dz-footer-actions .dz-popup-trigger::before { content:""; position:absolute; width:190px; height:190px; right:-80px; bottom:-110px; border-radius:50%; background:var(--dz-c-accent); filter:blur(35px); opacity:.18; transition:opacity .25s ease,transform .25s ease; }
.dz-footer-actions .dz-popup-trigger:hover { transform:translateY(-7px); border-color:rgba(255,91,22,.65); background:rgba(255,255,255,.07); box-shadow:0 22px 55px rgba(0,0,0,.3); }
.dz-footer-actions .dz-popup-trigger:hover::before { opacity:.42; transform:scale(1.25); }
.dz-footer-actions .dz-popup-trigger--accent { background:linear-gradient(145deg,rgba(255,91,22,.9),rgba(151,37,0,.82)); }
.dz-footer-actions .dz-popup-trigger small { color:rgba(255,255,255,.62); font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.dz-footer-actions .dz-popup-trigger strong { align-self:end; max-width:440px; font-size:clamp(31px,3vw,48px); line-height:.92; letter-spacing:-.045em; text-transform:uppercase; }
.dz-footer-actions .dz-popup-trigger > span { position:absolute; top:28px; right:28px; color:#fff; font-size:25px; }
.dz-email-protected { user-select:none; -webkit-user-select:none; pointer-events:none; }
.dz-site-footer-v4 .dz-footer-top,.dz-site-footer-v4 .dz-footer-forms { display:none; }

.dz-contact-dialog { width:min(620px,calc(100% - 28px)); max-height:calc(100vh - 28px); padding:clamp(25px,5vw,52px); overflow:auto; color:#fff; border:1px solid rgba(255,255,255,.16); border-radius:28px; background:#101216; box-shadow:0 35px 100px rgba(0,0,0,.65); }
.dz-contact-page .dz-contact-dialog {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.dz-contact-page .dz-contact-dialog::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.dz-contact-dialog::backdrop { background:rgba(0,0,0,.78); backdrop-filter:blur(12px); }
.dz-contact-dialog h2 { margin:0 0 36px; color:#fff; font-size:clamp(37px,5vw,58px); font-weight:900; line-height:.9; letter-spacing:-.05em; text-transform:uppercase; }
.dz-dialog-close { position:absolute; top:18px; right:18px; display:grid; width:43px; height:43px; place-items:center; color:#fff; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:rgba(255,255,255,.06); font-size:25px; cursor:pointer; transition:background .2s ease,transform .2s ease; }
.dz-dialog-close:hover { background:var(--dz-c-accent); transform:rotate(90deg); }

/* Contact page SR dialogs: keep the longer translated titles on one line so
   the complete form fits the desktop viewport without an internal scrollbar. */
@media (min-width: 768px) and (min-height: 760px) {
  .dz-contact-page #contact-callback-dialog h2,
  .dz-contact-page #contact-message-dialog h2 {
    margin-bottom: 28px;
    font-size: clamp(34px, 3.15vw, 42px);
    line-height: .94;
    white-space: nowrap;
  }
}

@media (max-width: 767px), (max-height: 759px) {
  .dz-contact-page #contact-callback-dialog h2,
  .dz-contact-page #contact-message-dialog h2 {
    white-space: normal;
  }
}
.dz-contact-page .dz-contact-hero__grid > p { align-self:end; margin:0; color:var(--dz-c-muted); font-size:clamp(16px,1.2vw,19px); line-height:1.65; }
.dz-contact-page button.dz-contact-card { width:100%; text-align:left; font-family:inherit; }

@media (max-width:767px) { .dz-footer-actions { grid-template-columns:1fr; } .dz-footer-actions .dz-popup-trigger { min-height:190px; } }

/* CSS-drawn arrows: prevents iOS from replacing Unicode arrows with emoji. */
.dz-contact-page,
.dz-site-footer-v2 { -webkit-text-size-adjust:100%; }
.dz-contact-page a,
.dz-site-footer-v2 a,
.dz-contact-page button,
.dz-site-footer-v2 button { -webkit-tap-highlight-color:transparent; -webkit-appearance:none; appearance:none; text-decoration:none !important; }
.dz-contact-page a[href^="tel:"],
.dz-site-footer-v2 a[href^="tel:"] { color:inherit !important; -webkit-text-fill-color:currentColor; }
.dz-arrow { display:inline-block !important; width:17px; height:17px; flex:0 0 17px; color:currentColor !important; background:currentColor; vertical-align:middle; -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8h11M9 4l4 4-4 4' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8h11M9 4l4 4-4 4' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.dz-arrow::before,.dz-arrow::after,.dz-arrow-up::before,.dz-arrow-up::after { content:none !important; }
.dz-arrow-up { display:inline-block !important; width:15px; height:15px; margin-left:5px; color:currentColor; background:currentColor; vertical-align:middle; -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 14V3M4 7l4-4 4 4' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 14V3M4 7l4-4 4 4' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.dz-footer-actions .dz-popup-trigger > .dz-arrow { position:absolute; top:28px; right:28px; }
