body{
  overflow-x: hidden;
}
/* BETON-ÁRAK */
.tablak{
    margin-bottom: 200px;
}

.beton-div{
    position: relative;
    top: 150px;
    width: 70%;
    margin: auto;
    
  }
  .table-title{
    margin: 35px 10px 35px 10px;
  }
  .beton-div p, .kornyezeti-hatasok p{
    margin-left: 20px;
    margin-right: 20px;
  }
  .table-title h1{
    text-align: center;
    width: fit-content;
    margin: auto;
    text-decoration: underline rgb(106, 151, 255);
    font-size: 150%;
  }
  .table-title hr{
    width: 30%;
    display: none;
  }
  .table-title .left{
    float: left;
    position: relative;
    top: 15px;
  }
  .table-title .right{
    float: right;
    position: relative;
    top: -15px;
  }
  @media screen and (max-width: 1150px){
    .beton-div{
      width: 90%;
    }
    .table-title h1{
      font-size: 120%;
    }
    p{
      font-size: 80%;
    }
    
  }
  @media screen and (max-width: 550px){
    .beton-div{
      width: 100%;
    }
  }
  @media screen and (max-width: 950px){
    .table-title hr{
      display: none;
    }
  }
    
  p{
    text-align: justify;
  }
  table{
    margin: 50px auto auto auto;
    background-color: rgb(37, 50, 80);
    width: 100%;
  
  }
  table th{
    text-align: center;
    padding: 15px 50px 15px 50px;
  }
  table td{
    padding: 8px 15px 8px 15px;
    text-align: center;
    border-top: 1px solid white;
  }
  table .colored-cell{
    background-color: rgb(35, 43, 52);;
  }
  
  /* Másikba megy majd */
  /* KÖRNYEZETI-HATÁSOK */
  .kornyezeti-hatasok{
    position: relative;
    top: 150px;
    width: 70%;
    margin: auto;
    
  }
  .kornyezeti-hatasok h1{
    text-align: center;
    margin-bottom: 25px;
  }
  .kornyezeti-hatasok table{
    margin: 50px auto auto auto;
    background-color: rgb(37, 50, 80);
    width: 100%;
  
  }
  .kornyezeti-hatasok table th{
    text-align: center;
    padding: 15px 50px 15px 50px;
  }
  .kornyezeti-hatasok table td{
    padding: 8px 15px 8px 15px;
    text-align: center;
    border-top: 1px solid white;
  }
  .kornyezeti-hatasok table .colored-cell{
    background-color: rgb(35, 43, 52);
  }
  .table-title .osztaly-hr{
    position: relative;
    float: right;
    top: -40px;
  }
  @media screen and (max-width: 1150px){
    .kornyezeti-hatasok{
      width: 90%;
    }
  }
  @media screen and (max-width: 750px){
    .kornyezeti-hatasok table th{
      padding: 15px 10px 15px 10px;
    }
    table td{
      padding: 8px 7px 8px 7px;
    }
  }
  @media screen and (max-width: 550px){
    .kornyezeti-hatasok{
      width: 100%;
    }
    .kornyezeti-hatasok table{
      font-size: 40%;
    }
  }
  
  .adalek-table{
    width: 60%;
  }
  .adalek-table td{
    text-align: left;
  }
  /* BETON-SZÁLLITÁS */
  .table-title  .szallitas-hr{
    position: relative;
    float: right;
    top: -45px;     
    
  }
  .szallitas-info{
    text-align: center;
    margin-top: 25px;
  }

  /* PUMIX */
  .table-title .pumix-hr{
    position: relative;
    float: right;
    top: -15px;     
  }

  @media screen and (max-width: 1150px){
    table{
      font-size: 80%;
    }
    
  }
  @media screen and (max-width: 750px){
    table{
      font-size: 60%;
    }

    table th{
      padding: 15px 10px 15px 10px;
    }
    table td{
      padding: 8px 7px 8px 7px;
    }
  }
 