@charset "UTF-8";
/*!
Theme Name: Dataforeningen
Theme URI: https://www.dataforeningen.no/
Author: Studio Netting
Author URI: https://www.studionetting.no/
Description: Theme for Dataforeningen
Version: 1.0.0
License: Dataforeningen
License URI: https://www.dataforeningen.no/
Text Domain: dnd
*/
/* 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; }

/* 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 */ }

/**
 * 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; }

/**
 * Boder-box on everything. Border-box includes padding and border in the element's total width and height.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*********************
IMPORTING ATOMS

TODO - må beskrives
*********************/
/* 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 {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    display: block;
    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; }

.hide {
  display: none;
  visibility: hidden; }

/******************************************************************
LOADING FONT FACES
******************************************************************/
@font-face {
  font-family: 'TTCommons';
  src: url("library/fonts/396076_1_0.eot");
  src: url("library/fonts/396076_1_0.eot?#iefix") format("embedded-opentype"), url("library/fonts/396076_1_0.woff") format("woff"), url("library/fonts/396076_1_0.woff2") format("woff2"), url("library/fonts/396076_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TTCommons';
  src: url("library/fonts/396076_3_0.eot");
  src: url("library/fonts/396076_3_0.eot?#iefix") format("embedded-opentype"), url("library/fonts/396076_3_0.woff") format("woff"), url("library/fonts/396076_3_0.woff2") format("woff2"), url("library/fonts/396076_3_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'TTCommons';
  src: url("library/fonts/398879_0_0.eot");
  src: url("library/fonts/398879_0_0.eot?#iefix") format("embedded-opentype"), url("library/fonts/398879_0_0.woff") format("woff"), url("library/fonts/398879_0_0.woff2") format("woff2"), url("library/fonts/398879_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'TTCommons';
  src: url("library/fonts/398879_1_0.eot");
  src: url("library/fonts/398879_1_0.eot?#iefix") format("embedded-opentype"), url("library/fonts/398879_1_0.woff") format("woff"), url("library/fonts/398879_1_0.woff2") format("woff2"), url("library/fonts/398879_1_0.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

button, .button, .gform_footer input[type=submit], .wp-block-file .wp-block-file__button {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  color: #053742;
  background: #d9ff39;
  border: 1px solid #c0ed0d;
  font-weight: bold;
  padding: 0.4em 2em 0.3em 2em;
  -webkit-border-top-left-radius: 1.5em;
  -webkit-border-top-right-radius: 1.5em;
  -webkit-border-bottom-right-radius: 1.5em;
  -webkit-border-bottom-left-radius: 1.5em;
  -moz-border-radius-topleft: 1.5em;
  -moz-border-radius-topright: 1.5em;
  -moz-border-radius-bottomright: 1.5em;
  -moz-border-radius-bottomleft: 1.5em;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em; }
  button:hover, .button:hover, .gform_footer input:hover[type=submit], .wp-block-file .wp-block-file__button:hover {
    background-color: #deff53;
    border: 1px solid #c9f321;
    color: #053742;
    text-decoration: none; }

.button, .gform_footer input[type=submit], .wp-block-file .wp-block-file__button {
  text-decoration: none; }
  .button:hover, .gform_footer input:hover[type=submit], .wp-block-file .wp-block-file__button:hover {
    color: #053742;
    text-decoration: none; }

.gform_footer input[type=submit] {
  font-size: 1em;
  display: block; }

/******************************************************************
Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.test-border {
  border: dotted red 1px; }

html {
  display: table;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  width: 100%; }

body {
  max-width: 100%;
  background-color: #ffffff;
  color: #053742;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.wrap-narrow {
  margin-right: 1em;
  margin-left: 1em;
  width: auto; }
  .wrap-narrow .content {
    width: 100%;
    float: left;
    display: block; }
  .wrap-narrow .sidebar {
    width: 100%;
    float: left;
    display: block; }
  @media (min-width: 620px) {
    .wrap-narrow {
      margin-right: auto;
      margin-left: auto;
      max-width: 27em; } }
  @media (min-width: 1020px) {
    .wrap-narrow {
      max-width: 42em; }
      .wrap-narrow .content {
        width: 69%;
        max-width: 27em; }
      .wrap-narrow .sidebar {
        width: 30%; } }
  @media (min-width: 1780px) {
    .wrap-narrow {
      max-width: 45em; } }

.right {
  display: block;
  float: right; }

.wrap-single-column {
  margin-right: 1em;
  margin-left: 1em;
  width: auto; }
  @media (min-width: 620px) {
    .wrap-single-column {
      margin-right: auto;
      margin-left: auto;
      max-width: 27em; } }

.wrap-wide {
  width: auto;
  margin-right: 1em;
  margin-left: 1em; }
  @media (min-width: 620px) {
    .wrap-wide {
      margin-right: 8%;
      margin-left: 8%; } }
  @media (min-width: 1240px) {
    .wrap-wide {
      margin-right: 7%;
      margin-left: 7%; } }

.grid-wrap {
  width: auto;
  margin-right: 0.5em;
  margin-left: 0.5em; }
  @media (min-width: 620px) {
    .grid-wrap {
      margin-right: 7%;
      margin-left: 7%; } }
  @media (min-width: 1240px) {
    .grid-wrap {
      margin-right: 6.25%;
      margin-left: 6.25%; } }
  @media (min-width: 1780px) {
    .grid-wrap {
      margin-right: 6.5%;
      margin-left: 6.5%; } }

.center {
  margin-left: auto;
  margin-right: auto; }

.cf::after, .wp-block-image.alignwide::after {
  content: "";
  clear: both;
  display: table; }

.flex-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: auto;
  height: 100%;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start; }

.flex-container > * {
  align-self: stretch; }

main {
  width: 100%;
  margin-top: 2em; }
  @media (min-width: 620px) {
    main {
      margin-top: 7%; } }
  @media (min-width: 1240px) {
    main {
      margin-top: 8%; } }
  @media (min-width: 1780px) {
    main {
      margin-top: 6%; } }

main > * {
  position: relative;
  z-index: 0; }

.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
.sm-all {
  float: left;
  width: 100%; }

/* Big mobiles and smal tablets */
@media (min-width: 481px) {
  .m-all {
    float: left;
    width: 100%; }
  .m-1of2 {
    float: left;
    width: 50%; } }

/* Portrait tablet to landscape */
@media (min-width: 620px) {
  .t-all {
    float: left;
    width: 100%; }
  .t-1of3 {
    float: left;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    width: 66.66%; }
  .t-1of2 {
    float: left;
    width: 50%; }
  .t-1of4 {
    float: left;
    width: 25%; }
  .t-3of4 {
    float: left;
    width: 75%; } }

/* Tablet landscape to small desktop */
@media (min-width: 1020px) {
  .sd-1of3 {
    float: left;
    width: 33.33%; }
  .sd-1of4 {
    float: left;
    width: 25%; }
  .sd-3of4 {
    float: left;
    width: 75%; } }

@media (min-width: 1240px) {
  main, .site-footer {
    width: calc(100% - 9em);
    margin-left: 9em;
    float: left; }
  .d-1of3 {
    float: left;
    width: 33.33%; }
  .d-1of8 {
    float: left;
    width: 12.5%; }
  .d-2of8 {
    float: left;
    width: 25%; }
  .d-3of8 {
    float: left;
    width: 37.5%; }
  .d-4of8 {
    float: left;
    width: 50%; }
  .d-5of8 {
    float: left;
    width: 62.5%; }
  .d-6of8 {
    float: left;
    width: 75%; }
  .d-7of8 {
    float: left;
    width: 87.5%; } }

/* Large desktop */
@media (min-width: 1780px) {
  .ld-1of4 {
    float: left;
    width: 25%; }
  .ld-1of3 {
    float: left;
    width: 33.33%; }
  .ld-2of3 {
    float: left;
    width: 66%; }
  .ld-all {
    float: left;
    width: 100%; }
  .ld-1of4 {
    float: left;
    width: 25%; }
  .ld-3of4 {
    float: left;
    width: 75%; }
  .ld-5of8 {
    float: left;
    width: 62.5%; } }

.icon {
  width: auto;
  height: 1.2em;
  margin-right: 0.9em; }

.facebook-icon {
  width: auto;
  height: 1.1em;
  margin-right: 0.9em; }

img, figure {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0; }

figure, .figure {
  margin-bottom: 2em; }

figcaption, .figcaption, .wp-block-image figcaption {
  width: 100%;
  display: block;
  float: left;
  font-size: 0.82em;
  margin-top: 1em;
  margin-bottom: 0;
  text-align: left;
  color: #797979; }

input[type="text"], textarea {
  display: inline-block;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 0.82em;
  padding: 0.4em 0.8em 0.4em;
  margin: 0; }

input[type="checkbox"], input[type="radio"] {
  width: 16px;
  height: 16px; }

::-webkit-input-placeholder {
  /* Edge */
  line-height: 1; }

:-ms-input-placeholder {
  /* Internet Explorer */
  line-height: 1; }

::placeholder {
  line-height: 1; }

a {
  color: #e53509;
  -webkit-text-decoration-color: #e53509;
  /* Safari */
  text-decoration-color: #e53509;
  -webkit-transition: 0.1s;
  /* Safari */
  transition: 0.1s; }
  a:hover {
    text-decoration: underline;
    color: #f63f12; }

/******************************************************************
FONT SIZES
******************************************************************/
html {
  font-size: 19.5px;
  line-height: 1.35;
  font-family: "TTCommons", Verdana, sans-serif;
  color: #053742;
  /* -webkit-font-feature-settings: "liga", "salt";
	-moz-font-feature-settings: "liga=1, salt=1";
    -ms-font-feature-settings: "liga", "salt";
    -o-font-feature-settings: "liga", "salt";
    font-feature-settings: "liga", "salt"; */ }
  @media (min-width: 620px) {
    html {
      font-size: 19.5px; } }
  @media (min-width: 1240px) {
    html {
      font-size: 21px; } }
  @media (min-width: 1780px) {
    html {
      font-size: 23px; } }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  color: inherit;
  margin-top: 0; }

h1, .h1 {
  font-size: 2.2em;
  line-height: 1.15em;
  margin-bottom: 0.2em;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media (min-width: 481px) {
    h1, .h1 {
      font-size: 2.8em; } }
  @media (min-width: 620px) {
    h1, .h1 {
      -webkit-hyphens: none;
      -ms-hyphens: none;
      hyphens: none;
      word-break: normal; } }

h2, .h2 {
  font-size: 1.4em;
  line-height: 1.2;
  margin-top: 2.2rem;
  margin-bottom: 0.3em; }

h3, .h3 {
  font-size: 1em;
  line-height: 1.2;
  margin-top: 1.6rem;
  margin-bottom: 0.3em; }

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.italic {
  font-style: italic; }

.uppercase, .uppercase-small-text {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.uppercase-small-text {
  font-size: 0.7em; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  float: left;
  display: block; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

/* Make YouTube embeds responsive */
.wp-block-embed-facebook figcaption, .wp-block-embed-youtube figcaption {
  margin-bottom: 0; }

/*********************
IMPORTING MOLECULES

TODO - må beskrives
*********************/
.background-color-gray {
  background-color: #f2f2f2; }

.background-color-white {
  background-color: #ffffff; }

.facts-box {
  background-color: #053742;
  color: #ffffff;
  padding: 6.5%;
  padding-top: 6%;
  margin-bottom: 1.8em;
  display: block;
  float: left;
  width: 100%; }
  .facts-box .facts-heading {
    margin-top: 0;
    font-size: 1.17em; }
  .facts-box a {
    font-weight: bold;
    color: #ffffff; }
  .facts-box p {
    font-size: 0.92em; }
    .facts-box p:last-of-type {
      margin-bottom: 0; }

.wp-block-file a {
  display: inline-block;
  margin-bottom: 0.5em; }

@media (min-width: 620px) {
  .wp-block-file a {
    margin: 0 2em 0.5em 0; }
  .wp-block-file .wp-block-file__button {
    margin-right: 0; } }

.wp-block-image figure {
  margin-bottom: 1.6em;
  width: auto; }
  .wp-block-image figure img {
    width: auto;
    max-width: 100%; }

.wp-block-image figure.alignleft {
  float: left;
  margin-bottom: 1.6em; }
  .wp-block-image figure.alignleft img {
    float: left; }
  .wp-block-image figure.alignleft figcaption {
    clear: both; }

.wp-block-image figure.alignright {
  float: right;
  margin-bottom: 1.6em; }
  .wp-block-image figure.alignright img {
    float: right; }
  .wp-block-image figure.alignright figcaption {
    clear: both; }

@media (min-width: 481px) {
  .wp-block-image figure.alignleft {
    padding-right: 1em;
    max-width: 50%; }
  .wp-block-image figure.alignright {
    max-width: 50%;
    padding-left: 1em; } }

@media (min-width: 620px) {
  .wp-block-image figure.alignleft {
    padding-right: 1.6em;
    max-width: auto; }
  .wp-block-image figure.alignright {
    padding-left: 1.6em;
    max-width: auto; } }

.quote-block {
  padding-left: 1em;
  max-width: 20em;
  margin-bottom: 2em;
  margin-top: 2em; }
  @media (min-width: 620px) {
    .quote-block {
      padding-left: 3em; } }
  .quote-block .quote {
    font-size: 1.4em;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 0; }
  .quote-block .quote-name {
    margin-top: 0.5em;
    margin-bottom: 0; }
  .quote-block span:first-of-type {
    margin-left: -0.7em;
    padding-right: 0.2em; }
  .quote-block span:last-of-type {
    padding-left: 0.2em; }

.related-content {
  font-weight: bold;
  padding-left: 0;
  list-style: none;
  margin-top: 0; }
  @media (min-width: 620px) {
    .related-content {
      padding-left: 1.5em; } }
  .related-content .related-content-element {
    margin-bottom: 0.2em; }
  .related-content a {
    color: #e53509;
    text-decoration: none;
    border-bottom: 2px solid #e4e4e4; }
    .related-content a:hover {
      border-bottom: 2px solid #e53509; }
  .related-content span {
    display: block; }

.wp-block-embed-facebook {
  max-width: 14em; }
  .wp-block-embed-facebook .embed-container {
    padding-bottom: 0; }
  @media (min-width: 620px) {
    .wp-block-embed-facebook {
      max-width: 100%; } }

.filtering-list .filter-dropdown, .filtering-list .facetwp-type-dropdown, .filtering-list .facetwp-facet {
  margin-bottom: 0; }
  .filtering-list .filter-dropdown .facetwp-dropdown, .filtering-list .facetwp-type-dropdown .facetwp-dropdown, .filtering-list .facetwp-facet .facetwp-dropdown {
    color: #e53509;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    color: #e53509;
    text-decoration: underline;
    -webkit-text-decoration-color: #e4e4e4;
    /* Safari */
    text-decoration-color: #e4e4e4;
    -webkit-transition: 0.1s;
    /* Safari */
    transition: 0.1s;
    cursor: pointer;
    float: left;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: auto;
    height: 28px;
    background-color: transparent; }
    .filtering-list .filter-dropdown .facetwp-dropdown:hover, .filtering-list .filter-dropdown .facetwp-dropdown:focus, .filtering-list .filter-dropdown .facetwp-dropdown:active, .filtering-list .facetwp-type-dropdown .facetwp-dropdown:hover, .filtering-list .facetwp-type-dropdown .facetwp-dropdown:focus, .filtering-list .facetwp-type-dropdown .facetwp-dropdown:active, .filtering-list .facetwp-facet .facetwp-dropdown:hover, .filtering-list .facetwp-facet .facetwp-dropdown:focus, .filtering-list .facetwp-facet .facetwp-dropdown:active {
      width: auto;
      -webkit-text-decoration-color: #e53509;
      /* Safari */
      text-decoration-color: #e53509;
      text-decoration: underline;
      color: #f63f12; }
    .filtering-list .filter-dropdown .facetwp-dropdown::-ms-expand, .filtering-list .facetwp-type-dropdown .facetwp-dropdown::-ms-expand, .filtering-list .facetwp-facet .facetwp-dropdown::-ms-expand {
      display: none; }
  .filtering-list .filter-dropdown .facetwp-loading, .filtering-list .facetwp-type-dropdown .facetwp-loading, .filtering-list .facetwp-facet .facetwp-loading {
    float: left; }

.filtering-list span {
  float: left;
  font-weight: bold;
  margin: 0 0.25em;
  clear: left; }
  @media (min-width: 481px) {
    .filtering-list span {
      clear: none; } }

h1 .filtering-list {
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  h1 .filtering-list .filter-dropdown .facetwp-dropdown, h1 .filtering-list .facetwp-type-dropdown .facetwp-dropdown, h1 .filtering-list .facetwp-facet .facetwp-dropdown {
    height: 1.1em;
    padding: 0; }
    h1 .filtering-list .filter-dropdown .facetwp-dropdown option, h1 .filtering-list .facetwp-type-dropdown .facetwp-dropdown option, h1 .filtering-list .facetwp-facet .facetwp-dropdown option {
      margin-top: 1em; }

.gallery .image {
  padding: 0.5em;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding: 0 0.5em 1em 0.5em; }
  @media (min-width: 620px) {
    .gallery .image {
      padding: 0 0.75% 1.8% 0.75%;
      width: 50%; } }
  @media (min-width: 1780px) {
    .gallery .image {
      width: 33%; } }
  @media (min-width: 2350px) {
    .gallery .image {
      padding: 0 0.5% 1.2% 0.5%;
      width: 25%; } }

.gradient, .blog main, .page-template-events main, .home main, .page-template-groups main, .single-post main, .single-arrangement main, .single-faggruppe main, .single-serie main, .archive main, .search main {
  position: relative;
  z-index: 1; }
  .gradient:before, .blog main:before, .page-template-events main:before, .home main:before, .page-template-groups main:before, .single-post main:before, .single-arrangement main:before, .single-faggruppe main:before, .single-serie main:before, .archive main:before, .search main:before {
    content: "";
    height: 20em;
    position: absolute;
    top: -2em;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: -webkit-linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #f2f2f2 100%);
    background: -o-linear-linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #f2f2f2 100%);
    background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f2f2f2 100%);
    overflow: hidden; }
  @media only screen and (min-width: 620px) {
    .gradient:before, .blog main:before, .page-template-events main:before, .home main:before, .page-template-groups main:before, .single-post main:before, .single-arrangement main:before, .single-faggruppe main:before, .single-serie main:before, .archive main:before, .search main:before {
      top: -8vw;
      height: 30em; } }

.site ul, .site ol {
  margin: 0 0 1.7em 0;
  width: 100%;
  max-width: 27em;
  list-style-position: outside; }
  .site ul ul, .site ul ol, .site ol ul, .site ol ol {
    margin-top: 0.3em;
    margin-bottom: 0; }

.site li {
  margin-bottom: 0.5em;
  clear: both; }
  .site li:last-of-type {
    margin-bottom: 0; }

.load-more-button-container, .posts-load-more-facetwp, .ais-infinite-hits--showmore {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 2em; }

.load-more-button, .posts-load-more-facetwp button, .ais-infinite-hits--showmore button {
  color: #e53509;
  font-weight: bold;
  font-size: 1.5em;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0; }
  .load-more-button:before, .posts-load-more-facetwp button:before, .ais-infinite-hits--showmore button:before {
    content: '+';
    padding-right: 0.2em;
    vertical-align: bottom; }
  .load-more-button:hover, .posts-load-more-facetwp button:hover, .ais-infinite-hits--showmore button:hover {
    background-color: transparent;
    border: none;
    color: #f63f12; }

.logo-container {
  display: block;
  float: left;
  padding-top: 0.3em; }
  .logo-container .logo {
    color: #ffffff;
    width: 1.5em;
    height: 1.5em; }
  @media only screen and (min-width: 1240px) {
    .logo-container {
      padding: 1.7em 0 0 1.7em; }
      .logo-container .logo {
        width: 2.2em;
        height: 2.56em; } }

/*
	General styles of menus across the site
*/
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.8; }
  .menu .menu-item {
    width: auto;
    margin-bottom: 0.5em; }
  .menu a {
    text-decoration: none; }
  @media only screen and (min-width: 1240px) {
    .menu {
      font-size: 0.82em;
      line-height: normal; }
      .menu .menu-item {
        margin-bottom: 0; } }

/*
 * Generic text styles used across different pages on the site.
 */
p {
  max-width: 27em;
  margin-top: 0;
  margin-bottom: 1.6em; }

.meta-title {
  color: #797979;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: normal; }
  @media (min-width: 481px) {
    .meta-title {
      font-size: 1rem; } }

h1 .meta-title {
  line-height: 1.3;
  display: block;
  clear: both;
  margin-bottom: 0.7rem; }

.preamble {
  font-size: 1em;
  max-width: 25em;
  margin-bottom: 0; }
  @media (min-width: 481px) {
    .preamble {
      font-size: 1.2em; } }

.small-text, .featured-page p, .featured-serie p, .site-footer ul, .site-footer .title, .boxzilla p {
  font-size: 0.82em; }

.large-text, .single-arrangement article .group p, .single-arrangement article .sponsor p {
  font-size: 1.65em;
  font-weight: bold;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media (min-width: 481px) {
    .large-text, .single-arrangement article .group p, .single-arrangement article .sponsor p {
      font-size: 1.9em;
      line-height: 1.3; } }
  @media (min-width: 1020px) {
    .large-text, .single-arrangement article .group p, .single-arrangement article .sponsor p {
      -webkit-hyphens: none;
      -ms-hyphens: none;
      hyphens: none; } }

.uppercase, .uppercase-small-text {
  text-transform: uppercase;
  letter-spacing: 0.09em; }

figcaption {
  text-align: left;
  font-size: 0.82em;
  color: #797979;
  margin-bottom: 1.7em; }

/*********************
IMPORTING ORGANISMS

Organisms are reusable blocks or elements we use throughout the project.
*********************/
/*
 * Styling of featured information of a post on the front page etc. 
 */
.featured-event {
  display: block;
  background-color: #ffffff; }
  .featured-event a {
    text-decoration: none; }
    .featured-event a:hover .title {
      text-decoration: underline; }
  .featured-event .header-container {
    position: relative;
    color: #ffffff; }
    .featured-event .header-container .header-text {
      position: absolute;
      z-index: 10;
      padding: 10%;
      padding-top: 12%;
      bottom: 0;
      min-width: 100%; }
    @media only screen and (min-width: 481px) {
      .featured-event .header-container .header-text {
        padding: 9%;
        padding-top: 11%; } }
  .featured-event .categories {
    font-size: 0.85em;
    margin-bottom: 0.3em; }
  .featured-event .title {
    margin: 0;
    font-size: 1.65em;
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual; }
    @media only screen and (min-width: 620px) {
      .featured-event .title {
        font-size: 1.4em; } }
  .featured-event img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    float: left; }
  .featured-event .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    float: left; }
    .featured-event .image-container:before {
      content: '';
      background-color: #053742;
      z-index: 3;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.65;
      mix-blend-mode: multiply; }
    .featured-event .image-container img {
      width: 100%;
      height: auto;
      position: relative;
      display: block;
      float: left; }
  .featured-event .header-image-background .title {
    bottom: 0; }
  .featured-event .event-about {
    background-color: #ffffff;
    display: block;
    float: left;
    width: 100%;
    padding: 1.5em;
    padding-bottom: 1.1em;
    font-size: 0.75em;
    line-height: 1.3; }
    @media only screen and (min-width: 620px) {
      .featured-event .event-about {
        font-size: 0.67em; } }
  .featured-event .event-date {
    padding-left: 1em;
    margin-bottom: 0.5em;
    margin-top: 0; }
    .featured-event .event-date .icon {
      width: auto;
      height: 1.2em;
      margin-right: 0.9em;
      margin-top: -0.1em; }
  .featured-event .event-host {
    border-top: solid 1px #d0d0d0;
    padding-top: 1em;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -webkit-inline-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: inline-flex;
    align-items: center;
    justify-content: flex-start; }
    .featured-event .event-host img {
      min-width: 4em;
      height: 4em;
      flex-basis: 4em;
      border-radius: 50%;
      display: block;
      float: left;
      margin-right: 1em; }
    .featured-event .event-host a {
      font-weight: bold;
      text-decoration: none; }
      .featured-event .event-host a:hover {
        text-decoration: underline; }

/*
 * Different background-color on the featured event in a list. 
 */
.background-color .header-container:before {
  content: '';
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.65; }

.background-color .header-container .header-text {
  top: 0; }

.background-color:nth-of-type(5n + 1) .header-container {
  background-color: #822c2c; }

.background-color:nth-of-type(5n + 2) .header-container {
  background-color: #f1d1f3;
  color: #053742; }

.background-color:nth-of-type(5n + 3) .header-container {
  background-color: #41907a; }

.background-color:nth-of-type(5n + 4) .header-container {
  background-color: #b8ecd6;
  color: #053742; }

.background-color:nth-of-type(5n + 5) .header-container {
  background-color: #053742; }

/*
 * Styling of featured information av a group. 
 * Can be used as a module on any page. 
 */
.featured-group {
  background-color: #ffffff;
  display: block;
  float: left; }
  .featured-group a .title {
    text-decoration: none; }
  .featured-group a:hover .title {
    text-decoration: underline; }
  .featured-group header {
    width: 100%;
    float: left; }
    .featured-group header h2, .featured-group header h3 {
      -ms-word-wrap: break-word;
      word-break: break-word;
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      hyphens: manual; }
  .featured-group .title {
    display: block;
    float: left;
    padding: 0.67em 0.67em 0 0.67em;
    margin: 0;
    font-size: 1em;
    width: 100%; }
  .featured-group .text {
    color: #053742;
    width: 100%;
    font-size: 0.67em;
    line-height: 1.4;
    padding: 0 1em 1em 1em;
    margin-top: 0.2em;
    margin-bottom: 0;
    float: left; }
  .featured-group img {
    width: 100%;
    height: auto;
    display: block;
    float: left; }
  @media (min-width: 481px) {
    .featured-group img {
      width: 100%; }
    .featured-group .text {
      color: #053742;
      width: 100%;
      padding: 0 8% 10% 8%; }
    .featured-group .title {
      width: 100%;
      padding: 8% 8% 0% 8%; } }

/*
 * For displaying a group as wide - used for articles.
 */
.featured-group-wide {
  width: 100%;
  max-width: 38em;
  background-color: #ffffff;
  display: block;
  float: left; }
  .featured-group-wide .feature-group-img {
    width: 100%;
    display: block;
    float: left; }
  .featured-group-wide .feature-group-text {
    width: 100%;
    display: block;
    float: left;
    padding: 1.5em; }
    .featured-group-wide .feature-group-text .h2 {
      margin-top: 0;
      margin-bottom: 0.3em; }
    .featured-group-wide .feature-group-text p {
      margin-bottom: 0;
      max-width: 100%; }
  .featured-group-wide a {
    text-decoration: none; }
    .featured-group-wide a:hover .title {
      text-decoration: underline; }
    .featured-group-wide a p {
      color: #053742; }
  @media (min-width: 620px) {
    .featured-group-wide .feature-group-img {
      width: 42%; }
    .featured-group-wide .feature-group-text {
      width: 58%;
      padding: 1em; } }
  @media (min-width: 1020px) {
    .featured-group-wide .feature-group-img {
      width: 29%; }
    .featured-group-wide .feature-group-text {
      width: 71%;
      padding: 1.8em; } }

.featured-page {
  background-color: #e53509;
  color: #ffffff;
  padding: 10% 10% 10% 10%;
  height: 100%; }
  .featured-page a {
    color: #ffffff;
    text-decoration: none; }
    .featured-page a:hover .title {
      text-decoration: underline; }
  .featured-page .title {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.35; }
  .featured-page p {
    display: block;
    float: left; }

.featured-person {
  margin-bottom: 1em;
  max-width: 32em;
  clear: right; }
  .featured-person:last-of-type {
    margin-bottom: 0; }
  .featured-person h2, .featured-person .h2 {
    margin-top: 0;
    margin-bottom: 0.3em; }
  .featured-person p {
    margin-bottom: 0; }
  .featured-person a {
    font-weight: bold;
    text-decoration: none; }
    .featured-person a:hover {
      text-decoration: underline; }
  .featured-person .person-image {
    display: block;
    float: left;
    width: 100%; }
    .featured-person .person-image img {
      float: left;
      width: 100%;
      height: auto;
      overflow: hidden; }
  .featured-person .person-text {
    display: block;
    float: left;
    padding: 1.5em;
    width: 100%; }
    .featured-person .person-text p {
      color: #053742;
      font-weight: normal; }
  @media (min-width: 620px) {
    .featured-person {
      margin-bottom: 1.5%; }
      .featured-person .person-image {
        width: 42%; }
      .featured-person .person-text {
        width: 58%;
        padding: 1.5em 1.25; } }
  @media (min-width: 1020px) {
    .featured-person .person-text {
      width: 71%; }
    .featured-person .person-image {
      width: 29%; }
    .featured-person .person-text {
      padding: 1.8em; } }
  @media (min-width: 1780px) {
    .featured-person {
      margin-right: 1.5%; } }

/*
 *styling of featured information about a post. 
 * Often used across differents templates. 	
*/
.featured-post {
  display: block;
  float: left;
  background-color: #ffffff; }
  .featured-post a:hover {
    text-decoration: none; }
    .featured-post a:hover .hover {
      text-decoration: underline; }
  .featured-post img {
    width: 100%;
    height: auto;
    display: block;
    float: left; }
  .featured-post .title {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.45em;
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual; }
    .featured-post .title .pre {
      width: 100%;
      display: block;
      margin-bottom: 0.5em;
      font-size: 0.85rem;
      color: #053742; }
    @media (min-width: 620px) {
      .featured-post .title {
        font-size: 1.3em; }
        .featured-post .title .pre {
          font-size: 0.7rem; } }
  .featured-post header {
    float: left;
    display: block;
    width: 100%;
    padding: 10% 10% 0 10%; }
  .featured-post .text {
    float: left;
    display: block;
    color: #053742;
    font-size: 0.85em;
    padding: 0 10% 10% 10%;
    margin: 0;
    max-width: 100%; }
    @media (min-width: 620px) {
      .featured-post .text {
        font-size: 0.7em; } }

.featured-serie {
  background-color: #053742;
  padding: 10% 10% 10% 10%;
  height: 100%; }
  .featured-serie a {
    color: #ffffff;
    text-decoration: none; }
    .featured-serie a:hover .title {
      text-decoration: underline; }
  .featured-serie .title {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.35; }
  .featured-serie p {
    display: block;
    float: left; }

.grid-list .grid-item {
  margin: 0.5em;
  display: block;
  width: 100%; }

@media only screen and (min-width: 620px) {
  .grid-list .grid-item {
    margin: 0 1% 2.2% 1%;
    width: 48%;
    flex-basis: 48%; } }

@media only screen and (min-width: 1020px) {
  .grid-list .grid-item {
    margin: 0 0.75% 1.8% 0.75%;
    width: 31.8%;
    flex-basis: 31.8%; } }

@media only screen and (min-width: 1240px) {
  .grid-list .grid-item {
    width: 31.8%;
    flex-basis: 31.8%; } }

@media only screen and (min-width: 1780px) {
  .grid-list .grid-item {
    width: 23.5%;
    flex-basis: 23.5%; } }

@media only screen and (min-width: 2350px) {
  .grid-list .grid-item {
    margin: 0 0.5% 1.2% 0.5%;
    width: 18.5%;
    flex-basis: 18.5%; } }

/* A newsletter in the sidebar. 
 * Appears only on bigger screens. 
 */
.newsletter {
  background-color: #ffffff;
  text-align: left;
  padding: 8%;
  display: none; }
  .newsletter .newsletter-title {
    margin-top: 0; }
  .newsletter .gform_wrapper {
    width: 100%; }
    .newsletter .gform_wrapper .validation_error, .newsletter .gform_wrapper .validation_message {
      font-size: 0.9em; }
    .newsletter .gform_wrapper .gform_body {
      width: 100%;
      margin-bottom: 0; }
      .newsletter .gform_wrapper .gform_body ul {
        margin: 1.2em 0 0.8em; }
      .newsletter .gform_wrapper .gform_body .gfield_label {
        display: none; }
      .newsletter .gform_wrapper .gform_body input[type="text"] {
        width: 100%; }
      .newsletter .gform_wrapper .gform_body .gfield {
        display: block; }
    .newsletter .gform_wrapper .gform_fields {
      list-style: none;
      padding: 0; }
    .newsletter .gform_wrapper .gform_footer input[type=submit] {
      width: 100%;
      float: right; }
  @media (min-width: 1020px) {
    .newsletter {
      display: block;
      padding: 14%;
      background-color: #f2f2f2; } }

/*
 * Styling of a responsive menu: hamburger on small screen sizes. 
 */
.menu-expand {
  display: none;
  width: 100%; }
  @media only screen and (min-width: 1240px) {
    .menu-expand {
      display: block;
      float: none;
      width: auto;
      visibility: hidden; } }

.responsive-menu {
  width: 100%;
  background-color: #e53509;
  color: #ffffff;
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em; }
  .responsive-menu a {
    color: #ffffff; }
  .responsive-menu ul {
    max-width: 100%;
    margin-top: 1.3em; }
  .responsive-menu .menu {
    text-align: center; }
  @media only screen and (min-width: 1240px) {
    .responsive-menu {
      display: block;
      margin-top: 7.8em; }
      .responsive-menu .menu {
        text-align: left; }
        .responsive-menu .menu > * {
          padding: 0.4em 2em;
          text-align: left;
          line-height: 1.2;
          color: #ffffff;
          text-decoration: none;
          visibility: visible;
          transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
        .responsive-menu .menu:hover > * {
          opacity: 0.4; }
      .responsive-menu .menu > *:hover {
        opacity: 1;
        transition-delay: 0ms, 0ms; } }

/*********************
TOGGLE BUTTON
For mobile menu in header	
*********************/
.menu-toggle {
  background-color: transparent;
  padding: 0;
  float: right;
  border: none;
  border-radius: 0px; }
  .menu-toggle img {
    width: 2.167em;
    height: 2.167em;
    padding: 0 0 0 0.6em; }
  .menu-toggle:hover {
    background-color: transparent;
    border: 0px; }
  @media (min-width: 1240px) {
    .menu-toggle {
      display: none; } }

/*
 *
 */
.site-footer {
  display: block;
  margin-top: 2em;
  position: relative;
  z-index: 10; }
  .site-footer a {
    text-decoration: none; }
  .site-footer .inner-footer {
    border-top: 1px solid #e4e4e4;
    padding: 3em 0; }
  .site-footer ul {
    margin: 0;
    padding: 1em 0 0 0; }
    .site-footer ul li {
      list-style: none;
      margin-bottom: 0.25em; }
      .site-footer ul li a {
        font-weight: bold; }
  .site-footer .contact-information {
    color: #053742;
    padding-bottom: 2em; }
    .site-footer .contact-information span {
      font-weight: bold; }
    .site-footer .contact-information ul {
      width: 100%;
      display: block;
      float: left;
      clear: both; }
  .site-footer .footer-logo {
    width: 100%;
    max-width: 8em;
    height: auto;
    margin-bottom: 0.5em;
    margin-right: -0.1em; }
  .site-footer .title {
    color: #797979;
    display: block;
    margin-bottom: 0.8em; }
  .site-footer .social-media {
    padding-top: 0; }
    .site-footer .social-media li {
      clear: none; }
    .site-footer .social-media img {
      display: inline-block;
      width: 2.8em;
      height: 2.8em;
      margin-right: 0.4em;
      color: #e53509; }
  .site-footer .footer-location {
    padding-bottom: 2em; }
    .site-footer .footer-location #footer-map {
      max-width: 23em; }
  .site-footer .footer-menu {
    width: 100%;
    float: left;
    display: block;
    margin-top: 1em; }
  @media only screen and (min-width: 620px) {
    .site-footer {
      margin-top: 3em; }
      .site-footer .contact-information, .site-footer .footer-location {
        padding-right: 3em; }
      .site-footer .inner-footer {
        padding: 4em 0; } }
  @media only screen and (min-width: 1240px) {
    .site-footer .contact-information {
      clear: none; }
      .site-footer .contact-information .footer-logo {
        padding-top: 0.2em; }
    .site-footer .footer-links .social-media > *, .site-footer .footer-links .footer-menu > * {
      visibility: visible;
      transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
      color: #e53509; }
    .site-footer .footer-links .social-media:hover > *, .site-footer .footer-links .footer-menu:hover > * {
      opacity: 0.4; }
    .site-footer .footer-links .social-media > *:hover, .site-footer .footer-links .footer-menu > *:hover {
      opacity: 1;
      transition-delay: 0ms, 0ms; }
    .site-footer .footer-links .footer-menu {
      margin-top: 2em; } }

.site-header {
  width: 100%;
  position: relative;
  z-index: 9;
  background-color: #e53509; }
  .site-header .menu-sidebar {
    padding: 0.5em; }
  @media only screen and (min-width: 481px) {
    .site-header .menu-sidebar {
      padding: 0.5em 1em; } }
  @media only screen and (min-width: 1240px) {
    .site-header .menu-sidebar {
      padding: 1% 6%;
      width: 9em;
      background: #e53509;
      position: fixed;
      left: 0;
      height: 100vh;
      z-index: 100000;
      padding: 0; } }

.wysiwyg img, .wysiwyg .embed-container {
  margin-bottom: 1.8em; }

#search-mobile {
  width: 15em;
  clear: both;
  margin: 0 auto 1em; }
  #search-mobile .search-form {
    float: left;
    width: 100%;
    margin: 1.5em 0 1em;
    padding: 0.25em 0 0.25em 0.5em; }
  @media only screen and (min-width: 1240px) {
    #search-mobile {
      display: none; } }

[aria-expanded="true"] #search-mobile {
  display: block; }

#search-desktop {
  display: none; }
  @media only screen and (min-width: 1240px) {
    #search-desktop {
      display: block;
      position: absolute;
      right: 1em;
      top: 1em;
      z-index: 10; } }

.search-form {
  border: 1px solid #d5d5d5;
  background-color: #f7f7f7;
  border-radius: 25px; }
  .search-form .search-field, .search-form .search .ais-search-box--input, .search .search-form .ais-search-box--input {
    border: none;
    background-color: transparent;
    font-size: 0.85em;
    width: 85%; }
    .search-form .search-field:focus, .search-form .search .ais-search-box--input:focus, .search .search-form .ais-search-box--input:focus {
      outline: none; }
  .search-form input::placeholder {
    color: transparent; }
  .search-form .search-submit {
    border: none;
    background: url("../dataforeningen/library/images/search.svg") no-repeat center;
    background-size: 0.68em;
    color: transparent;
    width: 10%;
    padding: 0; }
    .search-form .search-submit:hover {
      cursor: pointer; }
  @media only screen and (min-width: 1240px) {
    .search-form {
      padding: 0.15em 0 0.2em 0.7em;
      width: 12.3em;
      height: 1.74em; } }

.boxzilla {
  width: 100%;
  padding: 1em 1em !important;
  position: relative !important; }
  .boxzilla p {
    display: inline;
    max-width: 100%;
    margin-bottom: 0; }
  .boxzilla .first-child {
    width: 70%;
    float: left; }
  .boxzilla .sign-up {
    width: 30%;
    float: right; }
    .boxzilla .sign-up a:first-of-type {
      font-weight: bold;
      padding-right: 0.5em; }
  @media (min-width: 1020px) {
    .boxzilla .sign-up {
      width: 28%; } }
  @media (min-width: 1240px) {
    .boxzilla {
      width: calc(100% - 9em);
      margin-left: 9em;
      position: fixed !important;
      padding: 1em 1.5em !important; }
      .boxzilla .sign-up {
        width: 24%; } }
  @media (min-width: 1780px) {
    .boxzilla .sign-up {
      width: 22%; } }

.page-header {
  margin-bottom: 1.5em; }
  .page-header h1 {
    margin-bottom: 0.3em; }
  .page-header p {
    margin-bottom: 0; }
  @media (min-width: 620px) {
    .page-header {
      margin-bottom: 3.5em; } }

.gform_wrapper {
  width: 100%;
  margin-bottom: 2em; }
  .gform_wrapper:after {
    content: "";
    clear: both;
    display: table; }
  .gform_wrapper .gform_body .gfield {
    display: table; }
    .gform_wrapper .gform_body .gfield .gfield_description {
      font-size: 0.82em;
      color: #797979; }
  .gform_wrapper .gform_body li {
    width: 100%; }
    .gform_wrapper .gform_body li input[type="text"], .gform_wrapper .gform_body li textarea {
      width: 100%; }
    .gform_wrapper .gform_body li input[type="checkbox"], .gform_wrapper .gform_body li input[type="radio"] {
      margin-right: 0.25em; }
    .gform_wrapper .gform_body li .name_first, .gform_wrapper .gform_body li .name_last, .gform_wrapper .gform_body li .address_line_1, .gform_wrapper .gform_body li .address_line_2, .gform_wrapper .gform_body li .address_city, .gform_wrapper .gform_body li .address_city, .gform_wrapper .gform_body li .address_state, .gform_wrapper .gform_body li .address_zip, .gform_wrapper .gform_body li .address_country {
      font-size: 0.82em;
      color: #797979; }
    .gform_wrapper .gform_body li .address_country {
      display: block; }
      .gform_wrapper .gform_body li .address_country label {
        display: block; }
  .gform_wrapper .gform_ajax_spinner {
    max-width: 20px; }
  @media (min-width: 1240px) {
    .gform_wrapper {
      max-width: 30em; }
      .gform_wrapper .gform_footer input[type=submit] {
        width: 40%;
        float: left; } }

form {
  font-size: 0.85em;
  display: block; }
  form ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }

/*********************
IMPORTING PAGES

TODO - må beskrives
*********************/
.page-template-default main .featured-person {
  margin-bottom: 1em; }
  .page-template-default main .featured-person .h3 {
    margin-bottom: 0; }
  @media (min-width: 1020px) {
    .page-template-default main .featured-person .person-text {
      width: 66%; }
    .page-template-default main .featured-person .person-image {
      width: 34%; }
    .page-template-default main .featured-person .person-text {
      padding: 1.8em; } }

/*
 * Styling unique for the site´s blog page. This should be the last styling you do.
 */
.blog {
  background-color: #f2f2f2; }

.page-template-events {
  background-color: #f2f2f2; }
  .page-template-events .filtering-list {
    margin-bottom: 1.5em; }

/*
 * Styling unique for the site´s front page. This should be the last styling you do.
 */
.home {
  background-color: #f2f2f2; }
  .home .call-to-action {
    text-align: center;
    padding: 2em 0.5em;
    margin-bottom: 2.5%;
    flex-basis: 100%; }
    .home .call-to-action h2 {
      margin: 0; }
  @media (min-width: 620px) {
    .home .call-to-action {
      padding: 3em 10%; } }
  @media (min-width: 1020px) {
    .home .call-to-action {
      padding: 4em 20%; } }
  @media (min-width: 1240px) {
    .home .call-to-action {
      padding: 4em 24%; } }
  @media (min-width: 1780px) {
    .home .call-to-action {
      padding: 4em 30%; } }
  @media (min-width: 2350px) {
    .home .call-to-action {
      padding: 4em 35%; } }

/*
 * Styling unique for the site´s front page. This should be the last styling you do.
 */
.page-template-groups {
  background-color: #f2f2f2; }
  .page-template-groups .featured-group {
    margin: 0 1% 2.5% 1%;
    display: block;
    float: left;
    width: 98%; }
  @media (min-width: 481px) {
    .page-template-groups .featured-group {
      width: 48%;
      flex-basis: 48%; } }
  @media (min-width: 620px) {
    .page-template-groups .featured-group {
      width: 31%;
      flex-basis: 31%; } }
  @media (min-width: 1020px) {
    .page-template-groups .featured-group {
      margin: 0 0.75% 1.5% 0.75%;
      width: 23.25%;
      flex-basis: 23.25%; } }
  @media (min-width: 1780px) {
    .page-template-groups .featured-group {
      width: 18%;
      flex-basis: 18%; } }
  @media (min-width: 2350px) {
    .page-template-groups .featured-group {
      margin: 0 0.5% 1.5% 0.5%;
      width: 15.66%;
      flex-basis: 15.66%; } }

.single-post {
  background-color: #f2f2f2; }
  .single-post main:before {
    height: 100%; }

.single-post article {
  position: relative;
  /* Information box about the article */
  /* Information at the bottom at the article */
  /* Optional featured event */
  /* Optional featured group */
  /* Newsletter */ }
  .single-post article .preamble {
    display: block;
    float: left;
    padding-bottom: 1.1em;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #e4e4e4;
    max-width: 27rem; }
  .single-post article .pre-title {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 0.3em;
    font-weight: bold;
    width: 100%;
    display: block; }
  .single-post article .article-author {
    max-width: 27em;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 0.8em;
    margin-bottom: 1.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .single-post article .article-author a {
      text-decoration: underline;
      display: block;
      line-height: 1; }
      .single-post article .article-author a:hover {
        text-decoration: underline; }
    .single-post article .article-author img {
      width: 2.5em;
      height: 2.5em;
      border-radius: 50%;
      margin-right: 0.7em;
      float: left; }
    .single-post article .article-author p {
      margin-bottom: 0; }
    .single-post article .article-author .small-text, .single-post article .article-author .featured-page p, .featured-page .single-post article .article-author p, .single-post article .article-author .featured-serie p, .featured-serie .single-post article .article-author p, .single-post article .article-author .site-footer ul, .site-footer .single-post article .article-author ul, .single-post article .article-author .site-footer .title, .site-footer .single-post article .article-author .title, .single-post article .article-author .boxzilla p, .boxzilla .single-post article .article-author p {
      float: left; }
    @media (min-width: 620px) {
      .single-post article .article-author .small-text, .single-post article .article-author .featured-page p, .featured-page .single-post article .article-author p, .single-post article .article-author .featured-serie p, .featured-serie .single-post article .article-author p, .single-post article .article-author .site-footer ul, .site-footer .single-post article .article-author ul, .single-post article .article-author .site-footer .title, .site-footer .single-post article .article-author .title, .single-post article .article-author .boxzilla p, .boxzilla .single-post article .article-author p {
        max-width: 25em; } }
  .single-post article .article-info {
    list-style: none;
    margin: 0;
    padding: 1.5em 2em;
    font-size: 0.82em;
    background-color: #f5f5f5;
    margin-bottom: 2.5em;
    display: block;
    float: left; }
    .single-post article .article-info .icon, .single-post article .article-info .facebook-icon {
      float: left;
      display: block;
      margin-top: 0.1em; }
    .single-post article .article-info li {
      display: block;
      width: 100%;
      clear: both;
      margin-bottom: 0.5em;
      float: left; }
      .single-post article .article-info li:last-of-type {
        margin-bottom: 0; }
      .single-post article .article-info li .text {
        display: block;
        float: left; }
    .single-post article .article-info a {
      font-weight: bold;
      color: #e53509;
      text-decoration: none; }
      .single-post article .article-info a:hover {
        text-decoration: underline; }
    @media (min-width: 1020px) {
      .single-post article .article-info {
        float: right;
        padding: 2em; }
        .single-post article .article-info li {
          margin-bottom: 1.1em; }
          .single-post article .article-info li .text {
            max-width: 9em; } }
  .single-post article .footer {
    color: #797979; }
    .single-post article .footer p {
      margin-top: 0.8em;
      margin-bottom: 0;
      display: inline;
      font-size: 0.82em; }
  .single-post article .featured-event-container {
    display: none; }
    .single-post article .featured-event-container .text {
      font-size: 0.82em;
      margin-bottom: .7em;
      color: #797979; }
    @media (min-width: 1020px) {
      .single-post article .featured-event-container {
        display: block;
        position: absolute;
        bottom: 20%;
        right: 0; } }
  .single-post article .featured-group-wide {
    margin-bottom: 1.7em; }
  @media (min-width: 1020px) {
    .single-post article .newsletter-container {
      position: absolute;
      top: calc(15.5em + 13%);
      right: 0; } }
  .single-post article .newsletter {
    margin: 2em 0; }

.single-arrangement {
  background-color: #f2f2f2; }
  .single-arrangement main:before {
    height: 80em; }

.single-arrangement article {
  position: relative;
  /**  Styling for program **/
  /**  Styling of information about event **/
  /** Styling of expertise group and sponsor **/
  /**  Margins **/ }
  .single-arrangement article header {
    margin-bottom: 1.7em; }
  .single-arrangement article .preamble {
    max-width: 27rem; }
  .single-arrangement article h1 {
    margin-bottom: 0.3em; }
  .single-arrangement article h2.meta-title {
    margin-top: 0;
    margin-bottom: 1em;
    display: block;
    float: left;
    width: 100%; }
  .single-arrangement article .content ul, .single-arrangement article .content ol {
    padding-left: 3em; }
  .single-arrangement article .content form ul {
    padding-left: 0; }
  .single-arrangement article .event-meta-container {
    margin-bottom: 1em; }
    .single-arrangement article .event-meta-container.scroll-to-fixed-fixed {
      background-color: #ffffff; }
      .single-arrangement article .event-meta-container.scroll-to-fixed-fixed:before {
        content: " ";
        position: absolute;
        width: 10000%;
        height: 4em;
        margin-left: -500%;
        background: #ffffff;
        box-sizing: border-box;
        z-index: -1;
        -webkit-box-shadow: 0 2px 4px 0 rgba(46, 62, 72, 0.12);
        -moz-box-shadow: 0 2px 4px 0 rgba(46, 62, 72, 0.12);
        box-shadow: 0 2px 4px 0 rgba(46, 62, 72, 0.12); }
    @media (min-width: 620px) {
      .single-arrangement article .event-meta-container {
        margin-bottom: 1.5em; } }
  .single-arrangement article .event-meta {
    padding: 1em 0; }
    .single-arrangement article .event-meta .price {
      margin-top: 0.6em;
      display: block;
      float: left;
      padding-right: 1em; }
    .single-arrangement article .event-meta p {
      max-width: 100%; }
    .single-arrangement article .event-meta .button, .single-arrangement article .event-meta .gform_footer input[type=submit], .gform_footer .single-arrangement article .event-meta input[type=submit], .single-arrangement article .event-meta .wp-block-file .wp-block-file__button, .wp-block-file .single-arrangement article .event-meta .wp-block-file__button {
      width: 10em;
      margin-top: 1em;
      display: block;
      float: left;
      position: relative; }
      .single-arrangement article .event-meta .button.scroll-to-fixed-fixed, .single-arrangement article .event-meta .gform_footer input.scroll-to-fixed-fixed[type=submit], .gform_footer .single-arrangement article .event-meta input.scroll-to-fixed-fixed[type=submit], .single-arrangement article .event-meta .wp-block-file .scroll-to-fixed-fixed.wp-block-file__button, .wp-block-file .single-arrangement article .event-meta .scroll-to-fixed-fixed.wp-block-file__button {
        -webkit-box-shadow: 0 2px 4px 0 rgba(46, 62, 72, 0.12);
        -moz-box-shadow: 0 2px 4px 0 rgba(46, 62, 72, 0.12);
        box-shadow: 0 2px 4px 0 rgba(46, 62, 72, 0.12); }
    @media (min-width: 620px) {
      .single-arrangement article .event-meta {
        margin-top: 0; }
        .single-arrangement article .event-meta .button, .single-arrangement article .event-meta .gform_footer input[type=submit], .gform_footer .single-arrangement article .event-meta input[type=submit], .single-arrangement article .event-meta .wp-block-file .wp-block-file__button, .wp-block-file .single-arrangement article .event-meta .wp-block-file__button {
          float: right;
          margin-top: 0; }
        .single-arrangement article .event-meta .price {
          max-width: auto;
          margin-top: 0.6em;
          display: inline-block;
          clear: none; } }
  .single-arrangement article .event-host {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
    margin-bottom: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .single-arrangement article .event-host a {
      text-decoration: none; }
      .single-arrangement article .event-host a:hover {
        text-decoration: underline; }
    .single-arrangement article .event-host img {
      width: 4.5em;
      height: 4.5em;
      border-radius: 50%;
      margin-right: 0.7em;
      float: left; }
    .single-arrangement article .event-host p {
      margin-bottom: 0; }
    .single-arrangement article .event-host .small-text, .single-arrangement article .event-host .featured-page p, .featured-page .single-arrangement article .event-host p, .single-arrangement article .event-host .featured-serie p, .featured-serie .single-arrangement article .event-host p, .single-arrangement article .event-host .site-footer ul, .site-footer .single-arrangement article .event-host ul, .single-arrangement article .event-host .site-footer .title, .site-footer .single-arrangement article .event-host .title, .single-arrangement article .event-host .boxzilla p, .boxzilla .single-arrangement article .event-host p {
      float: left; }
      .single-arrangement article .event-host .small-text a, .single-arrangement article .event-host .featured-page p a, .featured-page .single-arrangement article .event-host p a, .single-arrangement article .event-host .featured-serie p a, .featured-serie .single-arrangement article .event-host p a, .single-arrangement article .event-host .site-footer ul a, .site-footer .single-arrangement article .event-host ul a, .single-arrangement article .event-host .site-footer .title a, .site-footer .single-arrangement article .event-host .title a, .single-arrangement article .event-host .boxzilla p a, .boxzilla .single-arrangement article .event-host p a {
        font-weight: bold; }
    @media (min-width: 620px) {
      .single-arrangement article .event-host img {
        width: 3.4em;
        height: 3.4em; }
      .single-arrangement article .event-host .small-text, .single-arrangement article .event-host .featured-page p, .featured-page .single-arrangement article .event-host p, .single-arrangement article .event-host .featured-serie p, .featured-serie .single-arrangement article .event-host p, .single-arrangement article .event-host .site-footer ul, .site-footer .single-arrangement article .event-host ul, .single-arrangement article .event-host .site-footer .title, .site-footer .single-arrangement article .event-host .title, .single-arrangement article .event-host .boxzilla p, .boxzilla .single-arrangement article .event-host p {
        max-width: 25em; } }
  .single-arrangement article .event-date-location {
    background-color: #ffffff;
    line-height: 1.2em;
    padding: 2em 1.5em; }
    .single-arrangement article .event-date-location .date, .single-arrangement article .event-date-location .location {
      padding-left: 1.7em; }
    .single-arrangement article .event-date-location .date {
      background: url("../dataforeningen/library/images/time-icon.svg") no-repeat left 0.2em;
      background-size: 1.1em; }
    .single-arrangement article .event-date-location .location {
      background: url("../dataforeningen/library/images/location-icon.svg") no-repeat left 0.2em;
      background-size: 1.3em;
      margin-bottom: 0; }
    .single-arrangement article .event-date-location span {
      display: block; }
      .single-arrangement article .event-date-location span:first-child {
        font-weight: bold; }
    @media (min-width: 1020px) {
      .single-arrangement article .event-date-location {
        background-color: #f5f5f5; } }
  .single-arrangement article .program-information {
    width: 100%;
    font-size: 0.88em;
    line-height: 1.3; }
    .single-arrangement article .program-information span {
      display: block; }
    .single-arrangement article .program-information tr {
      border-bottom: 1px solid #adadad;
      display: table;
      width: 100%;
      padding: 0.8em 0; }
      .single-arrangement article .program-information tr:first-child {
        padding-top: 0; }
    .single-arrangement article .program-information td {
      vertical-align: top; }
    .single-arrangement article .program-information .cluster-time {
      width: 13%;
      font-weight: bold;
      padding-right: 0.5em;
      font-size: 0.93em; }
    .single-arrangement article .program-information .cluster-info {
      width: 87%; }
      .single-arrangement article .program-information .cluster-info .program-title {
        font-weight: bold;
        margin-bottom: 0em;
        display: block; }
        .single-arrangement article .program-information .cluster-info .program-title a {
          text-decoration: none; }
          .single-arrangement article .program-information .cluster-info .program-title a:hover {
            text-decoration: underline; }
      .single-arrangement article .program-information .cluster-info .program-info {
        padding-top: 0.5em; }
    @media (min-width: 1020px) {
      .single-arrangement article .program-information tr {
        padding: 1.1em 0; }
      .single-arrangement article .program-information .cluster-info {
        padding-right: 1em; } }
  @media (min-width: 1020px) {
    .single-arrangement article .event-info {
      float: right;
      max-width: 13.5em;
      position: relative;
      top: 4em; }
      .single-arrangement article .event-info .event-side-map {
        width: 100%;
        max-width: 100%; } }
  .single-arrangement article .group a, .single-arrangement article .sponsor a {
    text-decoration: none; }
    .single-arrangement article .group a:hover, .single-arrangement article .sponsor a:hover {
      text-decoration: underline; }
  .single-arrangement article .group p, .single-arrangement article .sponsor p {
    margin-bottom: 0; }
  .single-arrangement article .speakers {
    display: block;
    float: left; }
  .single-arrangement article .share-event {
    display: block;
    width: 100%;
    float: left;
    color: #797979; }
    .single-arrangement article .share-event a {
      font-weight: bold;
      text-decoration: none; }
      .single-arrangement article .share-event a:hover {
        text-decoration: underline; }
    .single-arrangement article .share-event .facebook-icon {
      margin-top: 0.1em; }
  .single-arrangement article .event-info, .single-arrangement article .content, .single-arrangement article .group {
    margin-bottom: 2em; }
    @media (min-width: 1020px) {
      .single-arrangement article .event-info, .single-arrangement article .content, .single-arrangement article .group {
        margin-bottom: 4.2em; } }
  .single-arrangement article .speakers {
    margin-bottom: 3em; }
    @media (min-width: 1020px) {
      .single-arrangement article .speakers {
        margin-bottom: 5em; } }
  .single-arrangement article .content h2.meta-title {
    margin-top: 1em; }
    @media (min-width: 1020px) {
      .single-arrangement article .content h2.meta-title {
        margin-top: 1.5em; } }
  .single-arrangement article .group {
    margin-bottom: 3em; }
  .single-arrangement article .sponsor {
    margin-bottom: 3em; }
    @media (min-width: 1020px) {
      .single-arrangement article .sponsor {
        margin-bottom: 5em; } }

.single-faggruppe {
  background-color: #f2f2f2; }
  .single-faggruppe main:before {
    height: 50em; }
  .single-faggruppe h2.meta-title {
    margin-top: 0;
    margin-bottom: 0.5em; }
    @media (min-width: 1240px) {
      .single-faggruppe h2.meta-title {
        margin-bottom: 1.1em; } }
  .single-faggruppe .events, .single-faggruppe .articles {
    margin-top: 3em; }
  .single-faggruppe .leader {
    margin-top: 2.5em; }
  .single-faggruppe .members {
    margin-top: 3em; }
  .single-faggruppe .join {
    margin-top: 3em; }
    .single-faggruppe .join p {
      margin-bottom: 0; }
    .single-faggruppe .join a {
      text-decoration: none; }
      .single-faggruppe .join a:hover {
        text-decoration: underline; }
    .single-faggruppe .join h2 {
      margin-top: 0;
      max-width: 19em;
      margin-bottom: 0.3em; }
    @media (min-width: 1240px) {
      .single-faggruppe .join {
        margin-top: 5em; } }
  .single-faggruppe .gallery {
    margin-top: 2em; }
    @media (min-width: 1240px) {
      .single-faggruppe .gallery {
        margin-top: 4em; } }

.single-serie {
  background-color: #f2f2f2; }
  .single-serie main:before {
    height: 50em; }
  .single-serie h2.meta-title {
    margin-top: 0;
    margin-bottom: 1.1em; }
  .single-serie .events {
    margin-top: 3em; }
  .single-serie .members {
    margin-top: 4em; }
  .single-serie .join {
    margin-top: 3em; }
    .single-serie .join a {
      text-decoration: none; }
      .single-serie .join a:hover {
        text-decoration: underline; }
    .single-serie .join h2 {
      margin-top: 0;
      max-width: 19em;
      margin-bottom: 0.3em; }
    @media (min-width: 1240px) {
      .single-serie .join {
        margin-top: 6em; } }
  .single-serie .gallery {
    margin-top: 2em; }
    @media (min-width: 1240px) {
      .single-serie .gallery {
        margin-top: 4em; } }

.single-person .content-right {
  width: 100%;
  float: right;
  display: block; }
  @media only screen and (min-width: 1020px) {
    .single-person .content-right {
      width: 70%; } }

.single-person .content-left {
  width: 100%;
  display: block;
  float: left;
  clear: none; }
  @media only screen and (min-width: 1020px) {
    .single-person .content-left {
      width: 30%;
      padding-right: 2em; } }

@media only screen and (min-width: 1020px) {
  .single-person .content-left > * {
    float: right; } }

.single-person .person-image {
  margin-bottom: 1em; }
  .single-person .person-image img {
    border-radius: 50%;
    max-width: 10em;
    width: 100%; }

.single-person h1 {
  margin-top: 0.5rem; }

.single-person .preamble {
  margin-bottom: 1.6rem;
  max-width: 27rem; }

.single-person .person-links {
  list-style: none;
  background-color: #f5f5f5;
  padding: 1.5em 2em;
  margin-bottom: 2.5em;
  margin-top: 0em;
  display: block;
  float: left;
  width: 100%; }
  .single-person .person-links li {
    margin-bottom: 1.1em;
    display: block;
    width: 100%;
    clear: both;
    float: left; }
    .single-person .person-links li:last-of-type {
      margin-bottom: 0; }
    .single-person .person-links li .text {
      display: block;
      float: left; }
    .single-person .person-links li a {
      font-weight: bold;
      text-decoration: none; }
      .single-person .person-links li a:hover {
        text-decoration: underline; }
  .single-person .person-links .icon {
    float: left;
    display: block;
    margin-right: 0.5em; }
  .single-person .person-links .phone {
    height: 1.45em;
    width: auto; }
  .single-person .person-links .email {
    height: 1.2em;
    width: auto; }
  .single-person .person-links .linkedin {
    height: 1.3em;
    width: auto; }

.single-person .person-group {
  margin-top: 1.6em; }
  .single-person .person-group h2 {
    width: 100%;
    margin-top: 0; }
    .single-person .person-group h2 a {
      text-decoration: none; }
      .single-person .person-group h2 a:hover {
        text-decoration: underline; }

@media only screen and (min-width: 1240px) {
  .single-person .person-links {
    max-width: 23em;
    width: 100%; }
    .single-person .person-links .text {
      max-width: 15em;
      width: 100%; } }

.archive {
  background-color: #f2f2f2; }
  .archive main:before {
    height: 100%; }

/*
 * Styling unique for the site´s search-results page.
 */
.search {
  background-color: #f2f2f2; }
  .search main {
    padding-top: 0.9em; }
    @media only screen and (min-width: 1240px) {
      .search main {
        padding-top: 0; } }
    .search main .page-header {
      margin-bottom: 2em;
      padding-top: 1.3em; }
  .search .ais-infinite-hits__empty {
    text-align: center; }
  .search .ais-infinite-hits--showmore button:disabled {
    display: none; }
  .search .featured-group .title {
    font-size: 1.3em;
    line-height: 1.35;
    margin-bottom: 0.1em;
    overflow: hidden; }
  .search .featured-person {
    padding: 1.5em;
    margin-right: 0; }
    .search .featured-person .person-image {
      display: block;
      width: 100%; }
      .search .featured-person .person-image img {
        border-radius: 50%; }
    .search .featured-person .title {
      display: block;
      margin-top: 1em;
      float: left;
      width: 100%; }
    .search .featured-person .text {
      font-weight: normal;
      color: #797979;
      font-size: 0.67em; }
    .search .featured-person a {
      text-decoration: none; }
      .search .featured-person a:hover .title {
        text-decoration: underline; }
  .search .search-form {
    padding: 0; }
  .search #algolia-search-form {
    background: url("../dataforeningen/library/images/search.svg") no-repeat 96% 50%;
    background-size: 0.68em;
    background-color: #f7f7f7;
    position: absolute;
    width: 92%;
    margin-top: 1em;
    right: 4%; }
    @media only screen and (min-width: 620px) {
      .search #algolia-search-form {
        margin-top: 2.8em;
        width: 40%;
        right: 52%; } }
    @media only screen and (min-width: 1240px) {
      .search #algolia-search-form {
        display: block;
        position: absolute;
        top: 1em;
        z-index: 10;
        margin-top: 0;
        width: 12.3em;
        right: 1em; } }
  .search .ais-search-box--input {
    padding-left: 0.8em; }
  @media (min-width: 620px) {
    .search #search-desktop {
      display: none;
      visibility: hidden; } }
