@import url(https://honlap.hu/design/font/roboto-ital-wght-0-400-0-700-0-900-1-400-1-700-1-900-display-swap.css);
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');*/

/*panel*/
#accessibilityOpen{
	position: fixed;
    top: 90px;
    right: 12px;
    height: 65px;
    width: 65px;
    display: block;
    background: #fff url(https://honlap.hu/design/accessibility/image/acs-logo.png) no-repeat center;
    z-index: 201;
    border-radius: 100px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    transition: all 0.2s ease-out;
}
#accessibilityOpen.active{
    right: 444px;
    background: #fff url(https://honlap.hu/design/accessibility/image/acs-logo-close.png) no-repeat center;
}
#accessibilityOpen i{
	display: none;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #b2e271;
	padding: 5px;
}
#accessibilityOpen i:after{
	display: block;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff url(https://honlap.hu/design/accessibility/image/open-active.jpg) center no-repeat;
	color: #b2e271;
	text-decoration: none !important;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	content: " ";
}
html[class^="accssy"] #accessibilityOpen i, 
html[class*=" accssy"] #accessibilityOpen i{
    display: block;
}
#accessibilityPanel{
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -440px;
	bottom: 0;
	width: 430px;
	background: #ebebeb;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	color: #404040;
	padding: 10px;
	font-family: 'Roboto', sans-serif !important;
	transition: all 0.2s ease-out;
}
#accessibilityPanel.active{
	visibility: visible;
	right: 0;
}
#accessibilityPanel *{
	box-sizing: border-box;
}
#accessibilityPanel h4{
	font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    /*float: left;
    width: calc(100% - 94px);
    border-right: 1px solid rgba(17,77,136,0.5);*/
    padding: 8px 0;
    margin: 0 5px 10px 5px;
    color: #114d88;
}
#accessibilityPanel button{
    color: #114d88;
    opacity: 1;
	font-size: 16px;
}
#accessibilityClose{
	font-size: 30px !important;
    display: inline-block;
    width: 82px;
}
#accessibilityPanel hr{
	width: calc(100% - 10px);
	clear: both;
	height: 0;
	border-bottom: 1px solid rgba(17,77,136,0.5);
	margin: 12px 5px;
	opacity: 0.5;
}
#accessibilityPanel #accssyIcons{
	text-align: center;
	text-align: center;
    margin: 20px 0 16px;
}
#accessibilityPanel #accssyIcons button{
	position: relative;
	display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 45px;
}
#accessibilityPanel a#accssyButtonPause{
    background-image:  url(https://honlap.hu/design/accessibility/image/pause.png);
}
#accessibilityPanel a#accssyButtonMute{
    background-image:  url(https://honlap.hu/design/accessibility/image/mute.png);
}
#accessibilityPanel a#accssyButtonKeyb{
    background-image:  url(https://honlap.hu/design/accessibility/image/keyb.png);
}
html.accssyPause #accessibilityPanel a#accssyButtonPause:after,
html.accssyMute #accessibilityPanel a#accssyButtonMute:after,
html.accssyKeyb #accessibilityPanel a#accssyButtonKeyb:after{
	position: absolute;
    top: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    background: #fff url(https://honlap.hu/design/accessibility/image/nav-active.png) center no-repeat;
    content: " ";
    background-size: contain;
    border: 2px solid #fff;
    border-radius: 50%;
}


#accessibilityPanel .nav{
    float: left;
    width: 100%;
    max-height: calc(100% - 232px);
    overflow: auto;
	text-align: center;
	padding: 3px 0;
}
#accessibilityPanel .nav button{
	position: relative;
    display: inline-block;
    background: #fff;
    width: calc(50% - 10px);
    height: 110px;
    float: left;
    margin: 0 5px 10px;
    border-radius: 6px;
}
#accessibilityPanel .nav button .slide{
	display: none;
}
#accessibilityPanel .nav button .slide.visible{
	display: block;
}
#accessibilityPanel .nav button.active,
#accessibilityPanel .nav button:focus{
	box-shadow: 0 0 0px 2px #114d88;
    /*outline: 0 solid inset rgba(0,0,0,0) !important;*/
}
#accessibilityPanel .nav button.active:after{
	position: absolute;
	top: 6px;
	right: 6px;
	width: 26px;
	height: 26px;
	background: url(https://honlap.hu/design/accessibility/image/nav-active.png) center no-repeat;
	content: " ";
}

#accessibilityPanel .nav button .icon{
	display: block;
    margin: 8px auto;
    background: #fff;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;   
}
#accessibilityPanel .nav button b{
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 16px;
	margin-bottom: 4px;
}
#accessibilityPanel .nav button em{
	font-size: 0px;
}
#accessibilityPanel .nav button i{
	display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #114d88;
    margin: 0 4px;
    border-radius: 30px;
	background: #114d88;
}
#accessibilityPanel .nav button i.active{
	background: #fff;
}
#accessibilityPanel .honlaphu{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 10px;
}
#accessibilityPanel .bottomButton{
    display: inline-block;
    background: #fff;
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px 10px;
    border-radius: 6px;
    font-weight: 900;
    padding: 10px 0;
}

#accessibilityPanel select {
    border: 0;
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px 13px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 900;
    color: #114d88;
    font-family: 'Roboto', sans-serif !important;
    background-image: none !important;
    text-align: center;
    padding: 12px 15px;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#accessibilityPanel select option{
    text-align: left;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    padding: 0;
    line-height: 30px !important;
}

/*******
* site *
*******/

/*space*/
html.accssySpace_1 body
html.accssySpace_1 body p, 
html.accssySpace_1 body div, 
html.accssySpace_1 body h1, 
html.accssySpace_1 body h2, 
html.accssySpace_1 body h3, 
html.accssySpace_1 body h4, 
html.accssySpace_1 body h5, 
html.accssySpace_1 body h6{ 
	letter-spacing: 2px !important;
}
html.accssySpace_2 body
html.accssySpace_2 body p, 
html.accssySpace_2 body div, 
html.accssySpace_2 body h1, 
html.accssySpace_2 body h2, 
html.accssySpace_2 body h3, 
html.accssySpace_2 body h4, 
html.accssySpace_2 body h5, 
html.accssySpace_2 body h6{ 
	letter-spacing: 4px !important;
}
html.accssySpace_3 body
html.accssySpace_3 body p, 
html.accssySpace_3 body div, 
html.accssySpace_3 body h1, 
html.accssySpace_3 body h2, 
html.accssySpace_3 body h3, 
html.accssySpace_3 body h4, 
html.accssySpace_3 body h5, 
html.accssySpace_3 body h6{ 
	letter-spacing: 6px !important;
}
html.accssySpace_4 body
html.accssySpace_4 body p, 
html.accssySpace_4 body div, 
html.accssySpace_4 body h1, 
html.accssySpace_4 body h2, 
html.accssySpace_4 body h3, 
html.accssySpace_4 body h4, 
html.accssySpace_4 body h5, 
html.accssySpace_4 body h6{ 
	letter-spacing: 8px !important;
}

/*contrast*/
html.accssyContrast_1{
	filter: grayscale(100%);
}
html.accssyContrast_2{
	filter: invert(100%);
}
html.accssyContrast_3 *{ 
	background: #000 !important; 
	color: #fff !important; 
}
html.accssyContrast_3 a{ 
	color: yellow !important; 
	text-decoration: underline !important; 
}
html.accssyContrast_3 img{ 
	visibility: hidden; 
	text-decoration: underline; 
}
html.accssyContrast_4 *{ 
	background: #fff !important; 
	color: #000 !important; 
}
html.accssyContrast_4 a{ 
	color: blue !important; 
	text-decoration: underline !important; 
}
html.accssyContrast_3 a:before, 
html.accssyContrast_3 a:after, 
html.accssyContrast_4 a:before, 
html.accssyContrast_4 a:after{ 
	display: none !important; 
}

/*html.accssyContrast_5{
	filter: hue-rotate(180deg);
}*/

/*Cursor*/
html.accssyCursor_1 *{
	cursor: url(https://honlap.hu/design/accessibility/image/cursor_light.png), auto !important;
}
html.accssyCursor_2 *{
	cursor: url(https://honlap.hu/design/accessibility/image/cursor_dark.png), auto !important;
}

/*Fontfamily*/
html.accssyFontfamily_1 *{
	font-family: Arial, serif !important;
}
html.accssyFontfamily_1 *[class*=" icofont-"], 
html.accssyFontfamily_1 *[class^=icofont-] {
    font-family: IcoFont !important;
}
/*Link*/
html.accssyLink_1 a, html.accssyLink_1 a *{
	font-weight: bold !important;
	text-decoration: underline !important;
}
html.accssyLink_2 a, html.accssyLink_2 a *{
	background: #fff !important;
	color: blue !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	/*text-shadow: 
		0 0px #fff,
		0 1px #fff,
		0 1px #fff,
		0 2px #fff,
		0 2px #fff,
		0 3px #fff,
		0 3px #fff,
		0 4px #fff,
		0 4px #fff,
		0 5px #fff,
		0 5px #fff,
		0 -0px #fff,
		0 -1px #fff,
		0 -1px #fff,
		0 -2px #fff,
		0 -2px #fff,
		0 -3px #fff,
		0 -3px #fff,
		0 -4px #fff,
		0 -4px #fff,
		0 -5px #fff,
		0 -5px #fff,
		-1px 0 #fff,
		-0px 0 #fff,
		-2px 0 #fff,
		-1px 0 #fff,
		-3px 0 #fff,
		-2px 0 #fff,
		-4px 0 #fff,
		-3px 0 #fff,
		-5px 0 #fff,
		-4px 0 #fff,
		-6px 0 #fff,
		1px 0 #fff,
		0px 0 #fff,
		2px 0 #fff,
		1px 0 #fff,
		3px 0 #fff,
		2px 0 #fff,
		4px 0 #fff,
		3px 0 #fff,
		5px 0 #fff,
		4px 0 #fff,
		6px 0 #fff,
		-1px 0px #fff,
		-0px 1px #fff,
		-2px 1px #fff,
		-1px 2px #fff,
		-3px 2px #fff,
		-2px 3px #fff,
		-4px 3px #fff,
		-3px 4px #fff,
		-5px 4px #fff,
		-4px 5px #fff,
		-6px 5px #fff,
		1px -0px #fff,
		0px 1px #fff,
		2px -1px #fff,
		1px -2px #fff,
		3px -2px #fff,
		2px -3px #fff,
		4px -3px #fff,
		3px -4px #fff,
		5px -4px #fff,
		4px -5px #fff,
		6px -5px #fff,
		-1px -0px #fff,
		-0px 1px #fff,
		-2px -1px #fff,
		-1px -2px #fff,
		-3px -2px #fff,
		-2px -3px #fff,
		-4px -3px #fff,
		-3px -4px #fff,
		-5px -4px #fff,
		-4px -5px #fff,
		-6px -5px #fff,
		1px 0px #fff,
		0px 1px #fff,
		2px 1px #fff,
		1px 2px #fff,
		3px 2px #fff,
		2px 3px #fff,
		4px 3px #fff,
		3px 4px #fff,
		5px 4px #fff,
		4px 5px #fff,
		6px 5px #fff,
		5px 6px #fff !important;*/
}
html.accssyLink_3 a, html.accssyLink_3 a *{
	background: #000 !important;
	color: yellow !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	/*text-shadow: 
		0 0px #000,
		0 1px #000,
		0 1px #000,
		0 2px #000,
		0 2px #000,
		0 3px #000,
		0 3px #000,
		0 4px #000,
		0 4px #000,
		0 5px #000,
		0 5px #000,
		0 -0px #000,
		0 -1px #000,
		0 -1px #000,
		0 -2px #000,
		0 -2px #000,
		0 -3px #000,
		0 -3px #000,
		0 -4px #000,
		0 -4px #000,
		0 -5px #000,
		0 -5px #000,
		-1px 0 #000,
		-0px 0 #000,
		-2px 0 #000,
		-1px 0 #000,
		-3px 0 #000,
		-2px 0 #000,
		-4px 0 #000,
		-3px 0 #000,
		-5px 0 #000,
		-4px 0 #000,
		-6px 0 #000,
		1px 0 #000,
		0px 0 #000,
		2px 0 #000,
		1px 0 #000,
		3px 0 #000,
		2px 0 #000,
		4px 0 #000,
		3px 0 #000,
		5px 0 #000,
		4px 0 #000,
		6px 0 #000,
		-1px 0px #000,
		-0px 1px #000,
		-2px 1px #000,
		-1px 2px #000,
		-3px 2px #000,
		-2px 3px #000,
		-4px 3px #000,
		-3px 4px #000,
		-5px 4px #000,
		-4px 5px #000,
		-6px 5px #000,
		1px -0px #000,
		0px 1px #000,
		2px -1px #000,
		1px -2px #000,
		3px -2px #000,
		2px -3px #000,
		4px -3px #000,
		3px -4px #000,
		5px -4px #000,
		4px -5px #000,
		6px -5px #000,
		-1px -0px #000,
		-0px 1px #000,
		-2px -1px #000,
		-1px -2px #000,
		-3px -2px #000,
		-2px -3px #000,
		-4px -3px #000,
		-3px -4px #000,
		-5px -4px #000,
		-4px -5px #000,
		-6px -5px #000,
		1px 0px #000,
		0px 1px #000,
		2px 1px #000,
		1px 2px #000,
		3px 2px #000,
		2px 3px #000,
		4px 3px #000,
		3px 4px #000,
		5px 4px #000,
		4px 5px #000,
		6px 5px #000,
		5px 6px #000 !important;*/
}

/*Align*/
html.accssyAlign_1 *{ text-align: left !important; }
html.accssyAlign_2 *{ text-align: center !important; }
html.accssyAlign_3 *{ text-align: right !important; }
html.accssyAlign_4 *{ text-align: justify !important; }

/*Line*/
html.accssyLine_1 #accssyLine{ 
	position: absolute;
    width: 100%;
    height: 0;
    background: black;
    border-top: 3px solid yellow;
    border-bottom: 3px solid yellow;
    z-index: 1000;
    top: 100px;
    display: block;
    padding: 3px 0;
    pointer-events: none;
}


/* a panel elemeit ne érintse a fenti változás  */
#accessibilityPanel *{
	letter-spacing: normal !important;
}
#accessibilityPanel .nav *{
	text-align: center !important;
}
#accessibilityPanel h4{
	text-align: center !important;
}
#accessibilityClose{
	text-align: center !important;
}

html.accssyContrast_3 #accessibilityPanel{
	border-left: 1px solid #fff;
}
html.accssyContrast_3 #accessibilityPanel .nav button {
	border: 1px solid #fff;
}
html.accssyContrast_3 #accessibilityPanel .nav button i {
    border: 2px solid #fff;
}
html.accssyContrast_3 #accessibilityPanel .nav button i.active {
    background: #fff !important;
    border: 2px solid #fff;
}

html.accssyContrast_4 #accessibilityPanel{
	background-color: #ebebeb !important;
}
html.accssyContrast_4 #accessibilityPanel .nav button i.active {
    background: #114d88 !important;
}
html.accssyContrast_3 #accessibilityOpen,
html.accssyContrast_4 #accessibilityOpen{
	background: #fff url(https://honlap.hu/design/accessibility/image/acs-logo.png) no-repeat center !important;
}
html.accssyContrast_4 #accessibilityPanel h4,
html.accssyContrast_4 #accessibilityClose,
html.accssyContrast_4 #accessibilityClose i,
html.accssyContrast_4 #accessibilityPanel .nav,
html.accssyContrast_4 #accessibilityPanel .honlaphu{
	background: #ebebeb !important;
}

html.accssyFocus *:focus {
    box-shadow: 0 0 0 2px inset var(--color-first) !important;
    outline: 2px solid var(--color-fontlight) !important;
}
html.accssyFocus *:focus:hover {
    box-shadow: 0 0 0 0 inset rgba(0,0,0,0) !important;
    outline: 0 solid rgba(0,0,0,0) !important;
}
html.accssyKeyb *:focus {
    box-shadow: 0 0 0 4px var(--color-fontlight) !important;
	outline: dashed 4px #c00!important;
	transition: all 0s;
}
html.accssyKeyb *:focus:hover {
    box-shadow: 0 0 0 4px var(--color-fontlight) !important;
    outline: dashed 4px #c00!important;
    transition: all 0s;
}
html.accssyFocus .widget_Picture_Main *:focus {
    box-shadow: 0 0 0 6px var(--color-first) !important;
}


@media (max-width: 1024px){
	#h-site{
		width: 100%;
		overflow: hidden;
	}
	#accessibilityOpen{
	    top: auto;
	    bottom: 16px;
	}
}
@media (max-width: 500px){
	#accessibilityOpen.active{
	   	right: auto;
       	left: 3%;
	}
	#accessibilityPanel{
		width: 90%;
	}
	/*#accessibilityPanel h4{
		font-family: 'Roboto', sans-serif !important;
		font-weight: 900;
		font-size: 22px;
		float: left;
		text-align: left;
		width: calc(100% - 94px);
		padding: 14px 0;
		border-right: 1px solid rgba(0,0,0,0.2);
		margin: 0 0 10px 10px;
		color: #114d88;
		background: transparent;
	}*/
	#accessibilityPanel .nav button b, 
	#accessibilityPanel .bottomButton{
		font-size: 14px;
	}	
	#accessibilityPanel .nav button#accssyButtonCursor,
	#accessibilityPanel .nav button#accssyButtonLine{
		display: none;
	}
}
@media (max-height: 400px){
	#accessibilityPanel, #accessibilityOpen{
		display: none;
	}
}
