/* GENERAL */

#mobile-notice{
	display: none;
	text-align: center;
	color: var(--piros_1);
}

body.res-tall #mobile-notice{
	display: block;

}

.button-wrapper-basic{
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-wrapper-basic .button-basic{
	margin: 0px 10px 0px 10px;
}

.button-basic{
	background-color: var(--bcg_sotet);
	color: var(--text_vilagos);
	padding: 6px 20px 6px 20px;
	text-align: center;
	text-decoration: none;
}

.button-basic.w200{
	width: 200px;
	
}

.button-basic.w100{
	width: 100px;
}

.button-basic:hover{
	cursor: pointer;
	background-color: var(--kek_2);
}

.button-basic.zold:hover{
	background-color: var(--zold_2);
}

.button-basic.piros:hover{
	background-color: var(--piros_2);
}


/*felhasznalo*/
	#muhely-login-wrapper{
		/*display: grid;
		grid-template-columns: repeat(2, 1fr);*/
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;;
		background: linear-gradient(160deg, var(--bcg_vilagos), #d0d0d0);
	}

	#muhely-login-jobb{
		position: relative;
	}

	#login-logo-wrapper{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	}

	#qltura-logo-login{
		width: 50%;
		height: auto;

	}

	#qltura-logo-login *{
		stroke: var(--bcg_vilagos);
		stroke-width: 8;
		fill: rgba(0, 0, 0, 0.0);
	}

	#muhely-login-jobb h1{
		text-align: center;
		font-size: 36px;
		font-family: Roboto-light;
		font-weight: 100;
		margin: 24px 0 12px 0;
	}

	#muhely-login-jobb h2{

		font-size: 20px;
		font-family: Roboto-light;
		font-weight: 100;
	}

	#muhely-login-bal{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		flex-flow: column;
	}

	#muhely-login-bal article{
		width: 70%;
	}

	#muhely-login-bal h3{
		text-align: center;
		margin-bottom: 24px;
		font-size: 24px;
	}

	#muhely-login-bal p{
		color: var(--szurke_1);
		font-size: 16px;
	}

	#muhely-login-bal input{
		font-size: 16px;
		padding: 4px;
		border: 1px solid rgba(0, 0, 0, 0.0);
		border-bottom: 1px solid var(--bcg_sotet);
		width: 100%;
		margin-bottom: 40px;
		margin-left: -2px;
	}

	#muhely-login-bal input:hover{
		border-bottom: 2px solid var(--zold_2);	
	}

	#muhely-login-bal input:focus{
		outline: none;
		border-bottom: 2px solid var(--zold_2);	
	}

	#elfelejtett-p{
		display: block;
		text-align: center;
		margin-top: 12px;
		text-decoration: underline;
	}

	#elfelejtett-p:hover{
		cursor: pointer;
		color: var(--kek_2);
	}

	#elf-info-p{
		margin-top: 12px;
	}

	#elf-result{
		text-align: center;
		margin-bottom: 12px;
	}

	.muhely-login-button{
		text-decoration: none;
		display: block;
		text-align: center;
		width: 50%;
		margin-left: 25%;
		background-color: var(--bcg_sotet);
		padding: 8px;
	}

	.muhely-login-button p{
		color: var(--feher) !important;
	}

	.muhely-login-button:hover{
		cursor: pointer;
		background-color: var(--kek_2);
	}

	#signup-on-login > p{
		text-align: center;
	}

	#signup-on-login .muhely-login-button{
		margin-top: 12px;
		background-color: var(--lila_1);
	}

	#signup-on-login .muhely-login-button:hover{
		background-color: var(--kek_2);
	}

	#muhely-login-bal .mezohiba{
		border-bottom: 2px solid var(--piros_1);
	}

	#login-result, #signup-result{
		min-height: 40px;
		margin-top: -20px;
		margin-bottom: 12px;
		text-align: center;
		color: var(--piros_1) !important;
	}

	body.res-tall #muhely-login-wrapper{
		display: block;
	}

	body.res-tall #muhely-login-bal{
		position: absolute;
		top: 200px;
		left: 0;
		right: 0;
	}

	body.res-tall #muhely-login-jobb{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100px;
		padding-top: 0;
		box-sizing: border-box;
	}

	body.res-tall #qltura-logo-login{
		width: auto;
		height: 50px;
	}

	body.res-tall #muhely-login-jobb h1{
		font-size: 20px;
		margin-top: 0px;
	}

	body.res-tall .muhely-login-button{
		width: 70%;
		margin-left: 15%;
		background-color: var(--bcg_sotet);
		padding: 12px;
		font-size: 20px;
	}

	body.res-tall #muhely-login-bal .muhely-login-button{
		font-size: 20px;
	}

	body.res-tall #muhely-login-bal .muhely-login-button p{
		font-size: 20px;
	}


/*main*/

#header{
	width: 100%;
	text-align: center;
	background-color: var(--bcg_sotet);
	padding: 8px 0 0 0;
	margin-bottom: 12px;
}

#header-top{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

#qltura-logo-head{
	height: 60px;
	margin: -8px;
}

#qltura-logo-head path, #qltura-logo-head line{
	stroke: var(--lila_3);
	stroke-width: 16;
	fill: rgba(0, 0, 0, 0.0);
	transition: 0.2s;
}

#qltura-logo-head:hover path, #qltura-logo-head:hover line{
	stroke: var(--zold_1);
}

#logo-nav{
	display: flex;
	justify-content: center;
	align-items: center;
}

#logo-nav > p{
	color: var(--lila_3);
	font-size: 20px;
	font-family: Roboto-light;
	margin-left: 12px;
}

#header-top-left{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	margin-left: 6px;
	align-items: center;
}

#menu-kezikonyv{
	color: var(--text_vilagos);
	font-size: 24px;
}

#menu-kezikonyv:hover{
	color: var(--kek_1);
	cursor: pointer;
}



#header-top-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 3px;
}

#header-top-right > *{
	margin: 0px 3px;
}

#header-top-right p{
	color: var(--bcg_vilagos);
}

#logout-button{
	display: flex;
	justify-content: center;
	align-items: center;
}

#header-ert-holder p{
	color: var(--bcg_vilagos);
}



.header-bottom{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	justify-items: center;

}

.header-bottom a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.header-bottom a p{
	color: var(--text_vilagos);
	transition: 0.1s;
}

.header-bottom a:hover p{
	color: var(--zold_1);
}

.header-bottom div{
	width: 20px;
	height: 8px;
	margin-top: 4px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) 33%, var(--zold_1) 33%, var(--zold_1) 66%, var(--text_vilagos) 66%, var(--text_vilagos));
	background-size: 300% 300%;
	background-position: top left;
	transition: 0.2s;
}

.header-bottom a:hover div{
	background-position: center left;
}

.header-bottom .active div{
	background-position: bottom left;
}



#oldalcim{
	text-align: center;
	margin: 24px 0 36px 0;
}

/* UJ */

.uj-wrapper > div{
	margin-bottom: 12px;
	padding: 6px;
	display: grid;
	grid-template-columns: 20% 70% 10%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

body.res-tall .uj-wrapper > div{
	display: block;
}

body.res-tall .uj-wrapper > div > input, body.res-tall .uj-wrapper > div > textarea{
	width: 100%;
}

.uj-cim-p{
	font-size: 20px;
}

body.res-tall .uj-cim-p{
	text-align: center;
	margin: 4px 0px 8px 0px;
}

.uj-borito{
	max-width: 100%;
	object-fit: cover;
	border: 1px solid var(--bcg_sotet);
}

.uj-borito:hover{
	cursor: pointer;
	border: 1px solid var(--kek_2);
}

p.fail{
	color: var(--piros_2);
}

.uj-button-wrapper{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.uj-button-wrapper *{
	font-size: 20px;
	padding: 4px 0px 4px 0px;
	width: 200px;
	margin: 0px 10px 0px 20px;
	text-align: center;
	background-color: var(--bcg_sotet);
	color: var(--text_vilagos);
	text-decoration: none;
	display: block;
}

.uj-button-wrapper *:hover{
	cursor: pointer;
	background-color: var(--zold_2);
}

.uj-button-wrapper .timeout, .uj-button-wrapper.in-progress *{
	pointer-events: none;
	background-color: var(--bcg_kozepes);
}

.uj-button-wrapper .torles-button:hover{
	cursor: pointer;
	background-color: var(--piros_2);
}

.uj-button-wrapper .torles-button.active{
	background-color: var(--piros_2);
}
.uj-button-wrapper .torles-button.active:hover{
	background-color: var(--piros_2);
}

.uj-result{
	text-align: center;
	font-size: 20px;
	color: var(--zold_2);
	margin-top: 20px;
	min-height: 30px;
}

/*LISTA*/

.tile-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	align-items: start;
	justify-items: center;
}

body.res-tall .tile-wrapper{
	display: block;
}

.tile{
	display: block;
	width: 420px;
	text-decoration: none;
	border: 1px solid var(--bcg_sotet);
}

body.res-tall .tile{
	width: calc(100% - 8px);
	margin: 4px 0;
	box-sizing: border-box;
}

.tile:hover{
	border: 1px solid var(--kek_2);
}

.tile img{
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.tile > div{
	background-color: var(--bcg_sotet);
	padding: 8px;
}

.tile:hover > div{
	background-color: var(--kek_2);
}

.tile > div *{
	color: var(--text_vilagos);
}

/* SHOW */

.show-wrapper{
	display: flex;
	justify-content: center;
}

.show-wrapper > div{
	width: 90%;
	max-width: 1080px;
}

.show-borito{
	 width: 100%;
	 max-height: 360px;
	 object-fit: cover;
	 display: block;
}

.show-header{
	background-color: var(--bcg_sotet);
	padding: 8px;
}

.show-header *{
	color: var(--text_vilagos);
}

.show-wrapper h2{
	text-align: center;
	font-family: Roboto-light;
	font-weight: 100;
	font-size: 26px;
}