@charset "utf-8";

html {
	font-size: 0.83vw;
}

body {
	padding: 0;
	margin: 0;
	font: 1.25rem/1.25em 'DINPro', sans-serif;
	font-weight: normal;
	color: #fff;
	position: relative;
	background-color: #122816;

	background: #122816 url(../img/bg-content.jpg?v=2021) center 58.365rem;
	background-size: 100% auto;
	/* background-attachment: fixed; */
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-size: 100% auto;
}
.clr {
	clear: both;
}

strong {
	font-family: "DINPro", sans-serif;
	font-weight: bold;
}

#scrollDiv {
	max-width: 100%;
	min-height: 100vh;
	position: relative;
	margin-bottom: 1px;
}
body.main #scrollDiv {
	padding-bottom: 13rem;
}

.scroll2top {
	position: fixed;
	right: 2rem;
	bottom: 6vh;
	z-index: 10;
	opacity: 0;
	display: block;
}

.font-spec {
	font-family: "DINPro", sans-serif;
	font-weight: normal;
	line-height: 1em;
}
.font-spec-bold {
	font-family: "DINPro", sans-serif;
	font-weight: bold;
	line-height: 1em;
}
.text-shadow {
	text-shadow: 0.125rem 0.125rem 0.125rem rgba(37,100,110,0.36), 0.25rem 0.25rem 0.125rem rgba(0,0,0,0.30);
}

.hide-text {
	display: inline-block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}

.wrapper {
	width: 65.125rem;
	position: relative;
	margin: auto;
	display: block;
	max-width: 100%;

	padding: 4.375rem 0 1rem;

	background-color: #122816;
}
header .wrapper {
	max-width: 99%;
}

a {
	color: #5f2701;
	color: inherit;
	text-decoration: underline;

	-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}
a:hover {
	color: #cab46b !important;

	-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}


span.hamburger {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #f1cd78;
	display: block;
	background: url(../img/menu.png) center center no-repeat;
	background-size: contain;
}
a#menu-button.active span.hamburger {
	background-image: url(../img/menu.active.png)
}
a#menu-button {
	position: absolute;
	top: 1.25rem;
	right: 2rem;
	display: block;
	width: 4rem;
	height: 4rem;
	overflow: hidden;
	display: none;
	text-indent: 110%;
	white-space: nowrap;
	z-index: 11;
}
input, select {
	color: #000;
	font: 1rem/2rem 'DINPro', sans-serif;
	border-radius: 0;
	background-color: #fff;
	border: 0;
	padding: 0 0.5rem;
	height: 2rem;
	width: 100%;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
/*
	-webkit-box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0,0,0,0.1);
	box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0,0,0,0.1);
*/
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type="number"] {
	-moz-appearance: textfield;
}
select {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	appearance: none;

	background: #fff url(../img/select-arrow.png) right 1rem center no-repeat;
}

.box-white input[type="text"],
.box-white input[type="password"],
.box-white input[type="email"],
.box-white input[type="number"] {
	color: #fff;
	background-color: #2e5b2b;
}
.box-white input[type="text"]::placeholder,
.box-white input[type="password"]::placeholder,
.box-white input[type="email"]::placeholder,
.box-white input[type="number"]::placeholder {
	color: #fff !important;
	opacity: 1;
}
.box-white input[type="text"]::-ms-input-placeholder,
.box-white input[type="password"]::-ms-input-placeholder,
.box-white input[type="email"]::-ms-input-placeholder,
.box-white input[type="number"]::-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
.box-white input[type="text"]::-webkit-input-placeholder,
.box-white input[type="password"]::-webkit-input-placeholder,
.box-white input[type="email"]::-webkit-input-placeholder,
.box-white input[type="number"]::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}


input[type="checkbox"], input[type="radio"] { 
	visibility: hidden;
	margin-right: 0.625rem;
}
span.radiobutton,
span.checkbox {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	padding: 0;

	margin: 0.2rem 5rem 0 0;
	vertical-align: middle;

	cursor: pointer;

	background: #fff;
	border: 0.2rem solid #002e0f;
}
span.radiobutton {
	border-radius: 0;
}
span.radiobutton > span,
span.checkbox > span {
/*
	background: url(../img/checkbox-1.png) 0 0 no-repeat;
	background-size: contain;
*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #002e0f;
	display: block;
	width: 1.1rem;
	height: 1.1rem;

	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
span.radiobutton > span {

}
span.radiobutton.checked > span,
span.checkbox.checked > span {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
label {
	display: block;
	position: relative;
	display: block;
	text-align: left;
	padding: 0.2rem 0 0.2rem 2.0rem;
}
label.error {
	background: none !important;
	color: #f00 !important;
}
label > span.checkbox {
	position: absolute;
	top: 0;
	left: 0;
}
label >input[type="checkbox"] {
	display: none;
}
label a {
	color: inherit;
	text-decoration: none;
}
label a:hover {
	text-decoration: underline;
}

.shadow {
	-webkit-box-shadow: 0px 0px 3rem 0px rgba(11, 11, 11, 0.49);
	-moz-box-shadow: 0px 0px 3rem 0px rgba(11, 11, 11, 0.49);
	box-shadow: 0px 0px 3rem 0px rgba(11, 11, 11, 0.49);
}

a.submit,
a.button {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font: 2rem/3.5rem 'DINPro', sans-serif;
	font-weight: bold;
	height: 3.5rem;
	color: #fff !important;
	display: inline-block;
	padding: 0 2rem;
	min-width: 20rem;
	background: #002e0f;

	max-width: 100%;
/*
	-webkit-box-shadow: 0px 7px 0px 0px rgba(133,32,18,1);
	-moz-box-shadow: 0px 7px 0px 0px rgba(133,32,18,1);
	box-shadow: 0px 7px 0px 0px rgba(133,32,18,1);
*/
	-webkit-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	-o-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;

}
a.button {
	background-color: #2e5b2b;
}
a.submit:hover,
a.button:hover  {
	color: #fff;
	
	background: #06375d;
/*
	-webkit-box-shadow: 0px 7px 0px 0px rgba(55, 21, 11,1);
	-moz-box-shadow: 0px 7px 0px 0px rgba(55, 21, 11,1);
	box-shadow: 0px 7px 0px 0px rgba(55, 21, 11,1);
*/
}
a.submit:hover {
	background:  #254633;
}

a.button.blue {
	background-color: #4b72a7;
}
a.button.blue:hover {
	background-color: #234792;
}
a.button.red,
a.submit.red {
	background-color: #2e5b2b;
}
a.button.red:hover,
a.submit.red:hover {
	background-color: #f50005;
}
a.button.brown,
a.submit.brown {
	background-color: #2e5b2b;
}
a.button.brown:hover,
a.submit.brown:hover {
	background-color: #f50005;
}

#popup a.button.red,
a.button.brown {
	color: #fff;
	text-align: center;
	min-width: 16rem;
	font-size: 1.5rem;
	line-height: 2.5rem;
	height: 2.5rem;
	text-transform: none;
	margin-right: 2rem;
	cursor: pointer;
	margin-bottom: 1rem;
}


.error {
	border-color: #fff !important;
	background-color: #f00 !important;
	color: #fff !important;
}
.error span.checkbox,
.error span.radiobutton {
/*
	border-color: #f00 !important;
*/
}

textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}

h2, .h2 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-size: auto 60px;
	width: 19rem;
	height: 3.75rem;
	line-height: 3.5rem;
	padding: 0 1rem 0;
	margin: 0 1.125rem;
	color: #fff;
}


h2, h3 {
	text-align: left;
	font-family: 'DINPro', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}

nav {
	position: relative;
	vertical-align: middle;
}
nav ul li {
	display: inline-block;
	vertical-align: middle;
}

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 6.3125rem;
	margin: 0 0;

	z-index: 3;

	background: #122816;
	background: rgba(18,40,22,0.65);

	background: #122816 url('../img/bg.menu.png') center bottom no-repeat;
	background-size: 100% auto;
/*
	box-shadow: 0px 0px 2rem 0px rgba(26, 26, 27, 0.42);
*/
}
header h1 img {
	position: absolute;
	width: 9.5625rem;
	top: 6rem;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: -27rem;
}

.desktop {
	display: block;
}
.mobile {
	display: none !important;
}
header nav {
	font-family: 'DINPro', sans-serif;
	font-weight: bold;
	height: inherit;
	display: block;
}
header nav a {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	display: block;
}
header nav a:hover {
	color: #cab46b;
}
header nav li.active > a {
	color: #fff;
	position: relative;
}
header #mobileHeader {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	right: 7rem;
	right: 1rem;
	line-height: 5rem;
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
nav ul.menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	display: block;

	padding-top: 1rem;
	padding-left: 12rem;
	white-space: nowrap;
}
nav ul.menu li {
	display: inline-block;
	padding: 0 0.75rem;
	border-left: 2px solid #fff;
}
nav ul.menu li:first-child {
	border-left: 0;
}
nav ul.menu li a {
	font-size: 1.275rem;
	line-height: 2.5rem;
	height: 2.5rem;
	margin: 0;
}
nav ul.menu-user {
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0.5rem;
	background-color: #2e5b2b;
}
nav ul.menu-user li {
	padding: 0;
	font-size: 1.5rem;
	line-height: 2.35rem;
	height: 2.5rem;
	color: #fff;
}
nav ul.menu-user li:first-child {
	border-radius: 0.5rem 0 0 0.5rem;
}
nav ul.menu-user li:last-child {
	border-radius: 0 0.5rem 0.5rem 0;
}
nav ul.menu-user li:first-child:last-child {
	border-radius: 0.5rem;
}
nav ul.menu-user li a {
	font-size: 1.5rem;
	line-height: 2.35rem;
	height: 2.5rem;
	/* margin: 0 1rem; */
	padding: 0 1rem;
	vertical-align: middle;
	color: #fff;
}
nav ul.menu-user li a:hover {
	color: #aaa;
}
nav ul.menu-user li.active a {
	color: #aaa;
}


.table {
	display: table;
	width: 100%;
	position: relative;
}
.table > .row {
	display: table-row;
}
.table > .row > .cell {
	display: table-cell;
	padding: 0 0.625rem 0.5rem;
	vertical-align: top;
}
.table > .row > .cell input,
.table > .row > .cell select {
	width: 100%;
}

span.label {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 2em;
}

section {
	text-align: center;
	position: relative;
	padding: 0;
}
section a {
	color: #ee2a29;
	text-decoration: none;
}
body.landing section {
	padding-top: 14rem;
}
section h1,
section .h1 {
	font: 3.6875rem/1.5em "DINPro", sans-serif;
	font-weight: bold;
	margin: 0 0 2rem;
	padding: 0;
	display: block;
	text-transform: uppercase;

	background: url(../img/bottom-h1.png) center bottom no-repeat;
	background-size: 31.3125rem auto;
}
section p {
	margin: 0 0 1.25rem;
}


.box {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 2.5rem;
	color: #77746f;
	border-radius: 1.5rem;
	/*font-size: 1rem;*/
	line-height: 1.25em;

	-webkit-box-shadow: 0px 0px 3rem 0px rgba(104, 132, 138, 0.49);
	-moz-box-shadow: 0px 0px 3rem 0px rgba(104, 132, 138, 0.49);
	box-shadow: 0px 0px 3rem 0px rgba(104, 132, 138, 0.49);
}
.box h1 {
	font-size: 1.5rem;
}
.box a {
	color: inherit;
}
.box a:hover {
	color: #2e5b2b;
}


/* nyitó */
#nyito {
	color: #fff;
	position: relative;
}
#nyito > img {
	width: 100%;
}
#nyito h1 {
	font-size: 2.85rem;
	line-height: 1.2em;
	margin: 0;
	text-transform: none;
}
#nyito p {
	font-size: 1.8rem;
	margin: 0;
}
.button-jatszom img {
	display: inline-block;
	width: 13.25rem;
	margin: 1rem 0;
}
#nyito .wrapper {
	padding: 6.3125rem 0 0 0;
	background: none;
}
#nyito .wrapper > img {
	width: 100%;
}

/* útmutató */
#utmutato .wrapper {
	padding-top: 1rem;
}
#utmutato .wrapper h1 {
	margin-top: -4rem;
}

/* nyeremény */
#nyeremenyek {

}

/* kódfeltöltés */
section#kodfeltoltes {
	font-size: 1rem;
}
section#kodfeltoltes .wrapper >.table {
	margin: 4rem auto 4rem;
	width: 47.25rem;
	background: url(../img/bg.kodfeltoltes.png) center top;
	background-size: 100% auto;
	padding: 1.5rem 1.5rem 0;
	color: #122816;
}

#kodfeltoltes .blokk {
	position: absolute;
	top: 1.4rem;
	left: 0.625rem;
	right: 0.625rem;
	background: #fff;
	height: 15.5rem;
	display: block;
	z-index: 2;
}
#kodfeltoltes .blokk img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 99%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

#kod-ap-kod {
	position: relative;
	padding-left: 2rem;
}
#wrapper-ap-kod {
	position: relative;
	display: block;
}
#wrapper-ap-kod::after {
	content: "AP";
	position: absolute;
	left: 0;
	font: 1rem/2rem 'DINPro', sans-serif;
	line-height: 1em;
	padding: 0.5rem 0.5rem;
	color: #000;
}

#kodfeltoltes .submit {
	min-width: 0;
}

.captcha-container {
	display: block;
	width: 25rem;
}

.div-recaptcha {
	background-color: #2e5b2b;
	padding: 0.5rem 1.5rem 1rem;
	margin-bottom: 1rem;

	background: url(../img/bg.kodfeltoltes.png) center top;
	background-size: 100% auto;

}
#uploaded-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#upload-img.button {
	font: 1.5rem/3.5rem 'DINPro', sans-serif;
	font-weight: bold;
	height: 3.5rem;
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #387bae;
}

/* kapcsolat */
section#kapcsolat {
	/*font-weight: 500;*/
	font-size: 1.25rem;
}
section#kapcsolat .wrapper {
	padding-bottom: 4rem;
}
.header-kapcsolat img {
	display: inline-block;
	width: 26.5rem;
}

/* nyertesek */
#nyertesek .nyertesek-lista {
	background: #fff;
	width: 47.25rem;
	margin: auto;
	color: #122816;
	font-size: 1.5rem;
	line-height: 1.25em;
	padding: 0.5rem;
}
#nyertesek .nyertesek-lista p {
	text-align: left;
	padding: 0.5rem;
	margin: 0;
}
#nyertesek .nyertesek-lista p.color {
	background: url(../img/bg.kodfeltoltes.png) center top;
	background-size: 100% auto;
}
#nyertesek .nyertesek-lista p span.nyeremeny {
	display: inline-block;
	text-align: right;
	width: 8rem;
	margin-right: 2rem;
}


section.p404 {
	padding-top: 36rem;
	padding-bottom: 30rem;
}
section.p404 .wrapper {
	width: 30rem;
}



/* AGE-GATE */
body.age-gate #scrollDiv {
	height: 100vh;
	min-height: 44rem;
	overflow: hidden;
	padding-bottom: 12rem;
}
body.age-gate .bg-top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(180deg, rgba(10,41,10,1) 0%, rgba(10,41,10,1) 20%, rgba(10,41,10,0) 100%);
}
body.age-gate .bg-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(0deg, rgba(10,41,10,1) 0%, rgba(10,41,10,1) 20%, rgba(10,41,10,0) 100%);
}
body.age-gate section {
	height: 100%;
	width: 100%;
	position: relative;
}

body.age-gate {
/*
	background: #580104;
*/
	background-attachment: fixed;
}
body.age-gate section .wrapper {
	width: 60rem;
	padding: 2.5rem 1rem;
	height: 34rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.input-age-gate {
	width: 13rem;
	text-align: center;
	text-align-last:center;
	font-size: 4.5rem;
	height: 7rem;
	line-height: 7rem;
	margin: 1rem 0 1rem;
	font-weight: 600;
	background-color: #fff;
	color: #2e5b2b;
	margin: 0 0.35rem;
	background-image: none;
}
.input-age-gate::placeholder {
	color: #2e5b2b !important;
	opacity: 1;
}
.input-age-gate::-ms-input-placeholder {
	color: #2e5b2b !important;
	opacity: 1;
}
.input-age-gate::-webkit-input-placeholder {
	color: #2e5b2b !important;
	opacity: 1;
}
body.age-gate .submit {
	background-color: #2e5b2b;
	background: none;
	font-size: 2.5rem;
	line-height: 4rem;
	height: 4.5rem;
	border: 0.25rem solid #fff;
}
body.age-gate .submit:hover {
	background-color: #cab46b;
}


footer {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	text-align: center;
	width: 100%;
	height: 13rem;
	overflow: hidden;
	padding: 0;

	z-index: 2;
/*
	background: linear-gradient(0deg, rgba(0,0,0,0.6992997882746849) 0%, rgba(0,0,0,0) 100%); 
*/
	
	background: #122816 url('../img/bg.menu.png') center top no-repeat;
	background-size: 100% auto;
}
.age-gate footer {
/*
	height: 12rem;
	background-size: 100% 0.8rem;
*/
}
footer .wrapper {
	padding: 3rem 0 0;
	font-size: 0.85rem;
	background: none;
}
.age-gate footer .wrapper {
/*
	font-size: 2rem;
	line-height: 1.3em;
*/
}
footer .wrapper strong {
	font-size: 1.2em;
}
footer a {
	color: #fff;
	text-decoration: none;
	font-family: "DINPro", sans-serif;
}
footer .menu-footer li:not(:first-child) {
	border-left: 2px solid #fff;
}
footer .menu-footer a {
	text-transform: uppercase;
	text-decoration: none !important;
}
footer a:hover {
	color: #cab46b;
}
footer li.active a {
	color: #fff;
}


ul.menu-footer {
	margin: 0 0 0.25rem;
}
ul.menu-footer li {
	padding: 0 1rem;
	line-height: 1.25rem;
	font-size: 1rem;
	display: inline-block;
	font-weight: bold;
}


/* POPUP */
#popup, #popup > .bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;

}
#popup {
	overflow: auto;
}
#popup > .bg {
	background-color: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
}
#popup > .bg.bg-nyert {
	/*background-image: url(../img/nyert-bg.png);*/
	background-position: center center;
}
#popup > .msg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 33.75rem;
	max-width: 96%;
	transform: translate(-50%, -50%);
	background: #5b5545;
	background: rgba(255,255,255,0.85);
	display: block;
	z-index: 100;
	color: #000;
	padding: 2rem;
	border-radius: 0.5rem;
	text-align: center;
}
#popup .msg.text-popup {
	height: 80vh;
	overflow: auto;
	width: 100rem;
	text-align: left;
	color: #000;
}
#popup .msg.text-popup .content > * {
	margin-bottom: 1rem;
}
#popup > .msg.alert {
	padding-left: 8.5rem;
	min-height: 9.5rem;
	text-align: left;
	background-image: url(../img/popup.alert.png);
	background-position: left 1.5rem top 2rem;
	background-repeat: no-repeat;
	background-size: 5.25rem 5.25rem;
}
#popup > .msg.no-bg {
	background: none;
	width: 60rem;
}
#popup > .msg > .content {
	font-size: 1.125rem;
	line-height: 1.25em;
	font-weight: 400;
}
#popup > .msg.text-popup > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	padding: 4rem 2rem;
}
#popup > .msg.text-popup > .buttons a.popup-close {
	right: 1.5rem;
}
#popup > .msg > .content a,
#popup > .msg > .content a:hover {
	color: #2e5b2b;
}
#popup > .msg > .content > p {
	margin-bottom: 0;
}
#popup > .msg > .content > a {
	text-decoration: underline;
	color: #000;
}
#popup > .msg > .title {
	font: bold 1.5rem/1.25em "DINPro", sans-serif;
	display: block;
	color: #000;
	padding: 0 0 0.5rem;
}
#popup > .msg > .title img {
	display: inline-block;
	max-width: 100%;
}
#popup > .msg > .buttons {
	display: block;
	text-align: center;
}
#popup > .msg > .buttons a {
	display: inline-block;
	background-color: #c20020;
	color: #fff;
	text-transform: uppercase;
	height: 2rem;
	padding: 0 1rem;
	letter-spacing: 0;
}
#popup > .msg.alert > .title,
#popup > .msg.alert > .buttons a {
	
}
#popup > .msg > .buttons a.popup-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: block;
	font-size: 3.5rem;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	padding: 0;
	background: none;
	color: #000;
}
#popup > .msg.no-bg > .buttons a.popup-close {
	display: none;
}
#popup > .msg > .buttons a.popup-close > span {
	font-size: 1rem;
}

.popup-hidden {
	display: none;
}

#popup .title h1 {
	font: 2rem/1.5em "DINPro", sans-serif;
	font-weight: bold;
	margin: 0 0 2rem;
	padding: 0;
	display: block;

	background: url(../img/bottom-h1.png) center bottom no-repeat;
	background-size: 31.3125rem auto;
}


#cookie-box-container {
	display: block;
	position: fixed;
	bottom: 2rem;
	left: 2rem;
	z-index: 5;

	font-size: 1.5rem;
}
#cookie-box {
	position: relative;
	width: 36rem;
	background-color: #fff;
	padding: 1rem;
	border: 3px solid #122816;
	font-size: 0.8em;

	z-index: 5;

	color: #122816;
}
#cookie-box p {
	line-height: 1.35em;
	margin-bottom: 1.5rem;
}
#cookie-box ul li {
	display: inline-block;
	font-size: 0.65em;
	padding: 0 0.5rem;
	border-left: 1px solid #122816;
	height: 1.5rem;
	line-height: 0.85rem;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}
#cookie-box ul li:first-child {
	padding-left: 0;
	border-left: none;
}
#cookie-box ul li a {
	vertical-align: middle;
}
#cookie-box .submit {
	background-color: #122816;
	color: #fff !important;
	font-size: 1.25rem;
	width: auto;
	min-width: 0;
	height: 3rem;
	line-height: 3rem;
}
#cookie-box .submit:hover {
	background-color: #254633;
}

#cookie-box-switch {
	display: block;
	position: relative;

	border-radius: 15%;
	overflow: hidden;
	z-index: 5;
	width: 4rem;
	height: 4rem;
}
#cookie-box-switch img {
	width: 100%;
}


@media (min-width: 1920px) {
	body {
		/*background-size: cover;*/
	}
}

@media (max-width: 1024px) and (min-width: 640px) {
	html {
		font-size: 1.3vw;
	}
}
@media (max-width: 1400px) and (min-width: 1024px) {
	html {
		font-size: 1.1vw;
	}
}

@media (max-width: 639px) {
	html {
		font-size: 2.5vw;
	}

	body {
		font-size: 1.75rem;
	}

	#scrollDiv {

	}

	.scroll2top {
		display: none !important;
	}

	strong {
		font-family: "DINPro", sans-serif;
		font-weight: bold;
	}

	header {
/*
		background: #122816;
		box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.8);
*/
	}

	header h1 img {
		margin-left: -14rem;
	}

	.wrapper {
		width: 100%;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.table, .row {
		display: block !important;
	}
	.row::after {
		content: "";
		display: block;
		clear: both;
	}

	.cell.mobile-full-width {
		width: 100% !important;
		display: block !important;
		padding-bottom: 1rem !important
	}
	.cell.mobile-full-width.desktop {
		display: none !important;
	}

	.cell.mobile-half-width {
		width: 50% !important;
		display: inline-block !important;
		padding-bottom: 1rem !important;
		float: left;
	}

	a#menu-button {
		display: block;
	}
	header nav:not(.open) {
		display: none;
	}
	header nav {
		position: relative;
		padding-top: 10rem;
		top: 0;
		right: 0;
		left: 0;
		height: auto;
		text-align: center;
		display: block;
		padding-bottom: 6rem;
		background-color: #122816;
		box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.8);

		/*opacity: 0;*/
		-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
		-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
		-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
		transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	}
	header nav.open {
		opacity: 1;
	}
	header nav img {
		position: absolute;
		bottom: -3rem;
		left: 50%;
		transform: translateX(-50%);
		width: 10rem;
	}
	header nav img.mobile {
		display: none !important;
	}
	nav ul.menu {
		position: relative;
		display: block;
		padding: 3rem 0 2rem;
		left: auto;
		right: auto !important;
		top: auto;
		width: 100%;
		transform: none;
		height: auto;
		padding: 0;
	}
	nav ul.menu::after {
		display: none;
	}
	nav ul.menu li {
		display: block;
		text-align: center;
		padding-bottom: 1rem;
	}
	nav ul.menu > li {
		padding: 1rem 2.5rem;
		border: 0 !important;
	}
	nav ul.menu li a {
		display: block;
		font-size: 3rem;
		line-height: 3rem;
		height: auto;
		text-transform: uppercase;
	}
	nav ul.menu-user {
		display: inline-block;
		text-align: right;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		margin: 0;
	}
	nav ul.menu-user li {
		display: block;
		text-align: center;
		padding-bottom: 0.5rem;
	}
	header nav li.active > a::after {
		display: none;
	}
	.scroll-content {
		padding-left: 0;
		margin-left: 0;
	}
	.scroll-content ul.anchors {
		display: none;
	}
	#popup > .msg {
		width: 100%;
		height: auto;
		font-size: 2rem;
	}
	#popup > .msg > .content {
		font-size: 1.5rem;
	}
	#popup > .msg.alert {
		background-size: 5rem auto;
	}
	#popup > .msg > .buttons a.popup-close {

	}
	#popup > .msg img {
		float: none !important;
		margin: 0 auto 20px !important;
	}

	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}

	.cell label {
		/*font-size: 1.75rem;*/
	}

	a.submit, a.button {
		width: 100%;
		font-size: 2rem;
		height: 4rem;
		line-height: 4rem;
	}
	a.submit.mobile-small-font, 
	a.button.mobile-small-font {
		font-size: 1.75rem;
	}
	#input-age-gate {
		width: 100%;
	}

	img {
		max-width: 100%;
	}

	.box {
		font-size: 1.125rem;
	}
	.box h1 {
		font-size: 1.375rem !important;
		line-height: 1.35em !important;
	}

	body.age-gate {
		font-size: 2rem;
	}
	body.age-gate .submit {
		width: auto;
		font-size: 2.5rem;
		height: 5rem;
		line-height: 4.5rem;
	}
	.box input, 
	.box select {
		background-color: #fff;
	}
	body.age-gate section .wrapper {
		height: 54rem;
	}
	.age-gate footer {
		height: 36rem;
	}
	body.age-gate #scrollDiv {
		min-height: 54rem;
		padding-bottom: 0;
	}
	.input-age-gate {
		width: 8rem;
		font-size: 2.5rem;
	}
	select.input-age-gate {
		width: 16rem !important;
	}

	span.label {
		font-size: 1.5rem;
	}
	input,
	#upload-img.button {
		font-size: 1.5rem;
		height: 3.75rem;
		line-height: 3.75rem;
	}
	#wrapper-ap-kod::after {
		font-size: 1.5rem;
		line-height: 3rem;
	}
	#kod-ap-kod {
		padding-left: 4rem;
	}

	.table > .row > .cell {
		padding-bottom: 1.5rem;
	}

	#kodfeltoltes .submit {
		width: 100% !important;
		text-align: center;
		font-size: 3rem;
		line-height: 5rem;
		height: 5rem;
	}
	section#kodfeltoltes {
		font-size: 1.8rem;
	}

	#link-home {
		width: 100%;
		top: 3rem;
		height: 14rem;
	}


	.div-recaptcha {
		padding-left: 2.5rem;
		/* margin: 0 -2.5rem; */
	}
	.captcha-container {
		width: 30rem;
	}

	header nav .menu.mobile a {
		color: #2e5b2b;
	}
	header nav .menu.mobile a:hover {
		color: #2e5b2b;
	}

	span.radiobutton, span.checkbox {
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.5rem;
		margin: 0.1rem 5rem 0 0;
	}
	span.radiobutton > span, span.checkbox > span {
		width: 1.5rem;
		height: 1.5rem;
	}

	footer {
		height: auto;
		background-size: auto 0.5rem;
		position: relative;
		bottom: 0;
	}
	footer .wrapper {
		padding-top: 3rem;
		padding-bottom: 4rem;
		font-size: 1.35rem;
		line-height: 1.5em;
	}
	ul.menu-footer li {
		font-size: 1.5rem;
		border: 0 !important;
		display: block;
		line-height: 2.5em;
	}

	ul.menu-footer {
		margin-bottom: 1rem;
	}

	#kapcsolat p {
		font-size: 1.15rem; 
		line-height: 1.25em;
	}

	#kodfeltoltes .wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	section#kodfeltoltes .wrapper > .table {
		width: 100%;
		margin-bottom: 0;
	}

	footer .menu-footer a {
		font-size: 1.5rem;
	}

	#nyertesek .nyertesek-lista {
		width: 100%;
	}
	#nyertesek .nyertesek-lista p span.nyeremeny {
		width: 6rem;
	}

	#nyito .wrapper {
		padding-top: 8rem;
	}

	section#kapcsolat {
		padding-bottom: 0;
	}
	section#kapcsolat p {
		font-size: 1.75rem;
	}

	body.main #scrollDiv {
		padding-bottom: 0;
	}

	#popup .msg.text-popup p {
		font-size: 1.25rem;
		line-height: 1.25em;
	}
	#popup > .msg > .buttons a.popup-close {
		top: 0.5rem;
		right: 0.5rem;
	}

}
@media (min-width: 640px) {
	header nav {
		display: block !important;
	}
}

@media (max-width: 320px) {
/*
	html {
		font-size: 8.8px;
	}
	body, #scrollDiv {
		width: 320px;
	}
*/
	.wrapper {
		width: 320px !important;
		max-width: none !important;
	}

}


 /* The switch - the box around the slider */
label.switch {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 2rem;
}
label.switch span.radiobutton > span, 
label.switch span.checkbox > span,
label.switch span.radiobutton, 
label.switch span.checkbox {
	background-color: transparent;
	border-color: transparent;
}

/* Hide default HTML checkbox */
label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

label.switch .slider:before {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

label.switch:not(.disabled) input:checked + .slider {
  background-color: #002e0f;
}
label.switch.disabled .slider:before {
	background-color: #002e0f;
}

label.switch input:focus + .slider {
  box-shadow: 0 0 1px #002e0f;
}

label.switch input:checked + .slider:before {
  -webkit-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}

/* Rounded sliders */
label.switch .slider.round {
  border-radius: 2rem;
}

label.switch .slider.round:before {
  border-radius: 50%;
} 

