.navbar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0); /* Schatten unter der Navbar */
    background-color: rgba(255, 255, 255); /* Black overlay with 60% opacity */
    }
    .header .is-sticky {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0); /* Schatten unter der Navbar Sticky*/
    }

    
    .fas .fa-heart{
    color: #005a9c; /* Ensure text is readable over dark background */
    }


.candidate-list .candidate-list-image {
  display: flex;
    margin:0px;
    justify-content: center;  /* Bild horizontal zentrieren */
    align-items: center;      /* Bild vertikal zentrieren */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
 border: none;  }

.candidate-list .candidate-list-image img {
    width: 160px;
    height: 160px;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

@media (max-width: 767px) {
    .candidate-list .candidate-list-image {
  display: flex;
    margin:0px;
    justify-content: center;  /* Bild horizontal zentrieren */
    align-items: center;      /* Bild vertikal zentrieren */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  border: none; }

.candidate-list .candidate-list-image img {
    width: 240px;
    height: 240px;
    -o-object-fit: scale-down;
       object-fit: scale-down; }
       
.job-list .job-list-logo {    
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    border: 1px solid #eeeeee;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 0;
    order: 0;
}

.overlay-header {
    background-color: rgba(0, 0, 0, 0.4); /* Black overlay with 60% opacity */
    border-radius: 15px; /* Rounded corners */
    padding-top: 20px; /* Inner spacing */    
    color: #fff; /* Ensure text is readable over dark background */
    }

       
}


.job-list .job-list-logo {
  display: flex;
    margin:0px;
    justify-content: center;  /* Bild horizontal zentrieren */
    align-items: center;      /* Bild vertikal zentrieren */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
 border: none;  }

.job-list .job-list-logo img {
    width: 240px;
    height: auto; 
    -o-object-fit: scale-down;
       object-fit: scale-down; }



@media (min-width: 767px) {
/* Klasse für Abrundung nur auf der rechten Seite */
.btn-rounded-right {
    border-top-right-radius: 30px; /* Abrundung für obere rechte Ecke */
    border-bottom-right-radius: 30px; /* Abrundung für untere rechte Ecke */
    border-top-left-radius: 0; /* Linke Ecken bleiben eckig */
    border-bottom-left-radius: 0;
    padding: 0.5rem 1rem; /* Optional: Anpassung für mehr Innenabstand */
}
.btn-rounded-left {
    border-top-left-radius: 30px; /* Abrundung für obere rechte Ecke */
    border-bottom-left-radius: 30px; /* Abrundung für untere rechte Ecke */
    border-top-right-radius: 0; /* Linke Ecken bleiben eckig */
    border-bottom-right-radius: 0;
    padding: 0.5rem 1rem; /* Optional: Anpassung für mehr Innenabstand */
}

    .overlay-header {
    background-color: rgba(0, 0, 0, 0.4); /* Black overlay with 60% opacity */
    border-radius: 15px; /* Rounded corners */
    padding-top: 20px; /* Inner spacing */   
    padding-left: 70px; /* Inner spacing */ 
    color: #fff; /* Ensure text is readable over dark background */
    }


}


.form-control {
    border: 1px solid #dddddd;
    color: #626262;    
    height: 50px;
    padding: 0px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
}

