﻿/*
Theme Name: Diana Holding Kft.
Theme URI: https://dianaholding.hu
Description: A Diana Holding Kft. weboldalának alapértelmezett sablonja.
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none; 
}

*, 
*:after, 
*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

:root {
	--color-green: #76bc21;
	--color-text: #333333;
	--color-blue: #18a7ea;
	--color-light-blue: #eaf0f2;
	--color-dark-blue: #0b5479;
	--color-dark: #111111;
	--color-silver-line: #dddddd;
}

body { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 400; color: var(--color-text); line-height: 30px; overflow-x: hidden; }
body.rwd_menu__opened  { overflow: hidden; }

textarea, input, select, button { font-family: 'DM Sans', sans-serif; font-size: 17px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { margin-bottom: 20px; border-top: 3px solid var(--color-silver-line) }

/* 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; }
.inner_600 { max-width: 600px; }
.alignleft { margin: 0 20px 5px 0; float: left; }
.alignright { margin: 0 0 5px 20px; float: right; }
.aligncenter { margin: 0 auto 20px auto; display: block; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.hide { display: none !important; }
.red { color: #ff0000; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Animation */
.anim, ul.menu a:before, ul.menu a:after { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.anim_cubic, .service :after { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-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: 50px; padding: 0 30px; font-size: 15px !important; font-weight: 700; text-decoration: none !important; text-align: center; color: white !important; line-height: 50px; background: var(--color-blue); display: inline-block; position: relative; cursor: pointer; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover { background: var(--color-dark-blue); }
.button:disabled { color: white; background: #ccc; }

.button.button_xs { height: 30px; padding: 0 10px; font-size: 14px !important; line-height: 30px; }

.button.button_white_hover:hover { color: var(--color-dark-blue) !important; background: white; }

/* Checkbox and radio */
input[type=radio], 
input[type=checkbox] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #828282; 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]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #c1a063; position: relative; border-radius: 8px; display: block; content: ''; }
input[type=checkbox]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #c1a063; position: relative; display: block; content: ''; }


/*
----------------
	FANCYBOX
----------------
*/
.fancybox-container .fancybox-content { font-size: 20px; line-height: 30px; overflow: visible !important; }
.fancybox-container .fancybox-content a { text-decoration: underline; color: #002e49; outline: none; }
.fancybox-container .fancybox-content a:hover { text-decoration: none; color: #2e2e2e; }

.fancybox-container .fancybox-content.exitpopup { max-width: 800px; padding: 0; }
.fancybox-container .fancybox-content.exitpopup .fancybox-close-small { width: 40px; height: 40px; right: 10px; top: -20px; padding: 0; line-height: 30px; background: var(--color-blue); display: flex; align-items: center; justify-content: center; position: absolute; cursor: pointer; opacity: 100% !important; border-radius: 50%; }
.fancybox-container .fancybox-content.exitpopup .fancybox-close-small:hover { background-color: var(--color-dark); }
.fancybox-container .fancybox-content.exitpopup .fancybox-close-small svg { width: 20px; height: auto; }
.fancybox-container .fancybox-content.exitpopup .fancybox-close-small svg path { fill: white; }

.fancybox-container .fancybox-content.exitpopup .wrapper { padding: 30px; }
.fancybox-container .fancybox-content.exitpopup .wrapper h3 { margin-bottom: 10px; font-size: 25px; font-weight: 700; color: #002e49; line-height: 100%; }
.fancybox-container .fancybox-content.exitpopup .wrapper img { max-width: 100%; height: auto; max-height: 250px; margin: auto; display: block; }
.fancybox-container .fancybox-content.exitpopup .wrapper p { margin-bottom: 20px; line-height: 30px; }
.fancybox-container .fancybox-content.exitpopup .wrapper p:last-child { margin-bottom: 0; }
.fancybox-container .fancybox-content.exitpopup .wrapper ul { margin-left: 20px; margin-bottom: 20px; }
.fancybox-container .fancybox-content.exitpopup .wrapper ul li { list-style: square; }
.fancybox-container .fancybox-content.exitpopup .wrapper ul.check { margin-left: 10px; }
.fancybox-container .fancybox-content.exitpopup .wrapper ul.check li { list-style: none; }
.fancybox-container .fancybox-content.exitpopup .wrapper ul.check li:before { margin-right: 5px; font-size: 19px; color: #85ad74; content: '✔'; }

.fancybox-container .fancybox-content.exitpopup .wrapper.has_image { padding: 0; display: flex; flex-wrap: wrap; }
.fancybox-container .fancybox-content.exitpopup .wrapper.has_image .image { width: 50%; background-color: #2e2e2e; background-repeat: no-repeat; background-position: center; background-size: cover; }
.fancybox-container .fancybox-content.exitpopup .wrapper.has_image .content { width: 50%; padding: 50px; }

.fancybox-container .fancybox-content.exitpopup .wrapper.has_only_image { padding: 0; }
.fancybox-container .fancybox-content.exitpopup .wrapper.has_only_image img { width: 100%; height: auto; display: block; }


/*
-----------------------
	COOKIE LAW INFO
-----------------------
*/
#cookie-law-info-bar { width: 100% !important; max-width: 320px !important; padding: 20px !important; text-align: left !important; font-size: 14px !important; line-height: 20px; }
#cookie-law-info-bar span { display: block; }

#cookie-law-info-bar .cli_action_button { width: 100% !important; height: 40px !important; margin-left: 0 !important; margin-top: 10px; padding: 0 !important; font-size: 15px !important; font-weight: 700; text-align: center; line-height: 40px !important; display: block; }
#cookie-law-info-bar .cli_action_button:hover { opacity: 0.9; }

#cookie-law-info-bar .cli_settings_button { width: 100% !important; height: 40px !important; margin-left: 0 !important; padding: 0 !important; font-size: 15px !important; font-weight: 700; text-align: center; color: #292929 !important; line-height: 40px !important; background-color: transparent !important; border: 1px solid #ddd !important; display: block; }
#cookie-law-info-bar .cli_settings_button:hover { border-color: #292929 !important; }


/*
---------------------
	ROTATE DEVICE
---------------------
*/
#rotate_device { width: 100%; height: 100%; left: 0; top: 0; font-weight: 700; color: white; background: #002e49; position: fixed; z-index: 100000; }
#rotate_device .entry { left: 50%; top: 50%; position: absolute; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
#rotate_device .entry img { width: 100px; height: auto; margin: auto; display: block; }
#rotate_device .entry p { margin-top: 20px; line-height: 20px; }


/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 100px; bottom: 0; padding: 50px; font-size: 18px; background: rgba(240 240 240 / 80%); position: fixed; z-index: 100; visibility: hidden; opacity: 0; overflow: hidden; }
#rwd_menu .rwd_menu_wrap { width: 300px; height: 100%; right: -100%; top: 0; padding-bottom: 30px; background: #002e49; position: absolute; overflow-y: auto; }

/* Primary menu */
#rwd_menu ul.primary_menu { margin-bottom: 30px; border-top: 1px solid rgba(255 255 255 / 10%); list-style: none; }
#rwd_menu ul.primary_menu li { border-bottom: 1px solid rgba(255 255 255 / 10%); }
#rwd_menu ul.primary_menu li a { padding: 15px 10px 10px 25px; font-size: 20px; font-weight: 700; color: white; line-height: 1; display: block; }
#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:before { width: 0; height: 100%; left: 0; top: 0; background: #000; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children > a:after { width: 20px; height: 20px; right: 20px; top: 12px; background: url(images/icon_arrow_down_white.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:before { width: 8px; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu ul.primary_menu li ul { background: white; display: none; }
#rwd_menu ul.primary_menu li ul li { border-bottom-color: #eee; }
#rwd_menu ul.primary_menu li ul li:last-child { border-bottom: none; }
#rwd_menu ul.primary_menu li ul li a { left: auto !important; padding: 15px 0 15px 25px; font-size: 17px; color: #333 !important; line-height: 20px; opacity: 100% !important; }
#rwd_menu ul.primary_menu li ul li.open > a:before { display: none; }

/* Secondary menu */
#rwd_menu ul.secondary_menu { margin-bottom: 30px; list-style: none; }
#rwd_menu ul.secondary_menu li { margin-bottom: 15px; padding: 0 25px; }
#rwd_menu ul.secondary_menu li a { font-size: 18px; font-weight: 700; color: #999; line-height: 1; display: block; }
#rwd_menu ul.secondary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

/* LI animation */
#rwd_menu ul li a { left: 10px; position: relative; opacity: 0%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
#rwd_menu ul > li.fly-in-out > a { left: 0; opacity: 100%; }

/* Button */
#rwd_menu .button_wrapper { padding: 0 25px; position: relative; z-index: 0; opacity: 0; }
#rwd_menu .button { width: auto !important; padding: 0 !important; text-align: center; background: #2e2e2e; display: block; }
#rwd_menu .button:before { background: #2e2e2e; }

body.rwd_menu__opened #rwd_menu { opacity: 1; visibility: visible; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }
body.rwd_menu__opened #rwd_menu .button_wrapper { opacity: 1; }


/*
---------------
	HEADER
---------------
*/
#header { width: 100%; height: 100px; left: 0; top: 0; background: white; position: fixed; z-index: 100; }
#header .inner { height: 100%; }

/* Logo */
#header .logo { height: 60px; padding-left: 90px; font-size: 24px; font-weight: 700; text-transform: uppercase; color: #000; line-height: 22px; letter-spacing: 5px; background: url(images/logo.svg) no-repeat left center; background-size: auto 100%; display: inline-flex; align-items: center; }

/* Menu */
#header ul.menu { height: 100%; top: 0; right: 0; display: flex; flex-wrap: wrap; position: absolute; list-style: none; }
#header ul.menu li { height: 100%; margin-left: 30px; display: flex; align-items: center; position: relative; }
#header ul.menu li:after { width: 100%; height: 4px; left: 0; bottom: 0; background: var(--color-blue); display: flex; align-items: center; display: none; position: absolute; content: ''; }
#header ul.menu li:hover:after { display: block; }
#header ul.menu li a { height: 100%; font-size: 17px; font-weight: 700; text-transform: uppercase; color: #000; line-height: 26px; display: flex; align-items: center; }

#header ul.menu li.home { padding-right: 20px; }
#header ul.menu li.home:before { width: 1px; height: 26px; right: 0; top: calc(50% - 13px); background: #ccc; position: absolute; content: ''; }
#header ul.menu li.home:after { display: none !important; }
#header ul.menu li.home a { width: 30px; height: 24px; text-indent: -9999px; background: #a4acb1 url(images/icon_home_white.svg) no-repeat center; background-size: auto 10px; display: block; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
#header ul.menu li.home a:hover { background-color: var(--color-dark-blue); }

#header ul.menu li ul { width: 380px; left: 0; top: 100%; background: white; position: absolute; -moz-box-shadow: 2px 2px 2px rgba(0 0 0 / 10%); -webkit-box-shadow: 2px 2px 2px rgba(0 0 0 / 10%); box-shadow: 2px 2px 2px rgba(0 0 0 / 10%); visibility: hidden; opacity: 0; }
#header ul.menu li ul li { height: 80px; margin-left: 0; }
#header ul.menu li ul li:after { display: none !important; }
#header ul.menu li ul li a { width: 100%; height: 100%; padding-left: 80px; font-size: 24px; text-transform: none; display: flex; align-items: center; background: url(images/bgr_submenu.png) no-repeat left bottom; position: relative; }
#header ul.menu li ul li:last-child a { background-image: none; }
#header ul.menu li ul li a:hover { background-color: #f5fafb; }
#header ul.menu li ul li a:before { width: 0; height: 100%; left: 0; top: 0; background: var(--color-blue); position: absolute; content: ''; }
#header ul.menu li ul li a:hover:before { width: 5px; }

#header ul.menu li ul li a:after { width: 50px; height: 50px; left: 15px; top: calc(50% - 25px); background-repeat: no-repeat; background-position: center; background-size: 24px auto; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#header ul.menu li ul li a:hover:after { background-color: var(--color-light-blue); }

#header ul.menu li ul li.menu-item-1619 a:after, 
#header ul.menu li ul li.menu-item-1669 a:after { background-image: url(images/icon_hardware.svg); }
#header ul.menu li ul li.menu-item-1621 a:after, 
#header ul.menu li ul li.menu-item-1671 a:after { background-image: url(images/icon_office.svg); }
#header ul.menu li ul li.menu-item-1622 a:after, 
#header ul.menu li ul li.menu-item-1672 a:after { background-image: url(images/icon_network.svg); }
#header ul.menu li ul li.menu-item-1620 a:after { background-image: url(images/icon_software.svg); }
#header ul.menu li ul li.menu-item-1719 a:after { background-image: url(images/icon_heat_pump.svg); }

#header ul.menu li ul li ul { width: 380px; height: 100%; left: 100%; top: 0; padding: 30px; background: var(--color-light-blue); visibility: hidden; opacity: 0; }
#header ul.menu li ul li ul li { height: auto; margin-bottom: 10px; }
#header ul.menu li ul li ul li a { padding-left: 0; font-size: 18px; background-color: transparent !important; background-image: none !important; }
#header ul.menu li ul li ul li a:hover { text-decoration: underline; }
#header ul.menu li ul li ul li a:before { display: none !important; }
#header ul.menu li ul li ul li a:after { display: none !important; }

#header ul.menu li:hover > ul { visibility: visible; opacity: 1; }

#header ul.menu li ul li.menu-item-has-children { position: static; }
#header ul.menu li ul li.menu-item-has-children:hover a { background-color: #f5fafb; }
#header ul.menu li ul li.menu-item-has-children:hover a:before { width: 5px; }
#header ul.menu li ul li.menu-item-has-children:hover a:after { background-color: var(--color-light-blue); }
#header ul.menu li ul li.menu-item-has-children:hover ul { visibility: visible; opacity: 1; }

/* RWD button */
#header .rwd_button { width: 60px; height: 50px; right: 20px; background: #002e49; position: absolute; cursor: pointer; z-index: 2; }
#header .rwd_button .burg { width: 30px; height: 2px; left: 15px; background: white; display: block; position: relative; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 30px; height: 2px; background: white; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: -8px; left: 0; }
#header .rwd_button .burg:after { top: 8px; right: 0; }

body.rwd_menu__opened #header .rwd_button .burg { background: transparent !important; }
body.rwd_menu__opened #header .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }

/* Fixed header */
body.fixed_header #header { -moz-box-shadow: 0 0 1px #999; -webkit-box-shadow: 0 0 1px #999; box-shadow: 0 0 1px #999; }


/*
--------------
	SLIDER
--------------
*/
#slider { height: 730px; position: relative; }
#slider .slider_wrap { height: 100%; position: relative; }
#slider .slider_wrap:after { width: calc(50% - 200px); height: 20px; left: 0; bottom: 40px; background: var(--color-blue); position: absolute; content: ''; }
#slider .slider_wrap .wrap_left { width: 50%; height: calc(100% - 60px); color: white; position: relative; z-index: 2; }
#slider .slider_wrap .wrap_left:before { width: calc(100% - 200px); height: 100%; left: 0; top: 0; background: var(--color-dark-blue); position: absolute; content: ''; }
#slider .slider_wrap .wrap_left:after { width: 200px; height: 100%; right: 0; top: 0; background: -moz-linear-gradient(left,  rgba(11,84,121,1) 0%, rgba(11,84,121,0.7) 100%); background: -webkit-linear-gradient(left,  rgba(11,84,121,1) 0%,rgba(11,84,121,0.7) 100%); background: linear-gradient(to right,  rgba(11,84,121,1) 0%,rgba(11,84,121,0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color-dark-blue)', endColorstr='#b30b5479',GradientType=1 ); position: absolute; content: ''; }
#slider .slider_wrap .wrap_left .dots { height: 100%; padding-left: calc(100% - 640px); background: url(images/dots.png) repeat left top; position: relative; z-index: 3; }
#slider .slider_wrap .wrap_left .title { font-size: 56px; line-height: 1; }
#slider .slider_wrap .wrap_left .text { margin-top: 20px; }
#slider .slider_wrap .wrap_left .button { margin-top: 20px; }
#slider .slider_wrap .wrap_right { width: calc(50% + 200px); height: 100%; right: 0; top: 0; background-color: #000; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; z-index: 1; }


/*
----------------
	ABOUT US
----------------
*/
#aboutus { margin: 100px 0 150px; }
#aboutus .aboutus_wrap { display: flex; flex-wrap: wrap; }
#aboutus .aboutus_wrap .wrap_left { width: 50%; padding: 50px 50px 50px 0; }
#aboutus .aboutus_wrap .wrap_left p { margin-bottom: 20px; }
#aboutus .aboutus_wrap .wrap_left p:last-child { margin-bottom: 0; }
#aboutus .aboutus_wrap .wrap_left .title { margin-bottom: 30px; font-size: 50px; font-weight: 700; color: #000; line-height: 1; position: relative; }
#aboutus .aboutus_wrap .wrap_left .title::before { left: -10%; top: -150%; font-size: 120px; color: white; -webkit-text-stroke: 0.5px var(--color-light-blue); position: absolute; z-index: -1; content: attr(data-title); }

#aboutus .aboutus_wrap .wrap_right { width: 50%; position: relative; }
#aboutus .aboutus_wrap .wrap_right .image { width: 400px; height: 100%; left: 0; top: 0; background-color: #002e49; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; z-index: 2; }
#aboutus .aboutus_wrap .wrap_right .image.image_2 { left: auto; right: 0; top: 100px; border-left: 10px solid #39a9ea; z-index: 2; }


/*
----------------
	SERVICES
----------------
*/
#services { padding-top: 120px; margin-bottom: 100px; position: relative; }
#services:before { height: 1px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); top: 0; background: var(--color-light-blue); position: absolute; content: ''; }
#services .title { margin-bottom: 30px; font-size: 50px; font-weight: 700; color: #000; line-height: 1; position: relative; }
#services .title::before { left: 50%; top: -150%; font-size: 120px; color: white; -webkit-text-stroke: 0.5px var(--color-light-blue); position: absolute; z-index: -1; content: attr(data-title); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

#services .services_wrap { display: flex; flex-wrap: wrap; }
#services .services_wrap .service { width: 33.3333333333%; margin-top: 50px; color: white; background-color: var(--color-dark-blue); position: relative; }
#services .services_wrap .service:nth-child(-n+3) { margin-top: 0; }
#services .services_wrap .service:before { padding-top: 60%; display: block; content: ''; }
#services .services_wrap .service .cover { width: 100%; height: 100%; left: 0; top: 0; padding: 30px; background: rgba(11 84 121 / 30%); display: flex; align-items: end; position: absolute; }
#services .services_wrap .service h3 { width: 100%; padding-top: 25px; position: relative; }
#services .services_wrap .service h3:before { width: 100%; height: 1px; left: 0; top: 0; background: white; position: absolute; content: ''; z-index: 1; }
#services .services_wrap .service h3:after { width: 0; height: 2px; left: 0; top: 0; background: var(--color-blue); position: absolute; content: ''; z-index: 2; }
#services .services_wrap .service:hover h3:after { width: 100%; }


/*
----------------
	PARTNERS
----------------
*/
#partners { margin: 100px 0; position: relative; }
#partners .partners_wrap { padding: 30px; border: 1px solid var(--color-light-blue); position: relative; }
#partners .partners_wrap:before { left: 50%; top: -8px; padding: 0 20px; font-size: 16px; font-weight: 700; color: var(--color-dark-blue); line-height: 1; letter-spacing: 2px; background: white; position: absolute; content: 'PARTNEREINK'; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#partners .partners_wrap .item { height: 90px; display: flex; align-items: center; justify-content: center; }
#partners .partners_wrap .item img { width: auto; max-width: 80%; height: auto; max-height: 90px; display: block; }

ul.slick-dots { width: 100%; left: 0; bottom: -40px; display: flex; flex-wrap: wrap; justify-content: center; position: absolute; list-style: none; }
ul.slick-dots li { margin: 0 5px; }
ul.slick-dots li button { width: 24px; height: 24px; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
ul.slick-dots li.slick-active button { color: white; background: #000; }


/*
------------------
	COUNTER UP
------------------
*/
#counterup { background-color: #333; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#counterup .cover { padding: 150px 0; background: rgba(17 17 17 / 80%) url(images/dots.png) repeat left top; content: ''; }
#counterup .counterup_wrap { display: flex; flex-wrap: wrap; }
#counterup .counterup_wrap .data { width: 33.3333333333%; color: white; }
#counterup .counterup_wrap .data .number { margin-bottom: 20px; font-size: 80px; font-weight: 700; line-height: 1; display: flex; align-items: end; justify-content: center; }
#counterup .counterup_wrap .data .number_append { font-size: 50px; line-height: 60px; }
#counterup .counterup_wrap .data .text { padding: 0 30px; font-size: 18px; line-height: 25px; }


/*
------------
	NEWS
------------
*/
#news { padding: 100px 0; }
#news .title { margin-bottom: 30px; font-size: 50px; font-weight: 700; color: #000; line-height: 1; position: relative; }
#news .title::before { left: 50%; top: -150%; font-size: 120px; color: white; -webkit-text-stroke: 0.5px var(--color-light-blue); position: absolute; z-index: -1; content: attr(data-title); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.news_wrapper { margin-left: -25px; margin-right: -25px; display: flex; flex-wrap: wrap; }
.news_wrapper .news { width: calc(33.3333333333% - 50px); margin: 50px 25px 0; padding: 40px 40px 80px; background: var(--color-light-blue); position: relative; }
.news_wrapper .news:nth-child(-n+3) { margin-top: 0; }
.news_wrapper .news .datetime { margin-bottom: 10px; font-size: 14px; color: #6a6b6d; line-height: 20px; }
.news_wrapper .news h3 a { font-size: 26px; color: var(--color-dark-blue); line-height: 1; }
.news_wrapper .news h3 a:hover { color: #000; }
.news_wrapper .news .excerpt { margin-top: 20px; font-size: 17px; line-height: 25px; color: #6a6b6d; }
.news_wrapper .news a.read_more { height: 40px; padding: 0 20px; right: 0; bottom: 0; font-size: 15px; font-weight: 700; color: var(--color-blue); line-height: 40px; background: #d7e1e4; display: inline-block; position: absolute; }
.news_wrapper .news a.read_more:hover { color: white; background: var(--color-dark-blue); }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 400px; color: var(--color-dark-blue); background: var(--color-light-blue) url(images/bgr_before_content.png) no-repeat right bottom; background-size: cover; position: relative; }
#before_content h1 { width: 100%; margin-bottom: 0 !important; font-size: 70px; font-weight: 700; line-height: 1; }
#before_content .inner { height: 100%; padding-bottom: 100px; display: flex; flex-wrap: wrap; align-content: end; }
#before_content .before_content_wrap { position: relative; }

#before_content .rank-math-breadcrumb { margin-bottom: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; line-height: 20px; }
#before_content .rank-math-breadcrumb a { text-decoration: none; color: var(--color-dark-blue); }
#before_content .rank-math-breadcrumb a:hover { text-decoration: underline; }
#before_content .rank-math-breadcrumb .separator { margin: 0 10px; }

#before_content .back { width: 130px; height: 100%; left: -130px; top: 0; background: url(images/icon_arrow_left_white.svg) no-repeat left center; background-size: 20px auto; position: absolute; }
#before_content .back:after { width: 1px; height: 100%; left: 80px; top: 0; background: rgba(255 255 255 / 20%); position: absolute; content: ''; }


/*
----------------
	CONTENT
----------------
*/
#container { padding-top: 100px; }
#container .container_wrap { display: flex; flex-wrap: wrap; }

#content { padding: 50px 0; }
#container .container_wrap #content { width: calc(100% - 350px); padding-right: 100px; }

#content h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-dark-blue); line-height: 1; }

#content p { margin-bottom: 20px; }
#content a { text-decoration: underline; color: var(--color-dark-blue); }
#content a:hover { color: #000; }

#content blockquote { margin-bottom: 20px; padding: 50px 50px 50px 120px; font-size: 20px; font-weight: 500; color: #002e49; background: var(--color-light-blue); position: relative; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
#content blockquote:before { width: 50px; height: 50px; left: 40px; top: 40px; background: var(--color-dark-blue) url(images/icon_quote_white.svg) no-repeat center; background-size: auto 20px; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content: ''; }
#content blockquote p:last-child { margin-bottom: 0 !important; }

#content ul { margin-bottom: 20px; margin-left: 20px; list-style-type: square; }


/*
---------------
	SIDEBAR
---------------
*/
#sidebar { width: 350px; padding: 50px 0; }
#sidebar .widget { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--color-silver-line) }
#sidebar .widget_title { margin-bottom: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--color-dark-blue); line-height: 20px; }

#sidebar ul { margin-bottom: 20px; margin-left: 20px; }
#sidebar ul li a { color: var(--color-dark-blue); }
#sidebar ul li a:hover { text-decoration: underline; color: #000; }


/*
---------------
	FOOTER
---------------
*/
#footer { background: var(--color-dark) url(images/dots.png) repeat left top; border-bottom: 4px solid var(--color-blue); }

/* Footer top */
#footer .footer_top { padding: 50px 0; position: relative; }
#footer .footer_top:after { height: 1px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); bottom: 0; background: rgba(255 255 255 / 10%); position: absolute; content: ''; }
#footer .footer_top .footer_top_wrap { display: flex; flex-wrap: wrap; align-items: center; }
#footer .footer_top .logo { height: 60px; margin-right: 40px; padding-left: 90px; font-size: 24px; font-weight: 700; text-transform: uppercase; color: white; line-height: 22px; letter-spacing: 5px; background: url(images/logo_white.svg) no-repeat left center; background-size: auto 100%; display: inline-flex; align-items: center; }

#footer .footer_top ul.menu { display: flex; list-style: none; }
#footer .footer_top ul.menu li { margin-right: 30px; }
#footer .footer_top ul.menu li a { color: white; }
#footer .footer_top ul.menu li a:hover { text-decoration: underline; }

#footer .footer_top a.go_up { height: 50px; right: 0; top: 0; padding-right: 70px; font-size: 16px; font-weight: 700; text-decoration: underline; color: white; line-height: 50px; position: absolute; }
#footer .footer_top a.go_up:after { width: 50px; height: 50px; right: 0; top: 0; background: var(--color-blue) url(images/icon_arrow_up_white.svg) no-repeat center; background-size: auto 24px; position: absolute; content: ''; }

/* Footer bottom */
#footer .footer_bottom { padding: 40px 0; font-size: 18px; color: #999; }


/*
-------------------
	HUNGARY MAP
-------------------
*/
#hungary { width: 100%; height: 100%; left: 0; top: 0; background: var(--color-light-blue); display: flex; justify-content: center; align-items: center; position: fixed; z-index: 1000; }
#hungary .hungary_wrap { text-align: center; }
#hungary .hungary_wrap .logo { height: 60px; margin-bottom: 50px; padding-left: 90px; font-size: 24px; font-weight: 700; text-transform: uppercase; color: #000; line-height: 22px; letter-spacing: 5px; background: url(images/logo.svg) no-repeat left center; background-size: auto 100%; display: inline-flex; align-items: center; }
#hungary .hungary_wrap h3 { margin-bottom: 20px; font-size: 24px; font-weight: 700; color: #000; line-height: 1; }
#hungary .hungary_wrap img { width: 100%; max-width: 960px; height: auto; display: block; }


/*
-------------
	GINOP
-------------
*/
.ginop { right: 0; bottom: 0; position: fixed; z-index: 100; }
.ginop a { display: block; }
.ginop img { width: auto; height: 150px; display: block; }
.ginop .ginop_close { width: 30px; height: 30px; right: 20px; top: -10px; font-size: 14px; background: white; border: 1px solid var(--color-dark-blue); display: flex; align-items: center; justify-content: center; position: absolute; cursor: pointer; }
.ginop .ginop_close:hover { border-color: var(--color-dark); }


/*
--------------
	FORM
--------------
*/
.form-row { margin-bottom: 10px; }
.form-row.title { margin-top: 50px; }
.form-row.title:first-of-type { margin-top: 0; }
.form-row.form-row-first { width: calc(50% - 10px); float: left; }
.form-row.form-row-last { width: calc(50% - 10px); float: right; }
.form-row.form-row-wide { clear: both; }

.form-row a { text-decoration: underline; color: #002e49; }
.form-row a:hover { text-decoration: none; }

.form-row br { display: none; }
.form-row label { font-size: 16px; font-weight: 700; text-align: left; color: #000; line-height: 24px; display: block; }

.form-row textarea, 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=email], 
.form-row input[type=number] { width: 100%; height: 50px; padding-left: 15px; background: #f6f5f2; border-bottom: 2px solid #bfa06a; }

.form-row textarea:focus, 
.form-row input[type=tel]:focus, 
.form-row input[type=text]:focus, 
.form-row input[type=email]:focus, 
.form-row input[type=number]:focus { border-bottom-color: #004b58; }

.form-row textarea { min-height: 150px; padding: 15px; resize: vertical; }

.wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1280px) { 

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER: Menu */
	#header ul.menu { right: 20px; }
	#header ul.menu li { margin-left: 20px; }
	
	/* SLIDER */
	#slider { height: 680px; }
	#slider .slider_wrap .wrap_left .dots { padding-left: 20px; }
	#slider .slider_wrap .wrap_left .title { font-size: 50px; }
	
	/* NEWS */
	.news_wrapper { margin-left: -10px; margin-right: -10px; }
	.news_wrapper .news { width: calc(33.3333333333% - 20px); margin: 50px 10px 0; padding: 30px 30px 80px; }
	
	/* BEFORE CONTENT */
	#before_content { height: 300px; }
	#before_content h1 { font-size: 60px; }
	#before_content .inner { padding-bottom: 50px; }
	
	/* CONTENT */
	#container .container_wrap #content { width: calc(100% - 300px); padding-right: 50px; }
	
	/* SIDEBAR */
	#sidebar { width: 300px; padding: 50px 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .logo { margin-right: 0; margin-bottom: 30px; }
	#footer .footer_top .footer_top_wrap { justify-content: center; }
	
	#footer .footer_top ul.menu { width: 100%; justify-content: center; }
	#footer .footer_top ul.menu li { margin-left: 15px; margin-right: 15px; }
	
	#footer .footer_top a.go_up { right: 20px; }
}

@media only screen and (max-width: 960px) { 

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* SLIDER */
	#slider { height: 630px; }
	#slider .slider_wrap .wrap_left .title { font-size: 40px; }
	
	/* ABOUT US */
	#aboutus { margin: 50px 0; }
	#aboutus .aboutus_wrap .wrap_left { width: 100%; margin-bottom: 30px; padding: 0; }
	#aboutus .aboutus_wrap .wrap_left .title::before { display: none; }

	#aboutus .aboutus_wrap .wrap_right { width: 100%; }
	#aboutus .aboutus_wrap .wrap_right .image { width: 100%; height: auto; left: auto; top: auto; position: relative; }
	#aboutus .aboutus_wrap .wrap_right .image:before { padding-top: 50%; display: block; content: ''; }
	#aboutus .aboutus_wrap .wrap_right .image.image_2 { right: auto; top: auto; }
	
	/* SERVICES */
	#services { padding-top: 50px; margin-bottom: 50px; }
	#services .title::before { display: none; }

	#services .services_wrap .service { width: 50%; margin-top: 50px; color: white; background-color: var(--color-dark-blue); position: relative; }
	#services .services_wrap .service:nth-child(3) { margin-top: 50px; }
	
	/* COUNTER UP */
	#counterup .cover { padding: 100px 0; }
	#counterup .counterup_wrap .data .number_append { font-size: 40px; line-height: 53px; }
	#counterup .counterup_wrap .data .text { padding: 0 20px; }
	
	/* NEWS */
	#news { padding: 50px 0; }
	#news .title::before { display: none; }
	
	.news_wrapper .news { padding: 20px 20px 80px; }
	.news_wrapper .news h3 a { font-size: 24px; }
	
	/* BEFORE CONTENT */
	#before_content { height: 250px; }
	#before_content h1 { font-size: 50px; }
	#before_content .inner { padding-bottom: 30px; }
	
	/* CONTENT */
	#container .container_wrap #content { width: 100%; padding-right: 0; }
}

@media only screen and (max-width: 768px) { 

	/* SLIDER */
	#slider { height: 500px; }
	#slider .slider_wrap:after { display: none; }
	#slider .slider_wrap .wrap_left { width: 100%; height: 100%; color: white; position: relative; z-index: 2; }
	#slider .slider_wrap .wrap_left:before { width: 100%; background: rgba(11 84 121 / 80%); }
	#slider .slider_wrap .wrap_left:after { display: none; }
	#slider .slider_wrap .wrap_left .dots { padding-right: 20px; text-align: center; }
	#slider .slider_wrap .wrap_right { width: 100%; left: 0; right: auto; }
	
	/* ABOUT US */
	#aboutus .aboutus_wrap .wrap_left .title { font-size: 40px; }
	
	/* SERVICES */
	#services .title { font-size: 40px; }
	
	/* NEWS */
	.news_wrapper .news { width: calc(50% - 20px); }
	.news_wrapper .news:nth-child(3) { margin-top: 50px; }
	body.home .news_wrapper .news:nth-child(3) { display: none; }
	
	/* BEFORE CONTENT */
	#before_content { height: 200px; }
	#before_content h1 { font-size: 40px; }
}

@media only screen and (max-width: 640px) { 

	/* DISPLAY: None */
	.hide_in_640 { display: none !important; }
	
	/* SLIDER */
	#slider { height: 400px; }
	
	/* COUNTER UP */
	#counterup .cover { padding: 50px 0; }
	#counterup .counterup_wrap .data { width: 100%; margin: 20px 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top ul.menu { flex-wrap: wrap; justify-content: center; }
	#footer .footer_top ul.menu li { width: 100%; margin-left: 0; margin-right: 0; text-align: center; }

	/* FOOTER: Footer bottom */
	#footer .footer_bottom { font-size: 17px; }
	#footer .footer_bottom .rights { display: block; }
}

@media only screen and (max-width: 480px) { 

	/* NAVIGATION */
	#rwd_menu { top: 80px; }

	/* HEADER */
	#header { height: 80px; }
	
	/* HEADER: Logo */
	#header .logo { height: 50px; padding-left: 80px; font-size: 20px; line-height: 20px; }

	/* SLIDER */
	#slider { height: 350px; }
	#slider .slider_wrap .wrap_left .title { font-size: 30px; }
	#slider .slider_wrap .wrap_left .text { font-size: 16px; line-height: 25px; }
	
	/* SERVICES */
	#services .services_wrap .service { width: 100%; }
	#services .services_wrap .service:nth-child(2) { margin-top: 50px; }
	
	/* NEWS */
	.news_wrapper .news { width: 100%; }
	.news_wrapper .news:nth-child(2) { margin-top: 50px; }
	body.home .news_wrapper .news:nth-child(3) { display: block; }
	
	/* BEFORE CONTENT */
	#before_content { height: 150px; }
	#before_content .inner { padding-bottom: 20px; }
	#before_content h1 { font-size: 30px; }
	
	/* CONTENT */
	#container { padding-top: 80px; }
	
	#content blockquote { padding: 100px 30px 30px 30px; }
	#content blockquote:before { left: 30px; top: 30px; }
}

@media only screen and (max-width: 375px) { 

}
