:root {
  --black: black;
  --green-dark: #868675;
  --white: white;
  --green-light: #bcb9ac;
  --white-smoke: #f6f8fa;
  --size--gap: 2rem;
  --sand: #bcb9ac;
  --size--hero-padding: 4rem;
}

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

body {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: all .3s;
  display: block;
}

a:hover {
  color: #3d5066;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  color: #2d3c4c;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  display: block;
}

.divider.paragraph-divider {
  margin-top: 30px;
  margin-bottom: 60px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-store-home-wrap {
  margin-left: 60px;
  margin-right: 60px;
}

.section.ydelser {
  padding-left: 30px;
  padding-right: 30px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  max-width: 60ch;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-weight: 300;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  font-size: 20px;
  font-weight: 300;
}

.button {
  background-color: var(--green-dark);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, opacity .2s, color .2s;
}

.button:hover {
  background-color: var(--green-dark);
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  transition-duration: .2s, .2s, .2s;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  display: none;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  opacity: 1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  color: var(--black);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.rich-text {
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 1.1;
}

.heading-jumbo.hero-heading {
  opacity: 1;
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.2;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.social-link {
  z-index: 1;
  background-color: var(--green-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  transition: background-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--green-light);
  color: var(--green-light);
}

.social-link.w--current {
  background-color: var(--green-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  transition: background-color .2s;
  display: flex;
}

.social-link.w--current:hover {
  background-color: #3d5066;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: color .2s, opacity .2s;
}

.navigation-item:hover {
  color: var(--green-light);
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  max-height: 18px;
  display: block;
}

.logo-image.contact {
  margin-bottom: 30px;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  z-index: 1;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/hero-image-ydelser.jpg');
  background-position: 50%;
  height: 320px;
}

.intro-header.cc-subpage.hero-about {
  background-image: url('../images/hero-image-om.jpg');
  background-position: 50% 0;
}

.intro-header.cc-subpage.hero-contact {
  background-image: url('../images/hero-image.jpg');
  background-position: 50% 0;
}

.intro-header.cc-subpage.hero-services {
  background-image: url('../images/hero-image-ydelser.jpg');
}

.intro-content.cc-homepage {
  z-index: 1;
  padding: 12rem var(--size--gap) 1rem;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.about-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  background-color: #00000005;
  grid-template: ". ."
  / 1.25fr 2fr;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1.25fr;
  grid-template-areas: ". .";
  margin-bottom: 60px;
}

.intro-text {
  padding-right: var(--size--gap);
  padding-left: var(--size--gap);
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--green-dark);
  text-align: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 60px 40px 40px;
}

.footer-flex-container {
  z-index: 2;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
  text-decoration: none;
}

.footer-image {
  filter: brightness(0%) saturate(0%) invert();
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 160px;
  height: 100%;
  margin-bottom: 10px;
}

.footer-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  flex: none;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-link.black {
  color: var(--black);
}

.footer-text-block {
  opacity: .5;
  color: #fff;
  font-size: 12px;
}

.ornament-container {
  align-items: flex-end;
  width: 50px;
  height: 45px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ornament-container.ydelser {
  margin-bottom: 15px;
}

.ornament-container.left-ornament {
  transform: rotate(-90deg)translate(25px, -25px);
}

.ornament-container.right-ornament {
  inset: 0% 0% auto auto;
  transform: translate(25px, -25px);
}

.ornament {
  max-width: 50px;
  max-height: 50px;
  transform: rotate(0);
}

.jumbo-button-hero {
  color: var(--black);
}

.footer-text {
  color: #fff;
}

.footer-text.bigger {
  opacity: .6;
  padding-right: 60px;
  font-size: 16px;
}

.footer-text.black {
  color: var(--black);
}

.footer-icon {
  max-width: 20px;
  max-height: 20px;
}

.footer-icon.black {
  filter: brightness(0%);
}

.list-item {
  align-items: center;
  display: flex;
}

.list-item:hover {
  color: var(--white);
}

.list-item-2 {
  align-items: flex-start;
  display: flex;
}

.top-nav-button-text {
  flex: none;
}

.right {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  position: relative;
}

.left {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  position: relative;
}

.footer-icon-container {
  color: var(--sand);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.hero {
  background-color: var(--green-light);
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}

.paragraph-list {
  margin-bottom: 30px;
}

.paragraph-intro {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6;
}

.paragraph-intro.contact {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-right {
  background-color: #00000008;
  position: relative;
}

.paragraph-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.paragraph-grid.kontakt {
  grid-column-gap: 0px;
  margin-bottom: 60px;
}

.paragraph-padded {
  padding: 30px;
}

.paragraph-padded.kontakt {
  min-height: 500px;
}

.name {
  margin-bottom: 0;
  font-size: 20px;
}

.map {
  width: 100%;
  height: 100%;
}

.address {
  display: flex;
}

.contact-heading {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.logo-container {
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: var(--size--gap);
  grid-row-gap: var(--size--gap);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-nav-button {
  background-color: var(--green-dark);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  align-items: center;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.top-nav-button:hover {
  background-color: var(--green-light);
}

.top-nav-button-icon {
  width: 15px;
  height: 17px;
  margin-right: 10px;
}

.hero-image-container {
  z-index: 0;
  object-fit: cover;
  position: absolute;
  inset: 0 0% 0%;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-transparent {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: auto;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s, opacity .2s, color .2s;
  display: flex;
}

.button-transparent:hover {
  background-color: #0000;
}

.button-transparent.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  transition-duration: .2s, .2s, .2s;
}

.button-transparent.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  display: none;
}

.button-transparent.cc-jumbo-button.cc-jumbo-white:hover {
  opacity: 1;
}

.button-transparent.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-transparent.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button-transparent.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-transparent.cc-white-button:hover {
  background-color: #fffc;
}

.button-transparent.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-transparent-icon {
  color: var(--sand);
  width: 25px;
  height: 100%;
  margin-right: 10px;
}

.text-block {
  flex: none;
}

.open-hours {
  text-transform: uppercase;
  border-top: 1px solid #0000001a;
}

.open-hours.white-small {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 14px;
}

.open-hours-list-item {
  letter-spacing: 1px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
}

.body {
  padding-left: 30px;
  padding-right: 30px;
}

.footer-column {
  padding-right: 60px;
}

.footer-tree {
  z-index: 1;
  width: 628px;
  height: 485px;
  position: absolute;
  inset: auto 0% -40px auto;
  overflow: hidden;
}

.close-button, .mobil-nav-contact-container {
  display: none;
}

.subpage-intro-text {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subpage-intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.subpage-intro-content.cc-homepage {
  z-index: 1;
  margin-top: 105px;
  margin-bottom: 100px;
  position: relative;
}

.subpage-intro-content.subpage-cc-homepage {
  z-index: 1;
  padding-top: var(--size--hero-padding);
  padding-bottom: var(--size--hero-padding);
  width: 100%;
  margin: 130px auto 100px;
  position: relative;
}

.image-fade-in {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

._6040-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  background-color: #00000005;
  grid-template: ". ."
  / 2fr 1.25fr;
  align-items: start;
  margin-bottom: 60px;
  position: relative;
}

._6040-grid.cc-about-2 {
  grid-template-columns: 2fr 1.25fr;
  grid-template-areas: ". .";
  margin-bottom: 60px;
}

.facts {
  background-color: var(--green-dark);
  color: var(--white);
  height: 100%;
  padding: 60px;
}

.white {
  z-index: 2;
  color: #fff;
  position: relative;
}

.white.large {
  font-size: 22px;
}

.white.paragraph-small {
  font-size: 16px;
}

.scroll-link {
  color: var(--green-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.scroll-link.w--current {
  padding-left: 20px;
  padding-right: 20px;
}

.scroll-link-container {
  justify-content: center;
  display: flex;
}

.pricing-table {
  border-top: 1px solid var(--green-light);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pricing-table.white-small {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 14px;
}

.price {
  flex: none;
  margin-left: 60px;
}

.button-transparent-no-fade {
  color: var(--green-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: auto;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, opacity .2s, color .2s;
  display: flex;
}

.button-transparent-no-fade:hover {
  background-color: #0000;
}

.button-transparent-no-fade.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  transition-duration: .2s, .2s, .2s;
}

.button-transparent-no-fade.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  display: none;
}

.button-transparent-no-fade.cc-jumbo-button.cc-jumbo-white:hover {
  opacity: 1;
}

.button-transparent-no-fade.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-transparent-no-fade.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button-transparent-no-fade.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-transparent-no-fade.cc-white-button:hover {
  background-color: #fffc;
}

.button-transparent-no-fade.cc-white-button:active {
  background-color: #ffffffe6;
}

.large {
  color: inherit;
  font-size: 22px;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--black), #fff0);
  opacity: .25;
  position: absolute;
  inset: 0%;
}

.logo {
  color: var(--white);
  max-width: 10rem;
}

.logo:hover {
  color: var(--sand);
}

.isaht-logo {
  margin-top: var(--size--gap);
  width: 30%;
}

.image-contain {
  width: 100%;
  height: 100%;
}

.quote-box {
  background-color: var(--green-dark);
  color: var(--white);
  text-align: center;
  height: 100%;
  padding: 90px 60px;
  position: relative;
}

.quote-box.hidden {
  display: none;
}

.quote-grid {
  padding-right: var(--size--gap);
  padding-left: var(--size--gap);
  grid-column-gap: var(--size--gap);
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 4rem;
  position: relative;
}

.quote-grid.cc-about-2 {
  grid-template-columns: 2fr 1.25fr;
  grid-template-areas: ". .";
  margin-bottom: 60px;
}

.quote {
  z-index: 2;
  margin-bottom: var(--size--gap);
  color: inherit;
  font-size: 22px;
  line-height: 1.7;
  position: relative;
}

.quote-icon {
  z-index: 0;
  opacity: .05;
  color: var(--white);
  width: 10rem;
  height: 12rem;
  position: absolute;
  inset: 0% auto auto 2rem;
}

.quote-icon.flipped {
  transform-style: preserve-3d;
  inset: auto 2rem 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.qr-code-mobilepay {
  max-width: 10rem;
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  h3 {
    text-align: center;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.hero-heading {
    max-width: 100ch;
  }

  .social-link.w--current {
    flex: 1;
  }

  .menu-icon {
    margin-top: 2px;
  }

  .menu {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .navigation-item {
    border-bottom: 1px solid var(--green-light);
    color: var(--green-dark);
    text-align: left;
    letter-spacing: 3px;
    padding: 20px 0;
    font-size: 16px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item.w--current {
    font-size: 14px;
  }

  .navigation-item.first {
    border-top: 1px solid var(--green-light);
    font-size: 14px;
  }

  .menu-button {
    background-color: var(--green-dark);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: 11px;
    padding: 14px 15px 15px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .navigation-items {
    background-color: var(--white-smoke);
    min-width: 320px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    position: fixed;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    justify-content: center;
    height: 100%;
  }

  .intro-content.cc-homepage {
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ornament-container.left-ornament, .ornament-container.right-ornament {
    display: none;
  }

  .ornament {
    margin-left: auto;
    margin-right: auto;
  }

  .right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-left {
    min-height: 500px;
  }

  .paragraph-grid {
    grid-template-columns: 2fr 1fr;
  }

  .paragraph-grid.kontakt {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-padded.kontakt {
    min-height: 200px;
  }

  .map {
    min-height: 500px;
  }

  .top-nav-button {
    margin-right: 55px;
  }

  .hero-image-container {
    height: 100%;
  }

  .hero-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .button-transparent {
    justify-content: center;
  }

  .button-transparent.cc-contact-us {
    display: none;
  }

  .button-transparent-icon {
    max-width: 20px;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-tree {
    opacity: .6;
  }

  .div-block {
    position: relative;
  }

  .close-button {
    justify-content: flex-end;
    height: 32px;
    margin-bottom: 60px;
    display: flex;
  }

  .close-button-icon {
    text-align: right;
  }

  .mobil-nav-contact-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    display: flex;
  }

  .subpage-intro-text {
    width: auto;
  }

  ._6040-grid {
    text-align: center;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    display: flex;
  }

  ._6040-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .facts {
    text-align: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-transparent-no-fade {
    justify-content: center;
  }

  .button-transparent-no-fade.cc-contact-us {
    display: none;
  }

  .quote-box {
    width: 100%;
    padding: 30px 30px 60px;
  }

  .quote-grid {
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    display: flex;
  }

  .quote-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }
}

@media screen and (max-width: 767px) {
  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 30px;
    margin-right: 30px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.hero-heading {
    font-size: 28px;
  }

  .heading-jumbo-small {
    font-size: 30px;
  }

  .social-link {
    padding-left: 0;
  }

  .navigation-items {
    min-width: 320px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    height: auto;
  }

  .intro-header.cc-subpage.hero-about, .intro-header.cc-subpage.hero-contact, .intro-header.cc-subpage.hero-services {
    margin-bottom: 60px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 100%;
    height: auto;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-logo-link {
    display: none;
  }

  .footer-image {
    object-fit: contain;
  }

  .paragraph-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-grid.kontakt {
    justify-items: stretch;
  }

  .bold-text {
    font-size: 32px;
    line-height: 1;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .subpage-intro-content {
    width: 80%;
  }

  .quote {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    font-size: 26px;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button {
    flex: none;
    margin-top: 0;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    min-width: 320px;
    margin-top: -20px;
    margin-right: -20px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    margin-bottom: 0;
  }

  .intro-content.cc-homepage {
    padding-top: 0;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .hero {
    min-height: auto;
    margin-bottom: 60px;
  }

  .nav-links {
    display: none;
  }

  .scroll-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .scroll-link-container {
    flex-direction: column;
  }
}

#w-node-_6ae54da7-68ec-b182-ddfb-0b7965f877f2-c51ea40f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fcacb5d1-72ff-a6b2-4df7-a6cf31eead37-c51ea40f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fcacb5d1-72ff-a6b2-4df7-a6cf31eead42-c51ea40f, #w-node-_51df8947-9374-9540-59cb-084813872a9e-c51ea40f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51df8947-9374-9540-59cb-084813872aa9-c51ea40f {
  grid-area: 1 / 2 / 2 / 3;
}

#zoneterapi.w-node-_92063f51-38ea-fa9e-1c51-d056cef7e003-c51ea412, #zoneterapi.w-node-a8cbbb30-b427-c302-74f3-daa876cbe569-c51ea412, #zoneterapi.w-node-_3267ebf7-6eda-a640-6cc6-5a72fc221b7a-c51ea412, #zoneterapi.w-node-_267cfa3b-467a-6d7d-4e8b-3cfa4bdd5f35-c51ea412, #zoneterapi.w-node-_92063f51-38ea-fa9e-1c51-d056cef7e003-c51ea414, #zoneterapi.w-node-_72cf06f1-2a85-6c77-f2ac-0573c8131e35-c51ea414, #zoneterapi.w-node-_92063f51-38ea-fa9e-1c51-d056cef7e003-c51ea416 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8b12f16-9613-414c-5f03-4862f50f5c4e-6f48d45d, #w-node-_71d7bb4c-6d3b-8708-8fb8-745c48b1a15a-6f48d45d, #w-node-_84315e68-ae13-fcd9-1c79-58aed6ae124d-6f48d45d, #w-node-_23b8a23d-69be-be64-6bf7-923b2b545c13-6f48d45d, #w-node-_3c4227db-e6a6-5c05-8a37-7d5b3dfae671-6f48d45d, #w-node-eb1bb882-a304-f70e-efeb-36cb9bb0a6c6-6f48d45d, #w-node-_44b54910-f674-9d04-1ccb-b9f400d05ace-6f48d45d, #w-node-a0bffe79-b4e1-58e3-1890-fdee9b807672-6f48d45d, #w-node-_8a5ccd43-fc23-2dd0-2f9a-31d6ca1f3939-6f48d45d, #w-node-_799aa6aa-c693-896e-debb-a9455351d700-6f48d45d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6ae54da7-68ec-b182-ddfb-0b7965f877f2-c51ea40f, #w-node-fcacb5d1-72ff-a6b2-4df7-a6cf31eead37-c51ea40f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcacb5d1-72ff-a6b2-4df7-a6cf31eead42-c51ea40f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_51df8947-9374-9540-59cb-084813872a9e-c51ea40f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51df8947-9374-9540-59cb-084813872aa9-c51ea40f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #zoneterapi.w-node-_92063f51-38ea-fa9e-1c51-d056cef7e003-c51ea412 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c8b12f16-9613-414c-5f03-4862f50f5c4e-c51ea412 {
    order: 9999;
  }

  #zoneterapi.w-node-a8cbbb30-b427-c302-74f3-daa876cbe569-c51ea412 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8cbbb30-b427-c302-74f3-daa876cbe57f-c51ea412 {
    order: 9999;
  }

  #zoneterapi.w-node-_3267ebf7-6eda-a640-6cc6-5a72fc221b7a-c51ea412 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3267ebf7-6eda-a640-6cc6-5a72fc221b90-c51ea412 {
    order: 9999;
  }

  #zoneterapi.w-node-_267cfa3b-467a-6d7d-4e8b-3cfa4bdd5f35-c51ea412 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_267cfa3b-467a-6d7d-4e8b-3cfa4bdd5f42-c51ea412 {
    order: 9999;
  }

  #zoneterapi.w-node-_92063f51-38ea-fa9e-1c51-d056cef7e003-c51ea414 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c8b12f16-9613-414c-5f03-4862f50f5c4e-c51ea414 {
    order: 9999;
  }

  #zoneterapi.w-node-_72cf06f1-2a85-6c77-f2ac-0573c8131e35-c51ea414 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_72cf06f1-2a85-6c77-f2ac-0573c8131e48-c51ea414 {
    order: 9999;
  }

  #zoneterapi.w-node-_92063f51-38ea-fa9e-1c51-d056cef7e003-c51ea416 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c8b12f16-9613-414c-5f03-4862f50f5c4e-c51ea416, #w-node-c8b12f16-9613-414c-5f03-4862f50f5c4e-6f48d45d, #w-node-_71d7bb4c-6d3b-8708-8fb8-745c48b1a15a-6f48d45d, #w-node-_84315e68-ae13-fcd9-1c79-58aed6ae124d-6f48d45d, #w-node-_23b8a23d-69be-be64-6bf7-923b2b545c13-6f48d45d, #w-node-_3c4227db-e6a6-5c05-8a37-7d5b3dfae671-6f48d45d, #w-node-eb1bb882-a304-f70e-efeb-36cb9bb0a6c6-6f48d45d, #w-node-_44b54910-f674-9d04-1ccb-b9f400d05ace-6f48d45d, #w-node-a0bffe79-b4e1-58e3-1890-fdee9b807672-6f48d45d, #w-node-_8a5ccd43-fc23-2dd0-2f9a-31d6ca1f3939-6f48d45d, #w-node-_799aa6aa-c693-896e-debb-a9455351d700-6f48d45d {
    order: 9999;
  }
}


