/*
Theme Name: Divi child
Description: Divi Child Theme
Template: Divi
Version: 1.0.0
*/

/* ============================================================
   CSS-VARIABLEN
   ============================================================ */
:root {
  /* Markenfarben */
  --color-blau:           #223E5C;
  --color-turkis:         #3B8F94;
  --color-grau:           #e2e2e2;
  --color-beige:          #fffcf7;
  --color-white:          #ffffff;
  --color-beige-dunkel:   rgba(17, 23, 26, 0.06);
  --color-grun:           #7DDA23;
  --color-grun-hover:     #7cda24;
  --color-creme:          #FFF8E5;
  --color-button-schwarz: #11171A;
  --color-text-hell:      #fffcf7;
  --color-text-dunkel:    #11171a;
  --color-text:           #666;
	--color-bkr:    #11171a;

  /* Radien */
  --radius-sm:            10px;
  --radius-md:            20px;
  --radius-lg:            25px;
  --radius-button:        13px;
  --border-width-button:  10px;

  /* Abstände Desktop */
  --margin-s:    30px;
  --margin-m:    50px;
  --margin-l:    80px;
  --margin-xl:   140px;
  --margin-xxl:  300px;
  --padding-s:   30px;
  --padding-m:   50px;
  --padding-l:   80px;
  --padding-xl:  140px;
  --padding-xxl: 300px;

  /* Abstände Mobil */
  --margin-mobile-s:    15px;
  --margin-mobile-m:    50px;
  --margin-mobile-l:    80px;
  --margin-mobile-xl:   100px;
  --margin-mobile-xxl:  200px;
  --padding-mobile-s:   30px;
  --padding-mobile-m:   50px;
  --padding-mobile-l:   80px;
  --padding-mobile-xl:  100px;
  --padding-mobile-xxl: 120px;

  /* Wizard-Tokens (nutzen Markenwerte wo möglich) */
  --wiz-dark:       #0e0e0e;
  --wiz-accent:     var(--color-grun-hover); /* #7cda24 */
  --wiz-accent-dk:  #5e9400;
  --wiz-accent-li:  #f0f8e0;
  --wiz-accent-tx:  #3d6e00;
  --wiz-surface:    #f5f5f5;
  --wiz-border:     var(--color-grau);       /* #e2e2e2 */
  --wiz-text:       #1a1a1a;
  --wiz-text-mid:   #777;
  --wiz-text-dim:   #888;
  --wiz-error:      #e53e3e;
}


/* ============================================================
   ALLGEMEIN
   ============================================================ */
body.custom-background {
  background-color: var(--color-bkr) !important;
}

.center     { text-align: center !important; }
.underline  { text-decoration: underline; }

hr.home,
.lucke hr {
  width: 2px;
  height: 150px;
  background-color: black;
  border: none;
}

.body-text p a {
  color: var(--color-grun);
  text-decoration: underline !important;
}

/* Linkfarbe dunkel */ 
a.linkdunkel {
    color: #11171a !important;
}
a.linkdunkel:hover {
    color: #11171a !important;
}

/* Button-Font */ 
.et_pb_button,
.et_pb_button:link,
.et_pb_button:visited,
.et_pb_more_button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-family: "host-grotesk", sans-serif !important;
}


/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */
/* header#main-header.et-fixed-header,
#main-header {
  box-shadow: none !important;
} */

#main-header, #main-header.et-fixed-header {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #1D2225 !important; /* Dicke, Stil und Hex-Farbcode */
}

#top-menu li a {
  font-family: host-grotesk, sans-serif !important;
  font-weight: 700;
  font-size: 16px;
}

.et_mobile_menu li a {
  font-family: host-grotesk, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.mobile_menu_bar:before {
  color: var(--color-text-hell) !important;
}

@media screen and (max-width: 980px) {
  #main-header.et-fixed-header,
  #main-header {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
  }
}


/* Submenue-Width */
#top-menu .sub-menu {
    width: 300px;
}
#top-menu .sub-menu li {
    width: 100%;
}
#top-menu .sub-menu li a {
    width: 100%;
}

/* Submenue-TextColor */
.et_fixed_nav #top-menu li ul li a {
    color: #11171a !important;
}

/* Anchor-Offset für fixierten Header */
#ueber::before,
#vergleich::before,
#angebot::before,
#arbeiten::before,
#branchen::before,
#ablauf::before,
#kundenstimmen::before,
#preise::before,
#faqs::before,
#kontakt::before {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
}

/* Proper Collapsable Mobile Menu */
/*backgounr-color dropdown*/
header #et-top-navigation ul#mobile_menu {
    background-color: #7DDA23;
}
/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}
/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}
/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}
/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}
/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}
/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #fff;
	background: #11171B;
	border-radius: 50%;
	padding: 3px;
}
/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}
/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}
/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}


/* ============================================================
   BUTTONS
   ============================================================ */
.cta-button {
  border-radius: 100px;
  background: var(--color-grun-hover);
}

.cta-button a {
  padding: 18px !important;
  color: #fff !important;
}

.cta-button:hover {
  background: var(--color-button-schwarz);
}

.et_pb_module .grun,
.et_pb_module .button_black {
  border-width: var(--border-width-button) !important;
  border-radius: var(--radius-button);
}

.et_pb_module .grun {
  background-color: var(--color-grun);
  border-color: var(--color-grun);
}

.et_pb_module .button_black {
  background-color: var(--color-button-schwarz) !important;
  border-color: var(--color-button-schwarz) !important;
}

a.button_black {
  color: var(--color-text-hell) !important;
}

.et_pb_module .grun:hover,
.et_pb_module .button_black:hover {
  background-color: var(--color-grun-hover) !important;
  border-color: var(--color-grun-hover) !important;
}

.et_pb_module .button_black:hover {
  color: var(--color-text-dunkel);
}


/* ============================================================
   FORMULARE
   ============================================================ */
.et_contact_bottom_container {
  float: none;
  display: block !important;
  text-align: center;
  margin-top: 40px !important;
}


/* ============================================================
   SEKTIONEN & KOMPONENTEN
   ============================================================ */
.angebot {
  background-color: var(--color-beige-dunkel) !important;
  border-radius: var(--radius-md);
}

.umfang ul,
.projekt ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
}

.umfang ul li,
.projekt ul li {
  font-family: host-grotesk, sans-serif !important;
  font-weight: 200;
  font-style: normal;
  padding-left: 1.5em;
  text-indent: -1.5em;
	color: #11171a;
}

.umfang ul li {
  line-height: 1.4em;
  padding-bottom: 1em;
}

.umfang ul li:last-child,
.projekt ul li:last-child {
  padding-bottom: 0;
}

.umfang ul li::before,
.projekt ul li::before {
  content: "\25CF";
  margin-right: 8px;
}

.datenschutz li {
  font-family: host-grotesk, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
}

.button-words span {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 16px;
  margin: 6px;
  font-size: 16px;
  font-weight: 600;
}

.random-block {
  display: none;
}


/* ============================================================
   ABSTANDS-HELFER
   ============================================================ */
.margin_top_xxl    { margin-top:    var(--margin-xxl) !important; }
.margin_bottom_xxl { margin-bottom: var(--margin-xxl) !important; }
.margin_top_xl     { margin-top:    var(--margin-xl)  !important; }
.margin_bottom_xl  { margin-bottom: var(--margin-xl)  !important; }
.margin_top_l      { margin-top:    var(--margin-l)   !important; }
.margin_bottom_l   { margin-bottom: var(--margin-l)   !important; }
.margin_top_m      { margin-top:    var(--margin-m)   !important; }
.margin_bottom_m   { margin-bottom: var(--margin-m)   !important; }
.margin_top_s      { margin-top:    var(--margin-s)   !important; }
.margin_bottom_s   { margin-bottom: var(--margin-s)   !important; }

.padding_top_xxl    { padding-top:    var(--padding-xxl) !important; }
.padding_bottom_xxl { padding-bottom: var(--padding-xxl) !important; }
.padding_top_xl     { padding-top:    var(--padding-xl)  !important; }
.padding_bottom_xl  { padding-bottom: var(--padding-xl)  !important; }
.padding_top_l      { padding-top:    var(--padding-l)   !important; }
.padding_bottom_l   { padding-bottom: var(--padding-l)   !important; }
.padding_top_m      { padding-top:    var(--padding-m)   !important; }
.padding_bottom_m   { padding-bottom: var(--padding-m)   !important; }
.padding_top_s      { padding-top:    var(--padding-s)   !important; }
.padding_bottom_s   { padding-bottom: var(--padding-s)   !important; }

@media (max-width: 980px) {
  .margin_top_xxl    { margin-top:    var(--margin-mobile-xxl) !important; }
  .margin_bottom_xxl { margin-bottom: var(--margin-mobile-xxl) !important; }
  .margin_top_xl     { margin-top:    var(--margin-mobile-xl)  !important; }
  .margin_bottom_xl  { margin-bottom: var(--margin-mobile-xl)  !important; }
  .margin_top_l      { margin-top:    var(--margin-mobile-l)   !important; }
  .margin_bottom_l   { margin-bottom: var(--margin-mobile-l)   !important; }
  .margin_top_m      { margin-top:    var(--margin-mobile-m)   !important; }
  .margin_bottom_m   { margin-bottom: var(--margin-mobile-m)   !important; }
  .margin_top_s      { margin-top:    var(--margin-mobile-s)   !important; }
  .margin_bottom_s   { margin-bottom: var(--margin-mobile-s)   !important; }

  .padding_top_xxl    { padding-top:    var(--padding-mobile-xxl) !important; }
  .padding_bottom_xxl { padding-bottom: var(--padding-mobile-xxl) !important; }
  .padding_top_xl     { padding-top:    var(--padding-mobile-xl)  !important; }
  .padding_bottom_xl  { padding-bottom: var(--padding-mobile-xl)  !important; }
  .padding_top_l      { padding-top:    var(--padding-mobile-l)   !important; }
  .padding_bottom_l   { padding-bottom: var(--padding-mobile-l)   !important; }
  .padding_top_m      { padding-top:    var(--padding-mobile-m)   !important; }
  .padding_bottom_m   { padding-bottom: var(--padding-mobile-m)   !important; }
  .padding_top_s      { padding-top:    var(--padding-mobile-s)   !important; }
  .padding_bottom_s   { padding-bottom: var(--padding-mobile-s)   !important; }
}


/* ============================================================
   WIZARD – Webseiten-Anfrage
   ============================================================ */
#wiz-wrap *,
#wiz-wrap *::before,
#wiz-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#wiz-wrap {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  max-width: 620px;
  margin: 0 auto;
}

#wiz-wrap .wiz-card {
  background: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
}
/* Borlabs Widget immer sichtbar */
.brlbs-cmpnt-widget {
    position: fixed !important;
    z-index: 999999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
} 
/* Hamburger Menü Sichtbarkeit */
@media only screen and (max-width: 1200px) {
    #et_mobile_nav_menu {
        display: block !important;
    }
    #top-menu-nav {
        display: none !important;
    }
}

/* Header */
#wiz-wrap .wiz-header {
  background: var(--wiz-dark);
  padding: 2rem 2.25rem 1.75rem;
  border-bottom: 3px solid var(--wiz-accent);
}

#wiz-wrap .wiz-heading {
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  color: var(--color-white);
  letter-spacing: -0.01em;
}

#wiz-wrap .wiz-subhead {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}

/* Progress */
#wiz-wrap .wiz-progress {
  padding: 1.125rem 2.25rem 0;
  background: var(--wiz-dark);
}

#wiz-wrap .wiz-track {
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}

#wiz-wrap .wiz-fill {
  height: 100%;
  background: var(--wiz-accent);
  border-radius: 2px;
  transition: width 0.4s ease;
}

#wiz-wrap .wiz-pmeta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  padding-bottom: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Body */
#wiz-wrap .wiz-body {
  padding: 2rem 2.25rem 2.25rem;
  background: var(--color-white);
}

#wiz-wrap .wiz-step       { display: none; }
#wiz-wrap .wiz-step.wiz-active { display: block; }

#wiz-wrap .wiz-q {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--wiz-text);
  margin-bottom: 4px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

#wiz-wrap .wiz-hint {
  font-size: 0.8125rem;
  color: var(--wiz-text-dim);
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

/* Shared option base */
#wiz-wrap .wiz-opts,
#wiz-wrap .wiz-mopts {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 1.75rem;
}

#wiz-wrap .wiz-opt,
#wiz-wrap .wiz-mopt {
  background: var(--wiz-surface);
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 0.9375rem;
  cursor: pointer;
  color: var(--wiz-text);
  text-align: left;
  font-family: inherit;
  line-height: 1.4;
  transition: border-color 0.15s, background 0.15s;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

#wiz-wrap .wiz-opt:not(.wiz-sel):hover,
#wiz-wrap .wiz-mopt:not(.wiz-sel):hover {
  border-color: var(--wiz-accent);
  background: var(--wiz-accent-li);
}

#wiz-wrap .wiz-opt.wiz-sel,
#wiz-wrap .wiz-mopt.wiz-sel {
  border-color: var(--wiz-accent);
  background: var(--wiz-accent-li);
}

/* Single-select extras */
#wiz-wrap .wiz-oi {
  font-size: 1.2rem;
  flex-shrink: 0;
  width: 26px;
  text-align: center;
}

#wiz-wrap .wiz-ot { flex: 1; }

#wiz-wrap .wiz-ol {
  font-weight: 700;
  display: block;
  color: var(--wiz-text);
}

#wiz-wrap .wiz-os {
  font-size: 0.8125rem;
  color: var(--wiz-text-mid);
  display: block;
  margin-top: 1px;
  font-weight: 400;
}

#wiz-wrap .wiz-opt.wiz-sel .wiz-ol { color: var(--wiz-accent-tx); }

/* Multi-select extras */
#wiz-wrap .wiz-mopt { font-weight: 600; }
#wiz-wrap .wiz-mopt.wiz-sel { color: var(--wiz-accent-tx); }

#wiz-wrap .wiz-mchk {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s;
  flex-shrink: 0;
}

#wiz-wrap .wiz-mopt.wiz-sel .wiz-mchk {
  background: var(--wiz-accent);
  border-color: var(--wiz-accent);
}

#wiz-wrap .wiz-mopt.wiz-sel .wiz-mchk::after {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(-1px, -1px);
}

/* Kontaktfelder */
#wiz-wrap .wiz-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 1.75rem;
}

#wiz-wrap .wiz-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#wiz-wrap .wiz-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--wiz-text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#wiz-wrap .wiz-req       { color: var(--wiz-accent); }

#wiz-wrap .wiz-opt-label {
  font-weight: 400;
  color: #aaa;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
}

#wiz-wrap .wiz-input {
  background: var(--wiz-surface);
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 0.9375rem;
  font-family: inherit;
  color: var(--wiz-text);
  outline: none;
  transition: border-color 0.15s, background 0.15s;
  width: 100%;
}

#wiz-wrap .wiz-input:focus {
  border-color: var(--wiz-accent);
  background: var(--color-white);
}

#wiz-wrap .wiz-input.wiz-invalid {
  border-color: var(--wiz-error);
  background: #fff5f5;
}

#wiz-wrap .wiz-err {
  font-size: 0.8125rem;
  color: var(--wiz-error);
  font-weight: 600;
  margin-top: -8px;
}

/* Buttons */
#wiz-wrap .wiz-btns {
  display: flex;
  gap: 10px;
  align-items: center;
}

#wiz-wrap .wiz-next {
  background: var(--wiz-accent);
  border: none;
  border-radius: 4px;
  padding: 12px 28px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--color-white);
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: background 0.15s, opacity 0.15s;
  opacity: 0.35;
  pointer-events: none;
}

#wiz-wrap .wiz-next.wiz-enabled {
  opacity: 1;
  pointer-events: auto;
}

#wiz-wrap .wiz-next.wiz-enabled:hover { background: var(--wiz-accent-dk); }

#wiz-wrap .wiz-back {
  background: transparent;
  border: 2px solid var(--wiz-border);
  border-radius: 4px;
  padding: 11px 18px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--wiz-text-dim);
  font-family: inherit;
  transition: color 0.15s, border-color 0.15s;
}

#wiz-wrap .wiz-back:hover {
  color: var(--wiz-text);
  border-color: #999;
}

/* Ergebnis */
#wiz-wrap .wiz-sicon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

#wiz-wrap .wiz-rintro {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--wiz-text);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

#wiz-wrap .wiz-rsub {
  font-size: 0.875rem;
  color: var(--wiz-text-mid);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

#wiz-wrap .wiz-preview-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
  margin-bottom: 8px;
}

#wiz-wrap .wiz-rbox {
  background: var(--wiz-dark);
  border-left: 3px solid var(--wiz-accent);
  border-radius: 0 4px 4px 0;
  padding: 1.25rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #d4d4d4;
  white-space: pre-wrap;
  font-family: 'Courier New', monospace;
  margin-bottom: 1.5rem;
  max-height: 320px;
  overflow-y: auto;
}

#wiz-wrap .wiz-ract {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#wiz-wrap .wiz-bcopy {
  background: var(--wiz-accent);
  border: none;
  border-radius: 4px;
  padding: 12px 22px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--color-white);
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: background 0.15s;
}

#wiz-wrap .wiz-bcopy:hover  { background: var(--wiz-accent-dk); }
#wiz-wrap .wiz-bcopy.wiz-copied { background: #22c55e; }

#wiz-wrap .wiz-brestart {
  background: transparent;
  border: 2px solid var(--wiz-border);
  border-radius: 4px;
  padding: 11px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--wiz-text-dim);
  font-family: inherit;
  transition: color 0.15s, border-color 0.15s;
}

#wiz-wrap .wiz-brestart:hover {
  color: var(--wiz-text);
  border-color: #999;
}

@media (max-width: 520px) {
  #wiz-wrap .wiz-header,
  #wiz-wrap .wiz-progress,
  #wiz-wrap .wiz-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #wiz-wrap .wiz-heading { font-size: 1.375rem; }
  #wiz-wrap .wiz-next    { padding: 12px 20px; font-size: 0.875rem; }
}

#BorlabsCookieBox .brlbs-btn-save[data-v-1cb37064], #BorlabsCookieBox .brlbs-btn-accept-all[data-v-b5da802e], #BorlabsCookieBox .brlbs-btn-accept-only-essential[data-v-b27fdef4], #BorlabsCookieBox .brlbs-cmpnt-btn-preferences[data-v-20e7815a]  {
  --brlbs-tw-ring-color: #121d1c !important; 
  background-color: #121d1c !important;
}
#BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-active, .brlbs-cmpnt-container .brlbs-cmpnt-tab.brlbs-cmpnt-tab-active {
  background-color:  #121d1c !important; ;
  border-color:  #121d1c !important; 
}
#BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle, #BorlabsCookieBox .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle *, .brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle, .brlbs-cmpnt-container .brlbs-cmpnt-card .brlbs-cmpnt-accordion-toggle * {
  color: #121d1c !important; 
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-description a, .brlbs-cmpnt-container .brlbs-cmpnt-dialog-entrance-description a {
  color: #121d1c !important; 
  text-decoration: underline;
}
#main {
  color: #121d1c !important; 
}
/* ===== WOW Webseiten-Anfrage Wizard – Styles =====
   Hinweis: Die @import-Zeile muss ganz OBEN in der style.css stehen
   (vor allen anderen Regeln), sonst wird die Schrift nicht geladen.
   Falls das Theme Host Grotesk bereits laedt, Zeile einfach entfernen. */
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@400;600;700;800&display=swap');

#wiz-wrap *,
#wiz-wrap *::before,
#wiz-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#wiz-wrap {
  font-family: 'Host Grotesk', 'Segoe UI', system-ui, -apple-system, sans-serif;
  max-width: 620px;
  margin: 0 auto;
}
#wiz-wrap .wiz-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,0.12);
}

/* Header */
#wiz-wrap .wiz-header {
  background: #0e0e0e;
  padding: 2rem 2.25rem 1.75rem;
  color: #fff;
  border-bottom: 3px solid #ffffff;
}
#wiz-wrap .wiz-heading {
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #ffffff;
  letter-spacing: -0.01em;
}
#wiz-wrap .wiz-subhead {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

/* Progress */
#wiz-wrap .wiz-progress {
  padding: 1.125rem 2.25rem 0;
  background: #0e0e0e;
}
#wiz-wrap .wiz-track {
  height: 3px;
  background: rgba(255,255,255,0.12);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}
#wiz-wrap .wiz-fill {
  height: 100%;
  background: #7dc400;
  border-radius: 2px;
  transition: width 0.4s ease;
}
#wiz-wrap .wiz-pmeta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  padding-bottom: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Body */
#wiz-wrap .wiz-body { padding: 2rem 2.25rem 2.25rem; background: #ffffff; }
#wiz-wrap .wiz-step { display: none; }
#wiz-wrap .wiz-step.wiz-active { display: block; }
#wiz-wrap .wiz-q {
  font-size: 1.125rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
#wiz-wrap .wiz-hint {
  font-size: 0.8125rem;
  color: #888;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

/* Options */
#wiz-wrap .wiz-opts {
  display: flex; flex-direction: column; gap: 7px; margin-bottom: 1.75rem;
}
#wiz-wrap .wiz-opt {
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 0.9375rem;
  cursor: pointer;
  color: #1a1a1a;
  text-align: left;
  font-family: inherit;
  line-height: 1.4;
  transition: border-color 0.15s, background 0.15s;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
#wiz-wrap .wiz-oi { font-size: 1.2rem; flex-shrink: 0; width: 26px; text-align: center; }
#wiz-wrap .wiz-ot { flex: 1; }
#wiz-wrap .wiz-ol { font-weight: 700; display: block; color: #1a1a1a; }
#wiz-wrap .wiz-os { font-size: 0.8125rem; color: #777; display: block; margin-top: 1px; font-weight: 400; }
#wiz-wrap .wiz-opt:not(.wiz-sel):hover { border-color: #7dc400; background: #f0f8e0; }
#wiz-wrap .wiz-opt.wiz-sel { border-color: #7dc400; background: #f0f8e0; }
#wiz-wrap .wiz-opt.wiz-sel .wiz-ol { color: #3d6e00; }

/* Multi-select */
#wiz-wrap .wiz-mopts {
  display: flex; flex-direction: column; gap: 7px; margin-bottom: 1.75rem;
}
#wiz-wrap .wiz-mopt {
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  color: #1a1a1a;
  text-align: left;
  font-family: inherit;
  line-height: 1.4;
  transition: border-color 0.15s, background 0.15s;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
#wiz-wrap .wiz-mopt:not(.wiz-sel):hover { border-color: #7dc400; background: #f0f8e0; }
#wiz-wrap .wiz-mopt.wiz-sel { border-color: #7dc400; background: #f0f8e0; color: #3d6e00; }
#wiz-wrap .wiz-mchk {
  width: 18px; height: 18px; min-width: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, border-color 0.15s;
  flex-shrink: 0;
}
#wiz-wrap .wiz-mopt.wiz-sel .wiz-mchk { background: #7dc400; border-color: #7dc400; }
#wiz-wrap .wiz-mopt.wiz-sel .wiz-mchk::after {
  content: '';
  display: block;
  width: 5px; height: 9px;
  border: 2px solid #fff;
  border-top: none; border-left: none;
  transform: rotate(45deg) translate(-1px, -1px);
}

/* Contact fields */
#wiz-wrap .wiz-fields {
  display: flex; flex-direction: column; gap: 16px; margin-bottom: 1.75rem;
}
#wiz-wrap .wiz-field { display: flex; flex-direction: column; gap: 6px; }
#wiz-wrap .wiz-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
#wiz-wrap .wiz-req { color: #7dc400; }
#wiz-wrap .wiz-opt-label { font-weight: 400; color: #aaa; text-transform: none; letter-spacing: 0; font-size: 0.75rem; }
#wiz-wrap .wiz-input {
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 0.9375rem;
  font-family: inherit;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
  width: 100%;
}
#wiz-wrap .wiz-input:focus {
  border-color: #7dc400;
  background: #fff;
}
#wiz-wrap .wiz-input.wiz-invalid { border-color: #e53e3e; background: #fff5f5; }
#wiz-wrap .wiz-err {
  font-size: 0.8125rem;
  color: #e53e3e;
  font-weight: 600;
  margin-top: -8px;
}

/* Buttons */
#wiz-wrap .wiz-btns { display: flex; gap: 10px; align-items: center; }
#wiz-wrap .wiz-next {
  background: #7dc400;
  border: none;
  border-radius: 4px;
  padding: 12px 28px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: background 0.15s, opacity 0.15s;
  opacity: 0.35;
  pointer-events: none;
}
#wiz-wrap .wiz-next.wiz-enabled { opacity: 1; pointer-events: auto; }
#wiz-wrap .wiz-next.wiz-enabled:hover { background: #5e9400; }
#wiz-wrap .wiz-back {
  background: transparent;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
  padding: 11px 18px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  color: #888;
  font-family: inherit;
  transition: color 0.15s, border-color 0.15s;
}
#wiz-wrap .wiz-back:hover { color: #1a1a1a; border-color: #999; }

/* Result */
#wiz-wrap .wiz-sicon { font-size: 2.25rem; margin-bottom: 1rem; }
#wiz-wrap .wiz-rintro {
  font-size: 1.125rem; font-weight: 800; color: #1a1a1a;
  margin-bottom: 4px; letter-spacing: -0.01em;
}
#wiz-wrap .wiz-rsub {
  font-size: 0.875rem; color: #777; margin-bottom: 1.25rem; line-height: 1.6;
}
#wiz-wrap .wiz-ract-main { margin-bottom: 1.5rem; }
#wiz-wrap .wiz-blink {
  display: inline-block;
  background: #7dc400;
  border: 2px solid #7dc400;
  border-radius: 4px;
  padding: 11px 22px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
#wiz-wrap .wiz-blink:hover { background: #5e9400; border-color: #5e9400; color: #fff; }
#wiz-wrap .wiz-blink-ghost {
  background: transparent;
  border-color: #7dc400;
  color: #3d6e00;
}
#wiz-wrap .wiz-blink-ghost:hover { background: #f0f8e0; border-color: #5e9400; color: #3d6e00; }
#wiz-wrap .wiz-ract { display: flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 520px) {
  #wiz-wrap .wiz-header,
  #wiz-wrap .wiz-progress,
  #wiz-wrap .wiz-body { padding-left: 1.25rem; padding-right: 1.25rem; }
  #wiz-wrap .wiz-heading { font-size: 1.375rem; }
  #wiz-wrap .wiz-next { padding: 12px 20px; font-size: 0.875rem; }
}
.wsc-cta-text h3, .wsc-broken h3	{
	color:	var(--color-text-dunkel) !important;
}