@CHARSET "UTF-8";

#gridcontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9930000;
  overflow: hidden;	
  display: none;
}
#gridcontainertop {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 3px;
  font-family: 'Prosto one', Helvetica, Arial, sans-serif;
  text-align: center;
}
#gridcontainertopszoveg {
  position: relative;
  background-color: #000;
  color: #fff;
  width: 100%;
  height: auto;
  padding: 15px 0 15px 0;
  font-family: 'Prosto one', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}
#gridcontainerbottom {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 10px;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background: url("../imagetema/asajatlekerd/gridback.jpg") no-repeat center top #999;
  padding: 30px 0 30px 90px;
  min-height: auto;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  
  justify-content: center;   /* a grid elemek balra igazitasa, a center az utolso sor reven rendezetlen benyomast kelt  */
  text-align: center;
}

.item2 {
  width: 405px;                  /* 270 - 405 */
  height: 270px;                 /* 180 - 270 */
  /* background-color: red; */
  margin: 0 80px 80px 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid white;
}

.item3container {
  background-color: #999
}
.item3 {
  position: relative;
  width: 270px;                  
  height: 240px;                
  margin: 10px 80px 0 0;
  overflow: hidden;
  border: 1px solid white;
}
.item3kep {
  width: 270px;                 
  height: 180px;                 
  overflow: hidden;
  margin: 0 80px 0 0;
  border: 1px solid white;
}
.item3szoveg {
  position: relative;
  background-color: #333;
  width: 260px;
  height: 60px;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid white;
}
.item3plus {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 51px;                  
  height: 51px;
  display: none;                 
}
.item3ures {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  
  width: 270px;                 
  height: 180px;                 
  margin: 0 80px 0 0;
}

.item2 img.absolute {
    left: 50%;
    margin-left: -100%;
    position: relative;
    width: auto !important;
    height: 330px !important;    /* 220 - 330  */
    border: 1px solid white;
    outline: 1px solid white;
}

.item3 img.absolute {
    left: 50%;
    margin-left: -100%;
    position: relative;
    width: auto !important;
    height: 180px !important;    /* 220 - 330  */
    border: 1px solid white;
    outline: 1px solid white;
}
.szovegetitttext {
    font-family: Roboto, Helvetica, Arial, sans-serif;
	display: inline-block;
    padding: 3px 0 7px 0;
    font-weight: bold;	
}
#asajatlekerdclosegrid { 
    position: fixed;
    background: url("../imagetema/asajatlekerd/sajatclose0.png") center center; 
    bottom: 55px;
    right: 20px;
    width: 51px;    
    height: 66px;
    display: none;
    z-index: 9935000;
    cursor: pointer;
}
@media only screen and (min-width: 701px) and (max-width: 1200px) {
    .grid {
        padding: 10px 0 0 40px;
	}
	.item2 {
        width: 405px;
        height: 270px;
        margin: 0 40px 40px 0;
	}
	.item3 {
        width: 270px;
        height: 240px;
        margin: 10px 40px 0 0;
	}
    .item3kep {
        margin: 0 40px 0 0;
    }
}

@media only screen and (min-width: 451px) and (max-width: 700px) {
    .grid {
        padding: 10px 0 0 10px;
        justify-content: center;   /* itt csak egy-ket item van  */
	}
	.item2 {
        width: 400px;
        height: 270px;
        margin: 0 40px 40px 0;
	}
	.item3 {
        width: 400px;
        height: auto !important;
        margin: 20px 0 0 0;
	}
    .item3kep {
        margin: 0;
        width: 400px;                 
        height: auto !important;                
    }
    .item3szoveg {
        height: auto !important;                
    }
    
	.item3 img.absolute {
        height: 330px !important;    
    }
    .item3szoveg {
        width: 400px;
        height: 80px;
    }
    .item3ures {
        display: none;
    }
}


@media only screen and (max-width: 450px) {
    .grid {
        background-color: #fff;
    	padding: 0;
        justify-content: center;   /* itt csak egy item van  */
	}
	.item2 {
        width: 405px;
        height: 270px;
        margin: 0 10px 30px 10px;
        outline: 0;
        border: 0;
	}
	.item3 {
       background-color: #999;
	   width: 100%;
       height: auto !important;
       margin: 10px 10px 0 0;
       outline: 0;
	}
    .item3kep {
       width: 100% !important;
       margin: 0 10px 0 0;
       height: auto !important;
    }
    .item3szoveg {
       background-color: #fff;
       color: #000;
       width: 100% !important;
       text-align: center !important; 
       height: auto !important;
    }   
	.item3szovegbelso {
       display: inline-block;
       width: 90% !important;
       text-align: left;
    }   
    .item3ures {
       display: none;
    }
    .item3container {
       background-color: #999;
    }
    
    #asajatlekerdclosegrid { 
    background: url("../imagetema/asajatlekerd/sajatclose.png") center center; 
    bottom: 55px;
    right: 0px;
    width: 51px;    
    height: 51px;
    }
	
	.item2 img.absolute {
    left: 50%;
    margin-left: -100%;
    position: relative;
    width: 100% !important;
    height: auto !important;    /* 220 - 330  */
    }

    .item3 img.absolute {
    left: 50%;
    margin-left: -100%;
    position: relative;
    width: 100% !important;
    height: auto !important;    /* 220 - 330  */
    }
}
