@charset "UTF-8";
/*!
Theme Name: Hemudden
Theme URI: https://lennandia.com
Author: Lennandia Advertising
Author URI: https://lennandia.com
Description: Ett tema byggt för Hemudden
*/

@import url("../../../include/nobootstrap.css");
@import url("../../../include/pure/pure-min.css");
@import url("../../../include/pure/grids-min.css");
@import url("../../../include/pure/grids-responsive-min.css");

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #00313C;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35em; }

.ljus {
  color: #6BA4B8; }

h1 {
  font-size: 2.4em;
  margin-bottom: 0.4em; }

h2 {
  font-size: 2.1em;
  margin-bottom: 0.35em; }

h3 {
  font-size: 1.4em;
  margin-bottom: 0.3em; }

h4 {
  font-size: 1.1em;
  margin-bottom: 0.3em; }

@media screen and (min-width: 1030px) {
  h1 {
    font-size: 3.5em; }
  h2 {
    font-size: 2.8em; }
  h3 {
    font-size: 2.1em; }
  h4 {
    font-size: 1.4em; } }

p {
  margin-bottom: 1.5em;
  margin-top: 0.3em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.125px;
  font-size: 0.84375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
  font-size: 0.84375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

@media screen and (min-width: 1030px) {
  p, a {
    font-size: 1.4em; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 10.5px;
  font-size: 0.675rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #6BA4B8;
  font-style: italic; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: #00313C; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.objekt a {
  margin: 0.5em 0;
  display: block; }

.site-footer a {
  font-size: inherit;
  color: #ffffff; }

.site-footer em {
  font-size: 80%; }

.site-footer h2 a {
  text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: inline-block; }
  .main-navigation ul {
    list-style: none;
    margin: 0 0 25% 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    margin: 32px 112px 32px 86px; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.main-navigation .menu-toggle {
  z-index: 12;
  position: relative;
  display: block;
  background: transparent;
  padding: 0;
  border: 0;
  width: 40px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  cursor: pointer; }
  .main-navigation .menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #6BA4B8;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease; }
  .main-navigation .menu-toggle span:nth-child(1) {
    top: 0px; }
  .main-navigation .menu-toggle span:nth-child(2), .main-navigation .menu-toggle span:nth-child(3) {
    top: 10px; }
  .main-navigation .menu-toggle span:nth-child(4) {
    top: 20px; }

.main-navigation.toggled .menu-toggle {
  position: fixed;
  top: 39px;
  right: 30px; }

.main-navigation.toggled ul {
  display: block; }

.main-navigation.toggled span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }

.main-navigation.toggled span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.main-navigation.toggled span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.main-navigation.toggled span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

.main-navigation.toggled .menu-menu-1-container {
  left: 26%; }

.menu-menu-1-container {
  position: fixed;
  background: #00313C;
  display: flex;
  align-items: center;
  height: 100vh;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 5;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease; }
  .menu-menu-1-container ul li a {
    font-size: 1.4em;
    line-height: 1.35em;
    font-style: normal;
    color: #fff; }
  .menu-menu-1-container ul li#menu-item-39 {
    position: absolute;
    bottom: 10%;
    background-color: #6BA4B8;
    padding: 16px;
    width: 100%;
    margin-left: 70px; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media screen and (min-width: 1030px) {
  .menu-menu-1-container {
    height: auto;
    position: absolute;
    left: 0;
    height: 125px;
    background-color: transparent; }
    .menu-menu-1-container ul {
      margin: 0;
      width: 100%;
      display: flex;
      justify-content: center; }
      .menu-menu-1-container ul li {
        margin: 0 12px;
        display: inline-block; }
        .menu-menu-1-container ul li#menu-item-39 {
          right: 0;
          width: auto;
          margin: 0 0 21px 0;
          padding: 15px 50px 15px 20px; }
          .menu-menu-1-container ul li#menu-item-39 a {
            color: #ffffff; }
        .menu-menu-1-container ul li a {
          color: #6BA4B8;
          font-size: 1.1em; }
  .main-navigation .menu-toggle {
    display: none; } }

@media screen and (min-width: 1250px) {
  .menu-menu-1-container ul li {
    margin: 0 20px; }
    .menu-menu-1-container ul li a {
      font-size: 1.4em; }
  .main-navigation .menu-toggle {
    display: none; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 12.25px;
    font-size: 0.7875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.real {
  background-color: gray;
  height: auto;
  min-height: 680px;
}

.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin-bottom: 40px; }
  .page-content .lonely-post,
  .entry-content .lonely-post,
  .entry-summary .lonely-post {
    margin-bottom: 60px; }
  .page-content img,
  .entry-content img,
  .entry-summary img {
    max-width: calc(100% + 30px);
    margin: 7px 0; }
    .page-content img:first-of-type,
    .entry-content img:first-of-type,
    .entry-summary img:first-of-type {
      margin-top: 16px; }
    .page-content img:last-of-type,
    .entry-content img:last-of-type,
    .entry-summary img:last-of-type {
      margin-bottom: 16px; }
  .page-content .no-img,
  .entry-content .no-img,
  .entry-summary .no-img {
    min-height: 250px;
    width: calc(100% + 30px);
    margin: 16px 0;
    background: lightgray;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .page-content .wrap,
  .entry-content .wrap,
  .entry-summary .wrap {
    margin-bottom: 60px; }
    .page-content .wrap .objekt img, .page-content .wrap .objekt .no-img,
    .entry-content .wrap .objekt img,
    .entry-content .wrap .objekt .no-img,
    .entry-summary .wrap .objekt img,
    .entry-summary .wrap .objekt .no-img {
      margin: 40px 0 -8px; }
    .page-content .wrap .objekt:first-of-type img, .page-content .wrap .objekt:first-of-type .no-img,
    .entry-content .wrap .objekt:first-of-type img,
    .entry-content .wrap .objekt:first-of-type .no-img,
    .entry-summary .wrap .objekt:first-of-type img,
    .entry-summary .wrap .objekt:first-of-type .no-img {
      margin: 10px 0 -8px; }

.landing {
  padding: 30px;
  min-height: calc(100vh - 98px);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .landing .block {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 40px;
    max-width: 480px; }
    .landing .block h1 {
      margin-top: -2px; }
    .landing .block h4 {
      margin-bottom: 8px; }

body.home .logo-start {
  max-width: 65%;
  padding: 22vh 0 51vh; }

body.home #masthead {
  justify-content: flex-end;
  position: absolute;
  width: 100%; }

body.home .landing {
  height: auto;
  padding: 0;
  min-height: 100vh;
  flex-wrap: wrap;
  background-size: 106%; }
  body.home .landing .block {
    max-width: 100%;
    margin-bottom: 0;
    padding: 55px 30px 0; }
    body.home .landing .block h1 {
      margin-top: -2px; }
    body.home .landing .block h4 {
      margin-bottom: 8px; }
  body.home .landing .pil {
    top: 75vh; }

.pil {
  display: block;
  position: absolute;
  bottom: 20px;
  height: 20px;
  width: 20px;
  margin: 25px auto 10px;
  left: 0;
  right: 0;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg); }

.featured {
  margin-bottom: 32px; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.mobil-luft {
  padding-left: 30px;
  padding-right: 30px;
  display: block; }

.wrap h3 {
  margin-bottom: 0; }

.wrap p {
  margin-bottom: 0.5em; }

.wrap hr {
  margin: 1.2em 0 1.2em -30px;
  margin-left: -30px;
  text-align: left;
  width: 65%;
  height: 2px;
  background-color: #6BA4B8; }

.facebook-wrap {
  margin-top: 6em; }

@media screen and (min-width: 767px) {
  .landing {
    height: 200px; }
  body.home .landing {
    background-size: 120%;
    background-position: bottom; }
  .main-navigation.toggled .menu-menu-1-container {
    left: 60%; }
  .single-objekt .featured img {
    width: 100%; }
  .single-objekt .entry-content p {
    max-width: 580px; } }

@media screen and (min-width: 1030px) {
  body.page-template-page-undersida #main {
    display: flex;
    flex-wrap: wrap;
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between; }
  .facebook-wrap {
    width: 46%;
    margin-top: 6em;
    margin-left: auto;
    margin-right: auto; }
  .single-objekt .featured {
    padding-left: 30px;
    padding-right: 30px; }
  .single-objekt .entry-content img, .single-objekt .entry-content .no-img {
    width: 100%; }
  .single-objekt .entry-content h1 {
    margin-bottom: 0.9em; }
  .single-objekt .entry-content .kolumn {
    margin: 5em 0 7em; }
    .single-objekt .entry-content .kolumn h1, .single-objekt .entry-content .kolumn h2, .single-objekt .entry-content .kolumn h3, .single-objekt .entry-content .kolumn p {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; }
    .single-objekt .entry-content .kolumn img {
      margin: 5em 0 0; }
  .single-objekt .entry-content h1, .single-objekt .entry-content h2, .single-objekt .entry-content h3 {
    margin-top: 0; }
  .single-objekt .entry-content img {
    margin-top: 0; }
  .tva_kolumner {
    display: flex;
    justify-content: space-between; }
    .tva_kolumner .vanster {
      width: 48%; }
      .tva_kolumner .vanster p, .tva_kolumner .vanster h1, .tva_kolumner .vanster h2, .tva_kolumner .vanster h3 {
        padding-right: 60px; }
    .tva_kolumner .hoger {
      width: 48%; }
      .tva_kolumner .hoger p, .tva_kolumner .hoger h1, .tva_kolumner .hoger h2, .tva_kolumner .hoger h3 {
        padding-left: 60px; }
  body.home .logo-start {
    width: 350px;
    padding: 25vh 0 28vh; }
  body.home .landing {
    background-size: cover;
    flex-direction: column; }
    body.home .landing .pil {
      top: 85vh; }
    body.home .landing .block {
      margin: 26vh 0 26vh;
      max-width: 712px;
      padding: 50px 80px 50px; }
      body.home .landing .block h4 {
        margin-bottom: 0; }
  .landing {
    background-size: cover;
    height: 400px; }
    .landing .block {
      max-width: 712px;
      padding: 18px 80px 25px; }
      .landing .block h4 {
        margin-bottom: 0; }
    .landing .pil {
      bottom: 60px;
      height: 40px;
      width: 40px; }
  .entry-content {
    margin-bottom: 10em; }
    .entry-content .lonely-post {
      width: 47%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
      .entry-content .lonely-post h2:first-of-type.titel {
        margin-bottom: 2.4em;
        margin-top: 1.3em; }
      .entry-content .lonely-post img, .entry-content .lonely-post .no-img {
        margin: 0;
        width: 100%; }
    .entry-content h2.titel {
      margin-top: 2.7em;
      width: 100%;
      text-align: center; }
    .entry-content h2:first-of-type.titel {
      margin-top: 2.7em; }
    .entry-content .wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .entry-content .wrap hr {
        margin: 1.2em 0 1.2em 0;
        width: 100%; }
      .entry-content .wrap .objekt {
        width: 47%;
        margin-top: 6em;
        margin-left: auto;
        margin-right: auto; }
        .entry-content .wrap .objekt img, .entry-content .wrap .objekt .no-img {
          margin: 0;
          width: 100%; }
        .entry-content .wrap .objekt:first-of-type img, .entry-content .wrap .objekt:first-of-type .no-img {
          margin: 0; }
      .entry-content .wrap.extra {
        margin-bottom: 10em;
        margin-top: 120px; }
        .entry-content .wrap.extra h2, .entry-content .wrap.extra p {
          margin-left: auto;
          margin-right: auto;
          max-width: 712px; }
        .entry-content .wrap.extra h2 {
          margin-bottom: 1.4em; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Other
--------------------------------------------------------------*/
#masthead {
  height: 98px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #masthead a#logotype {
    z-index: 12; }
  #masthead img.logo {
    width: 162px; }

footer#colophon {
  padding: 112px 30px 82px;
  position: relative;
  background-color: #00313C;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  footer#colophon h2 {
    margin-top: 0;
    line-height: 0.8em;
    margin-bottom: 0.5em; }
  footer#colophon img.logo {
    width: 72px;
    position: absolute;
    top: 30px;
    right: 30px; }
  footer#colophon [href^="tel:"] {
    color: #ffffff;
    text-decoration: none; }
  footer#colophon h3 {
    margin-bottom: 0.4em; }

@media screen and (min-width: 1030px) {
  #masthead {
    padding: 0;
    height: 125px; }
    #masthead img.logo {
      width: 215px;
      margin-left: 40px; }
  footer#colophon p {
    max-width: 25em; }
  footer#colophon img.logo {
    width: 94px;
    top: -80px; }
  .wrap {
    display: block;
    position: relative;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.pure-g [class *="pure-u"]
{
	font-family: "Open Sans", sans-serif;	
}

.real 
{
	padding: 30px;
  background-color: #F0F0F0;	
}

#real-content
{
  _max-width: 1200px;
}

#main-content
{
	padding-left: 40px;
}

#main-content.nomenu 
{
  margin-left: auto;
  margin-right: auto;
}

#password_reminder
{
	font-size: 17px;
	padding-left: 10px;
}

#password_field
{
	margin-top: 10px;
  margin-bottom: 10px;
}

#password_field input, #username_field input
{
	min-width: 20em;	
}

.real button, .real input, table.datatable td, table.datatable th, table.datatable th a, label, .radio, .real select, .real table.layout 
{
	font-size: 0.8rem;
}

.real .menu 
{
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	background-color: white;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
  margin-right: 40px;
  min-width: 200px;
}

.real .menu .title
{
	background-color: rgb(107, 164, 184);
	color: white;
	padding: 20px;
	padding-right: 30px;
	padding-bottom: 10px;	
	padding-top: 10px;	
} 

.real .menu ul 
{
	padding-left: 20px;		
	padding-right: 30px;		
	margin-left: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding-inline-start: 20px;
}

.real .menu a
{
	text-decoration: none;
	font-size: 0.9em;
	font-style: normal;
}

.real .menu a:visited
{
	color:inherit 	
}

.real .menu ul li
{
	margin-left: 0;
	padding-top: 5px;
}

.real .menu ul li.current
{
	font-weight: bold;
}

.real a 
{
	font-size: 0.9em;	
}

.real p
{
	margin-bottom: 0;
}

.real table.layout 
{
	margin-bottom: 0;	
}

.real table
{
	width: auto;
}


.real h1, .real h2
{
	font-size: 1.4em;	
	
}

.real h3
{
	font-size: 1.1em;
}

table.datatable tr td, table.datatable th
{
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

table.datatable th
{
	text-align: left;	
}

table.datatable tr
{
	border-top: 1px solid #E0E0E0;
}

table.datatable tr:nth-child(odd) td
{
}

.real table.layout td
{
	padding: 5px;
}

.real a
{
	text-decoration: none;
}

.real a:visited
{
	color: inherit;
}

#real-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

html, body {
  height: 100%;
  margin: 0;
}

#page {
  min-height: 100%;
  padding-bottom: 383.844px;
}

footer {
	position: relative;
	margin-top: -383.844px;
	height: 383.844px;
}


@media screen and (max-width: 1030px) {
    #main-content {
	    padding-left: 0px;
	    padding-top: 20px;
    }
    
    .real {
		  min-height: 0;
	}
	
	.real3 .menu {
		float: none;
		margin-right: 0;
  } 
  
  #real-content {
    flex-direction: column;
  }
}