/*
		Színek:
		
	halvány rózsaszín: rgba(255,204,255,1)
	halvány zöld: rgba(204,255,204,1)
	
	barna: a betűknek: rgba(102,0,0,1) 
	
	link: rgba(102,51,0,1)
	link-hover: rgba(255,255,255,1)
*/

@charset "utf-8";

/*
	alapbeállítások törlése és beállítása
*/
html, body, header, main, nav, aside, section, article, footer, details, summary,
p, h1, h2, h3, h4, div, span, li, ul, ol, img, a, form, label, input, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: rgba(102,0,0,1);
	margin: 0px;
	padding: 0px;
	border: none;
}

html, body {
	font-size: 100%;
	line-height: 1.2em;
}

body {
	background-image: url(../images/signs/europe-550181_1280.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top right;
}

h1, h2, h3, h4 {
	margin-top: 1.2em;
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]clear:both; */
}

h1 {
	font-size: 1.4em;
	text-align: center;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
	font-style: italic;
}

a:link ,a:visited, a:hover, a:active, a:focus {
	color: rgba(102,51,0,1);
	border-radius: 4px;
}

a:hover, a:focus {
	background-color: rgba(102,51,0,1);
	color: rgba(255,255,255,1);
	transition: background-color 0.7s, color 0.5s;
}
/* alapbeállítások vége */

/*
	fejléc
*/
header {
	font-size: 1.4em;
	width: 100%;
	margin-top: 2em;
	background-color: rgba(255,255,200,1);
	text-align: center;
}

nav {
	width: 80%;
	margin-left: auto;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-right: auto;
}

nav ul {
	list-style-type: none;
}

nav li {
	display: inline;
	font-variant: small-caps;
}

nav a {
	display: inline-block;
	text-align: center;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}
/* fejléc vége */

/*
	tartalom
*/
#wrap {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,220,0.6);
	text-align: left;
	border-radius: 7px;
	position: relative;
}

/* aside ahova a felhasználő adatai kerülnek és az extra karakterek */
#game {
	width: 18%;
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 13em;
	border-radius: 5px;
	padding: 0.2em;
}

aside {
	float:right;
	width: 19%;
}

.betu {
	font-size: 110%;
	color: rgba(255,255,255,1);
	background-color: rgba(102,0,0,1);
	margin: 0.2em;
	display: inline-block;
	height: 1em;
	width: 1em;
	text-align: center;
	padding-bottom: 0.3em;
}

.betu:hover, .betu:active {
	background-color: rgba(102,0,0,0.5);
	cursor: pointer;
	transition: background-color 0.3s;
}
/* aside ahova a felhasználő adatai kerülnek és az extra karakterek */

main {
	padding: 0.5em;
	line-height: 1.4;
	width: 79%;
	text-align: justify;
	background-color: rgba(255,255,200,1);
	border-radius: 7px;
}

main p {
	margin: 0.5em;
}

main a {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #630;
	background-color: #FFF;
}

main ul , main ol{
	margin-left: 2em;
	line-height: 1.4;
}
main ol li a {
	display: inline-block;
	margin: 0.4em;
	padding-top: 0.1em;
	padding-right: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 0.2em;
}
iframe {
	height: 315px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}



ul p {
	font-size: 0.85em;
	margin: 0;
}

input, textarea {
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
}
/* tartalom vége*/

/*
	footer
*/
footer {
	background-color: rgba(255,255,200,1);
	width: 100%;
	text-align: center;
}

footer p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/* footer vége */

/* class-ok vegyesen - besorolásra vár */
.alahuzott {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #630;
	font-weight: bold;
}
.athuzott {
	text-decoration: line-through;
}
.inblock {
	display: inline-block;
	height:1.4em;
	width: 3em;
	text-align: center;
}
.ezazoldal {
	font-size: 80%;
	color: #C60;
	padding-right: 1em;
	padding-left: 1em;
}
.nyelv {
	font-size: 1.2em;
}

.clear {
	clear: both;
	float: none;
	height: 0px;
	width: 100%;
}
/* class-ok vegyesen - besorolásra vár */

/* kiemelés a középső részben */
.kozepre {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1);
	border-radius: 5px;
	box-shadow: 5px 5px 5px 3px rgba(102,102,102,0.8);
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid rgba(102,51,0,1);
}

.kozepre h2 {
	text-align: center;
	margin-top: 0.2em;
}

.kozepre ul, .kozepre ol {
	display: inline-block;
	margin-left: 3em;
	text-align: left;
}

.kozepre .intabl {
	display: inline-table;
	margin-left: 3em;
}

.kozepre table {
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
.kozepre table td p {
	display: inline;
	padding-left: 0.6em;
}
.kozepre table td input {
	margin-bottom: 0px;
	margin-top: 0px;
}
.kozepre table td input:first-child{
	margin-top: 0.5em;
}
.kozepre table td input:last-child{
	margin-bottom: 0.5em;
}
.video {
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: rgba(0,255,153,1); */
	text-align: center;
	margin-top: 1em;
}

/* kiemelés a középső részben */

#masodikfeladat p, #harmadikfeladat p, #negyedikfeladat p {
	margin: 0px;
	padding: 0px;
	display: inline;
}


/*
	A feladatlapok formázása:

	.singleText: szövegdoboz melybe a válaszokat lehet írni
	.go: a gomb amivel az ellenőrzés indítható
*/
.singleText {
	background-color: rgba(255,255,155,1);
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-style: solid;
	border-color: rgba(64,32,0,1);
	font-size: 1.2em;
}
.singleText:focus , .singleText:active{
	background-color: #AAFABE;
}

.go {
	color: rgba(255,255,155,1);
	background-color: rgba(102,51,51,1);
	border-radius: 5px;
	font-size: 1em;
}

.point {
	cursor: pointer;
}
.inline {
	display: inline;
	padding-left: 1em;
}
.float {
	float: left;
	margin-left: 3em;
}
.hidden {
	visibility: hidden;
}
.none {
	display: none;
}

.szotanulo {
	width: 7em;
	height: auto;
}
.jelek {
	text-align: center;
	height: auto;
	width: 3em;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: -0.5em;
	margin-left: 0.5em;
	padding-top: 1em;
}

.valasz {
	font-weight: bold;
	font-variant: small-caps;
	color: #C00;
}
.helyesvalasz {
	font-weight: bold;
	font-variant: small-caps;
	color: rgba(0,255,0,1);
}

.pipa {
	height: 1.5em;
}



/*
	A nemekhez és kiemeléshez használt jelölések
*/
.masc {
	color: rgba(0,0,255,1);
	font-weight: bold;
}
.mascLive {
	color: rgba(155,0,155,1);
	font-weight: bold;
}
.neut {
	color: rgba(0,255,0,1);
	font-weight: bold;
}
.femin {
	color: rgba(255,0,0,1);
	font-weight: bold;
}
/* A nemekhez és kiemeléshez használt jelölések */

/*
		Itt a vége! (^*_*^)
*/
