@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

:root {
	--szin_narancs: #ee9100;
	--szin_piros: #ff4038;
	--szin_piros_hover: #ff5f5f;
	--szin_szurke1: #141414;
	--szin_szurke2: #202020;
	--szin_szurke3: #f5f5f5;
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input, select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}

html {
	background-color: #ffffff;
	max-width: 100% !important;
	overflow-x: hidden !important;
}

.bodys {
	padding: 0px;
	margin: 0px;	
	overflow-x: hidden !important;
	max-width: 100% !important;
	font-size: 0px;
}

.html_noscroll {
	overflow-y: hidden !important;
}

img {
	border: 0px;
}

.freeze_bckg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(255,255,255,.9);
	display: none;
}

.please_wait {
	width: 64px;
	height: 40px;
	position: fixed;
	left: calc(50% - 32px);
	top: calc(50% - 20px);
	z-index: 101;
	border: 0px;
	display: none;
}

p {
	padding: 0px;
	margin: 0px;
	font-family: "Inter";
	font-weight: 200;	
	font-size: 15px;
	color: #000000;
	text-align: justify;
	line-height: 20px;
}

p strong {
	font-weight: 700;
}

p A {
	color: #000000;
	text-decoration: none;
}

p A:hover, p A:active {
	color: var(--szin_narancs);
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

h2 {
    margin: 0px;
    text-align: center;
    font-family: "Inter";
    font-weight: 700;
    color: #000000;
	text-transform: uppercase;
}

h3 {
	font-family: "Inter";
	font-weight: 700;
	margin: 0px;
	color: #000000;
	text-transform: uppercase;
}

.pt1 {
	padding-top: 15px;
}

.pt2 {
	padding-top: 30px;
}

.pt3 {
	padding-top: 45px;
}

.pt4 {
	padding-top: 60px;
}

.pb1 {
	padding-bottom: 15px;
}

.pb2 {
	padding-bottom: 30px;
}

.pb3 {
	padding-bottom: 45px;
}

.pb4 {
	padding-bottom: 60px;
}

.pl1 {
	padding-left: 15px;
}

.pl2 {
	padding-left: 30px;
}

.pl3 {
	padding-left: 45px;
}

.pr1 {
	padding-right: 15px;
}

.pr2 {
	padding-right: 30px;
}

.pr3 {
	padding-right: 45px;
}

.mt1 {
	margin-top: 15px;
}

.mt2 {
	margin-top: 30px;
}

.mt3 {
	margin-top: 45px;
}

.mt4 {
	margin-top: 60px;
}

.mb1 {
	margin-bottom: 15px;
}

.mb2 {
	margin-bottom: 30px;
}

.mb3 {
	margin-bottom: 45px;
}

.ml1 {
	margin-left: 15px;
}

.ml2 {
	margin-left: 30px;
}

.ml3 {
	margin-left: 45px;
}

.mr1 {
	margin-right: 15px;
}

.mr2 {
	margin-right: 30px;
}

.mr3 {
	margin-right: 45px;
}

.btn {
	padding: 10px 15px 10px 15px;
	margin: 0px;
	text-align: center;
	font-family: "Inter";
	text-transform: uppercase;
	font-weight: 300;	
	font-size: 17px;	
	color: #ffffff;
	background-color: var(--szin_piros);
	text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
}

.btn:hover, .btn:active {
	background-color: var(--szin_piros_hover);
}

/*	--------------------------------------------------------------------------- 
	URLAP
/*	--------------------------------------------------------------------------- */

input[type=submit], input[type=button] {
	font-family: "Inter";
	text-transform: uppercase;
	color: #ffffff;
	border: 0px;
	font-weight: 300;
	padding: 10px 15px 10px 15px;
	font-size: 17px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
	text-align: center;	
	background-color: var(--szin_piros);
}

input[type=submit]:hover, input[type=button]:hover, input[type=submit]:active, input[type=button]:active {
	background-color: var(--szin_piros_hover);
}

.urlap_checkbox {
	width: 38px;
	height: 38px;
	display: inline-block;
	position: relative;
	background-color: #ffffff;
	flex-shrink: 0;
}

.urlap_checkbox_no_border input {
	border: 0px !important;
}

.urlap_checkbox input {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	border: 0px;
	cursor: pointer;
	margin: 0px; 
	padding: 0px;
	border: 1px solid var(--szin_szurke2);
}

.urlap_checkbox input + span {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	pointer-events: none;
}

.urlap_checkbox input:checked + span:after {
	line-height: 38px;
	font-size: 20px;
	font-family: "Remixicon";
	content: '\eb7a';
	color: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}

.urlap_checkbox input[disabled] {
	border: 1px solid var(--szin_szurke3);
}

.urlap_checkbox input[disabled]:checked + span:after {
	color: var(--szin_szurke3);
}

/*	--------------------------------------------------------------------------- 
	COOKIE
/*	--------------------------------------------------------------------------- */

.cookie_alert ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
	
.cookie_alert ::-webkit-scrollbar-track {
	background-color: #ffffff;
}
	
.cookie_alert ::-webkit-scrollbar-thumb {
	background-color: var(--szin_szurke1);
}
	
.cookie_alert ::-webkit-scrollbar-thumb:hover {
	background-color: var(--szin_szurke1);
}	

.cookie_alert { 
	z-index: 191;
	background-color: rgba(0,0,0,.3);
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	height: 100%;
}

.cookie_alert h2 {
	font-family: "Inter";
	color: #000000;
	padding: 0px 0px 20px;
	margin: 0px;
	text-align: left;
}

.cookie_elfogadom, .cookie_beallitasok, .cookie_szovegek { 
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	margin-left: auto;
	margin-right: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

.cookie_beallitasok {
	display: none;
}

.cookie_szovegek {
	display: none;
}

.cookie_reszletek {
	padding-top: 10px;
	display: none;
	width: 100%;	
}

.cookie_reszletek table {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-family: "Inter";
	font-weight: 200;	
	font-size: 15px;
	color: #000000;
}

.cookie_reszletek table tr th {
	background-color: var(--szin_piros);
	border: 1px solid var(--szin_piros_hover);
	font-weight: 700;
	padding: 8px;
	color: #ffffff;
	white-space: normal;
}

.cookie_reszletek table tr td {
	background-color: rgb(250,250,250);
	border: 1px solid rgb(240,240,240);
	padding: 8px;
	white-space: normal;
}

.cookie_reszletek table tr td:first-of-type {
	font-weight: 700;
}

.cookie_beallitasok > form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cookie_beallitas {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 20px;
}

.cookie_beallitasok > form > div.cookie_beallitas:first-of-type {
	padding-top: 0px;
}

.cookie_beallitas p > span {
	font-weight: 700;
	display: block;
}

.cookie_beallitas p > a {
	margin-left: 10px;
}

/*	--------------------------------------------------------------------------- 
	FELFELE	
/*	--------------------------------------------------------------------------- */

a[href=felfele] {
	width: 40px;
	height: 40px;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(150,150,150);
	-webkit-border-radius: 100px;
	border-radius: 100px;	
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	opacity: 0;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;	
}

a[href=felfele] i {
	font-size: 20px;
	color: rgb(150,150,150);
}

.felfele_latszik {
	pointer-events: all !important;
	opacity: .7 !important;
}

/*	--------------------------------------------------------------------------- 
	VIDEOLEJATSZAS
/*	--------------------------------------------------------------------------- */

.videolejatszas {
	width: 100%;
	height: auto;
}