:root { 
	--main-elso-szin: #394244;
	--main-masodik-szin: #73868c;
	--main-harmadik-szin: #ca5286;
	--main-betuszin: #394244;
	--main-betuszin-vilagos: #fff;
	--main-betuszin-hover: #ff71b5;
}
html, body {
	margin: 0;
	padding: 0;
	color: var(--main-betuszin);
	background-image: url(../img/hatter.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}
p {
	font-size: 11pt;
	line-height: 16pt;
}
.szovegbox ul, .szovegbox ol {
	list-style-position: inside;
	list-style: none;
	margin-left: 10px;
		font-size: 11pt;
	line-height: 16pt;
}
.szovegbox ol {
list-style-type: decimal;
}
.szovegbox li {
	padding: 5px;
	text-indent: -2em;
}
.szovegbox li::before {content: " ■ "; 
	font-size: 20px; 
	margin-right: 8px;
	color: var(--main-harmadik-szin) !important;
	}
.szovegbox ol li::before {content: "   "; 

}
.szovegbox ol li {
	padding: 5px;
	text-indent: -0.5em;
}
.on {
	color: var(--main-harmadik-szin) !important;
	font-weight: bold;
}
.alap {
  width: 100%;
  height: 100%;
  position: relative;
	display: table;
}
h1 {
	font-size: 24pt;
	font-weight: 300;
	text-align: center;
	color: var(--main-masodik-szin);
}
.cimsor {
	color: var(--main-harmadik-szin);
	line-height: 24pt;
	margin: 16px 0px 0px 0px;
}
h2 {
	font-size: 18pt;
	font-weight: 300;
	text-align: center;

}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
	margin: 8px;
}
h5 {
font-size: 10pt;
}

a:link, a:visited {
  text-decoration: none;
	color: var(--main-elso-szin);
}
a:hover {
  text-decoration: none;
	color: #535353;
}
a.fhiv:link, a.fhiv:visited {
color: white;
}
a.shiv:link, a.shiv:visited {
color: #000;
}
.menusor {
  height: 35px;
	width: 100%;
	text-align: right;
	  background-image: url(../img/hatter.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
	position: fixed;
	z-index: 2000;
}
.alapszel {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
	position: relative;
}
.fejsor {

}
.testsor {
  background-color: rgba(255,255,255,  0.6);
  min-height: 300px;
}
.tartalom {
	padding-bottom: 50px;
	width: 100%;
	box-sizing: border-box;
}
.szovegbox {
	padding: 0px 18px 18px 18px;
	width: 100%;
	box-sizing: border-box;
	display: table;
}
.logo {

}
#kepfelirat {
	background: rgba(170,83,155,0.8);
	width: 420px;
	position: relative;
	margin-top: -200px;
	float: left;
	color: white;
	padding: 10px 60px;
	font-size: 18pt;
	font-weight: bold;
	box-sizing: border-box;
}
#bannerkep {
	margin: 0px;
	max-width: 100%;
}
.labsor {
  background-color: #ca5286;
  color: white;
  text-align: center;
  font-size: 10pt;
  position: absolute;
  width: 100%;
	padding: 8px 0px;
  bottom: 0;
}
.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.ikonsor {
	float: right;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ikon{
	border-radius: 100%;
	width: 35px;
	height: 35px;
	margin: 0px 4px;

	font-size: 20px;
	line-height: 0px;
	padding: 0px;
	color: var(--main-betuszin-vilagos);
	background-color: var(--main-masodik-szin);
	box-sizing: border-box;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
		display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;

}
.ikon:hover {
	background-color: var(--main-masodik-szin);
	color: var(--main-harmadik-szin);
}
.offset {
  margin-top: 0;
  padding-top: 185px;
  text-align: center;
  transition: .3s;
}

.header {
	margin-top: 35px;	
	position: fixed;
	height: 150px;
	width: 100%;
	transition: .3s;
	background-color: white;
	padding:0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.header.small {
  height: 70px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.small ~ .offset {
  padding-top: 140px;
}
.header.small .header_logo {
  padding-top: 0px;
  text-shadow: none;
	height: 70px;
	transition: .3s;
}
.header_logo {
	margin: 0;
	padding-top: 0px;
	margin-left: 100px;
	transition: .3s;
}

.centerDivs {
  display: block;
  text-align: center;
}
.centerDivs p{
	text-align: left;
}
.fel30 {
	margin-top: -30px;
}
.malap {
	display: inline-block;
	padding: 14px 14px;
	text-align: center;
	box-sizing: border-box;
}
.menugomb {
  width: 280px;
	height: 195px;
	border: 0px solid #999999;
	border-radius: 2px;
	overflow: hidden;
	text-align: center;
}
#menukep {
	width: 100%;
	height: auto;
}
#menucimke {
	position: absolute;
	padding: 4px 16px;
	font-size: 16pt;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: var(--main-harmadik-szin);
	border-radius: 2px;
	color: #fff;
	box-sizing: border-box;	
}
#menucimke p, #menucimke-on p{
	margin: 0;
}
#menucimke-on {
	position: absolute;
	padding: 8px 16px;
	font-size: 16pt;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	color: #999999;
	border: 1px solid #999999;
	box-sizing: border-box;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.almenualap {
	margin-top: 20px;
	float: left;
	width: 140px;
	box-sizing: border-box;
	text-align: center;
	height: 80px;
}
#menujel {
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: var(--main-masodik-szin);
	border-radius: 50%;
}
#menujel-on {
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: var(--main-harmadik-szin);
	border-radius: 50%;
}
#nyelvvalaszto {
	padding: 8px 18px;
	float: right;
	font-size: 10pt;
	border-left: 1px solid var(--main-harmadik-szin);
}


.edina, edina-jobb {
  width: 200px;
  float: left;
	margin: 2%;
	margin-top: 0px;
  border-top-left-radius: 150px/* CSS by srmark */;
border-top-right-radius: 150px;
border-bottom-right-radius: 150px;
border-bottom-left-radius: 150px;

-moz-border-radius-topleft: 150px/* CSS by srmark */;
-moz-border-radius-topright: 150px;
-moz-border-radius-bottomright: 150px;
-moz-border-radius-bottomleft: 150px;

-webkit-border-top-left-radius: 150px/* CSS by srmark */;
-webkit-border-top-right-radius: 150px;
-webkit-border-bottom-right-radius: 150px;
-webkit-border-bottom-left-radius: 150px;

box-shadow: 0px 0px 20px #636363;	
}
.edina-jobb {
float: right;	
}	
.nev {
	clear: both;
	float: left;
	text-align: center;
	width: 200px;
	margin: 0% 2%;
	margin-top: -130px;	
}
.fokep {
  float: right;
  margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 3px;
	width: 400px;
}
.szovegbox img{
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}
.terkep {
	float: right;
	height: 550px;
	width: 600px;
	margin-left: 20px;
	margin-top: 0px;
}	