/*
Theme Name: Fertőrákos Község Polgármesteri Hivatala
Theme URI: https://fertorakos.hu
Description: Fertőrákos Község Polgármesteri Hivatal weboldalának alapértelmezett sablonja.
Author: EFFIX-Marketing
Author URI: https://effix.hu
Version: 1.0
*/

@font-face { 
	font-family: 'Open Sans'; 
	src: url("fonts/opensans-regular.woff2") format('woff2');
	font-weight: 400; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Open Sans'; 
	src: url("fonts/opensans-italic.woff2") format('woff2');
	font-weight: 400; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Open Sans'; 
	src: url("fonts/opensans-bold.woff2") format('woff2');
	font-weight: 700; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Open Sans'; 
	src: url("fonts/opensans-bolditalic.woff2") format('woff2');
	font-weight: 700; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Open Sans'; 
	src: url("fonts/opensans-extrabold.woff2") format('woff2');
	font-weight: 800; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Grandstander'; 
	src: url("fonts/grandstander-extrabold.woff2") format('woff2');
	font-weight: 800; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Grandstander'; 
	src: url("fonts/grandstander-#000000.woff2") format('woff2');
	font-weight: 900; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

*{
margin: 0;
padding: 0;
border: 0;
flex-wrap: wrap;
text-decoration: none; 
}

*, 
*:after, 
*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

:root {
	--color-dark: #000000;
	--color-green: #70BB7C;
	--color-dark-green: #009884;
	--color-red: #EB6052;
	--color-yellow: #FABA20;
	--color-blue: #004F9E;
	--color-light-blue: #71CAF3;
	--color-brown: #782C26;
	--color-gray: #808080;
	--color-silver-line: #DDDDDD;
}
html {
	font-size: 16px;
}
body { margin: auto; font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 400; color: var(--color-dark); line-height: 150%; overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden !important; }

textarea, input, select, button { font-family: 'Open Sans', sans-serif; font-size: 16px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }
img.aligncenter { margin: 0 auto 20px auto; display: block; }

hr { margin: 30px 0; border-top: 5px solid #eeeeee; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_900 { max-width: 900px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.hide { display: none !important; }
.red { color: var(--color-red); }

/* Font */
.sec_font { font-family: 'Grandstander', sans; }
.center { text-align: center; }
.uppercase { text-transform: uppercase; }

/* Animation */
.anim, .button, :before, :after { -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

/* Button */
.button { height: 30px; padding: 0 20px; font-size: 16px; font-weight: 800; text-transform: uppercase; text-decoration: none !important; color: #000000 !important; line-height: 100%; background: transparent; border: 2px solid var(--color-yellow); display: inline-flex; align-items: center; border-radius: 15px; }
.button:hover { color: white !important; background-color: var(--color-yellow); }

.button.button_white { color: white !important; border-color: #FFFFFF; }
.button.button_white_hover { color: white !important; border-color: #FFFFFF; }
.button.button_white_hover:hover { color: white !important; background-color: var(--color-yellow); border-color: var(--color-yellow); }

.button.button_green { border-color: var(--color-dark-green); }
.button.button_green:hover { color: white !important; background-color: var(--color-dark-green); border-color: var(--color-dark-green); }

.button:disabled, 
.button:disabled:hover { color: white !important; background-color: #ccc !important; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background: transparent; border: 2px solid var(--color-blue); clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:hover, 
input[type="checkbox"]:hover, 
input[type="radio"]:checked, 
input[type="checkbox"]:checked { border-color: var(--color-dark-blue); }

input[type="radio"]:checked:before { width: 100%; height: 100%; left: 0; top: 0; text-align: center; background: var(--color-red); position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 100%; height: 100%; left: 0; top: 0; font-weight: 700; text-align: center; color: #FFFFFF; background: var(--color-dark-blue); position: relative; display: flex; justify-content: center; align-items: center; content: '✓'; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { transition: background-color 5000s ease-in-out 0s; }


/*
----------------
	FANCYBOX
----------------
*/
.fancybox-container.partner-modal .fancybox-content { max-width: 1000px; height: auto !important; padding: 50px !important; margin: auto !important; background: #FFFFFF; }
.fancybox-container.partner-modal .partner_modal_wrap { display: inline-flex; }
.fancybox-container.partner-modal .partner_modal_wrap .wrap_left { width: 270px; }
.fancybox-container.partner-modal .partner_modal_wrap .wrap_left img { width: auto; max-width: 200px; height: auto; max-height: 150px; display: block; }
.fancybox-container.partner-modal .partner_modal_wrap .wrap_right { padding-right: 100px; flex: 1; }
.fancybox-container.partner-modal .partner_modal_wrap .wrap_right p { margin-bottom: 20px; }
.fancybox-container.partner-modal .partner_modal_wrap .wrap_right p:last-child { margin-bottom: 0; }

.fancybox-container.partner-modal .fancybox-close-small { width: 50px; height: 50px; right: 20px !important; top: 20px !important; color: #000000 !important; background: var(--color-yellow); border-radius: 50%; opacity: 100% !important; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.fancybox-container.partner-modal .fancybox-close-small:hover { color: white !important; background: var(--color-dark); }


/*
------------------
	NAVIGATION
------------------
*/
#rwd_menu { width: 100%; left: 0; top: 80px; bottom: 0; background: rgba(8 75 107 / 20%); position: fixed; z-index: 1000; visibility: hidden; opacity: 0; } 
#rwd_menu .rwd_menu_wrap { width: 480px; height: 100%; right: -100%; top: 0; padding: 30px 50px; background: var(--color-blue); position: absolute; overflow-x: hidden; overflow-y: auto; } 

#rwd_menu .rwd_menu_section { margin-bottom: 30px; }
#rwd_menu .rwd_menu_section h4 { margin-bottom: 10px; font-size: 18px; font-weight: 700; text-transform: uppercase; color: var(--color-yellow); }

/* Menu */
#rwd_menu .rwd_menu_section.menu { margin-bottom: 30px; }

#rwd_menu ul { margin-bottom: 0; list-style: none; }
#rwd_menu ul li a { color: #FFFFFF; display: block; }

/* Primary menu */
#rwd_menu ul.primary_menu li { border-bottom: 1px solid rgba(0 0 0 / 20%); }
#rwd_menu ul.primary_menu li a { padding: 15px 0; font-size: 20px; font-weight: 700; line-height: 100%; display: block; position: relative; }
#rwd_menu ul.primary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

#rwd_menu ul.primary_menu li.menu-item-has-children > a:after { width: 16px; height: 16px; right: 0; top: calc(50% - 8px); background: url(images/icon-arrow-down-white.svg) no-repeat center; background-size: auto 100%; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:after { transform: rotate(180deg); }

#rwd_menu ul.primary_menu li ul { margin-left: -50px; margin-right: -50px; padding: 10px 0; background: #FFFFFF; display: none; }
#rwd_menu ul.primary_menu li ul li { margin: 5px 0; border-bottom: none; }
#rwd_menu ul.primary_menu li ul li a { left: auto !important; padding: 5px 50px 5px; font-size: 17px; color: var(--color-dark) !important; line-height: 20px; opacity: 100% !important; }
#rwd_menu ul.primary_menu li ul li.menu-item-has-children > a:after { width: 20px; height: 20px; right: 20px; top: calc(50% - 10px); background: url(images/icon-arrow-down-small.svg) no-repeat center; background-size: 12px; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li ul li.open > a:before { display: none; }

#rwd_menu ul.primary_menu li ul li ul { background: #eef0f4; }
#rwd_menu ul.primary_menu li ul li ul li { border-bottom: none; }
#rwd_menu ul.primary_menu li ul li ul li a { padding: 10px 20px; }

.sub-menu {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/* Secondary menu */
#rwd_menu ul.secondary_menu { margin-bottom: 30px; }
#rwd_menu ul.secondary_menu li { margin-bottom: 5px; }
#rwd_menu ul.secondary_menu li a { font-size: 18px; font-weight: 400; }
#rwd_menu ul.secondary_menu li a:hover { text-decoration: underline !important; }

/* Social Media */
#rwd_menu .social_media_wrap { height: 60px; border: 2px solid var(--color-dark-blue); display: flex; border-radius: 2px; }
#rwd_menu .social_media_wrap a { height: 100%; font-size: 0; background-repeat: no-repeat; background-position: center; background-size: auto 16px; border-right: 1px solid var(--color-dark-blue); display: flex; flex-grow: 1; flex-basis: 0; }
#rwd_menu .social_media_wrap a:last-child { border-right: none; }
#rwd_menu .social_media_wrap a:hover { background-color: var(--color-silver); }
#rwd_menu .social_media_wrap a.linkedin { background-image: url(images/icon-linkedin-dark-blue.svg); }
#rwd_menu .social_media_wrap a.youtube { background-image: url(images/icon-youtube-dark-blue.svg); }
#rwd_menu .social_media_wrap a.twitter { background-image: url(images/icon-x-dark-blue.svg); }

body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 100%; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }


/*
--------------
	HEADER
--------------
*/
#header { width: 100%; height: 130px; left: 0; top: 0; background: #FFFFFF; position: fixed; z-index: 100; }
#header .header_wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }

/* Logo */
#header .logo img { display: block; }

/* Search */
#header .menu__search { height: 100%; }

#header .menu__search_top { height: calc(100% - 50px); display: flex; align-items: center; justify-content: end; }
#header .menu__search_top form.search_form { width: 400px; height: 30px; position: relative; }
#header .menu__search_top form.search_form input[type=text] { width: 100%; height: 100%; padding-left: 10px; font-style: italic; color: var(--color-green); background: transparent; border: 1px solid var(--color-green); position: relative; outline: 2px solid transparent; outline-offset: 2px; border-radius: 15px; z-index: 1; }
#header .menu__search_top form.search_form input[type=text]:focus { outline-color: var(--color-green); }
#header .menu__search_top form.search_form input[type=submit] { width: 40px; height: 100%; right: 0; top: 0; background: url(images/icon-search-green.svg) no-repeat center; background-size: auto 24px; position: absolute; z-index: 2; cursor: pointer; }
#header .menu__search_top form.search_form input[type=submit]:hover { opacity: 80%; }

/* Menu */
#header .menu__search_bottom { height: 50px; }
#header .menu__search_bottom ul { display: flex; list-style: none; }
#header .menu__search_bottom ul li { margin-left: 30px; position: relative; }
#header .menu__search_bottom ul li:first-child { margin-left: 0; }
#header .menu__search_bottom ul li a { padding-top: 5px; font-size: 21px; text-transform: uppercase; color: var(--color-dark-green); line-height: 30px; display: block; position: relative; }
#header .menu__search_bottom ul li a:after { width: 100%; height: 4px; left: 0; bottom: 2px; background: var(--color-yellow); display: none; position: absolute; content: ''; }

#header .menu__search_bottom ul li ul { width: max-content; left: -25px; top: 100%; padding: 25px 0; background: #FFFFFF; display: block; position: absolute; visibility: hidden; opacity: 0; }
#header .menu__search_bottom ul li ul li { margin-left: 0; margin-bottom: 10px; padding: 0 25px; }
#header .menu__search_bottom ul li ul li:last-child { margin-bottom: 0; }
#header .menu__search_bottom ul li ul li a { padding-top: 0; font-family: 'Open Sans', serif; font-size: 16px; font-weight: 700; text-transform: none; color: #000000; line-height: 20px; }
#header .menu__search_bottom ul li ul li a:hover { text-decoration: underline; }
#header .menu__search_bottom ul li ul li a:after { display: none !important; }
#header .menu__search_bottom ul li ul li.current-menu-item > a { color: var(--color-dark-green); }

#header .menu__search_bottom ul li:hover > a:after { display: block; }
#header .menu__search_bottom ul li:hover > ul { visibility: visible; opacity: 100%; }

#header .menu__search_bottom ul li ul li.menu-item-has-children:after { width: 18px; height: 12px; right: 25px; top: 5px; background: url(images/icon-arrow-right-green.svg) no-repeat right center; background-size: auto 100%; position: absolute; content: '';}

#header .menu__search_bottom ul li ul li ul { max-width: 300px; left: 100%; top: -25px; padding: 25px 25px 25px 40px; background: #eeeeee; visibility: hidden; opacity: 0; }
#header .menu__search_bottom ul li ul li ul li { padding: 0 !important; list-style: disc; }
#header .menu__search_bottom ul li ul li:hover > ul { visibility: visible; opacity: 100%; }

/* RWD button */
#header .rwd_button { height: 40px; margin-left: 20px; padding-left: 45px; padding-right: 15px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #FFFFFF; line-height: 100%; background: var(--color-blue); align-items: center; position: relative; cursor: pointer; border-radius: 20px; }
#header .rwd_button .burg { width: 40px; height: 40px; top: 0; left: 5px; position: absolute; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 20px; height: 1px; background: #FFFFFF; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: calc(50% - 2px); left: 10px; }
#header .rwd_button .burg:after { top: calc(50% + 2px); right: 10px; }

body.rwd_menu__opened #header .rwd_button .burg:before { top: 50%; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 50%; -webkit-transform: rotate(-45deg); }

/* Fixed menu */
body.fixed_menu #header { height: 80px; box-shadow: 0 20px 20px rgba(0 0 0 / 20%); }
body.fixed_menu #header .logo img { width: auto !important; height: 60px !important; }
body.fixed_menu #header .menu__search_top { display: none; }
body.fixed_menu #header .menu__search_bottom { height: 100%; display: flex; align-items: center; }


/*
-------------
	SLIDE
-------------
*/
#slide { max-height: 700px; background-color: var(--color-gray); background-repeat: no-repeat; background-position: center; background-size: cover; }
#slide:after { padding-top: 40%; display: block; content: ''; }

#slide_video { width: 100%; height: 100vh; background: #000000; position: relative; overflow: hidden; }

/* fix */
#slide_video {width: 100%; aspect-ratio: 16 / 9; max-height: 70vh; height: revert;}

#slide_video video,
#slide_video iframe { width: 100%; height: 100%; inset: 0; position: absolute; object-fit: cover; }

/* fix */
#slide_video video,
#slide_video iframe {width: 100%; height: 200%; top: 50%; left: 50%;transform: translate(-50%, -50%);}

#slide_video .video_toggle { width: 50px; height: 50px; left: 50%; top: 50%; background: rgba(0 0 0 / 50%); border: 0; position: absolute; z-index: 3; border-radius: 50%; cursor: pointer; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#slide_video .video_toggle::before { left: 50%; top: 50%; font-size: 16px; color: #FFFFFF; line-height: 100%; position: absolute; content: "\275A\275A"; transform: translate(-50%, -50%); }
#slide_video .video_toggle.paused::before { font-size: 14px; content: "\25B6"; }


/*
-------------------
	LOOK AROUND
-------------------
*/
#look_around { margin-top: -80px; padding: 20px; background: var(--color-dark-green); display: flex; position: relative; z-index: 2; }
#look_around .look_around_title { width: 240px; padding-left: 20px; display: flex; align-items: center; }
#look_around .look_around_title h2 { width: min-content; font-size: 40px; font-style: italic; color: #FFFFFF; line-height: 100%; position: relative; }
#look_around .look_around_title h2:after { height: 4px; left: -40px; right: -20px; bottom: -5px; background: var(--color-yellow); position: absolute; content: ''; }

#look_around .look_around_boxes_wrap { margin-left: -10px; margin-right: -10px; display: flex; flex: 1; }
#look_around .look_around_boxes_wrap .box { margin: 0 10px; padding: 6px; border: 4px solid #FFFFFF; flex: 1; }
#look_around .look_around_boxes_wrap .box .image { height: 170px; background-color: var(--color-dark-green); background-repeat: no-repeat; background-position: center; background-size: cover; background-blend-mode: luminosity; }
#look_around .look_around_boxes_wrap .box .gradient { height: 100%; padding: 10px; background: linear-gradient(to bottom, rgba(0 152 132 / 100%) 0%, rgba(0 152 132 / 60%) 40%, rgba(0 152 132 / 60%) 100%); display: flex; position: relative; }
#look_around .look_around_boxes_wrap .box .gradient h4 { font-size: 21px; color: #FFFFFF; }
#look_around .look_around_boxes_wrap .box .gradient .arrow { width: 30px; height: 20px; right: 0; bottom: 10px; background: url(images/icon-arrow-right-yellow.svg) no-repeat right center; background-position: auto 100%; position: absolute; }
#look_around .look_around_boxes_wrap .box:hover .gradient .arrow { right: 10px; }


/*
----------------
	ABOUT US
----------------
*/
#aboutus { padding: 50px 0; }
#aboutus .aboutus_wrap { border-bottom: 4px solid var(--color-yellow); display: flex; position: relative; }
#aboutus .aboutus_wrap .wrap_left { width: 280px; display: flex; align-items: flex-end; justify-content: center; margin-right: 50px; }
#aboutus .aboutus_wrap .wrap_left img { width: 100%; height: auto; display: block; }

#aboutus .aboutus_wrap .wrap_right { flex: 1; }
#aboutus .aboutus_wrap .wrap_right.has_image { padding: 20px 0; }
#aboutus .aboutus_wrap .wrap_right .title { margin-bottom: 20px; font-size: 28px; color: var(--color-dark-green); }
#aboutus .aboutus_wrap .read_more { height: 30px; right: 30px; bottom: -16px; padding: 0 20px; font-size: 16px; font-weight: 800; text-transform: uppercase; color: #000000; line-height: 100%; background: #FFFFFF; border: 2px solid var(--color-yellow); display: inline-flex; align-items: center; position: absolute; border-radius: 15px; }
#aboutus .aboutus_wrap .read_more:hover { color: white !important; background: var(--color-yellow); }
#aboutus .aboutus_text_wrapper p {
	margin-bottom: 1em;
}

/*
------------
	NEWS
------------
*/
#news { padding: 50px 0; background: var(--color-dark) url(images/bgr-news.jpg) no-repeat center; background-size: cover; }
#news h2 { margin-bottom: 10px; font-size: 21px; font-weight: 800; color: var(--color-dark-green); }
#news .frontpage_news_box { margin-bottom: 50px; padding: 25px; background: #FFFFFF; }
#news .frontpage_news_wrap { display: flex; justify-content: space-between; }
#news .frontpage_news_wrap .post_column { width: calc(50% - 15px); }
#news .frontpage_news_wrap .post_column article { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 2px solid var(--color-dark-green); }
#news .frontpage_news_wrap .post_column article .datetime { margin-bottom: 5px; font-size: 14px; color: var(--color-red); }
#news .frontpage_news_wrap .post_column article a { font-weight: 700; color: #000000; }
#news .frontpage_news_wrap .post_column article a:hover { text-decoration: underline; }

.news_wrap { margin-left: -15px; margin-right: -15px; display: flex; }
.news_wrap .news { width: calc(25% - 30px); margin: 50px 15px 0; }
.news_wrap .news:nth-child(-n+4) { margin-top: 0; }
.news_wrap .news a.thumbnail { display: flex; outline: 3px solid transparent; outline-offset: 2px; }
.news_wrap .news a.thumbnail:hover { outline-color: var(--color-dark-green); border-radius: 2px; }
.news_wrap .news a.thumbnail img { width: 100%; height: auto; display: flex; }
.news_wrap .news .entry { padding-top: 15px; }
.news_wrap .news .entry h3 { text-transform: none !important; }
.news_wrap .news .entry h3 a { font-size: 20px; text-decoration: none !important; }
.news_wrap .news .entry .datetime { margin-bottom: 10px; font-size: 13px; line-height: 100%; }


/*
--------------
	EVENTS
--------------
*/
#events { padding: 50px 0; position: relative; }
#events:before { width: 100%; height: 270px; left: 0; top: 0; background: var(--color-blue); position: absolute; content: ''; }
#events h2 { margin-bottom: 50px; text-align: center; color: #FFFFFF; }

.events_wrap { margin-left: -10px; margin-right: -10px; display: flex; }
.events_wrap .event { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; padding-bottom: 15px; border-bottom: 2px solid var(--color-dark-green); }
.events_wrap .event:nth-child(-n+3) { margin-top: 0; }
.events_wrap .event a.thumbnail { margin-bottom: 10px; display: block; border: 2px solid #FFFFFF; position: relative; }
.events_wrap .event a.thumbnail img { width: 100%; height: auto; display: block; }
.events_wrap .event a.thumbnail .datetime { width: 80px; height: 80px; left: 15px; bottom: 15px; text-align: center; background: #FFFFFF; display: flex; align-items: center; align-content: center; position: absolute; }
.events_wrap .event a.thumbnail .datetime span.month { width: 100%; font-size: 13px; font-weight: 700; font-style: italic; text-transform: capitalize; color: var(--color-dark-green); display: block; }
.events_wrap .event a.thumbnail .datetime span.day { width: 100%; font-size: 40px; font-weight: 700; color: var(--color-dark-green); line-height: 100%; display: block; }
.events_wrap .event h3 { min-height: 70px; text-transform: none !important; }
.events_wrap .event h3 a { font-size: 20px !important; font-weight: 700; text-decoration: none !important; line-height: 110%; color: #000000 !important; }
.events_wrap .event h3 a:hover { text-decoration: underline !important; }

body.home .events_wrap { margin-bottom: 50px; }
body.home .events_wrap .event { width: calc(25% - 20px); }
body.home .events_wrap .event:nth-child(-n+4) { margin-top: 0; }


/*
------------------
	APARTMENTS
------------------
*/
#apartments { padding: 50px 0; background: var(--color-green); }
#apartments h2 { margin-bottom: 50px; color: #FFFFFF; }
#apartments .slick-slide { height: auto; }
#apartments .apartments_wrap { max-width: 1100px; margin: auto; }
#apartments .apartments_wrap .apartment { padding: 0 10px; }
#apartments .apartments_wrap .apartment a { padding: 5px; font-size: 21px; color: #FFFFFF; border: 4px solid #FFFFFF; display: block; position: relative; }
#apartments .apartments_wrap .apartment a img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; position: relative; z-index: 1; }
#apartments .apartments_wrap .apartment .gradient { left: 5px; top: 5px; right: 5px; bottom: 5px; padding: 10px; background: linear-gradient(to bottom, rgba(0 152 132 / 100%) 0%, rgba(0 152 132 / 60%) 40%, rgba(0 152 132 / 60%) 100%); position: absolute; z-index: 2; }

body.home #apartments .apartments_wrap { margin-bottom: 50px; }

/* Arrows */
#apartments .apartments_wrap .slick-arrow { width: 80px; height: 54px; left: -90px; top: calc(50% - 27px); font-size: 0; background: transparent url(images/icon-arrow-left-yellow.svg) no-repeat center; background-size: 100% auto; display: block; position: absolute; cursor: pointer; }
#apartments .apartments_wrap .slick-arrow.slick-next { left: auto; right: -90px; background-image: url(images/icon-arrow-right-yellow.svg); }

/* Dots */
#apartments ul.slick-dots { width: 100%; margin-top: 30px; display: flex; justify-content: center; list-style: none; }
#apartments ul.slick-dots li { margin: 0 5px; }
#apartments ul.slick-dots li button { width: 30px; height: 30px; color: #000000; background: #FFFFFF; border-radius: 50px; cursor: pointer; }
#apartments ul.slick-dots li.slick-active button { color: #FFFFFF; background: var(--color-dark-green); }


/*
------------------------
	QUICK LINK BOXES
------------------------
*/
#quick_link_boxes { padding: 50px 0; }
#quick_link_boxes .quick_link_boxes_wrap { margin-left: -10px; margin-right: -10px; display: flex; justify-content: space-between; }
#quick_link_boxes .quick_link_boxes_wrap .box { width: 33%; max-width: 290px; height: 150px; margin: 0 10px; padding: 5px; border: 4px solid var(--color-dark-green); }
#quick_link_boxes .quick_link_boxes_wrap .box .gradient { height: 100%; padding: 10px; background: var(--color-blue); }
#quick_link_boxes .quick_link_boxes_wrap .box .gradient h4 { font-size: 21px; color: #FFFFFF; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 180px; padding: 10px 0; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center; background-size: cover; }

.rank-math-breadcrumb { margin-bottom: 10px; font-size: 14px; font-weight: 700; color: var(--color-dark); }
.rank-math-breadcrumb p { margin-bottom: 0 !important; }
.rank-math-breadcrumb a { font-weight: 400; text-decoration: underline; color: var(--color-gray) !important; }
.rank-math-breadcrumb a:hover { color: var(--color-dark) !important; }
.rank-math-breadcrumb .separator { font-weight: 400; }


/*
---------------
	CONTENT
---------------
*/
#container { padding-top: 130px; }
body.page-template-contact #container { background: var(--color-silver); }

#main { display: flex; min-height:600px; }

#content { padding: 50px 0; flex: 1; }

#content p { margin-bottom: 20px; }
#content p:has(a.download) { margin-bottom: 10px; }
#content img { max-width: 100%; height: auto; }

#content a { text-decoration: underline; color: var(--color-dark-green); }
#content a:hover { color: var(--color-dark); }
#content a.download { width: fit-content; margin-bottom: 10px; padding: 15px 20px 15px 50px; font-weight: 700; text-decoration: none !important; color: #000000; line-height: 20px; background: url(images/icon-download.svg) no-repeat 10px center; background-size: auto 30px; border: 2px solid var(--color-light-blue); display: block; border-radius: 15px; }
#content a.download:hover { border-color: #000000; }
#content a.download + br { display: none !important; }

.page-id-1248 #content a.download {
  background: none;
  border: none;
	font-weight: revert;
  padding: 0;
  display: inline;
	text-decoration: underline !important;
    color: var(--color-dark-green);
}
.page-id-1248 #content a:hover {
    color: var(--color-dark);
}
.page-id-1248 #content ul {
	list-style: none;
}

.page-id-1248 #content a.download + br {
  display: inline;
}

#content h1 { margin-bottom: 30px; font-size: clamp(24px, 4vw, 36px); color: var(--color-dark-green); line-height: 120%; }
#content h2 { margin-bottom: 20px; font-size: clamp(20px, 3vw, 28px); font-weight: 700; color: var(--color-dark); line-height: 120%; }
#content h3 { margin-bottom: 10px; font-size: 18px; font-weight: 700; text-transform: uppercase; color: var(--color-dark-green); line-height: 120%; }

#content ul { margin-bottom: 20px; margin-left: 20px; }
#content ol { margin-bottom: 20px; margin-left: 20px; }

#content .meta { margin-bottom: 20px; padding: 10px 0; font-size: 13px; border-top: 2px solid #eeeeee; border-bottom: 2px solid #eeeeee; display: flex; justify-content: space-between; }

/*
---------------
	VIDEOS
---------------
*/

.video-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-container br {
    display: none;
}

/* Single column under 500px */
@media (max-width: 700px) {
    .video-container {
        grid-template-columns: 1fr;
    }
}


/* Albums */
/*
#content .df_albums_wrap { margin-left: -10px; margin-right: -10px; display: flex; }
#content .df_albums_wrap .df_album { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; }
#content .df_albums_wrap .df_album:nth-child(-n+3) { margin-top: 0; }
#content .df_albums_wrap .df_album a.thumbnail { margin-bottom: 10px; display: block; outline: 3px solid #eeeeee; outline-offset: 2px; border-radius: 2px; }
#content .df_albums_wrap .df_album a.thumbnail:hover { outline-color: var(--color-dark-green); }
#content .df_albums_wrap .df_album a.thumbnail img { width: 100%; height: auto; display: block; }
#content .df_albums_wrap .df_album h3 a { text-decoration: none !important; }
#content .df_albums_wrap .df_album .count { margin-bottom: 5px; font-size: 14px; }
*/

/* Gallery */
/*
#content .df_gallery_wrap { margin-left: -10px; margin-right: -10px; display: flex; }
#content .df_gallery_wrap .df_gallery { width: calc(33.3333333333% - 20px); margin: 20px 10px 0; }
#content .df_gallery_wrap .df_gallery:nth-child(-n+3) { margin-top: 0; }
#content .df_gallery_wrap .df_gallery a { display: flex; align-items: center; justify-content: center; outline: 3px solid #eeeeee; outline-offset: 2px; border-radius: 2px; }
#content .df_gallery_wrap .df_gallery a:hover { outline-color: var(--color-dark-green); }
#content .df_gallery_wrap .df_gallery a img { width: auto; max-width: 100%; height: auto; max-height: 100%; display: block; }

#content .df_gallery_wrap_inline { margin-bottom: 50px; }
#content .df_gallery_wrap_inline:last-child { margin-bottom: 0; }
#content .df_gallery_wrap_inline .caption { padding: 10px; font-size: 14px; line-height: 20px; border-bottom: 3px solid var(--color-dark-green); }
*/

/* History Back */
#content .history_back_button { height: 30px; padding: 0 14px; color: #FFFFFF; background: var(--color-blue); border-radius: 15px; cursor: pointer; }
#content .history_back_button:hover { background: var(--color-dark); }

/* Caption */
#content .wp-caption img { max-width: 100%; height: auto; display: block; }
#content .wp-caption p { margin-bottom: 0 !important; padding: 10px; font-size: 14px; line-height: 20px; border-bottom: 3px solid var(--color-dark-green); }

/* Colleagues */
#content .colleagues_wrap { display: flex; justify-content: space-between; }
#content .colleagues_wrap .colleague { width: 33.3333333333%; max-width: 260px; margin-top: 50px; }
#content .colleagues_wrap .colleague:nth-child(-n+3) { margin-top: 0; }
#content .colleagues_wrap .colleague img { width: 190px; height: auto; margin-bottom: 20px; display: block; }

/* Accordion */
#content .custom-accordion { margin-bottom: 30px; border: 1px solid var(--color-silver-line); border-radius: 10px; overflow: hidden; }
#content .custom-accordion > br { display: none; }
#content .custom-accordion .accordion-item { border-bottom: 1px solid var(--color-silver-line); }
#content .custom-accordion .accordion-item:last-of-type { border-bottom: none; }
#content .custom-accordion .accordion-header { padding: 10px; font-weight: 700; background: #f7f7f7; cursor: pointer; }
#content .custom-accordion .accordion-content { padding: 10px; border-top: 1px solid var(--color-silver-line); display: none; }
#content .custom-accordion .accordion-content p {margin-bottom: 0;}
/* Pagination */
#content .pagination { margin-top: 30px; display: flex; position: relative; }
#content .pagination .pages { display: none !important; }
#content .pagination a, 
#content .pagination span.current { width: 50px; height: 50px; margin-right: 10px; color: var(--color-dark); background-color: var(--color-silver-line); display: flex; justify-content: center; align-items: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#content .pagination span.current { color: #FFFFFF; background-color: var(--color-blue); }


/*
---------------
	SIDEBAR
---------------
*/
#sidebar { width: 300px; margin-left: 100px; padding: 50px 0; }
#sidebar .widget { margin-bottom: 30px; }
#sidebar .widget_title { margin-bottom: 20px; font-size: 21px; color: var(--color-blue); line-height: 100%; }
#sidebar .sidebar_wrap { overflow: auto; }

#sidebar .open_close_sidebar { width: 40px; height: 40px; right: -50px; top: 20px; text-decoration: none !important; color: #FFFFFF; background: var(--color-dark); align-items: center; justify-content: center; position: absolute; border-radius: 50%; }
body.opened_sidebar #sidebar .open_close_sidebar { right: 20px; }

/* Subpages */
#sidebar .widget.widget_subpages ul { margin-left: 0 !important; list-style: none !important; }
#sidebar .widget.widget_subpages ul li { margin-bottom: 15px; }
#sidebar .widget.widget_subpages ul li a { padding: 4px 10px; font-weight: 700; text-transform: uppercase; text-align: center; color: #000000; line-height: 16px; border: 3px solid var(--color-yellow); display: block; border-radius: 15px; }
#sidebar .widget.widget_subpages ul li a:hover { background: var(--color-yellow); }
#sidebar .widget.widget_subpages ul li.current-page a { color: #FFFFFF; background: var(--color-blue); border-color: var(--color-blue); }

#sidebar .widget.widget_subpages ul li ul { margin-top: 10px; }
#sidebar .widget.widget_subpages ul li ul li a { padding: 0; text-transform: none !important; color: #000000 !important; background: transparent !important; border: none !important; }

/* News */
#sidebar .widget_news_wrap .news { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 3px solid #eeeeee; }
#sidebar .widget_news_wrap .news:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
#sidebar .widget_news_wrap .news a.thumbnail { display: block; }
#sidebar .widget_news_wrap .news a.thumbnail img { width: 100%; height: auto; display: block; }
#sidebar .widget_news_wrap .news .entry { padding-top: 15px; }
#sidebar .widget_news_wrap .news .entry h3 { text-transform: none !important; }
#sidebar .widget_news_wrap .news .entry h3 a { font-size: 20px; text-decoration: none !important; color: var(--color-dark-green); }
#sidebar .widget_news_wrap .news .entry h3 a:hover { color: var(--color-dark); }
#sidebar .widget_news_wrap .news .entry .datetime { margin-bottom: 10px; font-size: 13px; line-height: 100%; }


/*
--------------
	FOOTER
--------------
*/
#footer { color: #FFFFFF; background: var(--color-gray); overflow: hidden; }
#footer .footer_top_wrap { padding: 30px 0; display: flex; justify-content: space-between; position: relative; z-index: 0; }
#footer .footer_top_wrap:before { width: 100%; height: calc(100% + 100px); left: 0; top: -50px; background: url(images/logo-part.svg) no-repeat left center; background-size: auto 100%; position: absolute; content: ''; z-index: -1; opacity: 10%; filter: brightness(0) invert(1); }

#footer .wrap_left.logo img { filter: brightness(0) invert(1); }
#footer .wrap_right { width: 60%; font-size: 14px; display: flex; gap: 6px; }
#footer .wrap_right .menu_wrap { flex: 1; }

#footer .wrap_right h3 { width: max-content; margin-bottom: 10px; padding-bottom: 2px; font-size: 14px; font-weight: 700; border-bottom: 4px solid #FFFFFF; }
#footer .wrap_right ul { list-style: none; }
#footer .wrap_right ul li { margin-bottom: 5px; }
#footer .wrap_right ul li:last-child { margin-bottom: 0; }
#footer .wrap_right ul li a { font-weight: 700; color: #FFFFFF; }
#footer .wrap_right ul li a:hover { text-decoration: underline; }

#footer .footer-bottom-links a {
	color: #fff;
	text-decoration: underline;
}
/* Footer bottom */
#footer .footer_bottom { padding: 10px 0; font-size: 14px; text-align: right; background: #666666; position: relative; z-index: 2; }


/* 
----------------
	PROJECTS
----------------
*/
.projects_logo_wrap { height: 150px; right: 0; bottom: 0; display: block; position: fixed; z-index: 100; }
.projects_logo_wrap a:not(.close_projects_logo_wrap) { height: 100%; display: inline-flex; }
.projects_logo_wrap a:not(.close_projects_logo_wrap) img { width: auto; height: 100%; display: block; }

.projects_logo_wrap a.close_projects_logo_wrap { width: 30px; height: 30px; right: 15px; top: -10px; font-size: 14px; color: white; line-height: 100%; background: var(--color-blue); display: flex; align-items: center; justify-content: center; position: absolute; z-index: 2; border-radius: 50%; }
.projects_logo_wrap a.close_projects_logo_wrap:hover { background: var(--color-yellow); }

.projects_logo_wrap.pl_szechenyi_plusz { height: 100px; left: 0; right: auto; }
.projects_logo_wrap.pl_szechenyi_plusz a.close_projects_logo_wrap { left: 15px; top: -15px; right: auto; }


/*
------------
	FORM
------------
*/
.form_row { width: 100%; margin-bottom: 20px; position: relative; }
.form_row.form_row_first { width: calc(50% - 10px); }
.form_row.form_row_last { width: calc(50% - 10px); }
.form_row.form_row_wide { width: 100%; }

.form_row p { margin-bottom: 0 !important; }
.form_row br { display: none !important; }
.form_row label { font-size: 14px; font-weight: 700; color: var(--color-gray); display: block; }

.form_row .wpcf7-list-item { margin: 0; position: relative; }
.form_row .wpcf7-list-item label { top: auto; padding-left: 35px; line-height: 20px; display: block; position: relative; }
.form_row .wpcf7-list-item input[type=checkbox] { left: 0; top: 1px; position: absolute; }

.form_row select, 
.form_row textarea, 
.form_row input[type=tel], 
.form_row input[type=text], 
.form_row input[type=email] { width: 100%; height: 60px; padding-left: 20px; font-size: 16px; background: #FFFFFF; outline: 1px solid var(--color-silver-line); border-radius: 2px; }

.form_row select:focus, 
.form_row textarea:focus, 
.form_row input[type=tel]:focus, 
.form_row input[type=text]:focus, 
.form_row input[type=email]:focus { outline-width: 2px; outline-color: var(--color-dark-blue); }

.form_row textarea { min-height: 150px; padding: 10px; resize: vertical; }

.wpcf7 .button { width: 100%; }

.wpcf7 .wpcf7-form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.wpcf7 .wpcf7-acceptance label { font-weight: 400; text-transform: none; }

.wpcf7 .wpcf7-spinner { width: 20px; height: 20px; right: 0; top: 20px; background-color: white !important; position: absolute; z-index: 10; opacity: 100% !important; }
.wpcf7 .wpcf7-spinner:before { background-color: var(--color-dark-blue) !important; }

body #pojo-a11y-toolbar {
	top: 150px !important;
}
/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1280px) {

	body #pojo-a11y-toolbar {
		top: 120px !important;
	}

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER */
	#header { height: 100px; }
	
	/* HEADER: Logo */
	#header .logo img { width: auto !important; height: 80px !important; }
	
	/* HEADER: Menu */
	#header .menu__search_bottom ul li { margin-left: 20px; }
	
	/* LOOK AROUND */
	#look_around { margin-top: 0; }
	
	/* APARTMENTS */
	#apartments .apartments_wrap { max-width: none; margin-left: -10px; margin-right: -10px; }
	
	/* CONTENT */
	#container { padding-top: 100px; }
	
	/* CONTENT: Colleagues */
	#content .colleagues_wrap .colleague { width: 50%; }
	#content .colleagues_wrap .colleague:nth-child(3) { margin-top: 50px; }
}

@media only screen and (max-width: 960px) {

	body #pojo-a11y-toolbar {
		top: 100px !important;
	}

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	.show_in_960_flex { display: inline-flex !important; }
	
	/* HEADER */
	#header { height: 80px; }
	
	/* HEADER: Logo */
	#header .logo img { height: 60px !important; }
	
	/* HEADER: Search */
	#header .menu__search { display: flex; justify-content: end; align-items: center; }
	#header .menu__search_top { height: 100%; }
	#header .menu__search_top form.search_form { height: 40px; }
	#header .menu__search_top form.search_form input[type=text] { border-radius: 20px; }
	
	/* SLIDE */
	#slide:after { padding-top: 50%; }
	
	/* LOOK AROUND */
	#look_around .look_around_title { width: 100%; margin-bottom: 30px; padding-left: 0; }
	#look_around .look_around_title h2 { width: auto; }
	
	/* NEWS */
	.news_wrap { margin-left: -10px; margin-right: -10px; }
	.news_wrap .news { width: calc(33.3333333333% - 20px); margin: 50px 10px 0; }
	.news_wrap .news:nth-child(4) { margin-top: 50px; }
	
	/* EVENTS */
	.events_wrap .event { width: calc(33.3333333333% - 20px); }
	body.home .events_wrap .event:nth-child(4) { display: none; }
	
	/* CONTENT */
	#container { padding-top: 80px; }
	#content { padding: 30px 0; }
	
	/* CONTENT: Colleagues */
	#content .colleagues_wrap .colleague { width: 33.3333333333%; }
	#content .colleagues_wrap .colleague:nth-child(3) { margin-top: 0; }
	
	/* SIDEBAR */
	#sidebar { width: 100%; height: 100%; left: 0; top: 0; margin-left: 0; padding: 0; position: fixed; z-index: 10000; visibility: hidden; opacity: 0; }
	#sidebar:before { width: 100%; height: 100%; left: 0; top: 0; background: var(--color-green); position: absolute; content: ''; z-index: -1; opacity: 70%; }
	#sidebar .sidebar_wrap { max-width: 300px; height: 100%; padding: 30px; background: #FFFFFF; }
	
	body.opened_sidebar #sidebar { visibility: visible; opacity: 100%; }
	
	/* FOOTER */
	#footer .wrap_left { width: 100%; margin-bottom: 50px; display: flex; justify-content: center; }
	#footer .wrap_right { width: 100%; }
}

@media only screen and (max-width: 768px) { 

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }
	
	/* SLIDE */
	#slide:after { padding-top: 60%; }
	
	/* LOOK AROUND */
	#look_around .look_around_boxes_wrap .box { width: calc(50% - 20px); margin: 10px; flex: none; }
	
	/* ABOUT US */
	#aboutus .aboutus_wrap .wrap_left { width: 100%; margin-right: 0; order: 2; }
	#aboutus .aboutus_wrap .wrap_left img { max-width: 50%; }
	#aboutus .aboutus_wrap .wrap_right { width: 100%; flex: none; }
	
	/* NEWS */
	#news .frontpage_news_wrap .post_column { width: 100%; }
	
	.news_wrap .news { width: calc(50% - 20px); }
	.news_wrap .news:nth-child(3) { margin-top: 50px; }
	
	/* EVENTS */
	.events_wrap .event { width: calc(50% - 20px); }
	.events_wrap .event:nth-child(3), 
	.events_wrap .event:nth-child(4) { margin-top: 20px; display: block !important; }
	
	/* QUICK LINK BOXES */
	#quick_link_boxes .quick_link_boxes_wrap .box { width: calc(50% - 20px); max-width: none; margin: 20px 10px 0; }
	#quick_link_boxes .quick_link_boxes_wrap .box:nth-child(-n+2) { margin-top: 0; }

	/* CONTENT: Colleagues */
	#content .colleagues_wrap .colleague { width: 50%; }
	#content .colleagues_wrap .colleague:nth-child(3) { margin-top: 50px; }
	
	/* CONTENT: Albums */
	#content .df_albums_wrap .df_album { width: calc(50% - 20px); }
	#content .df_albums_wrap .df_album:nth-child(3) { margin-top: 20px; }
	
	/* CONTENT: Gallery */
	#content .df_gallery_wrap .df_gallery { width: calc(50% - 20px); }
	#content .df_gallery_wrap .df_gallery:nth-child(3) { margin-top: 20px; }

	/* FOOTER */
	#footer .wrap_right .menu_wrap { width: 50%; margin-top: 50px; flex: none; }
	#footer .wrap_right .menu_wrap:nth-child(-n+2) { margin-top: 0; }	
}

@media only screen and (max-width: 640px) { 
	
	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrap { width: 100%; padding: 30px 20px; } 

	/* LOOK AROUND */
	#look_around .look_around_title h2 { font-size: 30px; }

	#look_around .look_around_boxes_wrap { margin-left: 0; margin-right: 0; }
	#look_around .look_around_boxes_wrap .box { width: 100%; margin: 10px 0; }
	
	/* EVENTS */
	.events_wrap { margin-left: 0; margin-right: 0; }
	.events_wrap .event { width: 100%; margin: 20px 0 0; }
	.events_wrap .event:nth-child(2) { margin-top: 20px; }
	
	/* QUICK LINK BOXES */
	#quick_link_boxes .quick_link_boxes_wrap { margin-left: 0; margin-right: 0; }
	#quick_link_boxes .quick_link_boxes_wrap .box { width: 100%; margin: 20px 0 0; }
	#quick_link_boxes .quick_link_boxes_wrap .box:nth-child(2) { margin-top: 20px; }
	
	/* CONTENT: Colleagues */
	#content .colleagues_wrap .colleague { width: 100%; max-width: none; }
	#content .colleagues_wrap .colleague:nth-child(2) { margin-top: 50px; }
	
	/* FOOTER */
	#footer .wrap_right .menu_wrap { width: 100%; }
	#footer .wrap_right .menu_wrap:nth-child(2) { margin-top: 50px; }
	
	/* PROJECTS */
	.projects_logo_wrap { height: 100px; }
	.projects_logo_wrap.pl_szechenyi_plusz { height: 60px; }
}

@media only screen and (max-width: 480px) { 

	/* NEWS */
	.news_wrap { margin-left: 0; margin-right: 0; }
	.news_wrap .news { width: 100%; margin: 50px 0 0; }
	.news_wrap .news:nth-child(2) { margin-top: 50px; }
}

.cky-box-bottom-left {left: 50% !important; transform: translatex(-50%)}
.cky-revisit-bottom-left {bottom: 140px !important}
@media (max-width: 576px) {
    .cky-box-bottom-left {
        left: 0 !important;
		transform: revert;
    }
	.cky-revisit-bottom-left {bottom: 100px !important}
}