@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600&display=swap);/*
Theme Name: Konturen
Author: Konturen
Description: konturen.no
Version: 1
*/
:root {
  --color-primary: #000;
  --wp--style--global--wide-size: 1600px;
  --body-padding: 60px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Nunito", sans-serif;
  color: var(--color-primary);
}

* {
  box-sizing: border-box;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

a {
  color: var(--color-primary);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.15s ease-in-out;
}
a:hover {
  text-decoration-color: transparent;
}

h2 {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

h1, h2, h3 {
  line-height: 1.2;
}

ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.alignwide {
  width: var(--wp--style--global--wide-size);
  margin-left: -350px;
}

@media (max-width: 768px) {
  .container {
    margin-top: 120px;
    padding: 0 30px;
    margin-left: 0;
  }
}
.is-style-group--box {
  background: #eee;
  padding: 30px 35px;
  margin: 40px 0;
  display: inline-block;
  width: 100%;
}
.is-style-group--box > *:first-child {
  margin-top: 0;
}
.is-style-group--box > *:last-child {
  margin-bottom: 0;
}

.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.wp-block-table th, .wp-block-table td {
  padding: 10px;
  border: 2px solid var(--color-primary);
}

.wp-block-button__link {
  border-radius: 0;
  font-size: 14px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: bold;
  transition: opacity 0.15s ease-in-out;
}
.wp-block-button__link:hover {
  opacity: 0.9;
}

.header {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__menu, .header .menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.header__menu a, .header .menu ul a {
  font-weight: 600;
}

.front-columns .wp-block-column:first-child {
  flex-shrink: 0;
}

.front-cover {
  padding: 50px;
  line-height: 1.2;
}
.front-cover p {
  margin: 0;
}
.front-cover h2 {
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 34px;
}
.front-cover__issue {
  margin-top: -10px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.front-cover .wp-block-button {
  margin-top: 20px;
}

.front-intro .wp-block-group {
  margin-left: 120px;
}
.front-intro p {
  margin: 0;
  margin-top: -7px;
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 1.3;
}

@media (max-width: 1700px) {
  .alignwide {
    width: calc(100vw - 60px);
    margin-left: calc(50% - 50vw + 30px);
  }
}
@media (max-width: 700px) {
  body {
    font-size: 16px;
  }
}