{"id":8010,"date":"2026-07-14T10:16:00","date_gmt":"2026-07-14T10:16:00","guid":{"rendered":"https:\/\/lovonova.com\/?p=8010"},"modified":"2026-07-05T23:21:47","modified_gmt":"2026-07-05T23:21:47","slug":"international-non-binary-peoples-day-2026","status":"publish","type":"post","link":"https:\/\/lovonova.com\/de\/international-non-binary-peoples-day-2026\/","title":{"rendered":"International Non-Binary People&#8217;s Day 2026"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>International Non-Binary People&#8217;s Day 2026 \u2013 Lovo Nova<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,600;1,400&#038;family=DM+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    :root {\n      --yellow: #f5c842;\n      --white: #fafaf8;\n      --purple: #7c4dab;\n      --purple-light: #a87dd4;\n      --black: #111010;\n      --bg: #fafaf8;\n      --text: #1e1b18;\n      --muted: #6b6560;\n      --card-bg: #f0ecf8;\n      --card-yellow: #fdf6da;\n      --border: #e0dbd8;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background: var(--bg);\n      color: var(--text);\n      font-family: 'DM Sans', sans-serif;\n      font-weight: 300;\n      line-height: 1.75;\n      font-size: 17px;\n    }\n\n    \/* HERO *\/\n    .hero {\n      min-height: 88vh;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero-left {\n      background: var(--black);\n      display: flex;\n      flex-direction: column;\n      justify-content: flex-end;\n      padding: 3.5rem 3rem 4rem;\n      position: relative;\n    }\n\n    .hero-left::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 70% 50% at 30% 30%, rgba(124,77,171,0.3) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    .hero-right {\n      background: var(--yellow);\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      padding: 3.5rem 3rem;\n      position: relative;\n    }\n\n    .hero-right::before {\n      content: '\ud83d\udc9b\ud83e\udd0d\ud83d\udc9c';\n      position: absolute;\n      top: 2rem;\n      right: 2rem;\n      font-size: 1.4rem;\n      letter-spacing: 0.3rem;\n    }\n\n    .hero-tag {\n      font-size: 0.68rem;\n      font-weight: 500;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--purple-light);\n      margin-bottom: 1.5rem;\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero h1 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(2.5rem, 5vw, 4.2rem);\n      font-weight: 600;\n      line-height: 1.08;\n      color: var(--white);\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero h1 em {\n      font-style: italic;\n      color: var(--yellow);\n    }\n\n    .hero-right-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(1.1rem, 2.5vw, 1.5rem);\n      font-weight: 600;\n      color: var(--black);\n      margin-bottom: 1rem;\n      line-height: 1.3;\n    }\n\n    .hero-right p {\n      font-size: 0.95rem;\n      color: #3a3228;\n      line-height: 1.7;\n      margin-bottom: 0.8rem;\n    }\n\n    .hero-date-tag {\n      display: inline-block;\n      background: var(--black);\n      color: var(--yellow);\n      font-size: 0.68rem;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      padding: 0.4rem 1rem;\n      margin-bottom: 2rem;\n      font-weight: 500;\n    }\n\n    \/* LAYOUT *\/\n    .container {\n      max-width: 760px;\n      margin: 0 auto;\n      padding: 0 2rem;\n    }\n\n    section { padding: 5rem 0; }\n\n    \/* PULL QUOTE *\/\n    .pull-quote {\n      border-left: 3px solid var(--purple);\n      padding: 1.5rem 2rem;\n      margin: 3rem 0;\n      background: var(--card-bg);\n    }\n\n    .pull-quote p {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.4rem;\n      font-style: italic;\n      line-height: 1.5;\n      color: var(--purple);\n    }\n\n    \/* MYTH BUSTERS *\/\n    .myths {\n      background: var(--card-bg);\n      border-radius: 2px;\n      padding: 2.5rem;\n      margin: 2.5rem 0;\n      border-left: 3px solid var(--purple);\n    }\n\n    .myths.yellow {\n      background: var(--card-yellow);\n      border-left-color: var(--yellow);\n    }\n\n    .myths h3 {\n      font-family: 'DM Sans', sans-serif;\n      font-size: 0.68rem;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 1.5rem;\n    }\n\n    .myths.yellow h3 { color: #8a6a00; }\n\n    .myth-item {\n      display: flex;\n      gap: 1rem;\n      margin-bottom: 1.1rem;\n      align-items: flex-start;\n    }\n\n    .myth-icon {\n      font-size: 1.05rem;\n      flex-shrink: 0;\n      margin-top: 0.15rem;\n    }\n\n    .myth-text {\n      font-size: 0.97rem;\n      color: var(--text);\n      line-height: 1.65;\n    }\n\n    \/* PRONOUNS BOX *\/\n    .pronouns-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1px;\n      background: var(--border);\n      margin: 2.5rem 0;\n    }\n\n    .pronoun-card {\n      background: var(--bg);\n      padding: 1.8rem 1.5rem;\n      text-align: center;\n    }\n\n    .pronoun-main {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.8rem;\n      font-weight: 600;\n      color: var(--purple);\n      display: block;\n      margin-bottom: 0.4rem;\n    }\n\n    .pronoun-label {\n      font-size: 0.72rem;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--muted);\n    }\n\n    \/* STAT BAND *\/\n    .stat-band {\n      background: var(--black);\n      color: var(--white);\n      padding: 4rem 2rem;\n      text-align: center;\n    }\n\n    .stat-band .stat-num {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(3.5rem, 9vw, 7rem);\n      font-weight: 600;\n      color: var(--yellow);\n      line-height: 1;\n      display: block;\n    }\n\n    .stat-band .stat-label {\n      font-size: 1rem;\n      color: #b0a89e;\n      margin-top: 0.5rem;\n    }\n\n    .stat-band .stat-context {\n      font-size: 0.85rem;\n      color: #6b6560;\n      margin-top: 1.5rem;\n      max-width: 480px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* HEADINGS *\/\n    h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(1.8rem, 3.5vw, 2.6rem);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      line-height: 1.15;\n    }\n\n    h2 span { color: var(--purple); }\n\n    p { margin-bottom: 1.2rem; color: #3a3530; }\n    p:last-child { margin-bottom: 0; }\n\n    \/* DIVIDER *\/\n    .divider {\n      width: 32px;\n      height: 2px;\n      background: var(--purple);\n      margin: 0 0 2rem;\n    }\n\n    .divider.yellow { background: var(--yellow); }\n\n    \/* CTA *\/\n    .cta-section {\n      background: var(--purple);\n      padding: 5rem 2rem;\n      text-align: center;\n    }\n\n    .cta-section h2 { color: var(--white); }\n    .cta-section h2 span { color: var(--yellow); }\n\n    .cta-section p {\n      max-width: 500px;\n      margin: 0 auto 2rem;\n      color: rgba(255,255,255,0.7);\n    }\n\n    .cta-btn {\n      display: inline-block;\n      padding: 0.9rem 2.5rem;\n      background: var(--yellow);\n      color: var(--black);\n      font-size: 0.78rem;\n      font-weight: 500;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      text-decoration: none;\n      transition: background 0.2s;\n    }\n\n    .cta-btn:hover { background: #ffd84a; }\n\n    \/* TAGS *\/\n    .tag-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 3rem;\n      padding-top: 2rem;\n      border-top: 1px solid var(--border);\n    }\n\n    .tag {\n      font-size: 0.7rem;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--muted);\n      border: 1px solid var(--border);\n      padding: 0.3rem 0.8rem;\n    }\n\n    \/* FOOTER *\/\n    .article-footer {\n      padding: 3rem 2rem;\n      border-top: 1px solid var(--border);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      font-size: 0.8rem;\n      color: var(--muted);\n    }\n\n    .brand {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.2rem;\n      color: var(--purple);\n      font-style: italic;\n    }\n\n    @media (max-width: 700px) {\n      .hero { grid-template-columns: 1fr; min-height: auto; }\n      .hero-left { min-height: 60vh; }\n      .pronouns-grid { grid-template-columns: 1fr 1fr; }\n      .article-footer { flex-direction: column; gap: 1rem; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"hero-left\">\n      <p class=\"hero-tag\">Lovo Nova \u00b7 Culture &amp; Pride<\/p>\n      <h1>Beyond the<br><em>binary.<\/em><br>Beyond labels.<\/h1>\n    <\/div>\n    <div class=\"hero-right\">\n      <span class=\"hero-date-tag\">July 14, 2026<\/span>\n      <p class=\"hero-right-title\">International Non-Binary People&#8217;s Day<\/p>\n      <p>Non-binary people are nothing new. Identities that exist beyond or between the male\/female binary have been recognized by cultures and societies around the world for millennia.<\/p>\n      <p>Today, we celebrate, learn, and show up for the non-binary people in our communities.<\/p>\n    <\/div>\n  <\/header>\n\n  <!-- WHAT IS NB -->\n  <section>\n    <div class=\"container\">\n      <div class=\"divider\"><\/div>\n      <h2>What does <span>non-binary<\/span> mean?<\/h2>\n      <p>Non-binary is an umbrella term for gender identities that exist outside the traditional binary of male and female. Non-binary people may identify as both genders, neither, somewhere in between, or as something else entirely.<\/p>\n      <p>Observed every July 14 \u2014 chosen to sit between International Women&#8217;s Day and International Men&#8217;s Day \u2014 this day exists to raise awareness and organise around the issues still faced by non-binary people worldwide.<\/p>\n\n      <div class=\"pull-quote\">\n        <p>&#8220;My mum had a book about drag and it was the first time I saw anything out of the binary.&#8221;<\/p>\n      <\/div>\n\n      <p>In many countries, there is still no legal recognition for non-binary people. That means no gender marker options on official documents, no protection in healthcare, and no visibility in public policy.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- STAT -->\n  <div class=\"stat-band\">\n    <span class=\"stat-num\">Millennia<\/span>\n    <p class=\"stat-label\">Non-binary identities have been recognized across cultures worldwide<\/p>\n    <p class=\"stat-context\">Non-binary people aren&#8217;t confused or following a trend. They are part of a long, global, and deeply human tradition of existing beyond rigid gender categories.<\/p>\n  <\/div>\n\n  <!-- MYTHS -->\n  <section>\n    <div class=\"container\">\n      <div class=\"divider\"><\/div>\n      <h2>Setting the <span>record straight<\/span><\/h2>\n      <div class=\"myths\">\n        <h3>Common misconceptions<\/h3>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\u274c<\/span>\n          <span class=\"myth-text\">Non-binary is not the same as being intersex. Intersex refers to biological characteristics; non-binary refers to gender identity.<\/span>\n        <\/div>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\u274c<\/span>\n          <span class=\"myth-text\">Most transgender people are not non-binary. Most trans people have a gender identity that is either male or female.<\/span>\n        <\/div>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\u274c<\/span>\n          <span class=\"myth-text\">You cannot tell if someone is non-binary by looking at them. A non-binary person may appear feminine, masculine, or genderless \u2014 appearance does not determine identity.<\/span>\n        <\/div>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\u274c<\/span>\n          <span class=\"myth-text\">Non-binary is not a phase or a new concept invented on social media. It is a deeply valid, documented, and ancient human experience.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PRONOUNS -->\n  <section style=\"padding-top:0;\">\n    <div class=\"container\">\n      <div class=\"divider\"><\/div>\n      <h2>Pronouns &amp; <span>titles<\/span><\/h2>\n      <p>Pronouns are a basic part of language. Non-binary people may use they\/them, she\/her, he\/him, or other pronouns entirely. If you are unsure, ask \u2014 and consider sharing your own pronouns as well.<\/p>\n\n      <div class=\"pronouns-grid\">\n        <div class=\"pronoun-card\">\n          <span class=\"pronoun-main\">they\/them<\/span>\n          <span class=\"pronoun-label\">Most common gender-neutral pronoun<\/span>\n        <\/div>\n        <div class=\"pronoun-card\">\n          <span class=\"pronoun-main\">she \/ he<\/span>\n          <span class=\"pronoun-label\">Some non-binary people use binary pronouns<\/span>\n        <\/div>\n        <div class=\"pronoun-card\">\n          <span class=\"pronoun-main\">Mx.<\/span>\n          <span class=\"pronoun-label\">Gender-neutral title, alternative to Mr. or Mrs.<\/span>\n        <\/div>\n      <\/div>\n\n      <p>Titles like Mr. and Mrs. indicate a binary gender. <strong>Mx.<\/strong> is a widely used gender-neutral alternative that many non-binary people prefer. Using it when someone asks costs nothing \u2014 and means everything.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- HOW TO SUPPORT -->\n  <section style=\"padding-top:0;\">\n    <div class=\"container\">\n      <div class=\"divider\"><\/div>\n      <h2>How to show up <span>today<\/span><\/h2>\n      <p>You do not have to fully understand what it means to be non-binary to treat non-binary people with dignity and respect. Here is where to start.<\/p>\n\n      <div class=\"myths yellow\">\n        <h3>Practical steps<\/h3>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\ud83d\udde3\ufe0f<\/span>\n          <span class=\"myth-text\">Use the name and pronouns a person asks you to use. This is one of the most important and simplest acts of respect.<\/span>\n        <\/div>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\ud83d\udebb<\/span>\n          <span class=\"myth-text\">Advocate for non-binary inclusive policies at work, school, and in healthcare. Access to gender-affirming care is life-saving for many.<\/span>\n        <\/div>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\ud83d\udcac<\/span>\n          <span class=\"myth-text\">Use gender-neutral language wherever possible \u2014 especially in professional or public settings where gender is not relevant.<\/span>\n        <\/div>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\ud83d\udcda<\/span>\n          <span class=\"myth-text\">Educate yourself. Talk with non-binary people and listen to their stories \u2014 there is no single way to be non-binary.<\/span>\n        <\/div>\n        <div class=\"myth-item\">\n          <span class=\"myth-icon\">\ud83c\udfe5<\/span>\n          <span class=\"myth-text\">Support inclusive healthcare settings that recognize and affirm non-binary identities at every stage of care.<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"tag-list\">\n        <span class=\"tag\">#NonBinaryPeoplesDay<\/span>\n        <span class=\"tag\">#NonBinary<\/span>\n        <span class=\"tag\">#NBPride<\/span>\n        <span class=\"tag\">#TheyThem<\/span>\n        <span class=\"tag\">#GenderInclusive<\/span>\n        <span class=\"tag\">#LGBTQIA<\/span>\n        <span class=\"tag\">#VisibilityMatters<\/span>\n        <span class=\"tag\">#GenderDiversity<\/span>\n        <span class=\"tag\">#LovoNovaSupport<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <div class=\"cta-section\">\n    <h2>Every identity deserves <span>recognition.<\/span><\/h2>\n    <p>Lovo Nova celebrates every gender, every pronoun, every expression \u2014 every day of the year.<\/p>\n    <a href=\"#\" class=\"cta-btn\">Discover Lovo Nova<\/a>\n  <\/div>\n\n  <!-- FOOTER -->\n  <footer class=\"article-footer\">\n    <span class=\"brand\">Lovo Nova<\/span>\n    <span>July 14, 2026 \u00b7 International Non-Binary People&#8217;s Day<\/span>\n  <\/footer>\n\n<\/body>\n<\/html>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova.jpg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg\" alt=\"\" class=\"wp-image-8012\" srcset=\"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg 1024w, https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-300x300.jpg 300w, https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-150x150.jpg 150w, https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-768x768.jpg 768w, https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-12x12.jpg 12w, https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-600x600.jpg 600w, https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-900x900.jpg 900w, https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-100x100.jpg 100w, https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova.jpg 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>","protected":false},"excerpt":{"rendered":"<p>International Non-Binary People&#8217;s Day 2026 \u2013 Lovo Nova Lovo Nova \u00b7 Culture &amp; Pride Beyond thebinary.Beyond labels. July 14, 2026 International Non-Binary People&#8217;s Day Non-binary people are nothing new. Identities that exist beyond or between the male\/female binary have been recognized by cultures and societies around the world for millennia. Today, we celebrate, learn, and&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[553,20],"tags":[573,572,925,562,986,577,568],"class_list":["post-8010","post","type-post","status-publish","format-standard","hentry","category-awareness-days","category-news","tag-inclusion","tag-lgbtqia","tag-loveislove","tag-lovonovasupport","tag-nonbinary","tag-queer","tag-visibility"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>International Non-Binary People&#039;s Day 2026 - Queer design brand<\/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:\/\/lovonova.com\/de\/international-non-binary-peoples-day-2026\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"International Non-Binary People&#039;s Day 2026 - Queer design brand\" \/>\n<meta property=\"og:description\" content=\"International Non-Binary People&#8217;s Day 2026 \u2013 Lovo Nova Lovo Nova \u00b7 Culture &amp; Pride Beyond thebinary.Beyond labels. July 14, 2026 International Non-Binary People&#8217;s Day Non-binary people are nothing new. Identities that exist beyond or between the male\/female binary have been recognized by cultures and societies around the world for millennia. Today, we celebrate, learn, and...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lovonova.com\/de\/international-non-binary-peoples-day-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Queer design brand\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/share\/17iHY6YYpN\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-14T10:16:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"chelsea cheung\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LovoNovadesign\" \/>\n<meta name=\"twitter:site\" content=\"@LovoNovadesign\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"chelsea cheung\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/\"},\"author\":{\"name\":\"chelsea cheung\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/#\\\/schema\\\/person\\\/559f33b95d46e27cb5512156451a220f\"},\"headline\":\"International Non-Binary People&#8217;s Day 2026\",\"datePublished\":\"2026-07-14T10:16:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/\"},\"wordCount\":570,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lovonova.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg\",\"keywords\":[\"Inclusion\",\"LGBTQIA\",\"LoveIsLove\",\"lovonovaSUPPORT\",\"nonbinary\",\"Queer\",\"Visibility\"],\"articleSection\":[\"Awareness Days\",\"News\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/\",\"url\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/\",\"name\":\"International Non-Binary People's Day 2026 - Queer design brand\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lovonova.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg\",\"datePublished\":\"2026-07-14T10:16:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/lovonova.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg\",\"contentUrl\":\"https:\\\/\\\/lovonova.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/international-non-binary-peoples-day-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lovonova.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"International Non-Binary People&#8217;s Day 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/#website\",\"url\":\"https:\\\/\\\/lovonova.com\\\/\",\"name\":\"www.lovonova.com\",\"description\":\"Celebrating Every Expression\",\"publisher\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/lovonova.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/#organization\",\"name\":\"Lovo Nova\",\"url\":\"https:\\\/\\\/lovonova.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/lovonova.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/cropped-cropped-cropped-lovonova-logo-chosen-01-1-scaled.png\",\"contentUrl\":\"https:\\\/\\\/lovonova.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/cropped-cropped-cropped-lovonova-logo-chosen-01-1-scaled.png\",\"width\":1613,\"height\":2560,\"caption\":\"Lovo Nova\"},\"image\":{\"@id\":\"https:\\\/\\\/lovonova.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/share\\\/17iHY6YYpN\\\/\",\"https:\\\/\\\/x.com\\\/LovoNovadesign\",\"https:\\\/\\\/lu.linkedin.com\\\/company\\\/lovonova\",\"https:\\\/\\\/www.instagram.com\\\/lovonovadesign?igsh=MTY4cDhwbGdkZzhlYQ==\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/lovonova.com\\\/#\\\/schema\\\/person\\\/559f33b95d46e27cb5512156451a220f\",\"name\":\"chelsea cheung\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/27fa7afa6857d8df3006a2c1f470e9648958dc005414bfbead9d1bb587e06fda?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/27fa7afa6857d8df3006a2c1f470e9648958dc005414bfbead9d1bb587e06fda?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/27fa7afa6857d8df3006a2c1f470e9648958dc005414bfbead9d1bb587e06fda?s=96&d=mm&r=g\",\"caption\":\"chelsea cheung\"},\"sameAs\":[\"https:\"],\"url\":\"https:\\\/\\\/lovonova.com\\\/de\\\/author\\\/chelseacheungxgmail-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"International Non-Binary People's Day 2026 - Queer design brand","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:\/\/lovonova.com\/de\/international-non-binary-peoples-day-2026\/","og_locale":"de_DE","og_type":"article","og_title":"International Non-Binary People's Day 2026 - Queer design brand","og_description":"International Non-Binary People&#8217;s Day 2026 \u2013 Lovo Nova Lovo Nova \u00b7 Culture &amp; Pride Beyond thebinary.Beyond labels. July 14, 2026 International Non-Binary People&#8217;s Day Non-binary people are nothing new. Identities that exist beyond or between the male\/female binary have been recognized by cultures and societies around the world for millennia. Today, we celebrate, learn, and...","og_url":"https:\/\/lovonova.com\/de\/international-non-binary-peoples-day-2026\/","og_site_name":"Queer design brand","article_publisher":"https:\/\/www.facebook.com\/share\/17iHY6YYpN\/","article_published_time":"2026-07-14T10:16:00+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova.jpg","type":"image\/jpeg"}],"author":"chelsea cheung","twitter_card":"summary_large_image","twitter_creator":"@LovoNovadesign","twitter_site":"@LovoNovadesign","twitter_misc":{"Verfasst von":"chelsea cheung","Gesch\u00e4tzte Lesezeit":"3\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/#article","isPartOf":{"@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/"},"author":{"name":"chelsea cheung","@id":"https:\/\/lovonova.com\/#\/schema\/person\/559f33b95d46e27cb5512156451a220f"},"headline":"International Non-Binary People&#8217;s Day 2026","datePublished":"2026-07-14T10:16:00+00:00","mainEntityOfPage":{"@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/"},"wordCount":570,"commentCount":0,"publisher":{"@id":"https:\/\/lovonova.com\/#organization"},"image":{"@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg","keywords":["Inclusion","LGBTQIA","LoveIsLove","lovonovaSUPPORT","nonbinary","Queer","Visibility"],"articleSection":["Awareness Days","News"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/","url":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/","name":"International Non-Binary People's Day 2026 - Queer design brand","isPartOf":{"@id":"https:\/\/lovonova.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/#primaryimage"},"image":{"@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg","datePublished":"2026-07-14T10:16:00+00:00","breadcrumb":{"@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/#primaryimage","url":"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg","contentUrl":"https:\/\/lovonova.com\/wp-content\/uploads\/2026\/07\/juillet-14-international-non-binary-day-Lovo-Nova-1024x1024.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/lovonova.com\/international-non-binary-peoples-day-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lovonova.com\/"},{"@type":"ListItem","position":2,"name":"International Non-Binary People&#8217;s Day 2026"}]},{"@type":"WebSite","@id":"https:\/\/lovonova.com\/#website","url":"https:\/\/lovonova.com\/","name":"www.lovonova.com","description":"Celebrating Every Expression","publisher":{"@id":"https:\/\/lovonova.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lovonova.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/lovonova.com\/#organization","name":"Lovo Nova","url":"https:\/\/lovonova.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/lovonova.com\/#\/schema\/logo\/image\/","url":"https:\/\/lovonova.com\/wp-content\/uploads\/2024\/03\/cropped-cropped-cropped-lovonova-logo-chosen-01-1-scaled.png","contentUrl":"https:\/\/lovonova.com\/wp-content\/uploads\/2024\/03\/cropped-cropped-cropped-lovonova-logo-chosen-01-1-scaled.png","width":1613,"height":2560,"caption":"Lovo Nova"},"image":{"@id":"https:\/\/lovonova.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/share\/17iHY6YYpN\/","https:\/\/x.com\/LovoNovadesign","https:\/\/lu.linkedin.com\/company\/lovonova","https:\/\/www.instagram.com\/lovonovadesign?igsh=MTY4cDhwbGdkZzhlYQ=="]},{"@type":"Person","@id":"https:\/\/lovonova.com\/#\/schema\/person\/559f33b95d46e27cb5512156451a220f","name":"chelsea cheung","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/27fa7afa6857d8df3006a2c1f470e9648958dc005414bfbead9d1bb587e06fda?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/27fa7afa6857d8df3006a2c1f470e9648958dc005414bfbead9d1bb587e06fda?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/27fa7afa6857d8df3006a2c1f470e9648958dc005414bfbead9d1bb587e06fda?s=96&d=mm&r=g","caption":"chelsea cheung"},"sameAs":["https:"],"url":"https:\/\/lovonova.com\/de\/author\/chelseacheungxgmail-com\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/posts\/8010","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/comments?post=8010"}],"version-history":[{"count":2,"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/posts\/8010\/revisions"}],"predecessor-version":[{"id":8013,"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/posts\/8010\/revisions\/8013"}],"wp:attachment":[{"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/media?parent=8010"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/categories?post=8010"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lovonova.com\/de\/wp-json\/wp\/v2\/tags?post=8010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}