

:root {
  --steel-950: #0f1317;
  --steel-900: #161b21;
  --steel-800: #1f252d;
  --steel-700: #2a323c;
  --steel-600: #3b4654;
  --steel-400: #8f9aa6;
  --stone-100: #f4f6f9;
  --stone-200: #e6e8eb;
  --stone-300: #d6dbe1;
  --accent: #ff5a1f;
  --accent-strong: #d7423c;
}

body {
  background: var(--stone-200);
  color: #1a1f24;
  font-family: "Open Sans", "Roboto", sans-serif;
}

#wrapper {
  background-image:
    radial-gradient(1200px 600px at 15% -10%, rgba(255, 90, 31, 0.08), transparent 60%),
    radial-gradient(900px 500px at 85% 10%, rgba(15, 19, 23, 0.08), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #e6e8eb 100%);
}

#header {
  background: linear-gradient(110deg, var(--steel-950), var(--steel-800));
  border-bottom: 1px solid #2c3540;
  position: sticky;
  top: 0;
  z-index: 999;
}

#header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), #f3b400, var(--accent));
}

#header .inside {
  max-width: 1280px;
  padding: 6px 24px;
  border-bottom: none;
  align-items: center;
}

div.logo {
  background-color: transparent;
  padding: 10px 0;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f9fafb;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
}

.logo img {
  max-width: 70px;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.35));
  background: #f9fafb;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 31, 0.55);
}

.logo a span {
  position: static;
  height: auto;
}

.navi_oben {
  text-align: right;
}

.navi_oben .level_1 li {
  margin-left: 6px;
}

.navi_oben > .level_1 > li > a {
  height: 66px;
  line-height: 66px;
  margin: 0 6px;
  padding: 0 8px;
  color: #d7dee7;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navi_oben li a::before,
.navi_oben li a::after {
  height: 2px;
  background: var(--accent);
}

.navi_oben li a:hover,
.navi_oben li a:focus {
  color: #ffffff;
}

.navi_oben li.active a,
.navi_oben li a.active {
  color: #ffffff;
}

.navi_oben li.active a::before,
.navi_oben li.active a::after,
.navi_oben li a.active::before,
.navi_oben li a.active::after {
  transform: scale3d(1, 1, 1);
}

.mmenu_div a {
  background-color: var(--accent);
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

#main {
  background: transparent;
}

#main .inside,
#footer .inside {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  font-family: "Open Sans", "Roboto", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1f2328;
  line-height: 1.35;
  padding: 22px 0 10px 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#main h1 {
  font-size: 1.6rem;
}

#main h2 {
  font-size: 1.3rem;
}

#main h3 {
  font-size: 1.1rem;
}

#main h1::after,
#main h2::after {
  width: 60px;
  height: 2px;
  top: auto;
  bottom: -6px;
  background: var(--accent);
}

#main p {
  color: #2a3138;
  line-height: 1.7;
  font-size: 1rem;
}

.training-list {
  margin: 14px 0 0 0;
  padding-left: 22px;
  list-style: decimal;
}

.training-list li {
  margin: 10px 0;
}

.training-list li::marker {
  color: var(--accent);
  font-weight: 700;
}

#main a {
  color: #1f2328;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 35, 40, 0.3);
  transition: color 0.2s ease, border-color 0.2s ease;
}

#main a:hover {
  color: var(--accent);
  border-color: rgba(255, 90, 31, 0.7);
}

.mod_article {
  min-height: auto;
  padding: 56px 0;
  position: relative;
}

#main .mod_article:not(.bg_3a):not(.firmengeschichte_bg):not(.bg_3) {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e4e8ee;
  box-shadow: 0 22px 45px rgba(16, 22, 30, 0.08);
  margin: 36px 0;
}

#main .ce_headline,
#main .ce_hyperlink,
#main .ce_form,
#main .ce_text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.mod_article.bg_3a,
.mod_article.firmengeschichte_bg,
.mod_article.bg_3 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  box-shadow: none;
}

.bg_3a {
  padding: 110px 0 90px;
  background-position: center;
  background-size: cover;
}

.bg_3a::before,
.bg_3::before,
.firmengeschichte_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(13, 16, 20, 0.7), rgba(13, 16, 20, 0.3));
}

.bg_3a::after {
  display: none;
}

.bg_3a .ce_text,
.bg_3 .ce_text,
.firmengeschichte_bg .ce_text {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.bg_3a .ce_text {
  text-align: center;
}

#main .firmengeschichte_bg .ce_text {
  background: rgba(9, 12, 16, 0.92);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.35);
}

.firmengeschichte_bg {
  position: relative;
  padding: 90px 0 80px;
  background-position: center;
  background-size: cover;
}

.bg_3 {
  padding: 80px 0 70px;
}

#ausbildung .ce_text {
  background: #ffffff;
  border: 1px solid #e3e7ed;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 16px 0;
  box-shadow: 0 12px 24px rgba(16, 22, 30, 0.08);
}

#ausbildung .ce_text h3 {
  margin-bottom: 8px;
}

.bg_3a h1,
.bg_3a h2,
.bg_3a h3,
.bg_3a h4,
.bg_3a h5,
.bg_3a h6,
.bg_3 h1,
.bg_3 h2,
.bg_3 h3,
.bg_3 h4,
.bg_3 h5,
.bg_3 h6,
.firmengeschichte_bg h1,
.firmengeschichte_bg h2,
.firmengeschichte_bg h3,
.firmengeschichte_bg h4,
.firmengeschichte_bg h5,
.firmengeschichte_bg h6 {
  color: #f9fafb;
}

.bg_3a p,
.bg_3 p {
  color: rgba(249, 250, 251, 0.9);
}

#main .firmengeschichte_bg,
#main .firmengeschichte_bg p,
#main .firmengeschichte_bg li,
#main .firmengeschichte_bg a,
#main .firmengeschichte_bg h1,
#main .firmengeschichte_bg h2,
#main .firmengeschichte_bg h3,
#main .firmengeschichte_bg h4,
#main .firmengeschichte_bg h5,
#main .firmengeschichte_bg h6 {
  color: #f8fafc;
}

#main .firmengeschichte_bg p,
#main .firmengeschichte_bg li {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.bg_3a a,
.bg_3 a,
.firmengeschichte_bg a {
  color: #f9fafb;
  border-color: rgba(249, 250, 251, 0.5);
}

.bg_3a a:hover,
.bg_3 a:hover,
.firmengeschichte_bg a:hover {
  color: var(--accent);
  border-color: rgba(255, 90, 31, 0.7);
}

.slider-line1,
.slider-line2 {
  display: inline-block;
  padding: 12px 18px;
  text-align: left;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 auto 12px;
}

.slider-line1 {
  font-size: 1.75rem;
  line-height: 1.3;
  background: rgba(13, 16, 20, 0.65);
  border-left: 5px solid var(--accent);
  color: #f9fafb;
}

.slider-line2 {
  font-size: 1.05rem;
  line-height: 1.6;
  background: rgba(13, 16, 20, 0.7) !important;
  color: #ffffff !important;
  border-left: 5px solid var(--accent) !important;
}

.slider-line2,
.slider-line2 * {
  color: #ffffff !important;
}

.big_letter {
  color: #ffffff;
  text-shadow: none;
}

.parallax1 {
  background-attachment: scroll;
}

.leistungen_flex {
  gap: 24px;
}

.leistungen_einzel {
  background: #f9fafb;
  border: 1px solid #e1e5ea;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 18px 32px rgba(15, 20, 28, 0.08);
}

.leistungen_einzel.ce_text {
  padding: 0 !important;
  margin: 0 !important;
}

.leistungen_einzel .accordion {
  padding: 0;
}

.leistungen_einzel img {
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(15, 20, 28, 0.15);
}

#main .leistungen_einzel h3 {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  border-bottom: 2px solid var(--accent);
}

.ui-accordion-header {
  background: #f0f2f5;
  color: #1f2328;
  border-left: 5px solid var(--accent);
  border-bottom: none !important;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(16, 22, 30, 0.06);
  margin-bottom: 0;
}

#main .ui-accordion-content {
  padding: 18px 24px 24px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e1e5ea;
  border-top: none;
  line-height: 1.75;
  font-size: 1.02rem;
  color: #2a3138;
}

#main .ui-accordion-content p {
  margin: 0 0 14px 0;
}

#main .ui-accordion-content img {
  float: none;
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 0 16px;
}

#main .ui-accordion-content img[src=""] {
  display: none;
}

#ansprechpartner .ce_accordionStart {
  margin: 16px 0;
}

#ansprechpartner .ui-accordion-header {
  margin-bottom: 12px;
}

#ansprechpartner .ui-accordion-content {
  overflow: visible;
}

#ansprechpartner .ui-accordion-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

#ansprechpartner .personal_card {
  float: none;
  width: calc(50% - 12px);
  min-height: auto;
  margin: 0 !important;
  padding: 16px 18px;
  background: #f9fafb;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(16, 22, 30, 0.08);
}

@media (max-width: 900px) {
  #ansprechpartner .personal_card {
    width: 100%;
  }
}

.ui-accordion-header:hover,
.ui-accordion-header.active {
  background: #e6eaef;
}

.ui-accordion-header,
.ui-accordion-header span,
.ui-accordion-header a,
.toggler {
  color: #1f2328 !important;
  text-shadow: none;
  font-weight: 700;
}

#main .effect-marley,
#main .effect-milo {
  border-radius: 12px;
  border: 1px solid #e3e7ed;
  box-shadow: 0 16px 30px rgba(16, 22, 30, 0.15);
  overflow: hidden;
}

#main .effect-marley figcaption,
#main .effect-milo figcaption {
  background: linear-gradient(180deg, rgba(15, 20, 28, 0.05) 0%, rgba(15, 20, 28, 0.85) 100%);
  color: #ffffff;
}

#main figure.effect-milo {
  background: #0f1317;
  border-color: #e3e7ed;
}

#main figure.effect-milo img {
  width: 100%;
  max-width: 100%;
  transform: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

#main figure.effect-milo:hover img {
  transform: scale(1.03);
}

#main .effect-milo figcaption {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 18px 20px;
}

#main .effect-milo figcaption h2 {
  position: static;
  margin: 0 0 6px 0;
  padding: 0;
  width: 100%;
  background: transparent;
  text-align: left;
}

#main .effect-milo figcaption p {
  width: 100%;
  border-right: none;
  padding: 0;
  text-align: left;
  background: transparent;
  opacity: 0.95;
  transform: none;
}

#main .effect-milo figcaption:hover p {
  transform: none;
}

.link1 > a:link,
.link1 > a:visited,
.submit {
  background-color: var(--steel-900);
  color: #ffffff;
  border: 2px solid var(--steel-900);
  border-radius: 6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.link1 > a:hover,
.link1 > a:active,
.submit:hover {
  background-color: var(--accent);
  border-color: var(--accent);
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border-radius: 6px;
  border: 1px solid #cfd6df;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 2px solid var(--accent);
}

#footer {
  background: linear-gradient(120deg, var(--steel-900), var(--steel-800));
  color: #e6e8eb;
}

#footer .footer_3 {
  background: #0f1317;
}

#footer .inside {
  max-width: none;
  padding: 0;
}

#footer .footer_1,
#footer .footer_2,
#footer .footer_3 {
  width: 100%;
}

#footer .footer_flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

#footer .site-credit {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px 20px;
  color: #f9fafb;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  opacity: 0.7;
  text-align: left;
}

#footer .site-credit .heart-icon {
  width: 21px;
  height: 21px;
  margin-left: 4px;
  vertical-align: -5px;
  fill: #e53935;
  stroke: #ff0000;
}

#footer .footer_1 {
  background: #0f1317;
  padding: 6px 0;
}

#footer .cl-effect-13 ul {
  margin: 8px 0;
}

#footer .cl-effect-13 ul li {
  margin-bottom: 8px;
}

#footer .cl-effect-13 li a::before,
#footer .cl-effect-13 li a::after {
  content: none;
}

#footer .footer_2 {
  margin: 0;
  padding: 0;
  background: #0f1317;
}

#footer .footer_2 iframe {
  display: block;
  width: 100%;
  border: 0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #f9fafb;
  letter-spacing: 0.08em;
}

#footer h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

#footer h2::after {
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
  height: 2px;
  background: var(--accent);
}

#footer a {
  color: #e6e8eb;
  border-bottom-color: rgba(230, 232, 235, 0.4);
}

#footer a:hover {
  color: var(--accent);
  border-bottom-color: rgba(255, 90, 31, 0.7);
}

.ce_toplink.active {
  background-color: var(--accent);
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}


.cc-window.cc-banner {
  background: #1f2328 !important;
  color: #e6e8eb !important;
  border-top: 2px solid var(--accent) !important;
}

.cc-btn {
  background: var(--accent) !important;
  color: #ffffff !important;
  border-color: var(--accent) !important;
  border-radius: 6px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cc-link {
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  #header .inside,
  #main .inside,
  #footer .inside {
    padding: 0 18px;
  }

  .navi_oben > .level_1 > li > a {
    font-size: 0.8rem;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 768px) {
  #header {
    position: relative;
  }

  .logo a {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }

  .logo img {
    max-width: 58px;
  }

  .mod_article {
    padding: 38px 0;
  }

  .bg_3a {
    padding: 80px 0 60px;
  }
}
