{"id":10151,"date":"2016-08-03T13:25:42","date_gmt":"2016-08-03T11:25:42","guid":{"rendered":"http:\/\/www.vizzit.se\/h\/?page_id=10151"},"modified":"2026-01-21T20:16:43","modified_gmt":"2026-01-21T19:16:43","slug":"om-oss","status":"publish","type":"page","link":"https:\/\/www.vizzit.se\/h\/sv\/om-oss\/","title":{"rendered":"Om oss"},"content":{"rendered":"\n<style>\n    :root{\n      --visible-count:5;\n      --gap:12px;\n      --nav-padding:12px;\n      --thumb-w:150px;\n      --thumb-h:90px;\n    }\n    *{box-sizing:border-box}\n    body{font-family:Inter, \"Segoe UI\", Roboto, Arial, sans-serif; margin:0; background:#f4f6f8; color:#111;}\n    \/* TOP NAV *\/\n    .top-nav-wrap { background:#d1d1d1; padding:10px 16px; display:flex; align-items:center; gap:12px; box-shadow:0 6px 18px rgba(2,6,23,0.12); justify-content: center;}\n    .nav-arrow {\n      background:transparent; border:1px solid rgba(255,255,255,0.08); color:#fff; padding:10px 12px; border-radius:10px; cursor:pointer; font-weight:700;\n      display:flex; align-items:center; justify-content:center; rotate: 90deg;\n    }\n    .nav-arrow:disabled{ opacity:0.42; cursor:default; }\n\t.nav-arrow.navNext { rotate: 270deg; }\n\t.nav-arrow img { width: 3rem; }\n\n    .nav-viewport {\n      <!--overflow:hidden;-->\n      height: calc(var(--thumb-h) + 70px); \/* thumb + label area + padding *\/\n      background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));\n      border-radius:12px;\n      padding:var(--nav-padding);\n      box-sizing:border-box;\n      flex-shrink:0;\n      display:flex;\n      align-items:center;\n     \twidth: 860px;\n\t\tmin-height: 200px;\n\toverflow: hidden;\n    }\n    .nav-track {\n      display:flex;\n      gap:var(--gap);\n      transition: transform 320ms cubic-bezier(.22,.9,.19,1);\n      align-items:center;\n      will-change: transform;\n      padding-bottom:4px;\n    }\n\t.nav-track.no-animation {\n      transition: none;\n    }\n\n    \/* stacked mini-card style (C): image + title under *\/\n    .nav-item {\n      width:var(--thumb-w);\n      min-width:var(--thumb-w);\n      display:flex;\n      flex-direction:column;\n\t  justify-content: center;\n      align-items:center;\n      gap:8px;\n      cursor:pointer;\n      transform-origin:center;\n      transition: transform 260ms ease, box-shadow 260ms ease, opacity 260ms ease;\n      opacity:0.92;\n      border-radius:8px;\n      padding:6px;\n      border:2px solid transparent;\n    }\n    .nav-item img{ width:100%; height:var(--thumb-h); object-fit:cover; border-radius:6px; display:block; }\n    .nav-item .nav-title { font-size:13px; color:#333; text-align:center; line-height: 1.5; position: absolute; width: 90px; padding-top: 5px; }\n\t\n\n    \/* active \/ neighbor styles *\/\n    .nav-item.active {\n      transform: scale(1.16);\n      box-shadow:0 5px 15px rgba(2,6,23,0.48);\n      border-color: rgba(255,255,255,0.95);\n      opacity:1;\n\t  margin: 0 20px;\n    }\n    .nav-item.left-near, .nav-item.right-near {\n      transform: scale(1.04);\n      opacity:0.98;\n    }\n\t\n\t.alt-style-gallery .nav-item.active {\n      transform: scale(1.5);\n      box-shadow: none;\n      border-color: rgba(0,0,0,0);\n    }\n\n    main{  }\n    section { display:none; overflow:hidden; color:#000;}\n    section.active { display:block; }\n\n    .section-bg {\n      background-size:cover;\n      background-position:center;\n      position:relative;\n      overflow:hidden;\n    }\n    \/* allow bgColor override, then bgImage above it *\/\n    .section-bg::before{\n      content:\"\";\n      position:absolute; inset:0; z-index:0;\n      background:linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.32));\n      pointer-events:none;\n    }\n    .section-inner{ position:relative; z-index:2; background:linear-gradient(180deg, rgba(255,255,255,0.24), rgba(0,0,0,0.74)); padding:28px; min-height:460px; }\n\n    #content h2.section-headline { font-family:Comfortaa; font-size:48px; margin:0 0 18px 0; font-weight:600; color:#fff; }\n\t#content h3.section-desc { text-align: left; font-weight:300; color:#fff; margin: 0 auto; width: 1000px; max-width: 100%; display: flex; gap: 2em; }\n\t.section-label { text-align: center; margin-bottom: 18px; }\n\n    .section-content { display:flex; gap:3rem; align-items:flex-start; padding:22px; border-radius:10px; }\n\t#content .section-content img { border-radius:15px; }\n    .left { width:40%; max-width: 500px; }\n    .right { width:60%; display:flex; align-items:center; justify-content:center; }\n\n    .card { background:rgba(255,255,255,0.94); color:#111; margin-bottom:12px; border-radius:50px; cursor:pointer; transition:transform .18s ease; display: flex; align-items: center; gap:0.5rem; padding: 20px 12px; }\n\t.card:hover{ transform: translateY(-4px); }\n    .card.active { background:rgba(245,245,245,1); box-shadow:0 6px 18px rgba(2,6,23,0.06); border-radius:20px; }\n\t.card .toggle-btn { visibility:visible; font-weight: 1000; font-size: 20px; }\n\t.card .toggle-btn .plus-icon { width: 1.2rem; height: 1.2rem; border: #333 solid 1px; padding: 0.2rem; border-radius: 2rem; background-image: url(\"\/h\/wp-content\/themes\/vizzit\/images\/new-dashboard\/list.nav.plus.svg\"); background-position: center; background-repeat: no-repeat; }\n\t.card.active .toggle-btn { visibility:hidden; }\n    .card-title { font-family:Comfortaa; font-weight:700; }\n    .card-content { display:none; margin-top:8px; font-size:14px; color:#333; }\n    .card.active .card-content { display:block; }\n\n    .right img { max-width:100%; border-radius:8px; box-shadow:0 12px 34px rgba(0,0,0,0.35); transition:opacity .36s ease; }\n\n    \/* responsive *\/\n    @media (max-width:980px){\n      :root{ --thumb-w:120px; --thumb-h:72px; }\n      .nav-viewport{ height: calc(var(--thumb-h) + 44px); width: 440px; }\n      .section-content{ flex-direction:column; }\n      .left,.right{ width:100%; max-width:none; }\n\t  .nav-item .nav-title { top: 25px; }\n\t\n    }\n    @media (max-width:520px){\n      :root{ --thumb-w:100px; --thumb-h:60px; --visible-count:3; }\n      .nav-viewport{ width: 375px; }\n\t  .nav-arrow img{ width: 2rem; }\n\t  .top-nav-wrap{ gap: 0px; }\n\t  .nav-item .nav-title { top: 22px; line-height: 16px; }\n\t  \n    }\n\t\n\t\/* LAYOUT-HEADER *\/\n\t\n\t.layout-header {\n\t\tposition: relative;\n\t\tpadding: 80px 5vw;\n\t\toverflow: hidden;\n\t\tbackground-color: rgb(0, 0, 0);\n\t\tbackground-size: cover;\n\t}\n\t\n\t.layout-header .layout-content-wrapper {\n\t  max-width: 70%;\n\t  min-height: 300px;\n\t  margin: 0 auto;\n\t  padding: 0;\n      display: flex;\n\t  flex-direction: column;\n\t  align-items: flex-end;\n\t  justify-content: flex-end;\n\t}\n\t\n\t.layout-header .layout-content-wrapper .layout-content-component {\n\t\tpadding: 40px 75px 34px 65px;\n\t\tbackground: #1A7FE5;\n\t\tborder-radius: 400px 50px;\n\t\tbox-shadow: 0 8px 14px rgba(0, 0, 0, 0.35);\n\t}\n\t\n\t.layout-header h2 .title-main {\n\t  font-size: 2.2em;\n\t  font-weight: 700;\n\t  font-family:Comfortaa;\n\t  font-weight:600;\n\t  color: #fff;\n\t}\n\t\n\t\/* LAYOUT-TEXT-BOXES *\/\n\t\n\t.layout-text-boxes {\n\t\tposition: relative;\n\t\tpadding: 80px 5vw;\n\t\toverflow: hidden;\n\t\tbackground-color: rgb(0, 0, 0);\n\t}\n\t\n\t.layout-text-boxes .layout-content-wrapper {\n\t  max-width: 70%;\n\t  margin: 0 auto;\n\t  padding: 0;\n      display: flex;\n\t  flex-direction: column;\n\t  gap: 40px;\n\t}\n\t\n\t.layout-text-boxes .layout-content-wrapper.horizontal-flow {\n\t  flex-direction: row;\n\t}\n\t\n\t.layout-text-boxes .layout-content-wrapper.vertical-center {\n\t  align-items: center;\n\t}\n\t\n\t.layout-text-boxes .layout-content-wrapper .layout-content-component {\n\t  margin: 0 20px;\n\t  flex: 1 1 0;\n\t}\n\t\n\t.layout-text-boxes .layout-content-wrapper .layout-content-columns  {\n\t  display: flex;\n\t  flex-direction: row;\n\t  justify-content: space-between;\n\t}\n\t\n\t.layout-text-boxes .layout-content-wrapper .layout-content-columns .layout-content-component  {\n\t  margin: 0;\n\t  padding: 25px 45px;\n\t  background-color: #f0f0f0;\n\t  border-radius: 20px;\n\t  width: 48%;\n\t}\n\t\n\t.layout-text-boxes h2 {\n\t  display: flex;\n\t  flex-direction: column;\n\t  margin: 0;\n\t  margin-bottom: 20px;\n\t  color: #fff;\n\t}\n\t\n\t.layout-text-boxes.inverted h2 {\n\t  color: #000;\n\t}\n\t\n\t.layout-text-boxes .layout-content-columns h2,\n\t#content .layout-text-boxes .layout-content-columns h3\t{\n\t  margin: 0;\n\t  color: #000;\n\t}\n\t\n\t.layout-text-boxes h2 .title-main {\n\t  font-size: 2rem;\n\t  font-weight: 700;\n\t  font-family:Comfortaa;\n\t  font-weight:600;\n\t}\n\n\t.layout-text-boxes h2 .title-sub {\n\t  font-size: 2rem;\n\t  font-family:Comfortaa;\n\t  font-weight:600;\n\t  margin-left: 20px;\n\t  \/*opacity: 0.8;*\/\n\t}\n\t\n\t#content .layout-text-boxes h3 {\n\t  font-weight:initial;\n\t  \/*margin-left: 20px;*\/\n\t  font-size: 20px;\n      line-height: 32px;\n\t  color: #fff;\n\t}\n\t\n\t#content .layout-text-boxes.inverted h3 {\n\t  color: #000;\n\t}\n\t\n\t#content .layout-text-boxes.inverted h3 span.text-indent {\n\t  margin-left: 1em;\n\t}\n\t\n\t\/* LAYOUT-TEXT-IMAGE *\/\n\t.layout-text-image {\n\t\t\n\t}\n\n\t.layout-text-image .layout-content-wrapper {\n\t  max-width: 70%;\n\t  margin: 0 auto;\n\t  padding: 0 5vw;\n\t  display: flex;\n\t\talign-items: center;\n\t\tjustify-content: space-between;\n\t\tpadding: 60px 5vw;\n\t\tgap: 40px;\n\t}\n\n\t#content .layout-text-image img {\n\t\twidth: 100%;\n\t\tmax-width: 400px;\n\t\tborder-radius: 16px;\n\t\tobject-fit: cover;\n\t}\n\n\n\t.layout-text-image .text {\n\t\tflex: 1;\n\t}\n\n\n\t\/* LAYOUT-IMAGE-PEEK-RIGHT *\/\n\t.layout-image-peek {\n\t\tposition: relative;\n\t\tpadding: 80px 5vw;\n\t\toverflow: hidden;\n\t\tbackground-color: rgb(245, 245, 247);\n\t}\n\t\n\t.layout-image-peek .layout-content-wrapper {\n\t  max-width: 70%;\n\t  margin: 0 auto;\n\t  padding: 0;\n      display: flex;\n\t}\n\t\n\t.layout-image-peek.horizontal-flip .layout-content-wrapper {\n\t  max-width: 90%;\n\t  justify-content: flex-end;\n\t}\n\t\n\t.layout-image-peek .layout-content-wrapper .layout-content-component {\n\t  max-width: 45%;\n\t}\n\n\t.layout-image-peek h2 {\n\t  display: flex;\n\t  flex-direction: column;\n\t  margin: 0;\n\t  margin-bottom: 20px;\n\t  color: #000;\n\t}\n\n\t.layout-image-peek h2 .title-main {\n\t  font-size: 2rem;\n\t  font-weight: 700;\n\t  font-family:Comfortaa;\n\t  font-weight:600;\n\t}\n\n\t.layout-image-peek h2 .title-sub {\n\t  font-size: 2rem;\n\t  font-family:Comfortaa;\n\t  font-weight:600;\n\t  margin-left: 20px;\n\t  \/*opacity: 0.8;*\/\n\t}\n\t\n\t#content .layout-image-peek h3 {\n\t  font-weight:initial;\n\t  \/*margin-left: 20px;*\/\n\t  font-size: 20px;\n      line-height: 32px;\n\t  color: #000;\n\t}\n\n\t#content .layout-image-peek .peek-image {\n\t\tposition: absolute;\n\t\ttop: 50%;\n\t\tright: 0;\n\t\ttransform: translateY(-50%);\n\t\twidth: 60vw;\n\t\tmax-width: 50%;\n\t\theight: auto;\n\t\tobject-fit: cover;\n\t\tbox-shadow: 11px 15px 22.9px rgba(255, 255, 255, 0.24);\n\t\tborder-radius: 15px 0 0 15px;\n\t}\n\t\n\t#content .layout-image-peek.horizontal-flip .peek-image {\n\t\tright: unset;\n\t\tleft: 0;\n\t\tborder-radius: 0 15px 15px 0;\n\t}\n\t\n\t@media only screen and (min-width: 1024px) {\n\t\t.layout-image-peek {\n\t\t\theight: 756px;\n\t\t}\n\t\t\n\t\t.layout-image-peek .layout-content-wrapper {\n\t\t\theight: 100%;\n\t\t\talign-items: center;\n\t\t}\n\t}\n\t\n\t@media only screen and (min-width: 2000px) {\n\t\t.layout-image-peek {\n\t\t\theight: 1000px;\n\t\t}\n\t}\n\t\n\t\/* LAYOUT-IMAGE-IN-IMAGE *\/\n\t\n\t.layout-image-in-image {\n\t\tposition: relative;\n\t\tpadding: 80px 5vw;\n\t\toverflow: hidden;\n\t\tbackground-color: rgb(0, 0, 0);\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t}\n\t\n\t.layout-image-in-image .layout-content-wrapper {\n\t\tmin-width: 70%;\n\t\tmargin: 0 auto;\n\t\tpadding: 0;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t\tbox-shadow: 0px 15px 22.9px rgba(0, 0, 0, 0.38);\n\t\tborder-radius: 40px;\n\t}\n\t\n\t.layout-image-in-image .layout-content-wrapper .layout-content-component {\n\t  margin: 0 20px;\n\t  flex: 1 1 0;\n\t  text-align: center;\n\t}\n\t\n\t.layout-image-in-image .layout-content-wrapper .layout-content-component.text-box {\n\t\tpadding: 33px 44px;\n\t\tgap: 11px;\n\t\tbackground: #FFFFFF;\n\t\tbox-shadow: 0px 15px 22px rgba(0, 0, 0, 0.25);\n\t\tborder-radius: 17px;\n\t\ttext-align: left;\n\t}\n\t\n\t#content .layout-image-in-image .layout-content-wrapper .layout-content-component img {\n\t  max-width: 50%;\n\t  visibility: hidden;\n\t}\n\t\n\t.layout-image-in-image .layout-content-wrapper .layout-content-component.offset-left {\n\t\tmargin: 60px 0;\n\t\tmargin-left: -60px;\n\t}\n\t\n\t#content .layout-image-in-image .layout-content-wrapper .layout-content-component.contacts h3 {\n\t\tline-height: 18px;\n\t}\n\t\n\t.layout-image-in-image h2 .title-main {\n\t  font-size: 2rem;\n\t  font-weight: 700;\n\t  font-family:Comfortaa;\n\t  font-weight:600;\n\t}\n\n\t.layout-image-in-image h2 .title-sub {\n\t  font-size: 2rem;\n\t  font-family:Comfortaa;\n\t  font-weight:600;\n\t  margin-left: 20px;\n\t}\n\t\n\t#content .layout-image-in-image h3 {\n\t  font-weight:initial;\n\t  font-size: 20px;\n      line-height: 32px;\n\t}\n\t\n\t\/* TEXT SIZES *\/\n\t\n\t@media only screen and (max-width: 1660px) {\n\t\t.layout-text-boxes h2 .title-main,\n\t\t.layout-image-in-image h2 .title-main,\n\t\t.layout-image-in-image h2 .title-sub {\n\t\t  font-size: 1.4em;\n\t\t}\n\t\t\n\t\t#content .layout-text-boxes h3,\n\t\t#content .layout-image-in-image h3 {\n\t\t  font-size: 1.1em;\n\t\t  line-height: 1.7em;\n\t\t}\n\t}\n\t\n\t\/* TEXT SIZES *\/\n\t\n\t\n\t\/* Menu CSS *\/\n\t@media only screen and (max-width: 700px) {\n\t\theader#branding .top-menu .menu-text-new {\n\t\t\tfont-size: 12px;\n\t\t}\n\t\t\n\t\theader#branding .top-menu hgroup#site-title {\n\t\t\twidth: 75px;\n\t\t}\n\t\t\n\t\theader#branding .top-menu hgroup#site-title img {\n\t\t\twidth: 95%;\n\t\t}\n\t\t\n\t\theader#branding .top-menu #mainnav div.login-icon {\n\t\t\twidth: 19px;\n\t\t}\n\t\t\n\t\theader#branding a[href=\"\/h\/produkter\/\"] .menu-text-new, \n\t\theader#branding a[href=\"\/h\/radgivning\/\"] .menu-text-new {\n\t\t\tdisplay: none;\n\t\t}\n\t\t\n\t\theader#branding a[href=\"\/h\/produkter\/\"]:before,\n\t\theader#branding a[href=\"\/h\/radgivning\/\"]:before {\n\t\t\tcolor: #fff;\n\t\t\tfont-size: 12px;\n\t\t}\n\t\t\n\t\theader#branding a[href=\"\/h\/produkter\/\"]:before {\n\t\t\tcontent: 'Produkter';\n\t\t}\n\t\t\n\t\theader#branding a[href=\"\/h\/radgivning\/\"]:before {\n\t\t\tcontent: 'Tj\u00e4nster';\n\t\t\tmargin-left: 5px;\n\t\t}\n\t}\n\t\n\t\n\t\n\n  <\/style>\n  \n\t<!-- HEADER -->\n\t<div class=\"section-dashboard layout-header\" style=\"background-image: url(\/h\/wp-content\/uploads\/2025\/11\/chrysanthemum-1332994_1920.jpg); background-position-y: center;\">\n\t\t<div class=\"layout-content-wrapper\">\n\t\t\t<div class=\"layout-content-component\" style=\"background-color: #EF60A6;\">\n\t\t\t\t<h2>\n\t\t\t\t\t<span class=\"title-main\">Om oss<\/span>\n\t\t\t\t<\/h2>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<!-- \/HEADER -->\n\t\n\t<!-- ABOUT -->\n\t<div class=\"section-dashboard layout-text-boxes inverted\" style=\"background-color: #F5F5F7;\">\n\t\t<div class=\"layout-content-wrapper horizontal-flow vertical-center\">\n\t\t\t<div class=\"layout-content-component\" \"=\"\">\n\t\t\t\t<h2>\n\t\t\t\t\t<span class=\"title-main\">Om oss<\/span>\n\t\t\t\t<\/h2>\n\t\t\t\t<h3>\n\t\t\t\t\tVizzit grundades f\u00f6r att f\u00f6renkla och underl\u00e4tta webbunderh\u00e5ll och  analys f\u00f6r alla som \u00f6nskar spara tid och resurser n\u00e4r de arbetar med sin webbplats. \n\t\t\t\t\t<span style=\"text-indent: 2em;\">\u00d6ver tid har v\u00e5r ambition f\u00f6rfinats till att g\u00f6ra det s\u00e5  l\u00e4tt som m\u00f6jligt f\u00f6r v\u00e5ra anv\u00e4ndare att f\u00f6rvalta och underh\u00e5lla sina  webbplatser, att g\u00f6ra detta underh\u00e5ll s\u00e5 effektivt som m\u00f6jligt, samt att g\u00f6ra det l\u00e4tt f\u00f6r anv\u00e4ndare att utf\u00f6ra b\u00e5de enklare och djupg\u00e5ende  webbanalys.<\/span>\n\t\t\t\t<\/h3>\n\t\t\t<\/div>\n\t\t\t<div class=\"layout-content-component\">\n\t\t\t\t<img class=\"peek-image\" src=\"\/h\/wp-content\/uploads\/2026\/01\/about.figures.png\" alt=\"Peek Image\">\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t<\/div>\n\t<!-- \/ABOUT -->\n  \n\t<!-- OFFER -->\n\t<div class=\"section-dashboard layout-text-boxes inverted\" style=\"background-color: #fff;\">\n\t\t<div class=\"layout-content-wrapper horizontal-flow vertical-center\">\n\t\t\t<div class=\"layout-content-component\" style=\"flex: 1.4;\">\n\t\t\t\t<img class=\"peek-image\" src=\"\/h\/wp-content\/uploads\/2026\/01\/vizzit.tools_.illustration.png\" alt=\"Peek Image\">\n\t\t\t<\/div>\n\t\t\t<div class=\"layout-content-component\" \"=\"\">\n\t\t\t\t<h2>\n\t\t\t\t\t<span class=\"title-main\">Vad erbjuder Vizzit<\/span>\n\t\t\t\t<\/h2>\n\t\t\t\t<h3>\n\t\t\t\t\tVizzits verktyg \u00e4r utformade med enkelhet och anv\u00e4ndarv\u00e4nlighet i  \u00e5tanke, och \u00e4r designade f\u00f6r att underl\u00e4tta arbete med den egna  webbplatsen. Detta inkluderar integrationer f\u00f6r marknadens st\u00f6rsta  CMS-verktyg, s\u00e5som EPiServer, SiteVision, WordPress, med flera.\n\t\t\t\t\t<span style=\"text-indent: 2em;\">Vizzits kunder finns inom b\u00e5de den privata och den offentliga sektorn,  b\u00e5de inom och utanf\u00f6r Sveriges gr\u00e4nser. Vi tar v\u00e5ra kunders integritet  p\u00e5 v\u00e4ldigt stort allvar, vilket \u00e4r varf\u00f6r all data som samlas in \u00e4gs av  den enskilda kunden, och endast f\u00f6rvaras p\u00e5 s\u00e4kra servrar i Sverige.<\/span>\n\t\t\t\t<\/h3>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<!-- \/OFFER -->\n\t\n\t\n\t\n\t<!-- CONTACT -->\n\t<div class=\"section-dashboard layout-image-in-image inverted\" style=\"background: radial-gradient(74.04% 208.05% at 53.15% 39.31%, rgba(183, 102, 88, 0.5) 0%, rgba(183, 102, 88, 0) 100%), #6E6EC3;\">\n\t\t<div class=\"layout-content-wrapper horizontal-flow vertical-center\" style=\"background-image: url(\/h\/wp-content\/uploads\/2026\/01\/contact.map_.jpg); background-position: center;\">\n\t\t\t<div class=\"layout-content-component text-box offset-left contacts\">\n\t\t\t\t<h2>\n\t\t\t\t\t<span class=\"title-main\">Kontakt<\/span>\n\t\t\t\t<\/h2>\n\t\t\t\t<h3>\n\t\t\t\t\tMail: info@vizzit.se\n\t\t\t\t<\/h3>\n\t\t\t\t<h3>\n\t\t\t\t\tTelefon: +46 8-545 888 60\n\t\t\t\t<\/h3>\n\t\t\t\t<h3>\n\t\t\t\t\tBes\u00f6ksadress: Hang\u00f6v\u00e4gen 29, 5tr, Stockholm\n\t\t\t\t<\/h3>\n\t\t\t\t<h3>\n\t\t\t\t\tPostadress: K\u00e4ll\u00e4ngsv\u00e4gen 54, 181 44 Liding\u00f6\n\t\t\t\t<\/h3>\n\t\t\t<\/div>\n\t\t\t<div class=\"layout-content-component\">\n\t\t\t\t<img class=\"\" src=\"\/h\/wp-content\/uploads\/2026\/01\/Data-Lock-Icon.png\" alt=\"\">\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<!-- \/CONTACT -->\n","protected":false},"excerpt":{"rendered":"<p>Om oss<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":38,"comment_status":"closed","ping_status":"closed","template":"full-width-page.php","meta":[],"_links":{"self":[{"href":"https:\/\/www.vizzit.se\/h\/wp-json\/wp\/v2\/pages\/10151"}],"collection":[{"href":"https:\/\/www.vizzit.se\/h\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vizzit.se\/h\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vizzit.se\/h\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vizzit.se\/h\/wp-json\/wp\/v2\/comments?post=10151"}],"version-history":[{"count":36,"href":"https:\/\/www.vizzit.se\/h\/wp-json\/wp\/v2\/pages\/10151\/revisions"}],"predecessor-version":[{"id":25196,"href":"https:\/\/www.vizzit.se\/h\/wp-json\/wp\/v2\/pages\/10151\/revisions\/25196"}],"wp:attachment":[{"href":"https:\/\/www.vizzit.se\/h\/wp-json\/wp\/v2\/media?parent=10151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}