{"id":565,"date":"2024-09-02T13:06:40","date_gmt":"2024-09-02T13:06:40","guid":{"rendered":"https:\/\/bwchr.webempire.hu\/?page_id=565"},"modified":"2024-10-24T06:15:20","modified_gmt":"2024-10-24T06:15:20","slug":"rolam","status":"publish","type":"page","link":"https:\/\/bwchr.eu\/index.php\/rolam\/","title":{"rendered":"R\u00f3lam"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1725285759480{margin-bottom: 0px !important;padding-top: 260px !important;padding-bottom: 260px !important;background-image: url(https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/09\/bg_2.jpg?id=619) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; mobile_padding_top=&#8221;200&#8243; mobile_padding_bottom=&#8221;200&#8243;][vc_column]<div class=\"thegem-te-heading thegem-custom-69e567c596bcf3084\" ><div id=\"thegem-heading-69e567c596b8f\" class=\"thegem-heading title-h2\" style=\"text-align: center;\" ><span class=\"colored\" style=\"color: #2b2b2b;\">Mindannyian hozz\u00e1 tudunk tenni a vil\u00e1ghoz \u2013 sokszorozzuk meg ezt k\u00f6z\u00f6sen!<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c596b8f {margin: 0;}#thegem-heading-69e567c596b8f {margin-left: auto; margin-right: auto;}#thegem-heading-69e567c596b8f > * {justify-content: center;}#thegem-heading-69e567c596b8f, #thegem-heading-69e567c596b8f .light {text-transform: none;}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e567c596b8f {font-size: 65px;}}@media screen and (max-width: 767px) {#thegem-heading-69e567c596b8f {font-size: 31px;}}#thegem-heading-69e567c596b8f a:hover, #thegem-heading-69e567c596b8f a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c596bcf3084{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c596bcf3084{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c596bcf3084{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c596bcf3084{position: relative !important;}}<\/style>[vc_row_inner position_absolute=&#8221;absolute&#8221; position_absolute_horizontal=&#8221;right&#8221; position_absolute_offset_x=&#8221;-80&#8243; position_absolute_offset_y=&#8221;50&#8243; position_absolute_horizontal_tablet=&#8221;right&#8221; position_absolute_offset_x_tablet=&#8221;-80&#8243; position_absolute_offset_y_tablet=&#8221;50&#8243; position_absolute_horizontal_mobile=&#8221;right&#8221; position_absolute_offset_x_mobile=&#8221;-50&#8243; position_absolute_offset_y_mobile=&#8221;0&#8243;][vc_column_inner]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-interactions-enabled gem-wrapbox-position-right lazy-loading  thegem-custom-69e567c596c144521\" data-vertical_scroll_enable=\"yes\" data-vertical_scroll_speed=\"3\" data-mouse_effects=\"yes\" data-mouse_effects_direction=\"1\" data-mouse_effects_speed=\"0.2\"   style=\"\" ><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/08\/round_1-2.png\" alt=\"\"\/><\/div><\/div>[\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; mobile_padding_left=&#8221;21&#8243; mobile_padding_right=&#8221;21&#8243; css=&#8221;.vc_custom_1725285258581{padding-bottom: 200px !important;}&#8221;][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1696432787369{padding-top: 140px !important;padding-left: 110px !important;}&#8221; tablet_padding_top=&#8221;50&#8243; tablet_padding_bottom=&#8221;0&#8243; tablet_padding_left=&#8221;30&#8243; tablet_padding_right=&#8221;21&#8243; mobile_padding_left=&#8221;0&#8243; mobile_padding_right=&#8221;0&#8243;]<div class=\"thegem-te-heading thegem-custom-69e567c5976c04152\" ><script type=\"text\/javascript\">(function() {function TheGemHeading() {this.animateClass = 'thegem-heading-animate';this.animatedClass = 'thegem-heading-animated';}TheGemHeading.prototype = {initialize: function () {let items =document.querySelectorAll('.'+this.animateClass);items.forEach((item)=>{if (this.isElementVisible(item)) {this.prepareAnimation(item);this.startAnimation(item);}});if ('IntersectionObserver' in window) {let intersectionObserver = new IntersectionObserver((entries)=>{entries.forEach((entry)=> {if (entry.isIntersecting) {this.startAnimation(entry.target);intersectionObserver.unobserve(entry.target);}});});items.forEach((item)=>{intersectionObserver.observe(item);this.prepareAnimation(item);});} else {items.forEach((item)=>{this.prepareAnimation(item);this.startAnimation(item);});}},isElementVisible: function (element) {let rect= element.getBoundingClientRect(),width= window.innerWidth || document.documentElement.clientWidth,height = window.innerHeight || document.documentElement.clientHeight,efp= (x, y) => document.elementFromPoint(x, y);if (rect.right < 0 || rect.bottom < 0 || rect.left > width || rect.top > height) return false;return (element.contains(efp(rect.left,rect.top)) ||element.contains(efp(rect.right, rect.top)) ||element.contains(efp(rect.right, rect.bottom)) ||element.contains(efp(rect.left,rect.bottom)));},startAnimation: function (element) {if (element && !element.classList.contains(this.animatedClass)) {element.classList.add(this.animatedClass);element.classList.remove(this.animateClass);element.dispatchEvent(new Event('theGemHeading.startAnimation', {bubbles: true}));}},prepareAnimation: function (element) {if (element && !element.isPreparedAnimation) {element.dispatchEvent(new Event('theGemHeading.prepareAnimation', {bubbles: true}));element.isPreparedAnimation = true;}}};window.theGemHeading = new TheGemHeading();document.addEventListener('DOMContentLoaded', function() {window.theGemHeading.initialize();});})();<\/script><div id=\"thegem-heading-69e567c596faa\" class=\"thegem-heading styled-subtitle vc_custom_1728979741608 words-slide-right thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 150ms\">B\u00e1rdos<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 300ms\">Andrea<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 450ms\">vagyok,<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 600ms\">szenior<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 750ms\">szervezetfejleszt\u00e9si<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 900ms\">tan\u00e1csad\u00f3,<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 1050ms\">vezet\u0151fejleszt\u0151,<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 1200ms\">a<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 1350ms\">BWC<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 1500ms\">HR<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 1650ms\">consulting<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 1800ms\">Kft.<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 1950ms\">alap\u00edt\u00f3-\u00fcgyvezet\u0151je.<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c596faa {margin: 0;}#thegem-heading-69e567c596faa {font-size: 22px;}#thegem-heading-69e567c596faa, #thegem-heading-69e567c596faa .light {text-transform: none;}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e567c596faa {font-size: 20px;}}@media screen and (max-width: 767px) {#thegem-heading-69e567c596faa {font-size: 18px;}}#thegem-heading-69e567c596faa:hover > span, #thegem-heading-69e567c596faa:hover > a, #thegem-heading-69e567c596faa:hover span.colored {color: #282728 !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c5976c04152{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c5976c04152{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c5976c04152{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c5976c04152{position: relative !important;}}<\/style><div class=\"clearboth\"><\/div><style>#thegem-divider-69e567c597702 {margin-top: 10px !important;}<\/style><div id=\"thegem-divider-69e567c597702\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"thegem-te-heading thegem-custom-69e567c59780f8254\" ><div id=\"thegem-heading-69e567c597792\" class=\"thegem-heading text-body vc_custom_1725281940988 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"colored thegem-heading-word\" style=\"color: #838383;\">Ami\u00f3ta<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00f6ntudatomra<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9bredtem,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">szeretek<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">emberekkel<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">foglalkozni.<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">Soksz\u00edn\u0171<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tapasztalati<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9lm\u00e9nyeimet<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">gazdag\u00edtott\u00e1k<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">eg\u00e9szs\u00e9g\u00fcgyi<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9s<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">k\u00f6z\u00e9piskolai<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tan\u00e1ri<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tanulm\u00e1nyaim<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">is,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">de<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">az<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">els\u0151<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">diplom\u00e1m<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">megszerz\u00e9se<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">ut\u00e1n<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">egyenes<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00fat<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">vezetett<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tr\u00e9neri,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">majd<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">szervezetfejleszt\u0151i\/HR-es<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">p\u00e1ly\u00e1ra,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">melyen<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">t\u00f6bb<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">mint<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">20<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9ve<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">gyarap\u00edtom<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tapasztalataimat.<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c597792 {margin: 0;}#thegem-heading-69e567c597792 {line-height: 30px;}#thegem-heading-69e567c597792, #thegem-heading-69e567c597792 .light {text-transform: none;}#thegem-heading-69e567c597792:hover > span, #thegem-heading-69e567c597792:hover > a, #thegem-heading-69e567c597792:hover span.colored {color: #282728 !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59780f8254{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59780f8254{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59780f8254{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59780f8254{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e567c5979458615\" ><div id=\"thegem-heading-69e567c5978c7\" class=\"thegem-heading text-body vc_custom_1725281952289 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"colored thegem-heading-word\" style=\"color: #838383;\">Hogy<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">mi\u00e9rt<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">v\u00e1lasztottam<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">ezt<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">az<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">utat?<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">Mert<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">ebben<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">hivat\u00e1sban<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">van<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">benne<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">minden,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">amiben<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">j\u00f3<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">vagyok.<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00dagy<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9rzem,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">minden<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">szervezethez<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9s<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">minden<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00fcgyf\u00e9lhez<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">hozz\u00e1<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tudok<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tenni<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">valamit,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">amit\u0151l<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">t\u00f6bb<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9s<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">el\u00e9gedettebb<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">lesz<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u2013<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">mik\u00f6zben<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9n<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">is<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">integr\u00e1lom<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">magamban<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">azt<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">v\u00e9gtelen<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">soksz\u00edn\u0171s\u00e9get,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">amit<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">kapcsolatok<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e1ltal<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">nyerek.<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c5978c7 {margin: 0;}#thegem-heading-69e567c5978c7 {line-height: 30px;}#thegem-heading-69e567c5978c7, #thegem-heading-69e567c5978c7 .light {text-transform: none;}#thegem-heading-69e567c5978c7:hover > span, #thegem-heading-69e567c5978c7:hover > a, #thegem-heading-69e567c5978c7:hover span.colored {color: #282728 !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c5979458615{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c5979458615{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c5979458615{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c5979458615{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e567c597a2a1808\" ><div id=\"thegem-heading-69e567c5979d6\" class=\"thegem-heading text-body vc_custom_1725281969383 lines-slide-up thegem-heading-animate\" style=\"text-align: left;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"colored thegem-heading-word\" style=\"color: #838383;\">A<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">k\u00f6zel<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">20<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9ves<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tapasztalatommal<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9p\u00edtem,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">fejlesztem<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">szervezeteket,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">hogy<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">emberi,<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">min\u0151s\u00e9gi<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9s<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">tartalmas<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">keretet<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">adjunk<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">mindennapi<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">feladatoknak<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">\u00e9s<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">a<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">nem<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">mindennapi<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #838383;\">k\u00fcldet\u00e9seknek.<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c5979d6 {margin: 0;}#thegem-heading-69e567c5979d6 {line-height: 30px;}#thegem-heading-69e567c5979d6, #thegem-heading-69e567c5979d6 .light {text-transform: none;}#thegem-heading-69e567c5979d6 a:hover, #thegem-heading-69e567c5979d6 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c597a2a1808{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c597a2a1808{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c597a2a1808{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c597a2a1808{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e567c597ae16930\" ><div id=\"thegem-heading-69e567c597ab6\" class=\"thegem-heading styled-subtitle words-slide-right thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #282728; animation-delay: 150ms\">BWC<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #282728; animation-delay: 300ms\">HR<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #282728; animation-delay: 450ms\">\u2013<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #282728; animation-delay: 600ms\">professzion\u00e1lis<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #282728; animation-delay: 750ms\">megold\u00e1sok<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #282728; animation-delay: 900ms\">k\u00f6lts\u00e9ghat\u00e9konyan<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c597ab6 {margin: 0;}#thegem-heading-69e567c597ab6 {font-size: 22px;}#thegem-heading-69e567c597ab6, #thegem-heading-69e567c597ab6 .light {text-transform: none;}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e567c597ab6 {font-size: 20px;}}@media screen and (max-width: 767px) {#thegem-heading-69e567c597ab6 {font-size: 18px;}}#thegem-heading-69e567c597ab6 {max-width: 530px;}#thegem-heading-69e567c597ab6:hover > span, #thegem-heading-69e567c597ab6:hover > a, #thegem-heading-69e567c597ab6:hover span.colored {color: #282728 !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c597ae16930{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c597ae16930{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c597ae16930{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c597ae16930{position: relative !important;}}<\/style>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class=\"clearboth\"><\/div><style>#thegem-divider-69e567c597b05 {margin-top: 10px !important;}<\/style><div id=\"thegem-divider-69e567c597b05\" class=\"gem-divider  \" style=\"\" ><\/div>[vc_single_image image=&#8221;612&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1725285185581{margin-bottom: 0px !important;padding-bottom: 130px !important;}&#8221; mobile_padding_top=&#8221;50&#8243;][vc_column]<div class=\"thegem-te-heading thegem-custom-69e567c597b911776\" ><div id=\"thegem-heading-69e567c597b7a\" class=\"thegem-heading title-h6 vc_custom_1725284979647\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #2b2b2b;\">Egy\u00fcttm\u0171k\u00f6d\u0151 partnereim:<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c597b7a {margin: 0;}#thegem-heading-69e567c597b7a {font-size: 18px;}#thegem-heading-69e567c597b7a, #thegem-heading-69e567c597b7a .light {text-transform: none;}#thegem-heading-69e567c597b7a a:hover, #thegem-heading-69e567c597b7a a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c597b911776{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c597b911776{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c597b911776{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c597b911776{position: relative !important;}}<\/style><div class=\"preloader\"><div class=\"preloader-spin\"><\/div><\/div><div class=\"gem-clients gem-clients-type-carousel-grid \" data-autoscroll=\"0\"><div class=\"gem-clients-slide\"><div class=\"gem-clients-slide-inner clearfix\"> <div id=\"post-472\" class=\"gem-client-item post-472 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 14.285714285714%;\" > <a href=\"https:\/\/marketingempire.hu\/\" target=\"_blank\" class=\"gscale\"> <img width=\"200\" height=\"100\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/08\/MarketingEmpire_logo_PNG-1.jpg\" class=\"img-responsive wp-post-image\" alt=\"MarketingEmpire_logo_PNG\" \/>\t<\/a> <\/div> <div id=\"post-590\" class=\"gem-client-item post-590 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 14.285714285714%;\" > <a href=\"https:\/\/datha.hu\/login\" target=\"_blank\" class=\"gscale\"> <img width=\"200\" height=\"100\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/09\/darthapro.jpg\" class=\"img-responsive wp-post-image\" alt=\"darthapro\" \/>\t<\/a> <\/div> <div id=\"post-592\" class=\"gem-client-item post-592 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 14.285714285714%;\" > <a href=\"#\" target=\"_blank\" class=\"gscale\"> <img width=\"200\" height=\"100\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/09\/visszaeles.jpg\" class=\"img-responsive wp-post-image\" alt=\"visszaeles\" \/>\t<\/a> <\/div> <div id=\"post-594\" class=\"gem-client-item post-594 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 14.285714285714%;\" > <a href=\"https:\/\/flow.hu\/\" target=\"_blank\" class=\"gscale\"> <img width=\"200\" height=\"100\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/09\/flow_csoport.jpg\" class=\"img-responsive wp-post-image\" alt=\"flow_csoport\" \/>\t<\/a> <\/div> <div id=\"post-596\" class=\"gem-client-item post-596 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 14.285714285714%;\" > <a href=\"https:\/\/www.captain.hu\/\" target=\"_blank\" class=\"gscale\"> <img width=\"200\" height=\"100\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/09\/captain.jpg\" class=\"img-responsive wp-post-image\" alt=\"captain\" \/>\t<\/a> <\/div> <div id=\"post-598\" class=\"gem-client-item post-598 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 14.285714285714%;\" > <a href=\"https:\/\/customerview.hu\/\" target=\"_blank\" class=\"gscale\"> <img width=\"200\" height=\"100\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/09\/customerview.jpg\" class=\"img-responsive wp-post-image\" alt=\"customerview\" \/>\t<\/a> <\/div> <div id=\"post-600\" class=\"gem-client-item post-600 thegem_client type-thegem_client status-publish has-post-thumbnail\" style=\"width: 14.285714285714%;\" > <a href=\"#\" target=\"_blank\" class=\"gscale\"> <img width=\"200\" height=\"100\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/09\/nysz_stilustanacsado.jpg\" class=\"img-responsive wp-post-image\" alt=\"nysz_stilustanacsado\" \/>\t<\/a> <\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; el_id=&#8221;kapcsolat&#8221;][vc_column width=&#8221;5\/12&#8243; css=&#8221;.vc_custom_1696361054753{padding-top: 0px !important;padding-bottom: 80px !important;}&#8221;][vc_single_image image=&#8221;621&#8243; img_size=&#8221;medium&#8221; css=&#8221;&#8221;][\/vc_column][vc_column width=&#8221;7\/12&#8243;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; thegem_revesrse_columns_mobile=&#8221;true&#8221; css=&#8221;.vc_custom_1724647067537{background: #272727 url(https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/08\/footer.jpg?id=356) !important;}&#8221; custom_css_code=&#8221;JTIwaW5wdXQud3BjZjctZm9ybS1jb250cm9sLndwY2Y3LXRleHQlMkMlMjAlMEElMjB0ZXh0YXJlYS53cGNmNy1mb3JtLWNvbnRyb2wud3BjZjctdGV4dGFyZWElMjAlN0IlMEElMjAlMjAlMjAlMjBwYWRkaW5nJTNBJTIwMTBweCUyMDBweCUyMDEwcHglMjAwcHglM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMDYwMCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci13aWR0aCUzQSUyMDBweCUyMDBweCUyMDJweCUyMDBweCUzQiUwQSUyMCUyMCUyMCUyMGJvcmRlci1jb2xvciUzQSUyMCUyMzI3MjcyNyUzQiUwQSU3RCUwQSUyMHNwYW4ud3BjZjctZm9ybS1jb250cm9sLXdyYXAlMjAlN0IlMEElMjAlMjAlMjAlMjBtYXJnaW4tYm90dG9tJTNBJTIwMjRweCUzQiUwQSU3RCUwQSUyMGZvcm0lMjAudmNfY29sLXhzLTEyJTIwJTdCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQTAlM0IlMEElN0QlMEElMjB0ZXh0YXJlYS53cGNmNy1mb3JtLWNvbnRyb2wud3BjZjctdGV4dGFyZWElMjAlMjAlN0IlMEElMjAlMjAlMjAlMjBoZWlnaHQlM0ElMjAxNDBweCUzQiUwQSU3RCUwQSUyMGZvcm0ud3BjZjctZm9ybSUyMC53cGNmNy1zdWJtaXQlMjAlN0IlMEElMjAlMjAlMjAlMjB3aWR0aCUzQSUyMDI0MHB4JTNCJTBBJTIwJTIwJTIwJTIwcGFkZGluZyUzQSUyMDE1cHglMjAwcHglMjAxNXB4JTIwMHB4JTIwJTIxaW1wb3J0YW50JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luJTNBJTIwNTBweCUyMDBweCUyMDBweCUyMDBweCUzQiUwQSUyMCUyMCUyMCUyMGxpbmUtaGVpZ2h0JTNBJTIwMzBweCUzQiUwQSUyMCUyMCUyMCUyMGhlaWdodCUzQTYwcHglM0IlMEElN0QlMEElMjAlN0IlMEFvdmVyZmxvdyUzQXZpc2libGUlM0IlMEElN0Q=&#8221;][vc_column width=&#8221;5\/12&#8243; css_animation=&#8221;fadeInLeft&#8221; css=&#8221;.vc_custom_1696423875873{padding-top: 80px !important;padding-bottom: 25px !important;}&#8221;]<div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-below lazy-loading  thegem-custom-69e567c59a545429\"  style=\"width: 180px;\" ><div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\"><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/08\/bwc_logo_white.svg\" alt=\"\"\/><\/div><\/div><div class=\"thegem-te-heading thegem-custom-69e567c59a9547159\" ><div id=\"thegem-heading-69e567c59a927\" class=\"thegem-heading text-body vc_custom_1724646232479\" style=\"text-align: left;\" ><span class=\"light colored\" style=\"color: #ffffff;\">B\u00c1RDOS ANDREA<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c59a927 {margin: 0;}#thegem-heading-69e567c59a927 a:hover, #thegem-heading-69e567c59a927 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59a9547159{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59a9547159{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59a9547159{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59a9547159{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e567c59a9fe3201\" ><div id=\"thegem-heading-69e567c59a9e3\" class=\"thegem-heading text-body-tiny vc_custom_1728979806705\" style=\"text-align: left;\" ><span class=\"light colored\" style=\"color: #ffffff;\">Senior szervezetfejleszt\u00e9si tan\u00e1csad\u00f3<br \/>\nVezet\u0151fejleszt\u0151<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c59a9e3 {margin: 0;}#thegem-heading-69e567c59a9e3 a:hover, #thegem-heading-69e567c59a9e3 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59a9fe3201{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59a9fe3201{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59a9fe3201{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59a9fe3201{position: relative !important;}}<\/style><style>.thegem-custom-69e567c59aa341793 .gem-icon-half-1 {color: #ffffff;}.thegem-custom-69e567c59aa341793 .gem-icon-half-2 {color: #ffffff;}.thegem-custom-69e567c59aa341793 .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #ffffff, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.thegem-custom-69e567c59aa341793 .gem-icon  {font-size: 16px;}.thegem-custom-69e567c59aa341793 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 24px; height: 24px; line-height: 24px;}.thegem-custom-69e567c59aa341793 .gem-icon.gem-simple-icon {width: 16px; height: 16px; line-height: 16px;}.thegem-custom-69e567c59aa341793 a:hover .gem-infotext-icon .gem-icon-half-1 {color: #ffffff !important;}.thegem-custom-69e567c59aa341793 a:hover .gem-infotext-icon .gem-icon-half-2 {color: #ffffff !important;}.thegem-custom-69e567c59aa341793 a:hover .gem-infotext-icon .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #ffffff, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.gem-infotext.thegem-custom-69e567c59aa341793 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-69e567c59aa341793 .gem-infotext-icon {margin-right:8px !important;}.gem-infotext.thegem-custom-69e567c59aa341793 .title-customize {color:#ffffff !important;}.gem-infotext.thegem-custom-69e567c59aa341793 .description-customize {color:#ffffff !important;}<\/style><div class=\"gem-infotext alignment-left thegem-custom-69e567c59aa341793\"> <div class=\"gem-infotext-wrap position--left vertical--center\"> <div class=\"gem-infotext-icon\"> <div class=\"gem-icon gem-simple-icon gem-icon-pack-thegem-header gem-icon-size-custom\"> <div class=\"gem-icon-inner\"><span class=\"gem-icon-half-1\"><span class=\"back-angle\">&#xe737;<\/span><\/span><span class=\"gem-icon-half-2\"><span class=\"back-angle\">&#xe737;<\/span><\/span><\/div> <\/div> <\/div> <div class=\"gem-infotext\"> <div class=\"gem-infotext__description\"> <div class=\"description-customize text-body-tiny\" style=\"\"> +3670\/799-9478 <\/div> <\/div> <\/div> <\/div> <\/div><div class=\"clearboth\"><\/div><style>#thegem-divider-69e567c59aa87 {margin-top: 10px !important;}<\/style><div id=\"thegem-divider-69e567c59aa87\" class=\"gem-divider  \" style=\"\" ><\/div><style>.thegem-custom-69e567c59aaa8541 .gem-icon-half-1 {color: #ffffff;}.thegem-custom-69e567c59aaa8541 .gem-icon-half-2 {color: #ffffff;}.thegem-custom-69e567c59aaa8541 .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #ffffff, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.thegem-custom-69e567c59aaa8541 .gem-icon  {font-size: 16px;}.thegem-custom-69e567c59aaa8541 .gem-icon:not(.gem-simple-icon) .gem-icon-inner {width: 24px; height: 24px; line-height: 24px;}.thegem-custom-69e567c59aaa8541 .gem-icon.gem-simple-icon {width: 16px; height: 16px; line-height: 16px;}.thegem-custom-69e567c59aaa8541 a:hover .gem-infotext-icon .gem-icon-half-1 {color: #ffffff !important;}.thegem-custom-69e567c59aaa8541 a:hover .gem-infotext-icon .gem-icon-half-2 {color: #ffffff !important;}.thegem-custom-69e567c59aaa8541 a:hover .gem-infotext-icon .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #ffffff, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.gem-infotext.thegem-custom-69e567c59aaa8541 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-69e567c59aaa8541 .gem-infotext-icon {margin-right:8px !important;}.gem-infotext.thegem-custom-69e567c59aaa8541 .title-customize {color:#ffffff !important;}.gem-infotext.thegem-custom-69e567c59aaa8541 .description-customize {color:#ffffff !important;}<\/style><div class=\"gem-infotext alignment-left thegem-custom-69e567c59aaa8541\"> <div class=\"gem-infotext-wrap position--left vertical--center\"> <div class=\"gem-infotext-icon\"> <div class=\"gem-icon gem-simple-icon gem-icon-pack-thegem-header gem-icon-size-custom\"> <div class=\"gem-icon-inner\"><span class=\"gem-icon-half-1\"><span class=\"back-angle\">&#xe704;<\/span><\/span><span class=\"gem-icon-half-2\"><span class=\"back-angle\">&#xe704;<\/span><\/span><\/div> <\/div> <\/div> <div class=\"gem-infotext\"> <div class=\"gem-infotext__description\"> <div class=\"description-customize text-body-tiny\" style=\"\"> andrea.bardos@bwchr.eu <\/div> <\/div> <\/div> <\/div> <\/div><div class=\"thegem-te-heading thegem-custom-69e567c59ab7f4463\" ><div id=\"thegem-heading-69e567c59ab61\" class=\"thegem-heading text-body vc_custom_1724647895419\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #777777;\">Adatkezel\u00e9si t\u00e1j\u00e9koztat\u00f3<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c59ab61 {margin: 0;}#thegem-heading-69e567c59ab61 a:hover, #thegem-heading-69e567c59ab61 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59ab7f4463{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59ab7f4463{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59ab7f4463{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59ab7f4463{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e567c59ac2d6059\" ><div id=\"thegem-heading-69e567c59ac14\" class=\"thegem-heading text-body vc_custom_1724646179648\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #777777;\">2024 \u00a9 B\u00e1rdos Andrea - BWC HR<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c59ac14 {margin: 0;}#thegem-heading-69e567c59ac14 a:hover, #thegem-heading-69e567c59ac14 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59ac2d6059{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59ac2d6059{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59ac2d6059{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59ac2d6059{position: relative !important;}}<\/style>[\/vc_column][vc_column width=&#8221;7\/12&#8243; css_animation=&#8221;fadeInRight&#8221; css=&#8221;.vc_custom_1696423934321{padding-top: 0px !important;}&#8221;][vc_row_inner background_position_desktop=&#8221;left bottom&#8221; css=&#8221;.vc_custom_1724647179729{margin-top: -225px !important;padding-top: 40px !important;padding-right: 90px !important;padding-bottom: 60px !important;padding-left: 100px !important;background-color: #ad3743 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; tablet_padding_top=&#8221;70&#8243; tablet_padding_bottom=&#8221;50&#8243; tablet_padding_left=&#8221;50&#8243; tablet_padding_right=&#8221;50&#8243; mobile_margin_top=&#8221;30&#8243; mobile_padding_top=&#8221;30&#8243; mobile_padding_left=&#8221;21&#8243; mobile_padding_right=&#8221;21&#8243; mobile_margin_left=&#8221;10&#8243; mobile_margin_right=&#8221;10&#8243;][vc_column_inner]<div class=\"clearboth\"><\/div><style>#thegem-divider-69e567c59ac48 {margin-top: 30px !important;}<\/style><div id=\"thegem-divider-69e567c59ac48\" class=\"gem-divider  \" style=\"\" ><\/div><div class=\"thegem-te-heading thegem-custom-69e567c59acdf8742\" ><div id=\"thegem-heading-69e567c59acc6\" class=\"thegem-heading styled-subtitle vc_custom_1724677292823\" style=\"text-align: left;\" ><span class=\"light colored\" style=\"color: #ffffff;\">L\u00e9pj\u00fcnk kapcsolatba!<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c59acc6 {margin: 0;}#thegem-heading-69e567c59acc6 a:hover, #thegem-heading-69e567c59acc6 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59acdf8742{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59acdf8742{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59acdf8742{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59acdf8742{position: relative !important;}}<\/style><div class=\"thegem-te-heading thegem-custom-69e567c59ad984548\" ><div id=\"thegem-heading-69e567c59ad7d\" class=\"thegem-heading text-body vc_custom_1724648266020\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #ffffff;\">\u00c9p\u00edts\u00fck egy\u00fctt szervezeti kult\u00far\u00e1dat,<br \/>\negy\u00e9ni \u00e9s vezet\u0151i kvalit\u00e1saidat!<br \/>\nA te sikered \u2013 az \u00e9n hivat\u00e1som!<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e567c59ad7d {margin: 0;}#thegem-heading-69e567c59ad7d a:hover, #thegem-heading-69e567c59ad7d a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59ad984548{display: block!important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59ad984548{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-te-heading.thegem-custom-69e567c59ad984548{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-te-heading.thegem-custom-69e567c59ad984548{position: relative !important;}}<\/style>\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f6-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/565#wpcf7-f6-o1\" method=\"post\" class=\"wpcf7-form init gem-contact-form-dark gem-contact-form-simple-line\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.9.8\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n<div class=\"vc_col-xs-12\">\n    <span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"N\u00e9v*\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n<\/div>\n<div class=\"vc_col-xs-12\">\n    <span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail c\u00edm*\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n<\/div>\n<div class=\"vc_col-xs-12\">\n    <span class=\"wpcf7-form-control-wrap\" data-name=\"tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Telefonsz\u00e1m*\" value=\"\" type=\"text\" name=\"tel\" \/><\/span>\n<\/div>\n<div class=\"vc_col-xs-12\">\n    <span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"\u00dczenet\" name=\"your-message\"><\/textarea><\/span>\n<\/div>\n<style type=\"text\/css\">.thegem-button-69e567c59e2cd6395 .gem-button svg {fill: #242424FF;}.thegem-button-69e567c59e2cd6395 .gem-button:hover svg {fill: #FFFFFFFF;}<\/style><div class=\"gem-button-container gem-button-position-left thegem-button-69e567c59e2cd6395\"  ><input class=\"gem-button gem-button-size-medium gem-button-style-flat gem-button-text-weight-normal wpcf7-form-control wpcf7-submit has-spinner gem-button-wpcf-custom\" data-ll-effect=\"drop-right-without-wrap\" style=\"border-radius: 50px;background-color: #FFFFFFFF;color: #242424FF;\" onmouseleave=\"this.style.backgroundColor='#FFFFFFFF';this.style.color='#242424FF';\" onmouseenter=\"this.style.backgroundColor='#242424FF';this.style.color='#FFFFFFFF';\" id=\"\" tabindex=\"\" type=\"submit\" value=\"Visszah\u00edv\u00e1st k\u00e9rek\" \/><\/div> <div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[vc_column_text css=&#8221;.vc_custom_1724677161961{margin-top: 40px !important;}&#8221;]<\/p>\n<div class=\"small-body\"><span style=\"color: #552c31;\">* A csillaggal megjel\u00f6lt mez\u0151k kit\u00f6lt\u00e9se k\u00f6telez\u0151. <\/span><\/div>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1725285759480{margin-bottom: 0px !important;padding-top: 260px !important;padding-bottom: 260px !important;background-image: url(https:\/\/bwchr.eu\/wp-content\/uploads\/2024\/09\/bg_2.jpg?id=619) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; mobile_padding_top=&#8221;200&#8243; mobile_padding_bottom=&#8221;200&#8243;][vc_column][vc_row_inner position_absolute=&#8221;absolute&#8221;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-565","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\u00f3lam - B\u00e1rdos Andrea - BWC HR<\/title>\n<meta name=\"description\" content=\"Megb\u00edzhat\u00f3 HR szolg\u00e1ltat\u00e1sok, szem\u00e9lyre szabott figyelemmel. A BWC HR professzion\u00e1lis megold\u00e1sokat k\u00edn\u00e1l \u2013 k\u00f6lts\u00e9ghat\u00e9konyan.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bwchr.eu\/index.php\/rolam\/\" \/>\n<meta property=\"og:locale\" content=\"hu_HU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\u00f3lam - B\u00e1rdos Andrea - BWC HR\" \/>\n<meta property=\"og:description\" content=\"Megb\u00edzhat\u00f3 HR szolg\u00e1ltat\u00e1sok, szem\u00e9lyre szabott figyelemmel. A BWC HR professzion\u00e1lis megold\u00e1sokat k\u00edn\u00e1l \u2013 k\u00f6lts\u00e9ghat\u00e9konyan.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bwchr.eu\/index.php\/rolam\/\" \/>\n<meta property=\"og:site_name\" content=\"B\u00e1rdos Andrea - BWC HR\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-24T06:15:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Becs\u00fclt olvas\u00e1si id\u0151\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 perc\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bwchr.eu\/index.php\/rolam\/\",\"url\":\"https:\/\/bwchr.eu\/index.php\/rolam\/\",\"name\":\"R\u00f3lam - B\u00e1rdos Andrea - BWC HR\",\"isPartOf\":{\"@id\":\"https:\/\/bwchr.eu\/#website\"},\"datePublished\":\"2024-09-02T13:06:40+00:00\",\"dateModified\":\"2024-10-24T06:15:20+00:00\",\"description\":\"Megb\u00edzhat\u00f3 HR szolg\u00e1ltat\u00e1sok, szem\u00e9lyre szabott figyelemmel. A BWC HR professzion\u00e1lis megold\u00e1sokat k\u00edn\u00e1l \u2013 k\u00f6lts\u00e9ghat\u00e9konyan.\",\"breadcrumb\":{\"@id\":\"https:\/\/bwchr.eu\/index.php\/rolam\/#breadcrumb\"},\"inLanguage\":\"hu\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bwchr.eu\/index.php\/rolam\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bwchr.eu\/index.php\/rolam\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Kezd\u0151lap\",\"item\":\"https:\/\/bwchr.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\u00f3lam\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bwchr.eu\/#website\",\"url\":\"https:\/\/bwchr.eu\/\",\"name\":\"B\u00e1rdos Andrea - BWC HR\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bwchr.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"hu\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\u00f3lam - B\u00e1rdos Andrea - BWC HR","description":"Megb\u00edzhat\u00f3 HR szolg\u00e1ltat\u00e1sok, szem\u00e9lyre szabott figyelemmel. A BWC HR professzion\u00e1lis megold\u00e1sokat k\u00edn\u00e1l \u2013 k\u00f6lts\u00e9ghat\u00e9konyan.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bwchr.eu\/index.php\/rolam\/","og_locale":"hu_HU","og_type":"article","og_title":"R\u00f3lam - B\u00e1rdos Andrea - BWC HR","og_description":"Megb\u00edzhat\u00f3 HR szolg\u00e1ltat\u00e1sok, szem\u00e9lyre szabott figyelemmel. A BWC HR professzion\u00e1lis megold\u00e1sokat k\u00edn\u00e1l \u2013 k\u00f6lts\u00e9ghat\u00e9konyan.","og_url":"https:\/\/bwchr.eu\/index.php\/rolam\/","og_site_name":"B\u00e1rdos Andrea - BWC HR","article_modified_time":"2024-10-24T06:15:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Becs\u00fclt olvas\u00e1si id\u0151":"3 perc"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bwchr.eu\/index.php\/rolam\/","url":"https:\/\/bwchr.eu\/index.php\/rolam\/","name":"R\u00f3lam - B\u00e1rdos Andrea - BWC HR","isPartOf":{"@id":"https:\/\/bwchr.eu\/#website"},"datePublished":"2024-09-02T13:06:40+00:00","dateModified":"2024-10-24T06:15:20+00:00","description":"Megb\u00edzhat\u00f3 HR szolg\u00e1ltat\u00e1sok, szem\u00e9lyre szabott figyelemmel. A BWC HR professzion\u00e1lis megold\u00e1sokat k\u00edn\u00e1l \u2013 k\u00f6lts\u00e9ghat\u00e9konyan.","breadcrumb":{"@id":"https:\/\/bwchr.eu\/index.php\/rolam\/#breadcrumb"},"inLanguage":"hu","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bwchr.eu\/index.php\/rolam\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bwchr.eu\/index.php\/rolam\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Kezd\u0151lap","item":"https:\/\/bwchr.eu\/"},{"@type":"ListItem","position":2,"name":"R\u00f3lam"}]},{"@type":"WebSite","@id":"https:\/\/bwchr.eu\/#website","url":"https:\/\/bwchr.eu\/","name":"B\u00e1rdos Andrea - BWC HR","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bwchr.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"hu"}]}},"_links":{"self":[{"href":"https:\/\/bwchr.eu\/index.php\/wp-json\/wp\/v2\/pages\/565","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bwchr.eu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bwchr.eu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bwchr.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bwchr.eu\/index.php\/wp-json\/wp\/v2\/comments?post=565"}],"version-history":[{"count":27,"href":"https:\/\/bwchr.eu\/index.php\/wp-json\/wp\/v2\/pages\/565\/revisions"}],"predecessor-version":[{"id":980,"href":"https:\/\/bwchr.eu\/index.php\/wp-json\/wp\/v2\/pages\/565\/revisions\/980"}],"wp:attachment":[{"href":"https:\/\/bwchr.eu\/index.php\/wp-json\/wp\/v2\/media?parent=565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}