@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,700&display=swap');

html {
	background-color: #000;
	color: #fff;
	padding: 0;
}

body {
	margin: 0;
    padding-top: 50px;
    font-size: 15px;
    display: none;
    background-image: url(images/dots.png);
    background-repeat: no-repeat;
    background-size: 350px auto, 100px auto;
    background-position: top 60px left 10px;
	background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
	
}

* {
	position: relative;
}

#menu {
	display: none;
    padding: 15px;
    font-size: 19px;
    position: fixed;
    right: 0;
    background: var(--szin1);
    z-index: 2;
    width: 19px;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
}
#menu:hover {
	background: var(--szin2);
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--szin2);
	z-index: 1;
}
nav ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
nav ul li {
    list-style: none;
    display: inline-table;
    cursor: pointer;
    font-weight: 700;
    padding: 12px 15px;
    color: #fff;
    background: var(--szin1);
    border-right: 2px solid var(--szin2);
    border-bottom: 2px solid var(--szin2);
    margin-right: -4px;
    font-size: 13px;
}
nav ul li:hover {
	background-color: var(--szin2);
}
nav ul li.current,
nav ul li.current:hover {
	cursor: default;
	background: #fff;
	color: #000;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 12px 15px 12px 40px;
    margin: 0 -15px;
    background-image: url(images/download.png);
    background-repeat: no-repeat;
    background-position: left 5px center;	
}




#logo {
	margin: 30px auto;
	width: 200px;
	max-width: 50%;
	height: 183px;
	background-image: url(images/mcnut_logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	opacity: 0;
}

section {
	background-size: 800px auto;
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 200px;
}

article {
	width: 1200px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}


h1 {
	font-weight: 700;
	font-style: italic;
	font-size: 60px;
	color: var(--szin1);
	text-shadow: 0 0 15px #000, 0 0 30px #000;
}
h1 .icon {
	display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -130px;
    top: -13px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

h2 {
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	text-shadow: 0 0 15px #000, 0 0 30px #000;
}
h3 {
	font-weight: 700;
	font-size: 30px;
	color: var(--szin1);
	margin-left: 150px;
	text-shadow: 0 0 15px #000, 0 0 30px #000;
}

h3.left {
	margin-left: 0;
	max-width: 900px;
}

h4 {
	font-size: 22px;
}

img.meret {
	width: 150px;
	float: left;
}

.table {
	overflow: auto;
}

table {
	width: 100%;
	border-spacing: 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	max-width: 902px;
}

table tr td {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	padding: 10px 0;
	text-align: center;
	background: #333;
	transition: color 0.15s;
}
table tr td.active {
	color: var(--szin1);
}

table tr td:first-child {
	width: 140px;
	text-align: right;
	padding-right: 20px;
}
table tr:first-child td {
	font-weight: 700;
}
table tr:not(:first-child) td:not(:first-child){
	background: #fff;
	color: #000;
	transition: background 0.15s, color 0.15s;
}

table tr:not(:first-child) td:not(:first-child):nth-child(odd) {
	background: #ddd;
}

table tr:not(:first-child) td:not(:first-child):hover,
table tr:not(:first-child) td:not(:first-child):nth-child(odd):hover {
	background: var(--szin1);
	color: #fff;
	font-weight: 700;
}









article.design {
    background: #fff;
    color: #000;
    margin: 50px auto;
    width: 900px;
	
}

article.design > div {
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 60px 0;
    border-top: 2px solid #ddd;
}
article.design > div:first-child {
	border-top: none;
}
article.design > div > div {
	padding: 0 20px;
	width: 200px;
	margin: 0 auto;
	border-left: 2px solid #000;
	position: absolute;
	top: 50px;
	left: calc(50% - 120px);
}
#szurkoloi-termekek article.design > div > div {
	left: 50px;
	width: calc(100% - 140px);
}
article.design > div > div:before {
	display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    top: calc(50% - 20px);
}
article.design > div > div.left:before {
	content: '◄';
	left: -35px;
}
article.design > div > div.right {
	top: unset;
	border-left: none;
	border-right: 2px solid #000;
	bottom: 50px;
}
article.design > div > div.right:before {
	content: '►';
	left: unset;
	right: -35px;
}
article.design > div > div h4 {
	font-size: 20px;
	color: #000;
	margin: 10px 0;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
article.design > div > div p {
	color: #000;
	margin: 10px 0 0 0;
}

img[name="szechenyi2020"] {
	position: fixed;
	z-index: 3;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.tabla {
	display: block;
    width: 100%;
    margin: -130px 0 70px 0;
}

li {
	padding: 5px;
}
section li a {
	text-decoration: none;
	background: var(--szin1);
	color: #fff;
	font-weight: 700;
	padding: 2px 6px 3px 6px;
}
section li a:hover {
	background: var(--szin2);
}

#download a {
	padding: 260px 0 30px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-image: url(images/katalogus.png);
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-position: top center;
    display: block;
    border-bottom: 5px solid #333;
	transition: color 0.15s;
}

#download a:hover {
	color: var(--szin2);
}

#kapcsolat {
	margin-bottom: 200px;
}

#kapcsolat li a {
	color: #000;
}






@media (max-width: 1050px) {
	body {
		background: #000;
	}
}



@media (max-width: 830px) {
	
	body {
		background: #000;
	}
	
	#menu {
		display: block;
	}
	nav ul {
		display: none;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	nav ul li {
		display: block;
	}
	
	section {
		padding-top: 30px;
	}
	
	article.design > div > div {
		top: 40px;
	}
	article.design > div > div.right {
		bottom: 40px;
	}

	h1 {
		text-align: center;
		font-size: 45px;
		text-shadow: none;
	}
	
	h1:before {
		display: none;
	}
	
	h2 {
		text-align: center;
		font-size: 35px;
		text-shadow: none;
	}
	
	h3 {
		margin-left: 0;
		text-align: center;
		text-shadow: none;
		font-size: 25px;
	}
	
	img.meret {
		float: unset;
		display: table;
		margin: 30px auto;
	}
	table {
		width: 100%;
		box-shadow: none;
	}
	
	.tabla {
		margin: -30px 0 30px 0;
	}	
	
}

@media (max-width: 650px) {
	article.design > div > div {
		width: 120px;
		left: calc(50% - 70px);
		padding: 0 10px;
		border: none;
		top: 20px;
	}
	article.design > div > div:before {
		font-size: 20px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		top: calc(50% - 10px);
	}
	article.design > div > div.left:before {
		left: -20px;
	}
	article.design > div > div.right {
		border: none;
		bottom: 20px;
	}
	article.design > div > div.right:before {
		right: -20px;
	}	
	article.design > div > div h4 {
		font-size: 15px;
		text-align: center;
	}
	#szurkoloi-termekek article.design > div > div h4 {
		text-align: left;
	}
	article.design > div > div p {
		display: none;
	}
}

@media (max-width: 500px) {
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	h3 {
		font-size: 20px;
	}
	table tr td {
		font-size: 13px;
		min-width: 25px;
	}
	table tr td:first-child {
		font-size: 0px;
	}
	table tr td:first-child {
		width: 32px;
		padding-right: 0;
		text-align: center;
	}
	table tr td:first-child b {
		font-size: 13px;
	}
	img[name="szechenyi2020"] {
		display: none;
	}
}