

:root {
    --olymp-gelb: #F6EB5C;
  }

body {

    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
  }

::placeholder {
    color: #969699 !important;   /* grauer Ton */
    opacity: 1;           /* vollen Farbwert, nicht halbtransparent */
    font-weight: 600; ;   /* optional */
    font-size: 1.0rem;    /* z.B. etwas kleiner */
  }

  .leistungen_bauplan_bild {

    content: "";
    position: absolute;
    right: 0;
    width: 202px;
    height: 250px;
    background: url("img/baumuster_ueber_uns.png") no-repeat;
    background-size: cover;
    filter: brightness(0.0); /* Bild heller machen */

  }
  
.cta_2_bild {

    height: 60vh;               /* 60 % der Fensterhöhe */
    width: 100%;
    background: url("img/olymp_kran_bild.png") center/cover no-repeat;
    filter: brightness(0.9);
    border-top: 10px solid var(--olymp-gelb);
    position: relative;
  }
  

.navbar-nav .nav-item .nav-link {
    color: var(--olymp-gelb);
    font-weight: bold;
}

.navbar-nav .nav-item .nav-link:hover {
    color: yellow;
}

.underline_text:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #E6E1D6;
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    transform: translateX(0);
}

.underline_text:hover:after {
    width: 100%;
    left: 0;
    transform: translateX(0);
}

.underline_animation {
    display: inline-block;
    padding: 15px 20px;
    position: relative;
}

.anfrage {
    background-color: var(--olymp-gelb);  /* Hintergrundfarbe des Buttons */
    color: #000; /* Textfarbe */

}

.card-color {

   background-color: var(--olymp-gelb);

}

.bullet-after {
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }
 
  

.anfrage:hover {
    background-color: yellow !important; /* Leicht hellere Hintergrundfarbe bei Hover */
    
}

.btn-dark {
    background-color: #1C1C1C; /* Schwarzer Hintergrund für den Button */
    color: #fff; /* Weißer Text */
}

.btn-dark:hover {
    background-color: #000; /* Etwas dunklerer Hintergrund auf Hover */
}

.navbar_schriftgroesse {

    font-size: 20px !important;
}

.header_bild {
    background-image: url("img/header_bild.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    position: relative;
    border-bottom: 10px solid var(--olymp-gelb);
}

/*1. Animation definieren*/

@keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(50px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 } 
  
  /*2. Klasse fürs Bild*/
  .img-slide-in {
    opacity: 0;
    animation: fadeInLeft 1s ease-out forwards;
    
  }


/************************************** OWL-Carousel Start ***************************************/

.carousel .owl-next,
.carousel .owl-prev {

    background-color: none !important;
    color:  #8E867C !important;
    font-size: 50px !important;
    width: 40px;
    height: 70px;


}


.carousel .owl-next:hover,
.carousel .owl-prev:hover {

    background-color: transparent !important;
    color: inherit !important; 
    color: #B5AEA0 !important;
    
}

.carousel {

    margin-top: 50px;
}

.carousel .owl-nav {

    position: absolute;
    right: 20px;
    top: -100px;

}


.owl-carousel {
    padding: 0 10px; /* Oder ein anderer Wert */
}

.owl-theme .owl-dots .owl-dot span {

    width: 22px !important;
    height: 22px !important;
    margin-top: 20px !important;
    
}

.owl-dot.active span {

    background: #8E867C !important;
}

.owl-dot:hover span {

    background: #B5AEA0 !important;
}

/************************************** OWL-Carousel End ***************************************/

/*================== Cookies Start =====================*/

.alert-success {
  font-family: 'Lato', sans-serif !important;
  color: #1D1E1B !important;
  background-color: var(--olymp-gelb) !important;
  border: 0 !important;
  border-radius: 0px !important;
}

.alert-success .close {
  color: #1D1E1B;
  text-shadow: none;
  font-size: 2.5rem;
}

.alert-success .close:hover {
  background-color: #999999;
  padding-left: 5px;
  padding-right: 5px;
  
}

.alert-success p {
  margin-bottom: 0.4rem;
}

.alert {

  padding: 0.75rem !important;
}

/*================== Cookies End =====================*/


/*************************************** OWL-Carousel End ***************************************/

.img-animation {


    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
  }

.img-animation:hover {
  transform: scale(1.1);  /* Bild vergrößern */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);  /* Schatten hinzufügen */
}
  


  /* Footer End */

  /* Smartphone Start */

  @media (max-width: 575px) {


    .überunsAbstand_res {

      margin-top: 50px;

    }

    .überuns_res {

      margin-top: 50px;

    }

    .referenzen_abstand_res {

      margin-top: 50px !important;
    }


    .h1_res {

        font-size: 55px !important;
    }

   #contactForm {

    width: 100% !important;

   }

   .obere_leiste_res {

    
    position: relative;
    right: 8%;
   

   }

   .header_bild {

    filter:brightness(0.5);
   }


  }


   /* Tablet Start */ 

   @media (min-width: 576px) and (max-width: 767px) {


    .form_text_pos_res {

        position: static !important; /* Standardposition, ohne bottom und left */
        margin-top: 50px;
        margin-bottom: 50px;

        
       }

       .überunsAbstand_res {

        margin-top: 50px;
  
      }

   }

   /* Tablet End */ 

   /* Laptop Start */

   @media (min-width: 768px) and (max-width: 991px) {


    .überunsAbstand_res {

      margin-top: 50px;

    }

   }

   /* Laptop Start */

   /* Bigscreen Start */

   @media (min-width: 992px) and (max-width: 1199px) {

    .infobox_res {

      width: 100% !important;
    }

    

   }

  


   @media (min-width: 1200px) {

    .ueber_uns_bauplan_bild {
      overflow: visible; /* damit das Muster nicht abgeschnitten wird */
    }
    
    .ueber_uns_bauplan_bild::before {
      content: "";
      position: absolute;
      top: 0px;
      right: 0;
      width: 302px;
      height: 450px;
      background: url("img/baumuster_ueber_uns.png") no-repeat;
      background-size: cover;
      filter: brightness(0.0); /* Bild heller machen */
    
      /* Spiegelung */
  
    transform: scale(-1, -1);
    transform-origin: center center;
    }

    .infobox_res {

      margin-top: -70px !important;
    }

    .w-lg-50 {
      width: 50% !important;
    }

    .projekte_hintergrund {
      position: relative;
    }
    
    /* Pseudo-Element für das Baumuster */
    .projekte_hintergrund::before {
      content: "";
      position: absolute;
      top: 51px;             /* nach oben verschieben – hier feinjustieren */
      left: 0px;           /* nach links verschieben – hier feinjustieren */
      width: 302px;           /* Originalbreite deines Musters */
      height: 450px;          /* Originalhöhe deines Musters */
      background: url("img/olymp_baumuster.png") no-repeat;
      background-size: cover;
      filter: brightness(0.0); /* Bild heller machen */
      z-index: 0;             /* hinter alles legen */
    }
    
    /* Carousel über dem Baumuster */
    .projekte_hintergrund .owl-carousel {
      position: relative;
      z-index: 10;
    }

    
    
   }

   /* Bigscreen End */

/* ---------- custom scrollbar ---------- */

::-webkit-scrollbar {

    width: 22px;
}

::-webkit-scrollbar-track {

    background: #1D1E1B;
    
}

::-webkit-scrollbar-thumb {

    background: #F6EB5C;
}