
:root{
  --main-orange: #ff9800;
  --dark-blue: #0b2f4a;
}

/* ===== Social Bar ===== */
.top-social{
  background:#227beda1;
  height:50px;
  font-size:15px;
}

.top-social i{
  margin-left:15px;
  color:#0b2f4a;
}

.top-social i:hover{
  color:var(--main-orange);
}

/* ===== Main Header ===== */
.main-header{
  background:#f3f3f3;
  border-bottom:1px solid #ddd;
}

.logo img{
  height:60px;
}

.info-box{
  display:flex;
  align-items:center;
  gap:15px;
  padding:20px 30px;
  border-left:1px solid #ddd;
}

.info-box i{
  font-size:26px;
  color:var(--main-orange);
}

.info-title{
  font-size:12px;
  text-transform:uppercase;
  color:#888;
}

.info-text{
  font-weight:600;
  font-size:15px;
}

/* ===== Navbar ===== */
.navbar-custom{
  background:var(--dark-blue);
}

.navbar-custom .nav-link{
  color:#fff;
  font-weight:600;
}

.navbar-custom .nav-link.active,
.navbar-custom .nav-link:hover{
  color:var(--main-orange);
}

.search-icon{
  color:#fff;
  font-size:18px;
}

/* ===== MOBILE OPTIMIERUNG ===== */
@media(max-width:991px){

  .main-header .row{
    text-align:center;
  }

  .logo{
    text-align:center;
    margin-bottom:10px;
  }

  .info-box{
    border-left:none;
    border-top:1px solid #ddd;
    justify-content:center;
    padding:15px 0;
  }

  .info-wrapper{
    display:flex;
    flex-direction:column;
  }

}
    .icons {
    text-decoration: none;
    margin-left: 5px;
    color: #0b2f4a;
  }
    .icons:hover{
     color:var(--main-orange);
  }


  .slider {
  position: relative;
  width: 100%;
  height: 50vh; /* 👈 nur halbe Höhe */
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 8%; /* 👈 links */
  transform: translateY(-50%);
  color: white;
  max-width: 500px;
}

.text-overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.text-overlay p {
  font-size: 1.2rem;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.modern-modal {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}

.modal-image {
  background: url('angebot.jpeg') center center/cover no-repeat;
  min-height: 600px;
}

.top-text {
  color: var(--main-orange);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2 {
  font-weight: 300;
  font-size: 34px;
}

h2 strong {
  font-weight: 700;
}

.modern-input {
  border-radius: 10px;
  padding: 14px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.modern-input:focus {
  border-color: var(--main-orange);
  box-shadow: 0 0 0 3px rgba(255,102,0,0.15);
}

.btn-modern {
  background: var(--main-orange);
  color: white;
  padding: 14px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s;
}

.btn-modern:hover {
  background: #e65c00;
}

.rohr-section {
  padding: 120px 0;
  background: #f4f6f8;
  position: relative;
}

.rohr-section .container {
  height: 700px;
  position: relative;
}

/* Bilder größer */
.box {
  position: absolute;
  width: 320px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  background: white;
  transition: 0.4s;
}

.box:hover {
  transform: translateY(-12px);
}

.box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Textbereich */
.box-text {
  padding: 20px;
}

.box-text h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.box-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Positionierung */
.box1 { top: 100px; left: 100px; }
.box2 { top: 280px; left: 600px; }
.box3 { top: 450px; left: 250px; }
.box4 { top: 350px; right: 80px; }

/* Rohr SVG */
.rohr-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.process-section {
  padding: 120px 0;
  background: #f5f7fa;
  overflow: hidden;
}

.section-title {
  font-size: 42px;
  font-weight: 300;
}

.section-title span {
  font-weight: 700;
  color: var(--main-orange);
}

/* Wrapper */
.process-wrapper {
  position: relative;
  padding-top: 120px;
}

/* BOX DESIGN */
.process-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  transition: 0.4s ease;
}

.process-box:hover {
  transform: translateY(-12px);
}

.process-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.box-content {
  padding: 25px;
}

.box-content h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.box-content p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

/* Rohr */
.pipe-svg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 500px;
  pointer-events: none;
}

.pipe-line {
  fill: none;
  stroke: #ff9800;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.3));

  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawPipe 3s ease forwards;
}

@keyframes drawPipe {
  to {
    stroke-dashoffset: 0;
  }
}

/* Anschluss-Punkt */
.connector {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: #2e2e2e;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #f5f7fa;
}

/* Mobile */
@media (max-width: 992px) {
  .pipe-svg {
    display: none;
  }

  .connector {
    display: none;
  }
}
.image-text-section {
  padding: 120px 0;
  background: #ffffff;
}

/* Bild-Bereich */
.image-wrapper {
  min-height: 500px;
}

.img-main {
  width: 80%;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.img-overlay {
  position: absolute;
  width: 60%;
  bottom: -40px;
  right: 0;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

/* Textbereich */
.text-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--blue);
}

.text-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {

  .image-wrapper {
    margin-bottom: 60px;
  }

  .img-main,
  .img-overlay {
    position: relative;
    width: 100%;
    bottom: 0;
  }

  .img-overlay {
    margin-top: 20px;
  }
}
.image-text-section {
  padding: 120px 0;
  background: #ffffff;
}

/* Bild-Bereich */
.image-wrapper {
  position: relative;
  min-height: 500px;
}

/* Hauptbild */
.img-main {
  width: 85%;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
}

/* Überlappendes Bild */
.img-overlay {
  position: absolute;
  width: 65%;
  bottom: -40px;
  right: 0;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
  z-index: 3;
}

/* Text */
.text-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--blue);
}

.text-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* 🔥 MOBILE VERSION MIT ÜBERLAPPUNG */
@media (max-width: 992px) {

  .image-wrapper {
    min-height: 400px;
    margin-bottom: 80px;
  }

  .img-main {
    width: 90%;
  }

  .img-overlay {
    width: 70%;
    bottom: -30px;
    right: -10px;
  }
}

@media (max-width: 576px) {

  .image-wrapper {
    min-height: 350px;
  }

  .img-main {
    width: 92%;
  }

  .img-overlay {
    width: 75%;
    bottom: -25px;
    right: -5px;
  }
}
.team-section {
  padding: 120px 0;
  background: #ffffff;
}

.team-card {
  background: white;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.team-card:hover {
  transform: translateY(-10px);
}

.team-card img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 15px;
}

.team-card h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.team-card span {
  color: #777;
  font-size: 14px;
}
.footer-section {
  background: var(--dark-blue);
  color: #ccc;
  padding: 80px 0 30px;
}

.footer-section h5 {
  color: white;
  margin-bottom: 15px;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
}

.footer-section a:hover {
  color: var(--orange);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 30px;
  font-size: 14px;
}



