{"id":7841,"date":"2026-04-22T09:40:22","date_gmt":"2026-04-22T07:40:22","guid":{"rendered":"https:\/\/snvsolutions.ch\/?page_id=7841"},"modified":"2026-05-04T15:36:36","modified_gmt":"2026-05-04T13:36:36","slug":"gratis-offerte","status":"publish","type":"page","link":"https:\/\/snvsolutions.ch\/de\/gratis-offerte\/","title":{"rendered":"Kostenlose Offerte"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7841\" class=\"elementor elementor-7841\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fd3d6a e-flex e-con-boxed e-con e-parent\" data-id=\"6fd3d6a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40e4e79 e-flex e-con-boxed e-con e-parent\" data-id=\"40e4e79\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-541321e elementor-widget elementor-widget-shortcode\" data-id=\"541321e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <style>\n      .snv-offer-form,\n      .snv-offer-form * {\n        box-sizing: border-box;\n      }\n\n      .snv-offer-form {\n        --snv-blue: #082250;\n        --snv-gold: #d9a441;\n        --snv-gold-dark: #b98621;\n        --snv-soft: #f7f8fb;\n        --snv-text: #263552;\n        --snv-line: rgba(8, 34, 80, 0.14);\n        width: min(100%, 1080px);\n        margin: 0 auto;\n        padding: clamp(24px, 4vw, 44px);\n        border-radius: 32px;\n        background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);\n        border: 1px solid var(--snv-line);\n        box-shadow: 0 22px 55px rgba(8, 34, 80, 0.08);\n        font-family: Cardo, Georgia, serif;\n        color: var(--snv-blue);\n      }\n\n      .snv-offer-head {\n        text-align: center;\n        margin: 0 auto 32px;\n        max-width: 820px;\n      }\n\n      .snv-offer-title {\n        margin: 0 0 12px;\n        color: var(--snv-blue);\n        font-size: clamp(30px, 4vw, 46px);\n        line-height: 1.08;\n        font-weight: 700;\n      }\n\n      .snv-offer-intro {\n        margin: 0;\n        color: var(--snv-text);\n        font-size: clamp(17px, 1.8vw, 19px);\n        line-height: 1.65;\n      }\n\n      .snv-offer-alert {\n        margin: 0 0 24px;\n        padding: 14px 18px;\n        border-radius: 18px;\n        text-align: center;\n        font-size: 16px;\n        line-height: 1.45;\n      }\n\n      .snv-offer-alert.success {\n        color: #1f6b43;\n        background: rgba(35, 130, 80, 0.09);\n        border: 1px solid rgba(35, 130, 80, 0.22);\n      }\n\n      .snv-offer-alert.error {\n        color: #8a2f2f;\n        background: rgba(150, 45, 45, 0.08);\n        border: 1px solid rgba(150, 45, 45, 0.22);\n      }\n\n      .snv-offer-form form {\n        display: grid;\n        gap: 24px;\n      }\n\n      .snv-offer-section {\n        display: grid;\n        gap: 18px;\n        padding-top: 8px;\n      }\n\n      .snv-offer-section-title {\n        margin: 0;\n        padding-top: 20px;\n        border-top: 1px solid var(--snv-line);\n        color: var(--snv-blue);\n        font-size: 23px;\n        line-height: 1.2;\n        font-weight: 700;\n      }\n\n      .snv-offer-row {\n        display: grid;\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n        gap: 18px;\n      }\n\n      .snv-offer-field {\n        display: grid;\n        gap: 8px;\n      }\n\n      .snv-offer-field label {\n        color: var(--snv-blue);\n        font-size: 17px;\n        line-height: 1.35;\n        font-weight: 700;\n      }\n\n      .snv-offer-field input,\n      .snv-offer-field select,\n      .snv-offer-field textarea {\n        width: 100%;\n        min-height: 52px;\n        padding: 13px 15px;\n        border-radius: 16px;\n        border: 1px solid rgba(8, 34, 80, 0.18);\n        background: var(--snv-soft);\n        color: var(--snv-blue);\n        font-family: Cardo, Georgia, serif;\n        font-size: 16px;\n        line-height: 1.35;\n        outline: none;\n        box-shadow: none;\n      }\n\n      .snv-offer-field textarea {\n        min-height: 165px;\n        resize: vertical;\n      }\n\n      .snv-offer-field input:focus,\n      .snv-offer-field select:focus,\n      .snv-offer-field textarea:focus {\n        border-color: rgba(217, 164, 65, 0.95);\n        box-shadow: 0 0 0 4px rgba(217, 164, 65, 0.13);\n      }\n\n      .snv-offer-hint {\n        color: rgba(38, 53, 82, 0.78);\n        font-size: 14px;\n        line-height: 1.45;\n      }\n\n      .snv-offer-consent {\n        display: grid;\n        gap: 12px;\n        padding: 20px;\n        border-radius: 22px;\n        background: rgba(8, 34, 80, 0.035);\n        border: 1px solid var(--snv-line);\n      }\n\n      .snv-offer-consent-title {\n        margin: 0;\n        color: var(--snv-blue);\n        font-size: 20px;\n        line-height: 1.25;\n        font-weight: 700;\n      }\n\n      .snv-offer-checkline {\n        display: flex;\n        gap: 10px;\n        align-items: flex-start;\n        color: var(--snv-text);\n        font-size: 15.5px;\n        line-height: 1.45;\n      }\n\n      .snv-offer-checkline input {\n        margin-top: 4px;\n        flex: 0 0 auto;\n      }\n\n      .snv-offer-checkline a {\n        color: var(--snv-blue);\n        text-decoration: underline;\n        text-underline-offset: 3px;\n      }\n\n      .snv-offer-submit-wrap {\n        display: flex;\n        justify-content: center;\n      }\n\n      .snv-offer-submit {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        min-width: 210px;\n        min-height: 52px;\n        padding: 14px 32px;\n        border-radius: 999px;\n        border: 1px solid transparent;\n        background: var(--snv-gold);\n        color: #081b3f;\n        font-family: Cardo, Georgia, serif;\n        font-size: 16px;\n        line-height: 1.2;\n        cursor: pointer;\n        box-shadow: 0 12px 26px rgba(217, 164, 65, 0.28);\n        transition: all 0.25s ease;\n      }\n\n      .snv-offer-submit:hover {\n        background: var(--snv-gold-dark);\n        color: #ffffff;\n        transform: translateY(-2px);\n      }\n\n      .snv-offer-hp {\n        display: none !important;\n      }\n\n      @media (max-width: 760px) {\n        .snv-offer-form {\n          padding: 24px 18px;\n          border-radius: 24px;\n        }\n\n        .snv-offer-row {\n          grid-template-columns: 1fr;\n        }\n\n        .snv-offer-submit {\n          width: 100%;\n        }\n      }\n    <\/style>\n\n    <div class=\"snv-offer-form\" id=\"snv-gratis-offerte-form\">\n      <div class=\"snv-offer-head\">\n        <h2 class=\"snv-offer-title\">Kostenlose Offerte anfragen<\/h2>\n        <p class=\"snv-offer-intro\">Senden Sie uns die wichtigsten Angaben zu Ihrem \u00dcbersetzungs- oder Sprachprojekt. Wir pr\u00fcfen Ihre Anfrage und melden uns mit einer passenden Einsch\u00e4tzung zu Umfang, Ablauf und n\u00e4chsten Schritten.<\/p>\n      <\/div>\n\n      \n      <form method=\"post\" action=\"https:\/\/snvsolutions.ch\/wp-admin\/admin-post.php\" enctype=\"multipart\/form-data\">\n        <input type=\"hidden\" name=\"action\" value=\"snv_gratis_offerte_submit\">\n        <input type=\"hidden\" name=\"snv_redirect\" value=\"https:\/\/snvsolutions.ch\/de\/de\/wp-json\/wp\/v2\/pages\/7841\">\n        <input type=\"hidden\" id=\"snv_gratis_offerte_nonce\" name=\"snv_gratis_offerte_nonce\" value=\"e8c75a6316\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/de\/wp-json\/wp\/v2\/pages\/7841\" \/>\n        <div class=\"snv-offer-hp\">\n          <label>Website<\/label>\n          <input type=\"text\" name=\"snv_website\" value=\"\" autocomplete=\"off\" tabindex=\"-1\">\n        <\/div>\n\n        <div class=\"snv-offer-section\">\n          <h3 class=\"snv-offer-section-title\">Kontaktangaben<\/h3>\n\n          <div class=\"snv-offer-row\">\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_customer_type\">Kundentyp *<\/label>\n              <select id=\"snv_go_customer_type\" name=\"snv_customer_type\" required>\n                <option value=\"\">Bitte ausw\u00e4hlen<\/option>\n                <option value=\"Privatkunde\">Privatkunde<\/option>\n                <option value=\"Firmenkunde\">Firmenkunde<\/option>\n              <\/select>\n            <\/div>\n\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_country\">Land *<\/label>\n              <input id=\"snv_go_country\" type=\"text\" name=\"snv_country\" required>\n            <\/div>\n          <\/div>\n\n          <div class=\"snv-offer-row\">\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_first\">Vorname *<\/label>\n              <input id=\"snv_go_first\" type=\"text\" name=\"snv_first_name\" required>\n            <\/div>\n\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_last\">Nachname *<\/label>\n              <input id=\"snv_go_last\" type=\"text\" name=\"snv_last_name\" required>\n            <\/div>\n          <\/div>\n\n          <div class=\"snv-offer-row\">\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_email\">E-Mail *<\/label>\n              <input id=\"snv_go_email\" type=\"email\" name=\"snv_email\" required>\n            <\/div>\n\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_phone\">Telefon optional<\/label>\n              <input id=\"snv_go_phone\" type=\"text\" name=\"snv_phone\">\n            <\/div>\n          <\/div>\n\n          <div class=\"snv-offer-row\">\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_company\">Firma \/ Organisation optional<\/label>\n              <input id=\"snv_go_company\" type=\"text\" name=\"snv_company\">\n            <\/div>\n\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_vat\">USt-IdNr. \/ MWST-Nr. optional<\/label>\n              <input id=\"snv_go_vat\" type=\"text\" name=\"snv_vat\">\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"snv-offer-section\">\n          <h3 class=\"snv-offer-section-title\">Projektangaben<\/h3>\n\n          <div class=\"snv-offer-field\">\n            <label for=\"snv_go_service\">Gew\u00fcnschte Dienstleistung *<\/label>\n            <select id=\"snv_go_service\" name=\"snv_service\" required>\n              <option value=\"\">Bitte ausw\u00e4hlen<\/option>\n                              <option value=\"\u00dcbersetzung\">\u00dcbersetzung<\/option>\n                              <option value=\"Beglaubigte \u00dcbersetzung\">Beglaubigte \u00dcbersetzung<\/option>\n                              <option value=\"Juristische \u00dcbersetzung\">Juristische \u00dcbersetzung<\/option>\n                              <option value=\"Medizinische \u00dcbersetzung\">Medizinische \u00dcbersetzung<\/option>\n                              <option value=\"Finanz\u00fcbersetzung\">Finanz\u00fcbersetzung<\/option>\n                              <option value=\"Technische \u00dcbersetzung\">Technische \u00dcbersetzung<\/option>\n                              <option value=\"Fach\u00fcbersetzung\">Fach\u00fcbersetzung<\/option>\n                              <option value=\"Website-\u00dcbersetzung\">Website-\u00dcbersetzung<\/option>\n                              <option value=\"KI-\u00dcbersetzung mit Nachbearbeitung\">KI-\u00dcbersetzung mit Nachbearbeitung<\/option>\n                              <option value=\"Korrektorat &amp; Lektorat\">Korrektorat &amp; Lektorat<\/option>\n                              <option value=\"Transkription\">Transkription<\/option>\n                              <option value=\"Untertitel\">Untertitel<\/option>\n                              <option value=\"Dolmetschen\">Dolmetschen<\/option>\n                              <option value=\"DTP \/ Fremdsprachensatz\">DTP \/ Fremdsprachensatz<\/option>\n                              <option value=\"Mehrere Sprachdienstleistungen\">Mehrere Sprachdienstleistungen<\/option>\n                              <option value=\"Andere Anfrage\">Andere Anfrage<\/option>\n                          <\/select>\n          <\/div>\n\n          <div class=\"snv-offer-row\">\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_source_language\">Ausgangssprache *<\/label>\n              <input id=\"snv_go_source_language\" type=\"text\" name=\"snv_source_language\" required>\n            <\/div>\n\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_target_language\">Zielsprache(n) *<\/label>\n              <input id=\"snv_go_target_language\" type=\"text\" name=\"snv_target_language\" required>\n            <\/div>\n          <\/div>\n\n          <div class=\"snv-offer-row\">\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_deadline\">Gew\u00fcnschter Termin optional<\/label>\n              <input id=\"snv_go_deadline\" type=\"text\" name=\"snv_deadline\">\n            <\/div>\n\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_certified\">Beglaubigung erforderlich? *<\/label>\n              <select id=\"snv_go_certified\" name=\"snv_certified\" required>\n                <option value=\"\">Bitte ausw\u00e4hlen<\/option>\n                <option value=\"Ja\">Ja<\/option>\n                <option value=\"Nein\">Nein<\/option>\n                <option value=\"Nicht sicher\">Nicht sicher<\/option>\n              <\/select>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"snv-offer-section\">\n          <h3 class=\"snv-offer-section-title\">Dokumente &amp; Details<\/h3>\n\n          <div class=\"snv-offer-row\">\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_volume\">Umfang optional<\/label>\n              <input id=\"snv_go_volume\" type=\"text\" name=\"snv_volume\">\n              <div class=\"snv-offer-hint\">Zum Beispiel: Anzahl W\u00f6rter, Seiten, Dateien oder Dauer der Aufnahme.<\/div>\n            <\/div>\n\n            <div class=\"snv-offer-field\">\n              <label for=\"snv_go_file\">Datei hochladen optional<\/label>\n              <input id=\"snv_go_file\" type=\"file\" name=\"snv_file\" accept=\".pdf,.doc,.docx,.xls,.xlsx,.jpg,.jpeg,.png,.zip\">\n              <div class=\"snv-offer-hint\">PDF, Word, Excel, JPG, PNG oder ZIP bis 10 MB. Bei mehreren Dateien bitte als ZIP hochladen.<\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"snv-offer-field\">\n            <label for=\"snv_go_message\">Ihre Nachricht *<\/label>\n            <textarea id=\"snv_go_message\" name=\"snv_message\" required><\/textarea>\n            <div class=\"snv-offer-hint\">Beschreiben Sie kurz den gew\u00fcnschten Auftrag, Fachgebiet, Zielmarkt, Verwendungszweck und besondere Anforderungen.<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"snv-offer-consent\">\n          <p class=\"snv-offer-consent-title\">Datenschutz &amp; Einwilligung<\/p>\n\n          <label class=\"snv-offer-checkline\">\n            <input type=\"checkbox\" name=\"snv_consent_contact\" value=\"1\" required>\n            <span>Ich bin damit einverstanden, dass SNV Solutions meine Angaben zur Bearbeitung meiner Anfrage verwendet und mich dazu kontaktiert. *<\/span>\n          <\/label>\n\n          <label class=\"snv-offer-checkline\">\n            <input type=\"checkbox\" name=\"snv_consent_privacy\" value=\"1\" required>\n            <span>Ich habe die Datenschutzerkl\u00e4rung gelesen und akzeptiere sie. <a href=\"\/de\/datenschutzerklaerung\/\" target=\"_blank\" rel=\"noopener\">Datenschutzerkl\u00e4rung<\/a> *<\/span>\n          <\/label>\n\n          <label class=\"snv-offer-checkline\">\n            <input type=\"checkbox\" name=\"snv_consent_marketing\" value=\"1\">\n            <span>Ich m\u00f6chte zuk\u00fcnftig Informationen oder Angebote von SNV Solutions erhalten.<\/span>\n          <\/label>\n        <\/div>\n\n        <div class=\"snv-offer-submit-wrap\">\n          <button class=\"snv-offer-submit\" type=\"submit\">Offerte anfragen<\/button>\n        <\/div>\n      <\/form>\n    <\/div>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7841","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kostenlose Offerte | SNV Solutions<\/title>\n<meta name=\"description\" content=\"Fordern Sie Ihre kostenlose Offerte bei SNV Solutions an. Teilen Sie uns Ihr Anliegen mit und wir erstellen Ihnen ein passendes, unverbindliches Angebot.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/snvsolutions.ch\/de\/gratis-offerte\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kostenlose Offerte | SNV Solutions\" \/>\n<meta property=\"og:description\" content=\"Fordern Sie Ihre kostenlose Offerte bei SNV Solutions an. Teilen Sie uns Ihr Anliegen mit und wir erstellen Ihnen ein passendes, unverbindliches Angebot.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/snvsolutions.ch\/de\/gratis-offerte\/\" \/>\n<meta property=\"og:site_name\" content=\"SNV Solutions\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-04T13:36:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/gratis-offerte\\\/\",\"url\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/gratis-offerte\\\/\",\"name\":\"Kostenlose Offerte | SNV Solutions\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/#website\"},\"datePublished\":\"2026-04-22T07:40:22+00:00\",\"dateModified\":\"2026-05-04T13:36:36+00:00\",\"description\":\"Fordern Sie Ihre kostenlose Offerte bei SNV Solutions an. Teilen Sie uns Ihr Anliegen mit und wir erstellen Ihnen ein passendes, unverbindliches Angebot.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/gratis-offerte\\\/#breadcrumb\"},\"inLanguage\":\"de-CH\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/gratis-offerte\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/gratis-offerte\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/snvsolutions.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kostenlose Offerte\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/\",\"name\":\"SNV Solutions | Treuhand\",\"description\":\"Alles ordentlich, alles im Griff!\",\"publisher\":{\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-CH\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/#organization\",\"name\":\"SNV Solutions | Treuhand\",\"url\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-CH\",\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/snvsolutions.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-ChatGPT-Image-3.-Mai-2026-12_26_57-4.png\",\"contentUrl\":\"https:\\\/\\\/snvsolutions.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-ChatGPT-Image-3.-Mai-2026-12_26_57-4.png\",\"width\":1254,\"height\":501,\"caption\":\"SNV Solutions | Treuhand\"},\"image\":{\"@id\":\"https:\\\/\\\/snvsolutions.ch\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kostenlose Offerte | SNV Solutions","description":"Fordern Sie Ihre kostenlose Offerte bei SNV Solutions an. Teilen Sie uns Ihr Anliegen mit und wir erstellen Ihnen ein passendes, unverbindliches Angebot.","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:\/\/snvsolutions.ch\/de\/gratis-offerte\/","og_locale":"de_DE","og_type":"article","og_title":"Kostenlose Offerte | SNV Solutions","og_description":"Fordern Sie Ihre kostenlose Offerte bei SNV Solutions an. Teilen Sie uns Ihr Anliegen mit und wir erstellen Ihnen ein passendes, unverbindliches Angebot.","og_url":"https:\/\/snvsolutions.ch\/de\/gratis-offerte\/","og_site_name":"SNV Solutions","article_modified_time":"2026-05-04T13:36:36+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/snvsolutions.ch\/de\/gratis-offerte\/","url":"https:\/\/snvsolutions.ch\/de\/gratis-offerte\/","name":"Kostenlose Offerte | SNV Solutions","isPartOf":{"@id":"https:\/\/snvsolutions.ch\/de\/#website"},"datePublished":"2026-04-22T07:40:22+00:00","dateModified":"2026-05-04T13:36:36+00:00","description":"Fordern Sie Ihre kostenlose Offerte bei SNV Solutions an. Teilen Sie uns Ihr Anliegen mit und wir erstellen Ihnen ein passendes, unverbindliches Angebot.","breadcrumb":{"@id":"https:\/\/snvsolutions.ch\/de\/gratis-offerte\/#breadcrumb"},"inLanguage":"de-CH","potentialAction":[{"@type":"ReadAction","target":["https:\/\/snvsolutions.ch\/de\/gratis-offerte\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/snvsolutions.ch\/de\/gratis-offerte\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/snvsolutions.ch\/"},{"@type":"ListItem","position":2,"name":"Kostenlose Offerte"}]},{"@type":"WebSite","@id":"https:\/\/snvsolutions.ch\/de\/#website","url":"https:\/\/snvsolutions.ch\/de\/","name":"SNV Solutions | Treuhand","description":"Alles ordentlich, alles im Griff!","publisher":{"@id":"https:\/\/snvsolutions.ch\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/snvsolutions.ch\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-CH"},{"@type":"Organization","@id":"https:\/\/snvsolutions.ch\/de\/#organization","name":"SNV Solutions | Treuhand","url":"https:\/\/snvsolutions.ch\/de\/","logo":{"@type":"ImageObject","inLanguage":"de-CH","@id":"https:\/\/snvsolutions.ch\/de\/#\/schema\/logo\/image\/","url":"https:\/\/snvsolutions.ch\/wp-content\/uploads\/2026\/05\/cropped-ChatGPT-Image-3.-Mai-2026-12_26_57-4.png","contentUrl":"https:\/\/snvsolutions.ch\/wp-content\/uploads\/2026\/05\/cropped-ChatGPT-Image-3.-Mai-2026-12_26_57-4.png","width":1254,"height":501,"caption":"SNV Solutions | Treuhand"},"image":{"@id":"https:\/\/snvsolutions.ch\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/snvsolutions.ch\/de\/wp-json\/wp\/v2\/pages\/7841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/snvsolutions.ch\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/snvsolutions.ch\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/snvsolutions.ch\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/snvsolutions.ch\/de\/wp-json\/wp\/v2\/comments?post=7841"}],"version-history":[{"count":16,"href":"https:\/\/snvsolutions.ch\/de\/wp-json\/wp\/v2\/pages\/7841\/revisions"}],"predecessor-version":[{"id":10267,"href":"https:\/\/snvsolutions.ch\/de\/wp-json\/wp\/v2\/pages\/7841\/revisions\/10267"}],"wp:attachment":[{"href":"https:\/\/snvsolutions.ch\/de\/wp-json\/wp\/v2\/media?parent=7841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}