.logo {
text-align: center;
width: 300px;
}
body{
font-family: 'Oswald', sans-serif;
color: #535353;
	font-weight: 300;
	background: url(../img/alaphatter2022.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
a:active {
  text-decoration: none;
  color: #535353;
}
a:link {
  color: #535353;
  text-decoration: none;
}
a:visited {
  color: #535353;
  text-decoration: none;
}
h1 {
font-weight: lighter;
font-size: 24pt;
line-height: 24pt;
margin-top: 0px;
}
.fejtel {
	color: #f7941e;
	font-size: 32pt;
}
h2 {
font-weight: lighter;
font-size: 16pt;
line-height: 16pt;
margin-top: 0px;
	margin-left: 40px;
	color: #f7941e;
}
h3 {
font-weight: lighter;
font-size: 14pt;
line-height: 16pt;
margin-top: 0px;
	margin-left: 60px;
	color: black;
}
.szoveg {
	margin-left: 40px;
	margin-right: 20px;
	font-weight: lighter;
}
h4 {
font-weight: lighter;
font-size: 32pt;
line-height: 32pt;
margin-top: 10px;
	color: #00275e;
}
ul {
  list-style: none;
  padding: 0;
  margin: 10;
}

li {
  padding-left: 2em; 
  text-indent: -.7em;
	line-height: 21pt;
}

li::before {
  content: "■ ";
	font-size: 10pt;
	margin-right: 5px;
  color: #ff6600; 
}
.alap {
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
	border-radius: 8px;
	background: rgba(255,255,255,0.93);
	display: table;
	padding-bottom: 20px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
}
.test {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
	box-sizing: border-box;
}
.lenyilo_alap {
border-top: 1px solid #b4b4b4;	
padding-top: 18px;
	box-sizing: border-box;

}

.vzold_szoveg {
font-size: 18pt;	
}
.narancs_szoveg {
font-size: 18pt;
color: #ff6600; 	
}
.nincskeret {
border-top: 0px solid #b4b4b4;	
}
.kapcs-bal {
  border-right: 1px solid #999999;
  width: 30%;
  float: left;
  margin-right: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.terkep {
  width: 60%;
  float: right;
	margin-right: 40px;
	height: 220px;
}
.fokep {
	padding: 5px;
	margin-top: -50px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: right;
	max-width: 300px;
	max-height: 190px;
	margin-left: 15px;
	display: table;
}
.sor {
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
  width: 60%;
}
.sorb {
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
  width: 90%;
}
.cimke {
  font-weight: bold;
  width: 90px;
  float: left;
  clear: both;
	height: 22px;
}
.ikon {
  font-size: 12pt;
	clear: both;
  color: white;
  background-color: #4367b0;
  float: left;
	padding: 8px 8px;
	margin-top: -5px;
	border-radius: 40px;
}
@keyframes logo {
    0% {opacity: 0;}
    0% {transform: rotate(90deg);}	
}
.anim1 {
animation-name: logo;
animation-duration: 2s;
animation-delay: 0s;
}
@keyframes szoveg {
    0% {margin-right: -50%;}
	0% {opacity: 0;}
}
.anim2 {
animation-name: szoveg;
animation-duration: 2s;
animation-delay: 0s;
	
}
.vissza-gomb
{
	clear: both;
	border:none;
	background-color: #ff6600;	
	width: 200px;	
	padding: 6px 5px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 5000;
	font-size: 13pt;
	font-family : inherit;
	color: white;
	text-align: center;
	
}
.vissza-gomb:hover
{
	background-color: orange;	
}