html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-mediumitalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
  font-family: 'dosis';
  src: url('../fonts/dosis/dosis-regular-webfont.woff2') format('woff2'),
       url('../fonts/dosis/dosis-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dosis';
  src: url('../fonts/dosis/dosis-bold-webfont.woff2') format('woff2'),
       url('../fonts/dosis/dosis-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'dosis';
  src: url('../fonts/dosis/dosis-light-webfont.woff2') format('woff2'),
       url('../fonts/dosis/dosis-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
    font-family: 'dosis';
    src: url('../fonts/dosis/dosis-medium-webfont.woff2') format('woff2'),
         url('../fonts/dosis/dosis-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
  font-family: 'dosis';
  src: url('../fonts/dosis/dosis-semibold-webfont.woff2') format('woff2'),
       url('../fonts/dosis/dosis-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'roboto';
  font-size: 16px;
  line-height: 1.333333;
  color: #231F20;
  background-color: #fff;
}

* {
  font-family: 'roboto';

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  cursor: default;
}

img {
  pointer-events: none;
}

h1, h2, h3, h4, h5 {
  font-family: 'dosis';
}

h1 {
  font-size: 3.375em;
  line-height: 1.259259259;
  font-weight: 300;
  padding: 0.3em 0;
}

.start h2 {
  font-size: 3em;
  line-height: 1.15555556;
  font-weight: 300;
  padding: 0.3em 0;
}

h2 {
  font-size: 1.75em;
  line-height: 1.42857;
  font-weight: bold;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1em;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

p.info {
  display: inline-block;
  padding: 1em 1.6em 1em 3.1em;
  margin: 1.5em 1em;
  border-radius: 3em;
  font-size: 0.875em;
  font-weight: bold;
  background: #F6F8FB url('../images/info-dot.svg') no-repeat;
  background-size: 1.142857142857143em;
  background-position: 1.3em 50%;
  color: #426AA4;
}
p.info.no-bg {
  padding: 1em 0 1em 1.8em;
  margin: 0.7em 0;
  background-color: transparent;
  background-position: 0 50%;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  -webkit-touch-callout: none;
}
a:hover {
  text-decoration: underline;
}
a * {
  pointer-events: none;
}

ol {
  margin-left: 1.5em;
  list-style-position: inside;
}

ol li {
  counter-increment: step-counter;
  font-variant-numeric: tabular-nums;
  margin: 0 0 0.7em;
  padding: 0;
}

ol li::before {
  display: inline-block;
  content: counter(step-counter) ".";
  width: 1.5em;
  margin: 0 0 0 -1.5em;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.none {
  display: none !important;
}

.hide {
  opacity: 0;
}

.content-c {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  transform: translateX(0);
  transition: all 0.8s ease;
  transition-property: opacity, transform;
  overflow-x: hidden;
}
.content.fade-in {
  opacity: 0;
}
.content.instant {
  transition-duration: 0s;
}
.content.start.fade-out,
.content.page.fade-out {
  opacity: 0;
  transform: translateX(-25vw);
}

.content.sub-page {
  z-index: 2;
  transform: translateX(0);
}
.content.sub-page.fade-in {
  transform: translateX(50vw);
}

body {
  --rSize1: 1em;
  --rSize2: 1em;
  --rSize3: 1em;
}

@media (min-width: 1280px) and (max-width: 1519px) and (max-aspect-ratio: 5/2) {
  body {
    font-size: 1.25vw;
  }
}

@media (min-width: 1520px) and (max-aspect-ratio: 10/3) {
  body {
    font-size: 19px;
  }
}

@media (max-width: 1279px) {
  body {
    --rSize1: 0.8em;
    --rSize2: 0.9em;
    --rSize3: 0.95em;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 15px;
    --rSize1: 0.6em;
    --rSize2: 0.8em;
    --rSize3: 0.9em;
  }
}

@media (max-width: 959px) {
  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 2.4em;
  }

  .start h2 {
    font-size: 2.6em;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  .start h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 680px) {
  h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 580px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  .start h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.375em;
  }
}

@media (max-width: 450px) {
  /* h1 {
    font-size: 1.75em;
  } */

  h2 {
    font-size: 1.5em;
  }
}.button-c {
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
}
.button-c.fade {
  opacity: 0;
}

.button-back {
  position: fixed;
  top: 1em;
  left: 1em;
  z-index: 10;
  transition: all 0.8s ease;
  transition-property: transform, opacity;
  transform: translateX(0);
}
.button-back.fade {
  opacity: 0;
  transform: translateX(50vw);
}
.button-back.directly {
  opacity: 1;
  transform: translateX(0);
}

button,
a.button {
  display: block;
  position: relative;
  font-family: 'roboto';
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1;
  border-radius: 2em;
  padding: 0.9em 4.7em 0.9em 1.7em;
  border-style: solid;
  border-width: 0.2666667em;
  cursor: pointer;
  text-decoration: none;
  color: #231F20;
}

button *,
a.button * {
  pointer-events: none;
}

button.wider,
a.button.wider,
button.no-icon.wider,
a.button.no-icon.wider {
  padding-right: 3em;
  padding-left: 3em;
}

button.disabled,
a.button.disabled {
  cursor: default !important;
}

button > span,
a.button div,
a.back div {
  text-align: center;
}
button > span {
  display: block;
}

button .border,
a.button .border,
a.back .border {
  display: block;
  width: 0;
  height: 1px;
  margin: 1px auto 0 auto;
  transition: width 0.3s ease;
}

button svg.arrow,
a.button svg.arrow {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.86666667em;
  height: 1.3333333em;
  transition: fill 0.3s ease-in-out;
}

button:focus,
button:active,
a.button:focus,
a.button:active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
}
button *,
a.button * {
  cursor: pointer;
}

button.primary,
a.button.primary {
  background-color: #231F20;
  border-color: #231F20;
  color: #fff;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, box-shadow, transform, color;
}

button.primary .border,
a.button.primary .border {
  background-color: #231F20;
}

button.primary svg.arrow,
a.button.primary svg.arrow {
  fill: #fff;
}

button.secondary,
a.button.secondary {
  background-color: #fff;
  border-color: #231F20;
  color: #231F20;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, box-shadow, transform, color;
}

button.secondary .border,
a.back .border {
  background-color: #231F20;
}
a.button.secondary .border {
  background-color: #fff;
}

button.secondary svg.arrow,
a.button.secondary svg.arrow {
  fill: #231F20;
}

a.back {
  text-decoration: none;
  cursor: pointer;
}
a.back * {
  cursor: pointer;
}

a.back img {
  float: left;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  vertical-align: middle;
}
a.back:focus img,
a.back:active img {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
}
a.back div {
  display: block;
  margin: 0.3em 0 0 3.3em;
  font-size: 0.9375em;
  padding-top: 0.2em;
  color: #231F20;
  font-weight: bold;
}
a.back .border {
  padding: 0;
  margin: 0 auto;
}

a.button.no-icon,
button.no-icon {
  padding: 1.1em 1.7em 1.1em 1.7em;
}

button.link {
  display: inline-block;
  background: transparent;
  padding: 0.1em 0;
  margin: 0;
  font-size: 1em;
  border-radius: 0.1em;
  border: 0;
  text-decoration: underline;
  transform: scale(1) !important;
}
.inverted button.link {
  color: #fff;
}
button.link:focus,
button.link:active {
  box-shadow: none !important;
  text-decoration: underline;
}
/* button.link:focus {
  color: #426AA4;
} */
button.link > span:last-child {
  width: calc(var(--rSize1) * 1.125);
  height: calc(var(--rSize1) * 1.125);
  margin-left: var(--rSize1);
  background: transparent url('../images/link-arrow.svg') no-repeat;
  background-size: 100%;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  button,
  a.button {
    transform: scale(1);
  }
  button:hover,
  a.button:hover {
    transition: all 0.1s ease-in-out;
    transform: scale(1.05);
  }

  button.primary:hover,
  a.button.primary:hover {
    background-color: #fff;
    color: #231F20;
  }

  button:hover .border,
  a.button:hover .border,
  a.back:hover .border {
    width: 100%;
  }

  button.primary:hover svg.arrow,
  a.button.primary:hover svg.arrow {
    fill: #231F20;
  }

  button.secondary:hover,
  a.button.secondary:hover {
    background-color: #231F20;
    color: #fff;
  }

  button.secondary:hover svg.arrow,
  a.button.secondary:hover svg.arrow {
    fill: #fff;
  }

  button.secondary:hover .border,
  a.button.secondary:hover .border {
    background-color: #fff;
  }

  a.back img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }

  a.back:hover img {
    transform: scale(1.05);
    transition-duration: 0.1s;
  }

  button.link:hover > span:first-child {
    text-decoration: underline;
  }

  button.link:hover > span:last-child {
    transform: translateX(0.6em);
  }
}

button.touched,
a.button.touched {
  transition-duration: 0s;
  transform: scale(1);
}

button.primary.touched,
a.button.primary.touched {
  transition-duration: 0s;
  background-color: #fff;
  color: #231F20;
}

button.touched .border,
a.button.touched .border,
a.back.touched .border {
  transition-duration: 0s;
  width: 100%;
}

button.primary.touched svg.arrow,
a.button.primary.touched svg.arrow {
  transition-duration: 0s;
  fill: #231F20;
}

button.secondary.touched,
a.button.secondary.touched {
  transition-duration: 0s;
  background-color: #231F20;
  color: #fff;
}

button.secondary.touched svg.arrow,
a.button.secondary.touched svg.arrow {
  transition-duration: 0s;
  fill: #fff;
}

button.secondary.touched .border,
a.button.secondary.touched .border {
  transition-duration: 0s;
  background-color: #fff;
}

a.back img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

a.back.touched img {
  transition-duration: 0s;
  transform: scale(1);
  transition-duration: 0.1s;
}

button.link.touched > span:first-child {
  transition-duration: 0s;
  text-decoration: underline;
}

button.link.touched > span:last-child {
  transition-duration: 0s;
  transform: translateX(0.6em);
}




button:focus .border,
a.button:focus .border,
a.back:focus .border {
  width: 100%;
}

button.link:focus > span:first-child {
  text-decoration: underline;
}

button.link:focus > span:last-child {
  transform: translateX(0.6em);
}

button.primary:focus,
a.button.primary:focus {
  background-color: #fff;
  color: #231F20;
}

button.primary:focus svg.arrow,
a.button.primary:focus svg.arrow {
  fill: #231F20;
}

button.primary:focus .border,
a.button.primary:focus .border,
a.back:active .border {
  width: 100%;
}

button.secondary:focus,
a.button.secondary:focus {
  background-color: #231F20;
  color: #fff;
}

button.secondary:focus svg.arrow,
a.button.secondary:focus svg.arrow {
  fill: #fff;
}

button.secondary:focus .border,
a.button.secondary:focus .border {
  background-color: #fff;
}.section {
  position: relative;
  padding: 0 4.375em 0 4.375em;
}

.top-container {
  padding: 0 4.375em 0 4.375em;
}
.top-container.start {
  background: rgb(255,230,181);
  background: linear-gradient(0deg, rgba(255,230,181,1) 0%, rgba(246,194,105,1) 100%);
}

.top-container.start h1 {
  margin-bottom: calc(var(--rSize1) * 0.6);
}

.top-container img.logo {
  width: 10.286875em;
  height: 3em;
  margin: 1.9375em 0 calc(var(--rSize1) * 5.5) 0;
}

.top-container .button-c {
  margin: calc(var(--rSize1) * 1.5) 0 calc(var(--rSize1) * 3) 0;
}

.top {
  background: rgb(251,231,187);
  background: linear-gradient(0deg, rgba(251,231,187,1) 0%, rgba(244,179,67,1) 100%);
  color: #231F20;
}

.top h1 {
  padding: 0.15em 0;
}

.top .inner .icon {
  width: calc(var(--rSize3) * 6.5);
  height: calc(var(--rSize3) * 6.5);
}

.sub .top .inner {
  padding: calc(var(--rSize2) * 9) 0 calc(var(--rSize2) * 6) 0;
}

.sub .top h1 {
  padding: 0.3em 0;
}

.sub .top .inner img.ill {
  opacity: 0.16;
}

.sub .top .sub-part > div {
  position: relative;
}

.sub .inner.intro {
  padding: calc(var(--rSize2) * 5) 0 calc(var(--rSize2) * 5) 0;
}

.sub .inner.parttext {
  padding: calc(var(--rSize1) * 5) 0 calc(var(--rSize1) * 5) 0;
}

.sub .inner.end {
  padding: 2.5em 0 2.5em 0;
}

.sub .inner.intro .text-c {
  font-family: 'dosis';
  width: 29.772727em;
  margin: auto;
  font-size: 1.375em;
  line-height: 1.545455;
}

.sub .inner.parttext .parttext-c {
  width: 59.0625em;
  margin: auto;
}

.sub .inner.parttext .parttext-c .image-c {
  width: 100%;
  text-align: center;
  padding: calc(var(--rSize3) * 3) 0;
}
.sub .inner.parttext .parttext-c .image-c.vuxenvard-langtidsuppfoljning-3 img {
  width: calc(var(--rSize2) * 31.326875);
  height: calc(var(--rSize2) * 19.97875);
}
.sub .inner.parttext .parttext-c .image-c.barnsjukvard-sena-komplikationer-1 img {
  width: calc(var(--rSize2) * 43.03);
  height: calc(var(--rSize2) * 20.234375);
}
.sub .inner.parttext .parttext-c .image-c.skola-och-forskola-sena-komplikationer-2 img {
  width: calc(var(--rSize2) * 35.168125);
  height: calc(var(--rSize2) * 21.573125);
}

.sub .inner.parttext .parttext-c .t-c.two-cols {
  columns: 2;
  column-gap: calc(var(--rSize2) * 1.875);
  vertical-align: top;
}
.sub .inner.parttext .parttext-c .t-c.two-cols.flex {
  columns: auto;
}
.sub .inner.parttext .parttext-c .t-c.two-cols.flex > div:last-child {
  width: 100%;
  padding-top: 2.5em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sub .inner.parttext .parttext-c .t-c.two-cols.flex > div > div {
  width: calc(50% - 1em);
}
.sub .inner.parttext .parttext-c .t-c.two-cols p {
  margin-bottom: 0;
}
.sub .inner.parttext .parttext-c .t-c.two-cols h3 {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 1em;
}

.sub .inner.parttext .h3-c {
  text-align: center;
  margin: 1em 0 2.3em;
}
.sub .inner.parttext .h3-c div {
  display: inline-block;
  width: 3.9em;
  height: 0.125em;
  background-color: #426AA4;
  transform: translateY(-0.3em);
}

img.ill.sub-vuxenvard {
  width: calc(var(--rSize2) * 45.744065);
  height: calc(var(--rSize2) * 31.595);
  right: calc(var(--rSize2) * -20);
  top: 0;
  bottom: 0;
}
img.ill.sub-barnsjukvard {
  width: calc(var(--rSize2) * 39.163125);
  height: calc(var(--rSize2) * 26.3125);
  right: calc(var(--rSize2) * -5);
  bottom: 0;
}
img.ill.sub-fk-och-af {
  width: calc(var(--rSize2) * 51.523125);
  height: calc(var(--rSize2) * 34);
  right: calc(var(--rSize2) * -8);
  bottom: 0;
}
img.ill.sub-skola-och-forskola {
  width: calc(var(--rSize2) * 37.60340916);
  height: calc(var(--rSize2) * 26.3125);
  right: calc(var(--rSize2) * -7);
  bottom: 0;
}

.container {
  padding-top: calc(var(--rSize1) * 5);
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.top-container.start .inner {
  padding-bottom: calc(var(--rSize1) * 5);
}

.top-container.start .button-c {
  padding: calc(var(--rSize1) * 1.5) 0 var(--rSize1) 0;
}

.col-left-50 {
  position: relative;
  width: 40em;
  z-index: 1;
}

.col-left-50 p {
  width: 25em;
}

img.ill {
  position: absolute;
  margin: auto;
}
img.ill.start {
  width: calc(var(--rSize2) * 41.5131);
  height: calc(var(--rSize2) * 36.6959666);
  top: 0;
  right: calc(var(--rSize2) * -6);
  bottom: 0;
}
img.ill.overview-vuxenvard {
  width: calc(var(--rSize2) * 41.625);
  height: calc(var(--rSize2) * 28.75);
  right: calc(var(--rSize2) * -13);
  bottom: 0;
}
img.ill.overview-barnsjukvard {
  width: calc(var(--rSize2) * 41.0196669);
  height: calc(var(--rSize2) * 27.5625);
  right: calc(var(--rSize2) * -3);
  bottom: 0;
}
img.ill.overview-fk-och-af {
  width: calc(var(--rSize2) * 44.929375);
  height: calc(var(--rSize2) * 27.625);
  right: calc(var(--rSize2) * -5.3);
  bottom: 0;
}
img.ill.overview-skola-och-forskola {
  width: calc(var(--rSize2) * 40.5542495);
  height: calc(var(--rSize2) * 28.375);
  right: calc(var(--rSize2) * -3.5);
  bottom: 0;
}

.top-container p {
  font-size: 1.375em;
  line-height: 1.363636;
}

.white {
  color: #fff;
}

.bg-blue {
  background-color: #CDECF3;
}

.bg-beige {
  background-color: #EBDFD7;
}

.bg-yellow {
  background-color: #FFE0A2;
}

.bg-bluegrey {
  background-color: #C4D3D4;
}

.bg-grey {
  background-color: #F4F2F2;
}

.bg-lightgrey {
  background-color: #F9F5F3;
}

.bg-white {
  background-color: #fff;
}

.bg-brown {
  background-color: #694B4B;
}

.bg-violet {
  background-color: #D2D6E9;
}

.bg-brown-gradient {
  background: rgb(145,104,104);
  background: linear-gradient(0deg, rgba(145,104,104,1) 0%, rgba(115,82,82,1) 60%, rgba(105,75,75,1) 100%);
}

.bg-brown-gradient .border-bottom {
  border-bottom: 0.125em solid rgba(255, 224, 162, 0.2);
}

.bg-orange-gradient {
  background: rgb(251,231,187);
  background: linear-gradient(0deg, rgba(251,231,187,1) 0%, rgba(244,179,67,1) 100%);
}

.inverted {
  color: #fff;
}

p.large {
  font-size: 1.125em;
  line-height: 1.363636;
}

.w-50 {
  width: 50%;
  margin: 0 auto;
  padding: 1em 0 calc(var(--rSize1) * 4) 0;
}

.links-c {
  padding: 3em 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  text-align: left;
}

.links-c.padding-bottom {
  padding-bottom: 5em;
}

.links-c .h-c {
  width: 34%;
  padding-right: 3%;
}

.links-c .h-c h3,
.links-c .h-c h5.link-h {
  font-size: 1.375em;
  line-height: 1.272727;
  color: #CCF0FD;
}
.links-c.vuxenvard .h-c h3,
.links-c.vuxenvard .h-c h5.link-h {
  color: #CCF0FD;
}
.links-c.barnsjukvard .h-c h3,
.links-c.barnsjukvard .h-c h5.link-h {
  color: #FADFE6;
}
.links-c.fk-och-af .h-c h3,
.links-c.fk-och-af .h-c h5.link-h {
  color: #D4E5BE;
}
.links-c.skola-och-forskola .h-c h3,
.links-c.skola-och-forskola .h-c h5.link-h {
  color: #FFEFD0;
}

.links-c .l-c {
  width: 66%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.links-c .l-c > div {
  width: 50%;
  padding-right: 2%;
}

.links-c .l-c ul {
  margin-bottom: 1em;
  padding-left: 1.2em;
  list-style-image: url('../images/list-dot-vuxenvard.svg');
}
.links-c.vuxenvard .l-c ul {
  list-style-image: url('../images/list-dot-vuxenvard.svg');
}
.links-c.barnsjukvard .l-c ul {
  list-style-image: url('../images/list-dot-barnsjukvard.svg');
}
.links-c.fk-och-af .l-c ul {
  list-style-image: url('../images/list-dot-fk-och-af.svg');
}
.links-c.skola-och-forskola .l-c ul {
  list-style-image: url('../images/list-dot-skola-och-forskola.svg');
}

.links-c .l-c ul li {
  margin: 0 0 calc(var(--rSize1) * 1.3) 0;
  padding-left: calc(var(--rSize1) * 0.5);
  font-weight: bold;
  white-space: nowrap;
}

.links-c .l-c ul li span {
  display: inline-block;
}

.text-left {
  text-align: left;
}

.scroll-icon {
  position: absolute;
  width: 2.6875em;
  height: 2.6875em;
  border-radius: 50%;
  top: -1.34375em;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url('../images/arrow-down-blue.svg');
  background-repeat: none;
  background-size: 100% 100%;
}

.scroll-text {
  font-size: 0.875em;
  font-weight: bold;
  color: #426AA4;
  padding: 2em 0 2em;
}

.cookie-consent-c {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2.5em;
  padding-right: 2em;
  margin-top: -3em;
  text-align: right;
}

.content-c > .cookie-consent-c {
  display: none;
}

@media (min-width: 1280px) and (max-width: 1519px) and (min-aspect-ratio: 5/2) {
  .inner {
    max-width: 1150px;
  }
}

@media (max-width: 1279px) {
  .col-left-50 {
    width: 50vw;
  }

  .sub .inner.parttext .parttext-c {
    width: 100%;
  }

  .links-c .l-c ul {
    font-size: 0.875em;
  }

  .links-c .h-c {
    width: 28%;
  }

  .links-c .l-c {
    width: 72%;
  }
}

@media (max-width: 1100px) {
  img.ill.start {
    width: calc(var(--rSize1) * 41.5131);
    height: calc(var(--rSize1) * 36.6959666);
    right: calc(var(--rSize1) * -9);
  }
}

@media (max-width: 959px) {
  .section {
    padding-right: 3em;
    padding-left: 3em;
  }

  #start-selecter.section {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .col-left-50 {
    width: 45vw;
  }

  .start .col-left-50 {
    width: 50vw;
  }

  .links-c .h-c {
    width: 40%;
  }

  .links-c .l-c {
    display: block;
    width: 60%;
  }

  .w-50 {
    width: 70%;
  }

  img.ill.start {
    right: calc(var(--rSize2) * -9);
  }
  img.ill.overview-vuxenvard {
    right: calc(var(--rSize2) * -16);
  }
  img.ill.overview-barnsjukvard {
    right: calc(var(--rSize2) * -6);
  }
  img.ill.overview-fk-och-af {
    right: calc(var(--rSize2) * -8.3);
  }
  img.ill.overview-skola-och-forskola {
    right: calc(var(--rSize2) * -6.5);
  }
}

@media (max-width: 880px) {
  .sub .inner.parttext .parttext-c .image-c img {
    width: 60% !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .section {
    padding-right: 2em;
    padding-left: 2em;
  }

  .col-left-50 p {
    width: 50vw;
  }

  .w-50 {
    width: 80%;
  }

  .sub .top .inner {
    padding: 4.8em 0 3.2em 0;
  }

  .top .inner .icon {
    width: 5em;
    height: 5em;
  }

  img.ill.overview-vuxenvard {
    width: 24.975em;
    height: 17.25em;
    right: -9em;
  }
  img.ill.overview-barnsjukvard {
    width: 24.61180014em;
    height: 16.5375em;
    right: -3em;
  }
  img.ill.overview-fk-och-af {
    width: 26.957625em;
    height: 16.575em;
    right: -5em;
  }
  img.ill.overview-skola-och-forskola {
    width: 24.3325497em;
    height: 17.025em;
    right: -3em;
  }

  img.ill.sub-vuxenvard {
    width: 27.446439em;
    height: 18.957em;
    right: -12em;
  }
  img.ill.sub-barnsjukvard {
    width: 23.497875em;
    height: 15.7875em;
    right: -3em;
  }
  img.ill.sub-fk-och-af {
    width: 30.913875em;
    height: 20.4em;
    right: -4.8em;
  }
  img.ill.sub-skola-och-forskola {
    width: 22.562045496em;
    height: 15.7875em;
    right: -4.2em;
  }
}

@media (max-width: 680px) {
  .sub .inner.intro,
  .sub .inner.parttext {
    padding: 2.5em 0;
  }

  .sub .inner.intro .text-c {
    width: 100%;
    font-size: 1.25em;
  }

  .sub .inner.parttext .h3-c {
    margin: 0 0 1em;
  }

  .w-50 {
    width: 100%;
  }

  .links-c {
    padding: 2.5em 0 2em;
    display: block;
  }

  .links-c .h-c {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em;
  }

  .links-c .l-c {
    width: 100%;
  }

  .links-c .l-c ul {
    font-size: 1em;
  }

  .sub .inner.parttext .parttext-c .t-c.two-cols {
    columns: 1;
  }

  .sub .inner.parttext .parttext-c .t-c.two-cols.flex > div:last-child {
    display: block;
  }

  .sub .inner.parttext .parttext-c .t-c.two-cols.flex > div > div {
    width: 100%;
  }

  .sub .inner.parttext .parttext-c .t-c.two-cols.flex > div > div:last-child {
    margin-top: 2.5em;
  }

  .sub .inner.parttext .parttext-c .t-c.two-cols h3 {
    font-size: 1.25em;
  }
}

@media (max-width: 580px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  img.ill.start {
    width: 15em;
    height: 13.259416882863482em;
    top: 1em;
    right: -3em;
    bottom: auto;
  }

  .start .col-left-50 {
    width: 100%;
  }

  .top-container.start h1 {
    margin-top: 2em;
  }

  .col-left-50 p {
    width: 100%;
  }

  .top-container p {
    font-size: 1.0666667em;
  }

  .top-container.start .inner {
    padding-bottom: 1em;
  }

  #start-selecter.section {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .col-left-50 {
    width: 55vw;
  }

  img.ill.overview-vuxenvard {
    width: 17.4825em;
    height: 12.075em;
    right: -7em;
  }
  img.ill.overview-barnsjukvard {
    width: 17.228260098em;
    height: 11.57625em;
    right: -2em;
  }
  img.ill.overview-fk-och-af {
    width: 18.8703375em;
    height: 11.6025em;
    right: -3.5em;
  }
  img.ill.overview-skola-och-forskola {
    width: 17.03278479em;
    height: 11.9175em;
    right: -2em;
  }

  img.ill.sub-vuxenvard {
    width: 19.2125073em;
    height: 13.2699em;
    right: -8.4em;
    top: auto;
  }
  img.ill.sub-barnsjukvard {
    width: 16.4485125em;
    height: 11.05125em;
    right: -2.1em;
    top: auto;
  }
  img.ill.sub-fk-och-af {
    width: 21.6397125em;
    height: 14.28em;
    right: -3.36em;
    top: auto;
  }
  img.ill.sub-skola-och-forskola {
    width: 15.7934318472em;
    height: 11.0509em;
    right: -2.94em;
    top: auto;
  }
}

@media (max-width: 450px) {
  img.ill.overview-vuxenvard {
    width: 52.4475vw;
    height: 36.225vw;
    right: -21vw;
  }
  img.ill.overview-barnsjukvard {
    width: 51.684780294vw;
    height: 34.72875vw;
  }
  img.ill.overview-fk-och-af {
    width: 56.6110125vw;
    height: 34.8075vw;
  }
  img.ill.overview-skola-och-forskola {
    width: 51.09835437vw;
    height: 35.7525vw;
  }

  img.ill.sub-vuxenvard {
    width: 57.6375219vw;
    height: 39.8097vw;
    right: -25.2vw;
  }
  img.ill.sub-barnsjukvard {
    width: 49.3455375vw;
    height: 33.15375vw;
    right: -6.3vw;
  }
  img.ill.sub-fk-och-af {
    width: 64.9191375vw;
    height: 42.84vw;
    right: -10.08vw;
  }
  img.ill.sub-skola-och-forskola {
    width: 47.3802955416vw;
    height: 33.1527vw;
    right: -2.94vw;
  }
}.occupation {
  width: 100%;
  padding: 3em 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.occupation > div {
  width: 25%;
  text-align: center;
}

.occupation button,
.occupation button:focus,
.occupation button:active {
  transform: scale(1) !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
}

.occupation button > span:first-child {
  display: block;
  position: relative;
  width: calc(var(--rSize3) * 12.4);
  height: calc(var(--rSize3) * 12.4);
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
  z-index: 1;
}

.occupation button > span:last-child {
  display: block;
  padding-top: 0.8em;
  font-family: 'dosis';
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.272727;
}

.occupation button img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  width: calc(var(--rSize3) * 12.4);
  height: calc(var(--rSize3) * 12.4);
  border: 0;
}

@media (hover: hover) {
  .occupation button:hover > span:first-child {
    transition-duration: 0.2s;
    box-shadow: inset 0 0 0 calc(var(--rSize2) * 0.375) #231F20;
  }
}

.occupation button.touched > span:first-child {
  transition-duration: 0s;
  box-shadow: inset 0 0 0 calc(var(--rSize2) * 0.375) #231F20;
}

.occupation button:focus > span:first-child {
  transition-duration: 0.2s;
  box-shadow: inset 0 0 0 0.375em #231F20;
}

.occupation button.selected > span:first-child {
  transition-duration: 0.1s;
  box-shadow: 0 0 0 0.5em #CCF0FD;
}
.occupation button.selected > span.t0:first-child {
  box-shadow: 0 0 0 0.5em #CCF0FD;
}
.occupation button.selected > span.t1:first-child {
  box-shadow: 0 0 0 0.5em #FADFE6;
}
.occupation button.selected > span.t2:first-child {
  box-shadow: 0 0 0 0.5em #D4E5BE;
}
.occupation button.selected > span.t3:first-child {
  box-shadow: 0 0 0 0.5em #FFEFD0;
}

.occupation button.selected > span:last-child {
  font-weight: bold;
}

.occupation-type {
  margin-top: calc(var(--rSize1) * 1.5);
  background-color: #CCF0FD;
  text-align: left;
  transition: all 0.3s ease-in-out;
  transition-property: opacity, background-color;
}
.occupation-type.t0 {
  background-color: #CCF0FD;
}
.occupation-type.t1 {
  background-color: #FADFE6;
}
.occupation-type.t2 {
  background-color: #D4E5BE;
}
.occupation-type.t3 {
  background-color: #FFEFD0;
}
.occupation-type.hide {
  opacity: 0;
}
.occupation-type.hide,
.occupation-type.hide * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.occupation-type .arrows-c {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.occupation-type .arrows-c > div {
  width: 2.5em;
  height: 2.5em;
  margin: auto;
  transform: rotate(45deg) translate(-0.6em, -0.6em);
  transition: opacity 0.3s ease-in-out;
}
.occupation-type .arrows-c > div.fade {
  opacity: 0;
}

.occupation-type .arrows-c > div > div {
  width: 100%;
  height: 100%;
  background-color: #CCF0FD;
  transform: skew(8deg, 8deg);
}
.occupation-type .arrows-c > div > div.t0 {
  background-color: #CCF0FD;
}
.occupation-type .arrows-c > div > div.t1 {
  background-color: #FADFE6;
}
.occupation-type .arrows-c > div > div.t2 {
  background-color: #D4E5BE;
}
.occupation-type .arrows-c > div > div.t3 {
  background-color: #FFEFD0;
}

.occupation-type .text {
  width: 45em;
  margin: auto;
  padding: 1em 0 6em 0;
}

.occupation-type .text p {
  float: left;
  width: 63%;
  font-size: 1.125em;
  line-height: 1.363636;
}
.occupation-type .text .button-c2 {
  width: 30%;
  margin-left: 7%;
  float: left;
  text-align: right;
  padding-top: 0.5em;
}

.occ-menu {
  position: fixed;
  z-index: 10;
  top: 0.875em;
  right: 1.5em;
  transition: opacity 0.3s ease-in-out;
}
.occ-menu.fade {
  opacity: 0;
}

.occ-menu button.selecter {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
  color: #231F20;
}

.occ-menu button:focus,
.occ-menu button:active {
  box-shadow: none !important;
}

.occ-menu button .border {
  background-color: #231F20;
}

.occ-menu button.selecter > span {
  float: right;
}

.occ-menu button.selecter > span:first-child {
  width: 2.5625em;
  height: 2.5625em;
  border-radius: 50%;
  margin-left: 1em;
  background-repeat: no-repeat;
  background-size: 2.3125em;
  transition: border 0.3s ease-in-out;
}
.occ-menu.vuxenvard button.selecter > span:first-child {
  border: 0.125em solid #CCF0FD;
  background-image: url('../../images/bu-type-1.svg');
}
.occ-menu.barnsjukvard button.selecter > span:first-child {
  border: 0.125em solid #FADFE6;
  background-image: url('../../images/bu-type-2.svg');
}
.occ-menu.fk-och-af button.selecter > span:first-child {
  border: 0.125em solid #D4E5BE;
  background-image: url('../../images/bu-type-3.svg');
}
.occ-menu.skola-och-forskola button.selecter > span:first-child {
  border: 0.125em solid #FFEFD0;
  background-image: url('../../images/bu-type-4.svg');
}

.occ-menu button.selecter > span:last-child {
  padding-top: 0.9em;
  font-size: 0.875em;
}

@media (hover: hover) {
  .occ-menu button:hover {
    transform: scale(1);
  }

  .occ-menu button.selecter:hover > span:first-child {
    transition-duration: 0.1s;
    border: 0.125em solid #231F20;
  }
}

.occ-menu button.touched {
  transition-duration: 0s;
  transform: scale(1);
}

.occ-menu button.touched > span:first-child {
  transition-duration: 0s;
  border: 0.125em solid #231F20;
}

.occ-menu button:focus {
  transform: scale(1);
}

.occ-menu button:focus > span:first-child {
  transition-duration: 0.1s;
  border: 0.125em solid #231F20;
}
.occ-menu button.primary:focus > span:first-child {
    border: 0;
}

.occ-menu .expanded {
  position: absolute;
  top: 4em;
  right: 0;
  width: 16.6875em;
  background-color: #fff;
  box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  transition-property: opacity, transform;
}
.occ-menu .expanded.fade {
  opacity: 0;
  transform: translateY(-2em);
}

.occ-menu .expanded .arrow {
  position: absolute;
  right: 0.9em;
  width: 1em;
  height: 1em;
  margin: auto;
  transform: rotate(45deg) translate(-0.25em, -0.25em);
}

.occ-menu .expanded .arrow > div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: skew(8deg, 8deg);
}

.occ-menu .expanded .c {
  width: 100%;
  padding: 1.5em 2em;
}

.occ-menu .expanded .c .title-c {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.occ-menu .expanded .c .icon {
  width: 3.875em;
  height: 3.875em;
  background-repeat: no-repeat;
  background-size: 100%;
}

.occ-menu.vuxenvard .expanded .c .icon {
  background-image: url('../../images/bu-type-1.svg');
}
.occ-menu.barnsjukvard .expanded .c .icon {
  background-image: url('../../images/bu-type-2.svg');
}
.occ-menu.fk-och-af .expanded .c .icon {
  background-image: url('../../images/bu-type-3.svg');
}
.occ-menu.skola-och-forskola .expanded .c .icon {
  background-image: url('../../images/bu-type-4.svg');
}



.occ-menu .expanded .c .title {
  width: calc(100% - 3.25em);
  font-family: 'dosis';
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: bold;
}
.occ-menu.fk-och-af .expanded .c .title {
  font-size: 1.1em;
  width: calc(100% - 4.43181818em);
}

.occ-menu .expanded .c .text {
  font-size: 0.875em;
  padding: 1.3em 0 1.4em 0;
  clear: both;
}

@media (max-width: 768px) {
  .occupation {
    flex-wrap: wrap;
    padding: 2em 0;
  }

  .occupation > div {
    width: 50%;
    margin-bottom: 2em;
  }

  .occupation button {
    max-width: 15em;
  }

  .occupation-type .arrows-c > div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .occupation-type .text {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .occupation-type .text > div:first-child {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .occupation-type .text p {
    width: 100%;
    float: none;
  }

  .occupation-type .text .button-c2 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}

@media (max-width: 450px) {
  .occupation {
    font-size: 0.7em;
  }

  .occ-menu button > span:last-child {
    max-width: 70vw;
  }

  .occ-menu button > span:last-child > span:first-child {
    display: block;
    width: 100%;
  }

  .occ-menu button > span:last-child > span:first-child > span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}.introduction {
  display: block;
  position: relative;
}

.introduction .section {
  position: relative;
  z-index: 1;
}

.introduction .top {
  background: rgb(251,231,187);
  background: linear-gradient(0deg, rgba(251,231,187,1) 0%, rgba(244,179,67,1) 100%);
  color: #231F20;
}

.introduction .top h1 {
  padding: 0.15em 0;
}

.introduction .inner.intro {
  padding: calc(var(--rSize2) * 6) 0 calc(var(--rSize2) * 4.6) 0;
}

.introduction .inner.intro-2 {
  padding: calc(var(--rSize2) * 9) 0;
}

.introduction .inner.end {
  padding: calc(var(--rSize2) * 4) 0;
}

.introduction .top .inner img.icon {
  width: calc(var(--rSize3) * 6.3125);
  height: calc(var(--rSize3) * 6.3125);
  margin-bottom: 0.5em;
}

.introduction .header-c {
  float: left;
  width: 22%;
  margin-right: 3%;
}

.introduction .text-c {
  float: left;
  width: 75%;
}

.introduction .text-c p {
  font-size: 1.375em;
  line-height: 1.36363636;
}

.introduction .line-area {
  position: relative;
}
.introduction .line-area.one {
  background: rgb(145,104,104);
  background: linear-gradient(0deg, rgba(145,104,104,1) 0%, rgba(143,102,102,1) 9%, rgba(105,75,75,1) 70%, rgba(105,75,75,1) 100%);
}

.introduction .bg {
  position: relative;
  width: 100vw;
  height: calc(107.80875vw - 2px);
  background-image: url('../images/intro-bg.svg');
  background-repeat: repeat-y;
  background-size: 110vw;
  background-position: 50% 0%;
}

.introduction .line-cropper {
  position: relative;
  width: 100vw;
  height: 0;
  overflow: hidden;
}
.introduction.static .line-cropper {
  height: 100%;
}

.introduction .line {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  width: 37.3275vw;
  height: 107.80875vw;
  margin: auto;

  background-repeat: no-repeat;
  background-size: 37.3275vw 107.80875vw;
  background-position: 50% 0%;
}
.introduction .line.one {
  background-image: url('../images/intro-line-1.svg');
}
.introduction .line.two {
  background-image: url('../images/intro-line-2.svg');
}
.introduction .line.three {
  background-image: url('../images/intro-line-3.svg');
}

.introduction .line-arrow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 3.5546875vw;
  height: 1.96875vw;
  z-index: 1;
}
.introduction .line-arrow svg {
  width: 3.5546875vw;
  height: 1.96875vw;
  fill: #CDECF3;
}

.introduction .splash-c {
  position: absolute;
  z-index: 2;
  width: 14.4375em;
  height: 14.4375em;
  top: 25%;
  right: 0;
  left: 0;
  margin: auto;
}
.introduction .splash-c > div {
  opacity: 0;
  pointer-events: none;
}
.introduction .splash-c > div.pop,
.introduction.static .splash-c > div {
  opacity: 1;
  animation: pop 1.3s ease-in-out 1;
  animation-fill-mode: forwards;
  pointer-events: auto;
}
@keyframes pop {
	0% {
		transform: scale(0.5);
	}

	16% {
		transform: scale(1.32);
	}

	28% {
		transform: scale(0.87);
	}

	44% {
		transform: scale(1.05);
	}

	59% {
		transform: scale(0.98);
	}

	73% {
		transform: scale(1.01);
	}

	88% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

.introduction .splash-c.one {
  top: 25%;
}
.introduction .splash-c.two {
  top: 64%;
  display: flex;
  justify-content: end;
}
.introduction .splash-c.expanded {

}
.introduction button.splash {
  width: 14.4375em;
  height: 14.4375em;
  overflow: hidden;
  padding: 1em 2em;
  border-radius: 7.21875em;
  background-color: #fff;
  border: 0;
  font-family: 'dosis';
  font-size: 1em;
  text-align: left;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  transition-property: transform, box-shadow;
}
.introduction.static button.splash:active,
.introduction.static button.splash:focus {
  box-shadow: none !important;
}
.introduction.static button.splash,
.introduction.static button.splash * {
  cursor: auto;
}
.introduction .splash-c.expand button.splash {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: width, height, border-radius;
}
.introduction .splash-c.expand.expanded button.splash {
  width: 35em;
  overflow: visible;
  border-radius: 0.5em;
}
.introduction button.splash > span {
  text-align: left;
}
.introduction button.splash span.splashbutton-c {
  display: block;
  position: relative;
}
.introduction button.splash span.label-c {
  display: inline-block;
  position: relative;
  text-align: center;
  transition: padding 0.5s ease-in-out 0.25s;
}
.introduction button.splash span.icon {
  display: block;
  width: 100%;
  height: 5.125em;
  background-size: 5.125em 5.125em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 0.8em 0 0.3em 0;
  transition: all 0.5s ease 0.25s;
  transition-property: width, transform, margin;
}
.introduction .splash-c.expanded button.splash span.icon {
  margin: 0 0 0 102%;
  width: 5.125em;
  transform: scale(0.65);
}
.introduction .splash-c.expand.close button.splash span.icon {
  transition-delay: 0s;
}
.introduction button.splash span.icon.i1-1 {
  background-image: url('../images/intro-icon-1-1.svg');
}
.introduction button.splash span.icon.i1-2 {
  background-image: url('../images/intro-icon-1-2.svg');
}
.introduction button.splash span.icon.i2-1 {
  background-image: url('../images/intro-icon-2-1.svg');
}
.introduction button.splash span.icon.i2-2 {
  background-image: url('../images/intro-icon-2-2.svg');
}
.introduction button.splash span.icon.i3-1 {
  background-image: url('../images/intro-icon-3-1.svg');
}
.introduction button.splash span.icon.i3-2 {
  background-image: url('../images/intro-icon-3-2.svg');
}
.introduction button.splash span.label-c2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  transition: all 0s ease-in-out;
  transition-property: width, padding;
}
.introduction .splash-c.expanded button.splash span.label-c2 {
  transition: all 0.5s ease-in-out 0.25s;
  transition-property: width, padding;
  width: 130.9090909%;
}
.introduction .splash-c.expand.close button.splash span.label-c2 {
  transition-delay: 0s;
}
.introduction button.splash span.label {
  display: block;
  font-size: 1.375em;
  line-height: 1.272727;
  font-weight: 600;
  transform: scale(1);
  transition: all 0.5s ease-in-out 0.25s;
  transition-property: width, transform, margin;
}
.introduction .splash-c.expanded button.splash span.label {
  margin: -2.5em 0 0 0;
  transform: scale(1.309090909);
}
.introduction .splash-c.expand.close button.splash span.label {
  transition-delay: 0s;
}
.introduction button.splash span.info {
  display: block;
  font-size: 0.75em;
  font-family: 'roboto';
  font-weight: bold;
  width: 100%;
  margin: 1.4em 0 1em 0;
  text-align: center;
}
.introduction .splash-c.expanded button.splash span.info {
  opacity: 0;
}
.introduction button.splash span.text {
  display: block;
  width: 35em;
  padding: 0 2em;
  font-weight: normal;
  font-family: 'roboto';
  font-size: 1em;
  line-height: 1.35;
  visibility: hidden;
}
.introduction .splash-c .text-c {
  position: absolute;
  top: 0;
  font-size: 1em;
  line-height: 1.35;
  width: 35em;
  padding: 1em 2em;
  margin-top: 4.8em;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.introduction .splash-c .text-c.fade {
  opacity: 0;
}

@media (hover: hover) {
  .introduction button.splash:hover {
    transform: scale(1);
    transition-duration: 0.2s;
    box-shadow: inset 0 0 0 0.375em #231F20;
  }
  .introduction .splash-c.expanded button.splash:hover {
    box-shadow: none;
  }
}

.introduction button.splash.touched {
  transform: scale(1);
  transition-duration: 0s;
  box-shadow: inset 0 0 0 0.375em #231F20;
}
.introduction .splash-c.expanded button.splash.touched {
  box-shadow: none;
}

.introduction button.splash:focus {
  transform: scale(1);
  transition-duration: 0.2s;
  box-shadow: inset 0 0 0 0.375em #231F20;
}
.introduction button.splash:active {
  box-shadow: none;
}

.introduction .inner.end {
  position: relative;
  z-index: 1;
}

@media (min-width: 1520px) {
  .introduction .splash-c.one {
    transform: translateX(calc(-7em - 10vw));
  }
  .introduction .splash-c.two {
    transform: translateX(13em);
  }
}

@media (max-width: 1024px) {
  .introduction .line-area {
    font-size: 0.8em;
  }
}

@media (max-width: 880px) {
  .introduction .inner.intro-2 {
    padding: 4em 0;
  }

  .introduction .header-c {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding-bottom: 1.5em;
  }

  .introduction .text-c {
    float: none;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .introduction .text-c p {
    font-size: 16px;
  }

  .introduction .bg {
    height: calc(160vw - 2px);
  }

  .introduction .line {
    width: 55.398100803506209vw;
    height: 160vw;

    background-size: 55.398100803506209vw 160vw;
  }
}

@media (max-width: 450px) {
  .introduction .text-c p {
    font-size: 15px;
  }

  .introduction .bg {
    height: calc(200vw - 2px);
  }

  .introduction .line {
    width: 69.247626004382761vw;
    height: 200vw;

    background-size: 69.247626004382761vw 200vw;
  }

  .introduction .splash-c.expand.expanded button.splash {
    width: calc(100vw - 2em);
    padding: 1em 1.5em;
  }

  .introduction .splash-c .text-c {
    width: calc(100vw - 2em);
    padding: 1em 1.5em;
  }

  .introduction button.splash span.text {
    width: calc(100vw - 2em);
    padding: 0 1.5em;
  }
}.overview .top {
  background: rgb(214,243,253);
  background: linear-gradient(0deg, rgba(214,243,253,1) 0%, rgba(133,214,214,1) 100%);
}
.overview .top.vuxenvard {
  background: rgb(214,243,253);
  background: linear-gradient(0deg, rgba(214,243,253,1) 0%, rgba(133,214,214,1) 100%);
}
.overview .top.barnsjukvard {
  background: rgb(251,229,235);
  background: linear-gradient(0deg, rgba(251,229,235,1) 0%, rgba(192,165,199,1) 100%);
}
.overview .top.fk-och-af {
  background: rgb(221,234,203);
  background: linear-gradient(0deg, rgba(221,234,203,1) 0%, rgba(108,188,151,1) 100%);
}
.overview .top.skola-och-forskola {
  background: rgb(251,231,187);
  background: linear-gradient(0deg, rgba(251,231,187,1) 0%, rgba(232,146,114,1) 100%);
}

.overview .top .inner {
  padding: 1em 0 0;
  min-height: calc(var(--rSize2) * 32.5);
  display: flex;
  align-items: center;
  justify-content: start;
}

.overview .top h1 {
  padding-bottom: 0.4em;
}

.overview .top p {
  font-size: 1.375em;
  line-height: 1.363636;
}

.overview .progress {
  position: relative;
  padding: 0.5em 0 calc(var(--rSize2) * 8) 0;
  margin: auto;
}

.overview .progress.vuxenvard,
.overview .progress.barnsjukvard {
  width: 100%;
}

.overview .progress.fk-och-af,
.overview .progress.skola-och-forskola {
  width: 50%;
}

.overview .progress > div {
  position: relative;
}

.overview .progress .buttons-c {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.overview .progress > div > div {
  width: 16.66666%;
  text-align: center;
}

.overview .progress > div > div > div {
  position: relative;
}

.overview .progress > div > div .progress-part {
  display: block;
  font-size: 1em;
  width: 8.75em;
  margin: 0 auto;
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
}
.overview .progress > div > div .progress-part:focus,
.overview .progress > div > div .progress-part:active {
  box-shadow: none !important;
}

.overview .progress > div > div .progress-part,
.overview .progress > div > div .progress-part *,
.overview .progress > div > div .progress-part.kursintyg.done,
.overview .progress > div > div .progress-part.kursintyg.done * {
  cursor: pointer;
}
.overview .progress > div > div .progress-part.kursintyg,
.overview .progress > div > div .progress-part.kursintyg * {
  cursor: default;
}

.overview .progress > div > div .progress-part > span:first-child,
.check-done {
  position: relative;
  display: block;
  width: 4.5625em;
  height: 4.5625em;
  border-radius: 50%;
  margin: 0 auto 1em auto;
  background: #F7F2EF;
  background: linear-gradient(0deg, #F7F2EF 0%, #F7F2EF 100%);
  transition: box-shadow 0.3s ease-in-out;
  transition-property: box-shadow, background;
}
.overview .progress > div > div .progress-part.done > span:first-child,
.check-done {
  background: rgb(212,229,190) !important;
  background: linear-gradient(0deg, rgba(212,229,190,1) 0%, rgba(71,171,125,1) 100%) !important;
}
.overview .progress > div > div .progress-part.kursintyg > span:first-child {
  background: #F7F2EF !important;
}
@media (hover: hover) {
  .overview .progress > div > div .progress-part:hover {
    text-decoration: none;
  }

  .overview .progress > div > div > div .progress-part:hover > span:first-child {
    transition-duration: 0.2s;
    box-shadow: inset 0 0 0 0.222222em #231F20;
    background: rgb(250,225,170);
    background: linear-gradient(0deg, rgba(250,225,170,1) 0%, rgba(241,207,126,1) 100%);
  }

  .overview .progress > div > div .progress-part.kursintyg:hover > span:first-child {
    transition: none;
    box-shadow: none;
    background: #694B4B;
    background: linear-gradient(0deg, #916868 0%, #694B4B 100%);
  }

  .overview .progress > div > div > div .progress-part.done:hover > span:first-child {
    transition-duration: 0.2s;
    box-shadow: inset 0 0 0 0.222222em #231F20;
  }
}

.overview .progress > div > div .progress-part.touched {
  transition-duration: 0s;
  text-decoration: none;
}

.overview .progress > div > div > div .progress-part.touched > span:first-child {
  transition-duration: 0s;
  box-shadow: inset 0 0 0 0.222222em #231F20;
  background: rgb(250,225,170);
  background: linear-gradient(0deg, rgba(250,225,170,1) 0%, rgba(241,207,126,1) 100%);
}

.overview .progress > div > div .progress-part.kursintyg.touched > span:first-child {
  transition: none;
  box-shadow: none;
  background: #694B4B;
  background: linear-gradient(0deg, #916868 0%, #694B4B 100%);
}

.overview .progress > div > div > div .progress-part.done.touched > span:first-child {
  transition-duration: 0s;
  box-shadow: inset 0 0 0 0.222222em #231F20;
}

.overview .progress > div > div > div .progress-part:focus > span:first-child {
  transition-duration: 0.2s;
  box-shadow: inset 0 0 0 0.222222em #231F20;
  background: rgb(250,225,170);
  background: linear-gradient(0deg, rgba(250,225,170,1) 0%, rgba(241,207,126,1) 100%);
}

.overview .progress > div > div .progress-part.kursintyg:focus > span:first-child {
  transition: none;
  box-shadow: none;
  background: #694B4B;
  background: linear-gradient(0deg, #916868 0%, #694B4B 100%);
}

.overview .progress > div > div > div .progress-part.done:focus > span:first-child {
  transition-duration: 0.2s;
  box-shadow: inset 0 0 0 0.222222em #231F20;
}

.overview .progress > div > div .progress-part > span:first-child > span,
.check-done > span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.overview .progress > div > div .progress-part.animate > span:first-child {
  animation: pop2 1.2s ease-in-out 1s 1;
  animation-fill-mode: forwards;
  transform: scale(0.9);
}
.check-done.animate {
  animation: pop2 1.2s ease-in-out 0.5s 1;
  animation-fill-mode: forwards;
  transform: scale(1);
}
.overview .progress > div > div .progress-part.kursintyg.animate > span:first-child {
  animation: none;
  transform: scale(1);
}
.overview .progress > div > div .progress-part.kursintyg.animate > span:first-child {
  transition-duration: 0.2s;
  box-shadow: inset 0 0 0 0.222222em #47AB7D;
}
.overview .progress > div > div .progress-part.kursintyg.green-border > span:first-child {
  transition-duration: 0.5s;
  box-shadow: inset 0 0 0 0.222222em #47AB7D;
}
@keyframes pop2 {
	0% {
    transform: scale(0.9);
	}

	16% {
    transform: scale(1.16);
	}

	28% {
    transform: scale(0.925);
	}

	44% {
    transform: scale(1.025);
	}

	59% {
		transform: scale(0.99);
	}

	73% {
		transform: scale(1.005);
	}

	88% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}
.overview .progress > div > div .progress-part.done > span:first-child > span,
.check-done > span {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  background-image: none !important;
}
.overview .progress > div > div .progress-part.kursintyg > span:first-child > span {
  transform: none !important;
}
.overview .progress > div > div .progress-part.done > span:first-child > span > span:first-child,
.check-done > span > span:first-child {
  position: absolute;
  display: block;
  top: 2.85em;
  left: 1.55em;
  width: 1em;
  height: 0.25em;
  background-color: #231F20;
}
.overview .progress > div > div .progress-part.animate > span:first-child > span > span:first-child,
.check-done.animate > span > span:first-child {
  animation: progressline1 1.5s ease-in-out 0.7s 1;
  animation-fill-mode: forwards;
  width: 0;
}
.overview .progress > div > div .progress-part.done > span:first-child > span > span:last-child,
.check-done > span > span:last-child {
  position: absolute;
  display: block;
  bottom: 1.5em;
  left: 2.3em;
  width: 0.25em;
  height: 2em;
  background-color: #231F20;
}
.overview .progress > div > div .progress-part.animate > span:first-child > span > span:last-child,
.check-done.animate > span > span:last-child {
  animation: progressline2 1.5s ease-in-out 0.7s 1;
  animation-fill-mode: forwards;
  height: 0;
}

@keyframes progressline1 {
	0% {
		width: 0;
	}

  50% {
		width: 0;
	}

	75% {
		width: 1em;
	}

	100% {
		width: 1em;
	}
}
@keyframes progressline2 {
	0% {
		height: 0;
	}

	68% {
		height: 0;
	}

	100% {
		height: 2em;
	}
}
.overview .progress > div > div .progress-part.introduktion > span:first-child > span {
  background-image: url('../images/progress/introduktion.svg');
}
.overview .progress > div > div .progress-part.sena-komplikationer > span:first-child > span {
  background-image: url('../images/progress/sena-komplikationer.svg');
}
.overview .progress > div > div .progress-part.langtidsuppfoljning > span:first-child > span {
  background-image: url('../images/progress/langtidsuppfoljning.svg');
}
.overview .progress > div > div .progress-part.patientfall > span:first-child > span {
  background-image: url('../images/progress/patientfall.svg');
}
.overview .progress > div > div .progress-part.case > span:first-child > span {
  background-image: url('../images/progress/patientfall.svg');
}
.overview .progress > div > div .progress-part.nasta-steg > span:first-child > span {
  background-image: url('../images/progress/nasta-steg.svg');
}
.overview .progress > div > div .progress-part.kursintyg > span:first-child > span {
  background-image: none;
}
.overview .progress > div > div .progress-part.kursintyg > span:first-child > span {
  background-image: none;
}
.overview .progress > div > div .progress-part.kursintyg > span:first-child > span > span:first-child {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  background-image: url('../images/progress/kursintyg.svg') !important;
  transform: none !important;
  transition: transform 0.4s ease-in-out;
  animation: none !important;
}

.overview .progress > div > div .progress-part.kursintyg.done > span:first-child > span > span:first-child {
  background-image: url('../images/progress/kursintyg-done.svg') !important;
  transform: scale(1.1) !important;
}

/* .overview .progress > div > div .progress-part.kursintyg > span:first-child > span > span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */

.overview .progress > div > div .progress-part.kursintyg > span:first-child > span > span:last-child,
.overview .progress > div > div .progress-part.kursintyg.animate > span:first-child > span > span:last-child,
.overview .progress > div > div .progress-part.kursintyg.done > span:first-child > span > span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  transition: opacity 0.3s ease-in-out;
  animation: none;
  height: auto;
  background-color: transparent;
}
.overview .progress > div > div .progress-part.kursintyg.padlock-hide > span:first-child > span > span:last-child {
  opacity: 0;
}
.overview .progress > div > div .progress-part.kursintyg > span:first-child > span > span:last-child > span,
.overview .progress > div > div .progress-part.kursintyg.animate > span:first-child > span > span:last-child > span,
.overview .progress > div > div .progress-part.kursintyg.done > span:first-child > span > span:last-child > span {
  position: absolute;
  background-size: 100%;
  animation: none;
}
.overview .progress > div > div .progress-part.kursintyg > span:first-child > span > span:last-child > span:first-child,
.overview .progress > div > div .progress-part.kursintyg.animate > span:first-child > span > span:last-child > span:first-child,
.overview .progress > div > div .progress-part.kursintyg.done > span:first-child > span > span:last-child > span:first-child {
  top: -0.4em;
  right: -0.2125em;
  width: 0.9375em;
  height: 0.75em;
  background: transparent url('../images/progress/padlock-1.svg') no-repeat;
  transition: transform 0.5s ease-in-out;
  transform-origin: 0.08125em 0.6875em;
}
.overview .progress > div > div .progress-part.kursintyg.padlock-unlock > span:first-child > span > span:last-child > span:first-child,
.overview .progress > div > div .progress-part.kursintyg.animate.padlock-unlock > span:first-child > span > span:last-child > span:first-child,
.overview .progress > div > div .progress-part.kursintyg.done.padlock-unlock > span:first-child > span > span:last-child > span:first-child {
  transform: rotate(-45deg) !important;
}
.overview .progress > div > div .progress-part.kursintyg > span:first-child > span > span:last-child > span:last-child,
.overview .progress > div > div .progress-part.kursintyg.animate > span:first-child > span > span:last-child > span:last-child,
.overview .progress > div > div .progress-part.kursintyg.done > span:first-child > span > span:last-child > span:last-child {
  top: 0.1em;
  right: -0.4em;
  width: 1.3125em;
  height: 1.125em;
  background: transparent url('../images/progress/padlock-2.svg') no-repeat;
  transition: transform 0.5s ease-in-out;
  transform-origin: 0.175em 0.08125em;
}
.overview .progress > div > div .progress-part.kursintyg.padlock-unlock > span:first-child > span > span:last-child > span:last-child,
.overview .progress > div > div .progress-part.kursintyg.animate.padlock-unlock > span:first-child > span > span:last-child > span:last-child,
.overview .progress > div > div .progress-part.kursintyg.done.padlock-unlock > span:first-child > span > span:last-child > span:last-child {
  transform: rotate(4deg);
}
.overview .progress > div > div .progress-part.kursintyg.done > span:first-child > span > span:last-child {
  display: none;
}
.overview .progress > div > div .progress-part.kursintyg.done.animate > span:first-child > span > span:last-child {
  display: block;
}

.overview .progress > div > div .progress-part > span:last-child {
  display: block;
  font-family: 'dosis';
  font-size: 1.125em;
  line-height: 1.11111;
  font-weight: 600;
  height: 1.15em;
  color: #231F20 !important;
}

.overview .progress > div > div > div:nth-child(1) .progress-part {
  transform: translateY(0.7em);
}
.overview .progress > div > div > div:nth-child(2) .progress-part {
  transform: translateY(0.4em);
}
.overview .progress.fk-och-af > div > div > div:nth-child(2) .progress-part,
.overview .progress.skola-och-forskola > div > div > div:nth-child(2) .progress-part {
  transform: translateY(-1em);
}
.overview .progress > div > div > div:nth-child(3) .progress-part {
  transform: translateY(-1em);
}
.overview .progress.fk-och-af > div > div > div:nth-child(3) .progress-part,
.overview .progress.skola-och-forskola > div > div > div:nth-child(3) .progress-part {
  transform: translateY(0.5em);
}
.overview .progress > div > div > div:nth-child(4) .progress-part {
  transform: translateY(1em);
}
.overview .progress > div > div > div:nth-child(5) .progress-part {
  transform: translateY(1.7em);
}
.overview .progress > div > div > div:nth-child(6) .progress-part {
  transform: translateY(1.2em);
}

.overview .progress > div > div > div .confetti {
  position: absolute;
  top: -55%;
  right: -55%;
  bottom: -10%;
  left: -55%;
  margin: auto;
  pointer-events: none;
}

.overview .progress .bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 5em;
  background: transparent url('../images/progress/bar1-bg-0.svg') no-repeat;
  background-size: 100% 5em;
}
.overview .progress.fk-och-af .bar,
.overview .progress.skola-och-forskola .bar {
  background-image: url('../images/progress/bar2-bg-0.svg');
}

.overview .progress .cropper {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 5em;
  overflow: hidden;
}
.overview .progress.animate .cropper {
  transition: width 1s ease 1s;
}
.overview .progress.bar-0 .cropper {
  width: 0;
}
.overview .progress.bar-1 .cropper {
  width: 16.66667%;
}
.overview .progress.fk-och-af.bar-1 .cropper,
.overview .progress.skola-och-forskola.bar-1 .cropper {
  width: 33.33333%;
}
.overview .progress.bar-2 .cropper {
  width: 33.33333%;
}
.overview .progress.fk-och-af.bar-2 .cropper,
.overview .progress.skola-och-forskola.bar-2 .cropper {
  width: 66.66667%;
}
.overview .progress.bar-3 .cropper {
  width: 50%;
}
.overview .progress.fk-och-af.bar-3 .cropper,
.overview .progress.skola-och-forskola.bar-3 .cropper {
  width: 100%;
}
.overview .progress.bar-4 .cropper {
  width: 66.66667%;
}
.overview .progress.bar-5 .cropper {
  width: 100%;
}
.overview .progress.bar-6 .cropper {
  width: 100%;
}
.overview .progress.bar-4.bar-continue {
  transition-delay: 0s;
}

.overview .progress .cropper .bg {
  height: 5em;
  background: transparent url('../images/progress/bar1-bg-1.svg') no-repeat;
  background-size: 100% 5em;
}
.overview .progress.fk-och-af .cropper .bg,
.overview .progress.skola-och-forskola .cropper .bg {
  background-image: url('../images/progress/bar2-bg-1.svg');
}

@media (max-width: 880px) {
  .overview .progress {
    font-size: 0.8em;
  }
}

@media (max-width: 768px) {
  .overview .top .inner {
    min-height: 22em;
  }
}

@media (max-width: 680px) {
  .overview .progress {
    font-size: 1em;
  }

  .overview .progress.fk-och-af, .overview .progress.skola-och-forskola {
    width: 100%;
  }

  .overview .progress > div {
    width: 15em;
    margin: auto;
  }

  .overview .progress .buttons-c {
    flex-direction: column;
  }

  .overview .progress > div > div .progress-part {
    transform: translateY(0) !important;
    width: 15em;
    height: 4em;
    margin-bottom: 1.5em;
  }

  .overview .progress > div > div .progress-part > span:first-child {
    font-size: 0.8em;
    margin-left: 0;
  }

  .overview .progress > div > div .progress-part > span:last-child {
    transform: translate(5em, -2.9em);
    text-align: left;
  }

  .overview .progress .bar {
    top: 1.825em;
    left: 1.7em;
    width: 4px;
    height: calc(100% - 5.475em);
    background: #F4F2F2;
  }
  .overview .progress .cropper {
    width: 4px !important;
    height: auto;
  }

  .overview .progress.animate .cropper {
    transition: height 1s ease 1s;
  }

  .overview .progress.bar-0 .cropper {
    height: 0;
  }
  .overview .progress.bar-1 .cropper {
    height: 10%;
  }
  .overview .progress.fk-och-af.bar-1 .cropper,
  .overview .progress.skola-och-forskola.bar-1 .cropper {
    height: 25%;
  }
  .overview .progress.bar-2 .cropper {
    height: 30%;
  }
  .overview .progress.fk-och-af.bar-2 .cropper,
  .overview .progress.skola-och-forskola.bar-2 .cropper {
    height: 75%;
  }
  .overview .progress.bar-3 .cropper {
    height: 50%;
  }
  .overview .progress.fk-och-af.bar-3 .cropper,
  .overview .progress.skola-och-forskola.bar-3 .cropper {
    height: 100%;
  }
  .overview .progress.bar-4 .cropper {
    height: 70%;
  }
  .overview .progress.bar-5 .cropper {
    height: 100%;
  }
  .overview .progress.bar-6 .cropper {
    height: 100%;
  }
  .overview .progress.bar-4.bar-continue {
    transition-delay: 0s;
  }

  .overview .progress .cropper .bg {
    width: 4px;
    background: #47AB7D !important;
  }

  .overview .progress > div > div > div .confetti {
    left: -5em;
    margin: 0;
    width: 15em;
  }
}

@media (max-width: 580px) {
  .overview .top .inner {
    min-height: 17em;
  }
}.modal {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  overflow-y: auto;
  display: block;
}
.modal.none {
  display: none !important;
}
.modal.show {
  display: block !important;
}

.modal .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.modal.show .backdrop {
  opacity: 1;
}

.modal > div:last-child {
  width: 80.0625em;
  margin: 1.375em auto;
  padding: 0 2.375em;
}

.modal.small > div:last-child {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.modal.scroll > div:last-child {
  width: auto;
  display: block;
}

.modal .container {
  padding-top: 0;
  transition: all 0.5s ease-in-out;
  transition-property: transform, opacity;
  transform: translateY(2vh) scale(0.8);
  opacity: 0;
  text-align: left;
}

.modal.small .container {
  width: 54.0625em;
  margin: auto;
  padding: 1.5em 0;
}

.modal.show .container {
  transition: all 0.3s ease-in-out;
  transition-property: transform, opacity;
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal .modal-content {
  display: block;
  padding: 0;
}

.modal .modal-close {
  position: sticky;
  float: right;
  z-index: 1;
  margin: 0.5em 0.5em 0 0;
  border-radius: 0.3em;
  padding-left: 1em;
  top: 1em;
  right: 1.7em;
  text-align: right;
}

.modal .modal-close button {
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 1em;
  border-radius: 0;
  background-color: transparent;
  margin: 0.5em 0.5em 0.5em 0.5em;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none !important;
}
.modal .modal-close button * {
  cursor: pointer;
}

.modal .modal-close button img {
  float: right;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  vertical-align: middle;
}
.modal .modal-close button:focus img,
.modal .modal-close button:active img {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
}
.modal .modal-close button > span {
  display: block;
  margin: 0.4em 3.3em 0 0;
  font-size: 0.9375em;
  padding-top: 0.2em;
  color: #231F20;
  font-weight: bold;
}
.modal .modal-close button .border {
  padding: 0;
  margin: 2px auto 0;
  background-color: #231F20;
}

@media (hover: hover) {
  .modal .modal-close button:hover {
    transform: scale(1);
  }

  .modal .modal-close button img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }

  .modal .modal-close button:hover img {
    transform: scale(1.05);
    transition-duration: 0.1s;
  }

  .modal .modal-close button:hover .border {
    width: 100%;
  }
}

.modal .modal-close button.touched {
  transition-duration: 0s;
  transform: scale(1);
}

.modal .modal-close button img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.modal .modal-close button.touched img {
  transform: scale(1);
  transition-duration: 0s;
}

.modal .modal-close button.touched .border {
  transition-duration: 0s;
  width: 100%;
}

.modal button.link:focus {
  color: #426AA4;
}

.modal .container h4,
.modal .container h5 {
  font-size: 1.266667em;
  margin: 0 0 0.5em 0;
}

.modal.wider .container h5 {
  margin-top: 2em;
}
.modal.wider .container h5:first-child {
  margin-top: 1em;
}

.modal .header {
  width: 100%;
  border-radius: 0.9375em 0.9375em 0 0;
  padding: 1.4em 0 1.5em 4em;
  background: #fff url('../images/modal-icon.svg') no-repeat;
  background-size: 2.25em 2.25em;
  background-position: 1em 50%;
}
.modal.small .header {
  border-radius: 0.3125em 0.3125em 0 0;
}
.modal .header.nasta-steg,
.modal .header.kursintyg {
  background-size: 2.7em 2.7em;
  padding: 1em 0 1.2em 4.5em;
  background-position: 1em 50%;
}
.modal .header.nasta-steg {
  background-image: url('../images/modal-icon-nasta-steg.svg');
}
.modal .header.kursintyg {
  background-image: url('../images/modal-icon-kursintyg.svg');
}
.modal .header.patientfall {
  background-image: url('../images/modal-icon-patientfall.svg');
}

.modal .header > div {
  padding-left: 7em;
}

.modal .header h4 {
  font-size: 0.875em;
  font-family: 'roboto';
  font-weight: bold;
}
.modal.small .header h3 {
  font-family: 'dosis';
  font-weight: bold;
  font-size: 1.75em;
}

.modal .inner {
  max-width: none;
}

.modal .inner .icon {
  width: 6.5em;
  height: 6.5em;
  margin: auto;
}

.modal .section {
  width: 100%;
  padding: 0;
}

.modal .section .inner {
  padding: calc(var(--rSize2) * 6) calc(var(--rSize2) * 8);
}

.modal .section .inner.smaller-padding {
  padding-top: 4em;
  padding-bottom: 3em;
}

.modal .section .inner.smaller-width {
  padding-right: 12em;
  padding-left: 12em;
}

.modal .section .inner .text {
  margin-bottom: 5em;
}
.modal .section .inner .text:last-child {
  margin-bottom: 0;
}

.modal .section .buttons-c {
  padding: 3em 0 1em 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 0.9375em 0.9375em;
}

.modal .section .button-c.padding {
  padding: 1.5em 0;
}

.modal.small .section .small-content {
  padding: calc(var(--rSize2) * 3) calc(var(--rSize2) * 2) calc(var(--rSize2) * 2);
  text-align: center;
  background-color: #F9F5F3;
  border-radius: 0 0 0.3125em 0.3125em;
  text-align: center;
}

.modal.small .section .small-content h4 {
  font-size: 1.375em;
}

.modal.small .section .small-content .buttons {
  width: 80%;
  padding: 1em 0;
  margin: auto;
}

.modal.small .section .small-content .button-c {
  margin: 0.4em;
}
.modal.small .section .small-content .button-c button {
  padding-right: 4em;
  padding-left: 4em;
}

.modal.small .section .small-content .feedback {
  width: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.modal.small .section .small-content .feedback.fade {
  opacity: 0;
}

.modal.small .section .small-content p {
  text-align: left;
  padding: 0 0 3em;
}
.modal.small .section .small-content .feedback p {
  padding-top: 1.5em;
}

.modal.small .section .small-content p.info {
  padding: 1em 0 1em 1.8em;
  margin: 0;
}

.modal.small .section .small-content .feedback .button-c {
  margin: 0;
}

.modal .end {
  height: 2.5em;
}

.modal .section h4,
.modal .section h5 {
  font-size: 1.75em;
  line-height: 1.428571;
  font-family: 'dosis';
  font-weight: bold;
  text-align: center;
}
.modal .section .h-border {
  display: block;
  width: 3.875em;
  height: 0.125em;
  background-color: #426AA4;
  margin: 0 auto 3em;
}
.modal .section .columns-2 {
  columns: 2;
  column-gap: 2em;
  margin-bottom: 4em;
}

.modal .section .columns-2 p {
  margin: 1em 0;
}
.modal .section .columns-2 p:first-child {
  margin-top: 0;
}

.modal .section .columns-2.disable-break p {
  break-inside: avoid;
  break-after: column;
}
.modal .section .columns-2.disable-break p:first-child {
  margin-top: 1em;
}

.modal .links-c {
  padding: 0;
}

.modal .links-c .h-c h5.link-h {
  color: #231F20;
  text-align: left;
}

.modal .links-c .l-c > div {
  columns: 2;
  column-gap: 2em;
  width: 100%;
}

.modal .links-c .l-c ul {
  font-size: 1em;
  list-style-image: url('../images/list-dot-3.svg');
  margin-bottom: 0;
}

.modal .links-c .l-c ul li {
  font-weight: normal;
  padding-left: 0.6em;
  white-space: normal;
  break-inside: avoid;
}

.modal .links-c .l-c ul > li > ul {
  font-size: 1em;
  list-style-image: url('../images/list-dot-4.svg');
  margin-bottom: 0;
}

.modal .links-c .l-c ul > li > ul > li {
  padding-left: 0.3em;
  margin: 0.5em 0;
}

.modal .section .inner .large-text {
  font-family: 'dosis';
  font-weight: 300;
  font-size: 2.8125em;
  line-height: 1.1555556;
}

@media (max-width: 1280px) {
  .modal > div:last-child {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .modal .section .inner.smaller-width {
    padding-right: 6em;
    padding-left: 6em;
  }

  .modal .section .inner.smaller-padding {
    padding: 3em 4em 2em;
  }

  .modal .links-c .h-c {
    width: 32%;
  }

  .modal .links-c .l-c {
    width: 68%;
  }
}

@media (max-width: 1100px) {
  .modal .section .inner.smaller-padding {
    padding: 3em 3em 2em;
  }
}

@media (max-width: 960px) {
  .modal .links-c .h-c {
    width: 47%;
  }

  .modal .links-c .l-c {
    width: 50%;
  }

  .modal .links-c .l-c > div {
    columns: 1;
  }
}

@media (max-width: 880px) {
  .modal > div:last-child {
    padding: 0 1.5em;
  }

  .modal.small .container {
    width: 100%;
  }

  .modal .section .inner {
    padding: 3em 0;
  }

  .modal .inner .icon {
    width: 5em;
    height: 5em;
    margin: auto;
  }

  .modal .section .h-border {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 768px) {
  .modal .section .inner.smaller-width {
    padding-right: 2em;
    padding-left: 2em;
  }

  .modal .section .inner.smaller-padding {
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media (max-width: 680px) {
  .modal > div:last-child {
    padding: 0 10px;
    margin: 10px auto;
  }

  .modal.small .container {
    padding: 10px 0;
  }

  .modal .header {
    border-radius: 0.3125em 0.3125em 0 0;
  }

  .modal .section .buttons-c {
    border-radius: 0 0 0.3125em 0.3125em;
  }

  .modal .modal-close {
    margin: 0.5em 0 0 0;
    right: 1em;
  }

  .modal .modal-close button > span {
    margin-right: 2.8em;
  }

  .modal .section .inner.smaller-padding {
    padding-top: 2em;
  }

  .modal .links-c .h-c {
    width: 100%;
  }

  .modal .links-c .l-c {
    width: 100%;
  }

  .modal.small .section .small-content .buttons {
    width: 100%;
  }
}.patient {
  padding: 0;
}

.patient .grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding-bottom: 0.5em;
}

.patient .grid > div {
  position: relative;
  width: 33.333333%;
  height: calc(var(--rSize2) * 31.5);
  background-color: #F2EAE5;
  border-radius: calc(var(--rSize2) * 1.875);
  padding: calc(var(--rSize1) * 2.25) calc(var(--rSize1) * 3) calc(var(--rSize1) * 3);
  margin: 0 calc(var(--rSize2) * 0.25);
  background-repeat: no-repeat;
  background-size: calc(var(--rSize2) * 21.875) calc(var(--rSize2) * 28.4375);
  background-position: 100% 100%;
}
.patient.vuxenvard .grid > div:nth-child(1) {
  background-image: url('../images/patient-vuxenvard-1.svg');
}
.patient.vuxenvard .grid > div:nth-child(2) {
  background-image: url('../images/patient-vuxenvard-2.svg');
}
.patient.vuxenvard .grid > div:nth-child(3) {
  background-image: url('../images/patient-vuxenvard-3.svg');
}
.patient.barnsjukvard .grid > div:nth-child(1) {
  background-image: url('../images/patient-barnsjukvard-1.svg');
}
.patient.barnsjukvard .grid > div:nth-child(2) {
  background-image: url('../images/patient-barnsjukvard-2.svg');
  background-size: calc(var(--rSize2) * 28.4375) calc(var(--rSize2) * 28.4375);
}
.patient.barnsjukvard .grid > div:nth-child(3) {
  background-image: url('../images/patient-barnsjukvard-3.svg');
}
.patient.fk-och-af .grid > div:nth-child(1) {
  background-image: url('../images/patient-fk-och-af-1.svg');
}
.patient.fk-och-af .grid > div:nth-child(2) {
  background-image: url('../images/patient-fk-och-af-2.svg');
}
.patient.fk-och-af .grid > div:nth-child(3) {
  background-image: url('../images/patient-fk-och-af-3.svg');
}
.patient.skola-och-forskola .grid > div:nth-child(1) {
  background-image: url('../images/patient-skola-och-forskola-1.svg');
  background-size: calc(var(--rSize2) * 28.4375) calc(var(--rSize2) * 28.4375);
}
.patient.skola-och-forskola .grid > div:nth-child(2) {
  background-image: url('../images/patient-skola-och-forskola-2.svg');
}
.patient.skola-och-forskola .grid > div:nth-child(3) {
  background-image: url('../images/patient-skola-och-forskola-3.svg');
  background-size: calc(var(--rSize2) * 28.4375) calc(var(--rSize2) * 28.4375);
}

.patient .grid .c {
  position: relative;
  width: 100%;
  height: 100%;
}

.patient .grid .check-c {
  width: 4.5625em;
  height: 4.5625em;
}

.patient .grid .text-c {
  position: absolute;
  bottom: 0;
}

.patient .grid figure {
  padding-bottom: calc(var(--rSize2) * 2);
}

.patient .grid figcaption {
  font-size: 0.75em;
  font-weight: 500;
  padding-bottom: 1em;
}

.patient .grid blockquote {
  font-family: 'dosis';
  font-size: 1.375em;
  line-height: 1.272727;
  font-weight: bold;
}

.modal .patient .quote-c {
  position: relative;
  text-align: center;
  padding: calc(var(--rSize2) * 8) 0;
}

.modal .patient blockquote {
  font-family: 'dosis';
  font-size: 1.75em;
  line-height: 1.428571;
  font-weight: bold;
  width: 19.928571em;
  padding-top: 2.5em;
  margin: auto;
  background: transparent url('../images/quote.svg') no-repeat;
  background-size: 1.678571428571429em 1.276785714285714em;
  background-position: 50% 0;
}

.modal .patient .last-visible {
  border-radius: 0 0 0.9375em 0.9375em;
}

.modal .patient .inner {
  position: relative;
  width: 100%;
  padding: calc(var(--rSize2) * 5) calc(var(--rSize1) * 8);
}

.modal .patient .intro img {
  position: absolute;
  right: calc(var(--rSize1) * 9);
  bottom: 0;
  width: calc(var(--rSize2) * 19.60625);
  height: calc(var(--rSize2) * 24.065625);
}
.modal .patient .intro img.img-2 {
  width: calc(var(--rSize2) * 26.665175);
  right: calc(var(--rSize1) * 6);
}
.modal .patient .intro img.img-3 {
  width: calc(var(--rSize2) * 22.4912383);
  right: calc(var(--rSize1) * 6);
}

.modal .patient .intro .text-c {
  position: relative;
  width: 34.875em;
  z-index: 1;
}

.modal .patient .intro .text-c p {
  font-family: 'dosis';
  font-size: 1.375em;
  line-height: 1.5454545;
}

.modal .patient .inner.question-c {
  padding-top: 0;
  text-align: center;
}

.modal .patient .question-c.many {
  padding-bottom: calc(var(--rSize1) * 8);
}

.modal .patient .question-c .num {
  width: 2.75em;
  margin: auto;
}
.modal .patient .question-c .num > div:first-child {
  width: 0.125em;
  height: calc(var(--rSize2) * 5);
  background-color: #426AA4;
  margin: auto;
}
.modal .patient .question-c .num > div:last-child {
  width: 2.75em;
  height: 2.75em;
  border-radius: 50%;
  background-color: #426AA4;
  color: #fff;
}
.modal .patient .question-c .num span {
  font-family: 'dosis';
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.6;
}

.modal .patient .question-c .q-text {
  font-family: 'dosis';
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.428571;
  margin: calc(var(--rSize1) * 0.75) 0 calc(var(--rSize1) * 2);
}

.modal .patient .question-c .q-info {
  font-family: 'dosis';
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 0 1em;
}

.modal .patient .question-c .buttons-c {
  padding: 0;
  margin-bottom: 3em;
  background-color: transparent;
  border-radius: 0;
}

.modal .patient .question-c .buttons-c .button-c {
  margin: 0.35em;
}

.modal .patient .question-c .buttons-c .button-c button {
  min-width: 13.875em;
  padding: 1.1em 1.7em 1.1em 1.7em;
}
.modal .patient .question-c .buttons-c.answered .button-c button {
  transform: scale(1);
  background-color: #fff;
  border-color: #231F20;
  color: #231F20;
  box-shadow: none;
  cursor: auto;
}
.modal .patient .question-c .buttons-c .button-c.answer button {
  background-color: #D2D6E9;
  border-color: #426AA4;
  color: #231F20;
}

.modal .patient .question-c .answer-button {
  padding-bottom: 2em;
}

.modal .patient .question-c .feedback-c {
  height: 0;
  overflow-y: hidden;
  transition: height 0.2s ease-in-out;
  transform: translateY(-5.9375em);
  margin-bottom: -3.9375em;
}

.modal .patient .question-c .feedback-c > div {
  transition: opacity 0.3s ease-in-out;
}
.modal .patient .question-c .feedback-c > div.fade {
  opacity: 0;
}

.modal .patient .question-c .feedback-c > div > div:first-child {
  width: 47em;
  background-color: #D2D6E9;
  padding: 2.2em 3em;
  border-radius: 0.625em;
  margin: 0 auto;
}

.modal .patient .question-c .feedback-c p.h {
  font-family: 'dosis';
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.272727;
  margin: 0 0 0.7em;
}
.modal .patient .question-c .feedback-c .t {
  text-align: left;
  padding-bottom: 1.3em;
}

.modal .patient .question-c .feedback-c .t ul {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: disc;
}

.modal .patient .question-c .feedback-c .t ul li {
  margin: 0 0 0.7em;
}

.modal .patient .question-c .feedback-c > div > div:last-child {
  position: relative;
}

.modal .patient .end-info {
  padding-top: calc(var(--rSize1) * 8);
  padding-bottom: calc(var(--rSize1) * 8);
}

.modal .patient .q-end {
  font-family: 'dosis';
  font-weight: 300;
  font-size: 3.375em;
  line-height: 1.25;
  margin: calc(var(--rSize1) * 0.5) 0;
  text-align: center;
}

.modal .patient .q-end-text {
  font-family: 'dosis';
  width: 29.7727em;
  text-align: center;
  margin: auto;
  font-size: 1.375em;
  line-height: 1.545454;
}

@media (max-width: 1279px) {
  .modal .patient .intro .text-c {
    width: 60%;
  }
}

@media (max-width: 1100px) {
  .modal .patient .intro img {
    right: 4em;
  }
  .modal .patient .intro img.img-2 {
    right: 2em;
  }
  .modal .patient .intro img.img-3 {
    right: 2em;
  }
}

@media (max-width: 1100px) {
  .modal .patient .question-c .feedback-c > div > div:first-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .modal .patient .inner {
    padding: 3em 2em;
  }

  .modal .patient .intro .text-c p {
    font-size: 1.125em;
  }

  .modal .patient .intro img {
    right: 0 !important;
  }

  .modal .patient .question-c .num {
    width: 2.3em;
  }

  .modal .patient .question-c .num > div:first-child {
    height: 2.5em;
  }

  .modal .patient .question-c .num > div:last-child {
    width: 2.3em;
    height: 2.3em;
  }

  .modal .patient .question-c .num span {
    font-size: 1.375em;
  }

  .modal .patient .question-c .q-text {
    font-size: 1.5em;
  }

  .modal .patient .question-c .q-info {
    font-size: 1.125em;
  }
}

@media (min-width: 681px) and (max-width: 768px) {
  .patient .grid button {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9em;
  }
}

@media (max-width: 680px) {
  .patient .grid {
    display: block;
  }

  .patient .grid > div {
    width: calc(100vw - 40px);
    margin: 0.5em auto;
  }

  .modal .patient .quote-c {
    font-size: 0.8em;
    padding: 4em 0;
  }

  .modal .patient blockquote {
    width: 100%;
    padding-right: 2em;
    padding-left: 2em;
  }

  .modal .patient .question-c .q-text {
    font-size: 1.375em;
  }

  .modal .patient .last-visible {
    border-radius: 0 0 0.3125em 0.3125em;
  }
}

@media (max-width: 580px) {
  .modal .patient .inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .modal .patient .intro .text-c {
    width: 70%;
  }

  .modal .patient .intro img {
    width: 30vw;
    height: 36.823398151099777vw;
  }
  .modal .patient .intro img.img-2 {
    width: 40.801032833917756vw;
  }
  .modal .patient .intro img.img-3 {
    width: 34.41439076824992vw;
  }

  .modal .patient .question-c.many {
    padding-bottom: 0;
  }

  .modal .patient .question-c .feedback-c > div > div:first-child {
    padding: 1.5em;
  }

  .modal .patient .q-end {
    font-size: 2.75em;
  }

  .modal .end {
    height: 0.5em;
  }
}.clickpoints {
  position: relative;
  width: 59.0625em;
  margin: -4em auto 0 auto;
  padding-bottom: 8em;
}
.clickpoints.three {
  margin-top: -3.5em;
}
.clickpoints.four {
  margin-top: -1em;
}

.clickpoints .text-c {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 8em;
  left: 0;
  width: 22.1875em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.75s ease;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translateY(1em);
  pointer-events: none;
}
.clickpoints.active .text-c {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.clickpoints .text-c > div:first-child {
  position: relative;
  z-index: 1;
  width: 21em;
  background-color: #fff;
  border-radius: 0.625em;
  padding: 1.5em;
}

.clickpoints .text-c > div:first-child > div {
  overflow-y: hidden;
  transition: height 0.3s ease-in-out;
}

.clickpoints .text-c > div:first-child > div > div {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.clickpoints .text-c > div:first-child > div > div.fade {
  opacity: 0;
}

.clickpoints .text-c > div:nth-child(2) {
  width: 3em;
  height: 3em;
  background-color: #fff;
  border-radius: 0.625em;
  margin: 0 0 0 -2.2em;
  transform: rotate(45deg);
}

.clickpoints .text-c h3 {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 1em;
  pointer-events: auto;
}

.clickpoints .text-c p {
  font-size: 0.875em;
  line-height: 1.42857;
  pointer-events: auto;
}

.clickpoints .image-c {
  position: relative;
  width: 25.5625em;
  height: 21.75em;
  margin: auto;
  transition: transform 0.5s ease 0.2s;
}

.clickpoints.one .image-c {
  width: 25.5625em;
  height: 21.75em;
}

.clickpoints.two .image-c {
  width: 29.25em;
  height: 24.625em;
}

.clickpoints.three .image-c {
  width: 37.5em;
  height: 22em;
}

.clickpoints.four .image-c {
  width: 32.14375em;
  height: 16.85em;
}

.clickpoints.active .image-c {
  transform: translateX(9em);
}

.clickpoints.three.active .image-c {
  transform: translateX(9em);
}

.clickpoints .image-c img.bg {
  width: 100%;
  height: 100%;
}

.clickpoints .image-c .part {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.clickpoints .image-c .part img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.clickpoints .image-c .part img.front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.clickpoints .image-c .part img.active {
  transition-duration: 0.1s;
  opacity: 1;
}

.clickpoints .points > div {
  position: absolute;
}
.clickpoints.one .points > div {
  width: 20em;
}
.clickpoints.two .points > div {
  width: 20em;
}
.clickpoints.three .points > div {
  width: 20em;
}
.clickpoints.four .points > div {
width: 20em;
}
.clickpoints.one .points > div:nth-child(1) {
  top: 12.5em;
  left: 18.5em;
}
.clickpoints.one .points > div:nth-child(2) {
  top: 8.5em;
  left: 16.7em;
}
.clickpoints.one .points > div:nth-child(3) {
  top: 1.8em;
  left: 13.8em;
}
.clickpoints.two .points > div:nth-child(1) {
  top: 1em;
  left: 20em;
}
.clickpoints.two .points > div:nth-child(2) {
  top: 19.3em;
  left: 1.8em;
}
.clickpoints.two .points > div:nth-child(3) {
  top: 21em;
  left: 20.5em;
}
.clickpoints.three .points > div:nth-child(1) {
  top: 3.4em;
  left: 30.3em;
}
.clickpoints.three .points > div:nth-child(2) {
  top: 16em;
  left: 1.2em;
}
.clickpoints.three .points > div:nth-child(3) {
  top: 0;
  left: 22.3em;
}
.clickpoints.three .points > div:nth-child(4) {
  top: 19.1em;
  left: 22.9em;
  z-index: 1;
}
.clickpoints.three .points > div:nth-child(5) {
  top: 19.9em;
  left: 9.8em;
}
.clickpoints.four .points > div:nth-child(1) {
  top: -2.8em;
  left: 13.5em;
}
.clickpoints.four .points > div:nth-child(2) {
  top: 11.5em;
  left: 26.5em;
}

.clickpoints .points > div .dot {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #231F20;
}
.clickpoints.one .points > div .dot {
  margin-top: 0.625em;
}
.clickpoints.two .points > div .dot {
  margin-left: 0.625em;
}
.clickpoints.three .points > div .dot {
  margin-left: 0.625em;
}
.clickpoints.two .points > div:nth-child(1) .dot {
  margin-top: 4em;
}
.clickpoints.three .points > div:nth-child(1) .dot,
.clickpoints.three .points > div:nth-child(3) .dot {
  margin-top: 4em;
}
.clickpoints.four .points > div .dot {
  margin-left: 0.625em;
}
.clickpoints.four .points > div:nth-child(1) .dot {
  margin-top: 4em;
}

.clickpoints .points > div .line {
  position: absolute;
  background-color: #231F20;
}
.clickpoints.one .points > div .line {
  top: 0.8125em;
  left: 0.125em;
  width: 6.25em;
  height: 0.125em;
}
.clickpoints.two .points > div .line,
.clickpoints.three .points > div .line,
.clickpoints.four .points > div .line {
  top: 0.125em;
  left: 0.8125em;
  width: 0.125em;
  height: 5em;
}
.clickpoints.two .points > div:nth-child(1) .line,
.clickpoints.three .points > div:nth-child(1) .line,
.clickpoints.three .points > div:nth-child(3) .line,
.clickpoints.four .points > div:nth-child(1) .line {
  height: 4em;
}

.clickpoints .points > div button,
.clickpoints .text-c button.close {
  height: 1.85em;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.clickpoints .points > div button *,
.clickpoints .text-c button.close * {
  pointer-events: none;
}
.clickpoints .points > div button:active,
.clickpoints .points > div button:focus,
.clickpoints .text-c button.close:active,
.clickpoints .text-c button.close:focus {
  box-shadow: none !important;
}
.clickpoints.one .points > div button {
  margin: -1.125em 0 0 6.25em;
}
.clickpoints.two .points > div button {
  margin: 4.5em 0 0 0.0625em;
}
.clickpoints.two .points > div:nth-child(1) button,
.clickpoints.three .points > div:nth-child(1) button,
.clickpoints.three .points > div:nth-child(3) button,
.clickpoints.four .points > div:nth-child(1) button {
  margin: -5em 0 0 0.0625em;
}
.clickpoints.three .points > div button,
.clickpoints.four .points > div:nth-child(2) button {
  margin: 4.5em 0 0 0.0625em;
}

.clickpoints .points > div button > span,
.clickpoints .text-c button.close > span {
  vertical-align: middle;
}
.clickpoints .points > div button > span:first-child,
.clickpoints .text-c button.close > span:first-child {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  border: 0.125em transparent solid;
  background-color: #231F20;
  margin-right: 0.7em;
  transition: all 0.3s ease-in-out;
  transition-property: border, background-color, transform;
}

.clickpoints .points > div button:active > span:first-child,
.clickpoints .points > div button:focus > span:first-child,
.clickpoints .text-c button.close:active > span:first-child,
.clickpoints .text-c button.close:focus > span:first-child {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
}

.clickpoints .points > div button > span:first-child > span,
.clickpoints .text-c button.close > span:first-child > span {
  position: relative;
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin: 0.37em;
  border-radius: 0;
  border: 0;
  transition: transform 0.3s ease-in-out;
}
.clickpoints .points > div button > span:first-child > span > span,
.clickpoints .text-c button.close > span:first-child > span > span {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 0;
  transition: background-color 0.3s ease-in-out;
}
.clickpoints .points > div button > span:first-child > span > span:first-child,
.clickpoints .points > div button.active.completed > span:first-child > span > span:first-child,
.clickpoints .points > div button > span:first-child > span > span:last-child,
.clickpoints .points > div button.active.completed > span:first-child > span > span:last-child,
.clickpoints .text-c button.close > span:first-child > span > span:first-child,
.clickpoints .text-c button.close > span:first-child > span > span:last-child {
  width: 0.8em;
  height: 0.125em;
  top: 0.3375em;
  transform: none;
}
.clickpoints .points > div button.completed > span:first-child > span > span:first-child {
  width: 0.4em;
  transform: translate(-0.05em, 0.15em) rotate(45deg);
}
.clickpoints .points > div button > span:first-child > span > span:last-child,
.clickpoints .points > div button.active.completed > span:first-child > span > span:last-child,
.clickpoints .text-c button.close > span:first-child > span > span:last-child {
  transform: rotate(90deg);
}
.clickpoints .points > div button.completed > span:first-child > span > span:last-child {
  transform: translateX(0.1em) rotate(135deg);
}

.clickpoints .points > div button > span:last-child {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.clickpoints .points > div button.active > span:first-child {
  transition-duration: 0.1s;
  transform: scale(1.2);
  background-color: #fff;
  border: 0.125em #231F20 solid;
}

.clickpoints .points > div button.active > span:first-child > span > span {
  transition-duration: 0.1s;
  background-color: #231F20;
}

.clickpoints .points > div button.active > span:first-child > span,
.clickpoints .text-c button.close > span:first-child > span {
  transition-duration: 0.1s;
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .clickpoints .points > div button:hover,
  .clickpoints .text-c button.close:hover {
    transform: scale(1);
  }

  .clickpoints .points > div button:hover > span:first-child,
  .clickpoints .text-c button.close:hover > span:first-child {
    transition-duration: 0.1s;
    transform: scale(1.2);
    background-color: #fff;
    border: 0.125em #231F20 solid;
  }

  .clickpoints .points > div button:hover > span:first-child > span > span,
  .clickpoints .text-c button.close:hover > span:first-child > span > span {
    transition-duration: 0.1s;
    background-color: #231F20;
  }

  .clickpoints .points > div button:hover > span:last-child,
  .clickpoints .text-c button.close:hover > span:last-child {
    text-decoration: underline;
  }
}

.clickpoints .points > div button.touched,
.clickpoints .text-c button.close.touched {
  transition-duration: 0s;
  transform: scale(1);
}

.clickpoints .points > div button.touched > span:first-child,
.clickpoints .text-c button.close.touched > span:first-child {
  transition-duration: 0s;
  transform: scale(1.2);
  background-color: #fff;
  border: 0.125em #231F20 solid;
}

.clickpoints .points > div button.touched > span:first-child > span > span,
.clickpoints .text-c button.close.touched > span:first-child > span > span {
  transition-duration: 0s;
  background-color: #231F20;
}

.clickpoints .points > div button.touched > span:last-child,
.clickpoints .text-c button.close.touched > span:last-child {
  transition-duration: 0s;
  text-decoration: underline;
}

.clickpoints .points > div button:focus,
.clickpoints .text-c button.close:focus {
  transform: scale(1);
}

.clickpoints .points > div button:focus > span:first-child,
.clickpoints .text-c button.close:focus > span:first-child {
  transition-duration: 0.1s;
  transform: scale(1.2);
  background-color: #fff;
  border: 0.125em #231F20 solid;
}

.clickpoints .points > div button:focus > span:first-child > span > span,
.clickpoints .text-c button.close:focus > span:first-child > span > span {
  transition-duration: 0.1s;
  background-color: #231F20;
}

.clickpoints .points > div button:focus > span:last-child,
.clickpoints .text-c button.close:focus > span:last-child {
  text-decoration: underline;
}

.clickpoints .text-c button.close {
  display: none;
}

@media (max-width: 1279px) {
  .clickpoints {
    width: 100%;
  }

  .clickpoints.one.active .image-c {
    transform: translateX(5em);
  }
}

@media (max-width: 1024px) {
  .clickpoints {
    margin: -2em auto 0 auto;
  }

  .clickpoints .text-c {
    width: 19.375em;
  }

  .clickpoints .text-c > div:first-child {
    width: 18.1875em;
  }

  .clickpoints.active .image-c {
    transform: translateX(5em) !important;
  }
}

@media (max-width: 768px) {
  .clickpoints.one .image-c {
    transform: translateX(-5em);
  }

  .clickpoints.three .image-c {
    transform: translateX(-4em);
  }

  .clickpoints .points {
    transition: opacity 0.3s ease-in-out;
  }

  .clickpoints.active .points {
    opacity: 0;
  }

  .clickpoints .text-c {
    pointer-events: auto;
  }

  .clickpoints .text-c button.close {
    display: block;
    position: absolute;
    top: 0.8em;
    right: 0;
    z-index: 1;
  }

  .clickpoints .text-c h3 {
    padding-right: 1em;
  }
}

@media (max-width: 680px) {
  .clickpoints {
    font-size: 0.8em;
  }

  .clickpoints.one .points > div {
    width: 24em;
  }

  .clickpoints .points > div button {
    font-size: 1.1em;
  }

  .clickpoints.active .text-c {
    font-size: 1.2em;
  }

  .clickpoints.one .image-c {
    transform: translateX(-8em);
  }

  .clickpoints.two .image-c {
    transform: translateX(-5em);
  }

  .clickpoints.four .image-c {
    margin-top: 3em;
    transform: translateX(-3em);
  }
}

@media (max-width: 580px) {
  .clickpoints {
    font-size: 0.7em;
  }

  .clickpoints .points > div button {
    font-size: 1.2em;
  }

  .clickpoints.active .text-c {
    font-size: 1.4em;
  }

  .clickpoints.three .image-c {
    font-size: 0.9em;
  }

  .clickpoints.three .points > div button {
    font-size: 1em;
  }
}

@media (max-width: 450px) {
  .clickpoints {
    font-size: 0.6em;
  }

  .clickpoints.one .image-c {
    transform: translateX(-10em);
  }
}.accordion {
  position: relative;
  width: 59.0625em;
  margin: -3em auto 0 auto;
  padding-bottom: calc(var(--rSize1) * 8);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.accordion .text-c {
  width: 28.15em;
}
.accordion.full-width .text-c {
  width: 100%;
}

.accordion .image-c {
  width: 27.5em;
}

.accordion .image-c img {
  width: 100%;
}

.accordion li {
  border-bottom: 2px #F7F2EF solid;
}
.accordion li:first-child {
  border-top: 2px #F7F2EF solid;
}
.bg-lightgrey .accordion li {
  border-bottom: 2px #fff solid;
}
.bg-lightgrey .accordion li:first-child {
  border-top: 2px #fff solid;
}

.accordion li > div {
  margin: 0 calc(var(--rSize1) * -0.5);
  width: calc(100% + var(--rSize1));
  border-radius: 0.62499999375em;
  transition: height 0.4s ease-in-out;
}
.accordion li.active > div {
  background-color: #F9F5F3;
  overflow: hidden;
}
.bg-lightgrey .accordion li.active > div {
  background-color: #fff;
}
.accordion li.neutralize > div {
  background-color: transparent;
  transition: height 0.4s ease-in-out, background-color 0.3s ease-in-out;
}

.accordion li button {
  position: relative;
  background-color: transparent;
  border: 0;
  font-family: 'dosis';
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.272727;
  padding: calc(var(--rSize1) * 1.35) calc(var(--rSize1) * 1.863636) calc(var(--rSize1) * 1.25);
  margin: 0;
  width: 100%;
  border-radius: calc(var(--rSize1) * 0.45454545);
  transition: all 0.3s ease-in-out;
  transition-property: background-color;
}
.accordion li button:active,
.accordion li button:focus {
  box-shadow: none !important;
}

.accordion li button span:first-child {
  text-align: left;
}

.accordion li button span:last-child {
  position: absolute;
  display: block;
  top: 0;
  right: 1.6em;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url('../images/accordion-arrow.svg') no-repeat;
  background-size: 0.8em 0.4590909em;
  background-position: 50% 70%;
  transition: transform 0.4s ease;
}
.accordion li button.active span:last-child {
  transform: rotate(-180deg);
}

@media (hover: hover) {
  .accordion li button:hover {
    transition-duration: 0.1s;
    transform: scale(1);
    text-decoration: underline;
    background-color: #F9F5F3;
  }
  .bg-lightgrey .accordion li button:hover {
    background-color: #fff;
  }
}

.accordion li button.touched {
  transition-duration: 0s;
  transform: scale(1);
  text-decoration: underline;
  background-color: #F9F5F3;
}
.bg-lightgrey .accordion li button.touched {
  transition-duration: 0s;
  background-color: #fff;
}

.accordion li button:focus {
  transition-duration: 0.1s;
  transform: scale(1);
  text-decoration: underline;
  background-color: #F9F5F3;
}
.bg-lightgrey .accordion li button:focus {
  background-color: #fff;
}

.accordion .text-c .t {
  margin-top: calc(var(--rSize1) * -0.4);
  padding: 0 calc(var(--rSize1) * 2.625) calc(var(--rSize1) * 2);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.accordion .text-c .t.fade {
  opacity: 0;
}

.accordion.full-width .text-c .t {
  position: relative;
  z-index: 1;
}

.accordion.full-width .text-c .t > div:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.accordion.full-width .text-c .t > div:first-child > div {
  width: 55%;
  margin: 0 3% 1em 0;
}

.accordion.full-width .text-c .t img {
  width: 28%;
  margin: -3em 6% 0 8%;
}

.accordion.full-width .text-c .t .cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: calc(var(--rSize2) * 3) 0 calc(var(--rSize1) * 2);
}
.accordion.full-width .text-c .t .cols > div {
  width: 47%;
}

.accordion .text-c .t ul {
  list-style-image: url('../images/list-dot-3.svg');
  margin-bottom: 1em;
  padding-left: 1em;
}
.accordion .text-c .t ul:last-child {
  margin-bottom: 0;
}

.accordion .text-c .t ul li {
  margin: 0 0 1.3em 0;
  padding-left: 0.2em;
}
.accordion .text-c .t li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .accordion {
    width: calc(100% - var(--rSize1));
  }

  .accordion li button span:first-child {
    padding-right: 1.5em;
  }

  .accordion li button span:last-child {
    right: 1.2em;
  }

  .accordion .text-c {
    width: 40vw;
  }

  .accordion .text-c .t p {
    font-size: 0.9375em;
  }

  .accordion .image-c {
    width: 40vw;
  }
}

@media (max-width: 1024px) {
  .accordion {
    margin-top: -2em;
  }

  .accordion li button span:last-child {
    right: 0.8em;
  }
}

@media (max-width: 960px) {
  .accordion .text-c {
    width: 55vw;
  }

  .accordion .image-c {
    width: 30vw;
  }
}

@media (max-width: 768px) {
  .accordion .text-c {
    width: 60vw;
  }

  .accordion .image-c {
    width: 25vw;
  }
}

@media (max-width: 680px) {
  .accordion.full-width .text-c .t > div:first-child > div {
    width: 65%;
  }

  .accordion.full-width .text-c .t img {
    width: 25%;
    margin: 0 5% 0 3%;
  }

  .accordion.full-width .text-c .t .cols {
    display: block;
  }

  .accordion.full-width .text-c .t .cols > div {
    width: 100%;
  }

  .accordion.full-width .text-c .t .cols > div:last-child {
    margin-top: 2.5em;
  }
}

@media (max-width: 580px) {
  .accordion {
    display: block;
  }

  .accordion .text-c {
    width: 100%;
  }

  .accordion .image-c {
    width: 50%;
    margin: 2em auto 0;
  }
}.flip {
  position: relative;
  width: 59.0625em;
  margin: -4em auto 0 auto;
  padding-bottom: 3em;
}

.flip > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flip > div > div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease;
  transition-property: opacity, transform;
}
.flip > div > div.forward-out {
  opacity: 0;
  transform: translateX(-6em);
  transition-timing-function: ease-in-out;
}
.flip > div > div.forward-in {
  opacity: 0;
  transform: translateX(6em);
  transition-timing-function: ease-out;
}
.flip > div > div.backward-out {
  opacity: 0;
  transform: translateX(6em);
  transition-timing-function: ease-in-out;
}
.flip > div > div.backward-in {
  opacity: 0;
  transform: translateX(-6em);
  transition-timing-function: ease-out;
}

.flip .backward-in .image-c {
  position: relative;
  z-index: 1;
  width: 26.5em;
}

.flip .image-c {
  width: 45%;
}

.flip .image-c img {
  width: 100%;
}

.flip .text-c {
  width: 28.8125em;
}

.flip .text-c > div {
  transition: height 0.25s ease;
}

.flip .text-c .test-height {
  position: absolute;
  opacity: 0;
}

.flip .text-c h3 {
  font-size: 1.375em;
  font-weight: bold;
  margin-bottom: 1em;
}

.flip .nav {
  width: 100%;
  text-align: center;
  margin: calc(var(--rSize1) * 2) 0;
  padding: var(--rSize1) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip button {
  font-size: 1em;
  width: 2.25em;
  height: 2.25em;
  background-color: #231F20;
  border: 0;
  border-radius: 50%;
  padding: 0;
  transition: transform 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: 0.8125em 1.13125em;
  background-position: 50%;
}
.flip button:first-child {
  background-image: url('../images/flip-arrow-left.svg');
  margin-right: 2.2em;
}
.flip button:last-child {
  background-image: url('../images/flip-arrow-right.svg');
  margin-left: 2.2em;
}

.flip button.disabled {
  background-color: #DDD;
  cursor: default;
}
.flip button.disabled:focus,
.flip button.disabled:active {
  box-shadow: none !important;
}

.flip .nav > div {
  width: 0.5em;
  height: 0.5em;
  background-color: #D5E2ED;
  border-radius: 50%;
  margin: 0 0.4375em;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transition-property: width, height, background-color;
}
.flip .nav > div.active {
  width: 0.75em;
  height: 0.75em;
  background-color: #426AA4;
}

@media (hover: hover) {
  .flip button:hover {
    transition-duration: 0.1s;
    transform: scale(1.1);
  }

  .flip button.disabled:hover {
    transform: scale(1);
    background-color: #DDD;
  }
}

.flip button.touched {
  transition-duration: 0s;
  transform: scale(1.1);
}

.flip button.disabled.touched {
  transition-duration: 0s;
  transform: scale(1);
  background-color: #DDD;
}

@media (max-width: 1100px) {
  .flip {
    width: 100%;
    margin-top: -2em;
  }

  .flip .text-c {
    width: 50%;
  }

  .flip .text-c p {
    font-size: 0.9375em;
  }
}

@media (max-width: 768px) {
  .flip .image-c {
    width: 35%;
  }

  .flip .text-c {
    width: 60%;
  }
}

@media (max-width: 580px) {
  .flip > div > div {
    display: block;
  }

  .flip .image-c {
    width: 40%;
    margin: 0 auto 1.5em;
  }

  .flip .text-c {
    width: 100%;
  }

  .flip .text-c h3 {
    text-align: center;
  }
}.questions {
  width: 100%;
}

.questions .image-c {
  width: 100%;
  height:
}

.questions .inner {
  padding: calc(var(--rSize1) * 10) 0 calc(var(--rSize1) * 6) 0;
  min-height: 45em;
}

.questions .inner img.ill {
  opacity: 0.05;
  right: 0;
  bottom: 0;
}

.questions .inner img.ill.vuxenvard {
  width: calc(var(--rSize3) * 59.454531695749486);
  height: calc(var(--rSize3) * 41.064691561628774);
  right: calc(var(--rSize3) * -18);
}

.questions .inner img.ill.barnsjukvard {
  width: calc(var(--rSize3) * 58.896875);
  height: calc(var(--rSize3) * 39.570625);
}

.questions .inner img.ill.fk-och-af {
  width: calc(var(--rSize3) * 59.725625);
  height: calc(var(--rSize3) * 39.5625);
}

.questions .inner img.ill.skola-och-forskola {
  width: calc(var(--rSize3) * 56.539092632494062);
  height: calc(var(--rSize3) * 39.5625);

}

.questions .inner .position {
  width: 52.125em;
  margin: 2em auto 3em;
  text-align: center;
  font-weight: bold;
}

.questions .inner .q-c {
  width: 52.125em;
  margin: auto;
  text-align: center;
}
.questions .inner .q-c.overflow {
  overflow-y: hidden;
}

.questions .inner .question {
  transform: translateX(0);
  transition: all 0.5s ease;
  transition-property: opacity, transform;
}
.questions .inner .question.hide {
  opacity: 0;
}

.questions .inner .question.forward-out {
  opacity: 0;
  transform: translateX(-6em);
  transition-timing-function: ease-in-out;
}
.questions .inner .question.forward-in {
  opacity: 0;
  transform: translateX(6em);
  transition-timing-function: ease-out;
}
.questions .inner .question.backward-out {
  opacity: 0;
  transform: translateX(6em);
  transition-timing-function: ease-in-out;
}
.questions .inner .question.backward-in {
  opacity: 0;
  transform: translateX(-6em);
  transition-timing-function: ease-out;
}


.questions .inner .q-c .q-text {
  font-family: 'dosis';
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.428571em;
}

.questions .inner .q-c .q-end {
  font-family: 'dosis';
  font-weight: 300;
  font-size: 3.375em;
  line-height: 1.25;
  padding: 0.1em 0 1.4em;
}

.questions .q-c .buttons-c {
  padding: 1.6em 0 0;
}

.questions .q-c .buttons-c .answered button.secondary,
.question-c .buttons-c.answered .button-c.info-2 button.secondary,
.modal .answered .button-c button.secondary {
  border-color: #ddd !important;
  transform: scale(1) !important;
  background-color: #fff !important;
  color: #666;
  cursor: default;

  transition: all 0.2s ease-in-out;
  transition-property: border-color, background-color, color;
  box-shadow: none !important;
}

.questions .q-c .buttons-c .answered .button-c.answer button.secondary,
.modal .answered .button-c.answer button.secondary {
  color: #231F20;
}
.questions.flexible .q-c .buttons-c .answered .button-c.answer button.secondary,
.modal .answered .button-c.answer button.secondary {
  border-color: #426AA4 !important;
  background-color: #D2D6E9 !important;
}
.questions .q-c .buttons-c .answered .button-c.answer button.secondary:active,
.questions .q-c .buttons-c .answered .button-c.answer button.secondary:focus,
.modal .answered .button-c.answer button.secondary:active,
.modal .answered .button-c.answer button.secondary:focus {
  box-shadow: none !important;
}

.questions .q-c .buttons-c .answered.correct .button-c.answer button.secondary,
.question-c .buttons-c.answered .button-c.correct button.secondary {
  border-color: #47AB7D !important;
  background-color: #fff !important;
}

.questions .q-c .buttons-c .answered.incorrect .button-c.answer button.secondary,
.question-c .buttons-c.answered .button-c.incorrect button.secondary {
  border-color: #E2774F !important;
  background-color: #fff !important;
}

.questions .q-c .buttons-c .button-c,
.question-c .buttons-c .button-c {
  position: relative;
}

.questions .q-c .buttons-c .button-c .icon,
.question-c .buttons-c .button-c .icon {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 104%;
  background-position: 50%;
  color: #231F20;
  opacity: 0;
  pointer-events: none;
}
.question-c .buttons-c .button-c .icon {
  top: -0.4em;
  right: -0.4em;
}

.questions .q-c .buttons-c .answered.incorrect .button-c .icon,
.question-c .buttons-c.answered .button-c.info .icon {
  background-image: url('../images/answer-info.svg');
}
.questions .q-c .buttons-c .answered.incorrect .button-c.answer .icon,
.question-c .buttons-c.answered .button-c.incorrect .icon {
  background-image: url('../images/answer-incorrect.svg');
}
.questions .q-c .buttons-c .answered.correct .button-c.answer .icon,
.question-c .buttons-c.answered .button-c.correct .icon {
  background-image: url('../images/answer-correct.svg');
}
.questions .q-c .buttons-c .answered.incorrect .button-c .icon,
.questions .q-c .buttons-c .answered.incorrect .button-c.answer .icon,
.questions .q-c .buttons-c .answered.correct .button-c.answer .icon,
.question-c .buttons-c.answered .button-c.incorrect .icon,
.question-c .buttons-c.answered .button-c.correct .icon,
.question-c .buttons-c.answered .button-c.info .icon {
  opacity: 1;
  animation: pop 0.9s ease-in-out 1;
  animation-fill-mode: forwards;
}

.questions .q-c button.secondary {
  min-width: 13.875em;
  margin: 1em;
}

.questions .q-c .feedback {
  padding: 1.5em 0;
  font-size: 1.125em;
  text-align: left;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.questions .q-c .next-button {
  width: 100%;
  transition: opacity 0.3s ease-in-out 0.5s;
  opacity: 1;
  text-align: center;
  padding-bottom: 1em;
}
.questions .q-c .feedback.fade,
.questions .q-c .next-button.fade {
  opacity: 0;
}

.questions .next-button button {
  margin-right: auto;
  margin-left: auto;
}

.questions .next-button button.link {
  color: #fff;
  margin: 1em 0;
}

.questions .next-button button.link:focus {
  color: #bad2f5;
}

@media (max-width: 1100px) {
  .questions .inner {
    min-height: auto;
  }
}

@media (max-width: 880px) {
  .questions .inner .q-c {
    width: calc(100vw - 6em);
  }

  .questions .inner .position {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .questions .inner {
    padding: 3em 0 3em;
  }

  .questions .inner .position {
    margin: 1em auto 2em;
  }

  .questions .inner .q-c {
    width: calc(100vw - 4em);
  }

  .questions .q-c .feedback {
    font-size: 1em;
  }
}

@media (max-width: 680px) {
  .questions .inner .q-c .q-text {
    font-size: 1.5em;
  }

  .questions .q-c button.secondary {
    margin: 0.5em;
  }

  .questions .q-c .buttons-c .button-c .icon {
    top: 0;
    right: 0;
  }
}

@media (max-width: 580px) {
  .questions .inner .q-c {
    width: calc(100vw - 40px);
  }

  .questions .inner .q-c .q-text {
    font-size: 1.375em;
  }

  .questions .inner .q-c .q-end {
    font-size: 2.75em;
  }
}
