@media only screen 
and (max-width: 599px) {

body {
	background-image: none;
	font-family: Arial;
	top: 0px;
	padding-top: 0px;
	margin-top: 0px;
    box-sizing: border-box;
}
#container {
	overflow: hidden;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	min-width: 340px;
	max-width: 599px;
}
header {
	background-color: blue;
	width: 100%;
	height: 150px;
    display: flex;
	flex-wrap: wrap;	
	color: white;
}
.logo {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
	height: 100px;
}
.logokep {	
    width: 100%;
	height: 100%;
}
.felsoresz {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    width: 70%;
	height: 100px;
	color: white;	
}
.felsomenu1 {	
    text-align: center;
	height: 30px;
	width: 100%;
	text-shadow: 8px 7px 1px black;
    font-size: 16px;
}
.felsomenu1:hover {
	color: black;
	cursor: pointer;
	font-weight: bold;
    font-size: 18px;
	text-shadow: 1px 1px 1px white;
}
.felsomenu2 {	
    display: none;	
}
.felsomenu3 {	
    text-align: center;
	height: 30px;
	width: 100%;
    font-size: 11px;
}
.felsomenu4 {	
    font-weight: bold;
    font-size: 26px;
    text-align: center;
	height: 40px;
	width: 100%;
}
nav {
    display: flex;
	justify-content: space-between;	
	width: 95%;
}
.alsomenu {
	height: 30px;
	text-align: center;
	width: 15%;
	color: white;
	font-size: 13px;
	text-shadow: 8px 7px 1px black;
}
.alsomenu:hover {
	color: black;
	cursor: pointer;
	font-weight: bold;
    font-size: 14px;
	text-shadow: 1px 1px 1px white;
}
section {
    display: flex;
	flex-wrap: wrap;	
    flex-direction: row;
	width: 100%;
}
.tartalom1 {
    height: 120px;
  	width: 100%;
	display: flex;
	flex-wrap: wrap;	
}
.tartalom11, .tartalom12,  .tartalom13, .tartalom14, .tartalom15, .tartalom16, .tartalom17, .tartalom18 {
	color: white;
	height: 35px;
	font-size: 16px;
	overflow: hidden;
	background-color: blue;
	width: 45%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom11:hover,.tartalom12:hover,.tartalom13:hover,.tartalom14:hover,.tartalom15:hover,.tartalom16:hover,.tartalom17:hover,.tartalom18:hover {
  border: 3px groove white;
  -webkit-box-shadow: 4px 2px 1px 1px black;
  box-shadow: 4px 2px 1px 1px black;
  cursor: pointer;
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.tartalom2 {
	height: 650px;
  	width: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.tartalom2kep1 {
	display: none;
}
.tartalom2kep2 {
	display: none;
}
.tartalom2kep3 {
	overflow: hidden;
	justify-content: center;
	align-items: center;
	height: 640px;
  	width: 500px;
}
footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	background-color: blue;
	padding-top: 1px;
	font-size: 8px;
	text-align: center;
	width: 100%;
}
.adatkezeles {
	height: 25px;
	text-align: center;
	width: 40%;
	color: white;
	font-size: 9px;
	text-shadow: 6px 5px 1px black;
}
.adatkezeles:hover {
	color: black;
	cursor: pointer;
	font-weight: bold;
    font-size: 10px;
	text-shadow: 1px 1px 1px white;
}
.szerzo {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 11px;
}

}

@media only screen 
and (min-width : 600px)
and (max-width : 1023px) {

body {
	background-image: none;
	font-family: Arial;
	top: 0px;
	padding-top: 0px;
	margin-top: 0px;
    box-sizing: border-box;
}
#container {
	overflow: hidden;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	max-width: 1023px;
	min-width: 600px;
}
header {
	background-color: blue;
	width: 100%;
	height: 150px;
    display: flex;
	flex-wrap: wrap;	
	color: white;
}
.logo {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
	height: 100px;
}
.logokep {	
    width: 100%;
	height: 100%;
}
.felsoresz {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    width: 70%;
	height: 100px;
	color: white;	
}
.felsomenu1 {	
    display: none;
}
.felsomenu2 {	
	text-align: center;
	height: 30px;
	width: 100%;
    font-size: 18px;	
}
.felsomenu3 {	
    text-align: center;
	height: 30px;
	width: 100%;
    font-size: 18px;
}
.felsomenu4 {	
    font-weight: bold;
    font-size: 28px;
    text-align: center;
	height: 40px;
	width: 100%;
}
nav {
    display: flex;
	justify-content: space-between;
	width: 100%;
}
.alsomenu {
	height: 30px;
	text-align: center;
	width: 15%;
	color: white;
	font-size: 20px;
	text-shadow: 8px 7px 1px black;
}
.alsomenu:hover {
	color: black;
	cursor: pointer;
	font-weight: bold;
    font-size: 22px;
	text-shadow: 1px 1px 1px white;
}
section {
    display: flex;
	flex-wrap: wrap;	
    flex-direction: row;
	width: 100%;
}
.tartalom1 {
    height: 100px;
  	width: 100%;
	display: flex;
	flex-wrap: wrap;	
}
.tartalom11 {
	color: white;
	height: 25px;
	font-size: 16px;
	overflow: hidden;
	background-color: blue;
	width: 45%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom12, .tartalom13, .tartalom14, .tartalom15, .tartalom16, .tartalom17, .tartalom18 {
	color: white;
	height: 25px;
	font-size: 16px;
	overflow: hidden;
	background-color: blue;
	width: 45%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom11:hover,.tartalom12:hover,.tartalom13:hover,.tartalom14:hover,.tartalom15:hover,.tartalom16:hover,.tartalom17:hover,.tartalom18:hover {
  border: 3px groove white;
  -webkit-box-shadow: 4px 2px 1px 1px black;
  box-shadow: 4px 2px 1px 1px black;
  cursor: pointer;
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.tartalom2 {
	height: 710px;
  	width: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.tartalom2kep1 {
	display: none;
}
.tartalom2kep2 {
	overflow: hidden;
	justify-content: center;
	align-items: center;
	height: 700px;
  	width: 500px;
}
.tartalom2kep3 {
	display: none;
}
footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	background-color: blue;
	padding-top: 1px;
	font-size: 10px;
	text-align: center;
	width: 100%;
}
.adatkezeles {
	height: 25px;
	text-align: center;
	width: 30%;
	color: white;
	font-size: 11px;
	text-shadow: 6px 5px 1px black;
}
.adatkezeles:hover {
	color: black;
	cursor: pointer;
	font-weight: bold;
    font-size: 12px;
	text-shadow: 1px 1px 1px white;
}
.szerzo {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 12px;
}
}

@media only screen 
and (min-width: 1024px) {
body {
	font-family: Arial;
	top: 0px;
	background-image: url(fooldal/hatter.jpg);
	background-attachment: scroll;
	background-size: 100% 1700px;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 0px;
    box-sizing: border-box;
}
#container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	min-width: 1024px;
    max-width: 1200px;
	height: 1700px;
}
header {
	height: 150px;
	width: 100%;
    display: flex;
	flex-wrap: wrap;	
	color: white;
}
.logo {
	display: flex;
    justify-content: center;
	align-items: center;
    width: 30%;
	height: 100px;
}
.logokep {
    width: 100%;
	height: 100%;
}
.felsoresz {
	padding-top:10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    width: 70%;
	height: 100px;
	color: white;	
}
.felsomenu1 {	
    display: none;
}
.felsomenu2 {	
    text-align: center;
	height: 30px;
	font-weight: bold;
    font-size: 20px;
	width: 40%;	
}
.felsomenu3 {	
    text-align: center;	
	height: 30px;
	font-weight: bold;
    font-size: 20px;
	width: 60%;
}
.felsomenu4 {	
    font-weight: bold;
    font-size: 40px;
    text-align: center;
	height: 50px;
	width: 80%;
}
nav {
    display: flex;
	justify-content: space-between;
	width: 100%;
	height: 50px;
}
.alsomenu {
	height: 45px;
	text-align: center;
	width: 10%;
	color: white;
	font-size: 22px;
	text-shadow: 8px 7px 1px black;
}
.alsomenu:hover {
	color: black;
	cursor: pointer;
	font-weight: bold;
    font-size: 24px;
	text-shadow: 1px 1px 1px white;
}

section {
    display: flex;
	flex-wrap: wrap;	
    flex-direction: row;
  	height: 1400px;
	width: 100%;
	color: black;
}
.tartalom1 {	
  	height: 500px;
  	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.tartalom11 {
	overflow: hidden;
	opacity: 1;
	background-image: url(fooldal/fooldhuto.jpg); 
	color: white;
	font-size: 20px;
	height: 400px;
	width: 20%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom12 {
	overflow: hidden;
	opacity: 1;
	background-image: url(fooldal/fooldhocserelo.jpg); 
	color: white;
	font-size: 20px;
	height: 400px;
	width: 20%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom13 {
	overflow: hidden;
	opacity: 1;
	background-image: url(fooldal/fooldpuffer.jpg); 
	color: white;
	font-size: 20px;
	height: 400px;
	width: 20%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom14 {
	overflow: hidden;
	opacity: 1;
	background-image: url(fooldal/fooldbojler.jpg);
	color: white;
	font-size: 20px;
	height: 400px;
	width: 20%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom15 {
	overflow: hidden;
	opacity: 1;
	background-image: url(fooldal/fooldmegterv.jpg);
	color: white;
	font-size: 20px;
	height: 400px;
	width: 20%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom16 {
	overflow: hidden;
	opacity: 1;
	background-image: url(fooldal/fooldkiv.jpg);
	color: white;
	font-size: 20px;
	height: 400px;
	width: 20%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom17 {
	overflow: hidden;
	opacity: 1;
	background-image: url(fooldal/fooldbeszab.jpg);
	color: white;
	font-size: 20px;
	height: 400px;
	width: 20%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom18 {
	overflow: hidden;
	opacity: 1;
	background-image: url(fooldal/fooldszerv.jpg);
	color: white;
	font-size: 20px;
	height: 400px;
	width: 20%;
	margin: auto;
	border-radius: 1%;
	border: 3px groove white;
	-webkit-box-shadow: 9px 5px 3px 2px blue;
	box-shadow: 9px 5px 3px 2px blue;
	text-align: center;
}
.tartalom11:hover,.tartalom12:hover,.tartalom13:hover,.tartalom14:hover,.tartalom15:hover,.tartalom16:hover,.tartalom17:hover,.tartalom18:hover {
    border: 3px groove white;
    -webkit-box-shadow: 4px 2px 1px 1px black;
    box-shadow: 4px 2px 1px 1px black;
    cursor: pointer;
    color: black;
    font-weight: bold;
	font-size: 20px;
	background-position: left bottom;
	background-size: 123%;
}
.tartalom2 {	
	height: 400px;
  	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
  	color: blue;
}
.tartalom2kep1 {
	background-color: black;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	height: 400px;
  	width: 720px;
}
.tartalom2kep2 {
	display: none;
}
.tartalom2kep3 {
	display: none;
}
footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	height: 100px;
	padding-top: 1px;
	font-size: 11px;
	text-align: center;
	width: 100%;
}
.adatkezeles {
	height: 25px;
	text-align: center;
	width: 20%;
	color: white;
	font-size: 13px;
	text-shadow: 6px 5px 1px black;
}
.adatkezeles:hover {
	color: black;
	cursor: pointer;
	font-weight: bold;
    font-size: 15px;
	text-shadow: 1px 1px 1px white;
}
.szerzo {
	padding-top: 30px;
	height: 20px;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 17px;
}

}