{"id":1462,"date":"2026-01-23T22:38:56","date_gmt":"2026-01-23T22:38:56","guid":{"rendered":"https:\/\/nordyn.se\/?page_id=1462"},"modified":"2026-01-25T08:55:46","modified_gmt":"2026-01-25T08:55:46","slug":"lediga-tjanster","status":"publish","type":"page","link":"https:\/\/nordyn.se\/en\/lediga-tjanster\/","title":{"rendered":"lediga-tjanster"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1462\" class=\"elementor elementor-1462\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77d98ec e-con-full e-flex e-con e-parent\" data-id=\"77d98ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ba380d elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"3ba380d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\n<html lang=\"sv\">\n<head>\n<meta charset=\"utf-8\"\/>\n<meta name=\"theme-color\" content=\"#000000\" \/>\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,viewport-fit=cover\"\/>\n<title>Lediga tj\u00e4nster \u2014 Nordyn<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n<style>\n\/* --- GRUNDL\u00c4GGANDE VARIABLER --- *\/\n:root{\n  --accent:#8A74FF;\n  --muted:rgba(255,255,255,.82);\n  --line:rgba(255,255,255,.12);\n  --pad: clamp(24px, 3vw, 40px);\n}\n\n\/* SUPER-FIX F\u00d6R BL\u00c5 MARKERINGAR (ELEMENTOR OVERRIDE) *\/\n#menuToggle, \n#menuToggle:focus, \n#menuToggle:active,\n#menuToggle:focus-visible,\n#menuToggle:visited,\n#menuClose,\n#menuClose:focus,\n#menuClose:active,\n#menuClose:hover,\nbutton.submenu-toggle-btn,\nbutton.submenu-toggle-btn:focus,\nbutton.submenu-toggle-btn:active {\n  outline: none !important;\n  box-shadow: none !important;\n  background-color: transparent !important;\n  -webkit-tap-highlight-color: transparent !important;\n  -webkit-focus-ring-color: transparent !important;\n  -webkit-user-select: none !important;\n  user-select: none !important;\n  border-top: none !important;\n  border-left: none !important;\n  border-right: none !important;\n}\n\n\/* Global reset som hj\u00e4lper i WP-milj\u00f6 *\/\nbutton:focus, a:focus {\n    outline: none !important;\n    box-shadow: none !important;\n}\n\n*{box-sizing:border-box}\n\nhtml, body {\n    background-color: #000000;\n    margin: 0;\n    padding: 0;\n    width: 100%;\n    overscroll-behavior-y: none;\n}\n\nbody{\n  font-family:Inter,system-ui,sans-serif;\n  color:#fff;\n  overflow-x:hidden;\n}\n\n\/* -----------------------------------------------------------\n   HEADER\n   ----------------------------------------------------------- *\/\n.header {\n  position:fixed;\n  top:0; \n  left:0;\n  right:0;\n  z-index:9999;\n  padding: 22px 40px;\n  display:flex;\n  align-items: flex-start;\n  justify-content:space-between;\n  gap:16px;\n  background: transparent;\n  mix-blend-mode: difference; \n  color: #fff;\n  transition: opacity 0.3s ease;\n}\n\n.header.hidden { opacity: 0; pointer-events: none; }\n\n.brand { \n  display:flex; \n  align-items: center; \n  gap: 16px; \n  min-width:0; \n}\n\n.logoMark { \n  width:145px; \n  height:auto; \n  display:flex; \n  align-items:center; \n  flex:0 0 auto; \n  color: #fff; \n  margin-left: -20px;\n}\n.logoMark svg { width:100%; height:auto; display:block; }\n\n.tagline {\n  font-size:13px;\n  line-height:1.3;\n  color: #fff !important;\n  opacity: 0.9;\n  font-weight: 500;\n  max-width: 200px;\n}\n.tagline.fade-out { opacity: 0; transform: translateX(-10px); transition: 0.4s ease; pointer-events: none; }\n\n.nav { display:flex; align-items:center; gap:22px; flex:0 0 auto; color: #fff; }\n.nav a.contact {\n  color:inherit; text-decoration:none; font-size:14px; font-weight:600;\n  opacity:.92; padding-top:2px; position:relative; padding-bottom:6px;\n}\n.nav a.contact::after {\n  content:\"\"; position:absolute; left:0; bottom:0; height:1px; width:100%;\n  background: currentColor; transform: scaleX(0); transform-origin: left;\n  transition: transform .3s ease; opacity:.95;\n}\n.nav a.contact:hover::after { transform: scaleX(1); }\n\n\/* --- MENY KNAPP --- *\/\n.menuToggle, \n.menuToggleOverlay, \n.submenu-toggle-btn {\n  cursor: pointer;\n  user-select: none;\n  -webkit-user-select: none;\n  background: transparent;\n  -webkit-tap-highlight-color: transparent !important; \n  outline: none !important;\n}\n\n.menuToggle:focus, .menuToggle:active,\n.menuToggleOverlay:focus, .menuToggleOverlay:active,\n.submenu-toggle-btn:focus, .submenu-toggle-btn:active {\n  background: transparent !important;\n  outline: none !important;\n}\n\n.menuToggle, .menuToggleOverlay {\n  all:unset; \n  cursor:pointer; \n  display:inline-flex; \n  align-items:center; \n  gap:12px;\n  font-size:15px; \n  font-weight:600; \n  color: #fff; \n  position:relative;\n  padding-bottom: 4px; \n  border-bottom: 1px solid rgba(255,255,255,0.6); \n  transition: border-color 0.3s ease;\n}\n\n.menuToggle:hover, .menuToggleOverlay:hover { border-color: #fff; }\n.menuIcon { font-size:18px; line-height:1; transform: translateY(-1px); }\n\n\/* -----------------------------------------------------------\n   FULLSK\u00c4RMSMENY OVERLAY\n   ----------------------------------------------------------- *\/\n.menuOverlay {\n  position:fixed; inset:0; background:#000; z-index:9990;\n  transform: translateY(-100%);\n  opacity: 1;\n  visibility:hidden;\n  transition: transform .6s cubic-bezier(0.77, 0, 0.175, 1), visibility .6s ease;\n}\n.menuOverlay.opening, .menuOverlay.open { \n  visibility:visible;\n  transform: translateY(0);\n}\n.menuOverlay.closing { \n  transform: translateY(-100%);\n  visibility:hidden;\n}\n\n.menuInner {\n  min-height: 100svh; height: 100svh; \n  padding: 0; \n  display:flex; flex-direction:column; overflow:hidden;\n  overflow-y: auto;\n}\n\n.menuTop { \n  display:flex; \n  align-items: flex-start;\n  justify-content:space-between; \n  gap:16px; \n  flex:0 0 auto; \n  padding: 22px 40px;\n  color: #fff; \n  z-index: 10;\n}\n.menuTop .brand, .menuTop .logoMark { color: #fff; }\n.menuTop .logoMark svg { fill: #fff; }\n.menuTop .tagline { color: rgba(255,255,255,0.7); }\n.menuToggleOverlay { color: #fff; border-color: rgba(255,255,255,0.6); }\n\n@media (max-width:720px){\n  .menuToggleOverlay { margin-top: 5px; }\n}\n\n.menuContent { flex:1 1 auto; display:flex; align-items:center; padding: 18px 40px; }\n.menuList { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:24px; width:100%; }\n.menuItem { opacity:0; transform: translateY(14px); }\n.menuOverlay.open .menuItem {\n  animation: menuIn .5s cubic-bezier(.2,.8,.2,1) forwards;\n  animation-delay: calc(300ms + var(--d, 0ms));\n}\n@keyframes menuIn{ to { opacity:1; transform: translateY(0); } }\n\n.menuRow { display:flex; align-items:center; justify-content:space-between; gap:18px; position: relative; }\n.menuLink {\n  color: rgba(255,255,255,0.5); \n  text-decoration:none;\n  font-size: clamp(32px, 5vw, 48px); font-weight:700; letter-spacing:-0.02em;\n  position:relative; display:inline-block; padding:0; line-height:1.1;\n  transition: color 0.3s ease;\n}\n.menuLink:hover, .menuLink:focus, .menuLink:active { color: #fff; }\n\n\/* PIL LOGIK & SUBMENU STYLING *\/\n.submenu-toggle-btn {\n  background: none; border: none; padding: 10px; cursor: pointer; color: var(--accent);\n  display: flex; align-items: center; justify-content: center;\n  -webkit-appearance: none; -moz-appearance: none; appearance: none;\n}\n.bigArrow { \n  flex:0 0 auto; color: var(--accent); opacity:1; \n  transform: translateY(4px); transition: transform 0.4s ease;\n  pointer-events: none;\n}\n.bigArrow svg { width:40px; height:24px; }\n.submenu {\n  list-style: none; padding: 0; margin: 0; display: grid;\n  grid-template-rows: 0fr; transition: grid-template-rows 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n}\n.submenu-inner {\n  overflow: hidden; display: flex; flex-direction: column; gap: 12px; padding-left: 4px;\n}\n.submenu-item {\n  opacity: 0; transform: translateX(40px); transition: opacity 0.4s ease, transform 0.4s ease;\n}\n.submenu-link {\n  font-size: clamp(20px, 3vw, 28px); font-weight: 600; color: rgba(255,255,255,0.6);\n  text-decoration: none; display: block; transition: color 0.2s;\n}\n.submenu-link:hover { color: #fff; }\n\n.menuItem.has-expanded .submenu { grid-template-rows: 1fr; margin-top: 16px; }\n.menuItem.has-expanded .bigArrow { transform: translateY(4px) rotate(90deg); }\n.menuItem.has-expanded .submenu-item { opacity: 1; transform: translateX(0); }\n.menuItem.has-expanded .submenu-item:nth-child(1) { transition-delay: 0.1s; }\n.menuItem.has-expanded .submenu-item:nth-child(2) { transition-delay: 0.15s; }\n.menuItem.has-expanded .submenu-item:nth-child(3) { transition-delay: 0.2s; }\n.menuItem.has-expanded .submenu-item:nth-child(4) { transition-delay: 0.25s; }\n\n.menuBottom {\n  flex:0 0 auto; display:grid; grid-template-columns: 1fr auto; gap:18px;\n  align-items:end; padding: 20px 40px 40px 40px; border-top: 1px solid var(--line);\n}\n.bottomLeft { display: flex; flex-direction: column; gap: 24px; }\n.socials { display:flex; gap: 32px; flex-wrap:wrap; color: #fff; font-weight: 600; font-size: 18px; }\n.socials a { color:inherit; text-decoration:none; display:inline-flex; gap: 10px; align-items:center; transition: opacity 0.2s; }\n.socials a:hover { opacity: 0.7; }\n.extIcon svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2.5; fill:none; margin-bottom: 2px; }\n.menuCTA { text-align: right; font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.8); line-height: 1.4; }\n.menuCTA a { color: var(--accent); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; }\n.menuCTA-text { display: inline; } \n\n\/* =================================================================\n   CAREER PAGE SPECIFIC STYLES\n   ================================================================= *\/\n.page-hero {\n    background: #000;\n    padding: clamp(140px, 20vh, 180px) clamp(24px, 3vw, 40px) 80px;\n    position: relative;\n    z-index: 2;\n}\n\n.page-hero-container {\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n}\n\n.page-hero h1 {\n    font-size: clamp(42px, 6vw, 84px);\n    font-weight: 800;\n    letter-spacing: -0.05em;\n    line-height: 0.95;\n    margin: 0 0 24px 0;\n    color: #fff;\n}\n\n.page-hero p {\n    font-size: clamp(18px, 2vw, 22px);\n    line-height: 1.6;\n    color: var(--muted);\n    max-width: 650px;\n    margin: 0 auto;\n    font-weight: 400;\n}\n\n.career-content {\n    background: #000;\n    padding: 0 clamp(24px, 3vw, 40px) clamp(100px, 15vh, 160px);\n}\n\n.career-wrapper {\n    max-width: 800px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: clamp(80px, 10vh, 120px);\n}\n\n.career-block {\n    position: relative;\n    padding-left: 20px;\n}\n\n\/* Accent line on left for sections *\/\n.career-block::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 8px;\n    bottom: 0;\n    width: 2px;\n    background: var(--line);\n    border-radius: 2px;\n}\n\n.career-block.active::before {\n    background: var(--accent);\n}\n\n.career-block h2 {\n    font-size: clamp(26px, 3.5vw, 42px);\n    font-weight: 700;\n    color: #fff;\n    margin: 0 0 24px 0;\n    letter-spacing: -0.02em;\n    line-height: 1.1;\n}\n\n.career-block p {\n    font-size: clamp(16px, 1.6vw, 18px);\n    line-height: 1.7;\n    color: rgba(255,255,255,0.75);\n    margin: 0 0 24px 0;\n    max-width: 600px;\n}\n\n\/* Skill tags list *\/\n.skill-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 24px;\n    list-style: none;\n    padding: 0;\n}\n\n.skill-tag {\n    font-size: 15px;\n    font-weight: 600;\n    color: #fff;\n    padding: 10px 20px;\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 100px;\n    background: rgba(255,255,255,0.02);\n    transition: all 0.3s ease;\n}\n\n.skill-tag:hover {\n    border-color: var(--accent);\n    background: rgba(138, 116, 255, 0.1);\n}\n\n\/* --- UPDATED MODERN BUTTON --- *\/\n.contact-btn.block-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 20px;\n    padding: 18px 36px;\n    \n    \/* Modern Styling *\/\n    background: rgba(255, 255, 255, 0.05);\n    backdrop-filter: blur(8px);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 100px; \/* Pill shape *\/\n    \n    color: #fff;\n    font-weight: 600;\n    font-size: 16px;\n    text-decoration: none;\n    cursor: pointer;\n    \n    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n    position: relative;\n    overflow: hidden;\n}\n\n.contact-btn.block-btn:hover {\n    background: #fff;\n    color: #000;\n    border-color: #fff;\n    transform: translateY(-4px);\n    box-shadow: 0 14px 28px -10px rgba(255, 255, 255, 0.15);\n}\n\n.contact-btn.block-btn .arrow {\n    display: inline-block;\n    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n}\n\n.contact-btn.block-btn:hover .arrow {\n    transform: translateX(4px);\n}\n\n.contact-btn.block-btn:active {\n    transform: translateY(-1px);\n    box-shadow: 0 4px 10px -5px rgba(255, 255, 255, 0.2);\n    transition-duration: 0.1s;\n}\n\n\/* --- FOOTER (Kopierad fr\u00e5n original) --- *\/\n.footer{background:#000;border-top:1px solid var(--line);padding:clamp(60px,8vh,100px) clamp(24px,3vw,40px) 40px}\n.footer-container{max-width:1200px;margin:0 auto}\n.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}\n.footer-brand{display:flex;flex-direction:column;gap:20px}\n.footer-logo{width:140px;height:auto}\n.footer-logo svg { width: 100%; height: 100%; fill: #fff; margin-left: -21px; display: block; }\n.footer-tagline{font-size:16px;font-weight:600;color:#fff;margin:0}\n.footer-contact{font-size:14px;color:rgba(255,255,255,0.6);line-height:1.8}\n.footer-contact a{color:var(--accent);text-decoration:none}\n.footer-column h4{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#fff;margin:0 0 20px 0}\n.footer-links{display:flex;flex-direction:column;gap:12px}\n.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;font-size:14px;transition:color .2s ease}\n.footer-links a:hover{color:#fff}\n.footer-bottom{padding-top:40px;border-top:1px solid var(--line);display:flex;gap:24px;flex-wrap:wrap;justify-content:center}\n.footer-bottom a{color:rgba(255,255,255,0.4);text-decoration:none;font-size:12px}\n\n@media (max-width:1024px){\n  .footer-main{grid-template-columns:1fr 1fr;gap:40px}\n}\n@media (max-width:720px){\n  \/* Header mobil justeringar *\/\n  .nav a.contact{display:none}\n  .header{ padding:22px 24px; align-items:center; }\n  .brand { flex-direction: column; gap: 4px; align-items: flex-start; }\n  .logoMark{width:130px;}\n  .tagline { font-size: 14px; line-height: 1.2; white-space: normal; max-width: 100%; margin-top: 4px; opacity: 0.8; }\n  .menuToggle { margin-top: -12px; }\n  \n  \/* Menu overlay mobil *\/\n  .menuTop { padding: 22px 24px; }\n  .menuContent { padding: 10px 24px; }\n  .menuBottom { display: flex; flex-direction: column; gap: 16px; padding: 0 24px 60px 24px; border-top: none; }\n  .bottomLeft { display: contents; }\n  .socials { order: 2; display: flex; flex-direction: row; justify-content: flex-start; gap: 20px; font-size: 23px; margin-bottom: 10px; }\n  .menuCTA { order: 3; text-align: right; max-width: none; display: flex; flex-direction: column; align-items: flex-end; gap: 0; }\n  .menuCTA-text { display: block; margin-bottom: 0px; color: rgba(255,255,255,0.6); font-weight: 400; font-size: 14px; line-height: 1.2; }\n  .menuCTA a { font-size: 18px; font-weight: 600; margin-top: 4px; }\n  \n  \/* Career mobil *\/\n  .page-hero { padding-top: 140px; text-align: left; }\n  .page-hero-container { text-align: left; }\n  .page-hero h1 { font-size: 42px; }\n}\n<\/style>\n<\/head>\n<body>\n\n<header class=\"header invert\" id=\"mainHeader\">\n    <div class=\"brand\">\n      <div class=\"logoMark\" aria-label=\"Nordyn logga\">\n        <svg version=\"1.0\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"600pt\" height=\"167pt\" viewbox=\"0 0 600 167\" preserveaspectratio=\"xMidYMid meet\" role=\"img\" aria-label=\"Nordyn\">\n          <g transform=\"translate(0,167) scale(0.1,-0.1)\" fill=\"currentColor\" stroke=\"none\">\n            <path d=\"M4905 1460 c-59 -24 -91 -101 -69 -165 16 -48 31 -63 79 -79 147 -51 244 154 112 234 -33 21 -87 25 -122 10z\"\/>\n            <path d=\"M3335 1261 l-50 -6 -3 -133 -3 -132 -42 7 c-122 22 -219 1 -282 -62 -52 -51 -65 -92 -65 -201 0 -133 34 -210 110 -249 56 -29 169 -40 277 -26 54 8 107 12 118 11 11 -1 34 -3 50 -4 l30 -1 3 403 2 402 -47 -2 c-27 0 -70 -4 -98 -7z m-77 -462 c19 -7 22 -16 22 -63 0 -30 -4 -57 -9 -60 -22 -14 -127 -16 -151 -4 -47 25 -52 119 -7 138 23 10 106 3 145 -11z\"\/>\n            <path d=\"M1135 1000 c-85 -14 -154 -39 -165 -61 -6 -11 -9 -107 -8 -246 l3 -228 98 -3 97 -3 0 154 c0 124 3 157 15 167 8 6 43 13 79 13 50 2 68 -2 85 -17 20 -18 21 -29 21 -168 l0 -149 98 3 97 3 -1 180 c0 171 -1 183 -26 236 -41 89 -96 117 -243 124 -49 2 -117 0 -150 -5z\"\/>\n            <path d=\"M1825 986 c-212 -98 -212 -412 0 -512 72 -34 208 -34 281 0 205 96 205 416 0 512 -73 34 -209 34 -281 0z m218 -195 c15 -14 22 -34 22 -61 0 -55 -29 -81 -94 -88 -46 -4 -53 -2 -81 26 -21 21 -30 40 -30 62 0 22 9 41 30 62 28 28 35 30 81 26 34 -4 58 -12 72 -27z\"\/>\n            <path d=\"M2465 1003 c-27 -2 -60 -6 -72 -8 l-23 -5 0 -266 0 -265 98 3 97 3 -3 125 -4 125 30 28 c32 30 70 37 134 24 l37 -8 15 53 c26 90 38 180 27 191 -5 5 -37 8 -70 5 -45 -3 -72 -12 -111 -36 -28 -18 -54 -32 -56 -32 -3 0 -5 10 -4 23 4 40 0 47 -22 45 -13 -1 -45 -3 -73 -5z\"\/>\n            <path d=\"M4485 999 c-84 -12 -153 -37 -165 -60 -6 -11 -9 -107 -8 -246 l3 -228 95 0 95 0 5 160 5 160 50 7 c28 5 64 6 82 3 56 -10 63 -32 63 -193 l0 -143 98 3 97 3 3 130 c5 225 -26 333 -106 374 -74 38 -189 48 -317 30z\"\/>\n            <path d=\"M3574 985 c-16 -41 139 -430 193 -487 l26 -27 -37 -88 c-20 -48 -36 -93 -36 -99 0 -6 37 -27 83 -46 61 -27 85 -33 94 -24 6 6 40 83 76 171 86 213 128 315 193 467 30 70 54 132 54 137 0 16 -195 15 -207 -1 -6 -7 -34 -72 -63 -145 -58 -143 -66 -160 -75 -152 -3 3 -19 69 -37 145 -17 76 -35 145 -41 152 -15 19 -216 17 -223 -3z\"\/>\n          <\/g>\n        <\/svg>\n      <\/div>\n      <div class=\"tagline\" id=\"headerTagline\">Digital Agency \/ Web Agency Stockholm<\/div>\n    <\/div>\n\n    <nav class=\"nav\" aria-label=\"Toppmeny\">\n      <a class=\"contact\" href=\"\/en\/kontakt\/\">Get in touch<\/a>\n      <button class=\"menuToggle\" id=\"menuToggle\" type=\"button\" onclick=\"this.blur()\" onfocus=\"this.blur()\" style=\"-webkit-tap-highlight-color: rgba(0,0,0,0) !important; outline: none !important; background: none !important; box-shadow: none !important; user-select: none !important; border: none !important;\">\n        Menu&nbsp;<span class=\"menuIcon\" id=\"menuIcon\">+<\/span>\n      <\/button>\n    <\/nav>\n<\/header>\n\n<!-- MENY OVERLAY (Beh\u00e5lls exakt som originalet) -->\n<div class=\"menuOverlay\" id=\"menuOverlay\" aria-hidden=\"true\">\n    <div class=\"menuInner\">\n        \n      <div class=\"menuTop\">\n        <div class=\"brand\">\n          <div class=\"logoMark\">\n            <svg version=\"1.0\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"600pt\" height=\"167pt\" viewbox=\"0 0 600 167\" preserveaspectratio=\"xMidYMid meet\" role=\"img\" aria-label=\"Nordyn\">\n              <g transform=\"translate(0,167) scale(0.1,-0.1)\" fill=\"currentColor\" stroke=\"none\">\n                <path d=\"M4905 1460 c-59 -24 -91 -101 -69 -165 16 -48 31 -63 79 -79 147 -51 244 154 112 234 -33 21 -87 25 -122 10z\"\/>\n                <path d=\"M3335 1261 l-50 -6 -3 -133 -3 -132 -42 7 c-122 22 -219 1 -282 -62 -52 -51 -65 -92 -65 -201 0 -133 34 -210 110 -249 56 -29 169 -40 277 -26 54 8 107 12 118 11 11 -1 34 -3 50 -4 l30 -1 3 403 2 402 -47 -2 c-27 0 -70 -4 -98 -7z m-77 -462 c19 -7 22 -16 22 -63 0 -30 -4 -57 -9 -60 -22 -14 -127 -16 -151 -4 -47 25 -52 119 -7 138 23 10 106 3 145 -11z\"\/>\n                <path d=\"M1135 1000 c-85 -14 -154 -39 -165 -61 -6 -11 -9 -107 -8 -246 l3 -228 98 -3 97 -3 0 154 c0 124 3 157 15 167 8 6 43 13 79 13 50 2 68 -2 85 -17 20 -18 21 -29 21 -168 l0 -149 98 3 97 3 -1 180 c0 171 -1 183 -26 236 -41 89 -96 117 -243 124 -49 2 -117 0 -150 -5z\"\/>\n                <path d=\"M1825 986 c-212 -98 -212 -412 0 -512 72 -34 208 -34 281 0 205 96 205 416 0 512 -73 34 -209 34 -281 0z m218 -195 c15 -14 22 -34 22 -61 0 -55 -29 -81 -94 -88 -46 -4 -53 -2 -81 26 -21 21 -30 40 -30 62 0 22 9 41 30 62 28 28 35 30 81 26 34 -4 58 -12 72 -27z\"\/>\n                <path d=\"M2465 1003 c-27 -2 -60 -6 -72 -8 l-23 -5 0 -266 0 -265 98 3 97 3 -3 125 -4 125 30 28 c32 30 70 37 134 24 l37 -8 15 53 c26 90 38 180 27 191 -5 5 -37 8 -70 5 -45 -3 -72 -12 -111 -36 -28 -18 -54 -32 -56 -32 -3 0 -5 10 -4 23 4 40 0 47 -22 45 -13 -1 -45 -3 -73 -5z\"\/>\n                <path d=\"M4485 999 c-84 -12 -153 -37 -165 -60 -6 -11 -9 -107 -8 -246 l3 -228 95 0 95 0 5 160 5 160 50 7 c28 5 64 6 82 3 56 -10 63 -32 63 -193 l0 -143 98 3 97 3 3 130 c5 225 -26 333 -106 374 -74 38 -189 48 -317 30z\"\/>\n                <path d=\"M3574 985 c-16 -41 139 -430 193 -487 l26 -27 -37 -88 c-20 -48 -36 -93 -36 -99 0 -6 37 -27 83 -46 61 -27 85 -33 94 -24 6 6 40 83 76 171 86 213 128 315 193 467 30 70 54 132 54 137 0 16 -195 15 -207 -1 -6 -7 -34 -72 -63 -145 -58 -143 -66 -160 -75 -152 -3 3 -19 69 -37 145 -17 76 -35 145 -41 152 -15 19 -216 17 -223 -3z\"\/>\n              <\/g>\n            <\/svg>\n          <\/div>\n          <div class=\"tagline\" style=\"color: rgba(255,255,255,.7); mix-blend-mode:normal;\">Digital Agency \/ Web Agency Stockholm<\/div>\n        <\/div>\n\n        <button class=\"menuToggleOverlay\" id=\"menuClose\" type=\"button\" onclick=\"this.blur()\" onfocus=\"this.blur()\" style=\"-webkit-tap-highlight-color: rgba(0,0,0,0) !important; outline: none !important; background: none !important; box-shadow: none !important; user-select: none !important; border-top:none !important; border-left:none !important; border-right:none !important;\">\n          Menu&nbsp;<span class=\"menuIcon\">\u00d7<\/span>\n        <\/button>\n      <\/div>\n\n      <div class=\"menuContent\">\n        <ul class=\"menuList\" aria-label=\"Menu\">\n          <li class=\"menuItem\" style=\"--d: 80ms;\">\n             <div class=\"menuRow\">\n                <a class=\"menuLink nav-animate\" href=\"\/en\/\">Startpage<\/a>\n             <\/div>\n          <\/li>\n          <li class=\"menuItem\" style=\"--d: 160ms;\"><div class=\"menuRow\"><a class=\"menuLink nav-animate\" href=\"\/en\/case\/\">Our work<\/a><\/div><\/li>\n          \n          <li class=\"menuItem\" style=\"--d: 240ms;\" id=\"servicesMenuItem\">\n            <div class=\"menuRow\">\n              <a class=\"menuLink nav-animate\" href=\"\/en\/tjanster\/\">Services<\/a>\n              <button class=\"submenu-toggle-btn\" aria-label=\"Visa undertj\u00e4nster\" onclick=\"toggleSubmenu(event)\" style=\"-webkit-tap-highlight-color: rgba(0,0,0,0) !important; outline: none !important; background: none !important; box-shadow: none !important; border: none !important;\">\n                <span class=\"bigArrow\" aria-hidden=\"true\">\n                  <svg viewbox=\"0 0 64 40\">\n                    <path d=\"M6 20H46\" stroke=\"currentColor\" stroke-width=\"3.5\" stroke-linecap=\"round\"\/>\n                    <path d=\"M36 8L50 20L36 32\" stroke=\"currentColor\" stroke-width=\"3.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                  <\/svg>\n                <\/span>\n              <\/button>\n            <\/div>\n            \n            <ul class=\"submenu\">\n                <div class=\"submenu-inner\">\n                    <li class=\"submenu-item\"><a class=\"submenu-link nav-animate\" href=\"\/en\/webbdesign\/\">Web Design<\/a><\/li>\n                    <li class=\"submenu-item\"><a class=\"submenu-link nav-animate\" href=\"\/en\/e-handel\/\">E-commerce<\/a><\/li>\n                    <li class=\"submenu-item\"><a class=\"submenu-link nav-animate\" href=\"\/en\/seo\/\">SEO<\/a><\/li>\n                    <li class=\"submenu-item\"><a class=\"submenu-link nav-animate\" href=\"\/en\/branding\/\">Branding<\/a><\/li>\n                <\/div>\n            <\/ul>\n          <\/li>\n\n          <li class=\"menuItem\" style=\"--d: 320ms;\"><div class=\"menuRow\"><a class=\"menuLink nav-animate\" href=\"\/en\/vart-lofte\/\">Our Promise<\/a><\/div><\/li>\n          <li class=\"menuItem\" style=\"--d: 400ms;\"><div class=\"menuRow\"><a class=\"menuLink nav-animate\" href=\"\/en\/om-nordyn\/\">About nordyn<\/a><\/div><\/li>\n          <li class=\"menuItem\" style=\"--d: 480ms;\"><div class=\"menuRow\"><a class=\"menuLink nav-animate\" href=\"\/en\/kontakt\/\">Contact<\/a><\/div><\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"menuBottom\">\n        <div class=\"bottomLeft\">\n          \n          <div class=\"socials\">\n            <a class=\"nav-animate\" href=\"https:\/\/www.facebook.com\/share\/18A482YcY7\/?mibextid=wwXIfr\" target=\"_blank\" rel=\"noopener nofollow\">\n              Facebook\n              <span class=\"extIcon\" aria-hidden=\"true\">\n                <svg viewbox=\"0 0 24 24\"><path d=\"M7 17L17 7\"\/><path d=\"M10 7h7v7\"\/><\/svg>\n              <\/span>\n            <\/a>\n\n            <a class=\"nav-animate\" href=\"#\" target=\"_blank\" rel=\"noopener\">\n              LinkedIn\n              <span class=\"extIcon\" aria-hidden=\"true\">\n                <svg viewbox=\"0 0 24 24\"><path d=\"M7 17L17 7\"\/><path d=\"M10 7h7v7\"\/><\/svg>\n              <\/span>\n            <\/a>\n\n            <a class=\"nav-animate\" href=\"https:\/\/www.instagram.com\/nordyn.se?igsh=bzVwdHhudTRlOW9s&amp;utm_source=qr\" target=\"_blank\" rel=\"noopener\">\n              Instagram\n              <span class=\"extIcon\" aria-hidden=\"true\">\n                <svg viewbox=\"0 0 24 24\"><path d=\"M7 17L17 7\"\/><path d=\"M10 7h7v7\"\/><\/svg>\n              <\/span>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"menuCTA\">\n          <span class=\"menuCTA-text\">Interested in a partnership<\/span>\n          <br>\n          <a class=\"nav-animate\" href=\"\/en\/kontakt\/\">\n            Get in touch\n            <span class=\"ctaArrow\" aria-hidden=\"true\">\n              <svg viewbox=\"0 0 24 24\"><path d=\"M5 12h12\"\/><path d=\"M13 6l6 6-6 6\"\/><\/svg>\n            <\/span>\n          <\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<!-- =================================================================\n     NEW CAREER PAGE CONTENT\n     ================================================================= -->\n\n<section class=\"page-hero\">\n    <div class=\"page-hero-container\">\n        <h1>Lediga tj\u00e4nster p\u00e5 Nordyn<\/h1>\n        <p>Nordyn \u00e4r en digitalbyr\u00e5 i st\u00e4ndig r\u00f6relse. \u00c4ven om vi trivs med v\u00e5r nuvarande k\u00e4rntrupp, uppst\u00e5r ibland behov av spetskompetens i specifika projekt.<\/p>\n    <\/div>\n<\/section>\n\n<main class=\"career-content\">\n    <div class=\"career-wrapper\">\n\n        <!-- Sektion 1: Status -->\n        <section class=\"career-block active\">\n            <h2>Inga lediga tj\u00e4nster just nu<\/h2>\n            <p>F\u00f6r tillf\u00e4llet har Nordyn inga lediga tj\u00e4nster eller \u00f6ppna rekryteringar. Verksamheten drivs projektbaserat och anpassas efter aktuella behov.<\/p>\n        <\/section>\n\n        <!-- Sektion 2: Spontanans\u00f6kan -->\n        <section class=\"career-block\">\n            <h2>Skicka en spontanans\u00f6kan<\/h2>\n            <p>Vi \u00e4r alltid intresserade av att f\u00e5 kontakt med drivna talanger. Om du delar v\u00e5r vision om modern webbdesign och digital tillv\u00e4xt f\u00e5r du g\u00e4rna h\u00f6ra av dig.<\/p>\n            <p>Skicka ditt CV och en kort presentation till oss. Vi sparar intressanta profiler f\u00f6r framtida behov.<\/p>\n            <a href=\"mailto:info@nordyn.se\" class=\"contact-btn block-btn\">\n                Maila spontanans\u00f6kan <span class=\"arrow\">\u2192<\/span>\n            <\/a>\n        <\/section>\n\n        <!-- Sektion 3: Kompetenser -->\n        <section class=\"career-block\">\n            <h2>Kompetenser vi samarbetar med<\/h2>\n            <p>N\u00e4r vi tar in extra resurser s\u00f6ker vi oftast specialister inom f\u00f6ljande omr\u00e5den:<\/p>\n            <ul class=\"skill-list\">\n                <li class=\"skill-tag\">Webbutveckling<\/li>\n                <li class=\"skill-tag\">UX \/ UI-design<\/li>\n                <li class=\"skill-tag\">SEO & Analys<\/li>\n                <li class=\"skill-tag\">Copywriting<\/li>\n                <li class=\"skill-tag\">Visuell produktion<\/li>\n            <\/ul>\n        <\/section>\n\n        <!-- Sektion 4: Avslut -->\n        <section class=\"career-block\" style=\"border:none;\">\n            <p style=\"font-style: italic; opacity: 0.6; margin-top: 20px;\">\n                Nordyn \u00e4r alltid \u00f6ppen f\u00f6r dialog med r\u00e4tt personer. N\u00e4r nya m\u00f6jligheter uppst\u00e5r och matchningen k\u00e4nns r\u00e4tt, tar vi kontakt direkt.\n            <\/p>\n        <\/section>\n\n    <\/div>\n<\/main>\n\n<footer class=\"footer\">\n<div class=\"footer-container\">\n<div class=\"footer-main\">\n<div class=\"footer-brand\">\n<div class=\"footer-logo\"><svg version=\"1.0\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"600pt\" height=\"167pt\" viewbox=\"0 0 600 167\" preserveaspectratio=\"xMidYMid meet\"><g transform=\"translate(0,167) scale(0.1,-0.1)\" fill=\"currentColor\" stroke=\"none\"><path d=\"M4905 1460 c-59 -24 -91 -101 -69 -165 16 -48 31 -63 79 -79 147 -51 244 154 112 234 -33 21 -87 25 -122 10z\"\/><path d=\"M3335 1261 l-50 -6 -3 -133 -3 -132 -42 7 c-122 22 -219 1 -282 -62 -52 -51 -65 -92 -65 -201 0 -133 34 -210 110 -249 56 -29 169 -40 277 -26 54 8 107 12 118 11 11 -1 34 -3 50 -4 l30 -1 3 403 2 402 -47 -2 c-27 0 -70 -4 -98 -7z m-77 -462 c19 -7 22 -16 22 -63 0 -30 -4 -57 -9 -60 -22 -14 -127 -16 -151 -4 -47 25 -52 119 -7 138 23 10 106 3 145 -11z\"\/><path d=\"M1135 1000 c-85 -14 -154 -39 -165 -61 -6 -11 -9 -107 -8 -246 l3 -228 98 -3 97 -3 0 154 c0 124 3 157 15 167 8 6 43 13 79 13 50 2 68 -2 85 -17 20 -18 21 -29 21 -168 l0 -149 98 3 97 3 -1 180 c0 171 -1 183 -26 236 -41 89 -96 117 -243 124 -49 2 -117 0 -150 -5z\"\/><path d=\"M1825 986 c-212 -98 -212 -412 0 -512 72 -34 208 -34 281 0 205 96 205 416 0 512 -73 34 -209 34 -281 0z m218 -195 c15 -14 22 -34 22 -61 0 -55 -29 -81 -94 -88 -46 -4 -53 -2 -81 26 -21 21 -30 40 -30 62 0 22 9 41 30 62 28 28 35 30 81 26 34 -4 58 -12 72 -27z\"\/><path d=\"M2465 1003 c-27 -2 -60 -6 -72 -8 l-23 -5 0 -266 0 -265 98 3 97 3 -3 125 -4 125 30 28 c32 30 70 37 134 24 l37 -8 15 53 c26 90 38 180 27 191 -5 5 -37 8 -70 5 -45 -3 -72 -12 -111 -36 -28 -18 -54 -32 -56 -32 -3 0 -5 10 -4 23 4 40 0 47 -22 45 -13 -1 -45 -3 -73 -5z\"\/><path d=\"M4485 999 c-84 -12 -153 -37 -165 -60 -6 -11 -9 -107 -8 -246 l3 -228 95 0 95 0 5 160 5 160 50 7 c28 5 64 6 82 3 56 -10 63 -32 63 -193 l0 -143 98 3 97 3 3 130 c5 225 -26 333 -106 374 -74 38 -189 48 -317 30z\"\/><path d=\"M3574 985 c-16 -41 139 -430 193 -487 l26 -27 -37 -88 c-20 -48 -36 -93 -36 -99 0 -6 37 -27 83 -46 61 -27 85 -33 94 -24 6 6 40 83 76 171 86 213 128 315 193 467 30 70 54 132 54 137 0 16 -195 15 -207 -1 -6 -7 -34 -72 -63 -145 -58 -143 -66 -160 -75 -152 -3 3 -19 69 -37 145 -17 76 -35 145 -41 152 -15 19 -216 17 -223 -3z\"\/><\/g><\/svg><\/div>\n<p class=\"footer-tagline\">Nordyn Web Agency Stockholm<\/p>\n<div class=\"footer-contact\"><a href=\"mailto:info@nordyn.se\">info@nordyn.se<\/a><br><a href=\"tel:+46729683400\">+46 72-968 34 00<\/a><br>Stockholm, Sweden<\/div>\n<\/div>\n<div class=\"footer-column\">\n<h4>Services<\/h4>\n<div class=\"footer-links\"><a href=\"\/en\/webbdesign\/\">Web Design<\/a><a href=\"\/en\/E-handel\/\">E-commerce<\/a><a href=\"\/en\/SEO\/\">SEO<\/a><a href=\"\/en\/Branding\/\">Branding<\/a><\/div>\n<\/div>\n<div class=\"footer-column\">\n<h4>Company<\/h4>\n<div class=\"footer-links\"><a href=\"\/en\/om-nordyn\/\">About Nordyn<\/a><a href=\"\/en\/Lediga-tjanster\/\">Open Positions<\/a><a href=\"\/en\/Blogg\/\">Blog<\/a><\/div>\n<\/div>\n<div class=\"footer-column\">\n<h4>Socials<\/h4>\n<div class=\"footer-links\"><a href=\"https:\/\/www.facebook.com\/share\/18A482YcY7\/?mibextid=wwXIfr\" rel=\"nofollow noopener\" target=\"_blank\">Facebook<\/a><a href=\"#\">LinkedIn<\/a><a href=\"https:\/\/www.instagram.com\/nordyn.se?igsh=bzVwdHhudTRlOW9s&amp;utm_source=qr\">Instagram<\/a><\/div>\n<\/div>\n<\/div>\n<div class=\"footer-bottom\">\n<a href=\"\/en\/Integritetspolicy\/\">Privacy Policy<\/a><a href=\"\/en\/cookiepolicy\/\">Cookiepolicy<\/a><a href=\"\/en\/Anvandarvillkor\/\">Terms of Service<\/a><a href=\"\/en\/GDPR\/\">GDPR<\/a>\n<\/div>\n<\/div>\n<\/footer>\n\n<script>\n\/\/ HEADER FADE (Beh\u00e5lls)\ndocument.addEventListener('DOMContentLoaded', (event) => {\n  const headerTagline = document.getElementById('headerTagline');\n  if (headerTagline) {\n    window.addEventListener('scroll', () => {\n      if (window.scrollY > 10) { headerTagline.classList.add('fade-out'); } \n      else { headerTagline.classList.remove('fade-out'); }\n    });\n  }\n});\n\n\/\/ FULLSCREEN MENU LOGIC (Beh\u00e5lls)\nconst menuToggle = document.getElementById(\"menuToggle\");\nconst menuIcon = document.getElementById(\"menuIcon\");\nconst menuOverlay = document.getElementById(\"menuOverlay\");\nconst menuClose = document.getElementById(\"menuClose\");\nconst mainHeader = document.getElementById(\"mainHeader\"); \n\nfunction openMenu(){\n  mainHeader.classList.add('hidden');\n  menuOverlay.classList.remove(\"closing\");\n  menuOverlay.classList.add(\"opening\");\n    \n  menuOverlay.setAttribute(\"aria-hidden\",\"false\");\n  menuToggle.setAttribute(\"aria-expanded\",\"true\");\n  document.body.style.overflow = \"hidden\";\n    \n  setTimeout(() => {\n    menuOverlay.classList.remove(\"opening\");\n    menuOverlay.classList.add(\"open\");\n  }, 400);\n}\n\nfunction closeMenu(){\n  mainHeader.classList.remove('hidden');\n  menuOverlay.classList.remove(\"open\");\n  menuOverlay.classList.add(\"closing\");\n    \n  setTimeout(() => {\n    menuOverlay.classList.remove(\"closing\");\n    menuOverlay.setAttribute(\"aria-hidden\",\"true\");\n    menuToggle.setAttribute(\"aria-expanded\",\"false\");\n    document.body.style.overflow = \"\";\n  }, 400);\n}\n\nif(menuToggle){\n    menuToggle.addEventListener(\"click\", function(e) {\n      if(e) e.preventDefault();\n      this.blur(); \n      \n      if (menuOverlay.classList.contains(\"open\") || menuOverlay.classList.contains(\"opening\")) {\n        closeMenu();\n      } else {\n        openMenu();\n      }\n    });\n}\nif(menuClose) menuClose.addEventListener(\"click\", closeMenu);\n\nwindow.addEventListener(\"keydown\", (e) => {\n  if (e.key === \"Escape\" && menuOverlay.classList.contains(\"open\")) closeMenu();\n});\n\n\/\/ LINK ANIMATION\nfunction isHashLink(href){ return href && href.startsWith(\"#\"); }\nfunction smoothScrollToHash(hash){\n  const el = document.querySelector(hash);\n  if (!el) return;\n  el.scrollIntoView({ behavior:\"smooth\", block:\"start\" });\n}\n\ndocument.querySelectorAll(\".nav-animate\").forEach(a => {\n  a.addEventListener(\"click\", (e) => {\n    const href = a.getAttribute(\"href\");\n    if (!href) return;\n    if (a.target === \"_blank\") return;\n\n    e.preventDefault();\n    a.classList.add(\"arming\");\n\n    if (menuOverlay.classList.contains(\"open\")) setTimeout(closeMenu, 120);\n\n    setTimeout(() => {\n      a.classList.remove(\"arming\");\n      if (isHashLink(href)) {\n        history.pushState(null, \"\", href);\n        smoothScrollToHash(href);\n      } else {\n        window.location.href = href;\n      }\n    }, 220);\n  });\n});\n\n\/\/ FUNKTION F\u00d6R ATT \u00d6PPNA\/ST\u00c4NGA TJ\u00c4NSTER MENYN\nfunction toggleSubmenu(event) {\n    event.preventDefault();\n    event.stopPropagation();\n    if (event.currentTarget) {\n        event.currentTarget.blur();\n    }\n    const menuItem = document.getElementById('servicesMenuItem');\n    menuItem.classList.toggle('has-expanded');\n}\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Lediga tj\u00e4nster \u2014 Nordyn Digitalbyr\u00e5 \/ Webbbyr\u00e5 Stockholm Kontakta oss Meny&nbsp;+ Digitalbyr\u00e5 \/ Webbbyr\u00e5 Stockholm Meny&nbsp;\u00d7 Startsida Case Tj\u00e4nster Webbdesign [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"inline_featured_image":false,"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":"","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-1462","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nordyn.se\/en\/wp-json\/wp\/v2\/pages\/1462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nordyn.se\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nordyn.se\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nordyn.se\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nordyn.se\/en\/wp-json\/wp\/v2\/comments?post=1462"}],"version-history":[{"count":7,"href":"https:\/\/nordyn.se\/en\/wp-json\/wp\/v2\/pages\/1462\/revisions"}],"predecessor-version":[{"id":1738,"href":"https:\/\/nordyn.se\/en\/wp-json\/wp\/v2\/pages\/1462\/revisions\/1738"}],"wp:attachment":[{"href":"https:\/\/nordyn.se\/en\/wp-json\/wp\/v2\/media?parent=1462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}