.elementor-10 .elementor-element.elementor-element-4140d33{--display:flex;}.elementor-10 .elementor-element.elementor-element-4140d33:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-4140d33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ar-ausbeultechnik.de/wp-content/uploads/2026/04/PHOTO-2026-04-27-14-55-37-2-1.jpg");background-size:cover;}.elementor-10 .elementor-element.elementor-element-44c5059{--display:flex;}.elementor-10 .elementor-element.elementor-element-44c5059:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-44c5059 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-10 .elementor-element.elementor-element-44b1c8c{--display:flex;}.elementor-10 .elementor-element.elementor-element-44b1c8c:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-44b1c8c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}.elementor-10 .elementor-element.elementor-element-db59cac{--display:flex;}.elementor-10 .elementor-element.elementor-element-db59cac:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-db59cac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-10 .elementor-element.elementor-element-2519f29{--display:flex;}.elementor-10 .elementor-element.elementor-element-2519f29:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-2519f29 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-10 .elementor-element.elementor-element-b79d6ab{--display:flex;}.elementor-10 .elementor-element.elementor-element-b79d6ab:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-b79d6ab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-10 .elementor-element.elementor-element-543c508{--display:flex;}.elementor-10 .elementor-element.elementor-element-543c508:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-543c508 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}.elementor-10 .elementor-element.elementor-element-2a0e3b2{--display:flex;}.elementor-10 .elementor-element.elementor-element-2a0e3b2:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-2a0e3b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-10 .elementor-element.elementor-element-db7a9da{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10 .elementor-element.elementor-element-db7a9da:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-db7a9da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-10 .elementor-element.elementor-element-b437c6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-10 .elementor-element.elementor-element-5f3cfd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-10 .elementor-element.elementor-element-645f57b{--display:flex;}.elementor-10 .elementor-element.elementor-element-645f57b:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-645f57b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-10 .elementor-element.elementor-element-60c47b2{--display:flex;}.elementor-10 .elementor-element.elementor-element-60c47b2:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-60c47b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-b437c6e{--width:50%;}.elementor-10 .elementor-element.elementor-element-5f3cfd3{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-e728c3f *//* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

/* ================= LOGO ================= */
.logo img {
  height: 55px;
  width: auto;
  display: block;
}

.logo a {
  display: flex;
  align-items: center;
}

/* ================= NAVBAR ================= */
.navbar {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1400px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 15px 30px;
  z-index: 1000;

  background: #ffffff;
  backdrop-filter: blur(12px);

  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);

  transition: 0.3s ease;
}

/* Scroll Effekt */
.navbar.scrolled {
  top: 20px;
  padding: 10px 25px;
}

/* ================= NAV MENU ================= */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-menu a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 600;
}

/* ================= LEGAL (STANDARD: AUS) ================= */
.menu-divider,
.menu-legal {
  display: none;
}

/* Divider */
.menu-divider {
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.1);
  margin: 10px 0;
}

/* Legal Links */
.menu-legal {
  flex-direction: column;
  gap: 10px;
}

.menu-legal a {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

/* ================= BUTTON ================= */
.nav-btn {
  background: #9d2d01;
  color: white !important;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* WICHTIG: alle Zustände fixen */
.nav-btn:visited,
.nav-btn:hover,
.nav-btn:active,
.nav-btn:focus {
  color: white !important;
}

/* ================= HAMBURGER ================= */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: black;
  border-radius: 3px;
  transition: 0.3s;
}

/* Animation */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ================= HERO ================= */
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.overlay {
  position: absolute;
  inset: 0;
}

.hero-content {
  position: relative;
  z-index: 2;

  max-width: 700px;
  margin-left: clamp(20px, 5vw, 150px);

  padding: 40px;

  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);

  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);

  color: white;
}

.tagline {
  font-size: 4rem;
  font-weight: 700;
  opacity: 0.8;
  color: white;
}

.hero h1 {
  font-size: 4rem;
  margin: 20px 0;
  font-weight: 700;
  color: white;
}

.hero h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: white;
}

.hero p {
  margin-top: 20px;
  max-width: 500px;
  font-size: 1.7rem;
}

/* Button */
.hero-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;

  background: #9d2d01;
  color: white;

  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .navbar {
    top: 20px;
    padding: 12px 20px;
  }

  /* Hamburger sichtbar */
  .hamburger {
    display: flex;
  }

  /* Menü */
  .nav-menu {
    position: absolute;
    top: 80px;
    right: -100%;
    width: 250px;

    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    background: white;
    padding: 20px;
    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.2);

    transition: 0.3s ease;
  }

  .nav-menu.active {
    right: 0;
  }

  /* 👉 JETZT sichtbar auf Mobile */
  .menu-divider {
    display: block;
  }

  .menu-legal {
    display: flex;
  }

  /* CTA ausblenden */
  .nav-btn {
    display: none;
  }

  /* HERO */
  .hero {
    height: auto;
    padding: 120px 0 60px;
  }

  .hero-content {
    margin: 20px;
    padding: 25px;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .hero h2 {
    font-size: 1.3rem;
  }

  .tagline {
    font-size: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17de76d *//* ================= SECTION ================= */
.services {
  padding: 30px 30px;
  text-align: center;
}

.services h2 {
  font-size: 3rem;
  margin-bottom: 70px;
  color: white;
  font-weight: 600;
}

/* ================= GRID ================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  max-width: 1200px;
  margin: auto;
}

/* ================= CARD ================= */
.service-card {
  padding: 40px 30px;
  border-radius: 25px;

  /* 🔥 GLAS LOOK */
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);

  border: 1px solid rgba(255,255,255,0.08);

  text-align: left;
  transition: 0.35s ease;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-8px);

  border: 1px solid rgba(157,45,1,0.4);

  box-shadow: 
    0 10px 30px rgba(0,0,0,0.4),
    0 0 20px rgba(157,45,1,0.2);
}

/* ================= TITEL ================= */
.service-card h3 {
  font-size: 2rem;
  color: white;
  margin-bottom: 15px;
  font-weight: 600;
}

/* ================= TEXT ================= */
.service-card p {
  font-size: 1.5rem;
  color: #ccc;
  line-height: 1.6;
}

/* 🔥 LINIE (Apple Detail) */
.service-card::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #9d2d01;
  margin-bottom: 20px;
  border-radius: 2px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-600ed5b *//* SECTION */
.about {
  padding: 100px 40px;
}

/* CONTAINER */
.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 70%;
  margin: auto;
}

/* BILD */
.about-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* TEXT */
.about-content {
  max-width: 600px;
  text-align: center;
}

/* HEADLINE */
.intro {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

.intro span {
  display: block;
  color: #9d2d01;
  margin-top: 10px;
}

/* Linie */
.line {
  width: 100px;
  height: 4px;
  background: #9d2d01;
  margin: 25px 0;
  border-radius: 2px;
  margin: 25px auto;
}

/* TEXT */
.text {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {

  /* Container */
  .about-container {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 100%;
    gap: 30px;
  }

  /* Bild mittig + kleiner */
  .about-image {
    display: flex;
    justify-content: center;
  }

  .about-image img {
    width: 100%;
  }

  /* Text */
  .about-content {
    max-width: 100%;
    padding: 0 10px;
  }

  /* Überschrift */
  .intro {
    font-size: 1.5rem;
  }

  /* Text kleiner */
  .text {
    font-size: 1.5rem;
  }

  /* Linie bleibt mittig */
  .line {
    margin: 20px auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3a3ade *//* ================= ABOUT COMPANY ================= */
.about-company {
  padding: 80px 0;
  
  color: white;
}

/* CONTAINER */
.about-company-container {
  max-width: 1100px;
  margin: auto;
  padding: 40px clamp(20px, 5vw, 200px);

  border-radius: 25px;

  /* 🔥 GLAS LOOK */
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255,255,255,0.08);

  transition: 0.35s ease;
}

/* 🔥 HOVER GLOW */
.about-company-container:hover {
  transform: translateY(-5px);

  border: 1px solid rgba(157,45,1,0.4);

  box-shadow: 
    0 10px 30px rgba(0,0,0,0.4),
    0 0 25px rgba(157,45,1,0.25);
}

/* TITEL */
.about-company h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #9d2d01;
}

/* TEXT */
.about-company p {
  font-size: 1.7rem;
  line-height: 1.7;
  color: #ffff;
  margin-bottom: 20px;
}

/* HIGHLIGHT */
.about-company .highlight {
  margin-top: 30px;
  font-weight: 600;
  color: white;
  border-left: 4px solid #9d2d01;
  padding-left: 15px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {

  .about-company {
    padding: 40px 0;
  }

  .about-company h2 {
    font-size: 1.8rem;
  }

  .about-company p {
    font-size: 1rem;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-355b761 *//* ================= SECTION ================= */
.contact {
  padding: 100px 20px;
  background: #181818;
  border-radius: 25px;
  color: white;
}

.contact-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* ================= TEXT ================= */
.contact-text h2 {
  font-size: 3rem;
  color: #9d2d01;
  margin-bottom: 15px;
}

.contact-text p {
  font-size: 1.8rem;
  color: #ccc;
  line-height: 1.6;
}

.contact-text .highlight {
  color: #9d2d01;
  font-weight: 600;
  margin-top: 10px;
}



/* ================= CONTACT BOXES ================= */
.contact-details {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 15px;

  padding: 15px 20px;
  border-radius: 15px;

  background: #222;
  text-decoration: none;
  color: white;

  transition: 0.3s;
}

.contact-box i {
  font-size: 20px;
  color: #9d2d01;
}

.contact-box .label {
  font-size: 12px;
  color: #aaa;
  display: block;
}

.contact-box .value {
  font-size: 15px;
  font-weight: 600;
}

/* Hover */
.contact-box:hover {
  background: #9d2d01;
}

.contact-box:hover i {
  color: white;
}

/* ================= MOBILE ================= */
@media (max-width: 600px) {

  .contact-text h2 {
    font-size: 2rem;
  }

  .contact-details {
    flex-direction: column;
    align-items: center;
  }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b3d88b6 *//* ================= FORMULAR ================= */

/* alle Felder */
.wpforms-field {
  width: 100% !important;
  margin-bottom: 18px;
}

/* ================= INPUTS (nur Textfelder!) ================= */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form textarea {
  width: 100% !important;
  padding: 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  font-size: 1.8rem !important;
  transition: 0.3s;
}

/* Placeholder */
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
  color: #888;
}

/* Fokus Effekt */
.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus,
.wpforms-form textarea:focus {
  border-color: #7d1043 !important;
  box-shadow: 0 0 0 2px rgba(125,16,67,0.1);
}

/* TEXTAREA */
.wpforms-form textarea {
  min-height: 140px;
}

/* ================= BUTTON ================= */
.wpforms-form button {
  width: 100% !important;
  padding: 16px !important;
  background: #9d2d01 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 1.2rem !important;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.wpforms-form button:hover {
  background: #9d2d01 !important;
  transform: scale(1.02);
}

/* ================= CHECKBOX ================= */

/* Container */
.wpforms-field-checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Zeile */
.wpforms-field-checkbox li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Checkbox selbst (reset!) */
.wpforms-form input[type="checkbox"] {
  width: auto !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  transform: scale(1.1);
  margin-top: 4px;
  flex-shrink: 0;
}

/* Text */
.wpforms-field-checkbox label {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
}

/* Farbe */
.wpforms-form input[type="checkbox"] {
  accent-color: #7d1043;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-875e71e *//* ================= FOOTER ================= */
.footer {
  background: #181818;
  color: white;
  padding: 80px 20px 40px;
}

/* ================= CONTAINER ================= */
.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;

  max-width: 1200px;
  margin: auto;
}

/* ================= BOX ================= */
.footer-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* TITEL */
.footer-box h3,
.footer-box h4 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  color: white;
}

/* 🔥 Linie unter Titel */
.footer-box h3::after,
.footer-box h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  
  background: #9d2d01;
  margin-top: 10px;
  border-radius: 2px;
}

/* TEXT */
.footer-box p {
  font-size: 1.4rem;
  color: #ffff;
  line-height: 1.6;
}

/* LINKS */
.footer-box a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-box a:hover {
  color: white;
}

/* ================= SOCIAL ICONS ================= */
.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.05);
  color: #9d2d01;

  font-size: 18px;
  transition: 0.3s;
}

/* HOVER */
.social-icons a:hover {
  background: #9d2d01;
  color: white;
  transform: scale(1.1);
}

/* ================= BOTTOM BAR ================= */
.footer-bottom {
  margin-top: 50px;
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .footer-box h3::after,
  .footer-box h4::after {
    margin: 8px auto 0;
  }

  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */