/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ========================================================================== 
   ONLINE NETCOM – ZENTRALES ELEMENTOR CSS
   Version: 4.0 – seitengetreu bereinigt
   Grundlage: 158 Elementor-CSS-Fundstellen

   WICHTIGES SCOPING-PRINZIP:
   - CSS aus dem Elementor Standard-Kit bleibt global.
   - CSS aus einzelnen Seiten wird mit :where(body.page-id-...)
     exakt auf die ursprüngliche Seite begrenzt.
   - Dadurch kann eine Klasse, die auf mehreren Seiten vorkommt, nicht mehr
     versehentlich von CSS einer anderen Seite beeinflusst werden.
   - Elementor-Widget-IDs werden in der Dokumentation bewusst nicht verwendet.

   Seiten:
   - Home: page-id-12
   - IT & Infrastruktur: page-id-611
   - Kommunikation: page-id-906
   - Sicherheitstechnik: page-id-969
   - Warum wir: page-id-1084
   - Kontakt: page-id-1157
   - Karriere: page-id-1191
   ========================================================================== */

/* ==========================================================================
   AUDIT-HINWEIS V4
   ----------------
   Vollständiger Neuabgleich gegen 158 Elementor-CSS-Fundstellen.

   Validierung:
   - 1 globaler Standard-Kit-Block
   - 7 Seiten geprüft
   - 469 CSS-Regeln nach Aufbereitung
   - 444 Regeln explizit auf ihre ursprüngliche page-id begrenzt
   - 25 Regeln global; ausschließlich aus dem Elementor Standard-Kit
   - 0 ungescopte seitenbezogene Regeln nach den Seitenabschnitten
   - Finale Deklarationen je Selektor/Media-Kontext gegen den Rohscan
     auf allen 7 Seiten abgeglichen: 0 Abweichungen

   Nicht enthalten:
   - der zuletzt nur testweise vorgeschlagene Person-Card-::after-Fix
   - der nicht funktionierende Safe-Module-Divider-Flex-Test

   Ziel dieser Version ist zuerst die exakte Wiederherstellung des
   ursprünglichen Elementor-Geltungsbereichs im zentralen Child-Theme-CSS.
   ========================================================================== */

/* ========================================================================== 
   01 – GLOBAL / ELEMENTOR STANDARD-KIT
   Verwendung: websiteweit
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quelle: Standard-Kit
   Elementor: Page / Template / Site Settings
   -------------------------------------------------------------------------- */
.elementor-widget-text-editor .elementor-widget-container > *:last-child,
.elementor-widget-text-editor .elementor-text-editor > *:last-child {
  margin-bottom: 0;
}

.elementor-field::placeholder {
  color: #E30614 !important;
  opacity: 1 !important;
}

.elementor-field::-webkit-input-placeholder {
  color: #E30614 !important;
  opacity: 1 !important;
}

.elementor-field::-moz-placeholder {
  color: #E30614 !important;
  opacity: 1 !important;
}

.elementor-field:-ms-input-placeholder {
  color: #E30614 !important;
}

.elementor-field::-ms-input-placeholder {
  color: #E30614 !important;
}

.onl-geo-host {
  position: relative;
  overflow: hidden;
}

.onl-geo-content {
  position: relative;
  z-index: 3;
}

.onl-geo-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  padding: 0 !important;
  margin: 0 !important;
}

.onl-geo-scene {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}

.onl-geo-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.onl-geo-line {
  stroke-width: 2px;
  fill: none;
  vector-effect: non-scaling-stroke;
}

.onl-geo-point {
  vector-effect: non-scaling-stroke;
}

@media (max-width: 1024px) {
  .onl-geo-scene {
    opacity: 0.82;
  }
}

@media (max-width: 767px) {
  .onl-geo-scene {
    opacity: 0.72;
  }

  .onl-geo-line {
    stroke-width: 1.75px;
  }
}

.onl-subhero-shell {
  position: relative;
  overflow: hidden;
  --hero-mx: 72%;
  --hero-my: 42%;
  background: linear-gradient(90deg, #10232b 0%, #07141b 28%, #02070b 72%, #000000 100%);
}

.onl-subhero-shell .e-con-inner {
  position: relative;
  z-index: 2;
}

.onl-subhero-visual-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .onl-subhero-visual-wrap {
    margin-top: 40px;
    justify-content: center;
  }
}

.onl-subhero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at var(--hero-mx) var(--hero-my),
    rgba(227, 6, 20, 0.20) 0%,
    rgba(227, 6, 20, 0.10) 14%,
    rgba(227, 6, 20, 0.035) 28%,
    rgba(227, 6, 20, 0) 52%
  );
  opacity: 0.75;
  pointer-events: none;
  z-index: 1;
  transition: opacity 260ms ease;
}

.onl-subhero-shell:hover::before {
  opacity: 1;
}

.onl-subhero-shell > * {
  position: relative;
  z-index: 2;
}

.onl-subhero-shell .e-con-inner,
.onl-subhero-shell .elementor-container,
.onl-subhero-shell .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .onl-subhero-shell::before {
    opacity: 0.45;
    background: radial-gradient(
        circle at 70% 35%,
        rgba(227, 6, 20, 0.16) 0%,
        rgba(227, 6, 20, 0.06) 25%,
        rgba(227, 6, 20, 0) 55%
      );
  }
}


/* ========================================================================== 
   PAGE – HOME
   Scope: :where(body.page-id-12)
   Ursprüngliche CSS-Fundstellen: 16
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Container
   Klasse(n): onl-hero-shell onl-geo-host
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-hero-shell {
  background: linear-gradient(90deg, #10232b 0%, #07141b 28%, #02070b 72%, #000000 100%);
}

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Widget: html
   Struktur: Container → Container → Widget: html
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-hero-geo-wrap {
  transform: scale(1.15);
  transform-origin: center right;
}

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Container
   Klasse(n): onl-service-container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-service-container {
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Container
   Klasse(n): onl-service-box
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-service-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

:where(body.page-id-12) .onl-service-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background: #ff0000;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

:where(body.page-id-12) .onl-service-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

:where(body.page-id-12) .onl-service-teaser {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

:where(body.page-id-12) .onl-service-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

:where(body.page-id-12) .onl-service-box:hover .onl-service-teaser {
  opacity: 0;
  transform: translateY(-6px);
}

:where(body.page-id-12) .onl-service-box:hover .onl-service-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

:where(body.page-id-12) .onl-service-box:hover::after {
  opacity: 0;
  transform: translateY(100%);
}

@media (max-width: 767px) {
  :where(body.page-id-12) .onl-service-inner {
    padding-bottom: 0;
  }

  :where(body.page-id-12) .onl-service-teaser {
    opacity: 1 !important;
    transform: none !important;
  }

  :where(body.page-id-12) .onl-service-hover {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 16px;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Widget: text-editor
   Klasse(n): onl-service-list
   Struktur: Container → Container → Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-service-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(body.page-id-12) .onl-service-list ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

:where(body.page-id-12) .onl-service-list ul li:last-child {
  margin-bottom: 0;
}

:where(body.page-id-12) .onl-service-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 1em;
  background: red;
}

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Container
   Klasse(n): onl-it-why-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-it-why-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(227, 6, 20, 0.18) 0%, rgba(227, 6, 20, 0.06) 36%, rgba(227, 6, 20, 0) 68%);
  pointer-events: none;
}

:where(body.page-id-12) .onl-it-why-section::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 34%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.onl-it-why-section {
  position: relative;
  overflow-x: clip;
}

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Widget: form
   Klasse(n): onl-career-form
   Struktur: Container → Widget: nested-accordion → item #1 [Container] → Widget: form
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-career-form .elementor-field::placeholder,
:where(body.page-id-12) .onl-career-form .elementor-field-textual::placeholder {
  color: rgba(255,255,255,0.42) !important;
  opacity: 1;
}

:where(body.page-id-12) .onl-career-form {
  padding: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
}

:where(body.page-id-12) .onl-career-form .elementor-form-fields-wrapper {
  row-gap: 18px;
}

:where(body.page-id-12) .onl-career-form .elementor-field-group {
  margin-bottom: 0;
}

:where(body.page-id-12) .onl-career-form .elementor-field-label {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

:where(body.page-id-12) .onl-career-form input.elementor-field,
:where(body.page-id-12) .onl-career-form textarea.elementor-field {
  width: 100%;
  min-height: 50px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 4px;
  background: rgba(255,255,255,0.065) !important;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

:where(body.page-id-12) .onl-career-form textarea.elementor-field {
  min-height: 150px;
  resize: vertical;
}

:where(body.page-id-12) .onl-career-form input.elementor-field::placeholder,
:where(body.page-id-12) .onl-career-form textarea.elementor-field::placeholder {
  color: rgba(255,255,255,0.42);
  opacity: 1;
}

:where(body.page-id-12) .onl-career-form input.elementor-field:focus,
:where(body.page-id-12) .onl-career-form textarea.elementor-field:focus {
  border-color: rgba(227,6,20,0.72) !important;
  background: rgba(255,255,255,0.085) !important;
  box-shadow: 0 0 0 3px rgba(227,6,20,0.16) !important;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-select .elementor-select-wrapper,
:where(body.page-id-12) .onl-career-form .elementor-field-type-select .elementor-select-wrapper.elementor-field {
  width: 100%;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-select .elementor-select-wrapper::before {
  display: none !important;
  content: none !important;
}

:where(body.page-id-12) .onl-career-form select.elementor-field-textual,
:where(body.page-id-12) .onl-career-form .elementor-field-type-select select {
  width: 100%;
  min-height: 50px;
  padding: 14px 42px 14px 15px;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,0.065) !important;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

:where(body.page-id-12) .onl-career-form select.elementor-field-textual:focus,
:where(body.page-id-12) .onl-career-form .elementor-field-type-select select:focus {
  border-color: rgba(227,6,20,0.72) !important;
  background: rgba(255,255,255,0.085) !important;
  box-shadow: 0 0 0 3px rgba(227,6,20,0.16) !important;
}

:where(body.page-id-12) .onl-career-form select option {
  background: #151d20;
  color: #ffffff;
}

:where(body.page-id-12) .onl-career-form .select-caret-down-wrapper {
  display: none !important;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-select {
  position: relative;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-select::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255,255,255,0.58);
  border-bottom: 2px solid rgba(255,255,255,0.58);
  transform: rotate(45deg);
  pointer-events: none;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-upload input[type="file"] {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 4px;
  background: rgba(255,255,255,0.065) !important;
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.82) !important;
  box-shadow: none !important;
}

:where(body.page-id-12) .onl-career-form input[type="file"]::file-selector-button {
  margin-right: 14px;
  padding: 9px 13px;
  border: none;
  border-radius: 4px;
  background: rgba(227,6,20,0.16);
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

:where(body.page-id-12) .onl-career-form input[type="file"]::file-selector-button:hover {
  background: rgba(227,6,20,0.28);
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-acceptance {
  margin-top: 4px;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-acceptance label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: #cccccc;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-acceptance input {
  accent-color: #e30614;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-acceptance a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #e30614;
  text-underline-offset: 3px;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-acceptance a:hover {
  color: #ffffff;
}

:where(body.page-id-12) .onl-career-form .elementor-field-type-submit {
  margin-top: 8px;
}

:where(body.page-id-12) .onl-career-form .elementor-button {
  min-height: 50px;
  padding: 0 26px;
  border: none !important;
  border-radius: 4px;
  background: #e30614;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  box-shadow: none !important;
  transition: background 220ms ease,
    transform 220ms ease;
}

:where(body.page-id-12) .onl-career-form .elementor-button:hover {
  background: #b90510;
  color: #ffffff;
  transform: translateY(-2px);
}

:where(body.page-id-12) .onl-career-form .elementor-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(227,6,20,0.22) !important;
}

:where(body.page-id-12) .onl-career-form .elementor-button-text {
  color: #ffffff;
}

:where(body.page-id-12) .onl-career-form .elementor-mark-required .elementor-field-label::after {
  color: #e30614;
}

:where(body.page-id-12) .onl-career-form .elementor-message,
:where(body.page-id-12) .onl-career-form .elementor-error {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

:where(body.page-id-12) .onl-career-form .elementor-message-danger,
:where(body.page-id-12) .onl-career-form .elementor-error {
  color: #ff7a7a;
}

:where(body.page-id-12) .onl-career-form .elementor-message-success {
  color: #ffffff;
}

@media (max-width: 767px) {
  :where(body.page-id-12) .onl-career-form {
    padding: 30px 24px;
  }

  :where(body.page-id-12) .onl-career-form .elementor-form-fields-wrapper {
    row-gap: 16px;
  }

  :where(body.page-id-12) .onl-career-form .elementor-field-group {
    width: 100% !important;
  }

  :where(body.page-id-12) .onl-career-form .elementor-button {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Container
   Klasse(n): onl-references-container
   Struktur: Container
   -------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Container
   Klasse(n): onl-references-item
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-references-item {
  display: grid !important;
  place-items: center;
}

:where(body.page-id-12) .onl-references-item .logo-white,
:where(body.page-id-12) .onl-references-item .logo-color {
  grid-area: 1 / 1;
  transition: opacity 0.3s ease;
}

:where(body.page-id-12) .onl-references-item .logo-white {
  opacity: 1;
  z-index: 2;
}

:where(body.page-id-12) .onl-references-item .logo-color {
  opacity: 0;
  z-index: 3;
}

:where(body.page-id-12) .onl-references-item:hover .logo-white {
  opacity: 0;
}

:where(body.page-id-12) .onl-references-item:hover .logo-color {
  opacity: 1;
}

:where(body.page-id-12) .onl-references-item .logo-color img,
:where(body.page-id-12) .onl-references-item .logo-white img {
  display: block;
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Container
   Klasse(n): onl-it-cta-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 50%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(227, 6, 20, 0.2) 0%, rgba(227, 6, 20, 0.07) 38%, rgba(227, 6, 20, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

.onl-it-cta-section {
  position: relative;
  overflow-x: clip;
}
/* --------------------------------------------------------------------------
   Quelle: Home
   Elementor: Container
   Klasse(n): onl-map-wrap
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-12) .onl-map-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
}

:where(body.page-id-12) .onl-map-wrap .onl-map-image img {
  display: block;
  width: 100%;
  height: auto;
}

:where(body.page-id-12) .onl-map-wrap .onl-map-pin {
  position: absolute;
  left: 20%;
  top: 60%;
  transform: translate(-50%, -100%);
  z-index: 2;
}

@media (max-width: 1024px) and (min-width: 768px) {
  :where(body.page-id-12) .onl-map-wrap .onl-map-pin {
    left: 7%;
    top: 58%;
  }
}

:where(body.page-id-12) .onl-map-wrap .onl-map-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
}

:where(body.page-id-12) .onl-map-wrap .onl-map-info {
  pointer-events: auto;
  margin: 0 0 0px 0;
  max-width: 360px;
}


/* ========================================================================== 
   PAGE – IT & INFRASTRUKTUR
   Scope: :where(body.page-id-611)
   Ursprüngliche CSS-Fundstellen: 23
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-it-module__icon
   Struktur: onl-subhero-shell [Container] → linker Content Container [Container] → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-it-module__icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

:where(body.page-id-611) .onl-it-module__icon .red {
  stroke: #e30614;
}

:where(body.page-id-611) .onl-it-module__icon svg * {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-service-container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-service-container {
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-safe-module
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-safe-module {
  position: relative;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.012) 42%),
    linear-gradient(135deg, #161f22 0%, #111719 100%);
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
  overflow: hidden;
  transition: transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

:where(body.page-id-611) .onl-safe-module::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 82% 18%,
      rgba(227, 6, 20, 0.18) 0%,
      rgba(227, 6, 20, 0.055) 34%,
      rgba(227, 6, 20, 0) 68%
    );
  pointer-events: none;
  z-index: 1;
}

:where(body.page-id-611) .onl-safe-module::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 46px;
  height: 4px;
  background: #e30614;
  transition: width 220ms ease;
  z-index: 4;
}

:where(body.page-id-611) .onl-safe-module:hover::after {
  width: 76px;
}

:where(body.page-id-611) .onl-safe-module .elementor-widget:not(.onl-safe-module__glow-icon),
:where(body.page-id-611) .onl-safe-module .e-con:not(.onl-safe-module__glow-icon) {
  position: relative;
  z-index: 3;
}

:where(body.page-id-611) .onl-safe-module__glow-icon {
  position: absolute !important;
  right: -24px;
  bottom: -20px;
  width: 290px;
  height: 290px;
  margin: 0 !important;
  pointer-events: none;
  z-index: 2;
  opacity: 0.19;
  transform: rotate(-10deg);
  transform-origin: center;
  filter: drop-shadow(0 0 18px rgba(227, 6, 20, 0.28))
    drop-shadow(0 0 38px rgba(227, 6, 20, 0.12));
}

:where(body.page-id-611) .onl-safe-module__glow-icon .elementor-widget-container {
  width: 100%;
  height: 100%;
}

:where(body.page-id-611) .onl-safe-module__glow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

:where(body.page-id-611) .onl-safe-module__glow-icon svg * {
  fill: none;
  stroke: rgba(255,255,255,0.42);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(body.page-id-611) .onl-safe-module__glow-icon .red {
  stroke: rgba(227, 6, 20, 0.92);
  stroke-width: 1.8;
}

:where(body.page-id-611) .onl-safe-module:hover .onl-safe-module__glow-icon {
  opacity: 0.68;
  transform: rotate(-17deg) scale(1.34);
}

@media (max-width: 767px) {
  :where(body.page-id-611) .onl-safe-module__glow-icon {
    width: 135px;
    height: 135px;
    right: -28px;
    top: 20px;
    opacity: 0.11;
  }

  :where(body.page-id-611) .onl-safe-module:hover .onl-safe-module__glow-icon {
    transform: rotate(-10deg);
  }
}

/* =========================================================
   SAFE MODULE – unterer Bereich immer am Kartenboden - Karriere
   ========================================================= */

:where(body.page-id-1191) .onl-safe-module > .elementor-widget-divider {
  margin-top: auto !important;
}


/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Widget: text-editor
   Klasse(n): onl-service-list
   Struktur: Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-service-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(body.page-id-611) .onl-service-list ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

:where(body.page-id-611) .onl-service-list ul li:last-child {
  margin-bottom: 0;
}

:where(body.page-id-611) .onl-service-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 3px;
  height: 0.5em;
  background: red;
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-it-detail-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-it-detail-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(227, 6, 20, 0.18) 0%, rgba(227, 6, 20, 0.06) 36%, rgba(227, 6, 20, 0) 68%);
  pointer-events: none;
}

:where(body.page-id-611) .onl-it-detail-section::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 34%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  :where(body.page-id-611) .onl-it-detail-section::before {
    top: -160px;
    right: -120px;
    width: 380px;
    height: 380px;
  }

  :where(body.page-id-611) .onl-it-detail-section::after {
    bottom: -180px;
    left: -140px;
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 767px) {
  :where(body.page-id-611) .onl-it-detail-section {
    overflow: hidden;
  }

  :where(body.page-id-611) .onl-it-detail-section::before {
    top: -110px;
    right: -90px;
    width: 260px;
    height: 260px;
  }

  :where(body.page-id-611) .onl-it-detail-section::after {
    bottom: -120px;
    left: -90px;
    width: 300px;
    height: 300px;
  }
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-it-detail-item
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-it-detail-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(227, 6, 20, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: height 220ms ease, opacity 220ms ease;
}

:where(body.page-id-611) .onl-it-detail-item:hover::after {
  height: 30px;
  opacity: 1;
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Widget: text-editor
   Klasse(n): onl-it-work-side-note
   Struktur: Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-it-work-side-note {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
}

:where(body.page-id-611) .onl-it-work-side-note::before {
  content: "";
  width: 34px;
  height: 3px;
  background: #e30614;
  flex: 0 0 auto;
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-it-work-item
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-it-work-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(29, 29, 27, 0.14);
}

:where(body.page-id-611) .onl-it-work-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(227, 6, 20, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: height 220ms ease, opacity 220ms ease;
}

:where(body.page-id-611) .onl-it-work-item:hover {
  transform: translateX(6px);
  border-bottom-color: rgba(227, 6, 20, 0.48);
}

:where(body.page-id-611) .onl-it-work-item:hover::after {
  height: 30px;
  opacity: 1;
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-it-work-item
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-it-detail-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 220ms ease, border-color 220ms ease;
}

:where(body.page-id-611) .onl-it-detail-item:hover {
  transform: translateX(6px);
  border-bottom-color: rgba(227, 6, 20, 0.48);
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-tech-belt__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 68px;
  background: #e30614;
}

:where(body.page-id-611) .onl-tech-belt__logos {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}

:where(body.page-id-611) .onl-tech-belt__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 46px;
  animation: onlLogoRail 24s linear infinite;
}

:where(body.page-id-611) .onl-tech-belt:hover .onl-tech-belt__track {
  animation-play-state: paused;
}

:where(body.page-id-611) .onl-tech-belt__item {
  flex: 0 0 auto;
  height: 104px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

:where(body.page-id-611) .onl-tech-belt__item img {
  display: block;
  max-width: 185px;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.58);
  transition: filter 180ms ease, transform 180ms ease;
}

:where(body.page-id-611) .onl-tech-belt__item:hover img {
  filter: grayscale(0) opacity(1);
  transform: scale(1.04);
}

@media (max-width: 767px) {
  :where(body.page-id-611) .onl-tech-belt__logos {
    width: 100%;
    overflow: hidden;
  }

  :where(body.page-id-611) .onl-tech-belt__track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: max-content !important;
    gap: 34px;
  }

  :where(body.page-id-611) .onl-tech-belt__item {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 110px;
    height: 86px;
  }

  :where(body.page-id-611) .onl-tech-belt__item img {
    max-width: 150px;
    max-height: 120px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  :where(body.page-id-611) .onl-tech-belt__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 90px;
    background: #e30614;
  }
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-it-cta-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(227, 6, 20, 0.2) 0%, rgba(227, 6, 20, 0.07) 38%, rgba(227, 6, 20, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Container
   Klasse(n): onl-person-card
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-person-card {
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.018) 48%),
    linear-gradient(135deg, #151d20 0%, #0f1416 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 28px 70px rgba(0,0,0,0.32);
}

:where(body.page-id-611) .onl-person-card__statement {
  padding-left: 16px;
  border-left: 3px solid #e30614;
}

/* --------------------------------------------------------------------------
   Quelle: IT & Infrastruktur
   Elementor: Widget: text-editor
   Klasse(n): onl-person-card__statement
   Struktur: Container → Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-611) .onl-it-detail-note {
  margin-top: 34px;
  padding-left: 18px;
  border-left: 3px solid #e30614;
  max-width: 380px;
}


/* ========================================================================== 
   PAGE – KOMMUNIKATION
   Scope: :where(body.page-id-906)
   Ursprüngliche CSS-Fundstellen: 29
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-com-module__icon
   Struktur: onl-subhero-shell [Container] → linker Content Container [Container] → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-com-module__icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

:where(body.page-id-906) .onl-com-module__icon .red {
  stroke: #e30614;
}

:where(body.page-id-906) .onl-com-module__icon svg * {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}



/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-mini-card__chips
   Struktur: Container → Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-mini-card__chips span {
  margin-top: 10px;
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-com-intro-card
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-com-intro-card {
  position: relative;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.012) 42%),
    linear-gradient(135deg, #161f22 0%, #111719 100%);
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
  overflow: hidden;
  transition: transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

:where(body.page-id-906) .onl-com-intro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 85% 12%,
    rgba(227, 6, 20, 0.12) 0%,
    rgba(227, 6, 20, 0.035) 32%,
    rgba(227, 6, 20, 0) 62%
  );

}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-mini-card__chips
   Struktur: Container → Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-mini-card__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Widget: text-editor
   Klasse(n): onl-com-list
   Struktur: Container → Container → Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-com-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:where(body.page-id-906) .onl-com-list ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

:where(body.page-id-906) .onl-com-list ul li:last-child {
  margin-bottom: 0;
}

:where(body.page-id-906) .onl-com-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 1.2em;
  background: red;
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-tech-belt__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 68px;
  background: #e30614;
}

:where(body.page-id-906) .onl-tech-belt__logos {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}

:where(body.page-id-906) .onl-tech-belt__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 46px;
  animation: onlLogoRail 24s linear infinite;
}

:where(body.page-id-906) .onl-tech-belt:hover .onl-tech-belt__track {
  animation-play-state: paused;
}

:where(body.page-id-906) .onl-tech-belt__item {
  flex: 0 0 auto;
  height: 104px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

:where(body.page-id-906) .onl-tech-belt__item img {
  display: block;
  max-width: 185px;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.58);
  transition: filter 180ms ease, transform 180ms ease;
}

:where(body.page-id-906) .onl-tech-belt__item:hover img {
  filter: grayscale(0) opacity(1);
  transform: scale(1.04);
}

@media (max-width: 767px) {
  :where(body.page-id-906) .onl-tech-belt__logos {
    width: 100%;
    overflow: hidden;
  }

  :where(body.page-id-906) .onl-tech-belt__track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: max-content !important;
    gap: 34px;
  }

  :where(body.page-id-906) .onl-tech-belt__item {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 110px;
    height: 86px;
  }

  :where(body.page-id-906) .onl-tech-belt__item img {
    max-width: 150px;
    max-height: 120px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  :where(body.page-id-906) .onl-tech-belt__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 90px;
    background: #e30614;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-it-detail-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-it-detail-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(227, 6, 20, 0.18) 0%, rgba(227, 6, 20, 0.06) 36%, rgba(227, 6, 20, 0) 68%);
  pointer-events: none;
}

:where(body.page-id-906) .onl-it-detail-section::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 34%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  :where(body.page-id-906) .onl-it-detail-section::before {
    top: -160px;
    right: -120px;
    width: 380px;
    height: 380px;
  }

  :where(body.page-id-906) .onl-it-detail-section::after {
    bottom: -180px;
    left: -140px;
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 767px) {
  :where(body.page-id-906) .onl-it-detail-section {
    overflow: hidden;
  }

  :where(body.page-id-906) .onl-it-detail-section::before {
    top: -110px;
    right: -90px;
    width: 260px;
    height: 260px;
  }

  :where(body.page-id-906) .onl-it-detail-section::after {
    bottom: -120px;
    left: -90px;
    width: 300px;
    height: 300px;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-it-detail-item
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-it-detail-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(227, 6, 20, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: height 220ms ease, opacity 220ms ease;
}

:where(body.page-id-906) .onl-it-detail-item:hover::after {
  height: 30px;
  opacity: 1;
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-it-detail-item
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-it-detail-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 220ms ease, border-color 220ms ease;
}

:where(body.page-id-906) .onl-it-detail-item:hover {
  transform: translateX(6px);
  border-bottom-color: rgba(227, 6, 20, 0.48);
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Widget: nested-accordion
   Klasse(n): onl-comm-faq-accordion
   Struktur: Container → Container → Widget: nested-accordion
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion {
  counter-reset: faq-counter;
  border-top: 0px solid rgba(29, 29, 27, 0.10);
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item {
  position: relative;
  counter-increment: faq-counter;
  border-bottom: 1px solid rgba(29, 29, 27, 0.10);
  background: transparent;
  transition: border-color 220ms ease, transform 220ms ease;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(227, 6, 20, 0.38);
  opacity: 0;
  transition: height 220ms ease, opacity 220ms ease;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item[open] {
  border-bottom-color: rgba(227, 6, 20, 0.38);
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item[open]::after {
  height: 30px;
  opacity: 1;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 28px;
  align-items: start;
  width: 100%;
  padding: 30px 0;
  cursor: pointer;
  list-style: none;
  background: transparent;
  border: none;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title::-webkit-details-marker {
  display: none;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title::marker {
  display: none;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title::before {
  content: counter(faq-counter, decimal-leading-zero);
  padding-top: 7px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  color: #e30614;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title-header {
  display: block;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title-text {
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  color: #1d1d1b;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title-icon {
  padding-top: 4px;
  color: #1d1d1b;
  opacity: 0.45;
  transition: opacity 220ms ease, color 220ms ease, transform 220ms ease;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  color: #e30614;
  opacity: 1;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
  padding-bottom: 14px;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text {
  color: #111111;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item > [role="region"] {
  padding: 0 0 30px 104px;
  background: transparent;
}

:where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item > [role="region"].e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

:where(body.page-id-906) .onl-comm-faq-accordion .onl-service-teaser,
:where(body.page-id-906) .onl-comm-faq-accordion .elementor-widget-text-editor {
  margin: 0;
}

:where(body.page-id-906) .onl-comm-faq-accordion .onl-service-teaser p,
:where(body.page-id-906) .onl-comm-faq-accordion .elementor-widget-text-editor p {
  max-width: 620px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
}

@media (hover: hover) {
  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item:hover {
    transform: translateX(6px);
    border-bottom-color: rgba(227, 6, 20, 0.38);
  }

  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item:hover::after {
    height: 30px;
    opacity: 1;
  }

  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-icon {
    opacity: 1;
    color: #e30614;
  }
}

@media (max-width: 1024px) {
  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title {
    grid-template-columns: 64px 1fr auto;
    gap: 22px;
  }

  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item > [role="region"] {
    padding-left: 86px;
  }
}

@media (max-width: 767px) {
  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 24px 0;
  }

  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title::before {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item-title-text {
    font-size: 19px;
  }

  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item > [role="region"] {
    padding: 0 0 26px 0;
  }

  :where(body.page-id-906) .onl-comm-faq-accordion .e-n-accordion-item:hover {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-it-cta-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(227, 6, 20, 0.2) 0%, rgba(227, 6, 20, 0.07) 38%, rgba(227, 6, 20, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Container
   Klasse(n): onl-person-card
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-person-card {
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.018) 48%),
    linear-gradient(135deg, #151d20 0%, #0f1416 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 28px 70px rgba(0,0,0,0.32);
}

:where(body.page-id-906) .onl-person-card__statement {
  padding-left: 16px;
  border-left: 3px solid #e30614;
}

/* --------------------------------------------------------------------------
   Quelle: Kommunikation
   Elementor: Widget: text-editor
   Klasse(n): onl-person-card__statement
   Struktur: Container → Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-906) .onl-it-detail-note {
  margin-top: 34px;
  padding-left: 18px;
  border-left: 3px solid #e30614;
  max-width: 380px;
}


/* ========================================================================== 
   PAGE – SICHERHEITSTECHNIK
   Scope: :where(body.page-id-969)
   Ursprüngliche CSS-Fundstellen: 19
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Container
   Klasse(n): onl-sec-module__icon
   Struktur: onl-subhero-shell [Container] → linker Content Container [Container] → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-sec-module__icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

:where(body.page-id-969) .onl-sec-module__icon .red {
  stroke: #e30614;
}

:where(body.page-id-969) .onl-sec-module__icon svg * {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Container
   Klasse(n): onl-safe-module
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-safe-module::before {
  background: radial-gradient(
      circle at 82% 18%,
      rgba(227, 6, 20, 0.18) 0%,
      rgba(227, 6, 20, 0.055) 34%,
      rgba(227, 6, 20, 0) 68%
    );
  z-index: 1;
}

:where(body.page-id-969) .onl-safe-module::after {
  z-index: 4;
}

:where(body.page-id-969) .onl-safe-module .elementor-widget:not(.onl-safe-module__glow-icon),
:where(body.page-id-969) .onl-safe-module .e-con:not(.onl-safe-module__glow-icon) {
  position: relative;
  z-index: 3;
}

:where(body.page-id-969) .onl-safe-module__glow-icon {
  position: absolute !important;
  right: -24px;
  bottom: -20px;
  width: 290px;
  height: 290px;
  margin: 0 !important;
  pointer-events: none;
  z-index: 2;
  opacity: 0.19;
  transform: rotate(-10deg);
  transform-origin: center;
  filter: drop-shadow(0 0 18px rgba(227, 6, 20, 0.28))
    drop-shadow(0 0 38px rgba(227, 6, 20, 0.12));
}

:where(body.page-id-969) .onl-safe-module__glow-icon .elementor-widget-container {
  width: 100%;
  height: 100%;
}

:where(body.page-id-969) .onl-safe-module__glow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

:where(body.page-id-969) .onl-safe-module__glow-icon svg * {
  fill: none;
  stroke: rgba(255,255,255,0.42);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(body.page-id-969) .onl-safe-module__glow-icon .red {
  stroke: rgba(227, 6, 20, 0.92);
  stroke-width: 1.8;
}

:where(body.page-id-969) .onl-safe-module:hover .onl-safe-module__glow-icon {
  opacity: 0.68;
  transform: rotate(-17deg) scale(1.34);
}

@media (max-width: 767px) {
  :where(body.page-id-969) .onl-safe-module__glow-icon {
    width: 135px;
    height: 135px;
    right: -28px;
    top: 20px;
    opacity: 0.11;
  }

  :where(body.page-id-969) .onl-safe-module:hover .onl-safe-module__glow-icon {
    transform: rotate(-10deg);
  }
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Container
   Klasse(n): onl-it-detail-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-it-detail-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(227, 6, 20, 0.18) 0%, rgba(227, 6, 20, 0.06) 36%, rgba(227, 6, 20, 0) 68%);
  pointer-events: none;
}

:where(body.page-id-969) .onl-it-detail-section::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 34%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  :where(body.page-id-969) .onl-it-detail-section::before {
    top: -160px;
    right: -120px;
    width: 380px;
    height: 380px;
  }

  :where(body.page-id-969) .onl-it-detail-section::after {
    bottom: -180px;
    left: -140px;
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 767px) {
  :where(body.page-id-969) .onl-it-detail-section {
    overflow: hidden;
  }

  :where(body.page-id-969) .onl-it-detail-section::before {
    top: -110px;
    right: -90px;
    width: 260px;
    height: 260px;
  }

  :where(body.page-id-969) .onl-it-detail-section::after {
    bottom: -120px;
    left: -90px;
    width: 300px;
    height: 300px;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Widget: nested-accordion
   Klasse(n): onl-sec-faq-accordion
   Struktur: Container → Container → Widget: nested-accordion
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion {
  counter-reset: faq-counter;
  border-top: 0px solid rgba(29, 29, 27, 0.10);
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item {
  position: relative;
  counter-increment: faq-counter;
  border-bottom: 1px solid #CCCCCC2E;
  background: transparent;
  transition: border-color 220ms ease, transform 220ms ease;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(227, 6, 20, 0.38);
  opacity: 0;
  transition: height 220ms ease, opacity 220ms ease;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item[open] {
  border-bottom-color: rgba(227, 6, 20, 0.38);
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item[open]::after {
  height: 30px;
  opacity: 1;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 28px;
  align-items: start;
  width: 100%;
  padding: 30px 0;
  cursor: pointer;
  list-style: none;
  background: transparent;
  border: none;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title::-webkit-details-marker {
  display: none;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title::marker {
  display: none;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title::before {
  content: counter(faq-counter, decimal-leading-zero);
  padding-top: 7px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  color: #e30614;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title-header {
  display: block;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title-text {
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  color: #FFFFFF;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title-icon {
  padding-top: 4px;
  color: #1d1d1b;
  opacity: 0.45;
  transition: opacity 220ms ease, color 220ms ease, transform 220ms ease;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  color: #e30614;
  opacity: 1;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
  padding-bottom: 14px;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text {
  color: #FFFFFF;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item > [role="region"] {
  padding: 0 0 30px 104px;
  background: transparent;
}

:where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item > [role="region"].e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

:where(body.page-id-969) .onl-sec-faq-accordion .onl-service-teaser,
:where(body.page-id-969) .onl-comm-faq-accordion .elementor-widget-text-editor {
  margin: 0;
}

:where(body.page-id-969) .onl-sec-faq-accordion .onl-service-teaser p,
:where(body.page-id-969) .onl-sec-faq-accordion .elementor-widget-text-editor p {
  max-width: 620px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
}

@media (hover: hover) {
  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item:hover {
    transform: translateX(6px);
    border-bottom-color: rgba(227, 6, 20, 0.38);
  }

  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item:hover::after {
    height: 30px;
    opacity: 1;
  }

  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-icon {
    opacity: 1;
    color: #e30614;
  }
}

@media (max-width: 1024px) {
  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title {
    grid-template-columns: 64px 1fr auto;
    gap: 22px;
  }

  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item > [role="region"] {
    padding-left: 86px;
  }
}

@media (max-width: 767px) {
  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 24px 0;
  }

  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item-title::before {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  :where(body.page-id-969) .onl-comm-faq-accordion .e-n-accordion-item-title-text {
    font-size: 19px;
  }

  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item > [role="region"] {
    padding: 0 0 26px 0;
  }

  :where(body.page-id-969) .onl-sec-faq-accordion .e-n-accordion-item:hover {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Container
   Klasse(n): onl-service-container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-service-container {
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Container
   Klasse(n): onl-safe-module
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-safe-module {
  position: relative;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.012) 42%),
    linear-gradient(135deg, #161f22 0%, #111719 100%);
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
  overflow: hidden;
  transition: transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

:where(body.page-id-969) .onl-safe-module::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 85% 12%,
    rgba(227, 6, 20, 0.12) 0%,
    rgba(227, 6, 20, 0.035) 32%,
    rgba(227, 6, 20, 0) 62%
  );
  pointer-events: none;
}

:where(body.page-id-969) .onl-safe-module::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 46px;
  height: 4px;
  background: #e30614;
  transition: width 220ms ease;
}

:where(body.page-id-969) .onl-safe-module:hover::after {
  width: 76px;
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-tech-belt__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 68px;
  background: #e30614;
}

:where(body.page-id-969) .onl-tech-belt__logos {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}

:where(body.page-id-969) .onl-tech-belt__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 46px;
  animation: onlLogoRail 24s linear infinite;
}

:where(body.page-id-969) .onl-tech-belt:hover .onl-tech-belt__track {
  animation-play-state: paused;
}

:where(body.page-id-969) .onl-tech-belt__item {
  flex: 0 0 auto;
  height: 104px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

:where(body.page-id-969) .onl-tech-belt__item img {
  display: block;
  max-width: 185px;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.58);
  transition: filter 180ms ease, transform 180ms ease;
}

:where(body.page-id-969) .onl-tech-belt__item:hover img {
  filter: grayscale(0) opacity(1);
  transform: scale(1.04);
}

@media (max-width: 767px) {
  :where(body.page-id-969) .onl-tech-belt__logos {
    width: 100%;
    overflow: hidden;
  }

  :where(body.page-id-969) .onl-tech-belt__track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: max-content !important;
    gap: 34px;
  }

  :where(body.page-id-969) .onl-tech-belt__item {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 110px;
    height: 86px;
  }

  :where(body.page-id-969) .onl-tech-belt__item img {
    max-width: 150px;
    max-height: 120px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  :where(body.page-id-969) .onl-tech-belt__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 90px;
    background: #e30614;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Container
   Klasse(n): onl-it-cta-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(227, 6, 20, 0.2) 0%, rgba(227, 6, 20, 0.07) 38%, rgba(227, 6, 20, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Container
   Klasse(n): onl-person-card
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-person-card {
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.018) 48%),
    linear-gradient(135deg, #151d20 0%, #0f1416 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 28px 70px rgba(0,0,0,0.32);
}

:where(body.page-id-969) .onl-person-card__statement {
  padding-left: 16px;
  border-left: 3px solid #e30614;
}

/* --------------------------------------------------------------------------
   Quelle: Sicherheitstechnik
   Elementor: Widget: text-editor
   Klasse(n): onl-person-card__statement
   Struktur: Container → Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-969) .onl-it-detail-note {
  margin-top: 34px;
  padding-left: 18px;
  border-left: 3px solid #e30614;
  max-width: 380px;
}


/* ========================================================================== 
   PAGE – WARUM WIR, Impressum
   Scope: :where(body.page-id-1084)
   Ursprüngliche CSS-Fundstellen: 27
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quelle: Warum wir
   Elementor: Container
   Klasse(n): onl-sec-module__icon
   Struktur: onl-subhero-shell [Container] → linker Content Container [Container] → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084, body.page-id-1422) .onl-sec-module__icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

:where(body.page-id-1084, body.page-id-1422) .onl-sec-module__icon .red {
  stroke: #e30614;
}

:where(body.page-id-1084, body.page-id-1422) .onl-sec-module__icon svg * {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir
   Elementor: Container
   Klasse(n): onl-it-detail-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084) .onl-it-detail-section::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(227, 6, 20, 0.18) 0%, rgba(227, 6, 20, 0.06) 36%, rgba(227, 6, 20, 0) 68%);
  pointer-events: none;
}

:where(body.page-id-1084) .onl-it-detail-section::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 34%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  :where(body.page-id-1084) .onl-it-detail-section::before {
    top: -160px;
    right: -120px;
    width: 380px;
    height: 380px;
  }

  :where(body.page-id-1084) .onl-it-detail-section::after {
    bottom: -180px;
    left: -140px;
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 767px) {
  :where(body.page-id-1084) .onl-it-detail-section {
    overflow: hidden;
  }

  :where(body.page-id-1084) .onl-it-detail-section::before {
    top: -110px;
    right: -90px;
    width: 260px;
    height: 260px;
  }

  :where(body.page-id-1084) .onl-it-detail-section::after {
    bottom: -120px;
    left: -90px;
    width: 300px;
    height: 300px;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir
   Elementor: Widget: text-editor
   Klasse(n): onl-it-detail-note
   Struktur: Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-1084) .onl-it-detail-note {
  margin-top: 34px;
  padding-left: 18px;
  border-left: 3px solid #e30614;
  max-width: 380px;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir
   Elementor: Container
   Klasse(n): onl-it-detail-item
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084) .onl-it-detail-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(227, 6, 20, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: height 220ms ease, opacity 220ms ease;
}

:where(body.page-id-1084) .onl-it-detail-item:hover::after {
  height: 30px;
  opacity: 1;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir
   Elementor: Container
   Klasse(n): onl-it-detail-item
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084) .onl-it-detail-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 220ms ease, border-color 220ms ease;
}

:where(body.page-id-1084) .onl-it-detail-item:hover {
  transform: translateX(6px);
  border-bottom-color: rgba(227, 6, 20, 0.48);
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir, Datenschutz
   Elementor: Container
   Klasse(n): onl-why-career__note
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084, body.page-id-1456) .onl-why-career__note {
  border-left: 4px solid #e30614;
  background: #f5f5f5;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir
   Elementor: Container
   Klasse(n): onl-service-container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084) .onl-service-container {
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir, Impressum
   Elementor: Container
   Klasse(n): onl-safe-module
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084, body.page-id-1422) .onl-safe-module {
  position: relative;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.012) 42%),
    linear-gradient(135deg, #161f22 0%, #111719 100%);
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
  overflow: hidden;
  transition: transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

:where(body.page-id-1084, body.page-id-1422) .onl-safe-module::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 85% 12%,
    rgba(227, 6, 20, 0.12) 0%,
    rgba(227, 6, 20, 0.035) 32%,
    rgba(227, 6, 20, 0) 62%
  );
  pointer-events: none;
}

:where(body.page-id-1084, body.page-id-1422) .onl-safe-module::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 46px;
  height: 4px;
  background: #e30614;
  transition: width 220ms ease;
}

:where(body.page-id-1084, body.page-id-1422) .onl-safe-module:hover::after {
  width: 76px;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir
   Elementor: Container
   Klasse(n): onl-why-career__cta
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084) .onl-why-career__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 34px 38px;
  border-radius: 10px;
  background: #f3f3f3;
  border-left: 5px solid #e30614;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir
   Elementor: Container
   Klasse(n): onl-it-cta-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(227, 6, 20, 0.2) 0%, rgba(227, 6, 20, 0.07) 38%, rgba(227, 6, 20, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Quelle: Impressum
   Elementor: Container
   Klasse(n): onl-it-cta-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1422) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(227, 6, 20, 0.2) 0%, rgba(227, 6, 20, 0.07) 38%, rgba(227, 6, 20, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Quelle: Datenschutz
   Elementor: Container
   Klasse(n): onl-it-cta-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1456) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(227, 6, 20, 0.2) 0%, rgba(227, 6, 20, 0.07) 38%, rgba(227, 6, 20, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir, Impressum, Datenschutz
   Elementor: Container
   Klasse(n): onl-person-card
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084, body.page-id-1422, body.page-id-1456) .onl-person-card {
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.018) 48%),
    linear-gradient(135deg, #151d20 0%, #0f1416 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 28px 70px rgba(0,0,0,0.32);
}

:where(body.page-id-1084, body.page-id-1422, body.page-id-1456) .onl-person-card__statement {
  padding-left: 16px;
  border-left: 3px solid #e30614;
}

/* --------------------------------------------------------------------------
   Quelle: Warum wir, Impressum, Datenschutz
   Elementor: Container
   Klasse(n): onl-safe-module__icon
   Struktur: Container → Container → Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1084, body.page-id-1422, body.page-id-1456) .onl-safe-module__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.035);
  border-radius: 8px;
}

:where(body.page-id-1084, body.page-id-1422, body.page-id-1456) .onl-safe-module__icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

:where(body.page-id-1084, body.page-id-1422, body.page-id-1456) .onl-safe-module__icon .red {
  stroke: #e30614;
}

:where(body.page-id-1084, body.page-id-1422, body.page-id-1456) .onl-safe-module__icon svg * {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================================== 
   PAGE – KONTAKT
   Scope: :where(body.page-id-1157)
   Ursprüngliche CSS-Fundstellen: 27
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Container
   Klasse(n): onl-safe-module
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-safe-module::before {
  background: radial-gradient(
      circle at 82% 18%,
      rgba(227, 6, 20, 0.18) 0%,
      rgba(227, 6, 20, 0.055) 34%,
      rgba(227, 6, 20, 0) 68%
    );
  z-index: 1;
}

:where(body.page-id-1157) .onl-safe-module::after {
  z-index: 4;
}

:where(body.page-id-1157) .onl-safe-module .elementor-widget:not(.onl-safe-module__glow-icon),
:where(body.page-id-1157) .onl-safe-module .e-con:not(.onl-safe-module__glow-icon) {
  position: relative;
  z-index: 3;
}

:where(body.page-id-1157) .onl-safe-module__glow-icon {
  position: absolute !important;
  right: -24px;
  bottom: -20px;
  width: 290px;
  height: 290px;
  margin: 0 !important;
  pointer-events: none;
  z-index: 2;
  opacity: 0.19;
  transform: rotate(-10deg);
  transform-origin: center;
  filter: drop-shadow(0 0 18px rgba(227, 6, 20, 0.28))
    drop-shadow(0 0 38px rgba(227, 6, 20, 0.12));
}

:where(body.page-id-1157) .onl-safe-module__glow-icon .elementor-widget-container {
  width: 100%;
  height: 100%;
}

:where(body.page-id-1157) .onl-safe-module__glow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

:where(body.page-id-1157) .onl-safe-module__glow-icon svg * {
  fill: none;
  stroke: rgba(255,255,255,0.42);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(body.page-id-1157) .onl-safe-module__glow-icon .red {
  stroke: rgba(227, 6, 20, 0.92);
  stroke-width: 1.8;
}

:where(body.page-id-1157) .onl-safe-module:hover .onl-safe-module__glow-icon {
  opacity: 0.68;
  transform: rotate(-17deg) scale(1.34);
}

@media (max-width: 767px) {
  :where(body.page-id-1157) .onl-safe-module__glow-icon {
    width: 135px;
    height: 135px;
    right: -28px;
    top: 20px;
    opacity: 0.11;
  }

  :where(body.page-id-1157) .onl-safe-module:hover .onl-safe-module__glow-icon {
    transform: rotate(-10deg);
  }
}

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Container
   Klasse(n): onl-safe-module
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-safe-module {
  position: relative;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.012) 42%),
    linear-gradient(135deg, #161f22 0%, #111719 100%);
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
  overflow: hidden;
  transition: transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

:where(body.page-id-1157) .onl-safe-module::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 85% 12%,
    rgba(227, 6, 20, 0.12) 0%,
    rgba(227, 6, 20, 0.035) 32%,
    rgba(227, 6, 20, 0) 62%
  );
  pointer-events: none;
}

:where(body.page-id-1157) .onl-safe-module::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 46px;
  height: 4px;
  background: #e30614;
  transition: width 220ms ease;
}

:where(body.page-id-1157) .onl-safe-module:hover::after {
  width: 76px;
}

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Container
   Klasse(n): onl-service-container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-service-container {
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Widget: text-editor
   Klasse(n): onl-person-contact a
   Struktur: Container → Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-person-contact a,
:where(body.page-id-1157) .onl-person-contact span {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Container
   Klasse(n): onl-person-main
   Struktur: Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-person-main {
  min-height: 260px;
  background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    linear-gradient(135deg, #151d20 0%, #101719 100%);
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(0,0,0,0.16);
}

:where(body.page-id-1157) .onl-person-main::before,
:where(body.page-id-1157) .onl-person-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 88% 12%,
    rgba(227,6,20,0.15),
    rgba(227,6,20,0.035) 36%,
    rgba(227,6,20,0) 66%
  );
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Container
   Klasse(n): onl-person-card__photo
   Struktur: Container → Container → Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-person-main__photo,
:where(body.page-id-1157) .onl-person-card__photo {
  z-index: 2;
  place-items: center;
  background: radial-gradient(circle at center, rgba(227,6,20,0.2), rgba(227,6,20,0.04) 48%, rgba(255,255,255,0.035)),
    #101719;
  color: rgba(255,255,255,0.92);
}

:where(body.page-id-1157) .onl-person-card__photo {
  height: 145px;
  font-size: 34px;
}

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Container
   Klasse(n): onl-it-cta-section
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(227, 6, 20, 0.2) 0%, rgba(227, 6, 20, 0.07) 38%, rgba(227, 6, 20, 0) 70%);
  z-index: 1;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Widget: heading
   Klasse(n): onl-contact-data__item
   Struktur: Container → Container → Adresse ONLINE NetCom Systemhaus GmbH Bahnhofstraße 67 48683 Ahaus [Widget: heading]
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-contact-data__item strong {
  display: block;
  font-size: 14px;
  color: #e30614;
}

:where(body.page-id-1157) .onl-contact-data__item {
  padding-left: 18px;
  border-left: 3px solid #e30614;
}

/* --------------------------------------------------------------------------
   Quelle: Kontakt
   Elementor: Widget: form
   Klasse(n): onl-contact-form
   Struktur: Container → Container → Widget: form
   -------------------------------------------------------------------------- */
:where(body.page-id-1157) .onl-contact-form .elementor-field::placeholder,
:where(body.page-id-1157) .onl-contact-form .elementor-field-textual::placeholder {
  color: rgba(255,255,255,0.42) !important;
  opacity: 1;
}

:where(body.page-id-1157) .onl-contact-form {
  padding: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
}

:where(body.page-id-1157) .onl-contact-form .elementor-form-fields-wrapper {
  column-gap: 0px;
  row-gap: 18px;
}

:where(body.page-id-1157) .onl-contact-form .elementor-field-label {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

:where(body.page-id-1157) .onl-contact-form .elementor-field,
:where(body.page-id-1157) .onl-contact-form .elementor-field-textual {
  min-height: 50px;
  padding: 14px 15px;
  transition: border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

:where(body.page-id-1157) .onl-contact-form .elementor-field:focus,
:where(body.page-id-1157) .onl-contact-form .elementor-field-textual:focus {
  border-color: rgba(227,6,20,0.72);
  background: rgba(255,255,255,0.085);
  box-shadow: 0 0 0 3px rgba(227,6,20,0.16);
}

:where(body.page-id-1157) .onl-contact-form textarea.elementor-field-textual {
  min-height: 150px;
  resize: vertical;
}

:where(body.page-id-1157) .onl-contact-form .elementor-field-type-acceptance {
  margin-top: 4px;
}

:where(body.page-id-1157) .onl-contact-form .elementor-field-type-acceptance a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #e30614;
  text-underline-offset: 3px;
}

:where(body.page-id-1157) .onl-contact-form .elementor-field-type-acceptance a:hover {
  color: #ffffff;
}

:where(body.page-id-1157) .onl-contact-form .elementor-field-type-submit {
  margin-top: 8px;
}

:where(body.page-id-1157) .onl-contact-form .elementor-button {
  min-height: 50px;
  padding: 0 26px;
  border: none;
  border-radius: 4px;
  background: #e30614;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  box-shadow: none;
  transition: background 220ms ease,
    transform 220ms ease;
}

:where(body.page-id-1157) .onl-contact-form .elementor-button:hover {
  background: #b90510;
  color: #ffffff;
  transform: translateY(-2px);
}

:where(body.page-id-1157) .onl-contact-form .elementor-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(227,6,20,0.22);
}

:where(body.page-id-1157) .onl-contact-form .elementor-button-text {
  color: #ffffff;
}

:where(body.page-id-1157) .onl-contact-form .elementor-message,
:where(body.page-id-1157) .onl-contact-form .elementor-error {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

:where(body.page-id-1157) .onl-contact-form .elementor-message-danger,
:where(body.page-id-1157) .onl-contact-form .elementor-error {
  color: #ff7a7a;
}

:where(body.page-id-1157) .onl-contact-form .elementor-message-success {
  color: #ffffff;
}

:where(body.page-id-1157) .onl-contact-form .elementor-mark-required .elementor-field-label::after {
  color: #e30614;
}

@media (max-width: 767px) {
  :where(body.page-id-1157) .onl-contact-form {
    padding: 30px 24px;
  }

  :where(body.page-id-1157) .onl-contact-form .elementor-form-fields-wrapper {
    row-gap: 16px;
  }

  :where(body.page-id-1157) .onl-contact-form .elementor-field-group {
    width: 100% !important;
  }

  :where(body.page-id-1157) .onl-contact-form .elementor-button {
    width: 100%;
  }
}


/* ========================================================================== 
   PAGE – KARRIERE
   Scope: :where(body.page-id-1191)
   Ursprüngliche CSS-Fundstellen: 16
   ========================================================================== */

/* --------------------------------------------------------------------------
   Quelle: Karriere
   Elementor: Container
   Klasse(n): onl-service-container
   Struktur: Container
   -------------------------------------------------------------------------- */
:where(body.page-id-1191) .onl-service-container {
  cursor: pointer;
}

:where(body.page-id-1191) .onl-safe-module,
:where(body.page-id-1191) .onl-benefit-module {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.035) 0%,
      rgba(255, 255, 255, 0.012) 42%
    ),
    linear-gradient(
      135deg,
      #161f22 0%,
      #111719 100%
    );
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  transition: transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

:where(body.page-id-1191) .onl-safe-module::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    circle at 85% 12%,
    rgba(227, 6, 20, 0.12) 0%,
    rgba(227, 6, 20, 0.035) 32%,
    rgba(227, 6, 20, 0) 62%
  );
}

:where(body.page-id-1191) .onl-safe-module::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 0;
  z-index: 4;
  width: 46px;
  height: 4px;
  background: #e30614;
  transition: width 220ms ease;
}

:where(body.page-id-1191) .onl-safe-module:hover::after {
  width: 76px;
}

:where(body.page-id-1191) .onl-safe-module .elementor-widget:not(.onl-safe-module__glow-icon),
:where(body.page-id-1191) .onl-safe-module .e-con:not(.onl-safe-module__glow-icon) {
  position: relative;
  z-index: 3;
}

:where(body.page-id-1191) .onl-safe-module__glow-icon {
  position: absolute !important;
  right: -24px;
  bottom: -20px;
  z-index: 2;
  width: 290px;
  height: 290px;
  margin: 0 !important;
  opacity: 0.19;
  pointer-events: none;
  transform: rotate(-10deg);
  transform-origin: center;
  filter: drop-shadow(0 0 18px rgba(227, 6, 20, 0.28))
    drop-shadow(0 0 38px rgba(227, 6, 20, 0.12));
  transition: opacity 220ms ease,
    transform 220ms ease;
}

:where(body.page-id-1191) .onl-safe-module__glow-icon .elementor-widget-container {
  width: 100%;
  height: 100%;
}

:where(body.page-id-1191) .onl-safe-module__glow-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

:where(body.page-id-1191) .onl-safe-module__glow-icon svg * {
  fill: none;
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(body.page-id-1191) .onl-safe-module__glow-icon .red {
  stroke: rgba(227, 6, 20, 0.92);
  stroke-width: 1.8;
}

:where(body.page-id-1191) .onl-safe-module:hover .onl-safe-module__glow-icon {
  opacity: 0.68;
  transform: rotate(-17deg) scale(1.34);
}

:where(body.page-id-1191) .onl-benefit-module::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at 85% 12%,
    rgba(227, 6, 20, 0.12) 0%,
    rgba(227, 6, 20, 0.035) 32%,
    rgba(227, 6, 20, 0) 62%
  );
}

:where(body.page-id-1191) .onl-career-benefit__icon {
  margin: 0 0 28px !important;
}

:where(body.page-id-1191) .onl-job-card__type {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: fit-content !important;
  min-width: 0 !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  padding: 8px 11px;
  border: 1px solid rgba(227, 6, 20, 0.24);
  border-radius: 4px;
  background: rgba(227, 6, 20, 0.12);
}

:where(body.page-id-1191) .onl-job-card li::before {
  top: 0.62em;
}

:where(body.page-id-1191) .onl-it-cta-section::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 1;
  width: 520px;
  height: 520px;
  pointer-events: none;
  transform: translateY(-50%);
  background: radial-gradient(
    circle,
    rgba(227, 6, 20, 0.20) 0%,
    rgba(227, 6, 20, 0.07) 38%,
    rgba(227, 6, 20, 0) 70%
  );
}

:where(body.page-id-1191) .onl-career-contact {
  padding: 28px;
  border-left: 5px solid #e30614;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

@media (max-width: 767px) {
  :where(body.page-id-1191) .onl-safe-module__glow-icon {
    top: 20px;
    right: -28px;
    bottom: auto;
    width: 135px;
    height: 135px;
    opacity: 0.11;
  }

  :where(body.page-id-1191) .onl-safe-module:hover .onl-safe-module__glow-icon {
    transform: rotate(-10deg);
  }
}

/* --------------------------------------------------------------------------
   Quelle: Karriere
   Elementor: Widget: icon
   Klasse(n): onl-career-benefit__icon
   Struktur: Container → Container → Widget: icon
   -------------------------------------------------------------------------- */
:where(body.page-id-1191) .onl-career-benefit__icon {
  position: relative;
  z-index: 2;
  width: fit-content !important;
  max-width: fit-content !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  margin: 0 0 28px 0 !important;
  padding: 0 !important;
}

:where(body.page-id-1191) .onl-career-benefit__icon .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  line-height: 0 !important;
}

:where(body.page-id-1191) .onl-career-benefit__icon .elementor-icon {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 8px !important;
  background: rgba(227, 6, 20, 0.10) !important;
  border: 1px solid rgba(227, 6, 20, 0.22) !important;
  color: #ffffff !important;
  line-height: 0 !important;
}

:where(body.page-id-1191) .onl-career-benefit__icon .elementor-icon svg {
  width: 32px !important;
  height: 32px !important;
  display: block !important;
  overflow: visible !important;
}

:where(body.page-id-1191) .onl-career-benefit__icon .elementor-icon svg * {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

:where(body.page-id-1191) .onl-career-benefit__icon .elementor-icon svg .red {
  stroke: #e30614 !important;
}

:where(body.page-id-1191) .onl-career-benefit__icon .elementor-icon i {
  font-size: 30px !important;
  color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   Quelle: Karriere
   Elementor: Widget: text-editor
   Klasse(n): onl-job-card ul
   Struktur: Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-1191) .onl-job-card ul {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

:where(body.page-id-1191) .onl-job-card li {
  position: relative;
  padding-left: 18px;
  color: #c8c8c8;
  font-size: 15px;
  line-height: 1.45;
}

:where(body.page-id-1191) .onl-job-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 2px;
  background: #e30614;
}

/* --------------------------------------------------------------------------
   Quelle: Karriere
   Elementor: Widget: text-editor
   Klasse(n): onl-job-card a
   Struktur: Container → Container → Container → Widget: text-editor
   -------------------------------------------------------------------------- */
:where(body.page-id-1191) .onl-job-card a {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
}

:where(body.page-id-1191) .onl-job-card a:hover {
  text-decoration: underline;
  text-decoration-color: #e30614;
  text-underline-offset: 4px;
}

/* --------------------------------------------------------------------------
   Quelle: Karriere
   Elementor: Widget: form
   Klasse(n): onl-career-form
   Struktur: Container → Container → Widget: form
   -------------------------------------------------------------------------- */
:where(body.page-id-1191) .onl-career-form .elementor-field::placeholder,
:where(body.page-id-1191) .onl-career-form .elementor-field-textual::placeholder {
  color: rgba(255,255,255,0.42) !important;
  opacity: 1;
}

:where(body.page-id-1191) .onl-career-form {
  padding: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
}

:where(body.page-id-1191) .onl-career-form .elementor-form-fields-wrapper {
  row-gap: 18px;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-group {
  margin-bottom: 0;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-label {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

:where(body.page-id-1191) .onl-career-form input.elementor-field,
:where(body.page-id-1191) .onl-career-form textarea.elementor-field {
  width: 100%;
  min-height: 50px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 4px;
  background: rgba(255,255,255,0.065) !important;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

:where(body.page-id-1191) .onl-career-form textarea.elementor-field {
  min-height: 150px;
  resize: vertical;
}

:where(body.page-id-1191) .onl-career-form input.elementor-field::placeholder,
:where(body.page-id-1191) .onl-career-form textarea.elementor-field::placeholder {
  color: rgba(255,255,255,0.42);
  opacity: 1;
}

:where(body.page-id-1191) .onl-career-form input.elementor-field:focus,
:where(body.page-id-1191) .onl-career-form textarea.elementor-field:focus {
  border-color: rgba(227,6,20,0.72) !important;
  background: rgba(255,255,255,0.085) !important;
  box-shadow: 0 0 0 3px rgba(227,6,20,0.16) !important;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-select .elementor-select-wrapper,
:where(body.page-id-1191) .onl-career-form .elementor-field-type-select .elementor-select-wrapper.elementor-field {
  width: 100%;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-select .elementor-select-wrapper::before {
  display: none !important;
  content: none !important;
}

:where(body.page-id-1191) .onl-career-form select.elementor-field-textual,
:where(body.page-id-1191) .onl-career-form .elementor-field-type-select select {
  width: 100%;
  min-height: 50px;
  padding: 14px 42px 14px 15px;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,0.065) !important;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

:where(body.page-id-1191) .onl-career-form select.elementor-field-textual:focus,
:where(body.page-id-1191) .onl-career-form .elementor-field-type-select select:focus {
  border-color: rgba(227,6,20,0.72) !important;
  background: rgba(255,255,255,0.085) !important;
  box-shadow: 0 0 0 3px rgba(227,6,20,0.16) !important;
}

:where(body.page-id-1191) .onl-career-form select option {
  background: #151d20;
  color: #ffffff;
}

:where(body.page-id-1191) .onl-career-form .select-caret-down-wrapper {
  display: none !important;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-select {
  position: relative;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-select::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255,255,255,0.58);
  border-bottom: 2px solid rgba(255,255,255,0.58);
  transform: rotate(45deg);
  pointer-events: none;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-upload input[type="file"] {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 4px;
  background: rgba(255,255,255,0.065) !important;
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.82) !important;
  box-shadow: none !important;
}

:where(body.page-id-1191) .onl-career-form input[type="file"]::file-selector-button {
  margin-right: 14px;
  padding: 9px 13px;
  border: none;
  border-radius: 4px;
  background: rgba(227,6,20,0.16);
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

:where(body.page-id-1191) .onl-career-form input[type="file"]::file-selector-button:hover {
  background: rgba(227,6,20,0.28);
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-acceptance {
  margin-top: 4px;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-acceptance label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: #cccccc;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-acceptance input {
  accent-color: #e30614;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-acceptance a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #e30614;
  text-underline-offset: 3px;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-acceptance a:hover {
  color: #ffffff;
}

:where(body.page-id-1191) .onl-career-form .elementor-field-type-submit {
  margin-top: 8px;
}

:where(body.page-id-1191) .onl-career-form .elementor-button {
  min-height: 50px;
  padding: 0 26px;
  border: none !important;
  border-radius: 4px;
  background: #e30614;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  box-shadow: none !important;
  transition: background 220ms ease,
    transform 220ms ease;
}

:where(body.page-id-1191) .onl-career-form .elementor-button:hover {
  background: #b90510;
  color: #ffffff;
  transform: translateY(-2px);
}

:where(body.page-id-1191) .onl-career-form .elementor-button:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(227,6,20,0.22) !important;
}

:where(body.page-id-1191) .onl-career-form .elementor-button-text {
  color: #ffffff;
}

:where(body.page-id-1191) .onl-career-form .elementor-mark-required .elementor-field-label::after {
  color: #e30614;
}

:where(body.page-id-1191) .onl-career-form .elementor-message,
:where(body.page-id-1191) .onl-career-form .elementor-error {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

:where(body.page-id-1191) .onl-career-form .elementor-message-danger,
:where(body.page-id-1191) .onl-career-form .elementor-error {
  color: #ff7a7a;
}

:where(body.page-id-1191) .onl-career-form .elementor-message-success {
  color: #ffffff;
}

@media (max-width: 767px) {
  :where(body.page-id-1191) .onl-career-form {
    padding: 30px 24px;
  }

  :where(body.page-id-1191) .onl-career-form .elementor-form-fields-wrapper {
    row-gap: 16px;
  }

  :where(body.page-id-1191) .onl-career-form .elementor-field-group {
    width: 100% !important;
  }

  :where(body.page-id-1191) .onl-career-form .elementor-button {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Quelle: Karriere
   Elementor: Widget: nested-accordion
   Klasse(n): onl-comm-faq-accordion
   Struktur: Container → Container → Widget: nested-accordion
   -------------------------------------------------------------------------- */
:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion {
  counter-reset: faq-counter;
  border-top: 0px solid rgba(29, 29, 27, 0.10);
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item {
  position: relative;
  counter-increment: faq-counter;
  border-bottom: 1px solid rgba(29, 29, 27, 0.10);
  background: transparent;
  transition: border-color 220ms ease, transform 220ms ease;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(227, 6, 20, 0.38);
  opacity: 0;
  transition: height 220ms ease, opacity 220ms ease;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item[open] {
  border-bottom-color: rgba(227, 6, 20, 0.38);
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item[open]::after {
  height: 30px;
  opacity: 1;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 28px;
  align-items: start;
  width: 100%;
  padding: 30px 0;
  cursor: pointer;
  list-style: none;
  background: transparent;
  border: none;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title::-webkit-details-marker {
  display: none;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title::marker {
  display: none;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title::before {
  content: counter(faq-counter, decimal-leading-zero);
  padding-top: 7px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  color: #e30614;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title-header {
  display: block;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title-text {
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  color: #1d1d1b;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title-icon {
  padding-top: 4px;
  color: #1d1d1b;
  opacity: 0.45;
  transition: opacity 220ms ease, color 220ms ease, transform 220ms ease;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  color: #e30614;
  opacity: 1;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
  padding-bottom: 14px;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text {
  color: #111111;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item > [role="region"] {
  padding: 0 0 30px 104px;
  background: transparent;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item > [role="region"].e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .onl-service-teaser,
:where(body.page-id-1191) .onl-comm-faq-accordion .elementor-widget-text-editor {
  margin: 0;
}

:where(body.page-id-1191) .onl-comm-faq-accordion .onl-service-teaser p,
:where(body.page-id-1191) .onl-comm-faq-accordion .elementor-widget-text-editor p {
  max-width: 620px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
}

@media (hover: hover) {
  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item:hover {
    transform: translateX(6px);
    border-bottom-color: rgba(227, 6, 20, 0.38);
  }

  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item:hover::after {
    height: 30px;
    opacity: 1;
  }

  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-icon {
    opacity: 1;
    color: #e30614;
  }
}

@media (max-width: 1024px) {
  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title {
    grid-template-columns: 64px 1fr auto;
    gap: 22px;
  }

  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item > [role="region"] {
    padding-left: 86px;
  }
}

@media (max-width: 767px) {
  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 24px 0;
  }

  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title::before {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item-title-text {
    font-size: 19px;
  }

  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item > [role="region"] {
    padding: 0 0 26px 0;
  }

  :where(body.page-id-1191) .onl-comm-faq-accordion .e-n-accordion-item:hover {
    transform: none;
  }
}

/* ========================================================================== 
   ANIMATIONEN / KEYFRAMES
   Identische Definitionen aus mehreren Seiten wurden einmal zentral abgelegt.
   ========================================================================== */

@keyframes onlLogoRail {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
