@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.edit-post-visual-editor__post-title-wrapper {
  background: #f2f2f2;
  margin: 0 !important;
  padding: 1em;
}
.edit-post-visual-editor__post-title-wrapper h1 {
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
}
.edit-post-visual-editor__post-title-wrapper h1:before {
  content: "Fyll i titel på sidan";
  font-family: "satoshi-italic", sans-serif;
  text-underline-offset: 0.1em;
  display: block;
  width: 100%;
  font-size: 18px;
}

body.error404 .error-page-404 {
  height: auto;
  background: var(--wp--preset--color--blue);
}
body.error404 footer {
  margin-top: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: "butler-bold", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
  color: #222;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "butler-bold", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  color: #222;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "butler-bold", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  color: #222;
}

h4 {
  font-family: "butler-bold", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  color: #222;
}

h5 {
  font-family: "satoshi-bold-italic", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 15px;
  color: #222;
}

h6 {
  font-family: "satoshi-italic", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  color: #222;
}

article p, .wp-block-post-content p, .hero-wrapper p {
  font-family: "satoshi-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 15px;
  color: #333;
}

.wp-block-buttons {
  margin-top: 40px;
}
.wp-block-buttons.is-layout-flex {
  gap: 30px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 10px 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid white;
  font-family: "satoshi-bold";
  transition: all ease 250ms;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  transform: scale(1.02);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover.has-golden-gradient-background {
  color: var(--wp--preset--color--blue) !important;
  border: 1px solid var(--wp--preset--color--yellow);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover.has-blue-background-color {
  color: var(--wp--preset--color--grey) !important;
  border: 1px solid var(--wp--preset--color--grey);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  transition: all ease 250ms;
}
header .alignwide {
  max-width: calc(100% - 120px);
  display: flex;
  margin: auto;
  position: relative;
  height: auto;
}
@media (max-width: 960px) {
  header .alignwide {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  header .alignwide {
    max-width: calc(100% - 30px);
  }
}
header .alignwide .inner {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  header .alignwide .inner {
    width: 100%;
  }
}
header .alignwide .inner a.logo {
  display: flex;
  padding: 60px 30px 30px 30px;
  align-items: flex-start;
  position: relative;
  z-index: 1000;
  transition: all ease 250ms;
  background: var(--wp--preset--color--blue);
}
header .alignwide .inner a.logo svg {
  width: 100px;
  height: auto;
}
@media (max-width: 960px) {
  header .alignwide .inner a.logo {
    padding: 20px 10px 15px 10px;
  }
  header .alignwide .inner a.logo svg {
    width: 90px;
    height: 90px;
  }
}
header .alignwide .inner .navigation {
  display: flex;
  align-items: center;
}
header .alignwide .inner .navigation .menu-default-menu-container {
  transition: all ease 250ms;
}
header .alignwide .inner .navigation .menu-default-menu-container ul.menu {
  display: flex;
}
header .alignwide .inner .navigation .menu-default-menu-container ul.menu li {
  list-style: none;
  margin-left: 30px;
}
header .alignwide .inner .navigation .menu-default-menu-container ul.menu li.current-menu-item a {
  color: var(--wp--preset--color--yellow);
}
header .alignwide .inner .navigation .menu-default-menu-container ul.menu li:hover a {
  color: var(--wp--preset--color--yellow);
}
header .alignwide .inner .navigation .menu-default-menu-container ul.menu li a {
  transition: all ease 250ms;
  font-family: "satoshi-regular";
  font-size: 14px;
  font-style: normal;
  line-height: 135%;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-family: "satoshi-bold";
}
@media (max-width: 1024px) {
  header .alignwide .inner .navigation .menu-default-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--wp--preset--color--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
  }
  header .alignwide .inner .navigation .menu-default-menu-container ul.menu {
    display: flex;
    flex-wrap: wrap;
  }
  header .alignwide .inner .navigation .menu-default-menu-container ul.menu li {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
  }
  header .alignwide .inner .navigation .menu-default-menu-container ul.menu li:last-of-type {
    margin: 0;
  }
  header .alignwide .inner .navigation .menu-default-menu-container ul.menu li a {
    color: white;
    font-size: 28px;
  }
}
header .alignwide .inner .navigation .menu-default-menu-container.active {
  pointer-events: initial;
  opacity: 1;
}
header .alignwide .inner .navigation .burger {
  width: 23px;
  height: 14px;
  position: relative;
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header .alignwide .inner .navigation .burger {
    display: block;
  }
}
header .alignwide .inner .navigation .burger span {
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  transition: all ease 250ms;
}
header .alignwide .inner .navigation .burger span.top {
  top: 0;
}
header .alignwide .inner .navigation .burger span.top.active {
  transform: translateY(-300%);
  opacity: 0;
}
header .alignwide .inner .navigation .burger span.center {
  top: 50%;
  margin-top: -1px;
}
header .alignwide .inner .navigation .burger span.center:before {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  z-index: 1;
  transform: rotate(0deg);
}
header .alignwide .inner .navigation .burger span.center.active {
  transform: rotate(45deg);
}
header .alignwide .inner .navigation .burger span.center.active:before {
  transform: rotate(-90deg);
}
header .alignwide .inner .navigation .burger span.bottom {
  bottom: 0;
}
header .alignwide .inner .navigation .burger span.bottom.active {
  transform: translateY(300%);
  opacity: 0;
}
header.scrolled {
  background: var(--wp--preset--color--blue);
}
header.scrolled .alignwide .inner .logo {
  padding: 20px 10px 15px 10px;
}
header.scrolled .alignwide .inner .logo svg {
  width: 90px;
  height: 90px;
}
body.archive main {
  flex-wrap: wrap;
}
body.archive .top-wrapper h2 {
  width: 100%;
  text-align: center;
  margin: 60px 0;
}

.hero-wrapper {
  width: 100%;
}

.posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  align-items: normal;
  margin: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .posts-container {
    gap: 30px;
  }
}
@media (max-width: 781px) {
  .posts-container {
    flex-wrap: wrap;
  }
}
.posts-container .post-item {
  width: calc(33.33% - 60px);
  text-decoration: none;
  background: var(--wp--preset--color--grey);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  transition: all ease 250ms;
  border-radius: 4px;
}
.posts-container .post-item:hover {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  transform: scale(0.98);
}
.posts-container .post-item:hover .meta h4 {
  color: var(--wp--preset--color--blue);
}
@media (max-width: 1024px) {
  .posts-container .post-item {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 781px) {
  .posts-container .post-item {
    width: 100%;
  }
}
.posts-container .post-item .featured-image {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.posts-container .post-item .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: all ease-in-out 500ms;
  transition-delay: 0.1s;
}
.posts-container .post-item .meta {
  padding: 0 20px 20px 20px;
}
.posts-container .post-item .meta h5 {
  font-family: "satoshi-bold";
  font-size: 12px;
  font-style: normal;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.posts-container .post-item .meta h4 {
  margin-bottom: 10px;
}
.posts-container .post-item .meta p {
  margin-bottom: 0;
}

footer {
  margin-top: 60px;
  padding: 30px 0 60px 0;
  background: var(--wp--preset--color--blue);
}
footer .alignwide {
  max-width: var(--wp--style--global--wide-size);
  display: flex;
  margin: auto;
  position: relative;
  height: auto;
}
footer .alignwide .inner {
  max-width: 1440px;
  margin: auto;
}
footer .alignwide .inner .column {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .alignwide .inner .column img {
  margin-bottom: 60px;
}
footer .alignwide .inner .column p {
  width: 100%;
  text-align: center;
  color: var(--wp--preset--color--yellow);
  font-family: "satoshi-regular";
  margin-bottom: 15px;
}
footer .alignwide .inner .column p strong {
  font-family: "satoshi-bold";
}
footer .alignwide .inner .column p a {
  color: var(--wp--preset--color--yellow);
  text-decoration: none;
}
figure.wp-block-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 4px;
}

.wp-block-media-text figure.wp-block-media-text__media {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.wp-block-media-text figure.wp-block-media-text__media img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 600px) {
  .wp-block-media-text figure.wp-block-media-text__media {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .wp-block-media-text figure.wp-block-media-text__media img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}
.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media img {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}

.is-style-contact-style figure {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.is-style-contact-style figure img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.wp-block-cover {
  height: auto;
  padding: 300px 0 100px 0;
}
.wp-block-cover.is-style-hero-style {
  min-height: 700px;
}
.wp-block-cover.is-style-hero-style .wp-block-cover__inner-container {
  width: 700px !important;
}
@media (max-width: 960px) {
  .wp-block-cover.is-style-hero-style .wp-block-cover__inner-container {
    width: calc(100% - 60px) !important;
  }
}
.wp-block-cover.is-style-hero-style .wp-block-cover__inner-container p {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
}
.wp-block-cover.is-style-hero-style .wp-block-cover__inner-container .wp-block-buttons {
  max-width: 100% !important;
}

.wp-block-group {
  padding: 60px 0;
}
.wp-block-group.is-content-justification-left * {
  margin-left: 0 !important;
}
.wp-block-group.has-background {
  padding: 60px 0;
}
.wp-block-group > div {
  margin-bottom: 30px;
}
.wp-block-group > div:last-of-type {
  margin-bottom: 0;
}

.wp-block-media-text {
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .wp-block-media-text figure {
    height: 100%;
  }
  .wp-block-media-text figure img {
    height: 100%;
    object-fit: cover;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 60px;
}
@media (max-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px;
  }
}

.wp-block-columns .wp-block-column img {
  margin-bottom: 20px;
}
.wp-block-columns .wp-block-column.is-style-contact-style {
  padding-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.wp-block-columns .wp-block-column.is-style-contact-style h4, .wp-block-columns .wp-block-column.is-style-contact-style h6, .wp-block-columns .wp-block-column.is-style-contact-style p, .wp-block-columns .wp-block-column.is-style-contact-style .wp-block-buttons {
  padding: 0 20px;
}
.wp-block-columns .wp-block-column.is-style-contact-style h6 {
  font-family: "satoshi-bold";
  font-style: normal;
  margin-bottom: 20px;
}
.wp-block-columns .wp-block-column.is-style-contact-style p {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column.is-style-contact-style p a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  display: block;
}
.wp-block-columns .wp-block-column.is-style-contact-style .wp-block-buttons {
  margin-top: 10px;
}

main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
main article {
  width: 100%;
  margin: 0 0;
}

.alignfull {
  max-width: 100%;
}

.wp-block-post-content > div {
  margin-bottom: 60px;
}
.wp-block-post-content > div:last-of-type {
  margin-bottom: 0;
}
.wp-block-post-content > div.alignwide {
  max-width: 1440px;
  margin: auto 0 60px auto;
}

main article > div {
  margin-bottom: 60px;
}
main article > div:last-of-type {
  margin-bottom: 0;
}
main article > div.alignwide {
  max-width: 1440px;
  margin: auto 0 60px auto;
}
@media (max-width: 1560px) {
  main article > div.alignwide {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 960px) {
  main article > div.alignwide {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  main article > div.alignwide {
    max-width: calc(100% - 30px);
  }
}

main article > :where(:not(.alignleft)
        :not(.alignright)
        :not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 660px) {
  main article > :where(:not(.alignleft)
        :not(.alignright)
        :not(.alignfull)) {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  main article > :where(:not(.alignleft)
        :not(.alignright)
        :not(.alignfull)) {
    max-width: calc(100% - 30px);
  }
}

.wp-block-gallery {
  max-width: var(--wp--style--global--wide-size);
}
@media (max-width: 660px) {
  .wp-block-gallery {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .wp-block-gallery {
    max-width: calc(100% - 30px);
  }
}

.wp-block-gallery, .wp-block-image {
  max-width: 1440px;
}

:where(main article .is-layout-flex) {
  gap: 60px;
}
@media (max-width: 1024px) {
  :where(main article .is-layout-flex) {
    gap: 30px;
  }
}

.wp-block-gallery {
  gap: 60px !important;
}
@media (max-width: 960px) {
  .wp-block-gallery {
    gap: 30px !important;
  }
}

.gform_wrapper {
  padding: 60px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background: var(--wp--preset--gradient--golden);
  border-radius: 4px;
}
.gform_wrapper .gform_validation_errors, .gform_wrapper .validation_message {
  padding: 30px !important;
}
.gform_wrapper .gform_validation_errors *, .gform_wrapper .validation_message * {
  font-family: "satoshi-italic" !important;
  text-transform: initial;
  font-size: 15px !important;
}
@media (max-width: 1280px) {
  .gform_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1280px) {
  .gform_wrapper {
    padding: 15px;
  }
}
.gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
.gform_wrapper .gform_description {
  display: none;
}
.gform_wrapper form .gform_body .gfield {
  margin-bottom: calc(30px - 2%);
}
.gform_wrapper form .gform_body .gfield input, .gform_wrapper form .gform_body .gfield textarea {
  border: 1px solid var(--wp--preset--color--grey);
  outline: none;
  border-radius: 4px;
}
.gform_wrapper form .gform_body .gfield_consent_label {
  color: white;
  font-family: "satoshi-regular";
}
.gform_wrapper form .gform_footer input[type=submit] {
  display: block !important;
  padding: 10px 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid white;
  font-family: "satoshi-bold";
  border-radius: 30px;
  background: var(--wp--preset--color--blue);
  color: white;
  font-size: 16px;
}

::placeholder {
  font-family: "satoshi-italic";
  opacity: 1;
  color: #CBC4BC;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  font-family: "satoshi-italic";
  opacity: 1;
  color: #CBC4BC;
}

/*# sourceMappingURL=styles.css.map */
