{"id":2,"date":"2026-01-28T08:00:04","date_gmt":"2026-01-28T08:00:04","guid":{"rendered":"https:\/\/atf.atfcard.com\/?page_id=2"},"modified":"2026-05-05T12:12:12","modified_gmt":"2026-05-05T12:12:12","slug":"veranstaltungsprofil","status":"publish","type":"page","link":"https:\/\/www.atfantalya.com\/de\/etkinlik-profili\/","title":{"rendered":"Veranstaltungsprofil"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2\" class=\"elementor elementor-2\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e3eb1d e-con-full e-flex e-con e-parent\" data-id=\"0e3eb1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f31244 elementor-widget elementor-widget-html\" data-id=\"2f31244\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"tr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>ATF | Uluslararas\u0131 Antalya Ticaret Fuar\u0131 Kapsaml\u0131 Bak\u0131\u015f<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;600;700;900&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\/>\n    <style>\n        :root {\n            --atf-red: #e11e24;\n            --atf-dark: #121212;\n            --atf-gray: #f8f9fa;\n            --white: #ffffff;\n            --shadow-soft: 0 10px 30px rgba(0,0,0,0.1);\n            --shadow-hard: 0 20px 40px rgba(0,0,0,0.25);\n            --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: var(--white);\n            color: var(--atf-dark);\n            line-height: 1.6;\n        }\n\n        \/* --- HERO SECTION (ESK\u0130 FOTO + YEN\u0130 EFEKT) --- *\/\n        .hero {\n            position: relative;\n            height: 85vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), \n                        url('https:\/\/images.unsplash.com\/photo-1540575467063-178a50c2df87?auto=format&fit=crop&q=80&w=2070') no-repeat center center\/cover;\n            color: var(--white);\n            text-align: center;\n            clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);\n        }\n\n        .hero-content h1 {\n            font-size: 3.8rem;\n            font-weight: 900;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin: 0;\n            text-shadow: 0 10px 20px rgba(0,0,0,0.8); \/* Derin g\u00f6lge *\/\n            animation: fadeInDown 1.2s ease-out;\n        }\n\n        .hero-content p {\n            font-size: 1.6rem;\n            font-weight: 300;\n            margin-top: 15px;\n            letter-spacing: 5px;\n            text-shadow: 0 5px 10px rgba(0,0,0,0.5);\n            animation: fadeInUp 1.2s 0.3s both;\n        }\n\n        \/* --- STATS BAR --- *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            margin: -100px auto 0;\n            padding: 0 20px;\n            max-width: 1250px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .stat-card {\n            background: var(--white);\n            padding: 40px 20px;\n            border-radius: 20px;\n            box-shadow: var(--shadow-hard);\n            text-align: center;\n            transition: var(--transition);\n            border-bottom: 8px solid var(--atf-red);\n        }\n\n        .stat-card:hover {\n            transform: translateY(-15px);\n            background-color: var(--atf-red);\n            color: var(--white);\n        }\n\n        .stat-card h3 { font-size: 2.8rem; margin: 0; font-weight: 900; }\n        .stat-card p { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; margin-top: 5px; letter-spacing: 1px; }\n\n        \/* --- CONTENT BASICS --- *\/\n        .container { max-width: 1100px; margin: 120px auto; padding: 0 25px; }\n        section { margin-bottom: 120px; }\n\n        .section-title {\n            font-size: 2.2rem;\n            color: var(--atf-red);\n            font-weight: 900;\n            margin-bottom: 45px;\n            text-transform: uppercase;\n            display: flex;\n            align-items: center;\n        }\n\n        .section-title::after {\n            content: \"\";\n            flex-grow: 1;\n            height: 3px;\n            background: linear-gradient(to right, var(--atf-red), transparent);\n            margin-left: 20px;\n        }\n\n        \/* --- D\u00dcZELT\u0130LM\u0130\u015e KART YAPISI (ALANLARI AYRILMI\u015e) --- *\/\n        .info-box {\n            background: var(--atf-gray);\n            padding: 40px;\n            border-radius: 25px;\n            box-shadow: var(--shadow-soft);\n            border: 1px solid rgba(0,0,0,0.05);\n            margin-bottom: 30px;\n        }\n\n        \/* Hizalama Sorununu \u00c7\u00f6zen Stil *\/\n        .label-row {\n            display: flex;\n            align-items: flex-start; \/* \u00dcstten hizala *\/\n            margin-bottom: 15px;\n            padding: 15px;\n            background: var(--white);\n            border-radius: 12px;\n            border-left: 6px solid var(--atf-red);\n            transition: var(--transition);\n        }\n\n        .label-row:hover { transform: translateX(10px); box-shadow: var(--shadow-soft); }\n\n        .label-title {\n            flex: 0 0 140px; \/* Ba\u015fl\u0131k alan\u0131 sabitlendi, kayma yapmaz *\/\n            font-weight: 800;\n            color: var(--atf-dark);\n            font-size: 1rem;\n            text-transform: uppercase;\n        }\n\n        .label-content {\n            flex: 1;\n            font-weight: 500;\n            color: #444;\n            padding-left: 10px;\n        }\n\n        \/* Sector Grid Fix *\/\n        .sector-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 15px;\n        }\n\n        .sector-badge {\n            background: var(--white);\n            padding: 18px 25px;\n            border-radius: 15px;\n            display: flex;\n            justify-content: space-between;\n            font-weight: 700;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03);\n            border: 1px solid #eee;\n        }\n\n        .count-tag { color: var(--atf-red); font-size: 1.2rem; font-weight: 900; }\n\n        \/* Images *\/\n        .visual-grid {\n            display: grid;\n            grid-template-columns: 1.2fr 0.8fr;\n            gap: 50px;\n            align-items: center;\n        }\n\n        .feature-img {\n            width: 100%;\n            border-radius: 25px;\n            box-shadow: var(--shadow-hard);\n        }\n\n        \/* --- FOOTER --- *\/\n        footer {\n            background: var(--atf-dark);\n            color: var(--white);\n            padding: 80px 0 50px;\n            text-align: center;\n        }\n\n        .footer-logo { font-size: 2.8rem; font-weight: 900; color: var(--atf-red); margin-bottom: 15px; }\n\n        @media (max-width: 900px) {\n            .visual-grid { grid-template-columns: 1fr; }\n            .hero-content h1 { font-size: 2.4rem; }\n            .label-row { flex-direction: column; }\n            .label-title { margin-bottom: 5px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<header class=\"hero\">\n    <div class=\"hero-content\">\n        <p class=\"animate__animated animate__fadeIn\">INTERNATIONAL<\/p>\n        <h1 class=\"animate__animated animate__zoomIn\">ANTALYA TOURISMUSMESSE<\/h1>\n        <p class=\"animate__animated animate__fadeInUp\">UMFASSENDER \u00dcBERBLICK<\/p>\n    <\/div>\n<\/header>\n\n<div class=\"stats-grid\">\n    <div class=\"stat-card animate__animated animate__fadeInUp\">\n        <h3>40.000 m\u00b2<\/h3>\n        <p>AKTUELLE AUSSTELLUNGSFL\u00c4CHE<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.1s;\">\n        <h3>42.758<\/h3>\n        <p>GESAMTE BESUCHER<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.2s;\">\n        <h3>1.018<\/h3>\n        <p>TEILNEHMENDE MARKE<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.3s;\">\n        <h3>109<\/h3>\n        <p>TEILNEHMENDES LAND<\/p>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\n    <!-- 1. B\u00f6l\u00fcm: UFI -->\n    <section>\n        <h2 class=\"section-title\">1. UFI-Mitgliedschaft und internationale Akkreditierung<\/h2>\n        <div class=\"visual-grid\">\n            <div>\n                <p>Uluslararas\u0131 Antalya Ticaret Fuar\u0131 (ATF), 2019 y\u0131l\u0131ndan bu yana <strong>Der Weltverband der Messewirtschaft (UFI)<\/strong> Es handelt sich um ein Mitglied. Diese Akkreditierung ist der Beweis daf\u00fcr, dass ATF die strengsten internationalen Standards erf\u00fcllt.<\/p>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">2019 Gebiet<\/div>\n                    <div class=\"label-content\">5.700 m\u00b2 Ausstellungsfl\u00e4che<\/div>\n                <\/div>\n                <div class=\"label-row\" style=\"border-left-color: var(--atf-dark);\">\n                    <div class=\"label-title\">Bereich 2025<\/div>\n                    <div class=\"label-content\">40.000 m\u00b2 Ausstellungsfl\u00e4che<\/div>\n                <\/div>\n            <\/div>\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/SMFOTO.png\" class=\"feature-img\" alt=\"ATF\">\n        <\/div>\n    <\/section>\n\n    <!-- 2. B\u00f6l\u00fcm: Ticari Platform -->\n    <section>\n        <h2 class=\"section-title\">2. Vielseitige Handelsplattform<\/h2>\n        <p>ATF operiert gleichzeitig in drei Haupthandelsrichtungen:<\/p>\n        <div class=\"info-box\">\n            <div class=\"label-row\">\n                <div class=\"label-title\">AUSGANG<\/div>\n                <div class=\"label-content\">T\u00fcrkiye \u2192 WELT: Der Kanal, \u00fcber den t\u00fcrkische Reiseveranstalter dem t\u00fcrkischen Markt globale Reiseziele anbieten.<\/div>\n            <\/div>\n            <div class=\"label-row\">\n                <div class=\"label-title\">EINGANG<\/div>\n                <div class=\"label-content\">WELT \u2192 T\u00fcrkei: Eine Plattform, auf der internationale K\u00e4ufer t\u00fcrkische Tourismusprodukte erwerben.<\/div>\n            <\/div>\n            <div class=\"label-row\">\n                <div class=\"label-title\">KREUZFAHRT<\/div>\n                <div class=\"label-content\">WELT \u2194 WELT: Grenz\u00fcberschreitender Handel zwischen globalen Anbietern, Destination-Management-Unternehmen (DMCs) und Fluggesellschaften.<\/div>\n            <\/div>\n        <\/div>\n        \n        <h3 style=\"color:var(--atf-red); margin: 40px 0 25px; font-weight: 800;\">Sektorale Teilnehmerverteilung:<\/h3>\n        <div class=\"sector-grid\">\n            <div class=\"sector-badge\"><span>Unterkunft<\/span> <span class=\"count-tag\">520<\/span><\/div>\n            <div class=\"sector-badge\"><span>Reiseb\u00fcros &amp; Op.<\/span> <span class=\"count-tag\">202<\/span><\/div>\n            <div class=\"sector-badge\"><span>Tourismustechnologien<\/span> <span class=\"count-tag\">85<\/span><\/div>\n            <div class=\"sector-badge\"><span>Tourismusorganisationen<\/span> <span class=\"count-tag\">32<\/span><\/div>\n            <div class=\"sector-badge\"><span>Dr\u00fccken<\/span> <span class=\"count-tag\">32<\/span><\/div>\n            <div class=\"sector-badge\"><span>Fluggesellschaften und Transportwesen<\/span> <span class=\"count-tag\">30<\/span><\/div>\n            <div class=\"sector-badge\"><span>Reiseziele &amp; L\u00e4nder<\/span> <span class=\"count-tag\">28<\/span><\/div>\n            <div class=\"sector-badge\"><span>Gesundheit &amp; Wohlbefinden<\/span> <span class=\"count-tag\">14<\/span><\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. B\u00f6l\u00fcm: Hosted Buyer -->\n    <section>\n        <h2 class=\"section-title\">3. Hosted Buyer Programm<\/h2>\n        <div class=\"visual-grid\">\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/hosted-buyers-scaled.webp\" class=\"feature-img\" alt=\"Hosted Buyers\">\n            <div>\n                <p>In der Ausgabe 2025, <strong>Mehr als 2.000<\/strong> Es wurde eine Rekordzahl an G\u00e4sten empfangen, darunter ein Vertreter eines globalen Reiseb\u00fcros.<\/p>\n                <div class=\"info-box\" style=\"padding: 20px;\">\n                    <h4 style=\"margin:0 0 15px 0; color:var(--atf-red);\">Profil:<\/h4>\n                    <p style=\"font-size: 0.9rem; margin:0;\">Reiseveranstalter, Produktmanager, Destination-Management-Unternehmen (DMCs), internationale Gro\u00dfh\u00e4ndler und globale Distributoren.<\/p>\n                <\/div>\n                <p><strong>Hauptziele:<\/strong> Kaufen und Verkaufen in der T\u00fcrkei, Vergleich globaler Reiseziele und Abschluss von Vertr\u00e4gen mit lokalen und internationalen Lieferanten.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 4. B\u00f6l\u00fcm: Havac\u0131l\u0131k -->\n    <section>\n        <h2 class=\"section-title\">4. Internationale Teilnahme und Luftfahrt<\/h2>\n        <div class=\"info-box\">\n            <p>ATF empf\u00e4ngt Delegationen aus \u00fcber 100 L\u00e4ndern, darunter Dubai, Indien, Kasachstan, die Ukraine und Aserbaidschan.<\/p>\n            <div class=\"label-row\">\n                <div class=\"label-title\">Fluggesellschaften<\/div>\n                <div class=\"label-content\">Air Astana, Azerbaijan Airlines, FlyDubai, Flynas, IndiGo, Middle East Airlines.<\/div>\n            <\/div>\n            <p style=\"margin-top:20px;\">Diese breite Beteiligung zeigt, dass ATF nicht nur eine lokale, sondern eine globale Werbeaktion ist. <strong>Handelsplattform f\u00fcr Luftfahrt und Tourismus<\/strong> Das beweist, dass es so ist.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- 5. B\u00f6l\u00fcm: Ticari Fonksiyon -->\n    <section>\n        <h2 class=\"section-title\">5. Die kommerzielle Funktion des ATF<\/h2>\n        <div class=\"visual-grid\">\n            <div>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">B2B-Handel<\/div>\n                    <div class=\"label-content\">Alle Beteiligten (Hotel, Fluggesellschaft, Agentur) f\u00fchren unter einem Dach echte Gesch\u00e4ftsaktivit\u00e4ten durch.<\/div>\n                <\/div>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">Verteilzentrum<\/div>\n                    <div class=\"label-content\">Es handelt sich um ein globales Drehkreuz, auf dem Tourismusprodukte weltweit gekauft, verkauft und verpackt werden.<\/div>\n                <\/div>\n            <\/div>\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/ilk-kez-ziyaretci-olacaklar_1-scaled.webp\" class=\"feature-img\" alt=\"ATF Trading\">\n        <\/div>\n    <\/section>\n\n    <!-- 6. B\u00f6l\u00fcm: Sonu\u00e7 -->\n    <section>\n        <h2 class=\"section-title\">6. Fazit: Strategisches Markttor<\/h2>\n        <div class=\"info-box\" style=\"border: 2px solid var(--atf-red); background: white;\">\n            <p>Das Wachstum von ATF seit 2019 (von 5.700 m\u00b2 auf 40.000 m\u00b2) ist eine Erfolgsgeschichte, wie sie weltweit nur selten zu sehen ist.<\/p>\n            <ul style=\"list-style: none; padding:0;\">\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> Die gr\u00f6\u00dfte und am schnellsten wachsende Tourismus-Handelsplattform der T\u00fcrkei.<\/li>\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> Ein globaler Vertriebsknotenpunkt f\u00fcr t\u00fcrkische Betreiber.<\/li>\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> Ein Tor f\u00fcr internationale Lieferanten zum t\u00fcrkischen Markt.<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<footer>\n    <div class=\"footer-logo\">ATF26<\/div>\n    <p style=\"font-weight: 700; letter-spacing: 2px;\">INTERNATIONALE ANTALYA-TOURISMUSMESSE<\/p>\n   \n<\/footer>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ATF | ATF T\u00fcrkiye Kapsaml\u0131 Bak\u0131\u015f INTERNATIONAL ANTALYA TUR\u0130ZM FUARI KAPSAMLI GENEL BAKI\u015e 40.000m\u00b2 G\u00dcNCEL SERG\u0130 ALANI 42.758 TOPLAM Z\u0130YARET\u00c7\u0130 1.018 KATILIMCI MARKA 109 KATILIMCI \u00dcLKE 1. UFI \u00dcyeli\u011fi ve Uluslararas\u0131 Akreditasyon ATF T\u00fcrkiye, 2019 y\u0131l\u0131ndan bu yana The Global Association of the Exhibition Industry (UFI) \u00fcyesidir. Bu akreditasyon, ATF&#8217;nin en kat\u0131 uluslararas\u0131 standartlar\u0131 kar\u015f\u0131lad\u0131\u011f\u0131n\u0131n [&hellip;]<\/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-2","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.atfantalya.com\/de\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.atfantalya.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.atfantalya.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.atfantalya.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.atfantalya.com\/de\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":86,"href":"https:\/\/www.atfantalya.com\/de\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":2407,"href":"https:\/\/www.atfantalya.com\/de\/wp-json\/wp\/v2\/pages\/2\/revisions\/2407"}],"wp:attachment":[{"href":"https:\/\/www.atfantalya.com\/de\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}