{"id":13067,"date":"2026-03-30T07:06:00","date_gmt":"2026-03-30T07:06:00","guid":{"rendered":"https:\/\/cmacademy.events\/knowledge-base\/einfuehrung-in-eigene-domaenen\/"},"modified":"2026-07-13T07:29:20","modified_gmt":"2026-07-13T07:29:20","slug":"einfuehrung-in-eigene-domaenen","status":"publish","type":"ht_kb","link":"https:\/\/cmacademy.events\/de\/knowledge-base\/einfuehrung-in-eigene-domaenen\/","title":{"rendered":"Einf\u00fchrung in eigene Dom\u00e4nen"},"content":{"rendered":"\n<style>\n  \/* ------------------------------------------------------------\n     Einf\u00fchrung in eigene Dom\u00e4nen\n     Zwei horizontale Karten nebeneinander:\n     - linkes Label entspricht dem Stil des Feature-Guides\n     - rechtes Label entspricht dem gr\u00fcnen Pill-Stil\n  ------------------------------------------------------------ *\/\n\n  .cm-domain-resource-area,\n  .cm-domain-resource-area * {\n    box-sizing: border-box !important;\n    font-family: \"Titillium Web\", sans-serif !important;\n  }\n\n  .cm-domain-resource-area {\n    width: 100% !important;\n    max-width: none !important;\n    margin: 1.2rem 0 2.2rem 0 !important;\n    padding: 0 !important;\n  }\n\n  .cm-domain-intro {\n    max-width: 1040px !important;\n    margin: 1.15rem 0 1.5rem 0 !important;\n    padding: 0 !important;\n  }\n\n  .cm-domain-intro p {\n    color: #24384D !important;\n    font-size: 19px !important;\n    line-height: 1.58 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  .cm-domain-card-grid {\n    display: grid !important;\n    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) !important;\n    gap: 1.1rem !important;\n    width: 100% !important;\n    margin: 1.45rem 0 2rem 0 !important;\n    padding: 0 !important;\n    align-items: stretch !important;\n  }\n\n  .cm-domain-card,\n  .cm-domain-tip-box {\n    position: relative !important;\n    display: flex !important;\n    flex-direction: column !important;\n    min-height: 230px !important;\n    border-radius: 16px !important;\n    overflow: hidden !important;\n    transition:\n      border-color 0.2s ease,\n      box-shadow 0.2s ease !important;\n  }\n\n  .cm-domain-card {\n    padding: 1.55rem 1.7rem 1.35rem 1.75rem !important;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(24, 90, 188, 0.055) 0,\n        rgba(24, 90, 188, 0) 42%\n      ),\n      #ffffff !important;\n    border: 1px solid #dce7f3 !important;\n    box-shadow: 0 9px 24px rgba(18, 32, 46, 0.05) !important;\n  }\n\n  .cm-domain-card::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 0 !important;\n    bottom: 0 !important;\n    width: 7px !important;\n    background: #185ABC !important;\n  }\n\n  .cm-domain-tip-box {\n    padding: 1.45rem 1.5rem !important;\n    background:\n      linear-gradient(\n        135deg,\n        rgba(156, 204, 61, 0.11) 0%,\n        rgba(247, 251, 255, 0.96) 100%\n      ) !important;\n    border: 1px solid rgba(156, 204, 61, 0.42) !important;\n    box-shadow: 0 9px 24px rgba(18, 32, 46, 0.04) !important;\n  }\n\n  .cm-domain-card:hover,\n  .cm-domain-tip-box:hover {\n    border-color: rgba(156, 204, 61, 0.52) !important;\n    box-shadow: 0 14px 32px rgba(18, 32, 46, 0.075) !important;\n  }\n\n  .cm-domain-card-content,\n  .cm-domain-tip-content {\n    min-width: 0 !important;\n  }\n\n  \/* Linkes Label: gleicher Stil wie beim Feature-Guide *\/\n\n  .cm-domain-label {\n    display: block !important;\n    color: #185ABC !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.045em !important;\n    line-height: 1.15 !important;\n    margin: 0 0 0.7rem 0 !important;\n    padding: 0 !important;\n    background: transparent !important;\n    border: 0 !important;\n    border-radius: 0 !important;\n  }\n\n  \/* Rechtes Label: gleicher gr\u00fcner Pill-Stil wie\n     \"Neu bei Conference Manager?\" *\/\n\n  .cm-domain-tip-label {\n    display: inline-flex !important;\n    align-items: center !important;\n    width: fit-content !important;\n    min-height: 28px !important;\n    padding: 0.22rem 0.72rem !important;\n    margin: 0 0 0.8rem 0 !important;\n    border-radius: 999px !important;\n    background: rgba(156, 204, 61, 0.16) !important;\n    color: #74B51C !important;\n    font-size: 13px !important;\n    font-weight: 700 !important;\n    line-height: 1.1 !important;\n    letter-spacing: 0.04em !important;\n    text-transform: uppercase !important;\n  }\n\n  .cm-domain-title,\n  .cm-domain-tip-title {\n    display: block !important;\n    color: #1F354D !important;\n    font-size: 22px !important;\n    font-weight: 600 !important;\n    line-height: 1.22 !important;\n    margin: 0 0 0.45rem 0 !important;\n    padding: 0 !important;\n  }\n\n  .cm-domain-card p,\n  .cm-domain-tip-box p {\n    color: #24384D !important;\n    font-size: 16px !important;\n    line-height: 1.5 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  .cm-domain-spacer {\n    flex: 1 1 auto !important;\n    min-height: 1rem !important;\n  }\n\n  .cm-domain-card a.cm-domain-button,\n  .cm-domain-card a.cm-domain-button:visited {\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    width: 142px !important;\n    min-height: 42px !important;\n    padding: 0.62rem 1rem !important;\n    border: 1px solid #9CCC3D !important;\n    border-radius: 10px !important;\n    background: #ffffff !important;\n    background-color: #ffffff !important;\n    color: #74B51C !important;\n    box-shadow: none !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    line-height: 1.2 !important;\n    text-align: center !important;\n    text-decoration: none !important;\n    transition: 0.2s ease !important;\n  }\n\n  .cm-domain-card a.cm-domain-button:hover,\n  .cm-domain-card a.cm-domain-button:focus,\n  .cm-domain-card a.cm-domain-button:focus-visible,\n  .cm-domain-card a.cm-domain-button:active {\n    background: #9CCC3D !important;\n    background-color: #9CCC3D !important;\n    color: #ffffff !important;\n    border-color: #9CCC3D !important;\n    text-decoration: none !important;\n    outline: none !important;\n    box-shadow: 0 7px 18px rgba(18, 32, 46, 0.05) !important;\n  }\n\n  .cm-domain-path {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    align-items: center !important;\n    gap: 0.35rem !important;\n    margin-top: 0.85rem !important;\n    color: #185ABC !important;\n    font-size: 14.5px !important;\n    font-weight: 700 !important;\n    line-height: 1.4 !important;\n  }\n\n  .cm-domain-path-step {\n    display: inline-flex !important;\n    align-items: center !important;\n    min-height: 28px !important;\n    padding: 0.2rem 0.58rem !important;\n    border-radius: 999px !important;\n    background: rgba(24, 90, 188, 0.08) !important;\n  }\n\n  .cm-domain-path-arrow {\n    color: #74B51C !important;\n    font-weight: 700 !important;\n  }\n\n  @media (max-width: 900px) {\n    .cm-domain-card-grid {\n      grid-template-columns: 1fr !important;\n    }\n\n    .cm-domain-card,\n    .cm-domain-tip-box {\n      min-height: 0 !important;\n    }\n  }\n\n  @media (max-width: 720px) {\n    .cm-domain-resource-area {\n      margin: 1rem 0 2rem 0 !important;\n    }\n\n    .cm-domain-intro {\n      margin: 1rem 0 1.4rem 0 !important;\n    }\n\n    .cm-domain-intro p {\n      font-size: 17px !important;\n      line-height: 1.5 !important;\n    }\n\n    .cm-domain-card-grid {\n      margin-top: 1.35rem !important;\n    }\n\n    .cm-domain-card {\n      padding: 1.2rem 1.2rem 1.2rem 1.45rem !important;\n    }\n\n    .cm-domain-tip-box {\n      padding: 1.2rem !important;\n    }\n\n    .cm-domain-title,\n    .cm-domain-tip-title {\n      font-size: 21px !important;\n    }\n\n    .cm-domain-card p,\n    .cm-domain-tip-box p {\n      font-size: 16px !important;\n    }\n\n    .cm-domain-card a.cm-domain-button {\n      width: 100% !important;\n    }\n  }\n<\/style>\n\n<div class=\"cm-domain-resource-area\">\n  <div class=\"cm-domain-intro\">\n    <p>\n      Erfahren Sie in dieser Einf\u00fchrung, wie eigene Dom\u00e4nen f\u00fcr Ihre Veranstaltungen genutzt werden k\u00f6nnen.\n    <\/p>\n  <\/div>\n\n  <div class=\"cm-domain-card-grid\">\n\n    <article class=\"cm-domain-card\">\n      <div class=\"cm-domain-card-content\">\n        <span class=\"cm-domain-label\">Eigene Dom\u00e4nen<\/span>\n\n        <div class=\"cm-domain-title\">\n          Einf\u00fchrung in eigene Dom\u00e4nen\n        <\/div>\n\n        <p>\n          Erfahren Sie, wie Sie eine eigene Dom\u00e4ne f\u00fcr Ihre Veranstaltungswebsite verwenden und ein einheitlicheres Erlebnis f\u00fcr Ihre Teilnehmenden schaffen.\n        <\/p>\n      <\/div>\n\n      <div class=\"cm-domain-spacer\"><\/div>\n\n      <a\n        href=\"https:\/\/cmacademy.events\/wp-content\/uploads\/2026\/03\/Eigene-Domanen-DE.pdf\"\n        target=\"_blank\"\n        rel=\"noopener\"\n        class=\"cm-domain-button\"\n      >\n        PDF \u00f6ffnen\n      <\/a>\n    <\/article>\n\n    <aside class=\"cm-domain-tip-box\">\n      <div class=\"cm-domain-tip-content\">\n        <span class=\"cm-domain-tip-label\">Schon gewusst?<\/span>\n\n        <div class=\"cm-domain-tip-title\">\n          Eigene Dom\u00e4ne direkt bestellen\n        <\/div>\n\n        <p>\n          Eine eigene Dom\u00e4ne kann direkt in Conference Manager bestellt werden. Nach dem Einloggen oben rechts auf den Namen klicken und Module ausw\u00e4hlen.\n        <\/p>\n\n        <div class=\"cm-domain-path\" aria-label=\"Navigationspfad\">\n          <span class=\"cm-domain-path-step\">Ihr Name<\/span>\n          <span class=\"cm-domain-path-arrow\" aria-hidden=\"true\">\u2192<\/span>\n          <span class=\"cm-domain-path-step\">Module<\/span>\n        <\/div>\n      <\/div>\n    <\/aside>\n\n  <\/div>\n<\/div>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Erfahren Sie in dieser Einf\u00fchrung, wie eigene Dom\u00e4nen f\u00fcr Ihre Veranstaltungen genutzt werden k\u00f6nnen. Eigene Dom\u00e4nen Einf\u00fchrung in eigene Dom\u00e4nen Erfahren Sie, wie Sie eine eigene Dom\u00e4ne f\u00fcr Ihre Veranstaltungswebsite verwenden und ein einheitlicheres Erlebnis f\u00fcr Ihre Teilnehmenden schaffen. PDF \u00f6ffnen Schon gewusst? Eigene Dom\u00e4ne direkt bestellen Eine eigene Dom\u00e4ne kann direkt in Conference Manager &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/cmacademy.events\/de\/knowledge-base\/einfuehrung-in-eigene-domaenen\/\" class=\"more-link\"><span class=\"screen-reader-text\">\u201eEinf\u00fchrung in eigene Dom\u00e4nen\u201c<\/span> weiterlesen<\/a><\/p>\n","protected":false},"author":6,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[5894,226],"ht-kb-tag":[5809,5810,5811],"class_list":["post-13067","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-website-und-design","ht_kb_category-supportartikel","ht_kb_tag-custom-domains","ht_kb_tag-url","ht_kb_tag-web-address","entry"],"_links":{"self":[{"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/ht-kb\/13067","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/comments?post=13067"}],"version-history":[{"count":3,"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/ht-kb\/13067\/revisions"}],"predecessor-version":[{"id":17375,"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/ht-kb\/13067\/revisions\/17375"}],"wp:attachment":[{"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/media?parent=13067"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/ht-kb-category?post=13067"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/cmacademy.events\/de\/wp-json\/wp\/v2\/ht-kb-tag?post=13067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}