  *{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }

  html{
    display: table;
    margin: auto;
  }

  body{
    font-family: montserrat;
    width: 1600px;
    display: table-cell;
    vertical-align: middle;
  }

  /*Általános*/

  .cim{
    font-family: sans-serif;
    padding: 0 15px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
  }  

  .normal_content{
    font-size: 30px;
    text-align: center;
    font-family: sans-serif;
  }
  

  /*NAVBAR*/

  nav{
    background: #ffffff;
    height: 80px;
    width: 100%;
    max-width: 1600px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: fixed;
    z-index: 1;
  }
  .navbar_logo_img{
    color: rgb(0, 0, 0);
    font-size: 35px;
    line-height: 80px;
    font-weight: bold;
    height: 100%;
    float: left;
  }
  nav ul{
    float: right;
    margin-right: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: rgb(0, 0, 0);
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  a.active,li a:hover{
    background: #007c00;
    transition: .5s;
    color: white;
  }
  .checkbtn{
    font-size: 30px;
    color: rgb(0, 0, 0);
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  @media (max-width: 952px){
    label.logo{
      font-size: 30px;
      padding-left: 50px;
    }
    nav ul li a{
      font-size: 16px;
    }
  }
  @media (max-width: 859px){
    .checkbtn{
      display: block;
    }
    ul{
      position: fixed;
      width: 70%;
      height: 100vh;
      background: #007c00;
      opacity: 0.92;
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 20px;
      font-weight: bold;
    }
    li a:hover{
      background: none;
      color: #007c00;
      background-color: #ffffff;
    }
    #check:checked ~ ul{
      left: 0;
    }
  }
section{
    background: url(bg1.jpg) no-repeat;
    background-size: cover;
    height: calc(100vh - 80px);
}

/*TOPBANNER*/

.topbanner{
    color: white;
    margin-top: 80px;
    padding: 90px;
    background: url(/kepek/fooldal_felsohatter2.jpg) no-repeat bottom center;
    height: 595px;
    background-size: cover;
    font-family: sans-serif;
}

.topbanner_logo{
    width: 33.4%;
    float: left;
    padding: 15px;
}

.topbanner_texts{
    width: 66.6%;
    float: right;
    padding: 15px;
}

.topbanner_title{
  color: white;
}

.topbanner_content{
    margin: 15px;
    margin-top: 50px;
    font-size: 30px;
    padding: 50px;
    background: rgba(0,0,0,0.7);
}

.topbanner_logo_pic{
    width: 100%;
}

@media (max-width: 880px){
  .topbanner_title{
        font-size: 45px;
  }
  }


@media (max-width: 859px){
  .topbanner{
        height: inherit;
        padding: 0px;
        transition: .5s;
    }
    .topbanner_logo{
        width: 66.6%;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: .5s;
    }
    .topbanner_texts{
        width: 100%;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transition: .5s;
    }
    .topbanner_content{
        font-size: 25px;
        transition: .5s;
    }
    .topbanner_title{
        font-size: 40px;
        transition: .5s;
    }
}

@media (min-width: 859px){
  .topbanner_logo{
      transition: .5s;
  }
  .topbanner_texts{
      transition: .5s;
  }
}

/*Termékek*/

.termekek{
  padding: 0px;
  max-width: 910px;
  left: 50%;
  transform: translate(-50%);
  position: relative;
  text-decoration: none;
}

.termek_title{
  margin-top: 35px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}

.termek_content{
  padding: 10px;
  text-align: center;
  padding-bottom: 25px;
}

.termek_csempek_group{
  text-align: center;
  width: 100%;
}

.termek_csempek_group:hover{
  color: black;
}

.termek_csempek{
  display: inline-block;
  width: 300px;
  height: 300px;
  text-decoration: none;
  color: black;
}

.termek_csempek_pic{
  height: 150px;
  width: 150px;
}

.termek_csempek_title{
  font-size: 35px;
}

.termek_csempek_content{
  font-size: 25px;
}

/*Hogyan vásárolhat*/

.hogyanv{
  background-color: #e7ebdd;
  padding: 50px;
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.hogyanv_title{
  width: 100%;
}

.hogyanv_content{
  font-size: 25px;
}

.hogyanv_button{
  border: none;
  border-radius: 0 16px;
  height: 90px;
  width: 180px;
  font-size: 30px;
  text-align: center;
  background-color: #007c00;
  color: white;
  margin-top: 25px;
}

/*Lábléc*/

.footer{
  background-color: #007c00;
  padding: 0px;
  margin-top: 40px;
  position: absolute;
  width: 100%;
  margin-left: 0;
  left: 0;
}

.footer_site{
  position: relative;
  padding: 30px;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.footer_texts{
  width: 100%;
  height: 100%;
  display: inline-block;
}

.footer_logo{
  float: left;
  left: 30%;
  position: relative;
}

.footer_adr{
  position: relative;
  height: 124px;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  font-family: sans-serif;
  top: 0%;
  left: 50%;
  transform: translate(-56%, 25%);
}

.copyright{
  position: relative;
  color: white;
  font-size: 20px;
  top: 95%;
  left: 100%;
  transform: translate(-100%, 0%);
  text-align: right;
}

@media (max-width: 1130px){
  .footer_logo{
    left: 25%;
  } 
}

@media (max-width: 859px){
  .footer_logo{
    left: 15%;
  } 
}

@media (max-width: 600px){
  .footer{
    margin-top: 20px;
  }
  .footer_site{
    padding-bottom: 8px;
    padding-top: 2px;
  }
  .copyright{
    font-size: 13px;
    padding-top: 10px;
  }
  .footer_logo{
    left: 0%;
  }
}

/*Beépített csoportok*/

div{
  text-decoration: none;
}

a{
  text-decoration: none;
  color:black;
}

p{
  text-align: center;
}