:root {
  --gold: #fde35b;
  --sv-green: #395a14;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

*:focus-visible {
  outline-color: #000;
  outline-width: 2px;
  outline-offset: 2px;
  outline-style: dashed;
}

/* Skip Link for Accessibility */
.skip-link {
  position: absolute;
  margin: 0;
  padding: 0;

  /* For all browsers */
  clip: rect(0 0 0 0);

  /* The modern way */
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);

  padding: 15px 25px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  background-color: var(--gold);
  font-size: 18px;
  font-weight: 600;

  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 9999;
  transition: top 0.3s ease;
}

.skip-link:focus-visible {
  top: 0.5rem;
  left: 0.5rem;
  width: auto;
  height: auto;

  /* If you use the clip property */
  clip: auto;

  /* If you use the clip-path property */
  -webkit-clip-path: none;
  clip-path: none;

  outline: 2px solid #000;
  outline-offset: 2px;
  outline-style: dashed;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;

  /* Fallback for older browsers */
  clip: rect(0, 0, 0, 0);

  /* Modern browsers */
  clip-path: inset(50%);
}

body {
  font-family: Montserrat, serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, serif;
  font-size: 18px;
  line-height: 30px;
}

a {
  font-family: Quicksand, sans-serif;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.skip-link {
  visibility: none;
}

.skip-link:focus-visible {
  visibility: visible;
}

.header {
  display: block;
  height: 100vh;
  margin-top: -80px;
  padding: 0px 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url("../images/4853433.jpg");
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(100, 209, 198, 0.55)),
      to(rgba(100, 209, 198, 0.55))
    ),
    url("../images/lake.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(100, 209, 198, 0.55),
      rgba(100, 209, 198, 0.55)
    ),
    url("../images/lake.jpg");
}

.header.samtalskort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link {
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 15px 25px;
  border-bottom: 2px solid transparent;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}

.nav-link:hover,
.nav-link:focus-visible {
  padding: 15px 25px;
  border-bottom-color: transparent;
  border-radius: 10px;
  background-color: var(--gold);
  font-weight: 600;
}

.nav-link.w--current {
  color: #000;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
}

.logo-img {
  margin-right: 10px;
  float: left;
}

.brand-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-heading {
  margin-top: 7px;
  font-family: "Varela Round", sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: #000;
  color: #000;
}

.main-subtitle {
  font-family: "Varela Round", sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.about-section {
  padding-bottom: 0px;
  text-align: center;
}

.about-text {
  margin-bottom: 40px;
  font-family: "Varela Round", sans-serif;
  color: #47474f;
  font-size: 18px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.aktiviteter {
  position: static;
  padding-top: 85px;
  padding-bottom: 30px;
  background-color: transparent;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.aktiviteter ul {
  padding: 0;
}

.aktiviteter ul li {
  text-align: left;
  list-style: none;
}

.aktiviteter.grey {
  background-color: #f5f5f5;
}

.aktiviteter.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(126, 196, 189, 0.87)),
      to(#7ec4bd)
    ),
    url("../images/footer-bg.jpg");
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd),
    url("../images/footer-bg.jpg");
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.aktiviteter.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: hsla(0, 0%, 100%, 0.4);
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.body {
  font-family: Quicksand, sans-serif;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  width: auto;
  border-radius: 0px;
}

.grid {
  grid-column-gap: 86px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
}

.container-2 {
  position: relative;
  top: 200px;
}

.slide-container {
  position: relative;
  margin-top: 0px;
  padding-top: 100px;
  padding-right: 200px;
  padding-left: 200px;
}

.div-block-3 {
  border-radius: 13px;
}

.grid-2 {
  margin-top: 0px;
  grid-column-gap: 55px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.goal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 45px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

.heading {
  margin-bottom: 30px;
  color: #000;
  font-size: 35px;
  text-align: left;
}

.paragraph {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.container-3 {
  max-width: 100%;
  margin-top: -190px;
  padding: 30px 55px;
}

.text-block-2 {
  font-size: 16px;
}

.image {
  margin-bottom: 30px;
}

.div-block-5 {
  margin-bottom: 30px;
}

.image-2 {
  margin-bottom: 30px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
}

.activity-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.activity-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.activity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  padding: 0px 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px;
  background-color: rgba(253, 227, 91, 0.16);
  background-image: url("../images/Artboard-14x-100.jpg");
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.15);
}

.activity-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.heading-3 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
}

.button-2 {
  margin-top: 45px;
  padding: 15px 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.button-2:hover,
.button-2:focus-visible {
  background-color: var(--gold);
}

.image-3 {
  max-width: none;
}

.image-4 {
  max-width: none;
}

.image-5 {
  max-width: none;
}

.image-6 {
  max-width: none;
  background-color: #cf8282;
}

.slider {
  display: block;
  width: 70%;
  height: auto;
  margin-right: 50px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.15);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  background-image: url("../images/4853433.jpg");
  background-position: 100% 50%;
  background-size: auto;
}

.slide-1 {
  padding: 0px 80px;
  border-radius: 15px;
}

.slider-2 {
  height: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url("../images/ÄLDREOMSORG.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.samtalskort-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.responses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 51px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.slide-nav {
  display: block;
  margin-bottom: -44px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: transparent;
  opacity: 0.6;
}

._w-slider-arrow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

._w-slider-arrow-left:hover {
  background-color: #fde35b;
}

._w-slider-arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

._w-slider-arrow-right:hover {
  background-color: #fde35b;
}

.slide {
  background-image: url("../images/ÄLDREOMSORG.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2 {
  padding-right: 93px;
  padding-left: 93px;
  border-radius: 15px;
  background-image: url("../images/ÄLDREOMSORG.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.heading-4 {
  color: #000;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.samtalskort-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 2px none rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 25px;
  line-height: 20px;
}

.samtalskort-slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}

.text.kontakt {
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.hero-info {
  padding-top: 200px;
  padding-left: 0px;
}

.slide-3 {
  border-radius: 15px;
  background-image: url("../images/AMBULANS.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.image-7 {
  margin-right: 25px;
  margin-bottom: 0px;
}

.activity-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f5f5f5;
}

.image-8 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.link-2 {
  display: inline;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 20px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-2:hover {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 20px;
  background-color: #fde35b;
}

.slide-4 {
  background-image: url("../images/ÅTERVINNING.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-5 {
  background-image: url("../images/AVLOPP.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-6 {
  background-image: url("../images/BIBLIOTEK.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-7 {
  background-image: url("../images/BISTÅND.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-8 {
  background-image: url("../images/BOSTÄDER.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-9 {
  background-image: url("../images/BRANDKÅR.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-2 {
  background-image: url("../images/BROTT-OCH-STRAFF.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-3 {
  background-image: url("../images/BUDGET.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-4 {
  background-image: url("../images/ENERGI.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-5 {
  background-image: url("../images/FÄRDTJÄNST.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-6 {
  background-image: url("../images/FOLKTANDVÅRD.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-7 {
  background-image: url("../images/FÖRSKOLA.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-8 {
  background-image: url("../images/FÖRSVARET.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-9 {
  background-image: url("../images/GÅ-OCH-RÖSTA.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-10 {
  background-image: url("../images/HABILITERING-OCH-HJÄLPMEDEL.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-1-11 {
  background-image: url("../images/IDROTT-OCH-FRITID.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-2 {
  background-image: url("../images/INVANDRING.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-3 {
  background-image: url("../images/JORDBRUK.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-4 {
  background-image: url("../images/KOLLEKTIVTRAFIKEN.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-5 {
  background-image: url("../images/KULTUR.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-6 {
  background-image: url("../images/KULTURHUS.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-7 {
  background-image: url("../images/LSS-GRUPPBOSTAD.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-8 {
  background-image: url("../images/LSS-KONTAKTPERSON.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-9-b {
  background-image: url("../images/PARKER.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-10 {
  background-image: url("../images/PENSION.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-11 {
  background-image: url("../images/POLIS.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-3-2 {
  background-image: url("../images/SJUKHUS.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-3-3 {
  background-image: url("../images/SKOLA.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-3-4 {
  background-image: url("../images/SNÖRÖJNING.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-3-5 {
  background-image: url("../images/TILLGÄNGLIGHET.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-3-6 {
  background-image: url("../images/TILLSTÅND-ALKOHOL-TOBAK.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-3-7 {
  background-image: url("../images/VÄG-JÄRNVÄG-FLYG-TÅG.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-2-12 {
  background-image: url("../images/PARKERING.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-3-8 {
  background-image: url("../images/VÅRDCENTRAL.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.slide-3-9 {
  background-image: url("../images/VATTEN.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 25px 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-navigation {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-thumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-block-3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.div-block-9 {
  margin-top: 4px;
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-4 {
  color: #000;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-10 {
  margin-top: 0px;
  padding: 15px 26px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.div-block-10:hover {
  background-color: #fde35b;
}

.div-block-10.last {
  margin-top: 20px;
  padding: 0px;
}

.div-block-10.start {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #d3f6c6;
  color: #fff;
}

.div-block-10.start:hover {
  background-color: #fde35b;
}

.text-block-5 {
  padding: 0px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.lightbox-link {
  text-decoration: none;
}

.text-span {
  font-size: 20px;
  font-weight: 700;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-7 {
  margin-top: 0px;
  grid-column-gap: 53px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f5f5f5;
}

.div-block-14 {
  margin-top: 30px;
  padding: 0px;
  border-radius: 15px;
  background-image: url("../images/Artboard-14x-100.jpg");
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.15);
}

.div-block-15 {
  margin-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block {
  padding: 15px 25px;
  text-decoration: none;
}

.link-block-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.85rem;

  width: fit-content;
  height: auto;

  border: 2px solid #000;
  border-radius: 10px;
  padding: 15px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-family: inherit;
}

.link-block-3:hover,
.link-block-3:focus-visible {
  background-color: var(--gold);
}

.link-block-3 img {
  width: 30px;
  height: auto;
  transform: rotate(-90deg);
}

.html-embed {
  width: 100%;
  margin-top: 30px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
}

.left {
  margin-right: 30px;
}

.heading-5 {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  text-align: left;
}

.paragraph-2 {
  font-family: Quicksand, sans-serif;
}

.paragraph-3 {
  font-family: Quicksand, sans-serif;
}

.image-9 {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.container-4 {
  background-color: #f5f5f5;
  background-image: url("../images/4853433.jpg");
  background-position: 0px 0px;
  background-size: auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 100%;
}

#sv__info {
  width: 70%;
}

#kontakt {
  width: 30%;
}

@media screen and (max-width: 991px) {
  #sv__info {
    width: 50%;
  }
  #kontakt {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #sv__info {
    width: 100%;
  }
  #kontakt {
    width: 100%;
  }
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .div-block-18 {
    justify-content: flex-start;
  }
}

.heading-6 {
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.paragraph-4 {
  width: auto;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2 {
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-5 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.link-3 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-3:hover {
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: #fde35b;
}

.link-3:focus {
  background-color: #fde35b;
}

.link-block-2 {
  margin-right: 20px;
}

.paragraph-6 {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.image-11 {
  min-width: 132px;
}

.paragraph-8 {
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.paragraph-10 {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.paragraph-11 {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.paragraph-12 {
  margin-top: 0px;
  font-family: Montserrat, serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-info {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .header.samtalskort {
    padding-bottom: 30px;
  }

  .navbar {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .nav-link:hover {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: transparent;
    border-radius: 0px;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .divider.grey {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .aktiviteter {
    padding-top: 50px;
  }

  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    clear: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 32px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: var(--sv-green);
  }

  .w-icon-nav-menu {
    color: var(--sv-green);
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f5f5f5;
  }

  .grid {
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading {
    font-size: 30px;
  }

  .paragraph {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .activity-image-container {
    width: 100%;
    margin-right: 0px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .activity-text-container {
    padding-left: 20px;
  }

  .activity-container {
    margin-bottom: 50px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-container.last {
    margin-bottom: 0px;
  }

  .activity-info-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-3 {
    font-size: 23px;
  }

  .button-2 {
    margin-top: 30px;
  }

  .image-3 {
    width: 100%;
  }

  .image-4 {
    width: 50%;
  }

  .image-5 {
    width: 100%;
  }

  .samtalskort-heading {
    font-size: 22px;
  }

  .hero-info {
    padding-top: 100px;
  }

  .activity-title {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-7 {
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-13 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-14 {
    margin-top: 0px;
  }

  .paragraph-4 {
    width: 100%;
  }

  .paragraph-8 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
  }

  .paragraph-9 {
    font-family: Quicksand, sans-serif;
  }

  .paragraph-10 {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .paragraph-11 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .header.samtalskort {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    padding: 10px 15px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    border-radius: 0px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .aktiviteter {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0px;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }

  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .menu-button {
    margin-top: 0px;
  }

  .nav-menu {
    height: 100vh;
    background-color: #fff;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0px;
  }

  .screenshot {
    width: 90%;
  }

  .heading {
    margin-bottom: 0px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .image-4 {
    width: 60%;
  }

  .hero-info {
    padding-top: 39px;
  }

  .div-block-13 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .paragraph-4 {
    width: auto;
  }

  .column-2 {
    margin-top: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-7 {
    margin-top: 20px;
  }

  .paragraph-8 {
    margin-top: 20px;
  }

  .paragraph-10 {
    margin-top: 20px;
  }

  .paragraph-11 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-top: -70px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .header.samtalskort {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    border-radius: 0px;
  }

  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav-menu {
    height: 100vh;
    background-color: #fff;
  }

  .grid {
    grid-row-gap: 20px;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 25px;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .activity-image-container {
    padding-left: 0px;
  }

  .activity-text-container {
    padding-left: 0px;
  }

  .activity-container {
    margin-bottom: 30px;
  }

  .activity-info-container {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .button-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .footer {
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .samtalskort-heading {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }

  .text {
    font-size: 16px;
    line-height: 30px;
  }

  .activity-title {
    padding: 15px;
  }

  .div-block-10.start {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 30px;
  }

  .text-span {
    font-size: 18px;
  }

  .grid-7 {
    grid-row-gap: 20px;
  }

  .div-block-12 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-15 {
    margin-top: 0px;
    padding: 15px;
  }

  .div-block-16 {
    margin-top: 30px;
  }

  .link-block {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-6 {
    font-size: 22px;
  }

  .paragraph-4 {
    width: auto;
  }

  .column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-self: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-7 {
    margin-top: 20px;
  }

  .paragraph-8 {
    margin-top: 20px;
  }

  .paragraph-10 {
    margin-top: 20px;
  }

  .paragraph-11 {
    margin-top: 20px;
  }
}

#w-node-b73655de-f6aa-fbd3-d6d4-df3b1122211d-1ad12be7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b73655de-f6aa-fbd3-d6d4-df3b1122211d-8832d94a {
  -ms-grid-column-align: start;
  justify-self: start;
}
