@media only screen and (min-width: 801px) {

body	{
	background-color: black; 
	background-image: url("hatter.jpg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left top;
	background-size: cover;
	}

img.logo {
    top: 0px;
    left: 0px;
	width: 100%;
	max-width:100%;
    padding-bottom: 0px;
	opacity: 1.0;
		}

h1	{
	color: #FFFFCC;
	text-align: center;
	font-size: 150%;
	padding: 0px;
	margin: 0px;
	text-shadow: 4px 4px 4px black;
	font-family:Arial;
	}

h2	{
		color: #FFFFFF;
		font-weight:900;
		font-size:150%;
		line-height: 140%;
		font-family:Arial;
		}
		
h2.akcio	{
		color: red;
		font-weight:900;
		font-size:150%;
		font-family:Arial;
		line-height: 140%;
		}

h3	{
		color: #FFFFFF;
		font-weight:700;
		font-size:100%;
		font-family:Arial;
		}

table.nevjegy {
		min-width: 100%;
		text-shadow: 0px 0px;
		border: 0px solid red;
		}

td.nevjegy1 {
		width: 17%;
		visibility: hidden;
		border: 0px solid red;
		}

td.nevjegy2 {
		width: 66%;
		text-align: center;
		padding: 0px;
		border: 0px solid red;
		font-family:Arial;
		}

div.nevjegy {
		width: auto;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 10px;
		padding-top: 5%;
		padding-bottom: 2%;
		padding-left: 1%;
		padding-right: 1%;
		background-color: white;
		opacity: 0.8;
		box-shadow: 15px 15px 20px #101010;
		text-align: center;
		font-family:Arial;
		}

p.nevjegy1 {
		background-color:#FFFFCC;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 8%;
		margin-bottom: 8%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 2px 10px;
		box-shadow: 15px 15px 20px #202020;
		font-weight: 900;
		font-size: 120%;
		text-align: center;
		font-family:Arial;
		display:inline;
		}

p.nevjegy_x {
		background-color:#FFFFCC;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 8%;
		margin-bottom: 4%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 2px 10px;
		box-shadow: 15px 15px 20px #202020;
		font-weight: 900;
		font-size: 120%;
		text-align: center;
		font-family:Arial;
		display:inline;
		}

p.nevjegy2 {
		background-color:#FFFFCC;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 4%;
		margin-bottom: 4%;
		margin-left: 20%;
		margin-right: 20%;
		padding: 2px 1px;
		box-shadow: 15px 15px 20px #202020;
		font-weight: 900;
		font-size: 120%;
		text-align: center;
		font-family:Arial;
		}

p.nevjegy3 {
		overflow: auto;
		background-color:#FFFFCC;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin: 2% 20%; /*top&bottom left&right*/
		padding: 2px 10px;
		position: static;
		font-weight: 600;
		box-shadow:15px 15px 20px #202020;
		text-align: center;
		font-family:Arial;
		}

p.nevjegy_covid {
		overflow: auto;
		background-color:#FF0000;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin: 2% 20%; /*top&bottom left&right*/
		padding: 2px 10px;
		position: static;
		font-weight: 600;
		box-shadow:15px 15px 20px #202020;
		text-align: center;
		font-family:Arial;
		}

p.nevjegy4 {
		text-align: left;
		font-size:60%;
		color: black;
		padding: 0px;
		margin-top: 5%;
		font-family:Arial;
		text-align: center;
		}

p.nevjegy5  {
		overflow: auto;
		background-color:#FFFFCC;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin: 2% 20%; /*top&bottom left&right*/
		padding: 2px 10px;
		position: static;
		font-weight: 900;
		font-size: 200%;
		box-shadow:15px 15px 20px #202020;
		text-align: center;
		font-family:Arial;
		}
		
		/* unvisited link */
a.nevjegy:link {
		color: black;
		text-decoration: none;
		font-family:Arial;
		}	

/* visited link */
a.nevjegy:visited {
		color: black;
		text-decoration: none;
		font-family:Arial;
		}

/* mouse over link */
a.nevjegy:hover {
		color: silver;
		text-decoration: none;
		font-family:Arial;
		}

/* selected link */
a.nevjegy:active {
		color: silver;
		text-decoration: none;
		font-family:Arial;
		}

table.folap {
		width: 100%;
		text-shadow: 0px 0px;
		border: 0px solid white;
		margin-top: 5%;
		}

td.menu {
		width: 15%;
		vertical-align:top;
		text-align: center;
		border: 0px solid white;
		font-family:Arial;
		}

td.szoveg {
		width: 60%;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 0%;
		text-align: left;
		vertical-align:top;
		font-family:Arial;
		border: 0px solid white;
		}

td.blog {
		width: 25%;
		padding-left: 2%;
		padding-right: 1%;
		padding-top: 0%;
		text-align: center;
		vertical-align:top;
		font-family:Arial;
		border: 0px solid white;
		}
		
div.menu {
		max-width: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 10px;
		margin-bottom: 12px;
		padding-top: 5%;
		padding-bottom: 8%;
		padding-left: 1%;
		padding-right: 1%;
		background-color: white;
		opacity: 0.8;
		box-shadow: 15px 15px 20px #101010;
		text-align: center;
		font-family:Arial;
		}

div.menu_fb {
		max-width: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		margin-top: 10px;
		margin-bottom: 12px;
		padding-top: 5%;
		padding-bottom: 8%;
		padding-left: 1%;
		padding-right: 1%;
		opacity: 0.8;
		text-align: center;
		}

div.mobilmenu1 {
		display: none;
		vertical-align: top;
		text-align: center;
		}

div.mobilmenu2 {
		display: none;
		vertical-align: top;
		text-align: center;
		}

div.szoveg {
		max-width: 100%;
		line-height: 140%;
		text-shadow: 2px 2px 2px black;
		position: relative;
		top: 0px;
		font-family:Arial;
		}
		
div.blog {
		max-width: 100%;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 10px;
		margin-bottom: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 1%;
		padding-right: 1%;
		background-color: white;
		opacity: 0.8;
		box-shadow: 15px 15px 20px #101010;
		text-align: center;
		font-family:Arial;
		}

div.kepalairas_blog {
		width: 100%;
		margin-top: 8px;
		margin-bottom: 0px;
		text-align: center;
		background-color: black; 
		padding-top: 1px;
		padding-bottom: 1px;
		}	
		
p.menu {
		background-color:#FFFFCC;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 10%;
		margin-bottom: 10%;
		margin-left: 5%;
		margin-right: 5%;
		padding: 5px 5px;
		box-shadow: 15px 15px 20px #202020;
		font-weight: 1000;
		font-size: 100%;
		text-align: center;
		font-family:Arial;
		}

p.mobilmenu {
		display: none;
		}

p.mobilmenu2 {
		display: none;
		}

p.gephaz1 {
		font-weight: 900;
		font-size: 120%;
		color: black;
		text-align: center;
		font-family: Arial;
		margin-top: 2%;
		margin-bottom: 0%;
		}


p.gephaz2 {
		font-weight: 500;
		font-size: 80%;
		color: black;
		text-align: center;
		font-family: Arial;
		margin-top: 0%;
		margin-bottom: 2%;
		}

p.gephaz3 {
		font-weight: 500;
		font-size: 80%;
		color: black;
		text-align: center;
		font-family: Arial;
		margin-top: 0%;
		margin-bottom: 2%;
		}

img.menu {
		display: table-cell;
		max-width: 100%;
		padding-left: 1%;
		padding-right: 1%;
		padding-top: 5%;
		margin-bottom: 2%;
		opacity: 1.0;
		}

img.mobilmenu {
		display: none;
		}
		
p.tartalom {
		font-weight:500;
		font-size:100%;
		color: #FFFFCC;
		text-align:justify;
		font-family:Arial;
		}

p.kiemelt_tartalom {
		font-weight:500;
		font-size:150%;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 2%;
		margin-bottom: 2%;
		padding-top: 2%;
		padding-bottom: 3%;
		padding-left: 4%;
		padding-right: 4%;
		color: #FF0000;
		text-align:justify;
		text-shadow: 0px 0px 4px orange;
		font-family:Arial;
		font-style: italic;
		}

p.kiemelt_tartalom_covid {
		font-weight:500;
		font-size:150%;
		color: #FF0000;
		text-decoration: line-through;
		text-align:justify;
		font-family:Arial;
		}

p.aktualis {
		font-weight:500;
		font-size:100%;
		color: #FFFFCC;
		text-align:center;
		font-family:Arial;
		padding-bottom: 0px;
		}

p.kepalairas {
		margin-left: 7%;
		margin-right: 7%;
		font-weight: 200;
		font-size: 80%;
		text-align: center;
		font-family:Arial;
		color: #FFFFFF;
		background-color: black; 
		padding-top: 8px;
		padding-bottom: 8px;
		border:	3px solid #000000;
			}	

ul		{
		font-weight:500;
		font-size:100%;
		color: #FFFFCC;
		font-family:Arial;
		list-style-type: disc;
		}

/* unvisited link */
a.alap:link {
		color: white;
		text-decoration: underline;
		font-family:Arial;
		}	

/* visited link */
a.alap:visited {
		color: white;
		text-decoration: underline;
		font-family:Arial;
		}

/* mouse over link */
a.alap:hover {
		color: white;
		text-decoration: none;
		background-color: black;
		font-style: italic;
		font-family:Arial;
		}

/* selected link */
a.alap:active {
		color: white;
		text-decoration: none;
		font-family:Arial;
		}

img.illustration {
		width: 85%;
		margin-left: 7%;
		margin-right: 7%;
		border:	3px solid #000000;
		z-index:0;
		}

img.illustration2 {
/*		width: 85%;*/
		margin-left: 7%;
		margin-right: 7%;
		border:	3px solid #000000;
		z-index:0;
		float:	right;
		vertical-align: text-top;
		margin-bottom: 20px;
		padding: 3px;
		}

img.nagykep	{
		width: 100%;
			}

.illustrationdesk {
		float:	right;
		vertical-align: text-top;
		width: 30%;
		margin-left: 10px;
		margin-bottom: 10px;
		padding: 3px;
		border:	1px solid #000000;
		z-index:0;
		}
		
.illustrationmob {
		display: none;
		}
		
.illustrationlogo {
		float:	left;
		overflow: auto;
		margin: 0px 5px; /*top&bottom left&right*/
		padding: 0px;
		opacity: 1.0;
		border:	1px solid #000000;
		z-index:0;
		}

.illustrationleft {
/*		width: 20%;*/
		float:	left;
		vertical-align: text-top;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		padding: 3px;
		border:	1px solid #000000;
		z-index:0;
		}

.illustrationright {
		float:	right;
		vertical-align: text-top;
		width: 30%;
		margin-left: 20px;
		margin-right: 0px;
		margin-bottom: 20px;
		padding: 3px;
		border:	1px solid #000000;
		z-index:0;
		}

h2.blog	{
		color: black;
		font-weight:900;
		font-size:150%;
		font-family:Arial;
		text-align: center;
		background-color:#FFFFCC;
		border-width: 2px;	
		border-style: solid;
		border-color: black;
		margin-top: 5%;
		margin-bottom: 10%;
		margin-left: 5%;
		margin-right: 5%;
		padding: 2px 1px;
		box-shadow: 15px 15px 20px #202020;
		}

p.blog_nap {
		font-weight: 400;
		font-size: 70%;
		color: black;
		text-align:justify;
		font-family:Arial;
		margin-top: 0%;
		margin-bottom: 2%;
		margin-left: 6%;
		margin-right: 5%;
		}

p.blog_datum {
		font-weight: 400;
		font-size: 70%;
		color: black;
		text-align:justify;
		font-family:Arial;
		margin-top: 10%;
		margin-bottom: 2%;
		margin-left: 6%;
		margin-right: 5%;
		}

p.blog_cim {
		font-weight:900;
		font-size:100%;
		color: black;
		text-align:left;
		font-family:Arial;
		margin-top: 2%;
		margin-bottom: 2%;
		margin-left: 6%;
		margin-right: 5%;
		}

p.blog_szoveg {
		font-weight:500;
		font-size:85%;
		line-height: 140%;
		color: black;
		text-align:justify;
		font-family:Arial;
		margin-top: 0%;
		margin-bottom: 10px;
		margin-left: 6%;
		margin-right: 5%;
		}

p.kepalairas_blog {
		font-weight: 200;
		font-size: 80%;
		text-align: center;
		font-family:Arial;
		color: #FFFFFF;
		border:	3px solid #000000;
			}	

img.hatarido {
/*		width: 60%;*/
		margin-bottom: 0%;
		}
		
img.blogkep {
		display: table-cell;
		max-width: 98%;
		margin-left: 0%;
		margin-right: 0%;
		border:	3px solid #000000;
		opacity: 1.0;
		filter: none;
		}

/* unvisited link */
a.blog:link {
		color: black;
		text-decoration: underline;
		font-family:Arial;
		}	

/* visited link */
a.blog:visited {
		color: black;
		text-decoration: underline;
		font-family:Arial;
		}

/* mouse over link */
a.blog:hover {
		color: silver;
		text-decoration: none;
		font-family:Arial;
		}

/* selected link */
a.blog:active {
		color: silver;
		text-decoration: none;
		font-family:Arial;
		}

ul.blog		{
		font-weight:700;
		font-size:70%;
		color: black;
		font-family:Arial;
		list-style-type: disc;
		margin-left: 2%;
		margin-right: 4%;
		text-align: left;
		}

li.blog		{
		margin-bottom: 10px;
		}

}
