{"id":2806,"date":"2020-12-11T17:05:18","date_gmt":"2020-12-11T16:05:18","guid":{"rendered":"https:\/\/www.cituro.com\/help\/?page_id=2806"},"modified":"2025-08-01T22:26:57","modified_gmt":"2025-08-01T20:26:57","slug":"hintergrundbild-einfuegen","status":"publish","type":"page","link":"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen","title":{"rendered":"Hintergrundbild einf\u00fcgen"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8220;1&#8243; specialty=&#8220;on&#8220; module_class=&#8220; et_pb_specialty_fullwidth&#8220; _builder_version=&#8220;3.22&#8243; inner_width=&#8220;89%&#8220; inner_width_tablet=&#8220;80%&#8220; inner_width_phone=&#8220;&#8220; inner_width_last_edited=&#8220;on|desktop&#8220; inner_max_width=&#8220;89%&#8220; inner_max_width_tablet=&#8220;80%&#8220; inner_max_width_phone=&#8220;&#8220; inner_max_width_last_edited=&#8220;on|desktop&#8220; make_fullwidth=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_4&#8243; _builder_version=&#8220;3.25&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_sidebar area=&#8220;sidebar-1&#8243; disabled_on=&#8220;on|on|off&#8220; _builder_version=&#8220;3.29.3&#8243; custom_padding=&#8220;50px|||&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_sidebar][\/et_pb_column][et_pb_column type=&#8220;3_4&#8243; specialty_columns=&#8220;3&#8243; _builder_version=&#8220;3.25&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_row_inner admin_label=&#8220;Zeile&#8220; _builder_version=&#8220;3.25&#8243; global_colors_info=&#8220;{}&#8220;][et_pb_column_inner saved_specialty_column_type=&#8220;3_4&#8243; _builder_version=&#8220;3.25&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_text admin_label=&#8220;2. Hintergrundbild hinzuf\u00fcgen&#8220; _builder_version=&#8220;3.29.3&#8243; global_colors_info=&#8220;{}&#8220;]<\/p>\n<h1>Individuelles Design &#8211; Hintergrundbild einf\u00fcgen<\/h1>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8220;3.29.3&#8243; global_colors_info=&#8220;{}&#8220;]<strong>Navigation<\/strong>: <strong>Men\u00fc<\/strong> \u2192 <strong>Onlinebuchung<\/strong> \u2192 <strong>Tab Design&#038;Vorschau<\/strong> \u2192 <strong>Buchungswidget<\/strong> \u2192 <strong>CSS bearbeiten<\/strong>[\/et_pb_text][et_pb_text _builder_version=&#8220;3.29.3&#8243; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p>Ein Hintergrundbild eignet sich vor allem, wenn Sie die Onlinebuchung nicht nur auf Ihrer Webseite zur Verf\u00fcgung stellen, sondern den Link zur Buchung auch per E-Mail verschicken m\u00f6chten oder Ihre Onlinebuchung auch auf Social Media einbinden.<\/p>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner admin_label=&#8220;Zeile&#8220; _builder_version=&#8220;3.25&#8243; global_colors_info=&#8220;{}&#8220;][et_pb_column_inner saved_specialty_column_type=&#8220;3_4&#8243; _builder_version=&#8220;3.25&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_image src=&#8220;https:\/\/www.cituro.com\/help\/wp-content\/uploads\/2020\/11\/hintergrundbild-hinzufuegen.png&#8220; alt=&#8220;Hintergrundbild hinzuf\u00fcgen&#8220; title_text=&#8220;Hintergrundbild hinzuf\u00fcgen&#8220; align=&#8220;center&#8220; _builder_version=&#8220;4.14.5&#8243; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;][\/et_pb_image][et_pb_text _builder_version=&#8220;3.29.3&#8243; global_colors_info=&#8220;{}&#8220;]<strong>Schritt 1:<\/strong><br \/>\nKopieren Sie den Code unten und f\u00fcgen sie Ihn hier ein:<br \/>\nMen\u00fc \u2192 Onlinebuchung \u2192 Tab Design&#038;Vorschau \u2192 Buchungswidget \u2192 CSS bearbeiten<\/p>\n<p><strong>Schritt 2:<\/strong><br \/>\nL\u00f6schen Sie die rote Beispiel-URL und f\u00fcgen Sie Ihre URL zum Hintergrundbild ein. (ACHTUNG: L\u00f6schen Sie nicht die Hochkomma)[\/et_pb_text][et_pb_code module_class=&#8220;source_code&#8220; _builder_version=&#8220;3.29.3&#8243; global_colors_info=&#8220;{}&#8220;]body:not([embedded]) {<!-- [et_pb_line_break_holder] -->background-image: url(&#8218;<span style=\"color: #ff0000;\">https:\/\/www.ihreWebseite.de\/ihr-hintergrundbild.jpeg<\/span>&#8218;);<!-- [et_pb_line_break_holder] -->    background-position: center top;<!-- [et_pb_line_break_holder] -->    background-repeat: no-repeat;<!-- [et_pb_line_break_holder] -->    background-size: cover;<!-- [et_pb_line_break_holder] -->    background-attachment: fixed;<!-- [et_pb_line_break_holder] -->    background-color: transparent;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->body #overlay-glass {<!-- [et_pb_line_break_holder] -->    background: rgba(255,255,255,0.7);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->body:not([embedded]) #overlay-glass {<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->}[\/et_pb_code][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner _builder_version=&#8220;3.25&#8243; global_module=&#8220;491&#8243; collapsed=&#8220;off&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column_inner _builder_version=&#8220;3.25&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_divider color=&#8220;#555555&#8243; divider_position=&#8220;center&#8220; _builder_version=&#8220;4.12.1&#8243; global_colors_info=&#8220;{}&#8220;][\/et_pb_divider][et_pb_text _builder_version=&#8220;4.14.5&#8243; global_colors_info=&#8220;{}&#8220;]<\/p>\n<h2 style=\"text-align: center;\">Sie haben Fragen? Wir helfen gerne!<\/h2>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner column_structure=&#8220;1_2,1_2&#8243; _builder_version=&#8220;3.25&#8243; global_module=&#8220;487&#8243; saved_tabs=&#8220;all&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column_inner type=&#8220;1_2&#8243; _builder_version=&#8220;3.25&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_blurb title=&#8220;E-Mail&#8220; use_icon=&#8220;on&#8220; font_icon=&#8220;&#xe010;||divi||400&#8243; icon_color=&#8220;#555555&#8243; _builder_version=&#8220;4.13.0&#8243; header_level=&#8220;h3&#8243; text_orientation=&#8220;center&#8220; custom_padding=&#8220;10px|10px|10px|10px&#8220; animation_style=&#8220;zoom&#8220; box_shadow_style=&#8220;preset1&#8243; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p style=\"text-align: center;\">Schreiben Sie uns eine E-Mail<br \/>\n<a href=\"mailto:support@cituro.com\">support@cituro.com<\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column_inner][et_pb_column_inner type=&#8220;1_2&#8243; _builder_version=&#8220;3.25&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_blurb title=&#8220;Telefon&#8220; use_icon=&#8220;on&#8220; font_icon=&#8220;&#xe090;||divi||400&#8243; icon_color=&#8220;#555555&#8243; _builder_version=&#8220;4.13.0&#8243; header_level=&#8220;h3&#8243; text_orientation=&#8220;center&#8220; custom_padding=&#8220;10px|10px|10px|10px&#8220; animation_style=&#8220;zoom&#8220; box_shadow_style=&#8220;preset1&#8243; global_colors_info=&#8220;{}&#8220;]<\/p>\n<p style=\"text-align: center;\">Wir sind f\u00fcr Sie da<br \/>\n<a href=\"tel:004982199973940\">+49 821 999 739 40<\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column_inner][\/et_pb_row_inner][\/et_pb_column][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ein Hintergrundbild eignet sich vor allem, wenn Sie die Onlinebuchung nicht nur auf Ihrer Webseite zur Verf\u00fcgung stellen, sondern den Link zur Buchung auch per E-Mail verschicken m\u00f6chten oder Ihre Onlinebuchung auch auf Social Media einbinden.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1558,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-2806","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hintergrundbild einf\u00fcgen - cituro Helpcenter<\/title>\n<meta name=\"description\" content=\"Sie k\u00f6nnen das Buchungswidget individuell gestalten. F\u00fcgen Sie Ihr Logo oder ein Hintergrundbild ein. Passen Sie Farben, Schriftart uvm. an.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hintergrundbild einf\u00fcgen - cituro Helpcenter\" \/>\n<meta property=\"og:description\" content=\"Sie k\u00f6nnen das Buchungswidget individuell gestalten. F\u00fcgen Sie Ihr Logo oder ein Hintergrundbild ein. Passen Sie Farben, Schriftart uvm. an.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen\" \/>\n<meta property=\"og:site_name\" content=\"cituro Helpcenter\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-01T20:26:57+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=\"3\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen\",\"url\":\"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen\",\"name\":\"Hintergrundbild einf\u00fcgen - cituro Helpcenter\",\"isPartOf\":{\"@id\":\"https:\/\/www.cituro.com\/help\/#website\"},\"datePublished\":\"2020-12-11T16:05:18+00:00\",\"dateModified\":\"2025-08-01T20:26:57+00:00\",\"description\":\"Sie k\u00f6nnen das Buchungswidget individuell gestalten. F\u00fcgen Sie Ihr Logo oder ein Hintergrundbild ein. Passen Sie Farben, Schriftart uvm. an.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/www.cituro.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Individuelles Design\",\"item\":\"https:\/\/www.cituro.com\/help\/individuelles-design\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hintergrundbild einf\u00fcgen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cituro.com\/help\/#website\",\"url\":\"https:\/\/www.cituro.com\/help\/\",\"name\":\"cituro Helpcenter\",\"description\":\"Eine weitere WordPress-Website\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cituro.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hintergrundbild einf\u00fcgen - cituro Helpcenter","description":"Sie k\u00f6nnen das Buchungswidget individuell gestalten. F\u00fcgen Sie Ihr Logo oder ein Hintergrundbild ein. Passen Sie Farben, Schriftart uvm. an.","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:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen","og_locale":"de_DE","og_type":"article","og_title":"Hintergrundbild einf\u00fcgen - cituro Helpcenter","og_description":"Sie k\u00f6nnen das Buchungswidget individuell gestalten. F\u00fcgen Sie Ihr Logo oder ein Hintergrundbild ein. Passen Sie Farben, Schriftart uvm. an.","og_url":"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen","og_site_name":"cituro Helpcenter","article_modified_time":"2025-08-01T20:26:57+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"3\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen","url":"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen","name":"Hintergrundbild einf\u00fcgen - cituro Helpcenter","isPartOf":{"@id":"https:\/\/www.cituro.com\/help\/#website"},"datePublished":"2020-12-11T16:05:18+00:00","dateModified":"2025-08-01T20:26:57+00:00","description":"Sie k\u00f6nnen das Buchungswidget individuell gestalten. F\u00fcgen Sie Ihr Logo oder ein Hintergrundbild ein. Passen Sie Farben, Schriftart uvm. an.","breadcrumb":{"@id":"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cituro.com\/help\/individuelles-design\/hintergrundbild-einfuegen#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.cituro.com\/help\/"},{"@type":"ListItem","position":2,"name":"Individuelles Design","item":"https:\/\/www.cituro.com\/help\/individuelles-design"},{"@type":"ListItem","position":3,"name":"Hintergrundbild einf\u00fcgen"}]},{"@type":"WebSite","@id":"https:\/\/www.cituro.com\/help\/#website","url":"https:\/\/www.cituro.com\/help\/","name":"cituro Helpcenter","description":"Eine weitere WordPress-Website","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cituro.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/pages\/2806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/comments?post=2806"}],"version-history":[{"count":1,"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/pages\/2806\/revisions"}],"predecessor-version":[{"id":12538,"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/pages\/2806\/revisions\/12538"}],"up":[{"embeddable":true,"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/pages\/1558"}],"wp:attachment":[{"href":"https:\/\/www.cituro.com\/help\/wp-json\/wp\/v2\/media?parent=2806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}