@charset "UTF-8";
/*!
 * Theme Name: Ibsenhuset
 * Description: The Wordpress theme for Ibsenhuset
 * Version: 1.4.0
 * Author: Breakfast AS
 * Text Domain: IBSENHUSET
*/
/* ----------------------------------------------------------------------------
 * Mixins & Variables
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * Mixins
 * ------------------------------------------------------------------------- */
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/**
 * IMAGE RETINA
 * @include image-2x(/img/image.png, 100%, auto);
 */
/* VERTICAL ALIGN
 * @include vertical-align();
 */
/* ----------------------------------------------------------------------------
 * Responsive
 * Usage

    @include r(240)  { }
    @include r(320)  { }
    @include r(480)  { }
    @include r(768)  { }
    @include r(1024) { }
    @include r(1280) { }

 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * Variables
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * Colors
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * Primary Color Variants
 * ------------------------------------------------------------------------- */
/*$color--primary: #406de4;*/
/*$color--primary: #00BCD4;*/
/*$color--primary: #03A9F4;*/
/*$color--primary: #3498db;*/
/*$color--primary: #2980b9;*/
/*$color--primary: #3F51B5;*/
/*$color--primary: #304FFE;*/
/*$color--primary: #FF5722;*/
/*$color--primary: #795548;*/
/*$color--primary: #2ecc71;*/
/*$color--primary: #27ae60;*/
/*$color--primary: #35ad68;*/
/*$color--primary: #1abc9c;*/
/*$color--primary: #16a085;*/
/*$color--primary: #9b59b6;*/
/*$color--primary: #8e44ad;*/
/*$color--primary: #673AB7;*/
/*$color--primary: #FFA000;*/
/*$color--primary: #FBC02D;*/
/*$color--primary: #f1c40f;*/
/*$color--primary: #f39c12;*/
/*$color--primary: #e67e22;*/
/*$color--primary: #d35400;*/
/*$color--primary: #e74c3c;*/
/*$color--primary: #c0392b;*/
/*$color--primary: #f44336;*/
/*$color--primary: #34495e;*/
/*$color--primary: #607D8B;*/
/* Header background colors */
/*
$image--ratio--grid-item: 56.25%; //55%
$image--ratio--single-item: 56.25%; //55%;
$image--ratio--carousel: 56.25%; //55%;
*/
/* ----------------------------------------------------------------------------
 * Normalize
 * ------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://use.typekit.net/izu1xtb.css");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ----------------------------------------------------------------------------
  * Structure
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * Structure
 * ------------------------------------------------------------------------- */
@font-face {
  font-family: "PPAcma";
  src: url("assets/fonts/PPAcma-Black.woff2") format("woff2"), url("assets/fonts/PPAcma-Black.woff") format("woff");
}
h1, h2, h3, h4, h5, h6 {
  font-family: "PPAcma", sans-serif;
  font-weight: bold;
}

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use i.e. 1rem = 10px*/
html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}

body {
  font: 400 16px/1.4 objektiv-mk1, sans-serif;
  color: #292929;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none !important;
}

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

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #292929;
}

select {
  width: 100%;
}

figure {
  margin: 0;
}

/*
 * WPCore
 */
/* ----------------------------------------------------------------------------
 * WordPress Core Styles
 * ------------------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #c5c5c5;
  max-width: 100%;
  padding: 2rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0.5rem;
}

.textwidget img {
  margin: 1rem 0;
}

.bypostauthor {
  background: inherit;
}

/* ----------------------------------------------------------------------------
 * Calendar widget
 * ------------------------------------------------------------------------- */
.widget_calendar {
  display: table;
  width: 100%;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #000000;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #000000;
  font-family: sans-serif;
  font-weight: 300;
}

#wp-calendar tbody td {
  background: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #ffffff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* ----------------------------------------------------------------------------
 * Recommended sizes
 * ------------------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------
 * Responsive
 * ------------------------------------------------------------------------- */
@media (min-width: 240px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.4rem/1.8rem sans-serif;
  }
}
@media (min-width: 320px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.55rem/1.8 sans-serif;
  }
}
@media (min-width: 480px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.8rem/1.8 sans-serif;
  }
}
@media (min-width: 768px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.9rem/1.7 sans-serif;
  }
}
@media (min-width: 1024px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 2rem/3.1rem sans-serif;
  }
}
@media (min-width: 1280px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 2rem/3.1rem sans-serif;
  }
}

/*
 * Base
 */
/**
 * Base SCSS
 */
@media screen and (min-width: 992px) {
  .device-only {
    display: none;
  }
  .desktop-only {
    display: initial;
  }
}
@media screen and (max-width: 992px) {
  .device-only {
    display: initial;
  }
  .desktop-only {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

/*
* {
	outline: 1px solid red;
}
 */
body {
  background-image: url("assets/img/roof.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left -23.5042735043vw;
  background-color: #DEECEA;
}
@media screen and (min-width: 992px) {
  body {
    background-size: 100% auto;
    background-position: left -14.3229166667vw;
  }
  body.logged-in {
    top: 32px;
  }
}
@media screen and (max-width: 992px) {
  body.navigation-open {
    position: fixed;
    top: 0;
  }
}

.container {
  margin: 0 2.1367521368vw;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .container {
    width: 85.4166666667vw;
    margin: 0 auto;
  }
}

#notice .container {
  color: #fff;
  padding: 0;
}
#notice .container h3 {
  margin: 0;
}

#content h1 {
  margin: 0;
}
#content .post-content {
  margin: 20px 7% 0 7%;
  padding-bottom: 1em;
}
@media screen and (min-width: 992px) {
  #content .post-content {
    width: 52.71428571%;
    margin: 74px 0 0 7%;
  }
}
body.page-template-fullbredde #content .post-content {
  width: initial;
}
#content .post-content h1.title {
  font-weight: normal;
  margin: 0;
  font-size: 33px;
}
@media screen and (min-width: 992px) {
  #content .post-content h1.title {
    font-size: 58px;
  }
}
#content .post-content p.date {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
#content .post-content div.ingress {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 1em 0;
}
#content .post-content div.body {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.9;
}
#content .post-content div.body .ingress {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 1em 0;
}
body.single-event #content .container {
  margin: 0 12.1367521368vw 0 6.4102564103vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container {
    margin: 0 auto;
  }
}
body.single-event #content .container .details {
  display: grid;
  column-gap: 0;
  grid-template-areas: "image" "title" "purchase-button" "meta";
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details {
    width: 80.7291666667vw;
    margin: 3.4895833333vw auto 0 auto;
    grid-template-areas: "image meta" "title title" "purchase-button purchase-button";
  }
}
body.single-event #content .container .details .image {
  grid-area: image;
  position: relative;
  margin: 0 -12.1367521368vw 0 -6.4102564103vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details .image {
    margin: 0;
    width: 60.9375vw;
  }
}
body.single-event #content .container .details .image img {
  width: 100%;
  display: block;
}
body.single-event #content .container .details .image .sale-status {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}
body.single-event #content .container .details .image .sale-status span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 150px;
  display: block;
  background: #b88035;
  position: absolute;
  top: 25px;
  left: -35px;
}
body.single-event #content .container .details .meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 3.4188034188vw 0 7.6923076923vw 0;
  column-gap: 10.9401709402vw;
  row-gap: 3.5042735043vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details .meta {
    width: 19.7916666667vw;
    display: flex;
    flex-direction: column;
    gap: 2.6041666667vw;
    background-color: #F9D56A;
    margin: 0;
    padding: 0 4.1666666667vw;
    justify-content: center;
  }
}
body.single-event #content .container .details .meta .item h2 {
  margin: 0;
  padding: 0;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details .meta .item h2 {
    font-size: 1.8229166667vw;
  }
}
body.single-event #content .container .details .meta .item p {
  margin: 0;
  padding: 0;
  font-size: 3.4188034188vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details .meta .item p {
    font-size: 1.0416666667vw;
  }
}
body.single-event #content .container .details .title {
  grid-area: title;
  margin: 6.1538461538vw 0 2.735042735vw 0;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details .title {
    margin: 3.2291666667vw 0 0 3.75vw;
  }
}
body.single-event #content .container .details .title h1 {
  margin: 0;
  padding: 0;
  font-size: 5.9829059829vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details .title h1 {
    font-size: 3.6458333333vw;
  }
}
body.single-event #content .container .details .purchase-button {
  grid-area: purchase-button;
  margin: 2.735042735vw 0 4.1025641026vw 0;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details .purchase-button {
    margin: 1.40625vw 0 0 3.75vw;
  }
}
body.single-event #content .container .details .purchase-button a {
  background-color: #F8FC60;
  display: inline-block;
  font-weight: bold;
  color: #000;
  font-size: 3.4188034188vw;
  padding: 4.1025641026vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .details .purchase-button a {
    font-size: 1.8229166667vw;
    padding: 1.0416666667vw 1.3020833333vw;
  }
}
body.single-event #content .container .content-wrapper {
  width: 80.7291666667vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .content-wrapper {
    flex-direction: row-reverse;
    margin-top: 5.2083333333vw;
  }
}
body.single-event #content .container .content-wrapper .information-widget {
  margin: 34px 0 0 0;
  padding: 0;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .content-wrapper .information-widget {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .content-wrapper .information-widget {
    margin: 0;
    flex: 0 0 33.78571429%;
  }
}
body.single-event #content .container .content-wrapper .content {
  padding-bottom: 1em;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .content-wrapper .content {
    padding-left: 3.75vw;
  }
}
body.single-event #content .container .content-wrapper .content div.ingress {
  font-size: 4.9572649573vw;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .content-wrapper .content div.ingress {
    font-size: 1.5625vw;
  }
}
body.single-event #content .container .content-wrapper .content div.body {
  font-size: 4.1025641026vw;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .content-wrapper .content div.body {
    font-size: 1.0416666667vw;
  }
}
body.single-event #content .container .content-wrapper .content .shows {
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .content-wrapper .content .shows {
    font-size: 1.0416666667vw;
  }
}
body.single-event #content .container .content-wrapper .content .shows h3 {
  font-size: 4.9572649573vw;
}
@media screen and (min-width: 992px) {
  body.single-event #content .container .content-wrapper .content .shows h3 {
    font-size: 1.5625vw;
  }
}
body.single-event #content .container .content-wrapper .content .shows p.show {
  display: flex;
  padding: 0.5rem 0;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0;
  transition: all 100ms ease-in-out;
}
body.single-event #content .container .content-wrapper .content .shows p.show:hover {
  background-color: #fafafa;
}
body.single-event #content .container .content-wrapper .content .shows p.show.sale-status-sold-out {
  opacity: 0.75;
  text-decoration: line-through;
}
body.single-event #content .container .content-wrapper .content .shows p.show.sale-status-sold-out a {
  opacity: 0.25;
  pointer-events: none;
}
body.single-event #content .container .content-wrapper .content .shows p.show a.button {
  margin: 0;
  color: #000;
  font-weight: bold;
  padding: 10px 15px 7px 15px;
  line-height: 1;
  transition: all 200ms ease-in-out;
}
body.single-event #content .container .content-wrapper .content .shows p.show a.button:hover {
  opacity: 0.8;
  transform: scale(1.025);
}
body.single-event #content .container .content-wrapper .content .shows table {
  width: 100%;
}
body.single-event #content .container .content-wrapper .content .shows table tbody tr td {
  padding: 5px 10px 5px 0;
}
body.single-event #content .container .content-wrapper .content .shows table tbody tr td a.button {
  margin: 0;
  padding: 10px 15px 7px 15px;
  line-height: 1;
  transition: all 200ms ease-in-out;
}
body.single-event #content .container .content-wrapper .content .shows table tbody tr td a.button:hover {
  opacity: 0.8;
  transform: scale(1.025);
}

#sub-pages .container {
  padding-bottom: 20px;
}
#sub-pages .container .grid:before, #sub-pages .container .grid:after {
  content: " ";
  display: table;
}
#sub-pages .container .grid:after {
  clear: both;
}
#sub-pages .container .grid .page {
  padding: 0;
  text-align: left;
  display: block;
  background-color: #f4f2f1;
  margin: 0 0 20px 0;
  position: relative;
  transition: transform 200ms ease-in-out;
}
#sub-pages .container .grid .page:hover {
  transform: scale(1.025);
}
@media (min-width: 992px) {
  #sub-pages .container .grid .page {
    margin: 0 0 1.428571429% 1.428571429%;
    width: 32.38095238%;
    float: left;
  }
  #sub-pages .container .grid .page:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
}
#sub-pages .container .grid .page > a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sub-pages .container .grid .page figure.image {
  background-color: #8a8a8a;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  cursor: pointer;
  position: relative;
  background-size: cover;
  background-position: center !important;
  margin: 0;
}
#sub-pages .container .grid .page figure.image .sale-status {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sub-pages .container .grid .page figure.image .sale-status img {
  width: 140px;
}
#sub-pages .container .grid .page figure.image:hover .overlay {
  display: block;
}
#sub-pages .container .grid .page .textual-content {
  text-align: center;
}
#sub-pages .container .grid .page .textual-content h3 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  margin: 38px auto 0 auto;
}
@media (min-width: 992px) {
  #sub-pages .container .grid .page .textual-content h3 {
    font-size: 36.22px;
    line-height: 43px;
  }
}
#sub-pages .container .grid .page .textual-content h3 a {
  color: #000;
}
#sub-pages .container .grid .page .textual-content p {
  margin: 0 43px;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  #sub-pages .container .grid .page .textual-content p {
    font-size: 16px;
    letter-spacing: -1px;
  }
}
#sub-pages .container .grid .page .textual-content p a {
  color: #000;
}
#sub-pages .container .grid .page .buttons {
  margin-top: 28px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
#sub-pages .container .grid .page .buttons a, #sub-pages .container .grid .page .buttons div {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 38px;
  padding: 0 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  #sub-pages .container .grid .page .buttons a, #sub-pages .container .grid .page .buttons div {
    font-size: 13px;
  }
}
#sub-pages .container .grid .page .buttons a.more_info, #sub-pages .container .grid .page .buttons div.more_info {
  background-color: #C9C0B7;
}
#sub-pages .container .grid .page .buttons a.buy_ticket, #sub-pages .container .grid .page .buttons div.buy_ticket {
  background-color: #000000;
}

#program .container, #similar-events .container {
  padding-bottom: 20px;
}
#program .container #toggle-filter, #similar-events .container #toggle-filter {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 20px 0;
}
#program .container .filter, #similar-events .container .filter {
  margin: -20px 0 20px 0;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  border-width: 0 1px 1px 1px;
  background: #fafafa;
}
#program .container .filter:before, #program .container .filter:after, #similar-events .container .filter:before, #similar-events .container .filter:after {
  content: " ";
  display: table;
}
#program .container .filter:after, #similar-events .container .filter:after {
  clear: both;
}
#program .container .filter ul, #similar-events .container .filter ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: inline-block;
  float: none;
  clear: both;
}
#program .container .filter ul li, #similar-events .container .filter ul li {
  float: left;
  margin: 0 5px 5px 0;
}
#program .container .filter ul li a, #similar-events .container .filter ul li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #000;
}
#program .container .filter ul li a:hover, #similar-events .container .filter ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#program .container .filter ul li a.selected, #similar-events .container .filter ul li a.selected {
  background-color: #7aced5;
}
#program .container .filter ul:nth-of-type(1) li a, #similar-events .container .filter ul:nth-of-type(1) li a {
  border-color: #829e95;
  color: #000;
}
#program .container .filter ul:nth-of-type(1) li a.selected, #similar-events .container .filter ul:nth-of-type(1) li a.selected {
  background-color: #829e95;
  color: #fff;
}
#program .container .filter ul:nth-of-type(2) li a, #similar-events .container .filter ul:nth-of-type(2) li a {
  border-color: #cfb62c;
  color: #000;
}
#program .container .filter ul:nth-of-type(2) li a.selected, #similar-events .container .filter ul:nth-of-type(2) li a.selected {
  background-color: #cfb62c;
  color: #fff;
}
#program .container .filter ul:nth-of-type(3) li a, #similar-events .container .filter ul:nth-of-type(3) li a {
  border-color: #ac2a25;
  color: #000;
}
#program .container .filter ul:nth-of-type(3) li a.selected, #similar-events .container .filter ul:nth-of-type(3) li a.selected {
  background-color: #ac2a25;
  color: #fff;
}
#program .container h3, #similar-events .container h3 {
  margin-bottom: 4.5299145299vw;
  font-size: 6.8376068376vw;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 992px) {
  #program .container h3, #similar-events .container h3 {
    font-size: 3.125vw;
    margin-bottom: 2.03125vw;
  }
}
#program .container .grid, #similar-events .container .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.9572649573vw;
}
@media (min-width: 992px) {
  #program .container .grid, #similar-events .container .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.2395833333vw;
  }
}
#program .container .grid > a, #similar-events .container .grid > a {
  background-image: url("assets/img/yellow-roof.svg");
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PPAcma", sans-serif;
  color: #3D1193;
  font-size: 5.9829059829vw;
  line-height: 1;
  padding: 0 2.9914529915vw;
  transition: transform 200ms ease-in-out;
}
@media screen and (min-width: 992px) {
  #program .container .grid > a, #similar-events .container .grid > a {
    font-size: 3.6458333333vw;
    padding: 0 1.8229166667vw;
  }
}
#program .container .grid > a:focus, #program .container .grid > a:hover, #similar-events .container .grid > a:focus, #similar-events .container .grid > a:hover {
  transform: scale(1.025);
}
#program .container .grid .event, #similar-events .container .grid .event {
  position: relative;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  background-color: #E1DBD1;
  margin: 0;
  transition: all 200ms ease-in-out;
}
#program .container .grid .event > a, #similar-events .container .grid .event > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#program .container .grid .event > a:focus, #similar-events .container .grid .event > a:focus {
  outline: 1px solid #777;
}
#program .container .grid .event:focus, #program .container .grid .event:hover, #similar-events .container .grid .event:focus, #similar-events .container .grid .event:hover {
  transform: scale(1.025);
  background-color: #F9D56A;
}
#program .container .grid .event figure.image, #similar-events .container .grid .event figure.image {
  background-color: #8a8a8a;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  cursor: pointer;
  position: relative;
  background-size: cover;
  background-position: center !important;
  margin: 0;
}
#program .container .grid .event figure.image.lazy, #similar-events .container .grid .event figure.image.lazy {
  background-image: none !important;
}
#program .container .grid .event figure.image .sale-status, #similar-events .container .grid .event figure.image .sale-status {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}
#program .container .grid .event figure.image .sale-status span, #similar-events .container .grid .event figure.image .sale-status span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 150px;
  display: block;
  background: #b88035;
  position: absolute;
  top: 25px;
  left: -35px;
}
#program .container .grid .event figure.image:hover .overlay, #similar-events .container .grid .event figure.image:hover .overlay {
  display: block;
}
#program .container .grid .event .textual-content, #similar-events .container .grid .event .textual-content {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 6.8376068376vw 3.4188034188vw 4.2735042735vw 3.4188034188vw;
}
@media (min-width: 992px) {
  #program .container .grid .event .textual-content, #similar-events .container .grid .event .textual-content {
    padding: 3.125vw 1.5625vw 2.0833333333vw 1.5625vw;
  }
}
#program .container .grid .event .textual-content h3, #similar-events .container .grid .event .textual-content h3 {
  margin: 0;
  font-size: 4.0170940171vw;
  line-height: 1.06;
  word-break: break-word;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}
@media (min-width: 992px) {
  #program .container .grid .event .textual-content h3, #similar-events .container .grid .event .textual-content h3 {
    min-height: 62px;
    line-height: 1.2;
    font-size: 1.8229166667vw;
  }
}
#program .container .grid .event .textual-content p.date, #similar-events .container .grid .event .textual-content p.date {
  margin: auto 0 0 0;
  text-transform: none;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 2.5641025641vw;
  letter-spacing: 0;
  font-weight: normal;
}
@media (min-width: 992px) {
  #program .container .grid .event .textual-content p.date, #similar-events .container .grid .event .textual-content p.date {
    font-size: 0.8333333333vw;
    letter-spacing: -1px;
  }
}
#program .read-more, #similar-events .read-more {
  text-align: center;
  display: block;
  margin-top: 10vw;
}
@media (min-width: 992px) {
  #program .read-more, #similar-events .read-more {
    margin-top: 4.0625vw;
  }
}
#program .read-more a, #similar-events .read-more a {
  font-family: "PPAcma", sans-serif;
  font-size: 6.8376068376vw;
  text-decoration: underline;
  color: #000;
}
@media (min-width: 992px) {
  #program .read-more a, #similar-events .read-more a {
    font-size: 4.1666666667vw;
  }
}
#program .read-more a:hover, #similar-events .read-more a:hover {
  color: #555;
}

#search {
  position: fixed;
  z-index: 980;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 123, 105, 0.95);
  transform: translate(0%, 0%);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
}
#search .toggle-search {
  float: right;
  color: #fff;
  font-size: 2.5641025641vw;
  background: transparent;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 992px) {
  #search .toggle-search {
    font-size: 1.5625vw;
  }
}
#search .content-wrapper {
  max-width: 660px;
  width: 100%;
  margin: 50px 20px 0 20px;
}
#search .content-wrapper form {
  width: 100%;
  margin: 75px auto 0 auto;
}
@media (min-width: 678px) {
  #search .content-wrapper form {
    margin: 100px auto 0 auto;
  }
}
@media (min-width: 992px) {
  #search .content-wrapper form {
    margin: 200px auto 0 auto;
  }
}
#search .content-wrapper form input {
  border: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  text-indent: 20px;
  position: relative;
}
#search .content-wrapper form input:focus {
  border: 0;
}
#search .content-wrapper .search-result {
  margin-top: 65px;
}
#search .content-wrapper .search-result .item h2 {
  line-height: 1;
  font-size: 20px;
  padding: 10px 0 0 0;
  margin: 0;
  text-transform: uppercase;
}
#search .content-wrapper .search-result .item h2 a {
  color: #FFFFFF;
}
#search .content-wrapper .search-result .item p {
  font-size: 14px;
  padding: 10px 0;
  color: #fafafa;
  margin: 0;
}
body.inverted #search .content-wrapper .search-result .item p {
  color: #333;
}
#search .content-wrapper .search-result .item p.dates {
  font-size: 13px;
  padding: 0;
  color: #fff;
  margin-bottom: 5px;
}
#search .content-wrapper .search-result .item p.dates:before, #search .content-wrapper .search-result .item p.dates:after {
  content: " ";
  display: table;
}
#search .content-wrapper .search-result .item p.dates:after {
  clear: both;
}
#search .content-wrapper .search-result .item p.dates a.button {
  color: #fff;
  background-color: #000;
  font-size: inherit;
  padding: 8px 10px 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: bold;
}
#search .content-wrapper .search-result .item:last-child {
  border-bottom: 0;
}

#breadcrumbs {
  display: none;
}
@media screen and (min-width: 992px) {
  #breadcrumbs {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 3;
  }
  #breadcrumbs li {
    display: inline;
  }
  #breadcrumbs li.separator {
    margin: 0 2em;
  }
}

body.page h1 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}
@media (min-width: 678px) {
  body.page h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  body.page h1 {
    font-size: 40px;
  }
}
body.page h2 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 21.333px;
  font-weight: 200;
  line-height: 1.3;
}

#program .section-content-container {
  margin: 50px auto 0 auto;
}
#program .section-content-container hr {
  border-color: #fafafa;
}
#program .section-content-container hr.fat {
  border-color: #000;
}
#program .section-content-container .row {
  margin: 0;
}
#program .section-content-container .row:before, #program .section-content-container .row:after {
  content: " ";
  display: table;
}
#program .section-content-container .row:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  #program .section-content-container .row.headings {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding-top: 80px;
  }
  #program .section-content-container .row.headings .column {
    font-size: 21px;
    font-weight: normal;
    vertical-align: baseline;
    position: relative;
  }
  #program .section-content-container .row.headings .column.with-filter {
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter.selected {
    color: #db677a;
  }
  #program .section-content-container .row.headings .column.with-filter span:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    position: relative;
    height: 0.45em;
    top: 0.35em;
    left: 0.25em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
  }
  #program .section-content-container .row.headings .column.with-filter .filter {
    display: none;
  }
  #program .section-content-container .row.headings .column.with-filter:hover {
    color: #666;
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter {
    display: block !important;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    line-height: 1.75;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    display: block;
    border: 1px solid #444;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li {
    display: block;
    cursor: pointer;
    padding: 0 20px;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li:hover {
    background-color: #f7f7f7;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li.selected {
    background-color: #db677b;
    color: #fff !important;
  }
  #program .section-content-container .row.headings .column span {
    position: absolute;
    bottom: 0;
  }
  #program .section-content-container .row.headings .column.year-and-month {
    font-weight: bold;
    padding-left: 5%;
  }
  #program .section-content-container .row.headings .column.action a {
    display: none;
  }
  #program .section-content-container .row.event {
    padding: 25px 0;
    border-bottom: 1px solid #9e9e9e;
  }
  #program .section-content-container .row.event.last {
    border: 0;
  }
  #program .section-content-container .row .column {
    float: left;
  }
  #program .section-content-container .row .column.year-and-month {
    width: 20%;
    padding-left: 5%;
  }
  #program .section-content-container .row .column.year-and-month a img {
    max-width: 240px;
    width: 100%;
    height: auto;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status:after {
    position: absolute;
    top: 50%;
    text-indent: 25%;
    left: -30%;
    z-index: 1;
    width: 140%;
    text-align: center;
    transform: rotate(-30deg);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-1:after {
    content: "FÅ BILLETTER";
    background-color: #f69576;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-2:after {
    content: "UTSOLGT";
    background-color: #4b6375;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-3:after {
    content: "AVLYST";
    background-color: #db677a;
  }
  #program .section-content-container .row .column.place {
    width: 30%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #program .section-content-container .row .column.place h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    line-height: 1.1;
  }
  #program .section-content-container .row .column.categories {
    width: 20%;
  }
  #program .section-content-container .row .column.price {
    width: 10%;
  }
  #program .section-content-container .row .column.action {
    text-align: right;
    padding-right: 5%;
    width: 19%;
  }
  #program .section-content-container .row .column.action a.button {
    border: 2px solid #db677a;
    font-size: 28px;
    white-space: nowrap;
    padding: 10px 20px;
    display: inline-block;
  }
  #program .section-content-container .row .column p {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  #program .section-content-container .row.headings {
    margin-top: 25px;
  }
  #program .section-content-container .row.headings .column.with-filter.selected {
    color: #db677a;
  }
  #program .section-content-container .row.headings .column.with-filter span:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    position: relative;
    height: 0.45em;
    top: 0.65em;
    left: 0.35em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
  }
  #program .section-content-container .row.headings .column.with-filter.open {
    color: #666;
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter {
    display: block !important;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    line-height: 1.75;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    display: block;
    border: 1px solid #444;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li {
    display: block;
    cursor: pointer;
    padding: 0 20px;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li:hover {
    background-color: #f7f7f7;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li.selected {
    background-color: #db677b;
    color: #fff !important;
  }
  #program .section-content-container .row.headings .column.year-and-month {
    width: 70%;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    padding-left: 5%;
  }
  #program .section-content-container .row.headings .column.place, #program .section-content-container .row.headings .column.categories, #program .section-content-container .row.headings .column.price {
    display: none;
  }
  #program .section-content-container .row.headings .column.action {
    width: 29%;
    text-align: right;
    padding-right: 5%;
  }
  #program .section-content-container .row.headings .column.action a {
    display: inline-block;
    margin-left: 10px;
  }
  #program .section-content-container .row.headings .column.action a svg {
    width: 18.45px;
    height: 13.653px;
  }
  #program .section-content-container .row.headings .column.action a svg path {
    fill: #686868;
  }
  #program .section-content-container .row.headings .column.action a:hover svg path, #program .section-content-container .row.headings .column.action a.selected svg path {
    fill: #000;
  }
  body.list #program .section-content-container .row.event {
    padding: 15px 0;
    border-top: 1px solid #9e9e9e;
  }
  body.list #program .section-content-container .row.event .column.year-and-month, body.list #program .section-content-container .row.event .column.price {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.place {
    width: 40%;
    padding-left: 5%;
    padding-right: 10px;
    overflow: hidden;
  }
  body.list #program .section-content-container .row.event .column.place h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.list #program .section-content-container .row.event .column.place .place {
    font-size: 10px;
    margin: 0;
    padding: 0;
  }
  body.list #program .section-content-container .row.event .column.place a.read-more {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.categories {
    width: 30%;
    font-size: 10px;
    padding-left: 10px;
  }
  body.list #program .section-content-container .row.event .column.categories .categories {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.action {
    width: 28%;
    text-align: right;
    padding-right: 5%;
  }
  body.list #program .section-content-container .row.event .column.action a.button {
    font-size: 10px;
    display: inline-block;
    max-width: 70px;
    border: 1px solid #db677a;
    padding: 2px 5px;
  }
  body.list #program .section-content-container .row.event .column p {
    margin: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event {
    position: relative;
    margin-bottom: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month {
    width: 100%;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a {
    pointer-events: none;
    cursor: default;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a img {
    width: 100% !important;
    height: auto;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status:after {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 30px 10px;
    font-weight: bold;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-1:after {
    content: "FÅ BILLETTER";
    background-color: #f69576;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-2:after {
    content: "UTSOLGT";
    background-color: #4b6375;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-3:after {
    content: "AVLYST";
    background-color: #db677a;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place, body.with-thumbnails #program .section-content-container .row.event .column.categories, body.with-thumbnails #program .section-content-container .row.event .column.price, body.with-thumbnails #program .section-content-container .row.event .column.action {
    position: absolute;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place {
    top: 10px;
    left: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place h3 {
    margin: 0;
    font-size: 14px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place h3 a {
    color: #fff;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place p {
    display: none;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories {
    bottom: 10px;
    left: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p {
    font-size: 10px;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p br, body.with-thumbnails #program .section-content-container .row.event .column.categories p br:after {
    content: " ";
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p .categories {
    display: none;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.price {
    bottom: 10px;
    right: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.price p {
    font-size: 10px;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action {
    top: 10px;
    right: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action p {
    margin: 0;
    padding: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action p a.button {
    color: #000;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #db677a;
    padding: 5px 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event.inverted * {
    color: #000 !important;
  }
}

#coming-events, #similar-events {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 992px) {
  #coming-events, #similar-events {
    display: none;
  }
}
#coming-events .content-wrapper, #similar-events .content-wrapper {
  max-width: 1080px;
}
@media screen and (min-width: 1080px) {
  #coming-events .content-wrapper, #similar-events .content-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  #coming-events .content-wrapper, #similar-events .content-wrapper {
    margin: 0 20px;
  }
}
#coming-events .content-wrapper h2, #similar-events .content-wrapper h2 {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #coming-events .content-wrapper h2, #similar-events .content-wrapper h2 {
    font-size: 28px;
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  #coming-events .content-wrapper h2, #similar-events .content-wrapper h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#coming-events hr, #similar-events hr {
  margin: 0;
  border-top: 1px solid #1a1a1a;
}
#coming-events .event-list, #similar-events .event-list {
  padding: 30px 0;
}
#coming-events .event-list:before, #coming-events .event-list:after, #similar-events .event-list:before, #similar-events .event-list:after {
  content: " ";
  display: table;
}
#coming-events .event-list:after, #similar-events .event-list:after {
  clear: both;
}
#coming-events .event-list .event, #similar-events .event-list .event {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #coming-events .event-list .event, #similar-events .event-list .event {
    float: left;
    width: 32%;
  }
}
@media screen and (max-width: 992px) {
  #coming-events .event-list .event, #similar-events .event-list .event {
    width: 100%;
  }
}
#coming-events .event-list .event figure, #similar-events .event-list .event figure {
  width: 100%;
  height: 0;
  padding-bottom: 51.27388535%;
  background-repeat: no-repeat;
  background-size: cover;
}
#coming-events .event-list .event h3, #similar-events .event-list .event h3 {
  font-weight: normal;
  font-size: 20px;
  margin: 5px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#coming-events .event-list .event p, #similar-events .event-list .event p {
  margin: 0 0 5px 0;
  font-size: 15px;
}
#coming-events .event-list .event a.button, #similar-events .event-list .event a.button {
  font-size: 27px;
  display: inline-block;
  min-width: 196px;
  line-height: 48px;
  border: 2px solid #db677a;
  background-color: #fff;
  text-align: center;
  padding: 0 5px;
}
#coming-events .event-list .event:nth-child(2), #similar-events .event-list .event:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}
#coming-events .event-list .spinner, #similar-events .event-list .spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  outline: 1px solid red;
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#producer {
  text-align: right;
  padding: 20px;
  font-size: 10px;
}
#producer svg {
  height: 20px;
  margin-left: 3px;
}

#header {
  padding: 3.4188034188vw 0;
}
@media screen and (max-width: 992px) {
  #header {
    top: 0;
  }
  body.navigation-open #header {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    z-index: 200;
    background-color: #F8FC60;
  }
  body.admin-bar #header {
    top: 46px;
  }
}
@media screen and (min-width: 992px) {
  #header {
    padding: 1.3020833333vw 0;
  }
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  #header .container {
    align-items: flex-start;
  }
}
#header .container figure#logo {
  order: 0;
  margin: 0 auto 0 0;
}
#header .container figure#logo svg {
  width: 19.7435897436vw;
}
@media screen and (min-width: 992px) {
  #header .container figure#logo svg {
    width: 9.7916666667vw;
  }
}
#header .container button.toggle-device-navigation {
  order: 1;
  display: block;
  border: 0;
  background-color: transparent;
  color: #000;
  border-radius: 0;
  font-size: 30px;
  float: right;
  outline: 0;
  padding: 0;
  text-align: right;
}
@media screen and (min-width: 992px) {
  #header .container button.toggle-device-navigation {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #header .container nav {
    order: 2;
    display: none;
  }
  body.navigation-open #header .container nav {
    flex: 0 0 100%;
    display: flex;
  }
  #header .container nav .menu-wrapper {
    margin: 0 0 0 0;
    width: 100%;
    z-index: 800;
  }
  #header .container nav .menu-wrapper > ul {
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 2.5641025641vw 0 0 0;
  }
  #header .container nav .menu-wrapper > ul li a {
    display: block;
    padding: 0;
    line-height: 1.7;
    font-size: 4.188034188vw;
    font-weight: bold;
  }
  #header .container nav .menu-wrapper > ul li a.toggle-search svg {
    width: 2.5641025641vw;
  }
  #header .container nav .menu-wrapper > ul li ul {
    list-style: none;
    padding: 0;
    margin-bottom: 5.1282051282vw;
  }
  #header .container nav .menu-wrapper > ul li ul li a {
    padding: 0.8547008547vw 0;
    font-size: 3.8461538462vw;
    display: block;
    text-transform: none;
    line-height: 1.3;
    font-weight: normal;
  }
}
@media screen and (min-width: 992px) {
  #header .container nav {
    flex: 1;
    order: 2;
    text-align: right;
    /*margin-right:25px;*/
    margin-top: 0.3645833333vw;
  }
  #header .container nav button.toggle-device-navigation {
    display: none;
  }
  #header .container nav ul {
    width: 100%;
    margin: 0 auto;
    list-style: none;
  }
  #header .container nav ul > li {
    display: inline-block;
    font-size: 1.0416666667vw;
    font-family: "objektiv-mk1", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
  }
  #header .container nav ul > li > a {
    padding: 0 0.8333333333vw;
    display: inline-block;
    color: #000;
    letter-spacing: 2px;
    line-height: 1.45;
  }
  #header .container nav ul > li > a:hover {
    color: #809e94;
  }
  #header .container nav ul > li > a.toggle-search svg {
    width: 1.0416666667vw;
    margin-bottom: -0.3125vw;
  }
  #header .container nav ul > li > ul {
    width: 14.5833333333vw;
    background: #fff;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -0.5208333333vw;
    padding: 0.2604166667vw 0.5208333333vw;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    list-style: none;
  }
  #header .container nav ul > li > ul > li {
    display: block;
    text-align: left;
    padding: 0.2604166667vw 0;
  }
  #header .container nav ul > li > ul > li > a {
    display: block;
    color: #000;
    font-size: 1.0416666667vw;
    text-transform: none;
    font-weight: normal;
  }
  #header .container nav ul > li:focus > ul, #header .container nav ul > li:hover > ul {
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    z-index: 1000;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0s;
    border: 1px solid #fafafa;
    border-width: 0 1px 1px 1px;
  }
}

#gift-card {
  margin: 0 0 24.7863247863vw 0;
}
@media screen and (min-width: 992px) {
  #gift-card {
    margin: 11.9791666667vw 0;
  }
}
#gift-card .container {
  font-family: "PPAcma", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #3D1B91;
  row-gap: 2.2222222222vw;
}
@media screen and (min-width: 992px) {
  #gift-card .container {
    flex-direction: row;
    width: 80.7291666667vw;
    min-height: 25.5729166667vw;
  }
}
#gift-card .container .text {
  background-image: url("assets/img/house.svg");
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  min-height: 41.9658119658vw;
}
@media screen and (min-width: 992px) {
  #gift-card .container .text {
    width: 56.7708333333vw;
    min-height: auto;
  }
}
#gift-card .container .text h2 {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 10.1709401709vw;
}
@media screen and (min-width: 992px) {
  #gift-card .container .text h2 {
    font-size: 6.1979166667vw;
  }
}
#gift-card .container .text p {
  font-family: "PPAcma", sans-serif;
  margin: 0;
  font-size: 4.0170940171vw;
}
@media screen and (min-width: 992px) {
  #gift-card .container .text p {
    font-size: 2.4479166667vw;
  }
}
#gift-card .container .button {
  background-color: #F7FF55;
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  font-size: 4.0170940171vw;
  min-height: 41.9658119658vw;
}
@media screen and (min-width: 992px) {
  #gift-card .container .button {
    width: 21.875vw;
    font-size: 2.4479166667vw;
    min-height: auto;
  }
}

@media (max-width: 992px) {
  #event-carousel .container {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#event-carousel .container .slides {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  #event-carousel .container .slides {
    width: 85%;
  }
}
#event-carousel .container .slides .slide {
  width: 100%;
  position: relative;
}
#event-carousel .container .slides .slide figure {
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#event-carousel .container .slides .slide figure img {
  width: 100%;
}
#event-carousel .container .slides .slide figure a {
  position: absolute;
  bottom: -2.735042735vw;
  right: 8.2905982906vw;
  z-index: 10;
  font-family: "PPAcma", sans-serif;
  font-size: 4.2735042735vw;
  color: #000000;
  display: flex;
  flex-direction: column;
  background-image: url("assets/img/yellow-roof.svg");
  background-size: 100%;
  padding: 5.9829059829vw 2.2222222222vw 3.0769230769vw 2.9914529915vw;
  transition: all 200ms ease-in-out;
  /*
  &:before {
    content: "";
    background-image: linear-gradient(to left bottom, transparent 50%, #F8FC60 50%);
    width: 100%;
    aspect-ratio: 8 / 3;
  }

   */
}
@media screen and (min-width: 992px) {
  #event-carousel .container .slides .slide figure a {
    font-size: 2.6041666667vw;
    padding: 4.1666666667vw 1.3541666667vw 1.875vw 1.875vw;
    bottom: -0.7291666667vw;
    right: 5.3645833333vw;
  }
}
#event-carousel .container .slides .slide figure a:hover {
  transform: scale(1.025);
  color: #3D1193;
}
#event-carousel .container .slides .slide figure a span {
  line-height: 1;
}
#event-carousel .container .slides .slide .details {
  text-align: right;
}
#event-carousel .container .slides .slide .details .textual-content {
  font-family: "PPAcma", sans-serif;
  display: block;
  text-align: left;
  padding: 4.0170940171vw 5.1282051282vw 0 5.1282051282vw;
  font-size: 5.1282051282vw;
}
@media (min-width: 992px) {
  #event-carousel .container .slides .slide .details .textual-content {
    padding: 0 1.1458333333vw;
    font-size: 3.125vw;
  }
}
#event-carousel .container .slides .slide .details .textual-content h2 {
  padding: 0;
  font-weight: normal;
  text-transform: initial;
  line-height: 1.1;
  margin: 0;
  font-size: inherit;
}
#event-carousel .container .slides .slide .details .textual-content h2 a {
  color: #3B1E91;
}
#event-carousel .container .slides .slide .details .textual-content p {
  font-weight: bold;
  color: #000;
  line-height: 1.1;
  margin: 0;
}
#event-carousel .container .slides .slide .details a.button {
  font-size: 16px;
  padding: 15px 20px 12px 20px;
  margin-left: 20px;
  display: inline-block;
  border: 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #event-carousel .container .slides .slide .details a.button {
    font-size: 18px;
    padding: 15px 20px 12px 20px;
    margin-left: 0;
  }
}

#footer {
  background-color: #DEECEA;
  padding: 14.5299145299vw 0 8.547008547vw 4.2735042735vw;
}
@media screen and (min-width: 992px) {
  #footer {
    padding: 7.2916666667vw 0 3.6458333333vw 0;
  }
}
#footer .container {
  display: grid;
  width: 80.3418803419vw;
  row-gap: 8.547008547vw;
  grid-template-areas: "addresses addresses" "opening-hours opening-hours" "footer-menu footer-menu" "logo social-medias" "main-sponsors certification" "sponsors certification";
}
@media screen and (min-width: 992px) {
  #footer .container {
    row-gap: initial;
    grid-template-areas: "addresses opening-hours footer-menu logo" "addresses opening-hours certification logo" "addresses opening-hours social-medias logo" "main-sponsors main-sponsors main-sponsors main-sponsors" "sponsors sponsors sponsors sponsors";
  }
}
#footer .container .addresses {
  grid-area: addresses;
}
#footer .container .addresses h2 {
  font-size: 4.2735042735vw;
  text-transform: none;
  margin: 0 0 0.6837606838vw 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #footer .container .addresses h2 {
    font-size: 1.5625vw;
    margin: 0 0 1.3020833333vw 0;
  }
}
#footer .container .addresses > div {
  display: flex;
  justify-content: space-between;
  font-family: "objektiv-mk1", sans-serif;
  font-size: 2.9914529915vw;
}
@media screen and (min-width: 992px) {
  #footer .container .addresses > div {
    flex-direction: column;
    row-gap: 0.8333333333vw;
    font-size: 1.8229166667vw;
  }
}
#footer .container .addresses > div h3, #footer .container .addresses > div p {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #footer .container .addresses > div h3, #footer .container .addresses > div p {
    font-size: 0.8333333333vw;
  }
}
#footer .container .opening-hours {
  grid-area: opening-hours;
}
#footer .container .opening-hours h2 {
  font-size: 4.2735042735vw;
  text-transform: none;
  margin: 0 0 0.6837606838vw 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #footer .container .opening-hours h2 {
    font-size: 1.5625vw;
    margin: 0 0 1.3020833333vw 0;
  }
}
#footer .container .opening-hours p {
  font-family: "objektiv-mk1", sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 2.9914529915vw;
}
@media screen and (min-width: 992px) {
  #footer .container .opening-hours p {
    font-size: 0.8333333333vw;
  }
}
#footer .container .footer-menu {
  grid-area: footer-menu;
}
#footer .container .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .container .footer-menu ul li {
  line-height: 1.3;
}
#footer .container .footer-menu ul li a {
  font-family: "objektiv-mk1", sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 2.9914529915vw;
  text-decoration: underline;
  color: #000;
}
@media screen and (min-width: 992px) {
  #footer .container .footer-menu ul li a {
    font-size: 0.8333333333vw;
  }
}
#footer .container .certification {
  grid-area: certification;
  justify-self: flex-end;
}
@media screen and (min-width: 992px) {
  #footer .container .certification {
    justify-self: initial;
  }
}
#footer .container .certification svg {
  width: 5.1282051282vw;
}
@media screen and (min-width: 992px) {
  #footer .container .certification svg {
    width: 3.125vw;
  }
}
#footer .container .social-medias {
  grid-area: social-medias;
  justify-self: flex-end;
  display: flex;
  font-size: 5.811965812vw;
  gap: 3.8461538462vw;
}
@media screen and (min-width: 992px) {
  #footer .container .social-medias {
    justify-self: initial;
    font-size: 1.5625vw;
    gap: 1.0416666667vw;
  }
}
#footer .container .social-medias a {
  color: #000;
  font-size: inherit;
}
#footer .container .logo {
  grid-area: logo;
}
#footer .container .logo svg {
  width: 27.3504273504vw;
}
@media screen and (min-width: 992px) {
  #footer .container .logo svg {
    width: 9.7916666667vw;
  }
}
#footer .container .main-sponsors,
#footer .container .sponsors {
  display: flex;
  flex-direction: column;
  gap: 1.7094017094vw;
}
#footer .container .main-sponsors.main-sponsors,
#footer .container .sponsors.main-sponsors {
  grid-area: main-sponsors;
}
#footer .container .main-sponsors.sponsors,
#footer .container .sponsors.sponsors {
  grid-area: sponsors;
}
@media screen and (min-width: 992px) {
  #footer .container .main-sponsors,
  #footer .container .sponsors {
    flex-direction: row;
    align-items: center;
    gap: 0.5729166667vw;
    margin-top: 1.0416666667vw;
  }
  #footer .container .main-sponsors.main-sponsors,
  #footer .container .sponsors.main-sponsors {
    margin-top: 3.125vw;
  }
}
#footer .container .main-sponsors h2,
#footer .container .sponsors h2 {
  font-family: "objektiv-mk1", sans-serif;
  font-weight: bold;
  font-size: 2.9914529915vw;
  text-transform: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #footer .container .main-sponsors h2,
  #footer .container .sponsors h2 {
    font-size: 1.0416666667vw;
  }
}
#footer .container .main-sponsors ul,
#footer .container .sponsors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.2564102564vw;
}
@media screen and (min-width: 992px) {
  #footer .container .main-sponsors ul,
  #footer .container .sponsors ul {
    gap: 0.6770833333vw;
  }
}
#footer .container .main-sponsors ul li,
#footer .container .sponsors ul li {
  line-height: 1;
}
#footer .container .main-sponsors ul li img,
#footer .container .sponsors ul li img {
  height: 4.2735042735vw;
  display: block;
}
@media screen and (min-width: 992px) {
  #footer .container .main-sponsors ul li img,
  #footer .container .sponsors ul li img {
    height: 1.8229166667vw;
  }
}

#producer {
  background-color: #DEECEA;
  padding: 0 0 0 4.2735042735vw;
}
@media screen and (min-width: 992px) {
  #producer {
    padding: 0;
  }
}
#producer .container {
  width: 80.3418803419vw;
}
#producer .container p {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 16px;
  margin: 0 0 2.5641025641vw 0;
  padding: 1.7094017094vw 0 2.5641025641vw 0;
}
#producer .container p a {
  text-decoration: underline;
}

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