@media screen and (min-width:767px) {





  h1{
    font-size: 8vw;
    text-align: left;
  }

  .main-title h1 {
        margin-bottom: 24px;
        text-align: center;
    }

.main-title  h3{

  text-align: center;
}


    h2{

    font-size: 40px;
    text-align: left;
  }

 

  h3{
    font-size: 20px;
  }

  p-large{
    font-size: 20px;
  }





  .link {
    font-size: 20px;
  }





.bg-img{
    position: absolute;
    z-index: 0;
    width: 100%;
}
/*Header*/

  .header-section {
    padding: 0 32px;
  }


/*Intro*/


  .main-title {

    width: 100%;
    display: block;
    text-align: left;
    
    display: block;
    margin-top: 0;
    margin-bottom: 180px;
    
  }


 /*About*/





  .about-wrap {
    
    flex-direction: column;
  }



  .column {
    width: calc(37.5% - 20px);
  }

   .about-section .column {
    width: 100%;  
  }




.profile-img-2 {
  width: 100%;
  background-image: url(../img/profile-img_06.jpg);
  aspect-ratio: 1.8;
  top: 24vh; /* Das Bild bleibt 64px unter dem oberen Rand des Viewports kleben */
  z-index: 10; /* Stellt sicher, dass das Bild über anderen Elementen bleibt */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}









/*Services*/

  .services-section {
    margin-top: 220px;
  }


  .service-wrap {
    gap: 72px;
  }



  .service-content {
    gap: 48px;
  }



  .service-subsection {
    flex-direction: row;
    gap: 40px;
  }


/*Contact*/


  .contact-section {

    gap: 48px;
    margin-top: 240px;
  }




   .contact-section h1{
    margin: 0 0 24px 0;
   }




  .contact-links-wrap {
    margin-top: 40px;

  }

  .footer {

    flex-direction: row;
    align-items: center;

  }
  
  .footer-claim {
    display: flex;
    flex-direction: row;


    align-self: stretch;
    vertical-align: center;
    padding: 5px 0;
    color: #fff;
  }




}
