{"id":3166,"date":"2026-01-28T09:55:34","date_gmt":"2026-01-28T06:55:34","guid":{"rendered":"https:\/\/www.letoon.com.tr\/eng\/?page_id=3166"},"modified":"2026-01-28T09:59:28","modified_gmt":"2026-01-28T06:59:28","slug":"letoon-academy-training-module","status":"publish","type":"page","link":"https:\/\/www.letoon.com.tr\/eng\/letoon-academy-training-module\/","title":{"rendered":"Letoon Academy \/ Training Module"},"content":{"rendered":"\n<style>\n  \/* --- GENERAL SETTINGS --- *\/\n  .letoon-wrapper {\n    font-family: 'Segoe UI', Arial, sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    color: #444;\n    box-sizing: border-box;\n    padding: 20px 0;\n  }\n\n  \/* --- TOP NAVIGATION AREA (NEW DESIGN) --- *\/\n  .letoon-nav-area {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  \/* Top Button Style - White Background \/ Brand Border *\/\n  .nav-card-btn {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background-color: #ffffff;\n    color: #ba372a !important; \/* Brand color text *\/\n    padding: 25px 15px;\n    border-radius: 12px;\n    text-decoration: none;\n    font-size: 16px;\n    font-weight: 700;\n    text-align: center;\n    border: 2px solid #ba372a;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n    transition: all 0.3s ease;\n  }\n\n  .nav-card-btn:hover {\n    background-color: #ba372a;\n    color: #ffffff !important; \/* White text on hover *\/\n    transform: translateY(-5px);\n    box-shadow: 0 10px 25px rgba(186, 55, 42, 0.3);\n  }\n\n  \/* --- ACCORDION DESIGN --- *\/\n  .accordion-container {\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    background: #fff;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n    overflow: hidden;\n    margin-bottom: 20px;\n  }\n\n  .accordion-header {\n    background: #ba372a; \/* Brand Color *\/\n    color: #fff;\n    cursor: pointer;\n    padding: 20px 25px;\n    font-size: 18px;\n    font-weight: bold;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background 0.3s ease;\n  }\n\n  .accordion-header:hover {\n    background: #a02e22;\n  }\n\n  .accordion-arrow {\n    font-size: 14px;\n    transition: transform 0.3s ease;\n  }\n\n  .accordion-container.active .accordion-arrow {\n    transform: rotate(90deg);\n  }\n\n  .accordion-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.6s ease;\n    background: #fcfcfc;\n  }\n\n  .accordion-content-inner {\n    padding: 30px;\n  }\n\n  \/* --- CONTENT TYPOGRAPHY --- *\/\n  .course-title {\n    color: #ba372a;\n    font-size: 24px;\n    margin-bottom: 20px;\n    border-bottom: 2px solid #eee;\n    padding-bottom: 15px;\n  }\n\n  .section-title {\n    color: #34495e;\n    font-size: 18px;\n    font-weight: bold;\n    margin-top: 25px;\n    margin-bottom: 10px;\n    display: block;\n  }\n\n  p {\n    line-height: 1.6;\n    margin-bottom: 15px;\n    font-size: 15px;\n    text-align: justify;\n  }\n\n  \/* List Design *\/\n  ul.custom-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 20px 0;\n  }\n  \n  ul.custom-list li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 8px;\n    line-height: 1.5;\n    font-size: 15px;\n  }\n\n  ul.custom-list li::before {\n    content: \"\u2022\";\n    color: #ba372a;\n    font-weight: bold;\n    position: absolute;\n    left: 0;\n  }\n\n  \/* --- INFO CARDS (Grid Structure) --- *\/\n  .info-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n  }\n\n  .info-card {\n    background: #fff;\n    border: 1px solid #eee;\n    padding: 15px;\n    border-radius: 6px;\n    border-left: 4px solid #ba372a;\n  }\n\n  .info-label {\n    display: block;\n    font-size: 12px;\n    color: #888;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 5px;\n  }\n\n  .info-value {\n    display: block;\n    font-weight: bold;\n    color: #333;\n    font-size: 15px;\n  }\n\n  \/* --- BOTTOM ACTION BUTTONS --- *\/\n  .action-buttons {\n    margin-top: 40px;\n    display: flex;\n    gap: 15px;\n    flex-wrap: wrap;\n  }\n\n  .btn {\n    display: inline-block;\n    padding: 12px 25px;\n    text-decoration: none;\n    border-radius: 5px;\n    font-weight: bold;\n    font-size: 14px;\n    transition: all 0.3s ease;\n    text-align: center;\n  }\n\n  .btn-primary {\n    background-color: #ba372a;\n    color: #fff !important;\n    border: 1px solid #ba372a;\n  }\n\n  .btn-primary:hover {\n    background-color: #fff;\n    color: #ba372a !important;\n  }\n\n  .btn-secondary {\n    background-color: #34495e;\n    color: #fff !important;\n    border: 1px solid #34495e;\n  }\n\n  .btn-secondary:hover {\n    background-color: #fff;\n    color: #34495e !important;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 600px) {\n    .nav-card-btn {\n        font-size: 15px;\n        padding: 20px;\n    }\n  }\n\n<\/style>\n\n<div class=\"letoon-wrapper\">\n\n  <!-- PART 1: TOP NAVIGATION BUTTONS (New Style) -->\n  <div class=\"letoon-nav-area\">\n    <!-- Button 1 -->\n    <a href=\"https:\/\/www.letoon.com.tr\/eng\/letoon-academy-training-module\/\" class=\"nav-card-btn\">\n      About Letoon Academy\n    <\/a>\n\n    <!-- Button 2 -->\n    <a href=\"https:\/\/www.letoon.com.tr\/eng\/letoon-academy-training-module\/\" class=\"nav-card-btn\">\n      Letoon Academy Training Module\n    <\/a>\n\n    <!-- Button 3 -->\n    <a href=\"https:\/\/www.silikatboya.com\/KEIM-Design-Lasur-ile-Kalem-Isi--Colorwash-Egitimi-Formu%2CDFO-2.html\" class=\"nav-card-btn\">\n      Letoon Academy Application Form\n    <\/a>\n  <\/div>\n\n  <!-- PART 2: ACCORDION TRAINING DETAILS (English Content) -->\n  <div class=\"accordion-container\" id=\"courseAccordion\">\n    <div class=\"accordion-header\" onclick=\"toggleAccordion()\">\n      <span>Hand-Drawn Ornamentation &#038; Color Wash Techniques Training with KEIM Design Lasur<\/span>\n      <span class=\"accordion-arrow\">&#9654;<\/span>\n    <\/div>\n    \n    <div class=\"accordion-body\">\n      <div class=\"accordion-content-inner\">\n        \n        <h2 class=\"course-title\">Hand-Drawn Ornamentation (Kalem \u0130\u015fi) &#038; Color Wash Techniques with KEIM Design Lasur<\/h2>\n        \n        <!-- Intro Text -->\n        <span class=\"section-title\">Scope<\/span>\n        <p>\n          Within the scope of this training, KEIM mineral-based potassium silicate paint systems and their advantages will be introduced. Specifically, hand-drawn ornamentation (Kalem \u0130\u015fi) division, coloring, and aging techniques for historical structures, as well as Color Wash techniques for decorative facades and interior applications in architecture, will be presented in both theoretical and practical dimensions.\n        <\/p>\n\n        <!-- Info Cards (Grid) -->\n        <div class=\"info-grid\">\n          <div class=\"info-card\">\n            <span class=\"info-label\">Duration<\/span>\n            <span class=\"info-value\">2 Days<\/span>\n          <\/div>\n          <div class=\"info-card\">\n            <span class=\"info-label\">Hours<\/span>\n            <span class=\"info-value\">10:00 &#8211; 12:00 \/ 13:00 &#8211; 16:00<\/span>\n          <\/div>\n          <div class=\"info-card\">\n            <span class=\"info-label\">Participants<\/span>\n            <span class=\"info-value\">Max. 6 People<\/span>\n          <\/div>\n          <div class=\"info-card\">\n            <span class=\"info-label\">Location<\/span>\n            <span class=\"info-value\">Letoon Mimarl\u0131k &#8211; Ata\u015fehir \/ ISTANBUL<\/span>\n          <\/div>\n          <div class=\"info-card\" style=\"grid-column: 1 \/ -1;\">\n             <span class=\"info-label\">Products to be Used<\/span>\n             <span class=\"info-value\">KEIM Design Lasur, KEIM Design Fixativ, Metallic Pigments<\/span>\n          <\/div>\n        <\/div>\n\n        <!-- Training Content -->\n        <span class=\"section-title\">Training Content and Target Audience<\/span>\n        <p>\n          This program is aimed at participants who wish to explore the decorative potential of KEIM Design Lasur in architecture and create different design effects on facades and interiors through professional applications.\n        <\/p>\n\n        <span class=\"section-title\">Theoretical Session<\/span>\n        <ul class=\"custom-list\">\n            <li>What is KEIM mineral-based potassium silicate paint? What are its advantages?<\/li>\n            <li>Transparent\/semi-transparent effects and multi-layer application techniques in KEIM mineral paint systems.<\/li>\n            <li>Color Wash techniques.<\/li>\n            <li>Advantages provided by KEIM Design Lasur in traditional hand-drawn ornamentation (Kalem \u0130\u015fi) applications.<\/li>\n            <li>Importance and intricacies of surface and color preparation.<\/li>\n        <\/ul>\n\n        <span class=\"section-title\">Application and Practical Experience<\/span>\n        <ul class=\"custom-list\">\n            <li>Demonstration of Color Wash and hand-drawn ornamentation examples on panels by a KEIM color expert.<\/li>\n            <li>Different pigment densities and layering techniques.<\/li>\n            <li>Color Wash effect applications by participants on their own panels.<\/li>\n            <li>Hands-on experience of hand-drawn ornamentation pattern applications.<\/li>\n        <\/ul>\n\n        <p style=\"margin-top:20px; font-style: italic; color:#666;\">\n           At the end of the training, participants will gain skills in application techniques with KEIM Design Lasur and transferring hand-drawn motifs to surfaces in restoration. <strong>A certificate of participation is given at the end of the training.<\/strong>\n        <\/p>\n\n        <!-- Action Buttons (Internal) -->\n        <div class=\"action-buttons\">\n            <a href=\"https:\/\/www.silikatboya.com\/urun\/keim-design-ile-kalem-isi-ve-color-wash-teknikleri-egitimi\" target=\"_blank\" class=\"btn btn-primary\">\n                Rev\u0131ew and Buy Tra\u0131n\u0131ng\n            <\/a>\n            <a href=\"https:\/\/www.silikatboya.com\/KEIM-Design-Lasur-ile-Kalem-Isi--Colorwash-Egitimi-Formu%2CDFO-2.html\" target=\"_blank\" class=\"btn btn-secondary\">\n                F\u0131ll Appl\u0131cat\u0131on Form\n            <\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n  function toggleAccordion() {\n    const container = document.getElementById(\"courseAccordion\");\n    container.classList.toggle(\"active\");\n    \n    const body = container.querySelector(\".accordion-body\");\n    if (container.classList.contains(\"active\")) {\n      body.style.maxHeight = body.scrollHeight + \"px\";\n    } else {\n      body.style.maxHeight = 0;\n    }\n  }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>About Letoon Academy Letoon Academy Training Module Letoon Academy Application Form Hand-Drawn Ornamentation &#038; Color Wash Techniques Training with KEIM<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3166","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/pages\/3166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/comments?post=3166"}],"version-history":[{"count":0,"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/pages\/3166\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.letoon.com.tr\/eng\/wp-json\/wp\/v2\/media?parent=3166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}