{"id":4399,"date":"2025-08-03T14:13:53","date_gmt":"2025-08-03T14:13:53","guid":{"rendered":"https:\/\/topgunliveshow.com\/kontakt\/"},"modified":"2025-09-12T16:24:17","modified_gmt":"2025-09-12T16:24:17","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/topgunliveshow.com\/de\/kontakt\/","title":{"rendered":"Kontakt"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4399\" class=\"elementor elementor-4399 elementor-2998\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b287d09 e-con-full e-flex e-con e-parent\" data-id=\"b287d09\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e03fb65 elementor-widget elementor-widget-html\" data-id=\"e03fb65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html><html lang=\"hu\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>Kapcsolat - TopGun Live!Show & Academy<\/title><link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\"><style>:root {\r\n            --gold-color: #D4AF37;\r\n            --light-color: #FFFFFF;\r\n            --dark-color: #0A0A0A;\r\n            --card-bg-color: #141414;\r\n            --border-color: #2a2a2a;\r\n            --text-muted: #a0a0a0;\r\n        }\r\n        *, *::before, *::after { box-sizing: border-box; }\r\n        html { scroll-behavior: smooth; }\r\n        body { background-color: var(--dark-color); margin: 0; }\r\n        \r\n        .contact-page-fullscreen {\r\n            font-family: 'Poppins', sans-serif;\r\n            color: var(--light-color);\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            min-height: 100vh;\r\n            padding: 4rem 2rem;\r\n        }\r\n\r\n        .contact-header {\r\n            text-align: center;\r\n            margin-bottom: 3rem;\r\n            width: 100%; \/* JAV\u00cdT\u00c1S: Biztos\u00edtja a helyes m\u0171k\u00f6d\u00e9st a marg\u00f3val *\/\r\n            max-width: 1000px; \/* JAV\u00cdT\u00c1S: \u00d6sszhangban a griddel *\/\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n        .contact-header h1 {\r\n            font-size: clamp(2.2rem, 5vw, 3rem);\r\n            font-weight: 700;\r\n            color: var(--light-color);\r\n            margin-bottom: 1rem;\r\n        }\r\n        .contact-header p {\r\n            font-size: 1.1rem;\r\n            color: var(--text-muted);\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .contact-choice-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 2rem;\r\n            width: 100%;\r\n            max-width: 1000px;\r\n            margin-left: auto; \/* JAV\u00cdT\u00c1S: K\u00f6z\u00e9pre igaz\u00edtja a r\u00e1csot *\/\r\n            margin-right: auto; \/* JAV\u00cdT\u00c1S: K\u00f6z\u00e9pre igaz\u00edtja a r\u00e1csot *\/\r\n        }\r\n        @media (min-width: 768px) {\r\n            .contact-choice-grid {\r\n                grid-template-columns: 1fr 1fr;\r\n            }\r\n        }\r\n\r\n        .contact-option-card {\r\n            background-color: var(--card-bg-color);\r\n            border: 1px solid var(--border-color);\r\n            border-radius: 16px;\r\n            padding: 3rem 2rem;\r\n            text-align: center;\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n        }\r\n        .contact-option-card:hover {\r\n            transform: translateY(-5px);\r\n            border-color: var(--gold-color);\r\n            box-shadow: 0 15px 35px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .logo-container {\r\n            width: 100%;\r\n            margin-bottom: 1.5rem;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n        .liveshow-card .logo-container {\r\n             height: 90px;\r\n        }\r\n        \/* JAV\u00cdT\u00c1S: Az Academy log\u00f3 kont\u00e9nere magasabb, hogy a log\u00f3 nagyobbnak t\u0171nj\u00f6n *\/\r\n        .academy-card .logo-container {\r\n            height: 110px;\r\n        }\r\n        .logo-container img {\r\n            max-height: 150px;\r\n            max-width: 200px;\r\n            width: auto;\r\n            object-fit: contain;\r\n        }\r\n\r\n        .contact-option-card p {\r\n            color: var(--text-muted);\r\n            flex-grow: 1;\r\n            margin-bottom: 2rem;\r\n        }\r\n\r\n        .contact-details-list {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin: 0;\r\n            width: 100%;\r\n        }\r\n        .contact-details-list li {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 1.1rem;\r\n            margin-bottom: 1rem;\r\n        }\r\n        .contact-details-list li .icon {\r\n            color: var(--gold-color);\r\n            margin-right: 1rem;\r\n            width: 24px;\r\n            flex-shrink: 0;\r\n        }\r\n        .contact-details-list li a {\r\n            color: var(--light-color);\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            transition: color 0.3s ease;\r\n        }\r\n        .contact-details-list li a:hover {\r\n            color: var(--gold-color);\r\n        }\r\n    <\/style><\/head><body class=\"contact-page-fullscreen\">\r\n    <div class=\"contact-header\">\r\n        <h1>Nehmen Sie Kontakt mit uns auf<\/h1>\r\n        <p>W\u00e4hlen Sie aus, zu welchem unserer Gesch\u00e4ftsbereiche Sie eine Frage haben, und kontaktieren Sie uns vertrauensvoll unter den unten angegebenen Kontaktdaten.<\/p>\r\n    <\/div>\r\n    <div class=\"contact-choice-grid\">\r\n        <div class=\"contact-option-card liveshow-card\">\r\n            <div class=\"logo-container\">\r\n                <img decoding=\"async\" src=\"\/logo\/topgunliveshow_logo_bw.svg\" alt=\"TopGun Live!Show Logo\">\r\n            <\/div>\r\n            <p>Angebotsanfragen f\u00fcr Hochzeiten, Firmenfeiern und andere Veranstaltungen.<\/p>\r\n            <ul class=\"contact-details-list\">\r\n                <li>\r\n                    <span class=\"icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z\" \/><\/svg><\/span>\r\n                    <a href=\"tel:+36704057678\">+36 70 405 7678<\/a>\r\n                <\/li>\r\n                <li>\r\n                    <span class=\"icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75\" \/><\/svg><\/span>\r\n                    <a href=\"mailto:catering@topgunliveshow.com\">catering@topgunliveshow.com<\/a>\r\n                <\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        <div class=\"contact-option-card academy-card\">\r\n            <div class=\"logo-container\">\r\n                <img decoding=\"async\" src=\"\/logo\/TG_academy.svg\" alt=\"TopGun Academy Logo\">\r\n            <\/div>\r\n            <p>Fragen zum Online-Kurs oder zum E-Book.<\/p>\r\n            <ul class=\"contact-details-list\">\r\n                <li>\r\n                    <span class=\"icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z\" \/><\/svg><\/span>\r\n                    <a href=\"tel:+36704057678\">+36 70 405 7678<\/a>\r\n                <\/li>\r\n                <li>\r\n                    <span class=\"icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75\" \/><\/svg><\/span>\r\n                    <a href=\"mailto:academy@topgunliveshow.com\">academy@topgunliveshow.com<\/a>\r\n                <\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n<\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Kapcsolat &#8211; TopGun Live!Show &#038; Academy Nehmen Sie Kontakt mit uns auf W\u00e4hlen Sie aus, zu welchem unserer Gesch\u00e4ftsbereiche Sie eine Frage haben, und kontaktieren Sie uns vertrauensvoll unter den unten angegebenen Kontaktdaten. Angebotsanfragen f\u00fcr Hochzeiten, Firmenfeiern und andere Veranstaltungen. +36 70 405 7678 catering@topgunliveshow.com Fragen zum Online-Kurs oder zum E-Book. +36 70 405 7678 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-4399","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.3 (Yoast SEO v25.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Kontakt - TopGun Live! Show<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/topgunliveshow.com\/de\/kontakt\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontakt\" \/>\n<meta property=\"og:description\" content=\"Kapcsolat &#8211; TopGun Live!Show &#038; Academy Nehmen Sie Kontakt mit uns auf W\u00e4hlen Sie aus, zu welchem unserer Gesch\u00e4ftsbereiche Sie eine Frage haben, und kontaktieren Sie uns vertrauensvoll unter den unten angegebenen Kontaktdaten. Angebotsanfragen f\u00fcr Hochzeiten, Firmenfeiern und andere Veranstaltungen. +36 70 405 7678 catering@topgunliveshow.com Fragen zum Online-Kurs oder zum E-Book. +36 70 405 7678 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/topgunliveshow.com\/de\/kontakt\/\" \/>\n<meta property=\"og:site_name\" content=\"TopGun Live! Show\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T16:24:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/topgunliveshow.com\/de\/kontakt\/\",\"url\":\"https:\/\/topgunliveshow.com\/de\/kontakt\/\",\"name\":\"Kontakt - TopGun Live! Show\",\"isPartOf\":{\"@id\":\"https:\/\/topgunliveshow.com\/de\/#website\"},\"datePublished\":\"2025-08-03T14:13:53+00:00\",\"dateModified\":\"2025-09-12T16:24:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/topgunliveshow.com\/de\/kontakt\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/topgunliveshow.com\/de\/kontakt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/topgunliveshow.com\/de\/kontakt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Kezd\u0151lap\",\"item\":\"https:\/\/topgunliveshow.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontakt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/topgunliveshow.com\/de\/#website\",\"url\":\"https:\/\/topgunliveshow.com\/de\/\",\"name\":\"TopGun Live! Show\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/topgunliveshow.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/topgunliveshow.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/topgunliveshow.com\/de\/#organization\",\"name\":\"TopGun Live! Show\",\"url\":\"https:\/\/topgunliveshow.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/topgunliveshow.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/topgunliveshow.com\/wp-content\/uploads\/2025\/08\/topgunliveshow_logo_ff.jpg\",\"contentUrl\":\"https:\/\/topgunliveshow.com\/wp-content\/uploads\/2025\/08\/topgunliveshow_logo_ff.jpg\",\"width\":1685,\"height\":575,\"caption\":\"TopGun Live! Show\"},\"image\":{\"@id\":\"https:\/\/topgunliveshow.com\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Kontakt - TopGun Live! Show","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:\/\/topgunliveshow.com\/de\/kontakt\/","og_locale":"de_DE","og_type":"article","og_title":"Kontakt","og_description":"Kapcsolat &#8211; TopGun Live!Show &#038; Academy Nehmen Sie Kontakt mit uns auf W\u00e4hlen Sie aus, zu welchem unserer Gesch\u00e4ftsbereiche Sie eine Frage haben, und kontaktieren Sie uns vertrauensvoll unter den unten angegebenen Kontaktdaten. Angebotsanfragen f\u00fcr Hochzeiten, Firmenfeiern und andere Veranstaltungen. +36 70 405 7678 catering@topgunliveshow.com Fragen zum Online-Kurs oder zum E-Book. +36 70 405 7678 [&hellip;]","og_url":"https:\/\/topgunliveshow.com\/de\/kontakt\/","og_site_name":"TopGun Live! Show","article_modified_time":"2025-09-12T16:24:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/topgunliveshow.com\/de\/kontakt\/","url":"https:\/\/topgunliveshow.com\/de\/kontakt\/","name":"Kontakt - TopGun Live! Show","isPartOf":{"@id":"https:\/\/topgunliveshow.com\/de\/#website"},"datePublished":"2025-08-03T14:13:53+00:00","dateModified":"2025-09-12T16:24:17+00:00","breadcrumb":{"@id":"https:\/\/topgunliveshow.com\/de\/kontakt\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/topgunliveshow.com\/de\/kontakt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/topgunliveshow.com\/de\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Kezd\u0151lap","item":"https:\/\/topgunliveshow.com\/de\/"},{"@type":"ListItem","position":2,"name":"Kontakt"}]},{"@type":"WebSite","@id":"https:\/\/topgunliveshow.com\/de\/#website","url":"https:\/\/topgunliveshow.com\/de\/","name":"TopGun Live! Show","description":"","publisher":{"@id":"https:\/\/topgunliveshow.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/topgunliveshow.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/topgunliveshow.com\/de\/#organization","name":"TopGun Live! Show","url":"https:\/\/topgunliveshow.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/topgunliveshow.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/topgunliveshow.com\/wp-content\/uploads\/2025\/08\/topgunliveshow_logo_ff.jpg","contentUrl":"https:\/\/topgunliveshow.com\/wp-content\/uploads\/2025\/08\/topgunliveshow_logo_ff.jpg","width":1685,"height":575,"caption":"TopGun Live! Show"},"image":{"@id":"https:\/\/topgunliveshow.com\/de\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/topgunliveshow.com\/de\/wp-json\/wp\/v2\/pages\/4399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/topgunliveshow.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/topgunliveshow.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/topgunliveshow.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/topgunliveshow.com\/de\/wp-json\/wp\/v2\/comments?post=4399"}],"version-history":[{"count":4,"href":"https:\/\/topgunliveshow.com\/de\/wp-json\/wp\/v2\/pages\/4399\/revisions"}],"predecessor-version":[{"id":4462,"href":"https:\/\/topgunliveshow.com\/de\/wp-json\/wp\/v2\/pages\/4399\/revisions\/4462"}],"wp:attachment":[{"href":"https:\/\/topgunliveshow.com\/de\/wp-json\/wp\/v2\/media?parent=4399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}