
  
  .step {
    display: flex;
    align-items: flex-start;
  }
    
  .step-text {
    margin-left: 10px; /* Adjust the margin as needed */
    align-self: flex-start;
    color:#38b5cf;
    padding-right: -50px;
  }
  
  .step:first-child img {
    height: auto; /* Reset the height for the first step */
  }

  .content_abschlussmodul {
    margin-left: 50px;
    padding-left: 20px;
    border-left: 5px solid #dedede; 
    height: 108.75px;
    padding-right: 50px;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    font-size: 20px;
  
  }
 

  @media screen and (max-width: 600px) {
    .content_abschlussmodul {
      margin-left: 10px;
      padding-left: 5px;
      height: 6rem;
      padding-right: 0px;
      font-size: 24px;
    
    }
    
  }

  #teilnahme {
    color: #38b5cf;
    font-size: 18px;
  }
  
  .step .content_abschlussmodul.highlight {
   opacity: 1;
}

.border-highlight {
  border-color: #38b5cf;
  opacity: 1.0;
}

.bachelor {
  background: center no-repeat url("images/BierBachelor_Zeugnis_BSC.jpg");
  background-size: contain;
  height: 435px;
  width: 100%;
  padding-top: -150px;
  padding-bottom: -200px;
  border-radius: 10px;
}

.master {
  background: center no-repeat url("images/BierBachelor_Zeugnis_MSC.jpg");
  background-size: contain;
  height: 435px;
  width: 100%;
  padding-top: -200px;
  padding-bottom: -200px;
  border-radius: 10px;
}
  

.doktor {
  background: center no-repeat url("images/BierBachelor_Zeugnis_DR.jpg");
  background-size: contain;
  height: 435px;
  width: 100%;
  padding-top: -200px;
  padding-bottom: -200px;
  border-radius: 10px;
}

.habilitation {
  background: center no-repeat url("images/BierBachelor_Zeugnis_Hab.jpg");
  background-size: contain;
  height: 435px;
  width: 100%;
  padding-top: -200px;
  padding-bottom: -200px;
  border-radius: 10px;
}


.step.selected .step-text {
    color: blue; /* Adjust the color for the selected step */
  }