/*!
Theme Name: Maksimer
Theme URI: https://github.com/maksimer/maksimer-wordpress-theme
Version: 2.1.2
Description: Theme developed by Maksimer AS
Author: Maksimer AS
Author URI: http://www.maksimer.no/
Text Domain: maksimer_lang
*/

*,
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:last-child {
  margin-bottom: 0;
}

.wrapper {
  display: block;
  zoom: 1;
  max-width: 1160px;
  width: 94%;
  margin: 0 auto;
}

.wrapper:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper.with-space {
  padding: 30px 0;
}

.clear {
  clear: both;
}

@media screen {
  @-ms-viewport {
    width: device-width;
  }
}

.tekst-overflow-hidden {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hidden,
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.col-set {
  display: block;
  zoom: 1;
  margin: -15px;
}

.col-set:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.col-set .col {
  float: left;
  padding: 15px;
  min-height: 1px;
}

.col-set.col-2 .col {
  width: 50%;
}

.col-set.col-2 .col:nth-child(2n+3) {
  clear: left;
}

.col-set.col-3 .col {
  width: 33.33%;
}

.col-set.col-3 .col:nth-child(3n+4) {
  clear: left;
}

.col-set.col-4 .col {
  width: 25%;
}

.col-set.col-4 .col:nth-child(4n+5) {
  clear: left;
}

.col-set.col-5 .col {
  width: 20%;
}

.col-set.col-5 .col:nth-child(5n+6) {
  clear: left;
}

.col-set.col-6 .col {
  width: 16.66%;
}

.col-set.col-6 .col:nth-child(6n+7) {
  clear: left;
}

.dont-break {
  white-space: nowrap;
}

.main-content-wrap {
  min-height: -webkit-calc(100vh - 20px - 20px - 320px - 58px);
  min-height: calc(100vh - 20px - 20px - 320px - 58px);
}

body.admin-bar .main-content-wrap {
  min-height: -webkit-calc(100vh - 20px - 20px - 320px - 32px - 58px);
  min-height: calc(100vh - 20px - 20px - 320px - 32px - 58px);
}

ul.project-info {
  display: table;
  margin: 60px 0 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #000;
}

ul.project-info li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-row;
  border-bottom: 1px solid #edf0f2;
}

ul.project-info li .label {
  display: table-cell;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}

ul.project-info li .content {
  display: table-cell;
  padding: 10px 0 10px 10px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}

.featured-image-wrapper {
  background: #edf0f2;
  width: 100%;
  height: 320px;
  position: relative;
  z-index: 0;
}

.featured-image-wrapper .title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.featured-image-wrapper .title-wrap .title {
  padding: 24px 40px;
  background: #000;
  background: #13216A;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}

.featured-image-wrapper .title-wrap .title h1 {
  font-size: 32px;
  min-width: 360px;
}

.featured-image-wrapper .title-wrap .submenu-button {
  float: left;
  margin-left: 2px;
  width: 96px;
  height: 96px;
  background: #000;
  background: #13216A;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.error404 .featured-image-wrapper .title-wrap .submenu-button,
body.single-post .featured-image-wrapper .title-wrap .submenu-button,
body.page:not(.page-parent) .featured-image-wrapper .title-wrap .submenu-button {
  display: none;
}

body.parent-pageid-46 .featured-image-wrapper .title-wrap .submenu-button {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body.page-id-84:not(.page-parent) .featured-image-wrapper .title-wrap .submenu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.open-secondary-menu .featured-image-wrapper .title-wrap .submenu-button .dashicons-no-alt {
  display: block;
}

body.open-secondary-menu .featured-image-wrapper .title-wrap .submenu-button .dashicons-menu {
  display: none;
}

.featured-image-wrapper .title-wrap .submenu-button .dashicons {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

.featured-image-wrapper .title-wrap .submenu-button .dashicons-no-alt {
  display: none;
}

.featured-image-wrapper .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery {
  margin: 0;
  padding: 0;
}

.gallery li {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.gallery li:last-child {
  margin-bottom: 0;
}

.subpages-menu.subpages-menu-wrapper {
  display: none;
}

.subpages-menu.subpages-menu-wrapper ul.menu {
  padding-top: 30px;
}

.subpages-menu ul.menu {
  display: block;
  zoom: 1;
  margin: 0 -15px;
  padding: 0;
}

.subpages-menu ul.menu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.subpages-menu ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.subpages-menu ul.menu li a {
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.subpages-menu ul.menu>li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}

.subpages-menu ul.menu>li>a {
  font-size: 16px;
  line-height: 20px;
  background: #13216A;
  letter-spacing: 1.5px;
  color: #fff;
}

.subpages-menu ul.menu>li>a:focus,
.subpages-menu ul.menu>li>a:hover {
  background: #cfd7dd;
}

.subpages-menu ul.menu>li>ul>li>a {
  font-size: 14px;
  line-height: 20px;
  background: #edf0f2;
  letter-spacing: 1.31px;
}

.subpages-menu ul.menu>li>ul>li>a:focus,
.subpages-menu ul.menu>li>ul>li>a:hover {
  background: #fcfcfd;
}

.featured-icon-wrapper {
  position: relative;
}

.featured-icon-wrapper .featured-icon {
  position: absolute;
  right: 0;
  width: 276px;
  top: -100px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

body.open-secondary-menu .featured-icon-wrapper .featured-icon {
  top: -250px;
}

.module {
  display: block;
  zoom: 1;
}

.module:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.module .content {
  padding: 15px 0;
}

.module:first-child .content {
  padding-top: 30px;
}

.module:last-child .content {
  padding-bottom: 30px;
}

.module-one-column h1,
.module-one-column h2,
.module-one-column h3,
.module-one-column h4,
.module-one-column h5,
.module-one-column h6,
.module-one-column p {
  max-width: 860px;
}

body.with-icon .module-one-column h1,
body.with-icon .module-one-column h2,
body.with-icon .module-one-column h3,
body.with-icon .module-one-column h4,
body.with-icon .module-one-column h5,
body.with-icon .module-one-column h6,
body.with-icon .module-one-column p {
  max-width: none;
  padding-right: 300px;
}

.module-shortcuts .wrapper {
  max-width: 1220px;
  width: 100%;
}

.module-shortcuts ul.shortcuts {
  width: 100%;
  display: block;
  zoom: 1;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module-shortcuts ul.shortcuts:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.module-shortcuts ul.shortcuts li {
  display: block;
  list-style: none;
  margin: 0 30px;
  padding: 50px 0;
  position: relative;
  width: -webkit-calc(25% - 60px);
  width: calc(25% - 60px);
}

.module-shortcuts ul.shortcuts li a {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: underline;
  color: #000;
  letter-spacing: 1.43px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-shortcuts ul.shortcuts li a .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-shortcuts ul.shortcuts li a .image {
  display: table;
  clear: both;
  margin: 0 auto 15px;
}

.loop-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Fix for border on iframe and unnessecary margins */

#post-id-1175 #personvern-text-section p {
  max-width: 100%;
}

#post-id-1175 .wrapper iframe {
  display: block;
  width: 100% !important;
  height: 60vh;
  border: none;
}

/* End of fix */

.loop-projects .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.loop-projects .loop-single-project {
  background: #edf0f2;
}

.loop-projects .loop-single-project:focus,
.loop-projects .loop-single-project:hover {
  background: #dee4e7;
}

.loop-projects .loop-single-project a {
  display: block;
  color: #000;
  text-decoration: none;
}

.loop-projects .loop-single-project a img {
  display: block;
  width: 100%;
}

.loop-projects .loop-single-project a .title {
  font-size: 16px;
  font-size: 1.2vw;
  line-height: 100%;
  display: block;
  letter-spacing: 1.5px;
  padding: 15px;
}

@media (max-width: 1000px) {
  .loop-projects .loop-single-project a .title {
    font-size: 12px;
  }
}

@media (min-width: 1333.33333px) {
  .loop-projects .loop-single-project a .title {
    font-size: 16px;
  }
}

h1,
.h1 {
  font-size: 32px;
  font-size: 3.4vw;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  margin: 0 0 15px;
  font-weight: 700;
}

@media (max-width: 705.88235px) {

  h1,
  .h1 {
    font-size: 24px;
  }
}

@media (min-width: 941.17647px) {

  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2,
.intro {
  font-size: 24px;
  font-size: 2.4vw;
  line-height: 150%;
  margin: 0 0 15px;
}

@media (max-width: 750px) {

  h2,
  .h2,
  .intro {
    font-size: 18px;
  }
}

@media screen and (max-width: 785px) {
  #post-id-1175 .wrapper iframe {
    display: block;
    width: 350px;
    height: 40vh;
    border: none;
  }
}

@media (min-width: 1000px) {

  h2,
  .h2,
  .intro {
    font-size: 24px;
  }
}

h3,
.h3,
.pheading {
  font-size: 28px;
  font-size: 2.4vw;
  line-height: 150%;
  margin: 30px 0 0;
}

@media (max-width: 833.33333px) {

  h3,
  .h3,
  .pheading {
    font-size: 20px;
  }
}

@media (min-width: 1166.66667px) {

  h3,
  .h3,
  .pheading {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 28px;
  font-size: 2.4vw;
  line-height: 34px;
  margin: 0 0 15px;
}

@media (max-width: 833.33333px) {

  h4,
  .h4 {
    font-size: 20px;
  }
}

@media (min-width: 1166.66667px) {

  h4,
  .h4 {
    font-size: 28px;
  }
}

h5,
.h5 {
  font-size: 28px;
  font-size: 2.4vw;
  line-height: 34px;
  margin: 15px 0;
}

@media (max-width: 833.33333px) {

  h5,
  .h5 {
    font-size: 20px;
  }
}

@media (min-width: 1166.66667px) {

  h5,
  .h5 {
    font-size: 28px;
  }
}

h6,
.h6 {
  font-size: 28px;
  font-size: 2.4vw;
  line-height: 34px;
  margin: 15px 0 0;
}

@media (max-width: 833.33333px) {

  h6,
  .h6 {
    font-size: 20px;
  }
}

@media (min-width: 1166.66667px) {

  h6,
  .h6 {
    font-size: 28px;
  }
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}

a h1,
h1 a,
a .h1,
.h1 a,
a h2,
h2 a,
a .h2,
.h2 a,
a h3,
h3 a,
a .h3,
.h3 a,
a h4,
h4 a,
a .h4,
.h4 a,
a h5,
h5 a,
a .h5,
.h5 a,
a h6,
h6 a,
a .h6,
.h6 a {
  text-decoration: none;
  color: inherit;
}

a h1:hover,
h1 a:hover,
a .h1:hover,
.h1 a:hover,
a h2:hover,
h2 a:hover,
a .h2:hover,
.h2 a:hover,
a h3:hover,
h3 a:hover,
a .h3:hover,
.h3 a:hover,
a h4:hover,
h4 a:hover,
a .h4:hover,
.h4 a:hover,
a h5:hover,
h5 a:hover,
a .h5:hover,
.h5 a:hover,
a h6:hover,
h6 a:hover,
a .h6:hover,
.h6 a:hover {
  text-decoration: underline;
  color: #000;
}

p,
address {
  margin-bottom: 15px;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

a {
  color: #000;
}

a:focus,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0 0 15px;
  padding: 0;
}

ul li {
  list-style: disc outside;
  margin: 0 0 0 15px;
}

ul li ul {
  margin: 0;
}

ol {
  margin: 0 0 15px;
  padding: 0;
}

ol li {
  list-style: decimal outside;
  margin: 0 0 0 15px;
}

ol li ol {
  margin: 0;
}

table {
  width: 100%;
  margin-bottom: 15px;
}

table th,
table td {
  padding: 10px;
  text-align: left;
}

table th {
  font-weight: 700;
}

table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}

pre,
xmp,
code {
  font-family: 'Fira Code', 'monospace';
  background: #f2f2f2;
  color: #000;
  padding: 15px;
  margin: 0 0 15px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  overflow: scroll;
}

code {
  padding: 5px;
  margin: 0 2px;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  height: auto;
}

.wp-caption p.wp-caption-text {
  margin-bottom: 15px;
  font-style: italic;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 7.5px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 7.5px;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  font-family: century-gothic, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  display: block;
}

textarea {
  font-family: century-gothic, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  height: 100px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 16px;
  padding: 10px;
  margin: 0;
  display: block;
}

.button,
a.button {
  font-family: century-gothic, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.button:focus,
.button:hover,
a.button:focus,
a.button:hover {
  background: #0d0d0d;
}

.slideshow {
  position: relative;
  z-index: 0;
}

.slideshow ul.slides {
  display: block;
  zoom: 1;
  margin: 0;
  padding: 0;
  background: #000;
}

.slideshow ul.slides:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.slideshow ul.slides li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: none;
}

.slideshow ul.slides li:first-child {
  display: block;
  opacity: 0;
}

.slideshow ul.slides li img.slide-image {
  display: block;
  max-width: none;
  width: 100%;
}

.slideshow ul.slides li .slideshow-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .slideshow ul.slides li .slideshow-content {
    position: relative;
    left: auto;
    bottom: auto;
    clear: both;
    display: block;
  }
}

.slideshow ul.slides li .slideshow-content .wrapper {
  position: relative;
}

.slideshow ul.slides li .slideshow-content .inner-left {
  float: left;
  max-width: 58%;
  bottom: 0;
  left: 0;
}

.slideshow ul.slides li .slideshow-content .inner-right {
  float: right;
  max-width: 38%;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  .slideshow ul.slides li .slideshow-content .inner-right {
    border-top: 1px solid #fff;
  }
}

.slideshow ul.slides li .slideshow-content .inner-left,
.slideshow ul.slides li .slideshow-content .inner-right {
  font-size: 22px;
  font-size: 2.2vw;
  line-height: 140%;
  letter-spacing: 1.75px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  padding: 22.5px 30px;
  position: absolute;
}

@media (max-width: 636.36364px) {

  .slideshow ul.slides li .slideshow-content .inner-left,
  .slideshow ul.slides li .slideshow-content .inner-right {
    font-size: 14px;
  }
}

@media (min-width: 1000px) {

  .slideshow ul.slides li .slideshow-content .inner-left,
  .slideshow ul.slides li .slideshow-content .inner-right {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {

  .slideshow ul.slides li .slideshow-content .inner-left,
  .slideshow ul.slides li .slideshow-content .inner-right {
    position: relative;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    clear: both;
    max-width: 100%;
    width: 100%;
  }
}

.slideshow ul.slides li .slideshow-content .inner-left a,
.slideshow ul.slides li .slideshow-content .inner-right a {
  font-size: 18px;
  font-size: 2.2vw;
  color: #fff;
  letter-spacing: 1.43px;
  text-decoration: none;
}

@media (max-width: 545.45455px) {

  .slideshow ul.slides li .slideshow-content .inner-left a,
  .slideshow ul.slides li .slideshow-content .inner-right a {
    font-size: 12px;
  }
}

@media (min-width: 818.18182px) {

  .slideshow ul.slides li .slideshow-content .inner-left a,
  .slideshow ul.slides li .slideshow-content .inner-right a {
    font-size: 18px;
  }
}

.slideshow ul.slides li .slideshow-content .inner-left a:focus,
.slideshow ul.slides li .slideshow-content .inner-left a:hover,
.slideshow ul.slides li .slideshow-content .inner-right a:focus,
.slideshow ul.slides li .slideshow-content .inner-right a:hover {
  text-decoration: underline;
}

body {
  font-family: century-gothic, sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  border: 20px solid #fff;
  min-height: 100vh;
  position: relative;
  letter-spacing: .1px;
}

body.admin-bar {
  min-height: -webkit-calc(100vh - 32px);
  min-height: calc(100vh - 32px);
}

.header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}

body.open-main-menu .header {
  z-index: 98;
}

.header .logo {
  max-width: 277px;
  margin-top: 33px;
}

body.open-main-menu .header .logo {
  display: none;
}

.header .menu-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #edf0f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.75px;
}

body.open-main-menu .header .menu-button {
  z-index: 99;
  background: #1a1a1a;
  color: #fff;
  position: fixed;
  right: 20px;
  top: 20px;
}

body.open-main-menu.admin-bar .header .menu-button {
  top: -webkit-calc(20px + 32px);
  top: calc(20px + 32px);
}

.header .menu-button .dashicons {
  margin: 2px 0 0 2px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.main-menu {
  display: none;
  position: fixed;
  z-index: 9;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 20px solid #fff;
}

body.admin-bar .main-menu {
  top: 32px;
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px);
}

body.open-main-menu .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-menu ul.menu {
  margin: 0;
  padding: 0;
}

.main-menu ul.menu li {
  font-size: 32px;
  font-size: 2vw;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
  line-height: 100%;
  letter-spacing: 1.75px;
}

@media (max-width: 900px) {
  .main-menu ul.menu li {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .main-menu ul.menu li {
    font-size: 32px;
  }
}

.main-menu ul.menu li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  display: inline-block;
  padding: 10px 15px;
}

.main-menu ul.menu li a:focus a,
.main-menu ul.menu li a:hover a,
.main-menu ul.menu li.current_page_item a,
.main-menu ul.menu li.current-page-ancestor a,
body.single-project .main-menu ul.menu li.menu-item-85 a {
  color: gray;
}

body.single-project .project {
  padding: 30px 0;
}

.footer {
  background: #585858;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1.11px;
  position: relative;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:focus,
.footer a:hover {
  text-decoration: underline;
}

.footer p.maksimer {
  position: absolute;
  right: 0;
  bottom: -16px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .8;
  color: gray;
}

.footer p.maksimer a {
  color: gray;
}

@media screen and (max-width: 1250px) {
  .module-shortcuts ul.shortcuts li {
    width: -webkit-calc(33.33% - 60px);
    width: calc(33.33% - 60px);
  }
}

@media screen and (max-width: 980px) {
  .module-shortcuts ul.shortcuts li {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    padding: 20px 0;
  }

  .module-shortcuts ul.shortcuts li a {
    font-size: 14px;
  }

  .subpages-menu ul.menu>li>a {
    font-size: 14px;
  }

  .subpages-menu ul.menu>li>ul>li>a {
    font-size: 12px;
  }

  .featured-icon-wrapper.wrapper {
    float: right;
    width: auto;
    padding-top: 40px;
  }

  .featured-icon-wrapper.wrapper .featured-icon {
    top: 0;
    position: relative;
  }

  body.open-secondary-menu .featured-icon-wrapper.wrapper .featured-icon {
    top: 0;
  }
}

@media screen and (max-width: 900px) {
  .subpages-menu ul.menu>li {
    width: 50%;
  }

  .col-set.col-2 .col {
    width: 100%;
    float: none;
    clear: both;
  }

  .col-set.col-3 .col {
    width: 50%;
  }

  .col-set.col-3 .col:nth-child(3n+4) {
    clear: none;
  }

  .col-set.col-3 .col:nth-child(2n+3) {
    clear: left;
  }

  .kontaktpersoner {
    display: block;
  }

  .kontaktpersoner thead {
    display: none;
  }

  .kontaktpersoner tbody {
    display: block;
    zoom: 1;
    display: block;
    width: 100%;
  }

  .kontaktpersoner tbody:after {
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .kontaktpersoner tr {
    display: block;
    width: 50%;
    float: left;
    border-bottom: 0;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .kontaktpersoner tr:last-child {
    margin-bottom: 0;
  }

  .kontaktpersoner tr:nth-child(2n+3) {
    clear: left;
  }

  .kontaktpersoner tr td {
    display: block;
    padding: 0;
  }

  .kontaktpersoner tr td.name {
    font-weight: 700;
  }
}

@media screen and (max-width: 650px) {
  .header .logo {
    width: 40px;
    margin-top: 10px;
  }

  .header .menu-button {
    font-size: 0;
    width: 60px;
    height: 60px;
  }

  .header .menu-button .dashicons {
    margin: 0;
    font-size: 25px;
    width: 25px;
    height: 25px;
  }

  .featured-image-wrapper {
    height: 200px;
  }

  .featured-image-wrapper .title-wrap .title {
    padding: 0 15px;
    height: 60px;
  }

  .featured-image-wrapper .title-wrap .title h1 {
    font-size: 22px;
    display: inline;
    line-height: 60px;
    font-weight: 400;
  }

  .featured-image-wrapper .title-wrap .submenu-button {
    width: 60px;
    height: 60px;
  }

  .featured-image-wrapper .title-wrap .submenu-button .dashicons {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }

  .subpages-menu ul.menu>li {
    width: 100%;
  }

  .slideshow ul.slides li {
    background: #000;
  }

  .slideshow ul.slides li .slideshow-content {
    position: relative;
  }

  .slideshow ul.slides li .slideshow-content .wrapper {
    width: 100%;
  }

  .featured-icon-wrapper.wrapper {
    display: none;
  }

  body.with-icon .module-one-column h1,
  body.with-icon .module-one-column h2,
  body.with-icon .module-one-column h3,
  body.with-icon .module-one-column h4,
  body.with-icon .module-one-column h5,
  body.with-icon .module-one-column h6,
  body.with-icon .module-one-column p {
    padding-right: 0;
  }

  .main-content-wrap .wrapper {
    width: 100%;
  }

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

@media screen and (max-width: 550px) {
  .col-set.col-3 .col {
    width: 100%;
    float: none;
    clear: both;
  }

  .loop-projects .loop-single-project {
    width: 100%;
  }

  .loop-projects .loop-single-project a img {
    max-width: none;
    width: 100%;
  }

  .kontaktpersoner tr {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .module-shortcuts ul.shortcuts li {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 15px 0;
  }
}