@charset "UTF-8";
/*MAIN DOCUMENT*/
html {
  scroll-behavior: smooth;
}

header {
  display: block;
  width: 100%;
  height: 80px;
  background: white;
  position: fixed;
  z-index: 100;
}

header .logo {
  display: inline-block;
}

header .logo img {
  height: 64px;
  width: auto;
  padding-top: 10px;
}

body {
  margin: 0;
  padding: 0;
  background: white;
  background: linear-gradient(180deg, white 0%, white 10%, #d7decf 31%, #af9b9c 63%, #95bcc0 100%);
  font-family: helvetica, sans-serif;
  font-size: 1rem;
  color: #423137;
  font-family: "Titillium Web", serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
}

body.bgtest {
  background: white;
  background: linear-gradient(180deg, white 0%, white 10%, #d0dcd6 22%, #b8c7d0 32%, #be9eac 47%, #b8c7d0 62%, #e4d6c8 72%, #f1e5c1 88%, #cbd7ef 100%);
}

body.terapi {
  background: white;
  background: linear-gradient(180deg, white 0%, #cfcac4 10%, #cfcac4 32%, #be9eac 69%, #f1e5c1 100%);
}

body.par {
  background: #CFCAC4;
}

body.indi {
  background: #CFCAC4;
}

body.familie {
  background: #D0DCD6;
}

body.yoga {
  background: #F1E5C1;
}

body.tilbyder {
  background: #CFCAC4;
}

body.tilbyder .frame.sub {
  padding-top: 142px;
}

body.tilbyder .frame.sub.par .active {
  background-color: #E4D6C8;
}

body.tilbyder .frame.sub.par .active:before {
  background-image: url(par-flower-bottom.svg);
  bottom: -30px;
  height: 40px;
  width: 40px;
  margin-left: 88%;
}

body.tilbyder .frame.sub.yoga .container.active {
  background: #F1E5C1;
}

body.tilbyder .frame.sub.yoga .container.active:before {
  display: none;
}

body.tilbyder .frame.sub.yoga .container.active:after {
  background-image: url(yoga-flower.svg);
  bottom: -40px;
  height: 60px;
  width: 60px;
  margin-left: 88%;
  content: "";
  position: absolute;
  transform: scale(1);
}

body.tilbyder .frame.sub.indi .container.active {
  background: #CBD7EF;
}

body.tilbyder .frame.sub.indi .container.active:before {
  background-image: url(indi-flower-top.svg);
  height: 44px;
  width: 32px;
  margin-top: -42px;
  margin-left: 84%;
}

body.tilbyder .frame.sub.familie .container.active {
  background: #D0DCD6;
}

body.tilbyder .frame.sub.familie .container.active:before {
  display: none;
}

body.tilbyder .frame.sub.familie .container.active:after {
  background-image: url(3-flowr-bottom.svg);
  height: 52px;
  width: 48px;
  display: block;
  content: "";
  bottom: -44px;
  position: absolute;
  left: 20px;
}

body.tilbyder .frame .container.active {
  padding: 24px 20px 34px 24px;
  max-width: 920px;
  margin-bottom: 48px;
}

body.tilbyder .frame .container.active:before {
  position: absolute;
  display: block;
  height: 40px;
  width: 24px;
  content: '';
  background-image: url(purp_duttop.svg);
  margin-top: -36px;
  margin-left: 80%;
  background-size: contain;
  transition-timing-function: ease-in-out;
  transition: 0.25s;
}

body.tilbyder .frame .container.four {
  grid-template-columns: none;
  display: inline-block;
}

body.tilbyder .frame .container.four.menu {
  padding: 0;
  margin-bottom: 120px;
}

body.tilbyder .frame .container.four.menu .link {
  padding: 6px 10px 6px 10px;
  border-radius: 12px;
  border: 2px solid transparent;
  margin-right: 20px;
  margin-bottom: 15px;
  width: auto;
}

body.tilbyder .frame .container.four.menu .link:hover {
  box-shadow: none;
}

body.tilbyder .frame .container.four.menu .link:hover:before {
  filter: unset;
  transition: 25ms;
}

body.tilbyder .frame .container.four.menu .link h2 {
  font-size: 1rem;
}

body.tilbyder .frame .container.four.menu .link.active:before {
  transform: scale(1);
}

body.tilbyder .frame .container.four.menu .link.active:after {
  transform: scale(1);
}

body.tilbyder .frame .container.four.menu .link.active.par {
  background-color: #E4D6C8;
}

body.tilbyder .frame .container.four.menu .link.active.familie {
  background-color: #D0DCD6;
}

body.tilbyder .frame .container.four.menu .link.active.yoga {
  background-color: #F1E5C1;
}

body.tilbyder .frame .container.four.menu .link.active.indi {
  background-color: #CBD7EF;
}

body.tilbyder .frame .container.four.menu .link.active:hover {
  -webkit-box-shadow: inset 1px 1px 2px #423137;
  -moz-box-shadow: inset 1px 1px 2px #423137;
  box-shadow: inset 1px 1px 2px #423137;
}

body.tilbyder .frame .container.four.menu .link:before {
  display: none;
}

body.tilbyder .frame .container.four.menu .link.indi:before {
  display: block;
  background-image: url(indi-flower-top.svg);
  height: 28px;
  width: 20px;
  top: -26px;
  left: 78%;
}

body.tilbyder .frame .container.four.menu .link.indi:hover {
  border: 2px solid #CBD7EF;
  background-color: #CBD7EF;
}

body.tilbyder .frame .container.four.menu .link.par:after {
  width: 22px;
  height: 22px;
  bottom: -20px;
}

body.tilbyder .frame .container.four.menu .link.par:hover {
  border: 2px solid #E4D6C8;
  background-color: #E4D6C8;
}

body.tilbyder .frame .container.four.menu .link.par:hover:after {
  filter: unset;
  transition: 25ms;
}

body.tilbyder .frame .container.four.menu .link.yoga:hover {
  background-color: #F1E5C1;
  border: 2px solid #F1E5C1;
}

body.tilbyder .frame .container.four.menu .link.yoga:hover:before {
  filter: unset;
  transition: 25ms;
}

body.tilbyder .frame .container.four.menu .link.yoga:after {
  height: 32px;
  width: 34px;
  bottom: -24px;
  left: 88%;
}

body.tilbyder .frame .container.four.menu .link.familie:hover {
  background-color: #D0DCD6;
  border: 2px solid #D0DCD6;
}

body.tilbyder .frame .container.four.menu .link.familie:hover:after {
  filter: unset;
  transition: 25ms;
}

body.tilbyder .frame .container.four.menu .link.familie:after {
  height: 28px;
  width: 24px;
  bottom: -25px;
}

body.ommig {
  background: #CFCAC4;
}

body.ommig h1 {
  font-size: 2.6em;
  line-height: 44px;
}

body.ommig .container {
  margin-bottom: 32px;
}

body.priser {
  background: #CFCAC4;
}

body.priser .prisskema {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #423137;
  margin-bottom: 50px;
  opacity: 0.75;
}

body.priser .prisskema:hover {
  opacity: 1;
}

body.priser .prisskema .header {
  background-color: white;
  color: #423137;
  border-radius: 25px 25px 0px 0px;
  border-left: 0px;
  border-right: 0px;
}

body.priser .prisskema li {
  border-bottom: 1px solid #E4D6C8;
  border-left: 1px solid #E4D6C8;
  border-right: 1px solid #E4D6C8;
  padding: 20px;
  text-align: center;
  background: white;
  color: #423137;
}

body.priser .prisskema li h2 {
  margin-bottom: 0px;
  color: #423137;
}

body.priser .prisskema li:last-child {
  border-radius: 0px 0px 25px 25px;
}

body.priser .prisskema li.grey {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

body.priser .prisskema li .button {
  background-color: white;
  border-radius: 12px;
  border: none;
  color: #423137;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  border: 1px solid #423137;
  transition-timing-function: ease-in-out;
  transition: 0.25s;
}

body.priser .prisskema li .button:hover {
  border: 1px solid #423137;
  background-color: #423137;
  color: white;
}

body.priser .prisskema li .button.more {
  background-color: white;
  margin-right: 20px;
  color: #423137;
}

body.priser .prisskema.indi .header {
  background-color: #CBD7EF;
}

body.priser .prisskema.indi .button.more:hover {
  background-color: #CBD7EF;
}

body.priser .prisskema.yoga .header {
  background-color: #F1E5C1;
}

body.priser .prisskema.yoga .button.more:hover {
  background-color: #F1E5C1;
}

body.priser .prisskema.familie .header {
  background-color: #D0DCD6;
}

body.priser .prisskema.familie .button.more:hover {
  background-color: #D0DCD6;
}

body.priser .prisskema.par .header {
  background-color: #E4D6C8;
}

body.priser .prisskema.par .button.more:hover {
  background-color: #E4D6C8;
}

body.priser .container {
  grid-template-columns: 48% 48%;
  grid-column-gap: 4%;
  margin-bottom: 0;
}

body.priser .container.betingelser {
  grid-template-columns: 100%;
  grid-column-gap: 0%;
}

body.priser .frame.pris {
  padding-top: 100px;
  padding-bottom: 60px;
}

body.priser .frame .container {
  background: none;
}

body.kontakt {
  background: #CFCAC4;
}

body.kontakt h1 {
  font-size: 2.6em;
  line-height: 44px;
}

body.kontakt .frame .container h3.tlf {
  display: inline-block;
  margin-right: 10px;
}

body.kontakt .frame .container a.phone {
  text-decoration: none;
  color: #423137;
  font-size: 1.2em;
  line-height: 1.7em;
}

body.kontakt .frame .container a.linkedin {
  display: inline-block;
  border-radius: 100% / 100%;
  height: 48px;
  width: 48px;
  background-color: #B8899A;
  background-image: url(linkedin.svg);
  text-indent: -100px;
  overflow: hidden;
  background-position: center;
  background-size: 36px;
  background-repeat: no-repeat;
  transition-timing-function: ease-in-out;
  transition: 0.1s;
  float: right;
}

body.kontakt .frame .container a.linkedin:hover {
  background-size: 38px;
}

body h1, body h2, body h3, body h4, body p {
  margin-block-start: 0;
  margin-block-end: 0;
}

body h1 {
  font-size: 1.6rem;
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 1.8rem;
}

body h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 700;
}

body p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 10px;
  font-weight: normal;
}

body p.ita {
  font-style: italic;
  font-size: 1.22rem;
  margin-bottom: 12px;
}

.content {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  max-height: 94vh;
}

.frame {
  display: block;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: auto;
  box-sizing: border-box;
  padding-top: 160px;
  margin-bottom: 50px;
  padding: 160px 4% 0 4%;
}

.frame .txt {
  max-width: 760px;
}

.frame.header {
  background-color: white;
  height: 80px;
  max-width: 1550px;
  padding: 0px 30px 0px 30px;
  box-sizing: border-box;
}

.frame .container {
  display: grid;
  width: 100%;
  background: #CFCAC4;
  height: auto;
  box-sizing: border-box;
  border-radius: 25px;
  grid-template-columns: 100%;
  margin-bottom: 80px;
  padding: 14px;
  position: relative;
}

.frame .container.two {
  box-sizing: border-box;
  grid-template-columns: 42% 58%;
  height: auto;
}

.frame .container.four {
  box-sizing: border-box;
  grid-template-columns: 48% 48%;
  grid-column-gap: 2%;
  height: auto;
  background: none;
  grid-gap: 70px 4%;
}

.frame .container.four.menu {
  padding: 0;
  margin-bottom: 200px;
}

.frame .container.four.menu h2 {
  margin: 0;
}

.frame .container.four.menu .link {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border-radius: 12px;
  transition-timing-function: ease-in-out;
  transition: 0.25s;
  text-decoration: none;
  color: black;
  border: 2px solid rgba(66, 49, 55, 0);
  position: relative;
  box-shadow: -0.3rem 0.4rem 0.5rem 0.2rem rgba(66, 49, 55, 0), 0.3rem -0.2rem 0.9rem 0.4rem rgba(66, 49, 55, 0);
}

.frame .container.four.menu .link:before {
  position: absolute;
  display: block;
  height: 42px;
  width: 38px;
  content: '';
  background-size: contain;
  background-image: url(par-flower-top.svg);
  top: -40px;
  left: 40%;
  transition-timing-function: ease-in-out;
  transition: 0.25s;
}

.frame .container.four.menu .link:after {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  content: '';
  background-size: contain;
  background-image: url(par-flower-bottom.svg);
  bottom: -32px;
  left: 75%;
  transition-timing-function: ease-in-out;
  transition: 0.25s;
}

.frame .container.four.menu .link.par {
  background: #E4D6C8;
}

.frame .container.four.menu .link.indi {
  background: #CBD7EF;
}

.frame .container.four.menu .link.indi:before {
  background-image: url(indi-flower-top.svg);
  height: 50px;
  width: 36px;
  top: -48px;
  left: 63%;
}

.frame .container.four.menu .link.indi:after {
  display: none;
}

.frame .container.four.menu .link.familie {
  background: #D0DCD6;
}

.frame .container.four.menu .link.familie:before {
  background-image: url(3-flowr-top.svg);
  height: 60px;
  width: 34px;
  top: -55px;
  left: 48%;
}

.frame .container.four.menu .link.familie:after {
  background-image: url(3-flowr-bottom.svg);
  left: -3%;
  height: 40px;
  width: 40px;
  bottom: -28px;
}

.frame .container.four.menu .link.yoga {
  background-color: #F1E5C1;
}

.frame .container.four.menu .link.yoga:before {
  display: none;
}

.frame .container.four.menu .link.yoga:after {
  background-image: url(yoga-flower.svg);
  height: 60px;
  width: 60px;
  bottom: -40px;
  left: 60%;
}

.frame .container.four.menu .link.active {
  -webkit-box-shadow: inset 1px 1px 2px #423137;
  -moz-box-shadow: inset 1px 1px 2px #423137;
  box-shadow: inset 1px 1px 2px #423137;
  opacity: 0.8;
  color: rgba(66, 49, 55, 0.85);
}

.frame .container.four.menu .link.active:hover {
  transform: none;
  border: 1px solid white;
}

.frame .container.four.menu .link:hover {
  border: 2px solid #423137;
  box-shadow: -0.3rem 0.4rem 0.5rem 0.2rem rgba(66, 49, 55, 0.05), 0.3rem -0.2rem 0.9rem 0.4rem rgba(66, 49, 55, 0.1);
}

.frame .container.four.menu .link:hover:before, .frame .container.four.menu .link:hover:after {
  transform: scale(1.1);
}

.frame .container.free {
  background: none;
  display: block;
  padding: 0;
  height: auto;
  margin-bottom: 160px;
}

.frame .container.free .freeplacement {
  display: inline-block;
  color: #423137;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: italic;
  width: 40%;
  position: relative;
  margin: 60px 0px 5px 0px;
}

.frame .container.free .freeplacement:nth-child(2) {
  margin-left: 10%;
  top: 50px;
}

.frame .container.free .freeplacement:nth-child(4) {
  top: 100px;
}

.frame .container.free .freeplacement:before {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10rem;
  content: "“";
  position: absolute;
  top: -60px;
  left: -8px;
  font-style: normal;
}

.frame .container.free .quotelink {
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.frame .container.free .quotelink a {
  background: #CFCAC4;
  color: #423137;
  border-radius: 12px;
  display: inline-block;
  padding: 8px 20px 0px 20px;
  border: 1px solid rgba(66, 49, 55, 0);
  box-shadow: -0.3rem 0.4rem 0.5rem 0.2rem rgba(66, 49, 55, 0), 0.3rem -0.2rem 0.9rem 0.4rem rgba(66, 49, 55, 0);
  transition-timing-function: ease-in-out;
  transition: 0.25s;
  text-decoration: none;
}

.frame .container.free .quotelink a:hover {
  border: 1px solid #423137;
  box-shadow: -0.3rem 0.4rem 0.5rem 0.2rem rgba(66, 49, 55, 0.05), 0.3rem -0.2rem 0.9rem 0.4rem rgba(66, 49, 55, 0.1);
}

.frame .container.free .quotelink:before {
  position: absolute;
  display: block;
  height: 84px;
  width: 85px;
  content: '';
  background-image: url(quote-flower.svg);
  margin-top: -80px;
  margin-left: 0px;
  background-size: contain;
}

.frame .container.profil .txt {
  padding: 28px 28px 0px 38px;
  margin-bottom: 20px;
}

.frame .container.profil .psy {
  width: 18%;
  height: auto;
  margin-top: 18px;
  float: right;
  margin-bottom: 12px;
}

.frame .container.profil:before {
  position: absolute;
  display: block;
  height: 40px;
  width: 24px;
  content: '';
  background-image: url(purp_duttop.svg);
  margin-top: -36px;
  margin-left: 80%;
  background-size: contain;
}

.frame .container.profil:after {
  position: absolute;
  display: block;
  height: 48px;
  width: 18px;
  content: '';
  background-image: url(purp_duttop2.svg);
  margin-top: -46px;
  margin-left: 87%;
  background-size: contain;
}

.frame .container article {
  box-sizing: border-box;
}

.frame .container article img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

footer {
  display: block;
  position: fixed;
  background-image: url(bg-footer.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 130px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-position-x: center;
  background-position-y: bottom;
  max-width: 1800px;
  /*&:before {
        content: '';
        height: 110px;
        width: 100%;
        display: inline-block;
        background-image: url(flower-footer.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 5% 16px;
    }*/
}

footer .kontakt {
  width: 160px;
  float: right;
  height: auto;
  display: inline-block;
  margin-right: 1%;
}

footer .kontakt .info {
  background-image: url(linkedin-flower.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 180px;
  position: relative;
  bottom: 100px;
  background-position-x: 0px;
}

footer .kontakt .info a {
  display: inline-block;
  border-radius: 100% / 100%;
  height: 48px;
  width: 48px;
  background-color: #B8899A;
  background-image: url(linkedin.svg);
  position: fixed;
  bottom: 5px;
  text-indent: -100px;
  overflow: hidden;
  margin-left: 20px;
  background-position: center;
  background-size: 36px;
  background-repeat: no-repeat;
  transition-timing-function: ease-in-out;
  transition: 0.1s;
}

footer .kontakt .info a:hover {
  background-size: 38px;
}

.topnav {
  background-color: white;
  display: inline-block;
  float: right;
  background-color: white;
  float: right;
  top: 0;
  left: 0;
}

.topnav a {
  float: left;
  display: block;
  box-sizing: border-box;
  color: #423137;
  text-align: center;
  height: 80px;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 36px 18px 0px 18px;
}

.topnav a:hover:after {
  opacity: 1;
}

.topnav a.active:after {
  opacity: 1;
}

.topnav a.icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:after {
  content: '';
  position: relative;
  background: #423137;
  height: 6px;
  border-radius: 6px 6px 6px 6px;
  width: 100%;
  display: block;
  bottom: -4px;
  opacity: 0;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}

@media screen and (max-width: 640px) {
  .topnav a {
    height: 80px;
  }
  body.priser .prisskema .button.more {
    font-size: 0.8em;
  }
  body h1 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.8rem;
  }
  header {
    height: 78px;
  }
  header .topnav {
    display: block;
    width: 100%;
    position: absolute;
  }
  header .topnav a {
    display: none;
  }
  header .topnav a.icon {
    display: block;
    background: url(menu.svg);
    background-size: contain;
    position: absolute;
    float: right;
    height: 38px;
    width: 38px;
    right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    top: 12px;
  }
  header .topnav a.icon:after {
    content: 'Menu';
    opacity: 1;
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: -22px;
    left: -2px;
    font-size: 0.8em;
    background-color: white;
  }
  header .topnav.topnav.responsive {
    height: 100vh;
    padding-top: 88px;
    background-color: #423137;
  }
  header .topnav.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 22px 0px 10px 4%;
    color: white;
    border-bottom: 2px solid white;
  }
  header .topnav.topnav.responsive a.icon {
    background: url(close_menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    right: 20px;
    top: 25px;
    border: none;
  }
  header .topnav.topnav.responsive a.icon:after {
    content: 'Luk';
    bottom: -28px;
    background-color: #423137;
    text-align: center;
  }
  .frame.header {
    height: 60px;
  }
}

@media screen and (max-width: 980px) {
  header .logo img {
    height: 56px;
    padding-top: 18px;
    padding-left: 6%;
  }
  body.priser .container {
    grid-template-columns: 96%;
    grid-column-gap: 4%;
  }
  body.priser .prisskema {
    opacity: 1;
  }
  body.priser .prisskema li {
    background: rgba(255, 255, 255, 0.8);
  }
  .frame {
    padding: 160px 10% 0 10%;
  }
  .frame.sub {
    padding: 160px 4% 0 4%;
  }
  .frame .container.two {
    grid-template-columns: 100%;
    padding: 20px;
  }
  .frame .container.four {
    grid-template-columns: 48% 48%;
    grid-gap: 70px 4%;
  }
  .frame .container.profil .txt {
    padding: 30px 0px 0px 0px;
  }
  .frame .container.free .quotelink {
    display: none;
  }
  .frame .container.free .freeplacement {
    width: 88%;
    margin: 30px 0px 70px 0px;
    display: inline-block;
  }
  .frame .container.free .freeplacement:nth-child(2) {
    margin-left: 8%;
    top: -20px;
  }
  .frame .container.free .freeplacement:nth-child(3) {
    top: -40px;
    float: right;
    width: 78%;
  }
  .frame .container.free .freeplacement:nth-child(4) {
    top: -40px;
    width: 90%;
    left: 40px;
  }
  footer {
    position: relative;
    height: auto;
  }
  footer:before {
    height: 65px;
    width: 90%;
    background-position: 7px 5px;
  }
  footer .kontakt {
    width: 35%;
    margin-right: 0;
    display: none;
  }
  footer .kontakt .info {
    width: auto;
    bottom: 0px;
    height: auto;
    float: right;
  }
  footer .kontakt .info a {
    position: relative;
  }
}

@media screen and (min-width: 981px) {
  /*footer {
  &:before {
    background-position: 8% 14px;
  }
}
*/
}

@media screen and (max-width: 640px) {
  header .logo img {
    height: 48px;
    padding-top: 20px;
    padding-left: 2%;
  }
  .frame {
    padding: 135px 2% 0 2%;
  }
  .frame .container.two {
    padding: 12px;
  }
  .frame .container.four {
    grid-template-columns: 100%;
    grid-gap: 100px 4%;
  }
  .frame .container.profil .psy {
    width: 28%;
  }
  .frame .container.free .freeplacement {
    width: 88 !important;
    margin: 30px 4% 70px 8% !important;
    top: 0 !important;
    float: none !important;
    left: 0 !important;
  }
  body.tilbyder .frame.sub {
    padding: 78px 0% 0 0%;
  }
  body.tilbyder .frame.sub .container {
    border-radius: 0px;
    padding: 44px 22px 54px 22px;
  }
  body.tilbyder .frame .container.four.menu {
    margin-bottom: 20px;
    padding: 0px 22px 0px 22px;
  }
  body.tilbyder .frame .container.four.menu .link {
    padding: 6px 10px 6px 10px;
    margin-right: 15px;
    margin-bottom: 25px;
  }
  body.tilbyder .frame .container.four.menu .link h2 {
    margin: 0;
  }
  body.tilbyder .frame .container.four.menu .link:before {
    display: none;
    opacity: 0;
  }
  body.tilbyder .frame .container.four.menu .link:after {
    display: none;
    opacity: 0;
  }
}
