article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	disparticlelay: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: Calibri;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
	color: #5b199c
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: Calibri;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: Calibri;
	font-size: 100%;
	margin: 0;
	font-size: 18px;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 15px;
}

html {
	background: #000;
}

body {
	font-family: Calibri;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #000;
	overflow: hidden;
}

h4 {
	font-size: 15px;
}

/* Color schemes */

.demo-2 {
	--color-text: #ff53ff;
	--color-link: #ae3cfa;
	--color-link-hover: #5b199c;
	--color-title: #fff;
	--color-link2: #ffffff;

}


a {
	text-decoration: none;
	color: #72488e;
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 100;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: normal;
}

.frame__links {
	display: inline;
}

.frame__github,
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo {
	color: var(--color-link);
	font-size: 1.5rem;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-link2);
	font-size: 1.5rem;
	font-weight: bold;
}

.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	justify-content: flex-start;
	align-items: center;
}

.keresoresz {
	position: absolute;
	top: 18%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(88, 4, 107, 0.5);
	/* Átlátszó fekete háttér */
	padding: 20px;
	/* Kiegészítő formázás a jobb olvashatóság érdekében */
	border-radius: 2px;
	/* Kerekített sarkok */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	/* Árnyék a kiemelésért */
	color: white;
	/* Szöveg színe */
	z-index: 101;
	border-radius: 10px;
	
}

/* Szükség esetén további formázás a form elemekhez */
.keresoresz form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;

}

.keresoresz input[type="text"],
.keresoresz input[type="submit"] {
	padding: 10px;
	border: none;
	border-radius: 5px;
	width: 400px;
	font-weight: bold;
    font-size: 20px;

}

.keresoresz input[type="submit"] {
	background-color: #762886;;
	color: white;
	cursor: pointer;

}


.content__title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin: -5.5vw 0 0 0;
	z-index: 100;
	font-size: 10vw;
	color: var(--color-title);
	line-height: 1;
}

.content__title2 {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	text-align: center;
	margin: -5.5vw 0 0 0;
	z-index: 100;
	font-size: 2vw;
	color: var(--color-title);
	line-height: 1;
}

html,
body {
	background: hsla(260, 40%, 5%, 1);
}


#resultsModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: -10%;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
	z-index: 200;
	/* Magas z-index érték */
}

#resultsContent {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	z-index: 200;
	border-radius: 10px;
}

#fileDetailsModal {
	display: none;
	/* Kezdetben elrejtve */
	position: fixed;
	/* Rögzített a képernyőn */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	/* Félátlátszó háttér */
	z-index: 300;
	/* Biztosítja, hogy az előtérben jelenjen meg */
	overflow: auto;
	/* Lehetővé teszi a tartalom görgetését, ha szükséges */
}

#fileDetailsContent {
	background-color: #fefefe;
	margin: 15% auto;
	/* Középre igazítás */
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	/* A tartalom szélessége */
	z-index: 300;
	color: #5e5b5b;
    border-radius: 10px;
}

#letoltes {
    padding: 30px;
	margin-top: 3%;
}

#detailsModal {
	display: none;
	position: fixed;
	z-index: 400;
	/* Biztosítsuk, hogy ez legyen a legmagasabb */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

#detailsContent {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	border-radius: 10px;
	font-weight: bold;
    color: #6c6a6a;
}

#detailsModal2 {
	display: none;
	position: fixed;
	z-index: 400;
	/* Biztosítsuk, hogy ez legyen a legmagasabb */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 15%;
}

#detailsContent2 {
    background-color: #fefefe;
    margin: -18% auto;
    padding: 20px;
    border: 10px solid #c1c1c1;
    width: 100%; /* A szélesség mostantól a képernyő 70%-a */
    
    border-radius: 10px;
    font-weight: bold;
    color: #6c6a6a;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 arányú tartalomhoz */
    overflow: hidden;
}

#detailsContent2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.highlighted {
	background-color: yellow;
	cursor: pointer;
}

#loadingIndicator {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	/* Biztosítja, hogy az indikátor az oldal tartalma fölött jelenjen meg */
	background-color: rgb(39, 1, 43);
	/* Átlátszó fekete háttér */
	padding: 20px;
	/* Kiegészítő formázás a jobb olvashatóság érdekében */
	border-radius: 2px;
	/* Kerekített sarkok */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	/* Árnyék a kiemelésért */
	color: #fefefe;
	text-align: center;
	border-radius: 10px;
}



@media (max-width: 800px) {
	.content__title2 {
		top: 65%;
	}
}



@media (max-width: 500px) {
	.content__title2 {
		top: 60%;
	}
}

@media screen and (min-width: 53em) {
	.message {
		display: none;
	}

	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem 2.25rem;
		grid-template-columns: 25% 50% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title title ... '
			'... ... ...'
			'github demos links';
	}

	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}

	.frame__title {
		margin: 0;
	}

	.frame__github {
		grid-area: github;
		justify-self: start;
		margin: 0;
	}

	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: center;
	}

	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}

	.frame a {
		pointer-events: auto;
	}

	.content {
		height: 100vh;
		justify-content: center;
	}


}