	#AGB{
    padding: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }	
  #AGB p{
    font-size: 20px;
  }
  #mitte{
    width:100%;
    /*min-width: 445px;
    max-width: 1800px;*/
    position: relative;
    margin: auto;
  }
  #mitte h6{
    position: relative;
    left: 20%;
    width: 60%;
  }
  #mitte h4 {
    color: #00416e;
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    position: relative;
    left: 20%;
    width: 210px;
  }
  .section2{
    width: 85%;
  }
  .Paragraf{
    font-weight: 800;
  }

  @media (min-width:1500px){
    #mitte h4 {
      left: 25%;
    }   
    #mitte h6{
      left: 25%;
      width: 50%;
    } 
  }
  @media (max-width: 1470px){
    #AGB{
      padding-left: 36px;
      padding-right: 36px;
    }    
  }
  @media (max-width:960px){
      #mitte h4 {
        left: 10%;
      }   
      #mitte h6{
        left: 10%;
        width: 80%;
      } 
  }
  @media (max-width:640px){
    #mitte h4 {
      position: unset;
      left: unset;
    }   
    #mitte h6{
      position: unset;
      left: unset;
      width: 100%;
    } 
  }
  @media (max-width:1280px){
    .section2{
      width: auto;
    }
  }