@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;600&display=swap");
* {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}

.wp-block-heading {
  margin: 0;
  margin-block-start: 0 !important;
}

h1 {
  font-size: var(--wp--custom--typography--font-size--heading-1);
  font-family: var(--wp--preset--font-family--cormorant);
}

h2 {
  font-size: var(--wp--custom--typography--font-size--heading-2);
  font-family: var(--wp--preset--font-family--cormorant);
}

h3 {
  font-size: var(--wp--custom--typography--font-size--heading-3);
  font-family: var(--wp--preset--font-family--cormorant);
}

h4 {
  font-size: var(--wp--custom--typography--font-size--heading-4);
  font-family: var(--wp--preset--font-family--cormorant);
}

h5 {
  font-size: var(--wp--custom--typography--font-size--heading-5);
  font-family: var(--wp--preset--font-family--cormorant);
}

h6 {
  font-size: var(--wp--custom--typography--font-size--heading-6);
  font-family: var(--wp--preset--font-family--cormorant);
}

p,
a {
  font-family: var(--wp--preset--font-family--montserrat);
}

a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

* {
  color: white;
}

.edit-post-visual-editor__post-title-wrapper {
  background: #FFF;
  margin: 0 !important;
  padding: 1em;
}
.edit-post-visual-editor__post-title-wrapper h1 {
  color: #484848;
  font-weight: 700;
}
.edit-post-visual-editor__post-title-wrapper h1:before {
  content: "Fyll i titel på sidan";
  text-decoration: underline;
  text-underline-offset: 0.2em;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body .is-layout-flow > * + * {
  margin-block-start: 0;
  margin-block-end: 0;
}

body {
  background: #222;
}

img.image-colors {
  width: 100%;
  height: auto;
}

.dots {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 10em;
}
.dots .dot {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-post-image {
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.15) !important;
}

.image-color img {
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 600px) {
  .wp-block-cover {
    min-height: auto !important;
    padding: 5em 0 !important;
  }
}

@media (max-width: 600px) {
  article > div {
    margin-bottom: 4em !important;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 1em;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .wp-block-group.has-background {
    padding: 2em !important;
  }
}

@media (max-width: 600px) {
  .wp-block-column {
    margin-bottom: 2em !important;
  }
  .wp-block-column:last-of-type {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  figure {
    margin-bottom: 1em !important;
  }
}

.wp-block-loginout form {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-loginout form p {
  width: 100%;
}
.wp-block-loginout form p.login-username {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wp-block-loginout form p.login-username label {
  width: 100%;
  color: var(--wp--preset--color--black);
}
.wp-block-loginout form p.login-username input {
  width: 100%;
  background: none;
  background-color: none;
  border: none;
  outline: none;
  padding: 10px;
  background: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--montserrat);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--wp--preset--color--black);
  border-radius: 100px;
}
.wp-block-loginout form p.login-password {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wp-block-loginout form p.login-password label {
  width: 100%;
  color: var(--wp--preset--color--black);
}
.wp-block-loginout form p.login-password input {
  width: 100%;
  background: none;
  background-color: none;
  border: none;
  outline: none;
  padding: 10px;
  background: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--montserrat);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--wp--preset--color--black);
  border-radius: 100px;
}
.wp-block-loginout form p.login-remember {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1em;
}
.wp-block-loginout form p.login-remember * {
  color: var(--wp--preset--color--white);
}
.wp-block-loginout form p.login-submit {
  display: flex;
  justify-content: flex-start;
  margin-top: 1em;
}
.wp-block-loginout form p.login-submit input#wp-submit {
  font-family: var(--wp--preset--font-family--montserrat);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: inherit;
  outline: none;
  border: none;
  cursor: pointer;
  background: var(--wp--preset--color--pink);
  color: var(--wp--preset--color--white);
  border-radius: 100px;
}

.wp-block-button .wp-block-button__link {
  font-family: var(--wp--preset--font-family--montserrat);
}

header .wp-block-loginout a {
  background: var(--wp--preset--color--dark);
}
@media (max-width: 600px) {
  header.wp-block-group.has-background {
    padding: 0 2em !important;
  }
}
@media (max-width: 768px) {
  header .header-row {
    padding: 10px 0 !important;
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
}
header .header-row .wp-block-post-author {
  margin: 0 1em;
}
header .header-row .wp-block-post-author .wp-block-post-author__avatar {
  display: flex;
  align-items: center;
}
header .header-row .wp-block-post-author .wp-block-post-author__avatar img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
header .header-row .wp-block-post-author .wp-block-post-author__content {
  display: flex;
  align-items: center;
}
header .header-row .wp-block-loginout {
  border: none;
  padding: 0;
}
header .header-row .wp-block-loginout.logged-out {
  display: none;
}
header .header-row .logged-in a {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--day);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
header .header-row .logged-in a:hover {
  background: var(--wp--preset--color--night);
}
@media (max-width: 768px) {
  header .header-row .wp-block-post-author .wp-block-post-author__avatar {
    margin: 0;
  }
}
@media (max-width: 768px) {
  header .header-row .wp-block-post-author .wp-block-post-author__content {
    display: none;
  }
}

@media (max-width: 1440px) {
  footer.wp-block-group {
    padding: 0 2em;
  }
}
footer nav ul {
  gap: 0em !important;
}
footer nav ul li {
  margin-bottom: 0;
  list-style: none;
}
footer nav ul li a {
  text-decoration: underline !important;
  text-underline-offset: 0.25em;
}

@media (max-width: 1440px) {
  header.wp-block-group, footer.wp-block-group {
    padding: 0 2em;
  }
}

@media (max-width: 1440px) {
  .entry-content {
    padding: 0 2em;
  }
}

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