

body {

    font-family:  'DM Sans' !important;
    margin: 0;
    padding: 0;
}

html, body {
    
    
    
}

hr {

    opacity: 1 !important;
}


.languages_style {

    margin-left: 25px;
    display: flex;
    gap: 10px; /* Abstand zwischen den Elementen */
    
}

  
.navbar-nav .nav-item .nav-link {
    color: #1C1C1C;
    font-weight: bold
}

.navbar-nav .nav-item .nav-link:hover {
    color: #676767;
}

.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: #fff !important;  /* Hintergrundfarbe des Buttons */
    color: #000; /* Textfarbe */

}

.anfrage:hover {
    background-color: #f0f0f0 !important; /* Leicht hellere Hintergrundfarbe bei Hover */
    color: #000 !important; /* Text bleibt schwarz 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;
}

/* Overlay für Bild */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Schwarzes halbtransparentes Overlay */
    z-index: 1;
    
}

/* Spotlight Start */

.spotlight {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(
    circle,
    transparent 160px,
    rgba(0, 0, 0, 0.85) 200px
    );
}


/* Spotlight End */


.header_bild {
    background-image: url("img/hibex_sicherheitsdienst_berlin_1.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    position: relative; /* Hier wird relative Positionierung hinzugefügt */
    filter: brightness(0.7); /* Bild heller machen */
}


 /* Prozess Anfang */

 .prozess_bild {

    background-image: url("img/unser_prozess.jpg");
    background-size: cover; /* Passt das Bild an die Größe des Containers an */
    background-position: center; /* Zentriert das Bild im Container */
    background-repeat: no-repeat;
    height: 300px; /* Definiert die Höhe des Containers */
    background-size: 100%;

 }

 .security_bild {

    background-image: url("img/hibex_security.jpg");
    background-size: cover; /* Passt das Bild an die Größe des Containers an */
    background-position: center; /* Zentriert das Bild im Container */
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 25px;

 }



 .baustellenueberwachung_bild {

    position: relative;
    background-image: url("img/hibex_baustellenueberwachung.png");
    background-size: cover; /* Passt das Bild an die Größe des Containers an */
    background-position: center; /* Zentriert das Bild im Container */
    background-repeat: no-repeat;
    background-size: 100%;
 }
 
 .eventschutz_bild {

    position: relative;
    background-image: url("img/hibex_eventschutz.jpg");
    background-size: cover; /* Passt das Bild an die Größe des Containers an */
    background-position: center; /* Zentriert das Bild im Container */
    background-repeat: no-repeat;
    background-size: 100%;

 }

 .revier_kontrolldienst {

    background-image: url("img/hibex_revierkontrolldienst.jpg");
    background-size: cover; /* Passt das Bild an die Größe des Containers an */
    background-position: center; /* Zentriert das Bild im Container */
    background-repeat: no-repeat;
    background-size: 100%;

 }


 /* second bar start */

 .contact-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1c1c1c;
    padding: 20px;
    color: #f0ece1;
    font-family: Arial, sans-serif;
}

.contact-item {
    display: flex;
    align-items: center;
}

.logo {
    width: 50px;
    margin-right: 10px;
}

.icon {
    width: 40px;
    margin-right: 10px;
}

.text {
    font-size: 14px;
}

.contact-item a {
    color: #f0ece1;
    text-decoration: none;
    font-weight: bold;
}

.contact-button {
    background-color: #fff;
    color: #1c1c1c;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
}

.contact-button:hover {
    background-color: #e0e0e0;
}


 /* second bar end */

 /* Kontaktformular start */


 .kontakt_bild {
    background-image: url("img/kontaktdaten_bild.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


 .felder_abstand {

    margin-bottom: -10px;
 }

  /* Kontaktformular End */


 

  /* Footer Start */

  .listeOhnePunkte {

    list-style-type: none;
    padding-left: 0px !important;
  }


  .hover-underline:hover {
    text-decoration: underline !important;
}

/************************************** 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;
}

/*================== Cookies Start =====================*/

.alert-success {
  font-family: 'Lato', sans-serif !important;
  color: #fff !important;
  background-color: #8E867C !important;
  border: 0 !important;
  border-radius: 0px !important;
}

.alert-success .close {
  color: #fff;
  text-shadow: none;
  font-size: 2.5rem;
}

.alert-success .close:hover {
  background-color: rgba(200, 0, 0, 0.9);
  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) {


    .languages_res {

        padding-top: 20px;
    }

    .h1_res {

        font-size: 55px !important;
    }
    
    .ueber_uns_res {

        width: 300px;
        padding-right: 3rem;
   }

   .mitgliedschaften_res {

    width: 330px;
   }

   .social_media_res {

    padding-right: 200px !important;

   }

   .cta_res {

    padding-right: 30px;
   }

   .cta_res_zwei {

    padding-right: 25px;

   }

   #kontakt_homepage_ani {

    width: 100%;
    
   }

   .form_schrift_res {

    font-size: 14px;
    
   }

   .kontakt_bild {
    background-image: url("img/kontaktdaten_bild.jpg");
    background-size: cover; /* Skaliert das Bild proportional */
    background-position: center; /* Zentriert das Bild */
    background-repeat: no-repeat;
    min-height: 100vh; /* Mindestens die Höhe des Viewports */
    height: 100%; /* Passt die Höhe dynamisch an */
    display: flex; /* Hilft bei Layout-Problemen */
    align-items: stretch; /* Stellt sicher, dass der Container gestreckt wird */
    }

   .form_text_pos_res {

    position: static !important; /* Standardposition, ohne bottom und left */
    margin-top: 50px;
    margin-bottom: 50px;
    
   }

   #contactForm {

    width: 100% !important;

   }

   .kontakt_fragen_res {

    text-align: center !important;
   }

   .obere_leiste_res {

    
    position: relative;
    right: 8%;
   

   }

   .mobile_header_bild {


    filter: brightness(0.8);

   }

   .unser_prozess_mobile {


   }

   body,html {

   
    
   }
   
}

   /* 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;

        
       }

   }

   /* Tablet End */ 

   /* Laptop Start */

   @media (min-width: 768px) and (max-width: 991px) {


   }

   /* Laptop Start */

   /* Bigscreen Start */

   @media (min-width: 992px) and (max-width: 1199px) {

    
   }

   /* Bigscreen End */

/* ---------- custom scrollbar ---------- */

::-webkit-scrollbar {

    width: 22px;
}

::-webkit-scrollbar-track {

    background: #1C1C1C;
    
}

::-webkit-scrollbar-thumb {

    background: linear-gradient(#EAE9E7, #8E867C);
}