#Geschichte {
    padding: 10px 10px;
    margin-left: 10px;
    margin-right: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  }
  
  
  #Geschichte .text {
    padding: 10px;
   
    text-align: justify;
  }
  
  #Geschichte .image {
    margin-bottom: 0px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #Geschichte .image img {
    max-width: 350px;
    align-items: center;
    justify-content: center;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive adjustments */
  @media (max-width: 992px) {
    #Geschichte .col-md-8, #Geschichte .col-md-4 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px;

    }
  
    #Geschichte .text {
      padding: 5px;
    }
  }
  
  @media (max-width: 768px) {
    /* #Geschichte .text h4 {
      font-size: 1em;
    } */
   
  }
  
  @media (max-width: 576px) {
    #Geschichte {
      padding: 5px 5px;
      margin-left: 10px;
    }
  
    #Geschichte h1 {
      font-size: 1.5em;
    }
    #Geschichte h4 {
      font-size: 1em;
    }
  
    #Geschichte .text {
      padding: 5px;
    }

    #Geschichte .image img {
      align-items: center;
      justify-content: center;
      margin-top: 10px;
    }
  }